@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------
*　カード
*-----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cards {
    display: block;
  }
}

.cards_col3 {
  padding-left: 0;
}
.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
}
.cards_col3 .cards__item:nth-child(3) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__imgwrapper {
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/*-----------------------
*　ヘッダー（PC用サイドバー）
*-----------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#wrapper {
  margin-left: 200px;
  width: calc(100vw - 200px);
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    margin-left: 200px;
    width: calc(100vw - 200px);
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    margin-left: 150px;
    width: calc(100vw - 150px);
    overflow-x: hidden;
  }
}
@media screen and (max-width: 600px) {
  #wrapper {
    margin-left: 0;
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    margin-left: 0;
    width: 100vw;
  }
}
.header-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}

h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
h1 .top {
  font-size: 24px;
  display: block;
  letter-spacing: 8%;
  line-height: 100%;
}
h1 .bottom {
  font-size: 20px;
  letter-spacing: 8%;
  line-height: 100%;
  display: block;
}

#navi {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: solid 1px #BBBBBB;
}
#navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  text-align: center;
}
#navi ul li {
  margin-bottom: 24px;
}
#navi ul li a {
  display: block;
  font-size: 16px;
  letter-spacing: 8%;
  line-height: 175%;
  transition: color 0.3s ease;
}
#navi ul li a:hover {
  color: #A88657;
}
#navi ul li a.active {
  color: #A88657;
  font-weight: bold;
}
#navi .nav-contact .contact-button {
  display: inline-block;
  padding: 8px 51px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background-color: #A88657;
}
#navi .social-link {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  #navi .social-link {
    margin-top: 0;
    gap: 10px;
  }
}
#navi .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  #navi .social-link a {
    width: 30px;
    height: 30px;
  }
}
#navi .social-link a img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.2s, opacity 0.2s;
}
#navi .social-link a:hover img {
  opacity: 0.6;
}

main {
  margin: 0 auto;
  padding: 40px 0px 25px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
}

.main-visual {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: 780px;
  }
}

.main-visual video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-visual video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lead-text {
  position: relative;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lead-text {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.lead-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #333;
}
.lead-text .title {
  font-size: 24px;
  letter-spacing: 1.6px;
  line-height: 175%;
  margin-bottom: 24px;
}
.lead-text .title .mobile-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .lead-text .title .mobile-break {
    display: inline;
  }
}
.lead-text .text {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lead-text .text {
    margin-bottom: 40px;
  }
}
.lead-text .text .mobile-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .lead-text .text .mobile-break {
    display: inline;
  }
}

.pickup {
  margin-bottom: 80px;
  background-color: #F6F6F6;
  padding: 80px 35px 44px;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 64px 0 50px 0;
    margin-bottom: 0px;
  }
}
.pickup h2 {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .pickup h2 {
    margin-bottom: 40px;
  }
}
.pickup h2 .en {
  display: block;
  color: #A88657;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 8%;
}
.pickup h2 .jp {
  color: #A88657;
  font-size: 16px;
}
.pickup .pickup-swiper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup-swiper {
    padding-bottom: 0px;
  }
}
.pickup .pickup-swiper .swiper-wrapper {
  align-items: stretch;
}
.pickup .pickup-swiper .pickup-slide {
  background: transparent;
  box-shadow: none;
  padding: 24px 0 50px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pickup .pickup-swiper .pickup-slide {
    padding: 0px;
  }
}
.pickup .pickup-swiper .pickup-slide img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  margin-bottom: 15px;
}
.pickup .pickup-swiper .title {
  text-align: left;
  color: #A88657;
  font-size: 18px;
  letter-spacing: 1.6px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup-swiper .title {
    margin-bottom: 8px;
  }
}
.pickup .pickup-swiper .text {
  font-size: 16px;
  color: #333;
  text-align: left;
  letter-spacing: 1.6px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .pickup .pickup-swiper .text {
    margin-bottom: 55px;
  }
}
.pickup .swiper-pagination {
  bottom: 0;
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup .swiper-pagination .swiper-pagination-bullet {
  background: #A88657;
  opacity: 0.3;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.pickup .swiper-pagination .swiper-pagination-bullet-active {
  background: #C8B296;
  opacity: 1;
  transform: scale(1.2);
}

.pickup-slide {
  transform: scale(1);
  opacity: 1;
}

.pickup-slide.active {
  z-index: 3;
}

.pickup-slide.hide {
  opacity: 0.6;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .pickup-slide, .pickup-slide.active, .pickup-slide.prev, .pickup-slide.next {
    min-width: 80vw;
    max-width: 80vw;
    padding: 18px 6vw 18px 6vw;
  }
  .pickup-slide img, .pickup-slide.active img, .pickup-slide.prev img, .pickup-slide.next img {
    height: 110px;
  }
  .pickup-nav button {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.plan {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 64px 20px;
    margin-bottom: 0px;
  }
}
.plan h2 {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan h2 {
    margin-bottom: 50px;
  }
}
.plan h2 .en {
  display: block;
  color: #A88657;
  font-family: "Pinyon Script", cursive;
  font-size: 36px;
  line-height: 1.2;
}
.plan h2 .jp {
  color: #A88657;
  font-size: 16px;
}
.plan .plan-tabs {
  max-width: 920px;
  margin: 0 auto;
}
.plan .plan-tabs ul {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
}
.plan .plan-tabs li {
  letter-spacing: 1.4px;
  position: relative;
  padding: 10px 40px;
  font-size: 18px;
  color: #BBBBBB;
  cursor: pointer;
  border-bottom: solid 1px #BBBBBB;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .plan .plan-tabs li {
    font-size: 15px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 900px) {
  .plan .plan-tabs li {
    font-size: 14px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .plan .plan-tabs li {
    font-size: 14px;
    padding: 0px;
  }
}
.plan .plan-tabs li .mobile-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan .plan-tabs li .mobile-break {
    display: inline;
  }
}
.plan .plan-tabs li:hover {
  color: #A88657;
  border-bottom-color: #A88657;
}
.plan .plan-tabs li.active {
  color: #A88657;
  border-bottom-color: #A88657;
  font-weight: bold;
}
.plan .plan-content {
  margin: 0 auto;
  text-align: center;
  max-width: 640px;
}
.plan .plan-content .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.plan .plan-content .tab-content.active {
  display: block;
  opacity: 1;
}
.plan .plan-content img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .plan .plan-content img {
    margin-bottom: 39.9px;
  }
}
.plan .plan-content .title {
  color: #A88657;
  font-size: 20px;
  letter-spacing: 2px;
  border-bottom: solid 1px #A88657;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan .plan-content .title .mobile-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan .plan-content .title .mobile-break {
    display: inline;
  }
}
.plan .plan-content .text {
  text-align: left;
  font-size: 15.5px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
.plan .plan-content .btn {
  margin-top: 28px;
  padding: 16px 83px;
  background-color: #A88657;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 2px;
  transition: opacity 0.2s;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .plan .plan-content .btn {
    padding: 16px 93px;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .plan .plan-content .btn {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.plan .plan-content .btn:hover {
  opacity: 0.6;
}

.feature {
  padding-top: 80px;
  background-color: #F6F6F6;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .feature {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 64px 20px 64px;
  }
}
.feature h2 {
  margin-top: -5px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature h2 {
    margin-top: 0;
  }
}
.feature h2 .en {
  display: block;
  color: #A88657;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1024px) {
  .feature h2 .en {
    font-size: 30px;
  }
}
.feature h2 .jp {
  color: #A88657;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.feature .feature-item {
  position: relative;
  display: flex;
  max-width: 920px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  overflow: visible;
}
.feature .feature-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .feature .feature-item {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 0px;
    padding-bottom: 40px;
    align-items: center;
  }
}
.feature .feature-item .img-box {
  position: relative;
  max-width: 500px;
  flex-shrink: 0;
}
.feature .feature-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.feature .feature-item .img-box .text-box {
  position: absolute;
  bottom: -60px;
  right: -420px;
  background-color: #fff;
  padding: 58px 16px;
  max-width: 500px;
  max-height: 280px;
}
@media screen and (max-width: 1200px) {
  .feature .feature-item .img-box .text-box {
    right: 0;
    padding: 50px 16px;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .feature .feature-item .img-box .text-box {
    width: 100%;
    padding: 20px;
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
  }
}
.feature .feature-item .img-box .text-box .title {
  color: #A88657;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 20px;
}
.feature .feature-item .img-box .text-box .text {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 1.2px;
  text-align: left;
}
.feature .feature-item.reverse {
  justify-content: flex-end;
}
.feature .feature-item.reverse .img-box .text-box {
  left: -420px;
  right: auto;
  padding: 58px 16px;
  max-width: 500px;
  bottom: -40px;
}
@media screen and (max-width: 1200px) {
  .feature .feature-item.reverse .img-box .text-box {
    left: 0;
    right: 0;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature-item.reverse .img-box .text-box {
    padding: 24px 16px;
  }
}

#Gallery {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #Gallery {
    padding: 80px 0 50px 0;
  }
}
#Gallery h2 {
  margin-top: -5px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Gallery h2 {
    margin-bottom: 25px;
  }
}
#Gallery h2 .en {
  display: block;
  color: #A88657;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1024px) {
  #Gallery h2 .en {
    font-size: 30px;
  }
}
#Gallery h2 .jp {
  color: #A88657;
  font-size: 16px;
  letter-spacing: 1.6px;
}

.photo-animate-wrap {
  position: relative;
  overflow: hidden;
}
.photo-animate-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.photo-animate-wrap .photo-animate-border {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border: 12px solid rgba(255, 255, 255, 0.663);
  box-sizing: border-box;
  opacity: 0;
  transform: scale(1.04);
  filter: blur(1px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.photo-animate-wrap:hover img {
  transform: scale(1.04);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}
.photo-animate-wrap:hover .photo-animate-border {
  opacity: 1;
}

.gallery-box {
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}

.gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .gallery-grid {
    padding: 20px;
    gap: 8px;
  }
}
.gallery-grid .row {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .gallery-grid .row {
    gap: 8px;
  }
}
.gallery-grid .row1 {
  aspect-ratio: 920/153;
}
.gallery-grid .row1 .photo-animate-wrap:nth-child(1) {
  flex: 305;
}
.gallery-grid .row1 .photo-animate-wrap:nth-child(2) {
  flex: 205;
}
.gallery-grid .row1 .photo-animate-wrap:nth-child(3) {
  flex: 205;
}
.gallery-grid .row1 .photo-animate-wrap:nth-child(4) {
  flex: 157;
}
.gallery-grid .row2 {
  aspect-ratio: 920/282;
}
.gallery-grid .row2 .photo-animate-wrap:nth-child(1) {
  flex: 350;
}
.gallery-grid .row2 .photo-animate-wrap:nth-child(2) {
  flex: 190;
}
.gallery-grid .row2 .photo-animate-wrap:nth-child(3) {
  flex: 350;
}
.gallery-grid .row3 {
  aspect-ratio: 920/153;
}
.gallery-grid .row3 .photo-animate-wrap:nth-child(1) {
  flex: 265;
}
.gallery-grid .row3 .photo-animate-wrap:nth-child(2) {
  flex: 393;
}
.gallery-grid .row3 .photo-animate-wrap:nth-child(3) {
  flex: 230;
}

.photo-animate-wrap {
  position: relative;
  overflow: hidden;
}
.photo-animate-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.photo-animate-wrap:hover img {
  transform: scale(1.04);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

/* 小画面でもレイアウトを崩さず縮小（縮尺維持） */
@media (max-width: 920px) {
  .gallery-box {
    padding: 0px;
  }
  .gallery-grid .row {
    flex-wrap: nowrap;
  }
  .gallery-grid .row1,
  .gallery-grid .row2,
  .gallery-grid .row3 {
    aspect-ratio: auto;
    height: auto;
  }
  .photo-animate-wrap {
    height: auto;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 10000;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.modal-close:hover {
  background: rgb(255, 255, 255);
}

.modal-image {
  width: 70%;
  height: 70vh;
  max-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.contact {
  background-image: url(../../../img/contact-cta.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  padding: 80px 40px 120px 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 40px 20px;
    height: 329px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 20px;
    height: 329px;
  }
}
.contact .contact-content {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact .contact-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-content {
    flex-direction: column;
  }
}
.contact .contact-text-area {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .contact .contact-text-area {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-text-area {
    margin-bottom: 0;
  }
}
.contact .contact-text-area h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact .contact-text-area h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-text-area h2 {
    text-align: center;
    margin-bottom: 24px;
  }
}
.contact .contact-text-area h2 .en {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.contact .contact-text-area h2 .jp {
  display: block;
  font-size: 16px;
}
.contact .contact-text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 8%;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .contact .contact-text {
    margin-bottom: 33px;
  }
}
.contact .contact-btn-area {
  flex-shrink: 0;
}
.contact .contact-btn {
  font-size: 20px;
  background-color: #fff;
  padding: 16px 120px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .contact .contact-btn {
    padding: 16px 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-btn {
    font-size: 18px;
    padding: 16px 123.5px;
  }
}
@media screen and (max-width: 470px) {
  .contact .contact-btn {
    font-size: 18px;
    padding: 10px 40px;
  }
}
.contact .contact-btn:hover {
  background-color: #f8f8f8;
}

.sns {
  padding-top: 24px;
  text-align: center;
}
.sns .sns-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns .sns-content {
    flex-direction: column;
    gap: 30px;
  }
}
.sns .sns-item {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .sns .sns-item {
    max-width: 100%;
  }
}
.sns .sns-item .sns-image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.sns .sns-item .sns-image:hover {
  transform: scale(1.02);
}
.sns .sns-item .sns-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .sns .sns-item .sns-image img {
    height: 200px;
  }
}
.sns .sns-item .sns-image .sns-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.sns .sns-item .sns-image .sns-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.sns .sns-item .sns-image .sns-overlay .sns-icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .sns .sns-item .sns-image .sns-overlay .sns-icon {
    width: 30px;
    height: 30px;
  }
}
.sns .sns-item .sns-image .sns-overlay .sns-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

footer {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 0px 3%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 27px 3%;
    max-width: 100%;
  }
  footer .footer-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  footer .footer-nav ul {
    gap: 20px;
  }
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 20px;
}
footer .footer-logo h3 {
  font-size: 24px;
  color: #333333;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  footer .footer-logo h3 {
    margin-bottom: 5px;
  }
}
footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  footer .footer-nav ul {
    gap: 20px;
    margin-bottom: 5px;
  }
}
footer .footer-nav ul li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer-nav ul li {
    font-size: 14px;
  }
}
footer .footer-nav ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-nav ul li a:hover {
  color: #A88657;
}
footer .footer-info .copyright {
  padding: 24px 0 0px 0;
  font-size: 14px;
  color: #666;
  letter-spacing: 1.4px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  footer .footer-info .copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  header {
    display: none;
  }
  #wrapper {
    margin-left: 0;
    width: 100vw;
  }
}
.pc-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  background: #fff;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pc-header {
    display: none;
  }
}

