@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #212121;
}

img {
  display: block;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 159rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sp-show {
  display: none;
}
@media all and (max-width: 1025px) {
  .sp-show {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 480px) {
  .sp-only {
    display: inline;
  }
}

.pc-only {
  display: inline;
}
@media all and (max-width: 896px) {
  .pc-only {
    display: none;
  }
}

#ticket {
  background-image: url(../images/bg_grass.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#bath {
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#sauna {
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
  background-attachment: fixed;
}

#room {
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#stay {
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#drink {
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
  background-attachment: fixed;
}

#goods {
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#goods .km-note {
  text-align: left !important;
}

#movie {
  padding: 0 0 200px;
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
  background-attachment: fixed;
}
@media all and (max-width: 896px) {
  #movie {
    padding: 0px;
  }
}

.mv > img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .mv {
    margin-top: 30px;
  }
}
.mv__img {
  display: block;
}
@media all and (max-width: 896px) {
  .mv__img {
    display: none;
  }
}
.mv__img-sp {
  display: none;
}
@media all and (max-width: 896px) {
  .mv__img-sp {
    display: block;
  }
}
.mv__bottom {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2vw;
}
.mv__bottom img {
  margin: 0 auto;
  width: 100%;
}
.mv__copy {
  width: 100%;
  padding: 1em;
  border-top: 5px solid #d7b97d;
  background: #fcf8ef;
}
.mv__copy img {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.event-info {
  padding: 60px 0;
  background-image: url(../images/bg_event.png);
  background-size: cover;
  background-position: center;
  border-top: 5px solid #d7b97d;
  border-bottom: 5px solid #d7b97d;
}
@media all and (max-width: 480px) {
  .event-info {
    padding: 30px 0;
  }
}
.event-info__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .event-info__button {
    align-items: center;
    justify-content: space-between;
  }
}
.event-info__button li {
  width: calc(25% - 20px);
  margin: 10px;
  background-color: #d7b97d;
  border: 5px solid #d7b97d;
}
@media all and (max-width: 896px) {
  .event-info__button li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.event-info__button li a {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .event-info__button li a {
    font-size: 1.4rem;
  }
}
.event-info__button li a::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: url("../images/arrow_bottom_white.svg") center center/contain no-repeat;
  position: absolute;
  right: 0.6em;
  top: 50%;
  translate: 0 -50%;
}

.km-section {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #d7b97d;
}
.km-section--white {
  background: #fff;
}
.km-section--green {
  background: linear-gradient(93deg, #d3e9d6 0%, #b5e0ea 100%);
}
.km-section--bordered {
  border-bottom: 5px solid #d7b97d;
}

.km-section__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.km-section__inner--mt {
  padding-top: 120px;
}
@media all and (max-width: 896px) {
  .km-section__inner {
    padding: 60px 10px;
    gap: 32px;
  }
  .km-section__inner--mt {
    padding-top: 60px;
  }
}

.km-char {
  position: absolute;
  bottom: 0;
  width: 14vw;
  max-width: 200px;
  min-width: 80px;
  pointer-events: none;
  z-index: 10;
}
.km-char--left {
  left: 0;
}
.km-char--right {
  right: 0;
}
.km-char--mid {
  bottom: 0;
}
.km-char--lower {
  bottom: -5px;
}
.km-char img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  .km-char {
    width: 10vw;
    top: 20px;
    bottom: inherit;
  }
}

.km-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.km-heading__title {
  padding: 0 0 60px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 8.4px;
  color: #212121;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
@media all and (max-width: 896px) {
  .km-heading__title {
    padding: 0 0 40px;
    font-size: 30px;
    letter-spacing: 0;
  }
}
.km-heading__title::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 auto;
  background: url("../images/icon_title.svg") center center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.km-heading__ornament {
  width: 25px;
  height: auto;
}
.km-heading__ornament-sm {
  width: 20px;
  height: auto;
}

.km-heading-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.km-section__lead {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-section__lead {
    font-size: 16px;
  }
}

.km-box-outer {
  border: 5px solid #d7b97d;
  padding: 16px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .km-box-outer {
    padding: 6px;
  }
}
.km-box-outer--sm {
  border-width: 4px;
}

.km-box-inner {
  background: #fff;
  border: 4px solid #d7b97d;
  padding: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.km-box-inner--row {
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.km-box-inner--goods {
  padding: 32px;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .km-box-inner {
    padding: 22px 10px;
    gap: 24px;
  }
  .km-box-inner--row {
    flex-direction: column;
  }
}

.km-details {
  background: #fcf8ef;
  border-top: 1px solid #d7b97d;
  border-bottom: 1px solid #d7b97d;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.km-details__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  .km-details__row {
    flex-direction: column;
    gap: 4px;
  }
}
.km-details__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 80px;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-details__label {
    white-space: normal;
    min-width: auto;
  }
}
.km-details__value {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-details {
    padding: 16px;
  }
}

.km-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #212121;
  flex-shrink: 0;
}

