@charset "UTF-8";
/* ========== Reset ========== */
/* Box-sizing設定 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* マージン・パディングの初期化 */
body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, figure, figcaption,
blockquote, dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* リストのスタイルを削除 */
ul, ol {
  list-style: none;
}

/* aタグの初期化 */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像のはみ出し防止 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* テキストの整え */
body {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

/* ボタン・フォーム要素の初期化 */
button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* HTML5要素の表示対応 */
article, aside, footer, header, nav, section, main, figure {
  display: block;
}

/* テーブルの初期化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  margin: 0;
  scroll-behavior: smooth;
  font-variant-numeric: tabular-nums;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: sans-serif;
}

img {
  width: 100%;
}

a {
  list-style: none;
  text-decoration: none;
}

.section {
  width: calc(100% - 200px);
  margin-left: 200px;
}
@media screen and (max-width: 800px) {
  .section {
    padding: 64px 0;
    margin: 0;
    width: 100%;
  }
}

.btn {
  background-color: #A88657;
  color: #ffffff;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #A88657;
  transition: all ease 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: #ffffff;
  color: #A88657;
}
.btn a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.btn .contact-menu-title.active {
  color: #333333;
}

.plan-btn {
  width: 360px;
  height: 62px;
  align-content: center;
  margin: 0 auto;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .plan-btn {
    font-size: 18px;
    max-width: 360px;
    width: 100%;
  }
}

.contact-btn {
  display: block;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  width: 440px;
  height: 62px;
  font-weight: 400;
  text-align: center;
  align-content: center;
  font-family: "Zen Old Mincho", serif;
  padding: 8px 16px;
  cursor: pointer;
  transition: 0.4s all ease;
}
.contact-btn a {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-right: 14px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .contact-btn {
    width: 100%;
    margin-top: 20px;
  }
}

.section-title {
  color: #A88657;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 36px;
  font-family: "Pinyon Script", cursive;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1;
}
.section-title .section-subtitle {
  font-size: 16px;
  text-align: center;
  font-family: Noto Sans JP;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.contact-title {
  font-family: "Zen Old Mincho", serif;
  width: 440px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-left: 10px;
}
.contact-title h2 {
  font-weight: normal;
}
.contact-title .section-subtitle {
  font-weight: normal;
}
.contact-title .section-subtitle h3 {
  font-weight: normal;
}
.contact-title .section-subtitle p {
  padding-top: 24px;
}
@media screen and (max-width: 800px) {
  .contact-title {
    width: 100%;
    text-align: center;
    margin-left: -10px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1280px;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .wrapper {
    padding: 0 20px;
  }
}

.pickup-section {
  font-family: "Zen Old Mincho", serif;
  background-color: #F6F6F6;
  padding: 80px 0 70px 0;
}
@media screen and (max-width: 800px) {
  .pickup-section {
    padding: 64px 0 52px 0;
  }
}

.pickup-post-title {
  color: #A88657;
  font-size: 18px;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.pickup-post {
  max-width: 310px;
  width: 100%;
  box-sizing: border-box;
}

.pickup-image {
  height: 174px;
  width: 100%;
  max-width: 310px;
  overflow: hidden;
}
.pickup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pickup-content {
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.1em;
  font-family: Noto Sans JP;
  line-height: 1;
  margin-top: 10px;
}

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets {
  left: -10px;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #A88657;
}

.pickup-slider .swiper-slide {
  box-sizing: border-box;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper {
  max-width: 1090px;
  padding-left: 36px;
  padding-right: 24px;
}
@media screen and (max-width: 800px) {
  .swiper {
    padding-left: 55px;
  }
}

.swiper-wrapper {
  height: 380px;
}

.swiper-slide {
  max-width: 314px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .swiper-slide {
    margin: 0 8px;
  }
}

.plan-section {
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .plan-section {
    padding: 64px 0px;
  }
}

.tab-content {
  display: none;
}

.tab-contents {
  max-width: 640px;
  margin: 0 auto;
}

.tab-content.active {
  display: block;
}

.tab-buttons {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .tab-buttons {
    gap: 16px;
  }
}

.tab-button {
  width: 30%;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;
  color: #BBBBBB;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 5px 0 40px 5px;
  line-height: 2.1;
  position: relative;
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 480px) {
  .tab-button {
    flex-direction: column;
    font-size: 14px;
  }
}
.tab-button:hover {
  color: #A88657;
  border-bottom: 1px solid #A88657;
}

.tab-button.active {
  color: #A88657;
  border-color: #A88657;
}

.plan-post-image {
  margin-bottom: 40px;
}

.plan-post-contents {
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.plan-post-title {
  font-size: 20px;
  text-align: center;
  color: #A88657;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.plan-post-text {
  font-size: 16px;
  font-family: Noto Sans JP;
  color: #333333;
  border-top: 1px solid #A88657;
}
.plan-post-text p {
  padding-top: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.plan-post-text p:nth-child(2) {
  padding-top: 8px;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .br-sp {
    display: inline;
  }
}

.gallery-section {
  padding: 40px 0;
}
@media screen and (max-width: 800px) {
  .gallery-section {
    padding: 34px 0;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 16px;
  margin-left: 5px;
  grid-template-rows: 153px 282px 153px;
}
@media screen and (max-width: 800px) {
  .gallery-grid {
    grid-template-rows: 90px 120px 90px;
    gap: 8px;
  }
}

.gallery-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-item:hover {
  transform: scale(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  transition: all 0.3s ease;
}

.item-1 {
  grid-column: 1/6; /* 1列目から始まり、2列ぶん横に広がる */
  grid-row: 1/2;
}

