@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: 2em 3em;
  font-size: 14rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e9e6e4;
}
th { font-weight: bold; }
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: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
  font-size: 16rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #000;
  text-align: center;
  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);
}
caption, th, td {
  border: 1px solid rgba(0,0,0,.1);
  line-height: 1.75;
}
table {
  width: 100%;
  background: none;
}
/*tr:nth-of-type(2n) { background: #efece9; }*/
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: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
  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;
  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: 54rem;
  letter-spacing: 0;
  line-height: 1.25;
}
h3 {
  padding-bottom: 1em;
  font-size: 38rem;
  letter-spacing: 0;
  line-height: 1.4;
}
h4 {
  padding-bottom: 1em;
  font-size: 30rem;
  letter-spacing: 0;
  line-height: 1.4;
}
h5 {
  padding-bottom: 1em;
  font-size: 24rem;
  letter-spacing: 0;
  line-height: 1.4;
}
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; }
.bt { border-top: 1px dashed rgba(0,0,0,.1); }
.bb { border-bottom: 1px dashed rgba(0,0,0,.1); }
.bl { border-left: 1px dashed rgba(0,0,0,.1); }
.br { border-right: 1px dashed rgba(0,0,0,.1); }
.btnone { border-top: none!important; }
.bbnone { border-bottom: none!important; }
.blnone { border-left: none!important; }
.brnone { border-right: none!important; }
.alignl { text-align: left!important; }
.alignr { text-align: right!important; }
.alignc { text-align: center!important; }
.mtL { margin-top: 160px!important; }
.mbL { margin-bottom: 160px!important; }
.mtM { margin-top: 80px!important; }
.mbM { margin-bottom: 80px!important; }
.ptL { padding-top: 160px!important; }
.pbL { padding-bottom: 160px!important; }
.ptM { padding-top: 80px!important; }
.pbM { padding-bottom: 80px!important; }
.jcc {
  display: flex;
  justify-content: center!important;
}
.nowrap { white-space: nowrap; }
.table_wrap {
  display: flex;
  justify-content: center;
  margin: 2em 0 0 0; 
}
.en {
  letter-spacing: .08em;
  font-weight: 700;
}
.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;
}
.bgcolor { background: #f5f5f5; }
.list > li {
  padding-top: .5em;
  padding-left: 1em;
  text-indent: -1em;
}
.list > li:before {
  display: inline;
  content: "・";
}

/* arrow */
.arrow i {
  width: 21px;
  height: 21px;
  margin: 0 .4em -.4em 0;
}
.arrow span {
  font-size: 14rem;
  color: #fff;
  line-height: 1;
}

/* lazyload */
.lazyload,
.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }

/* marker */
.marker {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #dceaff 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%, #e6ebde 60%);
}
.marker.brown {
  font-weight: normal;
  background:linear-gradient(transparent 60%, #ede6d9 60%);
}

/* accordion */
.accordion dd,
.accordion_hover dd { display: none; }

/* img_hover */
.hover_brightness { transition: all .4s linear; }
.hover_brightness:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

/* btn */
.btn_wrap {
  display: flex;
  margin: 3em 0 0 0;
}
.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;
  cursor: pointer;
  text-decoration: none;
  min-width: 240px;
  padding: 1.25em 3em;
  background: #000;
}
.btn:after {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: .5em;
  height: .5em;
  border: 1px solid rgba(255,255,255,.75);
  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-size: 16rem;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  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,.75);
  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;
}

