@charset "utf-8";

/* reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
html, body, article, section, div, span,
input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
:focus { outline: 0; }
html { overflow: auto; }
body {
  position: relative;
  line-height: 1;
  color: #000;
  overflow: auto;
  background: #fff;
}
html.active,
html.active body { overflow: hidden; }
ol, ul { list-style: none; }
table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
caption, th, td {
  padding: 24px 32px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e9e6e4;
}
tr:nth-of-type(2n) { background: rgba(22,24,25,.02); }
strong, b { font-weight: bold; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
p { word-wrap: break-word; }
small { font-size: 75%; }
ruby > rt { font-weight: normal; }

/* tag */
html { font-size: 6.25%; }
body {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: .08em;
  color: #333;
  text-align: left;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: url(../images/img_body_bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1024px 512px;
}
caption, th, td {
  border: 1px solid rgba(0,0,0,.1);
  line-height: 1.75;
  font-size: 14rem;
}
table {
  width: 100%;
  background: none;
}
th { font-weight: bold; }
li { list-style: none; }
img { border: none; }
a { color: #000; }
a:hover {}
a, button { outline: none; }
address { font-style: normal; }
textarea { overflow: auto; }
input,
textarea,
select,
button {
  display: inline-block;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14rem;
  vertical-align: middle;
  letter-spacing: .08em;
}
textarea { display: block; }
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  padding: 10px 20px;
  border: 1px solid rgba(49,44,42,.1);
  background: #f7f7f7;
  line-height: 1;
}
textarea { line-height: 1.5; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus { background: #fff; }
::-moz-selection
{
  color: #fff;
  background-color: #000;
}
::selection
{
  color: #fff;
  background-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
button,
radio,
checkbox,
label { cursor: pointer; }
button {
  display: block;
  /* font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important; */
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  border: none;
  background: none;
}
sup {
  font-size: 9rem;
  vertical-align: top;
}
section {
  text-align: left;
  position: relative;
  overflow: hidden;
}
h2,h3,h4,h5 {
  position: relative;
  text-align: left;
  font-weight: bold;
}
h2 {
  padding-bottom: .75em;
  font-size: 60rem;
  letter-spacing: 0;
  line-height: 1.5;
}
h3 {
  padding-bottom: .75em;
  font-size: 36rem;
  letter-spacing: 0;
  line-height: 1.25;
}
h4 {
  padding-bottom: .75em;
  font-size: 24rem;
  letter-spacing: 0;
  line-height: 1.25;
}
h5 {
  padding-bottom: .75em;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 1.25;
}
i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* common */
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }
.mt1em { margin-top: 1em!important; }
.mb1em { margin-bottom: 1em!important; }
.ml1em { margin-left: 1em!important; }
.mr1em { margin-right: 1em!important; }
.mt2em { margin-top: 2em!important; }
.mb2em { margin-bottom: 2em!important; }
.ml2em { margin-left: 2em!important; }
.mr2em { margin-right: 2em!important; }
.btnone { border-top: none!important; }
.bbnone { border-bottom: none!important; }
.blnone { border-left: none!important; }
.brnone { border-right: none!important; }
.bt { border-top: 1px dashed rgba(0, 0, 0, .1); }
.bb { border-bottom: 1px dashed rgba(0, 0, 0, .1); }
.alignl { text-align: left!important; }
.alignr { text-align: right!important; }
.alignc { text-align: center!important; }
.jcc {
  display: flex;
  justify-content: center!important;
}
.nowrap { white-space: nowrap; }
.table_wrap {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0; 
}
.en {}
.pc { display: block!important; }
.sp { display: none!important; }
.img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout_flex {
  display: flex;
  justify-content: center!important;
}
.text_of {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* link */
.link > .link {
  position: absolute;
  bottom: calc(6.25vw / 4);
  left: calc(6.25vw / 4);
  width: 19px;
  height: 19px;
  background-image: url(../images/i_link_white.svg);
  pointer-events: none;
}

/* title */
.title {
  display: flex;
  align-items: center;
  & > span {
    display: block;
  }
  & > small {
    display: block;
    margin: 0 0 0 1em;
    font-size: 10rem;
    color: #999;
    letter-spacing: .1em;
    font-weight: normal;
  }
}

/* lazyload */
.lazyload,
.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }

/* marker */
.marker {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #e4edd5 60%);
}
.marker.purple {
  font-weight: normal;
  background:linear-gradient(transparent 60%, #f0ebf1 60%);
}
.marker.blue {
  font-weight: normal;
  background:linear-gradient(transparent 60%, #deeaf2 60%);
}
.marker.green {
  font-weight: normal;
  background:linear-gradient(transparent 60%, #e4edd5 60%);
}
.marker.brown {
  font-weight: normal;
  background:linear-gradient(transparent 60%, #ede6d9 60%);
}

/* accordion */
.accordion > dd,
.accordion_hover > dd { display: none; }

/* hover_brightness */
.hover_brightness { transition: all .4s linear; }
.hover_brightness:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

/* btn */
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0 0;
}
.btn_wrap > li {}
.btn_wrap input {}
.btn_wrap input:before {}
.btn_wrap input[ type=submit ] {}
.btn_wrap input[ type=reset ] {}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  padding: 1.25em 3em;
  font-size: 16rem;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #000;
  border-radius: 3px;
  cursor: pointer;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
.btn:after {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: .5em;
  height: .5em;
  border: 1px solid rgba(255,255,255,.5);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
  content: "";
}
.btn > span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
.btn > span:before {
  position: absolute;
  top: calc(50% - 1px);
  left: -5px;
  width: 5px;
  height: 1px;
  background: rgba(255,255,255,.5);
  transition: all .25s cubic-bezier(.215,.61,.355,1);
  opacity: 0;
  content: "";
}
.btn:hover > span { transform: translateX(10px); }
.btn:hover > span:before {
  transform: translateX(-10px);
  opacity: 1;
}

/* small */
.btn.small {
  padding: 1em .75em;
  min-width: 160px;
}
.btn.small:after { display: none; }
.btn.small > span { font-size: 14rem; }

/* icon */
i.calendar_black { background-image: url(../images/i_calendar_black.svg); }
i.calendar_white { background-image: url(../images/i_calendar_white.svg); }
i.bestrate_black { background-image: url(../images/i_bestrate_black.svg); }
i.bestrate_white { background-image: url(../images/i_bestrate_white.svg); }
i.phone_black { background-image: url(../images/i_phone_black.svg); }
i.phone_white { background-image: url(../images/i_phone_white.svg); }
i.mail_black { background-image: url(../images/i_mail_black.svg); }
i.mail_white { background-image: url(../images/i_mail_white.svg); }
i.wifi_black { background-image: url(../images/i_wifi_black.svg); }
i.wifi_white { background-image: url(../images/i_wifi_white.svg); }
i.nosmoking_black { background-image: url(../images/i_nosmoking_black.svg); }
i.nosmoking_white { background-image: url(../images/i_nosmoking_white.svg); }
i.reservation_black { background-image: url(../images/i_reservation_black.svg); }
i.reservation_white { background-image: url(../images/i_reservation_white.svg); }
i.global_black { background-image: url(../images/i_global_black.svg); }
i.global_white { background-image: url(../images/i_global_white.svg); }
i.arrow_black { background-image: url(../images/i_arrow_black.svg); }
i.arrow_white { background-image: url(../images/i_arrow_white.svg); }

/* icon sns */
i.twitter_black { background-image: url(../images/i_sns_twitter_black.svg); }
i.twitter_white { background-image: url(../images/i_sns_twitter_white.svg); }
i.facebook_black { background-image: url(../images/i_sns_facebook_black.svg); }
i.facebook_white { background-image: url(../images/i_sns_facebook_white.svg); }
i.instagram_black { background-image: url(../images/i_sns_instagram_black.svg); }
i.instagram_white { background-image: url(../images/i_sns_instagram_white.svg); }
i.youtube_black { background-image: url(../images/i_sns_youtube_black.svg); }
i.youtube_white { background-image: url(../images/i_sns_youtube_white.svg); }
i.line_black { background-image: url(../images/i_sns_line_black.svg); }
i.line_white { background-image: url(../images/i_sns_line_white.svg); }
i.trip_black { background-image: url(../images/i_sns_trip_black.svg); }
i.trip_white { background-image: url(../images/i_sns_trip_white.svg); }

/* icon access */
i.map_black { background-image: url(../images/i_map_black.svg); }
i.map_white { background-image: url(../images/i_map_white.svg); }
i.car_black { background-image: url(../images/i_car_black.svg); }
i.car_white { background-image: url(../images/i_car_white.svg); }
i.train_black { background-image: url(../images/i_train_black.svg); }
i.train_white { background-image: url(../images/i_train_white.svg); }
i.airplane_black { background-image: url(../images/i_airplane_black.svg); }
i.airplane_white { background-image: url(../images/i_airplane_white.svg); }
i.bus_black { background-image: url(../images/i_bus_black.svg); }
i.bus_white { background-image: url(../images/i_bus_white.svg); }
i.walk_black { background-image: url(../images/i_walk_black.svg); }
i.walk_white { background-image: url(../images/i_walk_white.svg); }

/* icon add */
i.bbq_white { background-image: url(../images/i_bbq_white.svg); }
i.camp_white { background-image: url(../images/i_camp_white.svg); }
i.campingcar_white { background-image: url(../images/i_campingcar_white.svg); }
i.glamping_white { background-image: url(../images/i_glamping_white.svg); }
i.lunch_white { background-image: url(../images/i_lunch_white.svg); }
i.wedding_white { background-image: url(../images/i_wedding_white.svg); }
i.web_black { background-image: url(../images/i_web_black.svg); }
i.link_white { background-image: url(../images/i_link_white.svg); }
i.insta_color { background-image: url(../images/i_insta_color.png); }

/* small */
.btn_wrap.small { margin-top: 3em; }
.btn_wrap.small .btn { font-size: 18rem; }
.btn_wrap.small .btn:before {
  width: 20px;
  height: 2px;
}
.btn_wrap.small .btn:hover:before,
.btn_wrap.small .btn:focus:before {
  background: rgba(0,0,0,.9);
  width: 30px;
}
.btn_wrap.small .btn span { margin: 0 0 0 30px; }

/* loader */
#loader,
#loader:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 9999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  font-size: 0;
  text-indent: -9999em;
  border-top: 3px solid rgba(0,0,0,.25);
  border-right: 3px solid rgba(0,0,0,.1);
  border-bottom: 3px solid rgba(0,0,0,.1);
  border-left: 3px solid rgba(0,0,0,.1);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loader_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f9f7f4;
  overflow: hidden;
  z-index: 9998;
}
#loader_wrap span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin: 18px 0 0 -50px;
  font-family: Arial, sans-serif;
  font-size: 10rem;
  text-align: center;
  line-height: 1;
  color: rgba(0,0,0,.25);
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* reservation */
#reservation > dt {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 1;
}
#reservation > dt > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 240px;
  color: #fff;
  background: #124b25;
  background: linear-gradient(-30deg, #124b25 0%, #5c8317 100%);
  /* background: linear-gradient(-30deg, #551c41 0%, #772d5d 100%); */
  border-radius: 3px 0 0 3px;
  transition: all .5s cubic-bezier(.215,.610,.355,1) 1.25s;
  opacity: 0;
  transform: translate(80px,0);
}
#reservation > dt.inviewed-flag > div {
  transform: translate(0,0);
  opacity: 1;
}
#reservation > dt > div > div { pointer-events: none; }
#reservation > dt i {
  display: block;
  margin: 0 auto .4em auto;
  width: 16px;
  height: 16px;
}
#reservation > dt p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
}
#reservation > dt p small {
  padding-top: 1.5em;
  font-size: 10rem;
  letter-spacing: .15em;
}
/* active */
#reservation.active > dt { pointer-events: none; }