.km-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  border-radius: 100px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}
.km-badge--gold {
  background: #d7b97d;
}
.km-badge--block {
  display: flex;
  width: 100%;
}
@media all and (max-width: 896px) {
  .km-badge {
    font-size: 16px;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

.km-btn {
  display: inline-block;
  background: #d7b97d;
  border: 4px solid #d7b97d;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.km-btn--wide {
  width: 320px;
}
.km-btn--lg {
  width: 500px;
}
.km-btn__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  border: 2px solid #fff;
}
.km-btn__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  flex: 1;
  letter-spacing: 0.9px;
}
.km-btn__arrow {
  width: 12px;
  height: 24px;
  flex-shrink: 0;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .km-btn--wide {
    width: 100%;
    max-width: 320px;
  }
  .km-btn--lg {
    width: 100%;
    max-width: 480px;
  }
  .km-btn__text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .km-btn--wide {
    width: 100%;
    max-width: 260px;
  }
}

.km-item__title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 4.8px;
  color: #212121;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .km-item__title {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.km-item__desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-item__desc {
    font-size: 16px;
  }
}
.km-item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.km-item__img {
  flex: 1;
  min-width: 0;
  position: relative;
}
.km-item__img img {
  width: 100%;
  height: auto;
}

.km-note {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #212121;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 896px) {
  .km-note {
    text-align: left;
    font-size: 14px;
  }
}

.km-ticket-wrap {
  width: 100%;
}

.km-ticket-outer {
  border: 6px solid #d7b97d;
  padding: 16px;
}
@media all and (max-width: 896px) {
  .km-ticket-outer {
    padding: 6px;
  }
}

.km-ticket-inner {
  background: #fff;
  border: 5px solid #d7b97d;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .km-ticket-inner {
    padding: 22px 10px;
    gap: 28px;
  }
}