/* white */
.btn.white {
  background: none;
  border: 1px solid rgba(0,0,0,1);
}
.btn.white:after {
  border: 1px solid rgba(0,0,0,1);
  border-left: 0;
  border-bottom: 0;
}
.btn.white > span { color: #000; }
.btn.white > span:before { background: rgba(0,0,0,.5); }

/* small */
.btn.small {
  padding: 1em .75em;
  min-width: 160px;
}
.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.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.dog_black { background-image: url(../images/i_dog_black.svg); }
i.microwave_black { background-image: url(../images/i_microwave_black.svg); }
i.shampoo_black { background-image: url(../images/i_shampoo_black.svg); }
i.room_black { background-image: url(../images/i_room_black.svg); }
i.yen_black { background-image: url(../images/i_yen_black.svg); }
i.restaurant_white { background-image: url(../images/i_restaurant_white.svg); }
i.sightseeing_white { background-image: url(../images/i_sightseeing_white.svg); }

/* 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,1);
  border-right: 3px solid rgba(0,0,0,.25);
  border-bottom: 3px solid rgba(0,0,0,.25);
  border-left: 3px solid rgba(0,0,0,.25);
  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: #fff;
  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(255,255,255,.5);
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* reservation */
#reservation > dt {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 2;
}
#reservation > dt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 240px;
  color: #fff;
  background: #255184;
  /* background: linear-gradient(-30deg, #032c45 0%, #073b5b 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#032c45', endColorstr='#073b5b', GradientType=1); */
  border-radius: 3px 0 0 3px;
  transition: all .5s cubic-bezier(.215,.610,.355,1) 1.25s;
  opacity: 0;
  transform: translate(80px,0);
  text-decoration: none;
}
#reservation > dt.inviewed-flag > a {
  transform: translate(0,0);
  opacity: 1;
}
#reservation > dt > a > 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;
  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;
}

/* copyright */
.copyright {
  display: block;
  font-size: 100%;
  text-align: center;
}

/* 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 slider */
.slider .caption {
  position: absolute;
  color: #fff;
  bottom: 20px;
  right: 20px;
  font-size: 12rem;
  white-space: nowrap;
  line-height: 1;
}
.slider .caption.black { color: #000; }
.slider .slick-arrow {
  display: block;
  position: absolute;
  top: -51px;
  width: 21px;
  height: 21px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slider .slick-disabled {
  opacity: .25;
  pointer-events: none;
}
.slider .slick-prev {
  right: 31px;
  background-image: url(../images/i_rearrow_black.svg); 
}
.slider .slick-next {
  right: 0;
  background-image: url(../images/i_arrow_black.svg); 
}

/* 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;
  top: calc((-6.25vw / 2) - 21px );
  width: 21px;
  height: 21px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow .slick-disabled {
  opacity: .25;
  pointer-events: none;
}
.slideshow .slick-prev {
  right: calc(6.25vw + 31px);
  background-image: url(../images/i_rearrow_black.svg); 
}
.slideshow .slick-next {
  right: 6.25vw;
  background-image: url(../images/i_arrow_black.svg); 
}
.slideshow .slick-list { width: 100%; }
.slideshow .slick-slide {
  width: calc(6.25vw * 5);
  padding: 0 0 0 6.25vw;
}
.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;
  top: -101px;
  width: 21px;
  height: 21px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow2 .slick-disabled {
  opacity: .25;
  pointer-events: none;
}
.slideshow2 .slick-prev {
  right: calc(6.25% + 31px);
  background-image: url(../images/i_rearrow_black.svg); 
}
.slideshow2 .slick-next {
  right: 6.25%;
  background-image: url(../images/i_arrow_black.svg); 
}
.slideshow2 .slick-list { width: 100%; }
.slideshow2 .slick-slide {
  width: 18.75vw;
  padding: 0 0 0 6.25vw;
}
.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;
  top: -101px;
  width: 21px;
  height: 21px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.slideshow3 .slick-disabled {
  opacity: .25;
  pointer-events: none;
}
.slideshow3 .slick-prev {
  right: calc(6.25% + 31px);
  background-image: url(../images/i_rearrow_black.svg); 
}
.slideshow3 .slick-next {
  right: 6.25%;
  background-image: url(../images/i_arrow_black.svg); 
}
.slideshow3 .slick-list { width: 100%; }
.slideshow3 .slick-slide {
  width: 31.25vw;
  padding: 0 0 0 6.25vw;
}
.slideshow3 .slick-slide a { text-decoration: none; }
.slideshow3 .slick-slide .img_wrap { position: relative; }

/* search_489ban */
#search_489ban {
  margin: 0 auto;
  width: 100%;
  font-size: 24rem;
  text-align: left;
}
#search_489ban h4 {
  padding-bottom: 20px;
  text-align: 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; }