/* pagetop */
.pagetop {
  position: fixed;
  right: 0;
  bottom: -60px;
  width: 60px;
  height: 60px;
  background: #000;
  transition: all .5s cubic-bezier(.215,.610,.355,1);
  transform: rotate(-90deg);
  border-radius: 0 3px 0 0;
  z-index: 1;
}
.pagetop.scrolled { bottom: 0; }
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pagetop img {
  display: block;
  width: 14px;
  height: 14px;
}

/* simpleParallax */
.simpleParallax {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* slick */
.slick-slider .slick-track { display: flex; }
.slick-slide {
  position: relative;
  float: none;
}

/* slick slick-dots */
.slick-dots {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0;
  list-style: none;
  text-align: center;
}
.slick-dots [aria-label="1 of 1"] { display: none!important; }
.slick-dots li {
  position: relative;
  flex: 1;
  width: 20px;
  height: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255,255,255,.25);
  pointer-events: auto;
  cursor: pointer;
}
.slick-dots li:nth-of-type(n+2) { margin: 0 0 0 1px; }
.slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0;
  outline: none;
  background: rgba(255,255,255,.1);
  pointer-events: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li.slick-active button { background: rgba(255,255,255,1); }

/* slick thumbnail */
.thumbnail .slick-track {
  transform: unset !important;
  margin: 0;
}
.thumbnail { padding: 0; }
.thumbnail li {
  margin: 0;
  cursor: pointer;
  background: #000;
}
.thumbnail li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .6;
  transition: opacity .3s linear;
}
.thumbnail .slick-list { display: flex; }
.thumbnail .slick-current img { opacity: 1; }