.km-collab-ticket {
  background: #fcf8ef;
  border-top: 1px solid #d7b97d;
  border-bottom: 1px solid #d7b97d;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.km-collab-ticket__title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 6px;
  color: #d7b97d;
  text-align: center;
}
@media all and (max-width: 896px) {
  .km-collab-ticket__title {
    font-size: 28px;
  }
}
.km-collab-ticket__desc {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-collab-ticket__desc {
    font-size: 16px;
  }
}
.km-collab-ticket__img {
  width: 100%;
  /*max-height: 600px;*/
  overflow: hidden;
  background: #c3c3c3;
  /*min-height: 400px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.km-collab-ticket__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .km-collab-ticket {
    padding: 32px 20px;
  }
}

.km-other-tickets {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.km-other-tickets__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.km-other-tickets__title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 6px;
  color: #d7b97d;
  text-align: center;
}
@media all and (max-width: 896px) {
  .km-other-tickets__title {
    font-size: 28px;
  }
}

.km-ticket-cards {
  display: flex;
  gap: 32px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .km-ticket-cards {
    flex-direction: column;
    gap: 16px;
  }
}

.km-ticket-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 40px;
}
.km-ticket-card--blue {
  background: #9bd0dd;
}
.km-ticket-card--green {
  background: #aed3b3;
}
.km-ticket-card--purple {
  background: #b4a4cf;
}
.km-ticket-card__label {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 896px) {
  .km-ticket-card__label {
    font-size: 18px;
  }
}
.km-ticket-card__btn-wrap {
  background: #fff;
  padding: 10px;
  width: 100%;
}
.km-ticket-card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  border: 2px solid currentColor;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.km-ticket-card__btn img {
  width: 12px;
  height: 24px;
  flex-shrink: 0;
}
.km-ticket-card__btn--blue {
  color: #9bd0dd;
}
.km-ticket-card__btn--green {
  color: #aed3b3;
}
.km-ticket-card__btn--purple {
  color: #b4a4cf;
}
@media all and (max-width: 896px) {
  .km-ticket-card__btn {
    font-size: 16px;
  }
}
@media all and (max-width: 896px) {
  .km-ticket-card {
    padding: 24px;
    gap: 16px;
  }
}

.km-notice {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}
.km-notice--red {
  background: #fff;
  border: 3px solid #d61819;
}
.km-notice__header {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3.6px;
  color: #fff;
  background: #d61819;
  width: 100%;
  padding: 12px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .km-notice__header {
    font-size: 18px;
  }
}
.km-notice__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 24px;
  text-align: center;
}
.km-notice__main {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-notice__main {
    font-size: 16px;
  }
}
.km-notice__sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #d61819;
  line-height: 2;
}

.km-items {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.km-sauna__img img {
  width: 100%;
  height: auto;
}
.km-sauna__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  .km-sauna__body {
    flex-direction: column;
    gap: 24px;
  }
}
.km-sauna__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.km-room__slider {
  width: 100%;
  overflow: hidden;
}
.km-room__badge {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 136px;
  height: 136px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 1024px) {
  .km-room__badge {
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
  }
}
.km-room__detail {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1024px) {
  .km-room__detail {
    display: block;
    flex-direction: column;
  }
}
.km-room__text {
  width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .km-room__text {
    width: auto;
    flex: 1;
  }
}
.km-room__tokuten {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.km-room__goods {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .km-room__goods {
    flex-wrap: wrap;
  }
}
.km-room__good {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.km-room__good img {
  width: 100%;
  aspect-ratio: 100 / 62;
  object-fit: cover;
}
.km-room__good p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-room__good p {
    font-size: 14px;
  }
}
.km-room__good small {
  font-size: 14px;
}
@media all and (max-width: 896px) {
  .km-room__good {
    width: calc(50% - 8px);
    flex: none;
  }
}

.km-slide-items {
  width: 100%;
}
.km-slide-items li {
  outline: none;
}
.km-slide-items li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 100 / 62;
}

.km-yunessun {
  background: #fcf8ef;
  border-top: 1px solid #d7b97d;
  border-bottom: 1px solid #d7b97d;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 60px;
  width: 100%;
}
.km-yunessun__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.km-yunessun__text p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #212121;
}
@media all and (max-width: 896px) {
  .km-yunessun__text p {
    font-size: 16px;
  }
}
.km-yunessun__img {
  width: 45%;
  flex-shrink: 0;
}
.km-yunessun__img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  .km-yunessun {
    flex-direction: column;
    padding: 32px 20px;
  }
  .km-yunessun__img {
    width: 100%;
  }
}

.km-yunessun-hotel {
  background: #fcf8ef;
  border-top: 1px solid #d7b97d;
  border-bottom: 1px solid #d7b97d;
  gap: 24px;
  padding: 60px;
  width: 100%;
}
.km-yunessun-hotel__title {
  margin: 20px 0 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 6px;
  color: #d7b97d;
  text-align: center;
}
@media all and (max-width: 896px) {
  .km-yunessun-hotel__title {
    font-size: 28px;
  }
}
.km-yunessun-hotel__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.km-yunessun-hotel__text p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #D7B97D;
  text-align: center;
}
@media all and (max-width: 896px) {
  .km-yunessun-hotel__text p {
    font-size: 16px;
  }
}
.km-yunessun-hotel__img {
  width: 45%;
  flex-shrink: 0;
}
.km-yunessun-hotel__img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  .km-yunessun-hotel {
    flex-direction: column;
    padding: 32px 20px;
  }
  .km-yunessun-hotel__img {
    width: 100%;
  }
}
.km-yunessun-hotel .slick-list li {
  margin: 0 10px;
}
.km-yunessun-hotel .slick-slider {
  width: 80%;
  margin: 20px auto;
}
.km-yunessun-hotel .slick-prev {
  top: 40% !important;
  left: -30px;
}
.km-yunessun-hotel .slick-prev::before {
  font-size: 50px;
  color: #D7B97D;
  opacity: 1;
}
.km-yunessun-hotel .slick-next {
  top: 55% !important;
  right: -30px;
}
.km-yunessun-hotel .slick-next::before {
  font-size: 50px;
  color: #D7B97D;
  opacity: 1;
}

.km-stay__detail {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1024px) {
  .km-stay__detail {
    display: block;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .km-stay__detail .km-item__img {
    margin-top: 40px;
  }
}
.km-stay__text {
  width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .km-stay__text {
    width: auto;
    flex: 1;
  }
}
.km-stay__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
}
.km-stay__notes li {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
}
.km-stay__badge {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 136px !important;
  height: 136px !important;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 1024px) {
  .km-stay__badge {
    top: -20px;
    left: -20px;
    width: 80px !important;
    height: 80px !important;
  }
}

.km-tokuten {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.km-tokuten__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.km-tokuten__heading h3 {
  padding: 0 0 0 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 4.8px;
  color: #212121;
  position: relative;
}
.km-tokuten__heading h3::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: url("../images/icon_title.svg") center center/contain no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}
.km-tokuten__goods {
  display: flex;
  gap: 16px;
}
.km-tokuten__good {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.km-tokuten__good img {
  width: 100%;
  aspect-ratio: 100 / 62;
  object-fit: cover;
}
.km-tokuten__good p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #212121;
}

.km-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.km-cta__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: #212121;
}

.km-sub-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.km-sub-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.km-sub-heading h3 {
  padding: 0 0 0 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 4.8px;
  color: #212121;
  position: relative;
}
.km-sub-heading h3::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: url("../images/icon_title.svg") center center/contain no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}

.km-bonus-grid {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .km-bonus-grid {
    flex-wrap: wrap;
  }
}

.km-bonus-item {
  flex: 1;
  aspect-ratio: 1;
  overflow: hidden;
  background: #d9d9d9;
}
.km-bonus-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .km-bonus-item {
    width: calc(50% - 8px);
    flex: none;
  }
}

.km-goods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.km-goods-item {
  width: calc(33.333% - 27px);
}
@media (max-width: 1024px) {
  .km-goods-item {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 480px) {
  .km-goods-item {
    width: 100%;
  }
}
.km-goods-item img {
  width: 100%;
  aspect-ratio: 100 / 62;
  object-fit: cover;
}
.km-goods-item__name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 3.6px;
  text-align: center;
  color: #212121;
  line-height: 1.8;
}
.km-goods-item__price {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  text-align: center;
  color: #212121;
  line-height: 1.8;
}

.km-movie {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}
.km-movie__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.km-movie__story-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 4.8px;
  color: #212121;
  border-bottom: 1px solid #d7b97d;
  padding-bottom: 16px;
}
@media all and (max-width: 896px) {
  .km-movie__story-title {
    font-size: 24px;
  }
}
.km-movie__story p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #212121;
  margin-bottom: 1em;
}
.km-movie__story p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .km-movie__story p {
    font-size: 14px;
  }
}
.km-movie__site {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #212121;
}
.km-movie__site a {
  color: #212121;
  text-decoration: underline;
}
.km-movie__poster {
  width: 100%;
  max-width: 600px;
  flex-shrink: 0;
}
.km-movie__poster img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .km-movie__poster {
    width: 100%;
    max-width: 400px;
    align-self: center;
  }
}
@media (max-width: 1024px) {
  .km-movie {
    flex-direction: column;
  }
}

#bnr {
  display: block;
  padding: 0;
}
#bnr ul {
  display: block;
  position: relative;
  width: 960px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 1280px) {
  #bnr ul {
    width: 90%;
  }
}
#bnr ul li {
  display: block;
  padding: 0;
  margin: 20px 0;
}
#bnr ul li a {
  display: block;
  box-sizing: border-box;
  padding: 30px;
  margin: 0;
  border: 10px solid #eee;
}
#bnr ul li a:hover {
  padding: 30px;
  margin: 0;
  border: 10px solid #d3d3d3;
  opacity: 1;
}
#bnr ul li a.bnr_hotel {
  background: url(https://www.yunessun.com/hotel/images/img01-4.jpg) left center no-repeat;
  background-size: 50%;
  padding: 30px 0 30px 50%;
}
#bnr ul li a.bnr_hotel img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#bnr ul li a.bnr_tanoshimi {
  background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_tanoshimi.jpg) left center no-repeat;
  background-size: 70%;
  padding: 30px 0 30px 50%;
}
#bnr ul li a.bnr_tanoshimi img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 0 0;
}
#bnr ul li a.bnr_coupon {
  background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_coupon.jpg) right center no-repeat;
  background-size: 70%;
  padding: 30px 50% 30px 30px;
}
#bnr ul li a.bnr_coupon img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 460px) {
  #bnr {
    display: block;
    padding: 0;
    margin: 0;
  }
  #bnr ul li {
    display: block;
    margin: 10px 0;
  }
  #bnr ul li a {
    border: 6px solid #eee;
  }
  #bnr ul li a:hover {
    border: 6px solid #d3d3d3;
  }
  #bnr ul li a.bnr_hotel {
    background: url(https://www.yunessun.com/hotel/images/img01-4.jpg) left center no-repeat;
    background-size: 30%;
    padding: 10px 0 10px 30%;
  }
  #bnr ul li a.bnr_tanoshimi {
    background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_tanoshimi.jpg) left center no-repeat;
    background-size: 30%;
    padding: 10px 0 10px 30%;
  }
  #bnr ul li a.bnr_coupon {
    background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_coupon.jpg) right center no-repeat;
    background-size: 30%;
    padding: 10px 30% 10px 10px;
  }
}

.bnr_sp {
  display: none;
}
.bnr_sp img {
  width: 100%;
}

#content {
  margin-top: 55px;
}