/* .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%;
  height: 100%;
  pointer-events: auto;
}
.expansion > dd .inner2 {
  display: flex;
}
.expansion > dd .btn_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.expansion > dd .btn_close > div {
  position: relative;
  width: 31px;
  height: 31px;
  transform: rotate(-45deg);
}
.expansion > dd .btn_close > div span {
  display: block;
  position: absolute;
  background: #000;
}
.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;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  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%;
  height: 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,.4);
  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 40px;
  pointer-events: auto;
  height: 80px;
  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: 60px 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) li:nth-of-type(1) img { width: 300px;}
header .logo > li:nth-of-type(1) li:nth-of-type(2) {}
header .logo > li:nth-of-type(1) li:nth-of-type(2) img {}
header .logo > li:nth-of-type(2) {
  transform: translate(-50%,-100%);
  opacity: 0;
  pointer-events: none;
  padding: 20px 0 0 0;
}
header .logo > li:nth-of-type(2) li:nth-of-type(1) img { width: 30px; }
header .logo > li:nth-of-type(2) li:nth-of-type(2) {}
header .logo > li:nth-of-type(2) li:nth-of-type(2) img {}
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);
  background: #fff;
  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(0,0,0,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; }
#search_489ban nav a span,
#hnav > dd a span {
  position: relative;
  display: block;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
#search_489ban nav a span:before,
#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: "";
}
#search_489ban nav a:hover span,
#hnav > dd a:hover span { transform: translateX(15px); }
#search_489ban nav a:hover span:before,
#hnav > dd a:hover span:before {
  transform: translateX(-10px);
  opacity: 1;
}
#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,.75);
  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.scrolled > dt > div > div span { background: rgba(255,255,255,1); }
#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 {
  position: relative;
  width: 100%;
}
footer > .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .25) 100%); */
  z-index: -1;
  content: "";
}
footer > .inner: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;
}
footer > .inner.lazyloaded:after { background-image: url(../images/img_footer_bg.jpg); }
footer .left {
  background: rgba(255,255,255,1);
  padding: 40px;
  border-radius: 10px;
}
footer .text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 40px;
  font-size: 12rem;
  color: #000;
  text-align: left;
  line-height: 1.5;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer address { text-align: center; }
footer .logo {
  margin: 40px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo img {
  display: block;
  width: 150px;
  height: auto;
}
footer .sns {
  margin: 10px 0;
  justify-content: center;
}
footer .sns ul { display: flex; }
footer .sns li:nth-of-type(n+2) { margin: 0 0 0 10px; }
footer .sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,0,0,.75);
  border-radius: 50%;
}
footer .sns i {
  display: block;
  width: 16px;
  height: 16px;
}
footer nav { display: flex; }
footer nav ul { line-height: 2; }
footer nav ul:nth-of-type(n+2) { margin: 0 0 0 3em; }
footer nav li a span {
  position: relative;
  display: block;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
footer nav li a span:before {
  position: absolute;
  top: calc(1em - 1px);
  left: -3px;
  width: 3px;
  height: 1px;
  background: rgba(0,0,0,.5);
  transition: all .25s cubic-bezier(.215,.61,.355,1);
  opacity: 0;
  content: "";
}
footer nav li a:hover span { transform: translateX(6px); }
footer nav li a:hover span:before {
  transform: translateX(-3px);
  opacity: 1;
}

/* mv */
.mv {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: auto;
}
.mv.home {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.mv > .inner {
  width: 100%;
  height: 100%;
}
.mv > .inner:before {
  transition: all 1s cubic-bezier(.215,.610,.355,1);
  pointer-events: none;
}
.mv.scrolled > .inner:before { background: rgba(0,0,0,.5); }
.mv .bestrate {
  display: flex;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 100;
}
.mv .bestrate > div {
  padding: .75em 1.5em;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: normal;
  color: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,0);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
.mv .bestrate i {
  width: 12px;
  height: 12px;
  margin: 0 .4em -2px 0;
}
.mv .content_wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  z-index: -1;
}
.mv .img_wrap {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 0;
  left: 0;
  -webkit-animation-name: scaleup;
  animation-name: scaleup;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  overflow: hidden;
  z-index: -1;
}
.mv .img_wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen\0 {
  .mv.scrolled.home > div:before { display: none; }
}

/* carousel */
.mv .carousel .slick-slide {
  position: relative;
  height: 50vh;
  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); }