/* slick slideshow */
.slideshow { width: 100%; }
.slideshow .slick-arrow {
  display: block;
  position: absolute;
  bottom: -80px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 0;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow .slick-disabled {
  opacity: .4;
  pointer-events: none;
}
.slideshow .slick-prev {
  left: 6.25vw;
  background-image: url(../images/i_prev_black.svg); 
  background-size: 13px auto;
}
.slideshow .slick-next {
  left: calc(6.25vw + 50px);
  background-image: url(../images/i_next_black.svg);
  background-size: 13px auto;
}
.slideshow .slick-list { width: 100%; }
.slideshow .slick-slide a { text-decoration: none; }
.slideshow .slick-slide .img_wrap { position: relative; }

/* slick slideshow2 */
.slideshow2 { width: 100%; }
.slideshow2 .slick-arrow {
  display: block;
  position: absolute;
  bottom: -80px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 0;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow2 .slick-disabled {
  opacity: .4;
  pointer-events: none;
}
.slideshow2 .slick-prev {
  left: 6.25vw;
  background-image: url(../images/i_prev_black.svg); 
  background-size: 13px auto;
}
.slideshow2 .slick-next {
  left: calc(6.25vw + 50px);
  background-image: url(../images/i_next_black.svg);
  background-size: 13px auto;
}
.slideshow2 .slick-list { width: 100%; }
.slideshow2 .slick-slide a { text-decoration: none; }
.slideshow2 .slick-slide .img_wrap { position: relative; }

/* slick slideshow3 */
.slideshow3 { width: 100%; }
.slideshow3 .slick-arrow {
  display: block;
  position: absolute;
  bottom: -80px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 0;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow3 .slick-disabled {
  opacity: .4;
  pointer-events: none;
}
.slideshow3 .slick-prev {
  left: 6.25vw;
  background-image: url(../images/i_prev_black.svg); 
  background-size: 13px auto;
}
.slideshow3 .slick-next {
  left: calc(6.25vw + 50px);
  background-image: url(../images/i_next_black.svg);
  background-size: 13px auto;
}
.slideshow3 .slick-list { width: 100%; }
.slideshow3 .slick-slide a { text-decoration: none; }
.slideshow3 .slick-slide .img_wrap { position: relative; }

/* slick slideshow4 */
.slideshow4 { width: 100%; }
.slideshow4 .slick-arrow {
  display: block;
  position: absolute;
  bottom: -80px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 0;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow4 .slick-disabled {
  opacity: .4;
  pointer-events: none;
}
.slideshow4 .slick-prev {
  left: 6.25vw;
  background-image: url(../images/i_prev_black.svg); 
  background-size: 13px auto;
}
.slideshow4 .slick-next {
  left: calc(6.25vw + 50px);
  background-image: url(../images/i_next_black.svg);
  background-size: 13px auto;
}
.slideshow4 .slick-list { width: 100%; }
.slideshow4 .slick-slide a { text-decoration: none; }
.slideshow4 .slick-slide .img_wrap { position: relative; }

/* .expansion > dd */
.expansion > dd {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(255,255,255,1);
  overflow: auto;
  line-height: 2.5;
  pointer-events: auto;
  z-index: 99;
}
.expansion > dd .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 6.25vw 0;
  pointer-events: auto;
}
.expansion > dd .inner2 { display: flex; }
.expansion > dd .btn_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 0 0 0 3px;
  transform: translateX(0);
  cursor: pointer;
}
.expansion > dd .btn_close > div {
  position: relative;
  width: 21px;
  height: 21px;
  transform: rotate(-45deg);
}
.expansion > dd .btn_close > div span {
  display: block;
  position: absolute;
  background: #fff;
}
.expansion > dd .btn_close > div span:first-child {
  top: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 100%;
}
.expansion > dd .btn_close > div span:last-child {
  top: calc(50% - .5px);
  left: 0;
  width: 100%;
  height: 1px;
}
.expansion > dd a {
  color: #000;
  text-decoration: none;
}

/* search_489ban */
#search_489ban {
  margin: 0 auto;
  width: 100%;
  font-size: 24rem;
  text-align: left;
}
#search_489ban h4 {
  padding-bottom: 20px;
  text-align: center;
  justify-content: center;
}
#search_489ban input,
#search_489ban select { font-size: 24rem; }
#search_489ban input:disabled,
#search_489ban select:disabled {
  opacity: .4;
  pointer-events: none;
}
#search_489ban form > div {
  display: flex;
  padding: 1em;
  border-bottom: 1px dashed rgba(36,44,54,.25);
}
#search_489ban form > div.bbnone { padding: 1em 1em 0 1em; }
#search_489ban dl {
  display: flex;
}
#search_489ban dt { margin-right: .5em; }
#search_489ban .check {
  margin-right: 2em;
  white-space: nowrap;
}
#search_489ban #child dt { margin-right: 1em; }
#search_489ban #child dt input { cursor: pointer; }
#search_489ban #child dd { display: none; }
#search_489ban #child ul { font-size: 16rem; }
#search_489ban #child li:nth-of-type(n+2) { margin-top: 1em; }
#search_489ban .btn_wrap {
  margin-top: 1.5em;
  padding: 0;
  border-bottom: none;
  justify-content: center;
}
#search_489ban .btn_wrap.phone { display: none; }

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50);
  z-index: 2;
  pointer-events: none;
}
header.scrolled:before { top: 0!important; }
header.home {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
header .head {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
}
header h1 {
  position: absolute;
  top: 50%;
  right: 0;
  max-height: calc(100% - 160px);
  padding: 0;
  font-size: 10rem;
  font-weight: normal;
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 80px;
  letter-spacing: .75em;
  color: rgba(255,255,255,1);
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  z-index: 99;
}
header a {
  text-decoration: none;
  color: #fff;
}
header .left,
header .right,
header .center {
  position: relative;
  display: flex;
}
header .left {
  justify-content: flex-start;
  width: 40%;
}
header .right {
  justify-content: flex-end;
  width: 40%;
}
header .center {
  justify-content: center;
  width: 20%;
}

/* header gnav */
header .gnav {
  display: flex;
  align-items: center;
  padding: 0 0 0 calc(6.25vw / 2);
  pointer-events: auto;
  height: 80px;
  font-weight: bold;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
header.scrolled .gnav {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-80px);
  pointer-events: none;
}
header .gnav ul {
  display: flex;
  font-size: 14rem;
}
header .gnav li {
  height: 100%;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  border-left: 1px solid rgba(255,255,255,.25);
  line-height: 1;
  white-space: nowrap;
}
header .gnav li:first-child {
  padding: 0;
  margin: 0;
  border-left: none!important;
}

/* header logo */
header .logo { position: relative; }
header .logo > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
header .logo > li:nth-of-type(1) {
  transform: translate(-50%,0);
  opacity: 1;
  pointer-events: auto;
  padding: 30px 0 0 0;
}
header.scrolled .logo > li:nth-of-type(1) {
  transform: translate(-50%,-100%);
  opacity: 0;
  pointer-events: none;
}
header .logo > li li {
  display: flex;
  justify-content: center;
}
header .logo > li:nth-of-type(1) img { width: 120px;}
header .logo > li:nth-of-type(2) {
  transform: translate(-50%,-100%);
  opacity: 0;
  pointer-events: none;
  padding: 30px 0 0 0;
}
header .logo > li:nth-of-type(2) img { width: 80px; }
header.scrolled .logo > li:nth-of-type(2) {
  transform: translate(-50%,0);
  opacity: 1;
  pointer-events: auto;
}
header .logo a { display: block; }
header .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* header lang */
header .lang {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 100px 0 0;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
header.scrolled .lang {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-80px);
  pointer-events: none;
}
header .lang dl {
  position: relative;
  color: #fff;
  font-size: 12rem;
  line-height: 1;
  text-align: center;
  pointer-events: auto;
}
header .lang dl dt {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 30px 0 20px;
  transition: all 1s;
}
header .lang dl dt:after {
  position: absolute;
  top: 18px;
  right: 10px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
header .lang dl dt i {
  width: 16px;
  height: 16px;
}
header .lang dl dd {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  border-top: 1px solid rgba(255,255,255,.25);
  border-left: 1px solid rgba(255,255,255,.25);
  border-right: 1px solid rgba(255,255,255,.25);
}
header .lang dl dd ul li {
  height: 40px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
header .lang dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

/* hnav */
#hnav > dt {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
#hnav > dt > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  width: 80px;
  color: #fff;
  border-radius: 0 0 0 3px;
  border-left: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: all .5s cubic-bezier(.215,.610,.355,1);
  pointer-events: auto;
}
#hnav > dt > div:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 0 0 0 3px;
  border-left: none;
  border-bottom: none;
  transform: translateY(-80px);
  transition: all .5s cubic-bezier(.215,.610,.355,1);
  content: "";
}
#hnav.scrolled > dt > div:before { transform: translateY(0); }
#hnav > dt > div > div,
#hnav > dt > div > div span {
  display: block;
  transition: all .5s linear;
}
#hnav > dt > div > div {
  position: relative;
  width: 20px;
  height: 19px;
}
#hnav > dt > div > div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,1);
}
#hnav > dt > div > div span:first-child { top: 0; }
#hnav > dt > div > div span:nth-of-type(2) { top: 9px; }
#hnav > dt > div > div span:last-child { bottom: 0; }
#hnav > dd {
  text-align: left;
  white-space: nowrap;
}
#hnav > dd .inner2 > div { display: flex; }
#hnav > dd nav:nth-of-type(1) {
  font-size: 28rem;
  line-height: 2;
}
#hnav > dd nav:nth-of-type(2) {
  padding: .25em 0 0 6em;
  font-size: 20rem;
  line-height: 2.25;
}
#hnav > dd nav:nth-of-type(3) {
  padding: .25em 0 0 6em;
  font-size: 14rem;
  line-height: 3;
}
#hnav > dd li { display: flex; }
#hnav > dd a > span {
  position: relative;
  display: flex;
  align-items: center;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
