@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  color: #363636;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style-type: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn::after {
  content: "▶";
  font-size: 12px;
  padding-left: 20px;
}
@media (max-width: 500px) {
  .btn::after {
    padding-left: 0;
  }
}

.btn:hover {
  background-color: #363636;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner__btn {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 18px;
  color: white;
  background-color: #c19a51;
  border: solid 2px white;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  text-decoration: none;
}
@media (max-width: 500px) {
  .banner__btn {
    font-size: 14px;
  }
}
.banner__btn::after {
  content: "▶";
  padding-left: 20px;
}
@media (max-width: 500px) {
  .banner__btn::after {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .hero__background {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 500px) {
  .hero__background {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__inner {
  margin: 0 auto;
  position: relative;
}
.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 10000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 48, 35, 0)), color-stop(40%, rgba(29, 48, 35, 0.4)));
  background: linear-gradient(to top, rgba(29, 48, 35, 0) 0%, rgba(29, 48, 35, 0.4) 40%);
}
@media (max-width: 768px) {
  .hero__header {
    height: 50px;
  }
}
.hero__logo {
  position: absolute;
  top: 20px;
  left: 14%;
  max-width: 197px;
}
@media (max-width: 900px) {
  .hero__logo {
    left: 15px;
    top: 15px;
    width: 30%;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .hero__logo {
    max-width: 100px;
  }
}
.hero__title {
  font-size: 42px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 25%;
  left: 14%;
  padding-right: 16px;
  text-shadow: 0 0 10px rgba(29, 48, 35, 0.4), 0 0 10px rgba(29, 48, 35, 0.7), 0 0 12px rgba(29, 48, 35, 0.7);
}
.hero__title--sp {
  display: none;
}
@media (max-width: 900px) {
  .hero__title--sp {
    display: inline;
  }
}
@media (max-width: 900px) {
  .hero__title {
    left: 15px;
    top: 24%;
    font-size: 36px;
  }
}
@media (max-width: 580px) {
  .hero__title {
    left: 15px;
    top: 65px;
    font-size: 22px;
  }
}
.hero__subtitle {
  font-size: 28px;
  color: white;
  position: absolute;
  top: 33%;
  left: 14%;
  text-shadow: 0 0 10px rgba(29, 48, 35, 0.4), 0 0 10px rgba(29, 48, 35, 0.7), 0 0 12px rgba(29, 48, 35, 0.7);
}
@media (max-width: 1000px) {
  .hero__subtitle {
    top: 35%;
  }
}
@media (max-width: 900px) {
  .hero__subtitle {
    top: 53%;
    left: 15px;
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .hero__subtitle {
    left: 15px;
    top: 132px;
    font-size: 16px;
  }
}
.hero__btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 18px;
  color: white;
  background-color: #c19a51;
  border: solid 2px white;
  position: absolute;
  top: 67%;
  left: 14%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__btn::after {
  content: "▶";
  padding-left: 20px;
  font-size: 10px;
}
@media (max-width: 900px) {
  .hero__btn {
    display: none;
  }
}

.phone-btn {
  display: none;
}
@media (max-width: 900px) {
  .phone-btn {
    text-align: center;
    display: block;
    background-color: #fffaef;
    padding: 20px 15px;
    text-decoration: none;
  }
  .phone-btn__btn {
    font-size: 17px;
    font-weight: 700;
    background-color: #c19a51;
    color: white;
    padding: 15px 0;
    display: block;
  }
  .phone-btn__btn::after {
    content: "▶";
    padding-left: 20px;
  }
}

.rooms-carousel {
  display: none;
}
@media (max-width: 500px) {
  .rooms-carousel {
    display: block;
    background-color: #1d3023;
    position: relative;
  }
}
.rooms-carousel .carousel__inner {
  overflow: hidden;
  position: relative;
}
.rooms-carousel .carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.rooms-carousel .carousel__item {
  min-width: 100%;
  padding: 20px;
  background-color: rgba(236, 236, 234, 0.968627451);
  text-align: center;
  position: relative;
}
.rooms-carousel .carousel__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  z-index: 100;
  opacity: 0.8;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.rooms-carousel .carousel__mask.soldout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rooms-carousel .carousel__mask p {
  font-size: 28px;
}
.rooms-carousel .carousel__category {
  background-color: #1c3024;
  color: white;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
}
.rooms-carousel .carousel__title {
  font-size: 18px;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.rooms-carousel .carousel__price {
  font-size: 16px;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 25px;
}
.rooms-carousel .carousel__btn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px;
  color: #778266;
  font-size: 10px;
  cursor: pointer;
  z-index: 1;
}
.rooms-carousel .carousel__btn--prev {
  left: 0;
}
.rooms-carousel .carousel__btn--next {
  right: 0;
}

.rooms {
  padding: 80px 0 0;
  background-color: #1d3023;
}
@media (max-width: 768px) {
  .rooms {
    padding: 64px 0 10px;
  }
}
.rooms__inner {
  padding: 0 16px;
}
.rooms__logo {
  margin: 0 auto;
  max-width: 160px;
}
@media (max-width: 768px) {
  .rooms__logo {
    display: none;
  }
}
.rooms__logo--phone {
  display: none;
}
@media (max-width: 768px) {
  .rooms__logo--phone {
    display: block;
    margin: 0 auto;
    max-width: 105px;
  }
}
.rooms__title {
  text-align: center;
  color: white;
  font-size: 40px;
  margin-top: 8px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .rooms__title {
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 32px;
  }
}
.rooms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
@media (max-width: 500px) {
  .rooms__list {
    display: none;
  }
}
.rooms__catch {
  display: none;
}
@media (max-width: 500px) {
  .rooms__catch {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: white;
    width: 100%;
    margin: 24px auto;
    text-align: center;
    position: relative;
  }
  .rooms__catch::before {
    content: "";
    width: 8%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .rooms__catch::after {
    content: "";
    width: 8%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

.room {
  width: 315px;
  padding: 24px 10px 25px;
  background-color: rgba(236, 236, 234, 0.968627451);
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .room {
    padding: 20px 15px 45px;
  }
}
.room__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  z-index: 100;
  font-weight: 700;
  opacity: 0.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.room__mask.soldout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.room__mask p {
  font-size: 28px;
}
.room__category {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  background-color: #1c3024;
  padding: 7px 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .room__category {
    font-size: 16px;
  }
}
.room__category--brown {
  background-color: #482b01;
}
.room__title {
  text-align: center;
  font-size: 24px;
  padding-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .room__title {
    font-size: 18px;
  }
}
.room__price {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .room__price {
    font-size: 16px;
  }
}

.room-detail {
  padding: 60px 0;
  color: white;
}
@media (max-width: 768px) {
  .room-detail {
    padding: 8px 0 28px;
  }
}
.room-detail .swiper-wrapper {
  width: 100%;
}
.room-detail .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 16/9;
}
.room-detail .room-detail__scroll {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-detail .swiper-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.8;
  background-color: white;
  color: #778266;
}
.room-detail .swiper-button::after {
  font-size: 10px;
}
.room-detail#asama {
  background-color: #1d3023;
}
.room-detail#asama .swiper {
  display: none;
}
@media (max-width: 768px) {
  .room-detail#asama .swiper {
    display: block;
  }
}
.room-detail#altair {
  background-color: #001926;
  padding: 60px 0 40px;
}
.room-detail#altair .swiper {
  display: none;
}
@media (max-width: 768px) {
  .room-detail#altair .swiper {
    display: block;
  }
}
.room-detail#yamano-humoto {
  background-color: #798366;
  padding: 60px 0 40px;
}
.room-detail#yamano-humoto .swiper {
  display: none;
}
@media (max-width: 768px) {
  .room-detail#yamano-humoto .swiper {
    display: block;
  }
}
.room-detail__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.room-detail__header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .room-detail__header {
    margin-bottom: 26px;
    margin-top: 0;
  }
}
.room-detail__name {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .room-detail__name {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.room-detail__name-sub {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .room-detail__name-sub {
    font-size: 16px;
  }
}
.room-detail__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  color: #363636;
  background: #fffaef;
}
.room-detail__main {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1439px) {
  .room-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 910px;
    width: 100%;
    gap: 40px;
  }
}
@media (max-width: 1439px) {
  .room-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 910px;
    width: 100%;
    gap: 40px;
  }
}
.room-detail__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 160px;
  padding: 0 14px;
  width: 100%;
  max-width: 1040px;
}
@media (max-width: 1439px) {
  .room-detail__text-block {
    margin-left: 0;
  }
}
.room-detail__catch {
  font-size: 26px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.room-detail__catch br {
  line-height: 14px;
}
.room-detail__catch::after {
  position: absolute;
  bottom: 0;
  left: -200px;
  content: "";
  width: 570px;
  height: 1px;
  background-color: #c0a95a;
}
@media (max-width: 500px) {
  .room-detail__catch::after {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 500px) {
  .room-detail__catch {
    font-size: 18px;
    display: none;
  }
}
.room-detail__catch--phone {
  display: none;
}
@media (max-width: 500px) {
  .room-detail__catch--phone {
    font-size: 18px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.room-detail__catch--phone p:nth-child(1) {
  font-size: 14px;
}
.room-detail__catch--phone p:nth-child(2) {
  font-size: 18px;
}
.room-detail__catch--phone p:nth-child(2) span {
  font-size: 12px;
}
.room-detail__description, .room-detail__info, .room-detail__price {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .room-detail__description, .room-detail__info, .room-detail__price {
    font-size: 16px;
  }
}
.room-detail__cta {
  display: inline-block;
  background: #fffaef;
  color: #363636;
  font-weight: bold;
  text-align: center;
  padding: 5px 26px;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .room-detail__cta {
    font-size: 16px;
  }
}
.room-detail__image-main {
  position: relative;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .room-detail__image-main {
    width: 100%;
    text-align: center;
  }
}
.room-detail__image-main .room-detail__image {
  border: none;
  max-width: 100%;
  width: 875px;
  height: 652px;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .room-detail__image-main .room-detail__image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.8;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .room-detail__image-main .room-detail__image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.8;
    margin: 0 auto;
  }
}
.room-detail__map-link {
  color: white;
  text-decoration: underline;
}
.room-detail__address {
  font-size: 18px;
  text-align: left;
  margin-bottom: 60px;
  padding-left: 170px;
  font-family: "Noto Sans JP", sans-serif;
}
.room-detail__address br {
  display: none;
}
@media (max-width: 768px) {
  .room-detail__address br {
    display: block;
  }
}
.room-detail__address a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .room-detail__address {
    display: none;
  }
}
@media (max-width: 768px) {
  .room-detail__address {
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 14px;
  }
}
.room-detail__address--tabonly {
  display: none;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .room-detail__address--tabonly {
    display: block;
    margin-top: 20px;
    font-size: 18px;
  }
}

#yamano-humoto .room-detail__image-main.room-detail__image-main--scroll {
  width: 100%;
  max-width: 878px;
  margin: 0 auto;
  overflow: hidden;
}
#yamano-humoto .room-detail__image {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
#yamano-humoto .swiper-wrapper {
  width: 100%;
}
#yamano-humoto .swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 16/9;
}
#yamano-humoto .room-detail__scroll {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#yamano-humoto .room-detail__catch {
  margin-bottom: 18px;
}
#yamano-humoto .room-detail__catch__name {
  font-size: 18px;
}
#yamano-humoto .room-detail__catch__name span {
  font-size: 12px;
}
#yamano-humoto .room-detail__catch--phone {
  padding: 0 0 8px;
}
#yamano-humoto .room-detail__image {
  margin: 60px auto 40px;
  height: 563px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #yamano-humoto .room-detail__image {
    height: auto;
    margin-bottom: 0;
  }
}
#yamano-humoto .room-detail__main {
  margin: 0 auto 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#yamano-humoto .room-detail__main:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#yamano-humoto .room-detail__main:nth-of-type(3) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#yamano-humoto .room-detail__main:nth-of-type(4) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#yamano-humoto .room-detail__main--includeAddress {
  margin-bottom: 16px;
}
@media (max-width: 1439px) {
  #yamano-humoto .room-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 910px;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #yamano-humoto .room-detail__main {
    gap: 0;
  }
}
#yamano-humoto .room-detail__address {
  margin-left: 0;
}
@media (max-width: 768px) {
  #yamano-humoto .room-detail__address {
    margin-bottom: 40px;
    padding: 0 14px;
  }
}
#yamano-humoto .swiper-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.8;
  background-color: white;
  color: #778266;
}
#yamano-humoto .swiper-button::after {
  font-size: 10px;
}

