@charset "UTF-8";

/*全体 共通*/
.section_header {
  text-align: center;
}
h2 {
  text-align: center;
  margin-bottom: 16px;
}
h2::before {
  content: "";
  background-image: url(/image/common/img_title_leaf.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 8px;
  background-size: contain;
  width: 10%;
  max-width: 35px;
  aspect-ratio: 43 / 47;
  height: auto;
}
a.btn_top_style,
.recommend_plan_section a.btn_large {
  width: 70%;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  h2 {
    margin-bottom: 24px;
  }
}
.btn_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-inline: auto;
  align-items: center;
  margin-top: 16px;
}
.red {
  color: var(--red);
}
@media screen and (min-width: 768px) {
  .btn_box {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-inline: auto;
    flex-direction: row;
    margin-top: 24px;
  }
  .btn_box .btn {
    max-width: 352px;
  }
}

/*section_wrap 共通*/
.section_wrap,
.section_wrap_large {
  margin-top: 48px;
}
.section_wrap_large > h2 {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
/*.main_visual*/
.mainvisual_title_top {
  position: absolute;
  inset: 30px 0 0 0;
  text-align: center;
  width: auto;
  margin: auto;
  height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
}
.mainvisual_title_top > * {
  width: 90%;
  margin: auto;
  display: block;
  max-width: 1180px;
}
.mainvisual_title_top .mainvisual_title_header {
  color: #fff;
  font-size: clamp(2.3rem, 7.2vw, 7rem);
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  font-feature-settings: "palt";
  letter-spacing: 0rem;
}
.mainvisual_title_top .mainvisual_title_header span {
  font-size: clamp(1.2rem, 4vw, 3.5rem);
  display: block;
  line-height: 1.2;
  margin-top: 13px;
  letter-spacing: 0.15rem;
}
.mainvisual_slider_fade {
  margin-bottom: 0;
}
.left_bottom_bnr {
  position: absolute;
  bottom: 10px;
  left: 3%;
  z-index: 2;
}
.left_bottom_bnr p {
  width: 110px;
}
@media only screen and (min-width: 768px) {
  .mainvisual_title_top {
    inset: 0;
  }
  .mainvisual_slider_fade .prev-arrow {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 3%;
    height: auto;
    max-height: 71px;
    max-width: 37px;
    opacity: 0.5;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .mainvisual_slider_fade .next-arrow {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 3%;
    height: auto;
    max-height: 71px;
    max-width: 37px;
    opacity: 0.5;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  @media (any-hover: hover) {
    .mainvisual_slider_fade .prev-arrow:hover,
    .mainvisual_slider_fade .next-arrow:hover {
      opacity: 1;
    }
  }
  .main_visual:hover .mainvisual_slider_fade .prev-arrow {
    left: 10px;
  }
  .main_visual:hover .mainvisual_slider_fade .next-arrow {
    right: 10px;
  }
  .mainvisual_title_top .mainvisual_title_header {
    font-size: clamp(3.6rem, 4vw, 6.4rem);
  }
  .mainvisual_slider_fade .slick-dots {
    bottom: 20px;
    z-index: 5;
  }
  .mainvisual_slider_fade .slick-dots li button:before {
    font-size: 13px;
    color: var(--gold);
  }
  .mainvisual_title_top .mainvisual_title_header span {
    font-size: clamp(1.65rem, 1.8vw, 2.4rem);
  }
  .left_bottom_bnr {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1%;
  }
  .left_bottom_bnr p {
    width: 12%;
    max-width: 175px;
  }
}

@media only screen and (min-width: 1024px) {
  .mainvisual_title_top {
    inset: -40px 0 0 0;
  }
  .mainvisual_title_top .mainvisual_title_header {
    font-size: clamp(3.6rem, 4vw, 6.4rem);
    letter-spacing: 0.6rem;
  }
  .left_bottom_bnr {
    bottom: 5%;
  }
}

/*.highlight_section*/
.highlight_section > * + * {
  margin-top: 10px;
}
.list_news_item + .list_news_item {
  margin-top: 20px;
}
.bnr_timesale > p + p {
  margin-top: 10px;
}
.bnr_event > p + p {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .highlight_section > * + * {
    margin-top: 20px;
  }
  .bnr_timesale > p + p {
    margin-top: 20px;
  }
  .bnr_event > p + p {
    margin-top: 20px;
  }
}
/*.announce_section*/
.announce_section .list_announce {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .announce_section .list_announce {
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }
  .announce_section .list_announce_item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    justify-content: start;
  }
}
@media (any-hover: hover) {
  .list_announce_item a:hover {
    opacity: 0.7;
  }
}
/*.pick_section*/
.pick_section {
  background-color: #f8f1ed;
  padding: 24px 0 16px 0;
}
.pick_slider {
  margin-bottom: unset;
}
.pick_slider .slick-slide {
  margin: 0 8px;
}
.pick_slider .slick-dots {
  position: static;
  margin-top: 8px;
}
.pick_slider .slick-dots li button:before {
  font-size: 12px;
  color: var(--gold);
}
.pick_slider img {
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .pick_section {
    padding: 40px 0 24px 0;
  }
}
/*.topics_section*/
.list_topics_item {
  position: relative;
}
.list_topics {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list_topics_text {
  position: absolute;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  bottom: 0;
  left: 0;
}
.list_topics_header {
  font-size: 130%;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .list_topics {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
  }
}
/*.recommend_plan_section*/
.recommend_plan_section h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 1024px) {
  .section_bg:has(.recommend_plan_section) {
    background-color: #f5f5f5;
  }
  .recommend_plan_section {
    padding-block: 40px;
  }
  .recommend_plan_section .list_plan {
    padding: 40px;
    background-color: #fff;
  }
}
/*.charm_section*/
.charm_section_inner {
  display: flex;
  flex-direction: column;
}
.charm_section_inner + .charm_section_inner {
  margin-top: 40px;
}
.charm_img_box .owl-dots {
  position: absolute;
  z-index: 4;
  width: 100%;
  bottom: 0px;
}
.charm_img_box .owl-dots .owl-dot span {
  background-color: var(--gold);
  width: 11px;
  height: 11px;
  opacity: 0.25;
  transition: opacity 0.2s ease;
  margin: 5px 10px;
}
.charm_img_box .owl-dots .owl-dot.active span,
.charm_img_box .owl-dots .owl-dot:hover span {
  background-color: var(--gold);
  opacity: 0.75;
}
.charm_text_box {
  width: 90%;
  margin-inline: auto;
  margin-top: -64px;
}
.charm_text_header {
  font-weight: lighter;
  font-weight: 300;
}
.charm_text_box > * + * {
  margin-top: 16px;
}
.charm_text_ic {
  width: 25%;
  max-width: 80px;
  position: relative;
  z-index: 2;
}
.charm_restaurant_wrap .charm_img_sub {
  display: none;
}
@media screen and (min-width: 768px) {
  .charm_text_box .btn_top_style {
    max-width: 220px;
    min-width: unset;
    display: inline-block;
  }
  .charm_restaurant_wrap .charm_img_sub {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .charm_section {
    max-width: 1100px;
    margin-inline: auto;
  }
  .charm_section_inner {
    display: block;
    flex-direction: initial;
  }
  .charm_text_box {
    margin-top: 0;
    width: unset;
  }
  .charm_location_wrap {
    position: relative;
  }
  .charm_location_wrap .charm_text_box {
    position: absolute;
    width: 36%;
    left: 5%;
    bottom: 24px;
    color: #fff;
    z-index: 2;
  }
  .charm_location_wrap .charm_text_box .charm_text_header,
  .charm_location_wrap .charm_text_box .charm_text_body {
    text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  }
  .charm_location_wrap .charm_text_box .charm_text_body {
    padding-inline: unset;
  }
  .charm_section .section_inner_column {
    display: flex;
    align-items: flex-start;
    margin-top: 54px;
  }
  .charm_section .section_inner_column .charm_text_box .btn_large {
    max-width: unset;
  }
  .charm_section .section_inner_column .charm_img_box {
    width: calc(100% - 400px);
  }
  .charm_section .section_inner_column .charm_text_box {
    width: 368px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 16px;
    box-sizing: content-box;
  }
  .charm_section .section_inner_column .charm_text_box h3 {
    text-align: center;
  }
  .charm_section .section_inner_column:nth-last-child(2),
  .charm_section .section_inner_column:nth-last-child(4) {
    flex-direction: row-reverse;
  }
  .charm_text_body {
    padding-inline: 32px;
  }
  .charm_restaurant_wrap {
    position: relative;
  }
  .charm_restaurant_wrap .charm_img_main {
    position: relative;
    display: block;
  }
  .charm_restaurant_wrap .charm_img_main:after {
    content: "";
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
  }
  .charm_restaurant_wrap .charm_text_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0 0 24% 0;
    margin: auto;
    height: fit-content;
    width: 80%;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 3;
  }
}
@media screen and (min-width: 1440px) {
  .charm_section .section_inner_column {
    gap: 24px;
  }
  .charm_section .section_inner_column .charm_img_box {
    width: calc(100% - 392px);
  }
  .charm_section .section_inner_column .charm_text_box {
    padding: 0;
  }
}
/*.group_section*/
.group_section h3 {
  display: none;
}
.list_group {
  display: flex;
  gap: 16px;
  justify-content: center;
  max-width: 800px;
  margin-inline: auto;
}
/*.bus_section*/
.bus_bnr {
  display: grid;
  max-width: 800px;
  position: relative;
  margin-inline: auto;
}
.bus_bnr_text {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(0 0 0 / 50%);
  margin: auto;
  font-weight: 400;
  position: absolute;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bus_section {
    width: 90%;
    margin-inline: auto;
    max-width: 1100px;
  }
  .bus_bnr_text {
    font-size: 200%;
  }
}
/*.movie_sectiom*/
.movie_section {
}
.movie_section h3 {
  font-size: 160%;
}
.movie_section iframe {
  margin-top: 16px;
}
.list_movie {
  display: grid;
  gap: 40px;
  background-color: #000;
  padding: 40px 5%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .list_movie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 800px;
    margin-inline: auto;
    background-color: inherit;
    padding: unset;
    width: 90%;
  }
  .movie_section iframe {
    aspect-ratio: 16/9;
  }
  .movie_section h3 {
    font-size: 1.8rem;
    color: #fff;
  }
  .section_bg:has(.movie_section) {
    background-color: initial;
  }
  .movie_section {
    padding-block: 0;
    color: inherit;
  }
  .list_movie_item {
    background-color: #000;
    padding: 0 8px 8px;
  }
  .list_movie_item::before {
    background-color: #000;
    content: "";
    background-image: url(/image/common/img_movie_title_icon.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto 20px;
    background-size: contain;
    width: 13%;
    max-width: 56px;
    aspect-ratio: 8 / 5;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .movie_section h3 {
    font-size: 2rem;
  }
}
/*.niji_sectiom*/
h2.section_header .header_sub {
  font-size: 60%;
}
.niji_bnr {
  max-width: 800px;
  margin-inline: auto;
  display: block;
}
/*.awards_sectiom*/
.awards_slider {
  margin-bottom: unset;
}
.awards_slider .slick-slide {
  margin: 0 8px;
}
.awards_slider .slick-dots {
  position: static;
  margin-top: 8px;
}
.awards_slider .slick-dots li button:before {
  font-size: 12px;
  color: var(--gold);
}
@media screen and (min-width: 768px) {
  .awards_section {
    max-width: 1116px;
    margin-inline: auto;
  }
}
/*.reservation_section_lower */
.reservation_section_lower {
  display: none;
}
/*bestrate*/
#bestrate dl {
  background-color: #000;
  color: #c9ac5e;
  padding: 20px 8px;
  margin: auto;
  letter-spacing: 2px;
  text-align: center;
  align-items: center;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
}
#bestrate dt {
  text-box: trim-both cap alphabetic;
}
#bestrate dd {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-box: trim-both cap alphabetic;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #bestrate dd {
    margin-top: 0;
  }
  #bestrate dl {
    margin: 0 auto;
    padding: 13px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  #bestrate dl {
    font-size: 25px;
  }
}
/*bnr_col*/
@media screen and (min-width: 768px) {
  .bnr_col ul {
    display: flex;
  }
}