#hnav > dd a > span:before {
  position: absolute;
  top: calc(50% - 1px);
  left: -10px;
  width: 5px;
  height: 2px;
  background: rgba(0,0,0,.5);
  transition: all .25s cubic-bezier(.215,.61,.355,1);
  opacity: 0;
  content: "";
}
#hnav > dd a:hover > span { transform: translateX(15px); }
#hnav > dd a:hover > span:before {
  transform: translateX(-10px);
  opacity: 1;
}
#hnav > dd a > span > span { font-weight: 500; }
#hnav > dd a > span > small {
  display: block;
  margin: 0 0 0 1.5em;
  font-size: 10rem;
  color: #999;
  letter-spacing: .1em;
  font-weight: normal;
}

#hnav > dd .sns { margin: 1em 0 0 0; }
#hnav > dd .sns ul { display: flex; }
#hnav > dd .sns li:nth-of-type(n+2) { margin: 0 0 0 10px; }
#hnav > dd .sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 50%;
}
#hnav > dd .sns li a:before { display: none; }
#hnav > dd .sns i {
  display: block;
  width: 16px;
  height: 16px;
}
#hnav > dd .bnr {
  width: 100%;
  max-width: 270px;
  margin: 1.5em 0 0 0;
}
#hnav > dd .bnr img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#hnav > dd .bnr p {
  padding: .25em 0 0 0;
  font-size: 13rem;
  text-align: center;
}
/* active */
#hnav.active > dt div span:first-child { transform: translateY(9px) rotate(-45deg); }
#hnav.active > dt div span:nth-of-type(2) { opacity: 0; }
#hnav.active > dt div span:last-child { transform: translateY(-9px) rotate(45deg); }