.popup-mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  position: fixed;
  display: none;
}

.popup-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 94%;
  background-color: white;
  z-index: 1000;
  max-height: 80vh;
  overflow-y: scroll;
  display: none;
}

.popup-content {
  padding: 100px 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 768px) {
  .popup-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 15px 40px;
    margin: 0 auto;
  }
}
.popup-content .popup-close {
  position: absolute;
  top: 36px;
  right: 60px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1100;
}
.popup-content .popup-close::before, .popup-content .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 1px;
  background-color: black;
}
.popup-content .popup-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-content .popup-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .popup-content .popup-close {
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .popup-content .popup-close::before, .popup-content .popup-close::after {
    width: 40px;
  }
}
.popup-content__header {
  padding-left: 20px;
  border-left: 3px solid #c19a51;
  margin-bottom: 12px;
  color: #1d3023;
}
.popup-content__title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .popup-content__title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.popup-content__title span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .popup-content__title span {
    font-size: 16px;
  }
}
.popup-content__subtitle {
  font-size: 24px;
}
@media (max-width: 768px) {
  .popup-content__subtitle {
    font-size: 18px;
  }
}
.popup-content__subtitle span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .popup-content__subtitle span {
    font-size: 16px;
  }
}
.popup-content__desc {
  margin-bottom: 34px;
}

