@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */
/* =======================
.mainVisual
========================== */
.mainVisual {
  position: relative;
  overflow: hidden;
}
.mainVisual_caption {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  font-size: clamp(2.4rem, calc(2rem + 1.35vw), 4rem);
  max-width: fit-content;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  padding-inline: 10px;
}
.mainVisual_logo_W {
  min-width: 191px;
  width: 60%;
  margin: 0 auto 0.5em;
  filter: drop-shadow(0px 0px 5px rgba(36, 36, 34, 1));
}
.mainVisual-arrow svg {
  display: none;
}
.mainVisual_slide:not(.is-initialized) .splide__slide:not(:first-child) {
  display: none;
}
.mainVisual-prev {
  background-image: url("/image/common/ic_prev-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: initial;
  width: 33px;
  height: 63px;
  transition: all 0.3s ease;
  translate: -100px;
}
.mainVisual-next {
  background-image: url("/image/common/ic_prev-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: initial;
  transform: scaleX(-1);
  width: 33px;
  height: 63px;
  translate: 100px;
  transition: all 0.3s ease;
}
.mainVisual-arrow:focus {
  outline: none;
  box-shadow: none; /* ボックスシャドウが原因の場合も考慮 */
}
@media (any-hover: hover) {
  .mainVisual:hover .mainVisual-prev,
  .mainVisual:hover .mainVisual-next {
    translate: 0;
    transition: all 0.3s ease;
  }
  .mainVisual:hover .mainVisual-prev:hover,
  .mainVisual:hover .mainVisual-next:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual {
    aspect-ratio: 2000 / 900;
  }
}
@media screen and (min-width: 1024px) {
  .mainVisual_logo_W {
    width: 75%;
  }
}
/* =======================
.bestRate
========================== */
.bestRate_box {
  background-color: #000;
  color: #c9ac5e;
  padding: 20px 5px;
  margin: 0 auto 0;
  text-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
}
.bestRate_body {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .bestRate_bar {
    margin-bottom: 15px;
  }
  .bestRate_box {
    margin: 0 auto;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .bestRate_heading,
  .bestRate_body {
    text-box: trim-both cap alphabetic;
  }
}
/* =======================
.info
========================== */
.section_wrap.section_info {
  margin-top: 40px;
}
/* =======================
.topics
========================== */
.section_wrap.topics_section {
  margin-top: 40px;
}
.topics_section {
  background-color: var(--light_gray);
  padding-block: 30px;
  margin-top: 40px;
}
.topics_slide-pagination {
  position: static;
}
.topics_slide-page {
  width: 12px;
  height: 12px;
  margin: 8px;
}
.topics_slide-page.is-active {
  transform: initial;
  background: var(--yellow);
}
.topics_slide .splide__slide {
  opacity: 0.5;
  transition: opacity 0.5s; /* スムーズな切り替えのためにトランジションを追加 */
}
.topics_slide .splide__slide.is-active {
  opacity: 1;
}
.topics_slide-arrow svg {
  display: none;
}
.topics_slide-prev {
  background-image: url("/image/common/ic_prev-arrow_b.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: initial;
  width: 60px;
  height: 60px;
  left: -5%;
  transition: opacity 200ms ease-in;
  opacity: 0.3;
}
.topics_slide-next {
  background-image: url("/image/common/ic_prev-arrow_b.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: initial;
  transform: scaleX(-1);
  width: 60px;
  height: 60px;
  right: -5%;
  transition: opacity 200ms ease-in;
  opacity: 0.3;
}
.topics_slide-arrow:focus {
  outline: none;
  box-shadow: none; /* ボックスシャドウが原因の場合も考慮 */
}
.topics_item_content {
}
.topics_text {
  padding: 10px 5px;
}
.topics_ic {
  display: inline-block;
  padding: 5px 16px;
  margin: 5px 0 10px;
  font-size: 1rem;
  line-height: 1;
  border: solid 1px var(--yellow);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .topics_slide {
    max-width: 1000px;
    width: 90%;
    margin: auto;
  }
  .topics_slide .splide__slide.is-prev,
  .topics_slide .splide__slide.is-next {
    opacity: 1;
  }
  .topics_slide .splide__slide {
    opacity: 1;
  }
}
/* =======================
.charm
========================== */
.charm_list {
  display: grid;
  row-gap: 50px;
}
.charm_item {
  position: relative;
  padding-bottom: 40px;
}
.charm_item_content {
  width: 95%;
  max-width: 600px;
}
.charm_item:nth-child(odd) {
  display: grid;
  justify-items: end;
}
.charm_item:nth-child(even) .charm_item_text {
  padding-left: 5%;
}
.charm_item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: var(--yellow);
  height: 86%;
}
.charm_item:nth-child(odd) .charm_item_image {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.charm_item:nth-child(even) .charm_item_image {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.charm_item_text {
  display: block;
  margin-top: 20px;
  padding-block: 10px;
  padding-inline: 1rem 3rem;
}
.charm_item_heading {
}
.charm_item_body {
  margin-top: 1.1em;
}
.charm_item_link {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .charm_item_content {
    max-width: unset;
  }
  .charm_item:nth-child(even) .charm_item_text {
    justify-items: end;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .charm_item {
    padding-bottom: 60px;
  }
  .charm_item_content {
    display: flex;
    width: 95%;
    gap: 5%;
    align-items: center;
  }
  .charm_item_image {
    width: 60%;
  }
  .charm_item:nth-child(odd) .charm_item_content {
    flex-direction: row-reverse;
  }
  .charm_item_text {
    margin-top: 100px;
    max-width: 450px;
    width: 38%;
  }
  .charm_item:nth-child(even) .charm_item_text {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .charm_item {
    padding-bottom: 75px;
  }
}
/* =======================
.news
========================== */
.news_item {
  width: 100%;
  border-top: 1px solid var(--gray);
}
.news_item:last-child {
  border-bottom: 1px solid var(--gray);
}
.news_item_text {
  display: grid;
  flex-wrap: wrap;
  gap: 8px 16px;
  width: 100%;
  padding: 1.5em 0;
}
.news_item_heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news_item_ic {
  background-color: var(--yellow);
  padding: 0 1em 2px;
}
.news_item_accordion_js_inner {
  display: block;
  padding-inline: 0;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.news_item_accordion_js_inner .accordion_js-icon {
  bottom: 1em;
  transform-origin: center 43%;
  transition: transform 0.4s;
  right: 0;
  display: block;
  position: absolute;
  width: 22px;
}
.news_item_accordion_js_inner .accordion_js-icon::before,
.news_item_accordion_js_inner .accordion_js-icon::after {
  background-color: #000;
}
.news_item_inner .accordion_js-content_inner {
  padding: 1.5em 0;
}
.news_item_body {
}
@media screen and (min-width: 768px) {
  .news_item_text {
    grid-template-columns: auto 1fr;
  }
  .news_item .accordion_js-icon {
    bottom: 50%;
  }
  .news_item_accordion_js_inner .news_item_body {
    padding-right: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .news_item_text {
    width: 90%;
    max-width: 800px;
    margin: auto;
  }
  .news_item_inner .accordion_js-content_inner {
    width: 90%;
    max-width: 800px;
    margin: auto;
  }
}
/* =======================
.access
========================== */
.access_inner {
  display: grid;
  gap: 10px;
}
.accessIframMap {
  margin-top: 20px;
}
.accessIframMap > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}
.accessIframMap > iframe + iframe {
  margin-top: 10px;
}
.access_subHeading {
  margin-bottom: 6px;
}
.accessText_box > * + * {
  margin-top: 16px;
}
.accesConvenience_list {
  display: grid;
  gap: 6px;
}
.accesConvenience_item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
@media screen and (min-width: 768px) {
  .access_inner {
    grid-template-columns: 53.1% 1fr;
  }
  .accessIframMap {
    margin-top: 0;
  }
  .accessText_box {
    grid-area: 3 / 1 / 2 / 3;
  }
}
/* =======================
.hotelInfo
========================== */
.hotelInfo_name {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.hotelInfo_inner {
  display: grid;
  gap: 20px;
}
.hotelInfo_heading {
  font-size: clamp(1.5rem, calc(1.608rem + 0.1vw), 1.8rem);
  margin-bottom: 10px;
  font-weight: 600;
}
.hotelInfo_item {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .hotelInfo_inner {
    grid-template-columns: auto 1fr 1fr;
    gap: 30px;
  }
}
/* =======================
.faqBtn
========================== */
.faqBtn_box {
  width: 100%;
}
/* =======================
.reservation
========================== */
.reservation_lower {
  display: none;
}