/* footer */
footer {
  & > .inner {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    &:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50vh;
      height: calc(var(--vh, 1vh) * 50);
      background: linear-gradient(
        to top,
        rgba(4, 12, 16, 1) 0%,
        rgba(4, 12, 16, .25) 50%,
        rgba(4, 12, 16, 0) 75%,
        rgba(4, 12, 16, 0) 100%
      );
      content: "";
      z-index: 1;
    }
    &:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      content: "";
      z-index: -2;
    }
    &.lazyloaded {
      &:after {
        background-image: url(../images/img_footer_bg.jpg);
      }
    }
  }
  & .text_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: calc(6.25vw / 2)
      calc(6.25vw / 2 + 60px)
      calc(6.25vw / 2)
      calc(6.25vw / 2);
    font-size: 12rem;
    color: #fff;
    text-align: left;
    line-height: 1.5;
    z-index: 1;
  }
  & .logo {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    & img {
      display: block;
      width: 80px;
      height: auto;
    }
  }
  & .sns {
    margin-top: 1em;
    justify-content: flex-start;
    & ul {
      display: flex;
    }
    & li {
      &:nth-of-type(n+2) {
        margin: 0 0 0 10px;
      }
    }
    & a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      border: 1px solid rgba(255, 255, 255, .25);
      border-radius: 50%;
    }
    & i {
      display: block;
      width: 16px;
      height: 16px;
    }
  }
  & a {
    color: #fff;
    text-decoration: none;
  }
  & nav {
    display: flex;
    & ul {
      line-height: 2;
      &:nth-of-type(n+2) {
        margin: 0 0 0 4em;
      }
    }
    & li {
      & a {
        & span {
          position: relative;
          display: block;
          transition: all .25s cubic-bezier(.215, .61, .355, 1);
          &:before {
            position: absolute;
            top: calc(1em - 1px);
            left: -3px;
            width: 3px;
            height: 1px;
            background: rgba(255, 255, 255, .5);
            transition: all .25s cubic-bezier(.215, .61, .355, 1);
            opacity: 0;
            content: "";
          }
        }
        &:hover {
          & span {
            transform: translateX(6px);
            &:before {
              transform: translateX(-3px);
              opacity: 1;
            }
          }
        }
      }
    }
  }
  & .copyright {
    display: block;
    margin-top: 3em;
    font-size: 100%;
  }
}

/* mv */
.mv {
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  &.home {
    overflow: visible;
  }
  & > .inner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50vh;
    min-height: calc(var(--vh, 1vh) * 50);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 200vh, cover;
    &::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      transition: all 1s cubic-bezier(.215,.610,.355,1);
      pointer-events: none;
      /* background: linear-gradient(rgba(0,0,0,.75) 0%, rgba(0,0,0,.25) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%); */
    }
  }
  &.home > .inner {
    /* min-height: 200vh; */
    /* min-height: calc(var(--vh, 1vh) * 200); */
    background-color: #010710;
    background-image: url(../images/img_mv_home.jpg);
  }
  &.scrolled > .inner::before {
    background: rgba(0,0,0,.5);
  }
}

/* mv .bestrate */
.mv {
  & .bestrate {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: calc(50vh - calc(40px + 40px));
    top: calc(var(--vh, 1vh) * 50 - calc(40px + 40px));
    transform: translate(-50%, 0);
    padding: 0 20px;
    z-index: 100;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 20px;
    .home & {
      top: calc(100vh - 120px);
      top: calc(var(--vh, 1vh) * 100 - 120px);
    }
    & > div {
      display: flex;
      align-items: center;
      height: 38px;
      font-size: 12rem;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0;
      white-space: nowrap;
    }
    & i {
      display: block;
      width: 12px;
      height: 12px;
      margin: 0 5px 0 0;
    }
  }
}

@-webkit-keyframes scroll {
  0% { transform:translateY(-100%) }
  100% { transform:translateY(200%) }
}
@keyframes scroll {
  0% { transform:translateY(-100%) }
  100% { transform:translateY(200%) }
}
.mv .scroll {
  display: block;
  position: absolute;
  top: 100vh;
  top: calc((var(--vh, 1vh) * 100) - 40px);
  left: 50%;
  width: 40px;
  height: calc(80px * 2);
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 100;
}
.mv .scroll:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .5);
  content: "";
}
.mv .scroll:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  transform: scale(0) translateX(-50%);
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  content: "";
}
.mv .logotype {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.mv .logotype img {
  display: block;
  width: calc(6.25% * 4);
  height: auto;
}

.mv .bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.mv.home .bg_wrap {
  z-index: -1;
}
.mv .bg_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,.75) 0%, rgba(0,0,0,.25) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,.25) 75%, rgba(0,0,0,.5) 100%);
  content: "";
  z-index: 1;
}
.mv.home .bg_wrap:before { display: none; }
.mv .bg_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .content_wrap {
  width: 100%;
  padding: 100vh 0 0 0;
  padding: calc(var(--vh, 1vh) * 100) 0 0 0;
  height: auto;
  /* min-height: 200vh; */
  /* min-height: calc(var(--vh, 1vh) * 200); */
}
.mv .content_wrap .text_wrap {
  color: #fff;
  width: calc(6.25% * 8);
  margin: 0 auto;
  padding: calc(6.25vw * 2) 0 6.25vw 0;
}
.mv .content_wrap .text_wrap h2 { text-align: center; }
.mv .content_wrap .img_wrap {
  width: calc(6.25% * 10);
  margin: 0 auto;
  pointer-events: auto;
  /* transform: translateY(calc(6.25vw * 1)); */
}
@media screen\0 {
  .mv.scrolled.home > div:before { display: none; }
}