.mv.home .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_home_02.jpg); }
.mv.home .slick-slide:nth-of-type(2) > div { background-image: url(../images/img_mv_home_01.jpg); }
.mv.home .slick-slide:nth-of-type(3) > div { background-image: url(../images/img_mv_home_03.jpg); }
.mv.home .slick-slide:nth-of-type(4) > div { background-image: url(../images/img_mv_home_04.jpg); }
.mv.home .slick-slide:nth-of-type(5) > div { background-image: url(../images/img_mv_home_05.jpg); }
.mv.home .slick-slide:nth-of-type(6) > div { background-image: url(../images/img_mv_home_06.jpg); }
.mv.home .slick-slide:nth-of-type(7) > div { background-image: url(../images/img_mv_home_07.jpg); }
.mv.home .slick-slide:nth-of-type(8) > div { background-image: url(../images/img_mv_home_08.jpg); }

.mv.stay .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_stay_01.jpg); }
.mv.pet .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_pet_01.jpg); }
.mv.access .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_access_01.jpg); }
.mv.contact .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_contact_01.jpg); }

/* video */
/* .mv .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  pointer-events: none;
} */

@-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;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  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, .25);
  content: "";
}
.mv .scroll:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .75);
  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 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 { border-top: 1px dashed rgba(0,0,0,.1); }
.layout_access > .inner { padding: 6.25% 0; }
.layout_access .text_wrap {
  display: flex;
  justify-content: center;
  padding: 0 6.25%;
}
.layout_access .text_wrap h3 .en {
  margin: 0;
  padding: 0 0 .3em 0;
}
.layout_access .text_wrap h3 span {
  display: block;
  text-align: center;
}
.layout_access .title {
  position: relative;
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: calc(6.25% / 2);
  background: rgba(0,0,0,.05);
  border-radius: 5px;
}
.layout_access .title:after {
  position: absolute;
  bottom: 15px;
  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);
}
.layout_access .active .title:after { transform: rotate(315deg); }
.layout_access .title i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.layout_access .title i.airplane_black { height: 30px; }
.layout_access .title small {
  display: block;
  font-size: 12rem;
  font-weight: normal;
}
.layout_access .title img {
  display: block;
  max-width: 100%;
  margin-bottom: .5em;
}
.layout_access .access_detail_wrap {
  display: flex;
  margin: 0 auto;
  padding: 0 6.25% 0 calc(6.25% / 2);
  flex-wrap: wrap;
}
.layout_access .access_detail {
  width: 25%;
  padding: 0 0 6.25% calc(6.25% / 2);
  letter-spacing: 0.05em;
}
.layout_access .access_detail ul {
  display: none;
  position: relative;
  margin: 0 calc(6.25% / 4);
  padding: 20px 0;
}

@media screen and (min-width: 450px) {
  .layout_access .title:after { display: none; }
  .layout_access .accordion { pointer-events: none; }
  .layout_access .accordion ul {
    display: block!important;
    /* height: 100%!important; */
    padding: 25px 0 0 0!important;
  }
  .layout_access .accordion.active ul {
    display: block!important;
    height: 100%!important;
    padding: 25px 0!important;
  }
}

