@charset "UTF-8";

@media (max-width: 786px) {
  .arrow__link__btn a {
    font-size: var(--fs-12);
    letter-spacing: 1.2px;
    padding: 10px 1em 5px 0.5em;
    background: url(../img/common/icon_arrow_link.svg) 100% 64% / 0.6em
      no-repeat;
  }
}

/* -----------------------------------------------
kv__wrap
----------------------------------------------- */
.kv__wrap {
  background: #000;
}
.kv__wrap video {
  width: 100%;
  height: auto;
}

@media (max-width: 786px) {
  .kv__wrap {
    aspect-ratio: 375 / 530;
    width: 100%;
    height: auto;
  }
  .kv__wrap video {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 787px) {
  .kv__wrap {
    aspect-ratio: 1280 / 900;
    width: 100%;
    height: auto;
  }
}

/* -----------------------------------------------
catch__wrap
----------------------------------------------- */
.catch__wrap {
  background: #f5eee9;
  position: relative;
}

.catch__inner h2 span,
.catch__inner p span {
  opacity: 0;
  /* transform: translateY(10px); */
  transform: translateY(3px);
  display: inline-block;
}

.js__inview__active .catch__inner h2 span,
.js__inview__active .catch__inner p span {
  animation: textFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes textFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.catch__inner {
  text-align: center;
}
.catch__inner strong {
  display: block;
  color: #9d8f71;
  font-weight: 400;
}
.catch__inner h2 {
  font-weight: 400;
}
.catch__media__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.catch__media__wrap div[class^="catch__media__item"] {
  position: absolute;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.catch__media__wrap div[class^="catch__media__item"] * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.catch__media__item-01 {
  aspect-ratio: 158 / 242.5;
}
.catch__media__item-02 {
  aspect-ratio: 178.5 / 327.5;
}
.catch__media__item-03 {
  aspect-ratio: 206 / 206;
}
.catch__media__item-04 {
  aspect-ratio: 204 / 371.5;
}
.catch__media__wrap:after {
  content: "";
  position: absolute;
  opacity: 0.35;
  background: #fff;
  z-index: 1;
}
.catch__wrap .arrow__link__btn a {
  border-bottom: 1px solid #000;
  /* border-bottom: 1px solid #d1d1d1; */
}

@media (max-width: 786px) {
  .catch__wrap {
    padding-top: 20px;
    padding-bottom: 84px;
  }
  .catch__inner {
    position: relative;
    z-index: 2;
  }
  .catch__inner strong {
    font-size: var(--fs-18);
    line-height: 60px;
    letter-spacing: 4.5px;
    margin-bottom: 8px;
  }
  .catch__inner h2 {
    font-size: var(--fs-19);
    line-height: 35px;
    letter-spacing: 7.6px;
    margin-bottom: 30px;
    margin-left: -13%;
    position: relative;
    text-indent: 7.6px;
    width: 100vw;
  }
  .catch__inner p {
    font-size: var(--fs-13);
    line-height: 23px; /* 230.769% */
    margin-bottom: 1.66em;
  }
  .catch__inner p:has(+ .arrow__link__btn) {
    margin-bottom: 50px;
  }
  .catch__media__item-01 {
    width: 18.13%;
    top: 25.8%;
    /* top: 11.8%; */
    left: 0;
  }
  .catch__media__item-02 {
    width: 17.6%;
    top: 64.3%;
    right: 0;
  }
  .catch__media__item-03 {
    width: 17.6%;
    top: 36.6%;
    right: 0;
  }
  .catch__media__item-04 {
    width: 16%;
    top: 61.6%;
    left: 0;
  }
  .catch__media__wrap:before {
    width: 43px;
    height: 228px;
    top: 27.5%;
    right: 3%;
  }
  .catch__media__wrap:before {
    content: "";
    position: absolute;
    opacity: 0.35;
    background: #fff;
    z-index: 1;
  }
  .catch__media__wrap:after {
    width: 205px;
    height: 761px;
    top: 64.2%;
    left: 0;
  }
}

@media (min-width: 787px) {
  .catch__wrap {
    padding-top: 64px;
    padding-bottom: 272px;
  }
  .catch__inner strong {
    font-size: 34px;
    margin-bottom: 98px;
    line-height: 60px;
    letter-spacing: 9.6px;
  }
  .catch__inner h2 {
    font-size: 30px;
    margin-bottom: 45px;
    line-height: 60px;
    letter-spacing: 14px;
  }
  .catch__inner p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 7.5px;
    margin-bottom: 2em;
  }
  .catch__inner p:has(+ .arrow__link__btn) {
    margin-bottom: 102px;
  }
  .catch__media__item-01 {
    width: 158px;
    top: 7.6%;
    left: 50%;
    transform: translateX(-316%);
  }
  .catch__media__item-02 {
    width: 178px;
    top: 80.1%;
    right: 50%;
    transform: translateX(301%);
  }
  .catch__media__item-03 {
    width: 206px;
    top: 39.6%;
    right: 50%;
    transform: translateX(311%);
  }
  .catch__media__item-04 {
    width: 204px;
    top: 56.3%;
    left: 50%;
    transform: translateX(-288%);
  }
  .catch__media__wrap:before {
    width: 140px;
    height: 667px;
    top: 16.9%;
    right: 50%;
    transform: translateX(379%);
  }
  .catch__media__wrap:before {
    content: "";
    position: absolute;
    opacity: 0.35;
    background: #fff;
    z-index: 1;
  }
  .catch__media__wrap:after {
    width: 365px;
    height: 1330px;
    left: 0;
    top: 66.3%;
    left: 50%;
    transform: translateX(-145%);
  }
}
@media (min-width: 1281px) {
}

/* -----------------------------------------------
section 
----------------------------------------------- */
.section__visual {
  position: relative;
  height: auto;
  z-index: 1;
}
.section__visual picture {
  overflow: hidden;
}
.section__visual img {
  opacity: 0;
  filter: blur(1em) brightness(1.85);
  transform: scale(1.05);
  transition:
    opacity 1.5s 0.2s,
    filter 2.5s 0.2s,
    transform 3.5s 0.2s;
}
.section__visual.js__inview__active img {
  opacity: 1;
  filter: blur(0) brightness(1);
  transform: scale(1);
}

.section__content {
  position: relative;
  z-index: 2;
}
.section__vertical {
  position: absolute;
}
.section__vertical p {
  color: rgba(157, 143, 113, 0.57);
  font-family: "Kaisei Decol", serif;
  mix-blend-mode: multiply;
  opacity: 0.4;
  text-align: center;
  writing-mode: sideways-lr;
}
.section__vertical strong {
  color: #61594a;
  display: block;
  writing-mode: vertical-lr;
  font-weight: normal;
  font-family: "Shippori Mincho", serif;
}
.section__eyebrow {
  color: #92722d;
  font-family: "Kaisei Decol", serif;
  opacity: 0.5;
}
.section__title {
  color: #211a0a;
  font-weight: normal;
}
.section__content .arrow__link__btn {
  text-align: right;
}

/* guest-room */
.guest-room__wrap {
  position: relative;
  background: #f5eee9;
}
.guest-room__wrap:after {
  content: "";
  opacity: 0.19;
  background: #afbcbc;
  position: absolute;
  top: 0;
  left: 0;
}
.guest-room__fx {
  position: relative;
  z-index: 1;
}
.gr__visual__wrap {
  position: relative;
  overflow: hidden;
}
.gr__visual__wrap picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  /* overflow: hidden; */
}
.gr__visual__wrap img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.guest-room__wrap .section__vertical {
  right: auto;
  z-index: 2;
}

/* onsen */
.onsen__wrap .section__vertical {
  left: auto;
}

/* kyoto-cuisine */
.kyoto-cuisine__wrap {
  position: relative;
}
.kyoto-cuisine__wrap:after {
  content: "";
  background: #b5c3b8;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.kyoto-cuisine__wrap .section__vertical {
  right: auto;
}

/* facility */
.facility__wrap .section__vertical {
  left: auto;
}
.facility__visual__wrap {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.facility__visual__wrap picture,
.facility__visual__wrap img {
  display: block;
  width: 100%;
}
.facility__visual__wrap.is-ripples-ready img {
  opacity: 0;
}

@media (max-width: 786px) {
  .section__wrap {
    padding-top: 50px;
  }
  .section__fx {
    width: 100%;
    position: relative;
    z-index: 49;
  }
  .section__fx.reverse .section__visual {
    right: -5.3%;
    left: auto;
    margin-inline: auto 0;
    /* flex-direction: row-reverse; */
  }
  .section__visual {
    width: 85.3%;
    aspect-ratio: 320 / 232;
    height: auto;
    left: -5.3%;
    right: auto;
    margin-inline: 0 auto;
  }
  .section__visual > picture {
    width: 100%;
    height: 100%;
  }
  .section__visual > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section__vertical {
    /* top: -90px; */
    top: -50px;
    line-height: 35px; /* 70% */
    letter-spacing: 15px;
    display: grid;
  }
  .section__vertical p {
    font-size: var(--fs-40);
    line-height: 30px;
    letter-spacing: 12px;
  }
  .section__vertical strong {
    font-size: var(--fs-39);
    line-height: 1.4em;
    letter-spacing: 0.9em;
  }
  .section__content {
    padding-top: 44px;
    margin: 0 auto 58px;
    width: 83.8%;
  }
  .section__eyebrow {
    font-size: var(--fs-14);
    line-height: 1.6em;
    letter-spacing: 1.5px;
  }
  .section__title {
    font-size: var(--fs-20);
    line-height: 30px;
    letter-spacing: 8px;
    margin-bottom: 25px;
  }
  .section__desc {
    font-size: var(--fs-13);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
  }
  .section__gallery {
    position: relative;
  }
  .section__gallery .swiper-pagination {
    top: 100%;
  }
  .section__gallery .swiper-pagination-bullet {
    border: 1px solid #92722d;
    background: none;
    opacity: 1;
    width: 4px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0px 3px !important;
  }
  .section__gallery .swiper-pagination-bullet-active {
    background: #92722d;
  }

  /* guest-room */
  .guest-room__wrap {
    padding-top: 134px;
    padding-bottom: 80px;
  }
  .guest-room__wrap:before {
    content: "";
    position: absolute;
    background: rgba(175, 188, 188, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .guest-room__wrap:after {
    background: #e9e5e1;
    width: 100%;
    height: 100%;
  }
  .gr__visual__wrap {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .gr__visual__wrap canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .gr__visual__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .guest-room__wrap .section__vertical {
    top: -112px;
    left: 100%;
  }
  .section__vertical strong {
    transform: translateY(35px);
  }

  /* onsen */
  .onsen__wrap {
    padding-top: 112px;
    padding-bottom: 86px;
  }
  .onsen__wrap .section__vertical {
    top: -110px;
    right: 98%;
  }
  .onsen__wrap .section__vertical p {
    letter-spacing: 10px;
  }
  .onsen__wrap .section__vertical strong {
    transform: translate(-16px, 49px);
  }

  /* kyoto-cuisine */
  .kyoto-cuisine__wrap {
    padding-top: 86px;
  }
  .kyoto-cuisine__wrap:after {
    width: 100%;
    height: 92%;
    opacity: 0.17;
  }
  .kyoto-cuisine__wrap .section__vertical {
    left: 100%;
    right: auto;
    top: -98px;
  }
  .kyoto-cuisine__wrap .section__vertical p {
    line-height: 35px;
    letter-spacing: 10px;
    text-align: left;
  }
  .kyoto-cuisine__wrap .section__vertical strong {
    letter-spacing: 0.76em;
    transform: translateY(53px);
  }

  /* facility */
  .facility__wrap {
    padding-top: 122px;
    padding-bottom: 30px;
  }
  .facility__visual__wrap {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .facility__visual__wrap canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .facility__visual__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .facility__wrap .section__vertical {
    right: 98%;
    top: -127px;
  }
  .facility__wrap .section__vertical p {
    letter-spacing: 4px;
  }
  .facility__wrap .section__vertical strong {
    letter-spacing: 0.3em;
    transform: translate(-20px, 67px);
  }
}

@media (min-width: 787px) {
  .section__wrap {
    padding-top: 218px;
  }
  .section__fx {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
    margin-inline: auto;
    width: 100%;
    margin-bottom: 58px;
  }
  .section__fx.reverse {
    flex-direction: row-reverse;
  }

  .section__visual {
    width: 55.47%;
    max-width: 710px;
  }
  .section__vertical {
    top: -90px;
    display: -webkit-inline-flex;
  }
  .section__vertical p {
    font-size: 95px;
    letter-spacing: 30px;
    line-height: 70px;
  }
  .section__vertical strong {
    font-size: 63px;
    letter-spacing: 1.3em;
    line-height: 1.3em;
    position: absolute;
  }

  .section__content {
  }
  .section__eyebrow {
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 2px;
  }
  .section__title {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 15px;
    margin-bottom: 18px;
  }
  .section__desc {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.6px;
    margin-bottom: 56px;
  }

  /* guest-room */
  .guest-room__wrap {
    padding-top: 218px;
  }
  .guest-room__wrap:after {
    width: 100%;
    height: 88%;
  }
  .guest-room__wrap .section__vertical {
    left: 97%;
  }
  .guest-room__wrap .section__vertical strong {
    top: -5.2%;
    left: 100%;
  }
  .guest-room__wrap .section__content {
    margin-right: 126px;
    margin-left: 3%;
    width: 316px;
    padding-top: 297px;
  }

  /* onsen */
  .onsen__wrap {
    padding-top: 428px;
    padding-bottom: 400px;
  }
  .onsen__wrap .section__vertical {
    right: 100%;
  }
  .onsen__wrap .section__vertical p {
    text-align: left;
    line-height: 77px; /* 81.053% */
    letter-spacing: 28.5px;
  }
  .onsen__wrap .section__vertical strong {
    top: -10.2%;
    right: 36%;
  }
  .onsen__wrap .section__content {
    margin-right: 3%;
    margin-left: 126px;
    width: 360px;
    padding-top: 396px;
  }

  /* kyoto-cuisine */
  .kyoto-cuisine__wrap {
    padding-top: 220px;
  }
  .kyoto-cuisine__wrap:after {
    width: 100%;
    height: 88%;
  }
  .kyoto-cuisine__wrap .section__vertical {
    left: 97%;
    right: auto;
    top: -274px;
  }
  .kyoto-cuisine__wrap .section__vertical strong {
    top: 30.8%;
    left: 91%;
    letter-spacing: 0.96em;
  }
  .kyoto-cuisine__wrap .section__content {
    margin-right: 118px;
    margin-left: 3%;
    width: 324px;
    padding-top: 297px;
  }
  .kyoto-cuisine__wrap .section__content .section__title {
    letter-spacing: 10.5px;
  }

  /* facility */
  .facility__wrap {
    padding-top: 452px;
    padding-bottom: 242px;
  }
  .facility__wrap .section__vertical {
    right: 101%;
    top: -144px;
    letter-spacing: 19px;
  }
  .facility__wrap .section__vertical p {
    letter-spacing: 20px;
  }
  .facility__wrap .section__vertical strong {
    top: -2.8%;
    right: 74%;
    letter-spacing: 0.46em;
  }

  .facility__wrap .section__content {
    margin-right: 3%;
    margin-left: 126px;
    width: 360px;
    padding-top: 336px;
  }
}

@media (min-width: 1281px) {
  .section__fx {
    max-width: none;
    width: 100%;
    margin-inline: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
  .section__fx.reverse {
    margin-inline: auto 0;
    display: flex;
    justify-content: flex-end;
  }

  .section__visual {
    width: 55.47%;
    max-width: none;
  }
  .section__wrap .section__content {
    margin-right: auto;
    margin-left: 10%;
    width: 28%;
  }
  .section__wrap .section__fx.reverse .section__content {
    margin-right: 10%;
    margin-left: auto;
  }
}

/* -----------------------------------------------
access__wrap
----------------------------------------------- */
.access__wrap {
  position: relative;
}
.access__head {
  text-align: center;
}
.access__head strong {
  display: block;
  color: #9d8f71;
}
.access__head h2 {
  font-weight: normal;
}
.map__wrap iframe {
  overflow: hidden;
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}
.access__link__wrap .box__link__btn.access__link a {
  background: #9d8f71;
  border: 0;
  color: #fff;
}

@media (max-width: 786px) {
  .access__wrap {
    padding-top: 37px;
    padding-bottom: 78px;
  }
  .access__head {
    margin-bottom: 20px;
  }
  .access__head strong {
    font-size: var(--fs-18);
    line-height: 50px;
    letter-spacing: 4.5px;
  }
  .access__head h2 {
    font-size: var(--fs-18);
    letter-spacing: 1.8px;
  }
  .map__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .map__wrap {
    height: 248px;
    margin-bottom: 33px;
  }
  .access__link__wrap {
    text-align: center;
  }
  .access__link__wrap .box__link__btn {
    margin-bottom: 1px;
  }
  .access__link__wrap .box__link__btn.access__link {
    margin-bottom: 11px;
  }
  .access__link__wrap .box__link__btn.access__link a {
    font-size: var(--fs-18);
    width: 65.6%;
    height: 46px;
    line-height: 46px;
    padding-inline: 0;
  }

  .access__link__wrap p {
    font-size: var(--fs-13);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.95px;
    margin-bottom: 78px;
  }
}

@media (min-width: 787px) {
  .access__wrap {
    padding-bottom: 132px;
  }
  .access__head {
    margin-bottom: 28px;
  }
  .access__head strong {
    font-size: 34px;
    margin-bottom: 38px;
    line-height: 60px;
    letter-spacing: 9.6px;
  }
  .access__head h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .map__wrap {
    margin-bottom: 49px;
  }
  .access__link__wrap {
    text-align: center;
  }
  .access__link__wrap .box__link__btn {
    margin-bottom: 5px;
  }
  .access__link__wrap .box__link__btn.access__link {
    margin-bottom: 13px;
  }
  .access__link__wrap .box__link__btn.access__link a {
    font-size: 23px;
    width: 308px;
    height: 58px;
    line-height: 58px;
  }

  .access__link__wrap p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 41px;
  }
}

/* -----------------------------------------------
info__wrap
----------------------------------------------- */
.info__wrap {
  position: relative;
}
.info__head {
  text-align: center;
}
.info__head strong {
  display: block;
  color: #9d8f71;
}

@media (max-width: 786px) {
  .info__wrap {
    margin-bottom: 32px;
  }
  .info__head {
    margin-bottom: 6px;
  }
  .info__head strong {
    font-size: var(--fs-15);
    line-height: 60px;
    letter-spacing: 4.5px;
  }
  .info__wrap .box__link__btn {
    margin-bottom: 25px;
  }
  .info__list__wrap {
    width: 80%;
    margin-inline: auto;
  }
  .info__list__wrap ul li a {
    font-size: var(--fs-15);
    line-height: normal;
    letter-spacing: 4.5px;
    border-bottom: 1px solid #000;
    padding: 0.2em 0 0.8em 0.4em;
    margin-bottom: 14px;
    display: block;
  }
  .info__list__wrap ul li a > * {
    display: block;
  }
  .info__list__wrap ul li a time {
    margin-bottom: 3px;
  }
}

@media (min-width: 787px) {
  .info__head {
    margin-bottom: 28px;
  }
  .info__head strong {
    font-size: 34px;
    margin-bottom: 38px;
    line-height: 60px;
    letter-spacing: 9.6px;
  }
  .info__list__wrap {
    text-align: center;
  }
  .info__list__wrap ul {
    display: inline-block;
    text-align: left;
  }
  .info__list__wrap ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .info__list__wrap ul li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 6px;
    border-bottom: 1px solid #000;
    padding: 0.2em 0 0.2em 0.4em;
  }
  .info__list__wrap ul li a time {
    margin-right: 1.3em;
  }
  .info__wrap .box__link__btn {
    margin-bottom: 18px;
  }
}

.catch__inner h2,
.catch__inner p {
  opacity: 0;
  transform: translateY(20px);
}

.js__inview__active .catch__inner h2.is-anim,
.js__inview__active .catch__inner p.is-anim {
  animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