/* carousel */
.mv .carousel .slick-slide {
  position: relative;
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.mv.home .carousel .slick-slide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@-webkit-keyframes slide {
  0% { transform: translateX(-6.25%); }
  100% { transform: translateX(0); }
}
@keyframes slide {
  0% { transform: translateX(-6.25%); }
  100% { transform: translateX(0); }
}
.mv .carousel .slick-slide > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .carousel.slide .slick-slide > div {
  width: 106.25%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv .carousel.slide .add-animation > div {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.mv .carousel .slick-slide > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .carousel .slick-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,.25) 100%);
  z-index: 1;
  content: "";
}
.mv .carousel .slick-dots {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
}
.mv .carousel .slick-dots li:first-child:last-child { display: none; }
.mv .carousel .slick-dots li {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0); 
}
.mv .carousel .slick-dots li.slick-active button { background: rgba(255,255,255,.75); }

/* video */
/* .mv .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  pointer-events: none;
} */

/* mv video */
.mv #mute {
  position: absolute;
  left: 25px;
  bottom: 25px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
.mv #mute.unmute { background-image: url(../images/i_unmute_white.svg); }
.mv #mute.mute { background-image: url(../images/i_mute_white.svg); }
.mv #player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
.mv video {
  -o-object-fit: cover;
  object-fit: cover;
}

/* layout_access */
.layout_access {
  & > .inner {
    border-top: 1px dashed rgba(0,0,0,.1);
    padding: 6.25vw 0;
    & .text_wrap {
      display: flex;
      justify-content: center;
      padding: 0 6.25vw;
      & .title {
        padding: 0;
      }
    }
    & .access_detail_wrap {
      display: flex;
      margin: 0 auto;
      padding: 0 6.25vw;
      flex-wrap: wrap;
      & .access_detail {
        width: 25%;
        padding: calc(6.25vw / 2) 0 0 0;
        letter-spacing: 0.05em;
        & .title {
          display: block;
          position: relative;
          font-size: 20rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.5;
          margin: 0 10px;
          padding: 25px;
          background: rgba(0,0,0,.05);
          border-radius: 3px;
          & small {
            font-size: 14rem;
            font-weight: normal;
          }
          & img {
            display: block;
            max-width: 100%;
            margin-bottom: .5em;
          }
          & i {
            display: block;
            width: 30px;
            height: 30px;
            margin: 0 auto;
          }
          &::after {
            position: absolute;
            bottom: 20px;
            left: 50%;
            width: 5px;
            height: 5px;
            border-top: 1px solid rgba(0,0,0,.75);
            border-right: 1px solid rgba(0,0,0,.75);
            content: "";
            transition: all .5s cubic-bezier(.215,.61,.355,1);
            transform: rotate(135deg);
            .active & {
              transform: rotate(315deg);
            }
          }
        }
        & ul {
          display: none;
          margin: 0 20px;
          padding: 20px 0;
        }
        & li {
          width: auto;
          min-height:auto;
          & span {
            font-weight: normal;
            font-size: 14rem;
          }
          &:nth-of-type(odd) {
            position: relative;
            margin: 0;
            padding-left: 48px;
            font-size: 18rem;
            font-weight: bold;
            line-height: 28px;
            &::before {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 28px;
              height: 28px;
              border-radius: 50%;
              background: rgba(0,0,0,.6);
              content: "";
            }
            &::after {
              display: block;
              position: absolute;
              top: 8px;
              left: 8px;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background: #f9f7f4;
              content: "";
            }
            & small {
              font-size: 14rem;
              font-weight: normal;
            }
          }
          &:nth-of-type(even) {
            display: flex;
            align-items: center;
            position: relative;
            height: 100px;
            margin: 0 0 0 11px;
            padding: 0 0 0 32px;
            font-size: 12rem;
            line-height: 1.5;
            border-left: 6px solid rgba(0,0,0,.1);
            &.x2 {
              height: 228px;
            }
            &.x3 {
              height: 356px;
            }
            & span {
              display: block;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
            }
          }
          &:last-child::before {
            background: #5c8317;
            border-radius: 0;
          }
          &:last-child::after {
            border-radius: 0;
          }
        }
        &.train {
          & li:nth-of-type(even) {
            margin: 0 0 0 12px;
            border-left: 4px dashed rgba(0,0,0,.1);
            &.car {
              margin: 0 0 0 11px;
              border-left: 6px solid rgba(0,0,0,.1);
              &::before,
              &::after {
                display: none;
              }
            }
            &::before,
            &::after {
              display: block;
              position: absolute;
              top: 0;
              width: 1px;
              height: 100px;
              font-size: 0;
              content: "";
            }
          }
          & li.notrain:nth-of-type(even) {
            border-left: 4px solid rgba(0,0,0,.1);
          }
          & li.x2:nth-of-type(even)::before,
          & li.x2:nth-of-type(even)::after {
            height: 228px;
          }
          & li.x3:nth-of-type(even)::before,
          & li.x3:nth-of-type(even)::after {
            height: 356px;
          }
          & li:nth-of-type(even)::before {
            left: 0;
            background: rgba(0,0,0,.1);
          }
          & li:nth-of-type(even)::after {
            left: -5px;
            background: rgba(0,0,0,.1);
          }
        }
      }
    }
    & .note {
      width: calc(6.25% * 8);
      margin: calc(6.25vw / 2) auto 0 auto;
      padding: calc(6.25vw / 2) 6.25vw;
      border: 1px solid rgba(0,0,0,.1);
      border-radius: 5px;
    }
  }
}

@media screen and (min-width: 450px) {
  .layout_access {
    & .title:after {
      display: none;
    }
    & .accordion {
      pointer-events: none;
      & ul {
        display: block!important;
        height: 100%!important;
        padding: 25px 0!important;
        .active& {
          display: block!important;
          height: auto!important;
          padding: 25px 0!important;
        }
      }
    }
  }
}

/* layout_outline */
.layout_outline {
  & .text_wrap {
    display: grid;
    justify-content: center;
    width: calc(6.25% * 12);
    margin: 0 auto;
    padding: 6.25vw;
    & h2, h3 {
      text-align: center;
    }
    & p {
      text-align: center;
    }
  }
  & .img_wrap {
    width: 100%;
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
  }
}

/* layout_main */
.layout_main > .inner { padding: calc(6.25vw * 1.5) 0; }
.layout_main .slick-slider .slick-slide {
  width: calc(6.25vw * 15 / 3);
  padding: 0 0 0 6.25vw;
}
.layout_main .slick-slider .slick-slide a { text-decoration: none; }
.layout_main .slick-slider .slick-slide .img_wrap { position: relative; }
.layout_main .slick-slider .slick-slide .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout_main .slick-slider .slick-slide .text_wrap { margin: calc(6.25vw / 2) 0 0 0; }

/* layout_half */
.layout_half {
  & > .inner {
    padding: 6.25vw 0;
    & > ul {
      display: grid;
      grid-template-rows: auto;
      gap: 6.25vw;
      & > li {
        display: flex;
        justify-content: space-between;
        &:nth-of-type(2n) {
          flex-direction: row-reverse;
        }
        & .img_wrap {
          width: calc(6.25vw * 9);
        }
        & .text_wrap {
          display: flex;
          justify-content: center;
          align-items: center;
          width: calc(6.25vw * 7);
          padding: 0 6.25vw;
          & > div {
            width: 100%;
            & h3 {
              
            }
            & h4 {
              display: flex;
              white-space: nowrap;
              flex-wrap: wrap;
              & .title:not(:last-child)::after {
                padding: 0 8px;
                font-weight: normal;
                content: "/";
              }
            }
            & p {
              &.outline {
                font-size: 20rem;
                font-weight: bold;
                line-height: 1.25;
                padding-bottom: 16px;
              }
              &.spec {
                font-size: 14rem;
              }
            }
            & .tag {
              display: flex;
              flex-wrap: wrap;
              margin: 16px 0 8px 0;
              & > li {
                margin: 0 8px 8px 0;
                padding: 4px 8px;
                border: 1px solid rgba(0,0,0,.1);
                border-radius: 3px;
                font-size: 12rem;
                font-weight: bold;
                &:last-child {
                  margin: 0 0 8px 0;
                }
              }
            }
            & .table_wrap {
              margin: 0 0 16px 0;
              & th, td {
                padding: 8px 16px;
                font-size: 12rem;
              }
              & th {
                font-weight: bold;
              }
            }
            & .accordion {
              & > dt {
                padding: 8px 16px;
                border: 1px solid rgba(0, 0, 0, .1);
                text-align: center;
                border-radius: 3px;
                &::before {
                  display: block;
                  font-size: 12rem;
                  font-weight: bold;
                  line-height: 20px;
                  height: 20px;
                  content: "詳しく見る ▼";
                }
              }
              &.active > dt::before {
                content: "閉じる ✕";
              }
              & > dd {
                padding: 32px 0 0 0;
                & .img_wrap {
                  display: flex;
                  justify-content: center;
                  margin: 0 auto 32px auto;
                  width: auto;
                  & img {
                    width: 500px;
                    max-width: 100%;
                    height: auto;
                    max-height: 300px;
                    -o-object-fit: contain;
                    object-fit: contain;
                  }
                }
              } 
            }
          }
        }
      }
    }
  }
}

/* layout_common */
.layout_common {
  & > .inner {
    width: calc(6.25% * 8);
    margin: 0 auto;
    padding: 6.25vw 0;
    & > .title_wrap {
      display: flex;
      justify-content: center;
      & h3, h4, h5 {
        padding: 0;
      }
      & .title {
        text-align: center;
        padding: 0 0 calc(6.25vw / 2) 0;
      }
    }
    & > .img_wrap {
      max-width: calc(6.25vw * 6);
      margin: 0 auto;
      & img {
        border-radius: 5px;
      }
    }
    & > .text_wrap {
      display: grid;
      justify-content: center;
      margin: 32px 0 0 0;
    }
    & > .salon_menu {
      line-height: 1.5;
      letter-spacing: 0;
      & > h5 {
        margin: 0 0 16px 0;
        padding: calc(6.25vw / 2) 0 8px 0;
        border-bottom: 1px dashed rgba(0,0,0,.1);
      }
      & > p {
        margin: 0 0 16px 0;
      }
      & > ul {
        display: grid;
        grid-template-columns: auto;
        gap: 8px 0;
        & > li {
          margin: 8px 0 0 0;
          & > dl {
            & > dt {
              font-weight: bold;
              &::before {
                font-weight: normal;
                content: "- ";
              }
            }
            & > dd {
              padding: 4px 0 0 .75em;
              & .price {
                font-weight: normal;
              }
            }
          }
        }
      }
    }
  }
}

/* layout_list */
.layout_list {
  & > .inner {
    padding: 6.25vw;
    & > .title_wrap {
      display: flex;
      justify-content: center;
      & h4, h5 {
        padding: 0;
      }
      & .title {
        text-align: center;
        padding: 0 0 calc(6.25vw / 2) 0;
      }
    }
    & .outline_wrap {
      padding: 0 0 32px 0;
      & p {
        text-align: center;
      }
    }
    & > ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, calc((100% - (3.125vw * 3)) / 4));
      gap: calc(6.25vw / 2);
      justify-content: center;
      & > li {
        & a {
          text-decoration: none;
        }
        & .img_wrap {
          position: relative;
          aspect-ratio: 1/1;
          & img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            -o-object-fit: cover;
            object-fit: cover;
          }
        }
        & .text_wrap {
          display: grid;
          justify-content: center;
          padding: 16px 0 0 0;
          & h5 {
            line-height: 1.5;
            padding: 0 0 16px 0;
            & span {
              font-size: 60%;
            }
            & small {
              font-size: 60%;
              font-weight: normal;
              letter-spacing: .1em;
            }
          }
          & p {
            display: block;
            font-size: 14rem;
            font-weight: normal;
            letter-spacing: 0;
            line-height: 1.75;
          }
          & > .info {
            display: flex;
            justify-content: center;
            padding: 0 0 16px 0;
            font-size: 12rem;
            & li {
              display: flex;
              align-items: center;
              margin: 0 16px 0 0;
              &:last-child {
                margin: 0;
              }
              & a {
                text-decoration: underline;
              }
              & i {
                width: 16px;
                height: 16px;
                margin: 0 4px 0 0;
              }
              & .tag {
                padding: 8px;
                font-size: 11rem;
                font-weight: bold;
                line-height: 1;
                background-color: rgba(0,0,0,.1);
                border-radius: 3px;
              }
            }
          }
        }
      }
    }
  }
}