.layout_access .access_detail li {
  width: auto;
  min-height:auto;
}
.layout_access .access_detail li:nth-of-type(odd) {
  position: relative;
  margin: 0;
  padding-left: 48px;
  font-size: 18rem;
  font-weight: bold;
  line-height: 28px;
}
.layout_access .access_detail li:nth-of-type(odd).long-ex { position: absolute; }
.layout_access .access_detail li:nth-of-type(odd).long-ex + li { margin-top: 28px; }
.layout_access .access_detail li:nth-of-type(odd):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  content: "";
}
.layout_access .access_detail li:nth-of-type(odd):after {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.layout_access .access_detail li:nth-of-type(odd) small {
  padding: 0 0 0 .5em;
  font-size: 12rem;
  font-weight: normal;
}
.layout_access .access_detail li: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);
}
.layout_access .access_detail li:nth-of-type(even).x2 { height: 228px; }
.layout_access .access_detail li:nth-of-type(even).x3 { height: 356px; }
/* .layout_access .access_detail li:nth-of-type(even) span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */
.layout_access .access_detail li:last-child:before {
  background: #255184;
  border-radius: 0;
}
.layout_access .access_detail li:last-child:after { border-radius: 0; }
.layout_access .access_detail.train li:nth-of-type(even) {
  margin: 0 0 0 12px;
  border-left: 4px dashed rgba(0,0,0,.1);
}
.layout_access .access_detail.train li:nth-of-type(even):before,
.layout_access .access_detail.train li:nth-of-type(even):after {
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  font-size: 0;
  content: "";
}
.layout_access .access_detail.train li.notrain:nth-of-type(even) { border-left: 4px solid rgba(0,0,0,.1); }
.layout_access .access_detail.train li.x2:nth-of-type(even):before,
.layout_access .access_detail.train li.x2:nth-of-type(even):after { height: 228px; }
.layout_access .access_detail.train li.x3:nth-of-type(even):before,
.layout_access .access_detail.train li.x3:nth-of-type(even):after { height: 356px; }
.layout_access .access_detail.train li:nth-of-type(even):before {
  left: 0;
  background: rgba(0,0,0,.1);
}
.layout_access .access_detail.train li:nth-of-type(even):after {
  left: -5px;
  background: rgba(0,0,0,.1);
}
.layout_access .text_wrap h4 span { text-align: center; }
/* .layout_access .access_detail li span {
  font-weight: normal;
  font-size: 14rem;
} */
.layout_access .note {
  width: calc(100% - 37.5%);
  margin: 0 auto;
  padding: calc(6.25% / 2);
  border: 1px dashed rgba(0,0,0,.1);
  font-size: 14rem;
}
.layout_access .note dt {
  font-weight: bold;
  margin: 0 0 1em 0;
}
.layout_access .note th,
.layout_access .note td {
  padding: 20px 30px;
  font-size: 13rem;
}
.layout_access .access_detail li.walk::before {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 100%;
  background-image: linear-gradient(to top, #fff, #fff 5px, transparent 10px, transparent 15px);
  background-size: 6px 15px;
  background-position: left bottom;
  background-repeat: repeat-y;
  font-size: 0;
  content: "";
  z-index: 10;
}
.layout_access .access_detail li.train::before {
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 4px;
  height: 100%;
  background-image: linear-gradient(to top, #fff, #fff 10px, transparent 10px, transparent 20px);
  background-size: 4px 20px;
  background-position: left bottom;
  background-repeat: repeat-y;
  font-size: 0;
  content: "";
  z-index: 10;
}

/* layout_outline */
.layout_outline { position: relative; }
.layout_outline > .inner {
  position: relative;
  padding: 6.25%;
  overflow: hidden;
}
.layout_outline .img_wrap {
  width: 100%;
  height: calc(100vh - 12.5vh);
  height: calc(var(--vh, 1vh) * (100 - 12.5));
  max-height: 1080px;
  border-radius: 10px;
  overflow: hidden;
}
.layout_outline .img_wrap .inview-zoom {
  position: relative;
  width: 100%;
  height: 100%;
}
.layout_outline .img_wrap .inview-zoom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout_outline .text_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout_outline .text_wrap > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 6.25vw calc(6.25vw * 2) 6.25vw 0;
  color: #fff;
}
.layout_outline .text_wrap h2 { text-align: center; }
.layout_outline.simple > .inner { border-bottom: 1px dashed rgba(0,0,0,.1); }
.layout_outline.simple .text_wrap {
  position: static;
  padding: 0 calc(6.25vw * 2);
}

/* layout_main */
.layout_main > .inner > ul > li {
  position: relative;
  margin: 0 0 6.25% 0;
}
.layout_main > .inner > ul > li:first-child { margin: 6.25% 0; }
.layout_main > .inner > ul > li .top_wrap {
  display: flex;
  position: relative;
}
.layout_main > .inner > ul > li:nth-of-type(2n+1) .top_wrap { flex-direction: row; }
.layout_main > .inner > ul > li:nth-of-type(2n) .top_wrap { flex-direction: row-reverse; }
.layout_main > .inner > ul > li .text_wrap {
  display: flex;
  align-items: center;
  width: calc(6.25% * 6);
}
.layout_main > .inner > ul > li .text_wrap > div { width: 100%; }
.layout_main > .inner > ul > li .text_wrap h3 small {
  display: block;
  font-size: 16rem;
  font-weight: normal;
  padding: 0 0 1em 0;
}
.layout_main > .inner > ul > li .img_wrap {
  position: relative;
  width: calc(6.25% * 8);
}
.layout_main > .inner > ul > li:nth-of-type(2n+1) .img_wrap { margin: 0 6.25% 0 0; }
.layout_main > .inner > ul > li:nth-of-type(2n) .img_wrap { margin: 0 0 0 6.25%; }
.layout_main > .inner > ul > li .img_wrap .pict {
  display: flex;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
.layout_main > .inner > ul > li .img_wrap .pict li:nth-of-type(n+2) { margin: 0 0 0 10px; }
.layout_main > .inner > ul > li .img_wrap .pict li i {
  display: block;
  width: 30px;
  height: 30px;
}
.layout_main > .inner > ul > li .table_wrap { margin: 2em 0 0 0; }
.layout_main > .inner > ul > li .pict {
  display: flex;
  margin: 0 0 1em 0;
}
.layout_main > .inner > ul > li .pict li:nth-of-type(n+2) { margin: 0 0 0 12px; }
.layout_main > .inner > ul > li .pict li i {
  display: block;
  width: 22px;
  height: 22px;
}
.layout_main > .inner > ul > li .sub { padding: 6.25% calc(6.25% * 4) 0 calc(6.25% * 4); }
.layout_main > .inner > ul > li .sub h3,
.layout_main > .inner > ul > li .sub h4,
.layout_main > .inner > ul > li .sub h5 { text-align: center; }

.layout_main > .inner > ul > li .dl_wrap {
  display: flex;
  justify-content: center;
}
.layout_main > .inner > ul > li .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 0 0;
  font-size: 14rem;
  background-color: rgba(22,24,25,.02);
  border: 1px solid rgba(0,0,0,.1);
}
.layout_main > .inner > ul > li .menu dt {
  width: 15em;
  padding: 2em 3em;
  font-weight: bold;
  border-bottom: 1px dashed rgba(0,0,0,.1);
}
.layout_main > .inner > ul > li .menu dt:last-of-type { border-bottom: none; }
.layout_main > .inner > ul > li .menu dd {
  width: calc(100% - 15em);
  padding: 2em 3em 2em 0;
  border-bottom: 1px dashed rgba(0,0,0,.1);
}
.layout_main > .inner > ul > li .menu dd:last-of-type { border-bottom: none; }

/* layout_common */
.layout_common { border-top: 1px dashed rgba(0,0,0,.1); }
.layout_common > .inner { padding: 6.25% calc(6.25% * 4); }
.layout_common > .inner > div { width: 100%; }
.layout_common h3,
.layout_common h4,
.layout_common h5 { text-align: center; }

/* layout_list */
.layout_list > .inner { padding: 6.25% 6.25% 0 calc(6.25% / 2); }
.layout_list > .inner > ul {
  display: flex;
  flex-wrap: wrap;
}
.layout_list > .inner > ul > li {
  width: 25%;
  padding: 0 0 6.25% calc(6.25% / 2);
}
.layout_list > .inner > ul > li a { text-decoration: none; }
.layout_list > .inner > ul > li .img_wrap { position: relative; }
.layout_list > .inner > ul > li .img_wrap .type {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5em;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  border-radius: 5px 0 5px 0;
}
.layout_list > .inner > ul > li .img_wrap .type i {
  display: block;
  width: 16px;
  height: 16px;
}
.layout_list > .inner > ul > li .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_list > .inner > ul > li .text_wrap { padding: 1em 0 0 0; }
.layout_list > .inner > ul > li .text_wrap p { letter-spacing: 0; }
.layout_list > .inner > ul > li .text_wrap .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}
.layout_list > .inner > ul > li .text_wrap .title span { display: block; }
.layout_list > .inner > ul > li .text_wrap .title .name { font-weight: bold; }
.layout_list > .inner > ul > li .text_wrap .title .time {
  font-weight: normal;
  white-space: nowrap;
}
.layout_list > .inner > ul > li .text_wrap .title .time i {
  width: 16px;
  height: 16px;
  margin: 0 4px -2px 0;
}
.layout_list > .inner > ul > li .text_wrap .body {
  margin: .75em 0 0 0;
  padding: .75em 0 0 0;
  font-size: 14rem;
  line-height: 1.75;
  border-top: 1px dashed rgba(0,0,0,.1);
}
.layout_list > .inner > ul > li .text_wrap .links {
  display: flex;
  padding: .5em 0 0 0;
}
.layout_list > .inner > ul > li .text_wrap .links li { font-size: 14rem; }
.layout_list > .inner > ul > li .text_wrap .links li:nth-of-type(n+2) { margin: 0 0 0 1em; }
.layout_list > .inner > ul > li .text_wrap .links li a { text-decoration: underline; }
.layout_list > .inner > ul > li .text_wrap .links li i {
  width: 14px;
  height: 14px;
  margin: 0 4px -2px 0;
}
.layout_list h4,
.layout_list h5 { padding: 0 0 calc(6.25% / 2) calc(6.25% / 2); }

