@charset "UTF-8";
/* ===================================================================
CSS information

file name  : access.scss
author     : AROUND TAKAYAMA Renew
style info : 各下層ページの個別スタイル設定
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

.subpage-pagetitle__title {
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Lulo Clean", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Lulo Clean", sans-serif;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.subpage-main__access {
  width: 100% !important;
  max-width: 1200px;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .subpage-main__access {
    width: 90% !important;
  }
}

.subpage-section#section-cont1 .subpage-section__title.view_tab-sp {
  display: none;
}
@media only screen and (max-width: 1079px) {
  .subpage-section#section-cont1 .subpage-section__title.view_tab-sp {
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.subpage-section#section-cont1 .subpage-section_item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-section#section-cont1 .subpage-section_item {
    width: 90%;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont1 .subpage-section_item {
    width: 100%;
  }
}
.subpage-section#section-cont1 .subpage-section_item.subpage-section__header {
  padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-section#section-cont1 .subpage-section_item.subpage-section__header {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont1 .subpage-section_item.subpage-section__header {
    padding-left: 0;
  }
}
.subpage-section#section-cont1 .subpage-section_item .subpage-section__title {
  font-size: 22px;
}
.subpage-section#section-cont1 .subpage-section_item iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont1 .subpage-section_item iframe {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-section#section-cont1 .subpage-section_item iframe {
    display: block;
  }
}
.subpage-section#section-cont1 .subpage-section_item a {
  text-decoration: none;
  display: inline-block;
  margin-top: .5em;
}
.subpage-section#section-cont1 .subpage-section_item a span {
  display: inline-block;
  border: 1px solid #808080;
  padding: 0px 15px 0px 15px;
  border-radius: 30px;
  position: relative;
  width: 25px;
  vertical-align: bottom;
  height: 1.5em;
  margin: 0 0 0 10px;
  top: .1em;
}
.subpage-section#section-cont1 .subpage-section_item a span img {
  transform: rotate(-135deg);
  position: absolute;
  top: .45em;
}
.subpage-section#section-cont1 .subpage-section_item .subpage-section__line {
  background: #c8c8c8;
}
.subpage-section#section-cont1 .subpage-section_item .subpage-section__text.telno {
  margin-top: 1em;
  margin-bottom: 1em;
}
.subpage-section#section-cont1 .subpage-section_item .subpage-section__text.telno span {
  color: #808080;
}
.subpage-section#section-cont1 .subpage-section_item ul {
  margin-top: 20px;
}
.subpage-section#section-cont1 .subpage-section_item ul li::before {
  content: "・";
}
.subpage-section#section-cont1 .subpage-section_item ul li.subpage-infobox__note::before {
  content: "";
}
.subpage-section#section-cont2 {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-section#section-cont2 {
    width: 90%;
  }
}
.subpage-section#section-cont2 .subpage-section__header {
  display: block;
}
.subpage-section#section-cont2 .subpage-section__title {
  margin: 0 auto 20px;
  font-size: 22px;
  text-align: center;
}
.subpage-section#section-cont2 ul.subpage-section__nav {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 7em;
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 ul.subpage-section__nav {
    margin-bottom: 3em;
  }
}
.subpage-section#section-cont2 ul.subpage-section__nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 ul.subpage-section__nav li {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding: 0 0.5em;
  }
}
.subpage-section#section-cont2 ul.subpage-section__nav li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 .images {
    height: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 .images img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.subpage-section#section-cont2 #bycar, .subpage-section#section-cont2 #bytrain, .subpage-section#section-cont2 #byairport {
  margin-bottom: 10em;
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 #bycar, .subpage-section#section-cont2 #bytrain, .subpage-section#section-cont2 #byairport {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 #bycar .subpage-section__title, .subpage-section#section-cont2 #bytrain .subpage-section__title, .subpage-section#section-cont2 #bybus .subpage-section__title, .subpage-section#section-cont2 #byairport .subpage-section__title {
    font-size: 18px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 #bycar .subpage-section__title::before, .subpage-section#section-cont2 #bytrain .subpage-section__title::before, .subpage-section#section-cont2 #bybus .subpage-section__title::before, .subpage-section#section-cont2 #byairport .subpage-section__title::before {
    content: "";
    width: 2px;
    height: 10px;
    background: #000;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    transition: all 0.3s ease;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 #bycar .subpage-section__title::after, .subpage-section#section-cont2 #bytrain .subpage-section__title::after, .subpage-section#section-cont2 #bybus .subpage-section__title::after, .subpage-section#section-cont2 #byairport .subpage-section__title::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.3s ease;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 #bycar .subpage-section__title.open::before, .subpage-section#section-cont2 #bytrain .subpage-section__title.open::before, .subpage-section#section-cont2 #bybus .subpage-section__title.open::before, .subpage-section#section-cont2 #byairport .subpage-section__title.open::before {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section#section-cont2 #bycar .subpage-section__title.open::after, .subpage-section#section-cont2 #bytrain .subpage-section__title.open::after, .subpage-section#section-cont2 #bybus .subpage-section__title.open::after, .subpage-section#section-cont2 #byairport .subpage-section__title.open::after {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section ul li img {
    margin-bottom: 2rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  border-radius: 99px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin-top: 1em;
}
.btn:hover {
  opacity: 0.8;
}

.btn__icon {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

ul.view_sp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 0;
  margin-bottom: 0;
}
ul.view_sp.hidden {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: auto;
  margin-bottom: 3em;
}
ul.view_sp li img {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: all 0.3s ease;
}
ul.view_sp li img.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.access_header_sp {
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #c8c8c8;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
}
.access_header_sp::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  right: 20px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.access_header_sp.open::after {
  transform: rotate(135deg);
}