.mobile-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-header {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: white;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
  }
}
.mobile-header .logo-link {
  text-decoration: none;
}
.mobile-header .logo-link h1 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  letter-spacing: 1.6px;
  position: fixed;
  left: 21px;
  top: 18px;
}
.mobile-header .logo-link h1 .mobile-top {
  display: block;
  font-size: 24px;
}
.mobile-header .logo-link h1 .mobile-bottom {
  display: block;
  font-size: 20px;
}
.mobile-header .hamburger {
  width: 35px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1100;
  position: fixed;
  right: 20px;
  top: 28px;
}
.mobile-header .hamburger.active {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  right: 15px;
  top: 20px;
}
.mobile-header .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 1px;
  transition: 0.3s;
}
.mobile-header .hamburger.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
  width: 100%;
  margin-left: 0;
}
.mobile-header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.mobile-header .hamburger.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  width: 100%;
  margin-left: 0;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: all 0.3s ease;
}
.mobile-nav.active {
  display: flex;
}
.mobile-nav ul {
  list-style: none;
  text-align: center;
  margin-top: -158px;
}
.mobile-nav ul li {
  margin: 20px 0;
}
.mobile-nav ul li a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.mobile-nav ul li a:hover {
  color: #a88657;
}
.mobile-nav .nav-contact .contact-button {
  display: inline-block;
  padding: 8px 123px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background-color: #A88657;
}
.mobile-nav .social-link {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}
.mobile-nav .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.mobile-nav .social-link a img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.2s, opacity 0.2s;
}
.mobile-nav .social-link a:hover img {
  opacity: 0.6;
}
.mobile-nav.active::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background-color: #333;
}
.mobile-nav .contact-button {
  display: inline-block;
  padding: 8px 51px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background-color: #A88657;
}

通常時のロゴ .logo-default {
  display: block;
}

メニュー開いたときのロゴ（初期は非表示） .logo-open {
  display: none;
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1002;
  text-align: center;
}
メニュー開いたときのロゴ（初期は非表示） .logo-open h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.2;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
}

メニューが開いたときに切り替え .mobile-header.open .logo-default {
  display: none;
}

.mobile-header.open .logo-open {
  display: block;
}

.mobile-header.open .logo-link h1 {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 46px;
}

@media screen and (min-width: 769px) {
  #Pickup,
  #Plan,
  #Feature,
  #Gallery,
  #Contact {
    scroll-margin-top: 132px;
  }
}/*# sourceMappingURL=style.css.map */