@charset "UTF-8";
/* dlight */
.dm{}

#hero {
  position: relative;
  height: 100dvh;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  #hero {
    height: auto;
  }
}
.hero--inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hero--txt {
  position: relative;
  text-align: center;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
  color: #FFF;
  margin-top: -12rem;
  z-index: 10;
}
@media (min-width: 769px) {
  .hero--txt {
    margin-top: -2rem;
  }
}


.hero--txt-year {
  font-family: var(--ff-en-tenor);
  font-size: var(--fz-xl);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  margin-left: 0.1em;
}
@media (min-width: 769px) {
  .hero--txt-year {
    font-size: var(--fz-36);
    letter-spacing: 0.1em;
    margin-left: 0.1em;
  }
}

.hero--txt-open {
  font-family: var(--ff-en-tenor);
  font-size: var(--fz-h2);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
  margin-bottom: 1.5rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .hero--txt-open {
    font-size: var(--fz-48);
    letter-spacing: 0.1em;
    margin-left: 0.1em;
  }
}

.hero--txt-copy {
  font-size: var(--fz-ll);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
}
@media (min-width: 769px) {
  .hero--txt-copy {
    font-size: var(--fz-28);
  }
}

.hero--slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero--slider .swip.hero--slider {
  width: 100%;
  height: 100%;
}
.hero--slider picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero--slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero--slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

#page-header {
  
}
@media (min-width: 769px) {
  #page-header {
    padding-top: 8rem;
  }
}

.ph--copy {
  font-size: var(--fz-16);
  font-weight: 500;
}
@media (min-width: 769px) {
  .ph--copy {
    font-size: var(--fz-24);
    font-weight: 500;
  }
}


/* Booking Widget */
#booking {
  position: relative;
  padding: 2rem 0;
  width: 100%;
  background-color: #F7F4F1;
}
@media (min-width: 901px) {
  #booking {
    width: auto;
  }
}
.booking--inner {
  margin: auto;
  padding: 0 5%;
}


/* Best Rate Banner */
#bestrate {
  margin: 0 auto 30px;
}
.bestrate--bn {
  width: 90%;
  max-width: 380px;
  margin: 0 auto 1rem;
}
.bestrate--txt p {
  font-size: var(--fz-ll);
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  #bestrate {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    margin: 0 auto 40px;
  }
  .bestrate--bn {
    width: 360px;
    margin: 0;
  }
  .bestrate--txt p {
    font-size: var(--fz-18);
    line-height: 1;
    white-space: nowrap;
  }
}


/* ZenSearchFrom Container */
#searchBox {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  #searchBox {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

#searchBox fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.booking--field1,
.booking--field2 {
  display: flex;
  gap: 0.5rem;
}
.booking--field1 > fieldset,
.booking--field2 > fieldset {
  flex: 1;
}
@media (min-width: 769px) {
  #searchBox fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .booking--field1,
  .booking--field2 {
    display: flex;
    gap: 1.5rem;
  }
  .booking--field1 > fieldset,
  .booking--field2 > fieldset {
    flex: 1;
  }
}

/* 自動生成される元のchildren要素やsort要素は非表示にする */
#searchBox fieldset.children,
#searchBox fieldset.sort {
  display: none !important;
}

#searchBox legend {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
}

#searchBox input[type="text"],
#searchBox select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 769px) {
  #searchBox select {
    width: 7rem;
  }
  #searchBox input[type="text"] {
    width: 12rem;
  }
}

#searchBox select:focus,
#searchBox input[type="text"]:focus {
  outline: none;
  border-color: var(--gold);
}

/* Children selects styling */
.children-selects {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 901px) {
  .children-selects {
    grid-template-columns: repeat(2, 1fr);
  }
}
.children-selects > div {
  width: 100%;
}
.children-selects label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #333;
  gap: 0.5rem;
}
.children-selects select {
  width: auto;
  min-width: 70px;
}
.children-selects span[name="no-acceptance"] {
  display: inline-block;
  color: #aaa;
  font-size: 0.75rem;
  white-space: nowrap;
}

/* Submit field & button */
#searchBox .field-button {
  width: 100%;
  margin: 0;
}

@media (min-width: 901px) {
  #searchBox .field-button {
    align-self: center;
    width: auto;
  }
}

#searchBox input[type="submit"] {
  background: var(--gold);
  color: white;
  border: none;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  transition: opacity 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#searchBox input[type="submit"]:hover {
  opacity: 0.8;
}

/* #no_checkin "日付指定なし" styling */
#no_checkin {
  display: block;
  margin-top: 0.5rem;
}
#no_checkin label {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  font-size: 0.75rem;
  color: #666;
}
#no_checkin input[type="checkbox"] {
  width: auto;
  margin: 0;
}