.item-2 {
  grid-column: 6/10;
  grid-row: 1/2;
}

.item-3 {
  grid-column: 10/14;
  grid-row: 1/2;
}

.item-4 {
  grid-column: 14/17;
  grid-row: 1/2;
}

.item-5 {
  grid-column: 1/7;
  grid-row: 2/3;
}

.item-6 {
  grid-column: 7/11;
  grid-row: 2/3;
}

.item-7 {
  grid-column: 11/17;
  grid-row: 2/3;
}

.item-8 {
  grid-column: 1/6;
  grid-row: 3/4;
}

.item-9 {
  grid-column: 6/13;
  grid-row: 3/4;
}

.item-10 {
  grid-column: 13/17;
  grid-row: 3/4;
}

.focus {
  position: relative;
  overflow: hidden;
}
.focus::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 0 rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  pointer-events: none;
}
.focus:hover::after {
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.4);
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: fixed;
  top: 45%;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vh;
  background: transparent;
}
@media screen and (max-width: 800px) {
  .modal-content {
    left: 50%;
    width: 80vw;
    height: 30vh;
  }
}

.modal-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 8px solid rgba(255, 255, 255, 0.6);
  object-position: 80% 68%;
}

.modal-close {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 14px;
  color: #bbbbbb;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-left: 3px;
  line-height: 1.5;
}

.feature-section {
  padding: 80px 0;
  margin-bottom: 40px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .feature-section {
    padding: 64px 0;
  }
}

.post {
  margin-bottom: 160px;
  position: relative;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 800px) {
  .post {
    margin-bottom: 40px;
    height: auto;
  }
}
.post:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
.post:nth-child(2) .post-image {
  width: 54%;
  height: auto;
}
.post:nth-child(2) .post-image img {
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 800px) {
  .post:nth-child(2) .post-image {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .post:nth-child(2) {
    display: block;
    width: 100%;
    height: auto;
  }
}
.post:nth-child(2) .post-contents {
  left: 0;
}
.post:nth-child(2) .post-title {
  padding-bottom: 20px;
}
.post:nth-child(2) .post-text p {
  padding-bottom: 10px;
}
.post:nth-child(3) {
  margin-bottom: 0;
}

.post-image {
  width: 54%;
  height: auto;
  flex-shrink: 0;
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .post-image {
    width: 100%;
    height: auto;
    display: block;
  }
}

.post-contents {
  width: 54%;
  background-color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  padding: 60px 16px;
  align-content: center;
  position: absolute;
  bottom: -65px;
  right: 0;
}
.post-contents p {
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  .post-contents p {
    margin-left: -8px;
  }
}
@media screen and (max-width: 800px) {
  .post-contents {
    width: 100%;
    padding: 24px 16px;
    height: auto;
    display: block;
    position: static;
    ransform: none;
  }
}
@media screen and (max-width: 480px) {
  .post-contents {
    width: 100%;
    padding: 24px 16px;
    height: auto;
    display: block;
    position: static;
    ransform: none;
  }
}

.post-title {
  font-size: 20px;
  color: #A88657;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  padding-bottom: 16px;
}

.post-text {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  .post-text {
    margin-top: -8px;
  }
}

.contact-section {
  background-image: url(../img/image/contact-cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 200px);
  height: 302px;
  position: relative;
  margin: 40px 0 24px 200px;
}
@media screen and (max-width: 800px) {
  .contact-section {
    width: 100%;
    height: auto;
    background-image: url(../img/image/contact-cta2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-top: 30px;
    padding: 38px 0;
  }
}

.contact-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 74px 0px;
}
@media screen and (max-width: 1000px) {
  .contact-contents {
    padding: 50px 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-contents {
    flex-direction: column;
    padding: 16px 0;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .contact-contents {
    flex-direction: column;
    padding: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  font-family: "Zen Old Mincho", serif;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  #header {
    width: 100%;
    height: 80px;
    align-content: center;
  }
}
#header.active {
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  position: relative;
}
#header.active .hamburger span {
  transition: 0.5s;
  z-index: 20;
  right: 0px;
}
#header.active .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 18px;
}
#header.active .hamburger span:nth-child(2) {
  display: none;
}
#header.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
}
#header.active .site-title {
  text-align: center;
  border-bottom: 1px solid #BBBBBB;
}
#header.active .sns-icons {
  display: flex;
}
#header.active .header-inner {
  padding-top: 62px;
  width: 70%;
  margin: 0 auto;
  z-index: 1000;
  height: 100vh;
}