/* layout_plan */
.layout_plan > .inner { padding: 6.25vw 0 0 0; }
.layout_plan > .inner > ul { padding: 0 0 6.25vw 0; }
.layout_plan .img_wrap img { border-radius: 10px; }
.layout_plan .arrow {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
}
.layout_plan .text_wrap .text_of { padding: 1em 0 0 0; }
.layout_plan h4,
.layout_plan h5 { padding: 0 6.25vw calc(6.25vw / 2) 6.25vw; }

/* layout_pagenav */
.layout_pagenav > .inner { padding: 6.25% 6.25% calc(6.25% - calc(6.25% / 2)) calc(6.25% / 2); }
.layout_pagenav > .inner > ul {
  display: flex;
  flex-wrap: wrap;
}
.layout_pagenav > .inner > ul > li {
  width: 20%;
  padding: 0 0 calc(6.25vw / 2) calc(6.25vw / 2);
}
.layout_pagenav > .inner > ul > li a { text-decoration: none; }
.layout_pagenav > .inner > ul > li .img_wrap { position: relative }
.layout_pagenav > .inner > ul > li .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_pagenav .arrow {
  position: absolute;
  left: 15px;
  bottom: 10px;
  z-index: 1;
}
.layout_pagenav > .inner > ul > li .text_wrap { padding: 1em 0 0 0; }
.layout_pagenav > .inner > ul > li .text_wrap p {
  font-size: 14rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.layout_pagenav > .inner > ul > li .text_wrap p small {
  display: block;
  padding: 0 0 .25em 0;
  font-size: 11rem;
  font-weight: normal;
}
.layout_pagenav > .inner > ul > li .text_wrap p .en {
  font-size: 10rem;
  margin: 0 0 0 .25em;
  font-weight: normal;
}

/* layout_plan */
.layout_bnr {}
.layout_bnr > .inner { padding: 6.25% 6.25% 6.25% 0; }
.layout_bnr > .inner ul {
  display: flex;
  justify-content: center;
}
.layout_bnr > .inner li {
  width: calc(6.25vw * 5);
  padding: 0 0 0 6.25vw;
}
.layout_bnr > .inner li:nth-of-type(n+2) {}
.layout_bnr > .inner li a { text-decoration: none; }
.layout_bnr > .inner li .img_wrap {}
.layout_bnr > .inner li .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_bnr > .inner li .text_wrap {}
.layout_bnr > .inner li .text_wrap p {
  text-align: center;
  padding: 1em 0 0 0;
  font-size: 14rem;
}

/* layout_title */
.layout_title > .inner { padding: 6.25% 6.25%; }
.layout_title h3,
.layout_title h2 {
  padding: 0;
  text-align: center;
}

/* layout_map */
.layout_map > .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 6.25% 0;
}
.layout_map iframe {
  display: block;
  width: 100%;
  height: 50vh;
  border: 0;
}
.layout_map .map_canvas {
  display: block;
  width: 100%;
  height: 50vh;
}