/* Movie PR */
#movie-pr {
  margin-bottom: 8rem;
  padding: 8rem 0 4rem;
}
.follow_btn {
  display: block;
  margin: auto;
  width: max-content;
  font-family: sans-serif;
}
.follow_btn a {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border: 2px solid var(--cl-main);
  border-radius: 100px;
  text-decoration: none;
  font-size: var(--fz-11);
  color: var(--cl-main);
  transition: all .8s;
}
.c-video-modal__side .follow_btn a {
  color: #FFF;
  border: 2px solid #FFF;
}
@media (min-width: 769px) {
  .follow_btn a {
    padding: 8px 18px;
    font-size: var(--fz-12);
  }
  .c-video-modal__side .follow_btn a {
    padding: 6px 10px;
  }
}
.follow_btn a:hover {
  color: #FFF;
  background-color: var(--cl-main);
}
.follow_btn .material-icons {
  font-size: var(--fz-18);
}
@media (min-width: 769px) {
  .follow_btn .material-icons {
    font-size: var(--fz-18);
  }
}


/* Page Common */
.section--sub {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .section--sub {
    /*! margin-bottom: 3rem; */
  }
}

.btn-viewmore-base {
  margin: auto;
}


/* Guest Rooms Section */
#rooms {
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  #rooms {
    margin-bottom: 12rem;
  }
}

.rooms--inner {
  margin: auto;
}

.rooms--kv {
  margin-bottom: 4rem;
}

.rooms--kv img {
  width: 100%;
  height: auto;
}

.rooms--title-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .rooms--title-wrap {
    margin-bottom: 4rem;
  }
}


/* Concept Section */
#concept {
  margin-bottom: 6rem;
}
@media (min-width: 769px) {
  #concept {
    margin-bottom: 10rem;
  }
}
.concept--title-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .concept--title-wrap {
    margin-bottom: 4rem;
  }
}


/* Slider Section */
#topslider {
  width: 100%;
  background: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  #topslider {
    max-width: 1120px;
    margin: 0 auto 10rem;
  }
}

.topslider--inner {
  margin: auto;
}

.topslider-swiper-main {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* Mobile ratio */
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .topslider-swiper-main {
    aspect-ratio: 2600 / 1240;
    margin-bottom: 20px;
  }
}

.topslider-swiper-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topslider-swiper-thumbs {
  display: none;
  /* Default hidden for mobile */
}

@media (min-width: 769px) {
  .topslider-swiper-thumbs {
    display: block;
    width: 70%;
    height: auto;
    margin: 20px auto 0;
  }
}

.topslider-swiper-thumbs .swiper-slide {
  width: calc((100% - 40px) / 5);
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.topslider-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.topslider-swiper-thumbs img {
  width: 100%;
  height: auto;
  display: block;
}

/* Pagination Styling */
.topslider--inner .swiper-pagination {
  position: relative;
  bottom: auto;
  margin: 15px 0 20px;
  text-align: center;
}

@media (min-width: 769px) {
  .topslider--inner .swiper-pagination {
    display: none;
  }
}

.topslider--inner .swiper-pagination-bullet {
  background: var(--primary);
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
}

.topslider--inner .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}

/* Swiper Navigation Custom */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}


/* Stay Section */
#stay {
  margin-bottom: 6rem;
}
@media (min-width: 769px) {
  #stay {
    margin-bottom: 10rem;
  }
}
.stay--title-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .stay--title-wrap {
    margin-bottom: 4rem;
  }
}

.stay--nav {
  width: 90%;
  margin: auto;
}

.stay--nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 20px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 769px) {
  .stay--nav-list {
    justify-content: center;
    gap: 30px;
  }
}

.stay--nav-list li {
  width: 100%;
  max-width: calc(50% - 10px);
}
@media (min-width: 769px) {
  .stay--nav-list li {
    flex: 0 1 280px;
    max-width: none;
  }
}

.stay--nav-list a {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.stay--nav-list a:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.stay--nav-list p {
  line-height: 1;
}

.stay--nav-catch {
  font-size: var(--fz-14);
  color: var(--cl-main);
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .stay--nav-catch {
    font-size: var(--fz-16);
  }
}

.stay--nav-tt {
  font-size: var(--fz-18);
  font-weight: 500;
  color: #666;
}
@media (min-width: 769px) {
  .stay--nav-tt {
    font-size: var(--fz-21);
  }
}

.stay--nav-ph {
  margin-bottom: 12px;
}



/* Access Section */
#access {
}

@media (min-width: 769px) {
  #access {
  }
}

.access--inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 769px) {
  .access--inner {
    padding: 0 2rem;
  }
}

.access--title-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .access--title-wrap {
    margin-bottom: 2rem;
  }
}

.access--txt {
  font-size: var(--fz-m);
  text-align: center;
  margin-bottom: 3rem;
}
.access--txt-hname {
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .access--txt {
    font-size: var(--fz-14);
  }
  .access--txt-hname {
    font-size: var(--fz-15);
  }
}

.access--txt-tel {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .access--txt-tel {
    margin-bottom: 2rem;
  }
}

.access--txt-car {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .access--txt-car {
    margin-bottom: 2rem;
  }
}

.access--content-map {
  width: 100%;
  max-width: 768px;
  height: 300px;
  /* Mobile height */
  background: #f1f1ed;
  overflow: hidden;
  margin: auto;
}

@media (min-width: 769px) {
  .access--content-map {
    height: 400px;
  }
}

.access--content-map iframe {
  width: 100%;
  height: 100%;
}