.image-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  .image-layout {
    max-width: 480px;
  }
}
.image-layout__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-layout__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.image-layout__bottom img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about {
  background-color: #fef7ea;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0 20px;
  }
}
.about__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1439px) {
  .about__inner {
    max-width: 1300px;
  }
}
.about__heading {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #233d2f;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about__lead {
  margin-bottom: 20px;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  .about__lead {
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.16em;
  }
}
.about__catch {
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about__catch {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 28px;
  }
}
.about__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .about__points {
    gap: 24px;
  }
}

.about-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 80px;
}
.about-point .pl {
  padding-left: 170px;
}
@media (max-width: 1439px) {
  .about-point .pl {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .about-point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 48px;
  }
}
.about-point__content {
  width: 680px;
}
@media (max-width: 768px) {
  .about-point__content {
    width: 100%;
  }
}
.about-point__label {
  font-family: "Tangerine", cursive;
  color: #d4a86a;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .about-point__label {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.about-point__label span {
  font-size: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .about-point__label span {
    font-size: 36px;
  }
}
.about-point__title {
  color: #1d3023;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 18px;
  border-bottom: solid 1px #1d3023;
}
@media (max-width: 768px) {
  .about-point__title {
    font-size: 20px;
  }
}
.about-point__text {
  margin-top: 40px;
  font-size: 17px;
  line-height: 2;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-point__text {
    margin-top: 21px;
    font-size: 16px;
  }
}
.about-point.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about-point.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .about-point.reverse .about-point__label {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .about-point.reverse .about-point__title {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .about-point:nth-child(2) .about-point__title {
    position: relative;
    border: none;
  }
  .about-point:nth-child(2) .about-point__title::before {
    content: "";
    width: 130%;
    height: 1px;
    top: 100%;
    left: -172px;
    background-color: black;
    position: absolute;
  }
}
.about-point:nth-child(3) .about-point__title span {
  font-size: 16px;
  vertical-align: top;
}
.about-point:nth-child(3) li {
  list-style-type: none;
  font-family: "Noto Sans JP", sans-serif;
}
.about-point:nth-child(3) li::before {
  content: "◆";
  margin-right: 9px;
}
.about-point:nth-child(3) .caption {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1000px) {
  .about-point:nth-child(3) .pc-only {
    display: none;
  }
}
.about-point:nth-child(4) ul {
  padding-left: 0;
}
.about-point:nth-child(4) li {
  line-height: 2em;
  list-style: none;
  position: relative;
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.about-point:nth-child(4) li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  font-size: 1em;
  line-height: 1;
}
.about-point:nth-child(4) .caption {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1440px) {
  .about-point:nth-child(4) .about-point__title {
    position: relative;
    border: none;
  }
  .about-point:nth-child(4) .about-point__title::before {
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: -172px;
    background-color: black;
    position: absolute;
  }
}

.about-food {
  background: #fef7ea;
}
.about-food__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.about-food__title {
  letter-spacing: 0.23em;
}
@media (min-width: 1440px) {
  .about-food__title {
    position: relative;
    border: none;
  }
  .about-food__title::before {
    content: "";
    width: 55%;
    height: 1px;
    top: 100%;
    left: -172px;
    background-color: #c19a51;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .about-food__title {
    border-bottom: 1px solid #c19a51;
  }
}
@media (max-width: 768px) {
  .about-food__title {
    letter-spacing: 0.1em;
  }
}
.about-food__text {
  font-size: 18px;
  letter-spacing: 5%;
  color: #363636;
  margin: 70px 0 50px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-food__text {
    margin: 20px auto;
  }
}
.about-food__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.about-food__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about-food__cards {
    margin-bottom: 0;
  }
}
.about-food__card {
  width: 364px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about-food__card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-food__card br {
    display: none;
  }
}
.about-food__card img {
  width: 100%;
  margin-bottom: 8px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-food__card h4 {
  font-size: 28px;
  font-weight: 600;
  color: #363636;
  display: inline-block;
  border-bottom: 1px solid #c19a51;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .about-food__card h4 {
    font-size: 20px;
  }
}
.about-food__card p {
  font-size: 18px;
  color: #363636;
  font-weight: 350;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-food__card p {
    font-size: 16px;
    padding-bottom: 16px;
  }
}

.about-restaurant {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .about-restaurant {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.about-restaurant__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.about-restaurant__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 2px;
  position: relative;
  background-color: #fef7ea;
}
.about-restaurant__title::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #c19a51;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 600px) {
  .about-restaurant__title::before {
    width: 20%;
  }
}
.about-restaurant__title::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #c19a51;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 600px) {
  .about-restaurant__title::after {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .about-restaurant__title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.about-restaurant__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #363636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-restaurant__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about-restaurant__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .about-restaurant__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-restaurant__card {
  width: 265px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about-restaurant__card {
    width: 100%;
  }
}
.about-restaurant__card br {
  display: none;
}
@media (max-width: 768px) {
  .about-restaurant__card .sp-only {
    display: block;
  }
}
.about-restaurant__card .pc-only {
  display: block;
}
@media (max-width: 768px) {
  .about-restaurant__card .pc-only {
    display: none;
  }
}
.about-restaurant__card__name {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  border-left: 2px solid #c19a51;
  padding-left: 14px;
  margin-top: 10px;
  color: #363636;
}
@media (max-width: 768px) {
  .about-restaurant__card__name {
    font-size: 18px;
  }
}
.about-restaurant__card img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-service {
  background: #fef7ea;
}
.about-service__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (min-width: 1201px) {
  .about-service__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1200px) {
  .about-service__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .about-service__header {
    text-align: right;
  }
}
.about-service__header img {
  max-width: 720px;
  width: 100%;
  height: 279px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .about-service__header img {
    max-width: none;
    margin-top: 24px;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .about-service__header img {
    height: 10vh;
  }
}
@media (max-width: 500px) {
  .about-service__header img {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .about-service__head {
    width: 100%;
  }
}
.about-service__title {
  padding-right: 120px;
  letter-spacing: 0.23em;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .about-service__title {
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .about-service__title {
    border-bottom: 1px solid #c19a51;
  }
}
.about-service__content {
  margin: 0 auto;
  max-width: 1100px;
}
.about-service__text {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 25px 0 50px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-service__text {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.about-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-service__card {
  width: 364px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about-service__card {
    width: 100%;
  }
}
.about-service__card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .about-service__card img {
    width: 100%;
    max-height: 300px;
    height: auto;
  }
}
.about-service__card h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  border-bottom: 1px solid #c19a51;
  display: inline-block;
}
@media (max-width: 768px) {
  .about-service__card h4 {
    font-size: 20px;
  }
}
.about-service__card p {
  font-size: 18px;
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .about-service__card p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.features {
  background-color: #f3f1ee;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features {
    padding-top: 40px;
  }
}
.features__inner {
  padding: 0 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.features__title {
  font-size: 43px;
  font-weight: 600;
  color: #1d3023;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.16em;
}
@media (max-width: 768px) {
  .features__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.features .swiper {
  width: 100%;
  margin: 0 auto 40px;
  aspect-ratio: 100/72;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features .swiper {
    margin-bottom: 24px;
    height: 240px;
    aspect-ratio: auto;
  }
}
.features .swiper-wrapper {
  height: 100%;
}
.features .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .room-detail__scroll {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features .swiper-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0.8;
  background-color: white;
  color: #778266;
}
.features .swiper-button::after {
  font-size: 10px;
}
.features__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 46px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .features__cards {
    gap: 20px;
  }
}
.features__card {
  width: 288px;
}
@media (max-width: 768px) {
  .features__card {
    width: 100%;
  }
}
.features__card img {
  margin-bottom: 24px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .features__card img {
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 12px;
  }
}
.features__card__content {
  padding-left: 15px;
  border-left: 1px solid #363636;
}
.features__card__title {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .features__card__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.features__card__text {
  font-family: "Noto Sans JP", sans-serif;
}
.features__card__text span {
  font-size: 12px;
}

.villa {
  background-color: #f3f1ee;
  padding-bottom: 80px;
}
.villa img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .villa {
    padding-bottom: 40px;
  }
}
.villa__inner {
  max-width: 1100px;
  padding: 0 8px;
  margin: 0 auto;
  padding-top: 60px;
}
.villa__title {
  width: 100%;
  color: white;
  font-size: 40px;
  font-weight: 600;
  background-color: #778266;
  padding: 26px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .villa__title {
    font-size: 20px;
    padding: 20px 50px;
  }
}
.villa__catch {
  font-size: 30px;
  text-align: center;
  position: relative;
  max-width: 620px;
  margin: 40px auto 100px;
}
.villa__catch::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #1d3023;
}
@media (max-width: 768px) {
  .villa__catch::before {
    width: 25px;
  }
}
.villa__catch::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 1px;
  background-color: #1d3023;
}
@media (max-width: 768px) {
  .villa__catch::after {
    width: 25px;
  }
}
@media (max-width: 768px) {
  .villa__catch {
    max-width: 360px;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.villa__box {
  padding: 30px 40px;
  margin-bottom: 50px;
  background-color: #fdfcfc;
}
@media (max-width: 768px) {
  .villa__box {
    padding: 40px 23px;
  }
}
.villa__box__title {
  margin: 0 auto 20px;
  font-size: 32px;
  color: white;
  background-color: #1d3023;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .villa__box__title {
    font-size: 20px;
    padding: 12px 0;
  }
}
.villa__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .villa__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.villa__card {
  width: 490px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .villa__card {
    width: 100%;
  }
}
.villa__card__img-wrapper {
  position: relative;
}
.villa__card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(#737373));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #737373);
  mix-blend-mode: multiply;
  z-index: 1;
}
.villa__card img {
  height: 312px;
  width: 100%;
  margin-bottom: 14px;
}
@media (max-width: 500px) {
  .villa__card img {
    height: 200px;
  }
}
.villa__card__category {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 18px;
  color: white;
  z-index: 100;
  text-align: center;
}
.villa__card__category p {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .villa__card__category p {
    font-size: 16px;
  }
}
.villa__card__category span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .villa__card__category span {
    font-size: 14px;
  }
}
.villa__card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .villa__card__title {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
  }
}
.villa__card__text {
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
.villa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.villa__item {
  width: 490px;
  text-align: center;
}
@media (max-width: 1100px) {
  .villa__item {
    width: 100%;
    padding: 0 8px;
  }
}
.villa__item img {
  width: 100%;
  height: 327px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .villa__item img {
    width: 100%;
    padding: 0 8px;
    height: 200px;
  }
}
.villa__item__text {
  font-size: 20px;
  margin-top: 4px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .villa__item__text {
    font-size: 16px;
  }
}

.experience {
  padding-top: 137px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .experience {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.experience__inner {
  max-width: 1424px;
  padding: 0 8px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .experience__inner {
    max-width: 500px;
  }
}
.experience__title {
  color: #1d3023;
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: center;
  margin-bottom: 152px;
}
@media (max-width: 768px) {
  .experience__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.experience__content {
  position: relative;
  height: 660px;
}
@media (max-width: 1439px) {
  .experience__content {
    height: 1000px;
  }
}
@media (max-width: 768px) {
  .experience__content {
    height: 820px;
  }
}
.experience__content img {
  width: 664px;
  height: 532px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .experience__content img {
    height: 276px;
    width: 345px;
  }
}
.experience__text {
  width: 842px;
  padding: 78px 160px 77px 140px;
  background-color: #ebede8;
  font-size: 19px;
  line-height: 1.9em;
  color: #363636;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  top: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1439px) {
  .experience__text {
    top: 480px;
  }
}
@media (max-width: 768px) {
  .experience__text {
    top: 210px;
    width: 345px;
    padding: 88px 15px 200px;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
}

.document {
  background-color: #42423e;
  padding: 100px 0 80px;
  color: white;
}
@media (max-width: 768px) {
  .document {
    padding: 40px 0;
  }
}
.document__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.document img {
  display: block;
  margin: 0 auto;
  width: 294px;
}
@media (max-width: 768px) {
  .document img {
    width: 176px;
  }
}
.document__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.9em;
  letter-spacing: 0.14em;
  margin-bottom: 53px;
  text-align: center;
}
@media (max-width: 768px) {
  .document__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.document__catch {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.9em;
  letter-spacing: 0.14em;
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .document__catch {
    font-size: 16px;
    margin-bottom: 24px;
    margin: 0 5px;
  }
}
.document__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 30px 8px 0;
}
.document__content img {
  width: 390px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (max-width: 1044px) {
  .document__content img {
    display: none;
  }
}
.document__content .small {
  display: none;
}
@media (max-width: 1044px) {
  .document__content .small {
    display: block;
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 1044px) {
  .document__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.document__text {
  font-size: 39px;
  font-weight: 600;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media (min-width: 769px) and (max-width: 1044px) {
  .document__text {
    padding-left: 24px;
  }
}
.document__text span {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .document__text span {
    font-size: 20px;
  }
}
.document__text span span {
  font-size: 40px;
}
@media (max-width: 768px) {
  .document__text span span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .document__text {
    font-size: 20px;
  }
}
.document__explain {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 80px;
  line-height: 1.9em;
}
@media (max-width: 768px) {
  .document__explain {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.document a {
  text-decoration: none;
  color: white;
  font-size: 27px;
  font-weight: 700;
  background-color: #c19a51;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .document a {
    font-size: 17px;
    padding: 17px 32px;
  }
}
@media (max-width: 500px) {
  .document a {
    font-size: 17px;
    padding: 17px 0;
    display: block;
    text-align: center;
  }
}
.document a::after {
  content: "▶";
  padding-left: 20px;
}
@media (max-width: 768px) {
  .document a::after {
    padding-left: 4px;
  }
}

.executive-club {
  background: #fef7ea;
  color: #363636;
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .executive-club {
    padding: 38px 0 60px;
  }
}
.executive-club__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.executive-club__title {
  font-family: "EB Garamond", serif;
  color: #89763c;
  text-align: center;
  font-size: 48px;
  line-height: 1.9em;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .executive-club__title {
    font-size: 20px;
  }
}
.executive-club__subtitle {
  color: #89763c;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 80px;
  line-height: 1.9em;
}
@media (max-width: 768px) {
  .executive-club__subtitle {
    font-size: 16px;
    margin: 0 auto 40px;
    letter-spacing: 0.14em;
    width: 100%;
  }
}
.executive-club__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .executive-club__list {
    gap: 0px;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.executive-club__item {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .executive-club__item br {
    display: none;
  }
}
.executive-club__num {
  color: #89763c;
  font-family: "EB Garamond", serif;
  font-size: 74px;
  -webkit-transform: translateY(-32px) skewX(-10deg);
          transform: translateY(-32px) skewX(-10deg);
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.08em;
}
@media (max-width: 768px) {
  .executive-club__num {
    -webkit-transform: translateY(-20px) skewX(-10deg);
            transform: translateY(-20px) skewX(-10deg);
    font-size: 48px;
  }
}
.executive-club__text {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.1em;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.executive-club__text.en {
  font-family: "EB Garamond", serif;
}
@media (max-width: 768px) {
  .executive-club__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.executive-club__text span {
  font-size: 22px;
}
@media (max-width: 768px) {
  .executive-club__text span {
    font-size: 16px;
  }
}
.executive-club__explain {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .executive-club__explain {
    font-size: 16px;
    line-height: 1.7em;
  }
}

.executive-service {
  margin-top: 40px;
  padding-bottom: 36px;
  position: relative;
  border: 1px solid #89763c;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .executive-service {
    padding-bottom: 15px;
  }
}
.executive-service__title {
  font-size: 26px;
  text-align: center;
  padding-top: 38px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .executive-service__title {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 16px;
  }
}
.executive-service__title::before {
  color: #89763c;
  content: "For Owners";
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background-color: #fef7ea;
  padding: 0px 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .executive-service__title::before {
    font-size: 26px;
    width: 57%;
  }
}
@media (max-width: 500px) {
  .executive-service__title::before {
    width: 70%;
  }
}
.executive-service__list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 38px;
  list-style: none;
}
@media (max-width: 768px) {
  .executive-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
.executive-service__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #3f3f3f;
}
.executive-service__item::before {
  content: "□";
  position: absolute;
  left: 0;
  top: 0;
  color: #3f3f3f;
}

.contact-form {
  background-color: #fffaef;
  padding: 107px 0 100px;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 50px 8px 0;
  }
}
.contact-form__inner {
  max-width: 1296px;
  padding: 0 8px;
  margin: 0 auto;
}
.contact-form__title {
  color: #aca38c;
  text-align: left;
  font-size: 36px;
  margin-bottom: 12px;
  border-bottom: 2px solid #aca38c;
  display: inline-block;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .contact-form__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #42423e;
}
@media (max-width: 768px) {
  .contact-form .form-group {
    padding-top: 0;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}
.contact-form .form-group label {
  font-size: 26px;
  color: #aca38c;
  line-height: 1em;
  font-style: italic;
}
@media (max-width: 768px) {
  .contact-form .form-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
    gap: 8px;
    margin-bottom: 12px;
  }
  .contact-form .form-group label br {
    display: none;
  }
}
.contact-form .form-group label small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #464542;
  display: block;
  margin-top: 26px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .contact-form .form-group label small {
    font-size: 14px;
  }
}
.contact-form .form-group input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #aca38c;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=email],
.contact-form .form-group textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 90px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fffdf7;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact-form .form-group input[type=text],
  .contact-form .form-group input[type=tel],
  .contact-form .form-group input[type=email],
  .contact-form .form-group textarea {
    height: 45px;
  }
}
.contact-form .form-group textarea {
  height: 200px;
}
@media (max-width: 768px) {
  .contact-form .form-group textarea {
    height: 100px;
  }
}
.contact-form .form-group .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  height: 200px;
}
@media (max-width: 768px) {
  .contact-form .form-group .flex {
    gap: 4px;
  }
}
.contact-form .form-group .form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 16px;
  color: #42423e;
}
@media (max-width: 768px) {
  .contact-form .form-group .form-options {
    gap: 0px;
  }
}
.contact-form .form-group .form-options label {
  font-weight: normal;
  font-size: 16px;
}
.contact-form .aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .contact-form .aic {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-form .submit-btn {
  margin: 60px auto 0;
  background-color: #aca38c;
  color: #fff;
  padding: 24px 133px;
  border: none;
  cursor: pointer;
  font-size: 25px;
  width: 370px;
}
@media (max-width: 768px) {
  .contact-form .submit-btn {
    width: auto;
    font-size: 15px;
    padding: 10px 60px;
    margin: 36px auto 48px;
  }
}
.contact-form .submit-btn:hover {
  background-color: #363636;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-form .left {
  width: 290px;
  padding-left: 58px;
}
@media (max-width: 768px) {
  .contact-form .left {
    padding-left: 0;
  }
}
.contact-form .bn {
  border: none;
  padding: 0;
}
.contact-form .post-code {
  height: 0px !important;
}

.footer {
  background-color: #89763c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 118px 16px 130px;
}
@media (max-width: 768px) {
  .footer {
    padding: 48px 15px;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .footer__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.footer__left img {
  max-width: 190px;
}
@media (max-width: 768px) {
  .footer__left img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    max-width: 143px;
    width: 100%;
  }
}
.footer__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9em;
  letter-spacing: 0.14em;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .footer__desc {
    font-size: 16px;
  }
}
.footer__logo-img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__logo-img {
    width: 100%;
    max-width: 180px;
  }
}
.footer__office {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9em;
  letter-spacing: 0.14em;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer__office {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.footer__btn {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 30px;
  background-color: #c19a51;
  color: white;
  border: 2px solid white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer__btn {
    font-size: 17px;
    display: block;
    text-align: center;
    padding: 17px 0;
    border: 1px solid white;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.wpcf7-form-control-wrap {
  display: contents;
}

/* ラジオ全体を縦並びにする */
.wpcf7-form-control.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .wpcf7-form-control.form-radio {
    gap: 0;
  }
}

/* 各ラジオボタン項目 */
.wpcf7-form-control.form-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* ラジオボタンの見た目 */
.wpcf7-form-control.form-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #aca38c;
  background-color: #fffaef;
  border-radius: 2px; /* ← 丸なら50%に */
  position: relative;
  margin: 0;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .wpcf7-form-control.form-radio input[type=radio] {
    margin-right: 0;
  }
}

/* チェック後の中身表示（カスタムチェックマーク） */
.wpcf7-form-control.form-radio input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #aca38c;
  border-radius: 1px;
}

/* ラベル文字 */
.wpcf7-list-item-label {
  font-size: 16px;
  color: #42423e;
  font-style: normal;
}

.wpcf7-form-control.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .wpcf7-form-control.form-check {
    gap: 0;
  }
}

.wpcf7-form-control.form-check .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.wpcf7-form-control.form-check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #aca38c;
  border-radius: 2px;
  position: relative;
  margin: 0;
  cursor: pointer;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .wpcf7-form-control.form-check input[type=checkbox] {
    margin-right: 0;
  }
}

.wpcf7-form-control.form-check input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #aca38c;
}

.wpcf7-form-control.form-check .wpcf7-list-item-label {
  font-size: 16px;
  color: #42423e;
}

fieldset {
  display: none;
}

.gallery-grid {
  display: none;
  max-width: 878px;
  width: 100%;
}
@media (min-width: 769px) {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
}

.gallery-item {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
  min-height: 100px;
}
.gallery-item img:not(.icon-overlay) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gallery-item:hover img:not(.icon-overlay) {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-item .icon-overlay {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 10%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery-item:hover .icon-overlay {
  opacity: 1;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content {
  max-width: 90vw;
  width: 60%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2em;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

/* フィールド下のエラーメッセージ */
.screen-reader-response ul {
  display: none !important;
}

.gotop {
  width: 60px;
  height: 60px;
  position: fixed;
  background-color: #c19a51;
  color: white;
  bottom: 110px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  border: 2px solid white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1000;
  cursor: pointer;
}
.gotop:hover {
  background-color: black;
}
@media (max-width: 768px) {
  .gotop {
    width: 50px;
    height: 50px;
    bottom: 100px;
    font-size: 24px;
  }
}