/* img_section */
.ex:after {
  display: block;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}
/* home */
.ex.lazyloaded.home01:after { background-image: url(../images/img_section_home_03.jpg); }
.ex.lazyloaded.home02:after { background-image: url(../images/img_section_home_01.jpg); }
.ex.lazyloaded.home03:after { background-image: url(../images/img_section_home_02.jpg); }
/* stay */
.ex.lazyloaded.stay01:after { background-image: url(../images/img_section_stay_01.jpg); }
.ex.lazyloaded.stay02:after { background-image: url(../images/img_section_stay_02.jpg); }
.ex.lazyloaded.stay03:after { background-image: url(../images/img_section_stay_03.jpg); }
/* pet */
.ex.lazyloaded.pet01:after { background-image: url(../images/img_section_pet_01.jpg); }
.ex.lazyloaded.pet02:after { background-image: url(../images/img_section_pet_02.jpg); }
/* access */
.ex.lazyloaded.access01:after { background-image: url(../images/img_section_access_01.jpg); }
.ex.lazyloaded.access02:after { background-image: url(../images/img_section_access_02.jpg); }

/* insta */
.insta {
  display: flex;
  justify-content: center;
  padding: 6.25%;
}
.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: 10px 0 0 10px; }
.insta li:last-child img { border-radius: 0 10px 10px 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 );
}
.insta li.logo img {
  display: block;
  width: 50%;
}
.insta p {
  margin: 1em 0 0 0;
  line-height: 1.5;
}

/* booking */
#search {
  margin: 0 auto;
  width: 100%;
  font-size: 24rem;
  text-align: left;
}
#search h4 {
  padding: 0 0 1em 0;
  text-align: center;
}
#search .btn_wrap.phone { display: none; }
#booking section { overflow: visible; }
#booking label {
  margin: 0 0 .5em 0;
  font-family: "Hina Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
  font-size: 14rem!important;
  letter-spacing: 0;
}
#booking button {
  font-weight: normal!important;
  margin: 0!important;
}
#booking form {
  padding: 0!important;
  box-shadow: none!important;
  border-radius: 0!important;
  color: #141617;
}
#booking input,
#booking select,
#booking textarea {
  display: block;
  letter-spacing: 0;
  font-size: 15rem!important;
}
#booking section > div,
#booking section > div > div { margin-bottom: 0!important; }
#booking section > div { margin-right: .5em!important; }
#booking .search-widget-day-use-wrapper-fc1ff9 { margin: .5em 0 0 0; }