/* layout_faq */
.layout_faq {
  & > .inner {
    width: calc(6.25vw * 8);
    margin: 0 auto 6.25vw auto;
    & > div {
      border-bottom: 1px dashed rgba(0,0,0,.1);
    }
    & .accordion {
      border-top: 1px dashed rgba(0,0,0,.1);
      padding: 2em 0;
      &.active {
        dt::after {
          transform: translateY(-50%) rotate(180deg);
        }
      }
    }
    & dt,
    & dd {
      position: relative;
    }
    & dt {
      padding: 0 2em 0 2em;
      font-weight: bold;
      &::before {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        content: "Q.";
        /* color: #77081f; */
      }
      &::after {
        position: absolute;
        right: 0;
        top: 50%;
        border-top: 6.9282px solid #242c36;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        transform: translateY(-50%);
        transition: all .5s cubic-bezier(.215,.610,.355,1);
        content: "";
      }
    }
    & dd {
      padding: 1em 2em 0 2em;
      &::before {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 1em;
        content: "A.";
      }
      & .table_wrap {
        & table {
          width: auto;
          margin: 2em 0 0 0;
          font-size: 12rem;
        }
        & th,
        & td {
          padding: .5em 1em;
        }
      }
    }
  }
  & .title {
    margin: 6.25vw 0 calc(6.25vw / 2) 0;
    justify-content: center;
    border-bottom: none!important;
    & h3 {
      padding: 0;
    }
  }
}

/* layout_news */
.layout_news > .inner {
  display: flex;
  justify-content: center;
  padding: calc(6.25vw * 1) 0;
}
.layout_news > .inner > div { width: 100%; }
.layout_news .title { padding: 0 6.25vw calc(6.25vw / 2) 6.25vw; }
.layout_news .btn_wrap { justify-content: center; }
.layout_news .slick-slider .slick-slide {
  width: calc(6.25vw * 14 / 3);
  padding: 0 0 0 6.25vw;
}
.layout_news .slick-slider .slick-slide dl {
  display: flex;
  line-height: 1.75;
  text-align: left;
}
.layout_news .slick-slider .slick-slide dt {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/img_news_01.jpg);
  border-radius: 5px;
}
.layout_news .slick-slider .slick-slide dt img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.layout_news .slick-slider .slick-slide dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 120px);
}
.layout_news .slick-slider .slick-slide dd > div {
  display: block;
  width: 100%;
  padding: 0 0 0 2em;
}
.layout_news .slick-slider .slick-slide dd span:nth-of-type(1) {
  text-decoration: none;
  font-weight: bold;
}
.layout_news .slick-slider .slick-slide dd span:nth-of-type(2) { text-decoration: underline; }
.layout_news .slick-slider .slick-slide dd span { display: block; }

/* layout_plan */
.layout_plan {
  & > .inner {
    padding: calc(6.25vw * 1) 0;
  }
  & .title {
    padding: 0 6.25vw calc(6.25vw / 2) 6.25vw;
  }
  & .slick-slider {
    & .slick-slide {
      width: calc(6.25vw * 15 / 4);
      padding: 0 0 0 6.25vw;
      & .img_wrap {
        position: relative;
        & img {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 5px;
          -o-object-fit: cover;
          object-fit: cover;
        }
      }
      & .text_wrap {
        margin: calc(6.25vw / 4) 0 0 0;
        & p {
          line-height: 1.75;
        }
      }
    }
  }
}

/* layout_bnr */
.layout_bnr {
  & > .inner {
    padding: 6.25vw;
    & > ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, calc((100% - (3.125vw * 2)) / 3));
      gap: calc(6.25vw / 2);
      justify-content: center;
      & > li {
        & a {
          display: block;
          text-decoration: none;
        }
        & .img_wrap {
          position: relative;
          aspect-ratio: 16/9;
          & img {
            border-radius: 5px;
          }
        }
        & .text_wrap {
          display: grid;
          justify-content: center;
          padding: 16px 0 0 0;
          & p {
            text-align: center;
            font-weight: bold;
            line-height: 1.5;
          }
        }
      }
    }
  }
}

.insta {
  display: flex;
  justify-content: center;
}
.insta a { text-decoration: none; }
.insta ul {
  display: flex;
  justify-content: center;
}
.insta li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(6.25vw * 3);
}
.insta li.photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta li:first-child img { border-radius: 5px 0 0 5px; }
.insta li:last-child img { border-radius: 0 5px 5px 0; }
.insta li.logo {
  /* background: #f09433; 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); */
  color: #fff;
  text-align: center;
  background-color: #000;
}
.insta li.logo .text_wrap {
  font-size: 14rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.insta li.logo .text_wrap .pict {
  display: flex;
  justify-content: center;
  padding: 0 0 20px 0;
}
.insta li.logo .text_wrap .pict i {
  display: block;
  width: 46px;
  height: 46px;
}
.insta li.logo .text_wrap .title {
  justify-content: center;
  font-size: 36rem;
  padding-bottom: 20px;
}
.insta li.logo .text_wrap .link {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}
.insta li.logo .text_wrap .link > .link {
  display: block;
  position: inherit;
}

/* layout_pagenav */
.layout_pagenav {
  & > .inner {
    padding: 6.25vw;
    & > ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, calc((100% - (3.125vw * 4)) / 5));
      gap: calc(6.25vw / 2);
      justify-content: center;
      & > li {
        & a {
          text-decoration: none;
        }
        & .img_wrap {
          position: relative;
          aspect-ratio: 16/9;
          & img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            -o-object-fit: cover;
            object-fit: cover;
          }
        }
        & .text_wrap {
          display: grid;
          justify-content: center;
          padding: 16px 0 0 0;
          & h5 {
            font-size: 14rem;
            line-height: 1.5;
            padding: 0;
            & span {
              font-size: 60%;
            }
            & small {
              font-size: 60%;
              font-weight: normal;
              letter-spacing: .1em;
            }
          }
          & p {
            display: block;
            padding: 16px 0 0 0;
            font-size: 12rem;
            font-weight: normal;
            letter-spacing: 0;
            line-height: 1.75;
          }
        }
      }
    }
  }
}

/* layout_map */
.layout_map {
  & > .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    & .map_canvas {
      width: 100%;
    }
    & iframe {
      display: block;
      width: 100%;
      height: 50vh;
      height: calc(var(--vh, 1vh) * 50);
      border: 0;
    }
  }
}