.header-inner {
  padding: 32px 16px;
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .header-inner {
    padding: 0 20px;
  }
}

.site-title {
  text-align: center;
  line-height: 0.7;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #bbbbbb;
  padding: 4px 0 24px 0;
}
@media screen and (max-width: 800px) {
  .site-title {
    border-bottom: none;
    padding: 18px 0;
    text-align: left;
  }
}

.site-title-top {
  font-size: 24px;
}

.site-title-bottom {
  font-size: 20px;
}

.navi-menu {
  text-align: center;
  padding-top: 24px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.navi-menu li {
  margin-bottom: 24px;
}

@media screen and (max-width: 800px) {
  .navi {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 999;
  }
  .navi.active {
    display: block;
    z-index: 1000;
    position: relative;
  }
}

@media screen and (max-width: 800px) {
  .hamburger {
    z-index: 50;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .hamburger span {
    position: absolute;
    width: 35px;
    height: 1px;
    right: 0;
    background-color: #333333;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 22px;
  }
  .hamburger span:nth-child(3) {
    top: 35px;
  }
}
.sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .sns-icons {
    display: none;
  }
}

.fab img {
  width: 36px;
  height: 36px;
}

.menu-title.active {
  color: #A88657;
}

#footer {
  padding: 40px 0;
  width: calc(100% - 200px);
  margin-left: 200px;
}
@media screen and (max-width: 800px) {
  #footer {
    width: 100%;
    margin: 0;
  }
}

.footer-contents {
  display: flex;
  justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 24px;
  line-height: 1.75; /* Figmaの175%に相当 */
  letter-spacing: 0.08em; /* Figmaの8%に相当 */
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 800px) {
  .footer-contents {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

.footer-title {
  font-size: 24px;
  font-weight: bold;
}

.footer-menu {
  display: flex;
  gap: 24px;
  font-size: 16px;
  align-items: center;
  margin-right: 20px;
}
.footer-menu a {
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  .footer-menu {
    font-size: 14px;
    justify-content: center;
    margin-right: 0;
    gap: 10px;
  }
}

.footer-copyright {
  text-align: center;
  align-items: center;
  font-size: 14px;
  font-family: Noto Sans JP;
  color: #333333;
  padding-top: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.footer-copyright span {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .footer-copyright {
    font-size: 12px;
  }
}

.sns-section {
  margin-left: 200px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 800px) {
  .sns-section {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}

.sns-contents {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .sns-contents {
    flex-direction: column;
  }
}

.instagram-contents {
  flex: 1;
  height: 266px;
  align-content: center;
  background-image: url(../img/image/instagram-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .instagram-contents {
    width: 100%;
    flex: none;
    height: 200px;
  }
}

.facebook-contents {
  flex: 1;
  height: 266px;
  align-content: center;
  background-image: url(../img/image/facebook-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .facebook-contents {
    width: 100%;
    flex: none;
    height: 200px;
  }
}

.sns-icons-white {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-icons-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.overlay {
  position: relative;
}
.overlay:hover::after {
  opacity: 0;
}

.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2); /* ← #333333の20%不透明 */
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.main-contents {
  width: calc(100% - 200px);
  margin-left: 200px;
}
@media screen and (max-width: 800px) {
  .main-contents {
    margin: 0;
    width: 100%;
  }
}

.movie {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 800px) {
  .movie {
    height: 780px;
  }
}

video {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.fv-contents {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .fv-contents {
    width: 100%;
  }
}

.fv-movie-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  text-align: center;
  padding: 54px 0px 0px 0px;
  margin: 40px 0px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .fv-movie-text {
    flex-direction: column;
    margin: 70px 0px 20px 0;
    padding: 20px;
  }
}
.fv-movie-text::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 50px;
  left: 48%;
  transform: translate(-50%, -50%);
  background-color: #333333;
  rotate: 90deg;
}
@media screen and (max-width: 1000px) {
  .fv-movie-text::before {
    left: 45%;
  }
}
@media screen and (max-width: 800px) {
  .fv-movie-text::before {
    left: 43%;
    top: 20px;
  }
}

.fv-text-top {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .fv-text-top {
    flex-direction: column;
  }
}

.fv-text-bottom {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  .fv-text-bottom {
    margin: 0;
  }
}

.fv-text-bottom-23 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .fv-text-bottom-23 {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */