@charset "UTF-8";
/* ========================================
   Variables & Mixins (参考プロジェクトより)
   ======================================== */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

/* ========================================
   Reset & Base
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-size: 62.5%;
  padding: 0;
  margin: 0 !important;
}

body {
  color: #62544c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

html:has(body.mokka-new) {
  overflow-x: hidden;
  overflow-x: clip;
}

body.mokka-new {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #62544c;
}
a:hover {
  opacity: 0.7;
}

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

ul, li {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.mokka-menu-toggle {
  display: none;
}

/* ========================================
   Fade In (same as main site)
   ======================================== */
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ========================================
   Common
   ======================================== */
.section-title {
  text-align: center;
}
.section-title h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #af9048;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 769px) {
  .section-title h2 {
    font-size: 24px;
  }
}
.section-title .sub-title {
  font-size: 13px;
  color: #ac9c91;
  line-height: 1.8;
}
.section-title .description {
  font-size: 16px;
  color: #62544c;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (max-width: 769px) {
  .section-title .description {
    font-size: 14px;
  }
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #a48b78;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 16px 32px;
  border-radius: 6px;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .btn-more {
    width: 100%;
  }
}
.btn-more:hover {
  opacity: 0.85;
}

/* 画像プレースホルダー（全てグレー） */
.logo-placeholder,
.producer-logo,
.producer-logo-bottom,
.mv-logo,
.mv-image-1,
.mv-image-2,
.mv-image-3,
.mv-image-4,
.left-bg,
.mv-frame,
.plan-placeholder,
.card-image,
.features-icon,
.gallery-item,
.event-image,
.model-image,
.column-image,
.cta-bg,
.footer-logo,
.sns-icon {
  background: #ccc;
}

/* ========================================
   Layout: Container (1440px)
   ======================================== */
.container {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .container {
    width: 100%;
  }
}

/* ========================================
   Sticky Background (1440px × 700px)
   ======================================== */
.sticky-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  background-image: url(../img/sticky-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sticky-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* ========================================
   Left Area (Sidebar)
   ======================================== */
.left-area {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 630px);
  max-width: 700px;
  height: 100vh;
  height: 100dvh;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: safe center;
  gap: 48px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1000px) {
  .left-area {
    display: none;
    top: 0;
    height: 100dvh;
    z-index: 99;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/sticky-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    gap: 24px;
    padding: calc(env(safe-area-inset-top, 0px) + 24px) 0 24px;
  }
  .left-area.is-open {
    display: flex;
  }
}
@media (max-width: 1000px) and (min-width: 601px) {
  .left-area {
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-width: 600px;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .left-area {
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
}
.left-area .logo-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 48px;
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
  align-self: stretch;
  justify-content: center;
  padding-top: 30px;
}
.left-area .logo-area p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  width: 13em;
}
.left-area .logo-area img {
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.left-area .left-middle-area {
  width: 100%;
  display: flex;
  padding: 0 40px;
  align-items: flex-end;
  gap: 56px;
  align-self: stretch;
}
@media (max-width: 1246px) {
  .left-area .left-middle-area {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.left-area .left-middle-area .side-menu {
  width: 50%;
  border-radius: 7px;
  background: rgba(98, 84, 76, 0.3);
  backdrop-filter: blur(8px);
}
@media (max-width: 1246px) {
  .left-area .left-middle-area .side-menu {
    width: 100%;
    max-width: 400px;
  }
}
.left-area .left-middle-area .side-menu ul {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.left-area .left-middle-area .side-menu ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.left-area .left-middle-area .side-menu ul li a {
  display: flex;
  height: 38px;
  padding-bottom: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.left-area .left-middle-area .side-menu ul li a span {
  color: #DBDBDB;
  text-align: center;
  /* text/S */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
.left-area .left-middle-area .side-menu .side-menu-links {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px 24px 20px;
}
.left-area .left-middle-area .side-menu .side-menu-links a {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.left-area .left-middle-area .side-menu .side-menu-links a:first-child {
  padding-right: 16px;
}
.left-area .left-middle-area .left-cta {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1246px) {
  .left-area .left-middle-area .left-cta {
    width: 100%;
    max-width: 280px;
  }
}
.left-area .left-middle-area .left-cta .reserve-visual {
  width: 280px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.left-area .left-middle-area .left-cta .reserve-visual img {
  width: 100%;
  display: block;
}
.left-area .left-middle-area .left-cta .reserve-card {
  width: 280px;
  min-height: 112px;
  border-radius: 4px;
  background: #fff;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.left-area .left-middle-area .left-cta .reserve-label {
  color: #62544c;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.left-area .left-middle-area .left-cta .reserve-card-phone {
  gap: 4px;
}
.left-area .left-middle-area .left-cta .reserve-number {
  color: #af9048;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  position: relative;
}
.left-area .left-middle-area .left-cta .reserve-number::before {
  content: "☎";
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.left-area .left-middle-area .left-cta .reserve-hours {
  color: #62544c;
  font-size: 14px;
  line-height: 1.8;
}
.left-area .left-middle-area .left-cta .reserve-card-mail {
  gap: 8px;
  margin-top: 16px;
}
.left-area .left-middle-area .left-cta .reserve-mail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 48px;
  border-radius: 4px;
  background: #af9048;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.left-area .side-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  padding-bottom: 30px;
}
.left-area .side-footer p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.left-area .side-footer .producer-logo-bottom {
  width: 156px;
  height: 18px;
  background: url(../img/logo-wh.svg) no-repeat center/contain;
}

.u-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* ========================================
   Center Scroll Area (600px)
   ======================================== */
.center-scroll {
  margin-left: calc(100% - 630px);
  width: 600px;
  max-width: 100%;
  position: relative;
  background: #f1ece5;
  overflow-x: clip;
}
@media (min-width: 1300px) {
  .center-scroll {
    margin-left: 700px;
  }
}
@media (max-width: 1000px) {
  .center-scroll {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
}
@media (max-width: 600px) {
  .center-scroll {
    width: 100%;
  }
}

/* ========================================
   Mobile Menu (Figma node: 2071:1498, 2071:1550)
   ======================================== */
.mokka-menu-toggle {
  position: fixed;
  top: 32px;
  width: 48px;
  height: 16px;
  z-index: 100;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.mokka-menu-toggle span {
  display: block;
  width: 48px;
  height: 1px;
  background: #62544c;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
  transform-origin: center;
}
@media (min-width: 601px) and (max-width: 1000px) {
  .mokka-menu-toggle {
    display: flex;
    left: calc(50vw + 228px);
  }
}
@media (max-width: 600px) {
  .mokka-menu-toggle {
    display: flex;
    right: 24px;
    left: auto;
  }
}

.mokka-new.is-menu-open .mokka-menu-toggle span,
.mokka-new.menu-open .mokka-menu-toggle span {
  background: #fff;
}
.mokka-new.is-menu-open .mokka-menu-toggle span:nth-child(1),
.mokka-new.menu-open .mokka-menu-toggle span:nth-child(1) {
  transform: translateY(7.5px) rotate(15deg);
}
.mokka-new.is-menu-open .mokka-menu-toggle span:nth-child(2),
.mokka-new.menu-open .mokka-menu-toggle span:nth-child(2) {
  transform: translateY(-7.5px) rotate(-15deg);
}

@keyframes mv-bg-pan-move {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-72px, 0, 0);
  }
}
@keyframes mv-bg-pan-move-mobile {
  from {
    left: calc(50% + 36px);
  }
  to {
    left: calc(50% - 36px);
  }
}
@keyframes mv-bg-pan-fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ========================================
   MV Section (Figma: MV_2 / node 2107:1607)
   ======================================== */
#mv {
  position: relative;
  height: 700px;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background-color: #4b3629;
}
#mv .mv-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #4b3629;
}
#mv .mv-bg .mv-bg-pan {
  position: absolute;
  inset: 0;
  animation: mv-bg-pan-fade 8s linear infinite;
  will-change: opacity;
}
#mv .mv-bg .mv-bg-pan img {
  position: absolute;
  top: -17px;
  left: -65px;
  width: 1100px;
  max-width: none;
  height: 733px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  animation: mv-bg-pan-move 8s linear infinite;
  will-change: transform;
}
#mv .mv-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
#mv .mv-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  height: 100%;
}
#mv .mv-copy {
  width: 100%;
  padding: 56px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}
#mv .mv-copy-main p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #fff;
}
#mv .mv-copy-en {
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
#mv .mv-main-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 280px;
  max-width: calc(100% - 48px);
}
#mv .mv-main-logo > img {
  width: 280px;
  max-width: 100%;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#mv .mv-producer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 100%;
}
#mv .mv-producer p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
}
#mv .mv-producer img {
  width: 128px;
  height: auto;
  display: block;
}
#mv .mv-open-house {
  position: absolute;
  right: 20px;
  bottom: 24px;
  z-index: 3;
  width: 144px;
  cursor: pointer;
}
#mv .mv-open-house-banner {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#mv .mv-banner-close {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 4;
  width: 29px;
  height: 29px;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
#mv .mv-banner-close img {
  width: 19px;
  height: 19px;
  display: block;
}
@media (max-width: 1000px) {
  #mv {
    height: min(100vh, 700px);
    min-height: 600px;
  }
  #mv .mv-bg .mv-bg-pan {
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  #mv .mv-bg .mv-bg-pan img {
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 108%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateX(-50%);
    animation: mv-bg-pan-move-mobile 8s linear infinite;
  }
  #mv .mv-copy {
    padding: 48px 32px 0;
  }
  #mv .mv-copy-main p {
    font-size: 22px;
  }
  #mv .mv-main-logo > img {
    width: 240px;
    height: auto;
  }
  #mv .mv-open-house {
    right: 16px;
    bottom: 16px;
    width: 132px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 769px) {
  #mv {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: 667px;
    max-height: none;
    margin: 0;
  }
  #mv .mv-copy {
    padding: 56px 24px 0;
  }
  #mv .mv-copy-main p {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
  #mv .mv-main-logo {
    width: 260px;
  }
  #mv .mv-main-logo > img {
    width: 260px;
  }
  #mv .mv-open-house {
    right: 16px;
    bottom: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #mv .mv-bg .mv-bg-pan {
    animation: none;
    opacity: 1;
    will-change: auto;
  }
  #mv .mv-bg .mv-bg-pan img {
    animation: none;
    left: 50%;
    will-change: auto;
  }
}

/* ========================================
   Concept Section
   ======================================== */
#concept {
  background-image: url(../img/concept-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0 280px;
}
@media screen and (max-width: 769px) {
  #concept {
    padding: 60px 20px 160px;
  }
}
#concept .concept-inner {
  max-width: 502px;
  margin: 0 auto;
  text-align: center;
}
#concept .section-title {
  width: 353px;
  margin: 0 auto;
}
#concept .section-title h2, #concept .section-title .sub-title {
  color: #fff;
}
@media screen and (max-width: 769px) {
  #concept .section-title {
    width: 100%;
  }
}
#concept .concept-content {
  margin-top: 56px;
}
@media screen and (max-width: 769px) {
  #concept .concept-content {
    margin-top: 40px;
  }
}
#concept .concept-content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 769px) {
  #concept .concept-content h3 {
    font-size: 20px;
  }
}
#concept .concept-content .description {
  font-size: 14px;
  color: #fff;
  line-height: 2.6;
  width: 502px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #concept .concept-content .description {
    font-size: 13px;
    width: 100%;
  }
}

/* ========================================
   Plan Section
   ======================================== */
#plan {
  background: #f1ece5;
  padding: 32px 0;
}
@media screen and (max-width: 769px) {
  #plan {
    padding: 32px 20px;
  }
}
#plan .plan-inner {
  max-width: 536px;
  margin: -200px auto 0;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
  padding: 40px 28px 56px;
}
@media screen and (max-width: 769px) {
  #plan .plan-inner {
    padding: 30px 20px 40px;
    margin-top: -120px;
  }
}
#plan .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #plan .section-title {
    margin-bottom: 30px;
  }
}
#plan .tab-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}
#plan .tab-wrapper .tab {
  width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
  background: #eeede7;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  border-bottom: 1px solid #af9048;
}
@media screen and (max-width: 769px) {
  #plan .tab-wrapper .tab {
    width: 50%;
    font-size: 14px;
  }
}
#plan .tab-wrapper .tab.active {
  background: #fff;
  color: #af9048;
  border: 1px solid #af9048;
  border-bottom: none;
  position: relative;
  z-index: 2;
}
#plan .tab-wrapper .tab:first-child {
  margin-right: -1px;
}
#plan .plan-image {
  position: relative;
  width: min(100%, 480px);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
}
#plan .plan-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
#plan .plan-image .plan-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#plan .plan-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
#plan .plan-hotspots.is-hidden {
  display: none;
}
#plan .plan-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 769px) {
  #plan .plan-hotspot {
    width: 32px;
    height: 32px;
  }
}
#plan .plan-hotspot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../img/btn-plus.svg) no-repeat center/contain;
}
@media screen and (max-width: 769px) {
  #plan .plan-hotspot::before {
    width: 32px;
    height: 32px;
  }
}
#plan .plan-hotspot:hover, #plan .plan-hotspot.is-active {
  transform: translate(-50%, -50%) scale(1.03);
}
#plan .plan-spot-card {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 160px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  transform: translate(0, 0);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
#plan .plan-spot-card.is-hidden {
  display: none;
}
#plan .plan-spot-card-title {
  color: #62544c;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 8px;
  margin: 0;
}
#plan .plan-spot-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid #ccc;
  padding: 8px 16px;
  color: #62544c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
#plan .plan-spot-card-link::after {
  content: "≫";
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #plan .plan-hotspot {
    width: 40px;
    height: 40px;
  }
  #plan .plan-spot-card {
    width: min(160px, 42vw);
  }
  #plan .plan-spot-card-title {
    font-size: clamp(13px, 3.8vw, 16px);
    padding: 6px 8px;
  }
  #plan .plan-spot-card-link {
    font-size: clamp(10px, 3vw, 12px);
    padding: 6px 10px;
    gap: 4px;
  }
}

.plan-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 77px 20px 88px;
  background: rgba(187, 187, 187, 0.92);
}
.plan-detail-modal.is-open {
  display: flex;
}

.plan-detail-modal-overlay {
  position: absolute;
  inset: 0;
}

.plan-detail-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  border-radius: 8px;
  background: #fff;
  padding: 16px 24px;
}

.plan-detail-modal-close {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-height: 36px;
  color: #62544c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.plan-detail-modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px 16px;
}

.plan-detail-modal-image-wrap {
  width: 100%;
  overflow: hidden;
}
.plan-detail-modal-image-wrap img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.plan-detail-modal-content {
  padding: 24px 0;
  color: #62544c;
}
.plan-detail-modal-content h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.plan-detail-modal-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .plan-detail-modal {
    padding: 32px 16px;
    align-items: center;
  }
  .plan-detail-modal-dialog {
    padding: 12px 16px;
  }
  .plan-detail-modal-body {
    padding: 0;
  }
  .plan-detail-modal-image-wrap img {
    height: auto;
    aspect-ratio: 432/240;
  }
  .plan-detail-modal-content {
    padding: 16px 0 8px;
  }
  .plan-detail-modal-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .plan-detail-modal-content p {
    font-size: 14px;
  }
}
/* ========================================
   Features Section
   ======================================== */
#features {
  background: #f1ece5;
  padding: 96px 52px 96px 54px;
}
@media screen and (max-width: 769px) {
  #features {
    padding: 60px 20px;
  }
}
#features .features-inner {
  max-width: 400px;
  margin: 0 auto;
}
#features .features-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px;
  width: 400px;
}
@media screen and (max-width: 769px) {
  #features .features-header {
    width: 100%;
    align-items: flex-end;
    gap: 10px;
  }
}
#features .features-header .section-title {
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 769px) {
  #features .features-header .section-title {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  #features .features-header .section-title .description {
    margin-bottom: 20px;
  }
}
#features .features-header .features-icon,
#features .features-header > img {
  width: 164px;
  height: 164px;
  border-radius: 8px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 769px) {
  #features .features-header .features-icon,
  #features .features-header > img {
    width: 120px;
    height: 120px;
  }
}
#features .features-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 400px;
}
@media screen and (max-width: 769px) {
  #features .features-cards {
    width: 100%;
  }
}
#features .feature-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-bottom: 56px;
  border-bottom: 1px dashed #62544c;
}
@media screen and (max-width: 769px) {
  #features .feature-card {
    padding-bottom: 40px;
  }
}
#features .feature-card:last-child {
  border-bottom: none;
}
#features .feature-card .card-image {
  width: 400px;
  height: 285px;
  border-radius: 8px;
  overflow: hidden;
}
#features .feature-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 769px) {
  #features .feature-card .card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 400/285;
  }
}
#features .feature-card .card-badge {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #af9048;
  border-radius: 16px;
  padding: 8px 32px;
  height: 32px;
  width: 240px;
}
#features .feature-card .card-badge span {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #af9048;
}
#features .feature-card .card-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #62544c;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #features .feature-card .card-content h3 {
    font-size: 18px;
  }
}
#features .feature-card .card-content p {
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #features .feature-card .card-content p {
    font-size: 13px;
  }
}
#features .spec-lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  #features .spec-lists {
    max-width: 100%;
  }
}
#features .spec-lists .spec-list {
  background: #e5e0d8;
  border-radius: 8px;
  padding: 24px 32px 32px;
}
@media screen and (max-width: 769px) {
  #features .spec-lists .spec-list {
    padding: 20px 24px 24px;
  }
}
#features .spec-lists .spec-list h4 {
  font-size: 18px;
  font-weight: 500;
  color: #62544c;
  padding-bottom: 12px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  #features .spec-lists .spec-list h4 {
    font-size: 16px;
  }
}
#features .spec-lists .spec-list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #features .spec-lists .spec-list ul li {
    font-size: 13px;
  }
}
#features .spec-lists .spec-list ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #62544c;
  flex-shrink: 0;
}

/* ========================================
   Gallery Section
   ======================================== */
#gallery {
  background: #f9f9f9;
  padding: 56px 0 96px;
}
@media screen and (max-width: 769px) {
  #gallery {
    padding: 40px 20px 60px;
  }
}
#gallery .gallery-inner {
  max-width: 480px;
  margin: 0 auto;
}
#gallery .section-title {
  margin-bottom: 32px;
}
#gallery .detail-thumbnails {
  margin-top: 0;
  gap: 8px;
}
#gallery .detail-thumb {
  width: calc((100% - 24px) / 4);
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 769px) {
  #gallery .detail-thumb {
    width: calc((100% - 8px) / 2);
    aspect-ratio: 16/9;
  }
}

/* ========================================
   Movie Section
   ======================================== */
#movie {
  background: #f5f5f5;
  padding: 0 0 96px;
}
@media screen and (max-width: 769px) {
  #movie {
    padding: 0 20px 60px;
  }
}
#movie .movie-inner {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #movie .movie-inner {
    width: 100%;
  }
}
#movie .movie-lead {
  display: flex;
  justify-content: center;
}
#movie .movie-lead img {
  width: 340px;
  max-width: 100%;
  display: block;
}
#movie .movie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 19px;
}
@media screen and (max-width: 769px) {
  #movie .movie-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#movie .movie-grid .movie-card .movie-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  #movie .movie-grid .movie-card .movie-thumb {
    margin-bottom: 8px;
  }
}
#movie .movie-grid .movie-card .movie-thumb iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}
#movie .movie-grid .movie-card p {
  color: #62544c;
  font-size: 15px;
  line-height: 1.4;
}
#movie .movie-grid .movie-card:nth-child(5) {
  grid-column: 1/2;
}

/* ========================================
   Works Section (Home)
   ======================================== */
#works {
  background: #f1ece5;
  padding: 56px 0 96px;
}
@media screen and (max-width: 769px) {
  #works {
    padding: 40px 20px 60px;
  }
}
#works .works-home-inner {
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #works .works-home-inner {
    width: 100%;
  }
}
#works .section-title {
  margin-bottom: 0;
}
#works .works-home-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#works .works-home-card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
#works .works-home-image {
  width: 100%;
  height: 240px;
}
#works .works-home-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#works .works-home-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 32px;
}
#works .works-home-title {
  flex: 1;
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#works .works-home-date {
  flex-shrink: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  padding-left: 24px;
  border-left: 1px solid #ccc;
}
#works .btn-more {
  width: 260px;
}

/* ========================================
   Access Section (Home)
   ======================================== */
#access {
  background: #62544c;
  padding: 56px 0 104px;
}
@media screen and (max-width: 769px) {
  #access {
    padding: 40px 20px 60px;
  }
}
#access .access-inner {
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #access .access-inner {
    width: 100%;
  }
}
#access .section-title h2, #access .section-title .sub-title {
  color: #fff;
}
#access .access-map {
  width: 100%;
  height: 279px;
  overflow: hidden;
}
#access .access-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#access .access-table {
  width: 100%;
  color: #fff;
}
#access .access-row {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #8c8c8c;
}
#access .access-row:last-child {
  margin-bottom: 0;
}
#access .access-label {
  width: 80px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#access .access-value {
  font-size: 14px;
  line-height: 1.8;
}

/* ========================================
   Event Section
   ======================================== */
#event {
  background: #f1ece5;
  padding: 32px 0 96px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #event {
    padding: 40px 20px 60px;
  }
}
#event .event-inner {
  max-width: 400px;
  margin: 0 auto;
}
#event .event-top-ellipse {
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#event .event-top-ellipse img {
  width: 100%;
  height: auto;
  display: block;
}
#event .section-title {
  margin-bottom: 32px;
}
#event .event-cards {
  margin-bottom: 32px;
}
#event .event-card {
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
#event .event-card .event-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  margin-bottom: 24px;
  overflow: hidden;
}
#event .event-card .event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 769px) {
  #event .event-card .event-image {
    height: 160px;
  }
}
#event .event-card .event-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
#event .event-card .event-tags .tag {
  line-height: 1;
  font-size: 13px;
  padding: 4px 10px;
}
@media screen and (max-width: 769px) {
  #event .event-card .event-tags .tag {
    font-size: 12px;
  }
}
#event .event-card .event-tags .tag.tag-primary {
  background: #a48b78;
  color: #fff;
}
#event .event-card .event-tags .tag.tag-secondary {
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
}
#event .event-card .event-content {
  padding: 0;
}
#event .event-card .event-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #62544c;
  line-height: 1.7;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 769px) {
  #event .event-card .event-content h3 {
    font-size: 14px;
  }
}
#event .event-card .event-content p {
  font-size: 14px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  #event .event-card .event-content p {
    font-size: 13px;
  }
}
#event .event-card .event-content .event-info {
  padding-top: 16px;
  border-top: 1px solid #62544c;
}
#event .event-card .event-content .event-info p {
  font-size: 13px;
  line-height: 1.8;
  overflow: visible;
  display: block;
}
@media screen and (max-width: 769px) {
  #event .event-card .event-content .event-info p {
    font-size: 12px;
  }
}
#event .btn-more {
  display: flex;
  margin: 0 auto;
  width: 260px;
}
@media screen and (max-width: 769px) {
  #event .btn-more {
    width: 100%;
  }
}

/* ========================================
   Image Model Section
   ======================================== */
#image-model {
  background: #f5f5f5;
  padding: 56px 0 80px;
}
@media screen and (max-width: 769px) {
  #image-model {
    padding: 40px 20px 60px;
  }
}
#image-model .model-inner {
  max-width: 400px;
  margin: 0 auto;
}
#image-model .section-title {
  margin-bottom: 32px;
}
#image-model .model-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#image-model .model-content .model-image {
  width: 100%;
  aspect-ratio: 480/292;
  overflow: hidden;
}
#image-model .model-content .model-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#image-model .model-content .model-info {
  text-align: center;
}
#image-model .model-content .model-info h3 {
  font-size: 24px;
  font-weight: 500;
  color: #62544c;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  #image-model .model-content .model-info h3 {
    font-size: 20px;
  }
}
#image-model .model-content .model-info h3 span {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #image-model .model-content .model-info h3 span {
    font-size: 16px;
  }
}
#image-model .model-content .model-info p {
  font-size: 16px;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #image-model .model-content .model-info p {
    font-size: 14px;
  }
}
#image-model .model-content .model-detail {
  background: #e4e7ec;
  border-radius: 8px;
  padding: 16px 24px 24px;
}
#image-model .model-content .model-detail p {
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #image-model .model-content .model-detail p {
    font-size: 13px;
  }
}
#image-model .model-content .model-sns {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 24px;
}
#image-model .model-content .model-sns .sns-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
#image-model .model-content .model-sns .sns-icon.sns-x {
  background: #000;
}
#image-model .model-content .model-sns .sns-icon.sns-instagram {
  background: linear-gradient(180deg, #a11cfe 0%, #f9216c 33%, #fe4225 50%, #ffc101 100%);
}

/* ========================================
   Column Section
   ======================================== */
#column {
  background: #f1ece5;
  padding: 56px 0;
}
@media screen and (max-width: 769px) {
  #column {
    padding: 40px 20px;
  }
}
#column .column-inner {
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #column .column-inner {
    width: 100%;
  }
}
#column .section-title {
  margin-bottom: 0;
}
#column .column-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 0;
}
#column .column-card {
  display: flex;
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 4px;
  overflow: hidden;
  min-height: 191px;
}
#column .column-card a {
  width: 100%;
}
#column .column-card .column-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  flex-shrink: 0;
}
#column .column-card .column-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 769px) {
  #column .column-card .column-image {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
#column .column-card .column-content {
  flex: 1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 769px) {
  #column .column-card .column-content {
    padding: 12px 16px;
    align-items: flex-start;
  }
}
#column .column-card .column-content h3 {
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 75px;
}
@media screen and (max-width: 769px) {
  #column .column-card .column-content h3 {
    font-size: 13px;
    height: auto;
  }
}
#column .column-card .column-content .column-tag {
  display: inline-block;
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #column .column-card .column-content .column-tag {
    font-size: 11px;
  }
}
#column .column-card .column-content .column-date {
  font-size: 12px;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #column .column-card .column-content .column-date {
    font-size: 11px;
  }
}
#column .btn-more {
  display: flex;
  margin: 0 auto;
  width: 260px;
}
@media screen and (max-width: 769px) {
  #column .btn-more {
    width: 100%;
  }
}

/* ========================================
   CTA Section
   ======================================== */
#contact {
  position: relative;
  padding: 56px 24px;
  background: #f1ece5;
}
@media screen and (max-width: 769px) {
  #contact {
    padding: 24px 20px;
  }
}
#contact .cta-bg {
  position: absolute;
  inset: 32px 24px;
  z-index: 0;
  border-radius: 10px;
  background-image: url(../img/cta-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 769px) {
  #contact .cta-bg {
    inset: 24px 20px;
  }
}
#contact .cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#contact .cta-inner {
  position: relative;
  z-index: 1;
  max-width: 552px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 24px;
}
@media screen and (max-width: 769px) {
  #contact .cta-inner {
    padding: 40px 20px 24px;
  }
}
#contact .cta-inner .cta-title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  #contact .cta-inner .cta-title {
    font-size: 20px;
  }
}
#contact .cta-buttons {
  display: flex;
  gap: 16px;
  max-width: 552px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #contact .cta-buttons {
    flex-direction: column;
  }
}
#contact .cta-buttons .cta-btn {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
#contact .cta-buttons .cta-btn .cta-label {
  font-size: 14px;
  font-weight: 500;
  color: #62544c;
}
@media screen and (max-width: 769px) {
  #contact .cta-buttons .cta-btn .cta-label {
    font-size: 13px;
  }
}
#contact .cta-buttons .cta-phone .cta-phone-info {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
#contact .cta-buttons .cta-phone .cta-phone-info img {
  width: 24px;
  height: 24px;
}
#contact .cta-buttons .cta-phone .cta-number {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #af9048;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #contact .cta-buttons .cta-phone .cta-number {
    font-size: 22px;
  }
}
#contact .cta-buttons .cta-phone .cta-hours {
  font-size: 14px;
  line-height: 1.8;
  color: #62544c;
}
@media screen and (max-width: 769px) {
  #contact .cta-buttons .cta-phone .cta-hours {
    font-size: 12px;
  }
}
#contact .cta-buttons .cta-web .btn-primary {
  background: #af9048;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  height: 44px;
  padding: 0 24px;
  border-radius: 4px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  #contact .cta-buttons .cta-web .btn-primary {
    font-size: 14px;
    padding: 0 20px;
  }
}
#contact .cta-buttons .cta-web .btn-primary:hover {
  opacity: 0.85;
}

/* ========================================
   Footer
   ======================================== */
.page-footer {
  background: #f1ece5;
}

/* ========================================
   Works Page (施工実例一覧)
   ======================================== */
.page-header {
  background: #f1ece5;
  padding: 40px 100px 40px;
}
@media screen and (max-width: 769px) {
  .page-header {
    padding: 30px 20px 30px;
  }
}

.page-title-section h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #a48b78;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .page-title-section h1 {
    font-size: 24px;
  }
}
.page-title-section .page-subtitle {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

/* Event List Page */
.page-template-page-mokka-event .page-header {
  background: #f1ece5;
  padding: 80px 24px 40px;
}
@media screen and (max-width: 769px) {
  .page-template-page-mokka-event .page-header {
    padding: 80px 24px 40px;
  }
}
.page-template-page-mokka-event .page-title-section {
  max-width: 400px;
  margin: 0 auto;
}
.page-template-page-mokka-event .page-title-section h1 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 769px) {
  .page-template-page-mokka-event .page-title-section h1 {
    font-size: 32px;
  }
}
.page-template-page-mokka-event .page-title-section .page-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.6;
}
.page-template-page-mokka-event .event-list-page {
  background: #f1ece5;
  padding: 0 24px 56px;
}
@media screen and (max-width: 769px) {
  .page-template-page-mokka-event .event-list-page {
    padding: 0 24px 56px;
  }
}
.page-template-page-mokka-event .event-list-inner {
  max-width: 400px;
  margin: 0 auto;
}
.page-template-page-mokka-event .kc-spinner {
  margin: 48px auto;
}
.page-template-page-mokka-event .event-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-template-page-mokka-event .event-card {
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 4px;
  padding: 8px;
}
.page-template-page-mokka-event .event-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.page-template-page-mokka-event .event-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-template-page-mokka-event .event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-template-page-mokka-event .event-finished {
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.2;
}
.page-template-page-mokka-event .event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.page-template-page-mokka-event .event-tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 4px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
.page-template-page-mokka-event .event-tags .tag.tag-primary {
  background: #a48b78;
  color: #fff;
}
.page-template-page-mokka-event .event-tags .tag.tag-secondary {
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
}
.page-template-page-mokka-event .event-content {
  margin-top: 8px;
}
.page-template-page-mokka-event .event-content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #62544c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-template-page-mokka-event .event-content > p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #62544c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-template-page-mokka-event .event-info {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(98, 84, 76, 0.25);
}
.page-template-page-mokka-event .event-info p {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #62544c;
}

/* Works List */
.works-list {
  background: #f1ece5;
  padding: 0 40px 96px;
}
@media screen and (max-width: 769px) {
  .works-list {
    padding: 0 20px 60px;
  }
}

.works-inner {
  max-width: 400px;
  margin: 0 auto;
}

.works-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 56px;
}
@media screen and (max-width: 769px) {
  .works-cards {
    gap: 24px;
    margin-bottom: 40px;
  }
}

.works-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}
.works-card a {
  display: block;
  text-decoration: none;
}
.works-card .works-image {
  width: 100%;
  height: auto;
  background: #ccc;
}
@media screen and (max-width: 769px) {
  .works-card .works-image {
    height: 180px;
  }
}
.works-card .works-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-card .works-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 32px;
}
@media screen and (max-width: 769px) {
  .works-card .works-info {
    padding: 12px 20px;
    flex-direction: column;
    gap: 8px;
  }
}
.works-card .works-title {
  flex: 1;
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .works-card .works-title {
    font-size: 13px;
    white-space: normal;
  }
}
.works-card .works-date {
  flex-shrink: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  padding-left: 24px;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 769px) {
  .works-card .works-date {
    padding-left: 0;
    border-left: none;
    font-size: 11px;
  }
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
@media screen and (max-width: 769px) {
  .pagination {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }
}

.pagination-prev,
.pagination-next {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination-prev:hover,
.pagination-next:hover {
  opacity: 0.7;
}
.pagination-prev.disabled,
.pagination-next.disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-prev .pagination-icon,
.pagination-next .pagination-icon {
  font-size: 16px;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 8px 14px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination-number:hover {
  background: rgba(0, 0, 0, 0.05);
}
.pagination-number.active {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  color: #000;
}

.pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
  font-size: 16px;
  color: #333;
}

/* Works CTA */
.works-cta {
  position: relative;
  background: #f1ece5;
  padding: 32px 24px;
}
@media screen and (max-width: 769px) {
  .works-cta {
    padding: 24px 20px;
  }
}

.works-cta-bg {
  position: absolute;
  inset: 32px 24px;
  background: #ccc;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .works-cta-bg {
    inset: 24px 20px;
  }
}
.works-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.works-cta-inner {
  position: relative;
  z-index: 1;
  padding: 56px 24px 32px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .works-cta-inner {
    padding: 40px 20px 24px;
  }
}

.works-cta-title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.96px;
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  .works-cta-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.works-cta-buttons {
  display: flex;
  gap: 16px;
  max-width: 552px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .works-cta-buttons {
    flex-direction: column;
  }
}

.works-cta-btn {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .works-cta-btn {
    padding: 16px 20px;
  }
}

.works-cta-label {
  font-size: 14px;
  font-weight: 500;
  color: #62544c;
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  .works-cta-label {
    font-size: 13px;
  }
}

.works-cta-phone .works-cta-number {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #af9048;
  margin: 4px 0;
}
@media screen and (max-width: 769px) {
  .works-cta-phone .works-cta-number {
    font-size: 22px;
  }
}
.works-cta-phone .works-cta-hours {
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .works-cta-phone .works-cta-hours {
    font-size: 13px;
  }
}

.works-cta-web {
  gap: 12px;
}
.works-cta-web .works-btn-primary {
  background: #af9048;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 4px;
  display: block;
  text-align: center;
  height: 44px;
  line-height: 1.8;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .works-cta-web .works-btn-primary {
    font-size: 13px;
    padding: 10px 20px;
  }
}
.works-cta-web .works-btn-primary:hover {
  opacity: 0.85;
}

/* Breadcrumb */
.breadcrumb {
  background: #f1ece5;
  border-top: 1px solid #d8cec2;
  border-bottom: 1px solid #d8cec2;
  min-height: 68px;
  padding: 24px 100px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .breadcrumb {
    padding: 20px;
    min-height: auto;
  }
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb .breadcrumb-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 4px;
  align-items: baseline;
  width: 100%;
}
.breadcrumb .breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  grid-column: 1;
  grid-row: 1;
}
.breadcrumb .breadcrumb-separator {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #404040;
  flex-shrink: 0;
}
.breadcrumb .breadcrumb-current {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  color: #62544c;
  word-break: break-word;
}

/* Page Footer */
.page-footer {
  background: #f1ece5;
  padding: 32px 60px 24px;
}
@media screen and (max-width: 769px) {
  .page-footer {
    padding: 24px 20px;
  }
}

.page-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 769px) {
  .page-footer-inner {
    gap: 20px;
    padding-bottom: 20px;
  }
}

.page-footer-logo {
  width: 260px;
  height: 30px;
  background: url(../img/logo-corp.svg) no-repeat center/contain;
}
@media screen and (max-width: 769px) {
  .page-footer-logo {
    width: 200px;
    height: 23px;
  }
}

.page-footer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .page-footer-info {
    gap: 12px;
  }
}

.page-footer-office {
  display: grid;
  grid-template-columns: 104px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  align-items: center;
}
.page-footer-office .office-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid #7f7f7f;
  font-size: 10px;
  color: #62544c;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 0;
}
.page-footer-office .office-tel {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #62544c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .page-footer-office .office-tel {
    font-size: 20px;
  }
}
.page-footer-office .office-address {
  grid-column: 1/-1;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 769px) {
  .page-footer-office .office-address {
    font-size: 12px;
  }
}

.page-footer-hours {
  font-size: 14px;
  color: #62544c;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .page-footer-hours {
    font-size: 13px;
  }
}

.page-footer-licenses {
  text-align: center;
}
.page-footer-licenses p {
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .page-footer-licenses p {
    font-size: 11px;
  }
}

.page-footer-social {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 327px;
  margin: 24px auto 0;
}
@media screen and (max-width: 769px) {
  .page-footer-social {
    width: 100%;
    margin-top: 20px;
  }
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #a48b78;
  color: #fff;
  height: 56px;
  padding: 0 16px 0 24px;
  border-radius: 2px;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  transition: all 0.3s;
}
.social-btn:hover {
  opacity: 0.85;
}
.social-btn .social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-btn .social-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 769px) {
  .social-btn .social-icon {
    width: 32px;
    height: 32px;
  }
}
.social-btn.instagram .social-icon {
  width: 40px;
  height: 40px;
}

.page-footer-privacy {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #626262;
  line-height: 1.6;
  letter-spacing: 0.48px;
  text-decoration: underline;
  margin-top: 24px;
}
@media screen and (max-width: 769px) {
  .page-footer-privacy {
    font-size: 11px;
    margin-top: 20px;
  }
}
.page-footer-privacy:hover {
  opacity: 0.7;
}

/* ========================================
   Works Detail Page (施工実例詳細)
   ======================================== */
/* Detail Header */
.detail-header {
  background: #f9f9f9;
  padding: 96px 100px 32px;
}
@media screen and (max-width: 769px) {
  .detail-header {
    padding: 60px 20px 24px;
  }
}
.page-template-page-mokka-contact .detail-header, .page-template-page-mokka-thanks .detail-header, .page-template-page-mokka-contact-thanks .detail-header {
  background: #f1ece5;
  padding: 80px 100px 40px;
}
@media screen and (max-width: 769px) {
  .page-template-page-mokka-contact .detail-header, .page-template-page-mokka-thanks .detail-header, .page-template-page-mokka-contact-thanks .detail-header {
    padding: 60px 20px 32px;
  }
}

.detail-header-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 769px) {
  .detail-header-inner {
    gap: 24px;
  }
}
.page-template-page-mokka-contact .detail-header-inner, .page-template-page-mokka-thanks .detail-header-inner, .page-template-page-mokka-contact-thanks .detail-header-inner {
  justify-content: center;
  gap: 8px;
  align-items: start;
}
@media screen and (max-width: 769px) {
  .page-template-page-mokka-contact .detail-header-inner, .page-template-page-mokka-thanks .detail-header-inner, .page-template-page-mokka-contact-thanks .detail-header-inner {
    gap: 6px;
  }
}

.detail-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #a48b78;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .detail-subtitle {
    font-size: 28px;
  }
}

.detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 769px) {
  .detail-title {
    font-size: 20px;
  }
}
.page-template-page-mokka-contact .detail-title, .page-template-page-mokka-thanks .detail-title, .page-template-page-mokka-contact-thanks .detail-title {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .page-template-page-mokka-contact .detail-title, .page-template-page-mokka-thanks .detail-title, .page-template-page-mokka-contact-thanks .detail-title {
    font-size: 13px;
  }
}

.detail-date {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
@media screen and (max-width: 769px) {
  .detail-date {
    font-size: 11px;
  }
}

/* Detail Overview Section */
.detail-overview {
  background: #f9f9f9;
  padding: 40px 24px 56px;
}
@media screen and (max-width: 769px) {
  .detail-overview {
    padding: 32px 20px 40px;
  }
}

.detail-overview-inner {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .detail-overview-inner {
    gap: 32px;
  }
}

.detail-section-title {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 12px;
}
.detail-section-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #62544c;
}
@media screen and (max-width: 769px) {
  .detail-section-title h2 {
    font-size: 16px;
  }
}

/* Gallery */
.detail-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.detail-main-image {
  width: 100%;
  aspect-ratio: 16/9;
}
.detail-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  .detail-main-image {
    aspect-ratio: 16/9;
  }
}

.detail-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.detail-thumb {
  width: 32%;
  height: 100px;
  background: #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
.detail-thumb:hover {
  opacity: 0.8;
}
.detail-thumb.active {
  position: relative;
}
.detail-thumb.active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #62544c;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .detail-thumb {
    width: calc((100% - 8px) / 2);
    height: 80px;
  }
}
.detail-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}

.detail-slider-control {
  display: none;
}

.detail-nav-buttons {
  display: none;
}
@media screen and (max-width: 769px) {
  .detail-nav-buttons {
    left: -20px;
    right: -20px;
  }
}

.detail-nav-btn {
  background: #62544c;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
}
.detail-nav-btn:hover {
  opacity: 0.85;
}
.detail-nav-btn .nav-icon {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .detail-nav-btn {
    width: 40px;
    height: 40px;
  }
  .detail-nav-btn .nav-icon {
    font-size: 20px;
  }
}

/* Specs Table */
.detail-specs {
  background: #f2f0ed;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 769px) {
  .detail-specs {
    padding: 20px 24px;
    gap: 10px;
  }
}

.detail-spec-row {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
.detail-spec-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 769px) {
  .detail-spec-row {
    gap: 16px;
    padding-bottom: 10px;
  }
}

.spec-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #62544c;
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  .spec-label {
    font-size: 14px;
    width: 70px;
  }
}

.spec-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .spec-value {
    font-size: 13px;
  }
}

/* Detail Floor Plan Section */
.detail-floorplan {
  background: #f9f9f9;
  padding: 40px 60px 96px;
}
@media screen and (max-width: 769px) {
  .detail-floorplan {
    padding: 32px 20px 60px;
  }
}

.detail-floorplan-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .detail-floorplan-inner {
    padding-bottom: 60px;
  }
}

.detail-floorplan-inner .detail-section-title {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .detail-floorplan-inner .detail-section-title {
    margin-bottom: 32px;
  }
}

.detail-floorplan-content {
  padding: 40px;
}
.detail-floorplan-content img {
  width: 100%;
}

.detail-floorplan-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .detail-floorplan-images {
    width: 100%;
    margin-bottom: 32px;
  }
}

.floorplan-image {
  width: 100%;
  background: #ccc;
}
.floorplan-image.floorplan-1f {
  aspect-ratio: 400/444;
}
.floorplan-image.floorplan-2f {
  aspect-ratio: 400/321;
}

.detail-floorplan-description {
  width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .detail-floorplan-description {
    width: 100%;
    margin-bottom: 32px;
  }
}
.detail-floorplan-description p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .detail-floorplan-description p {
    font-size: 14px;
  }
}

.detail-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 56px;
  padding: 16px;
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a48b78;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .detail-back-btn {
    width: 100%;
    font-size: 13px;
  }
}
.detail-back-btn:hover {
  background: rgba(164, 139, 120, 0.05);
}

/* Detail Other Works Section */
.detail-other-works {
  background: #f1ece5;
  padding: 40px 100px;
}
@media screen and (max-width: 769px) {
  .detail-other-works {
    padding: 32px 20px;
  }
}

.detail-other-works-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .detail-other-works-inner {
    gap: 24px;
  }
}

.other-works-title {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #a48b78;
}
@media screen and (max-width: 769px) {
  .other-works-title {
    font-size: 20px;
  }
}

.other-works-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 769px) {
  .other-works-list {
    gap: 20px;
    padding-bottom: 20px;
  }
}

.other-work-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.other-work-image {
  width: 100%;
  height: 240px;
  background: #ccc;
}
@media screen and (max-width: 769px) {
  .other-work-image {
    height: 180px;
  }
}

.other-work-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 32px;
}
@media screen and (max-width: 769px) {
  .other-work-info {
    flex-direction: column;
    gap: 8px;
    padding: 12px 20px;
  }
}

.other-work-title {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .other-work-title {
    font-size: 13px;
    white-space: normal;
  }
}

.other-work-date {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  padding-left: 24px;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 769px) {
  .other-work-date {
    padding-left: 0;
    border-left: none;
    font-size: 11px;
  }
}

.other-works-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 56px;
  padding: 16px;
  background: #a48b78;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .other-works-btn {
    width: 100%;
    font-size: 13px;
  }
}
.other-works-btn:hover {
  opacity: 0.85;
}

/* Detail CTA Section */
.detail-cta {
  position: relative;
  background: #f1ece5;
  padding: 32px 24px;
}
@media screen and (max-width: 769px) {
  .detail-cta {
    padding: 24px 20px;
  }
}

.detail-cta-bg {
  position: absolute;
  inset: 32px 24px;
  background: #ccc;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .detail-cta-bg {
    inset: 24px 20px;
  }
}
.detail-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.detail-cta-inner {
  position: relative;
  z-index: 1;
  padding: 56px 24px 32px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .detail-cta-inner {
    padding: 40px 20px 24px;
  }
}

.detail-cta-title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.96px;
  margin-bottom: 32px;
}
@media screen and (max-width: 769px) {
  .detail-cta-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.detail-cta-buttons {
  display: flex;
  gap: 16px;
  max-width: 552px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .detail-cta-buttons {
    flex-direction: column;
  }
}

.detail-cta-btn {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .detail-cta-btn {
    padding: 16px 20px;
  }
}

.detail-cta-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #62544c;
  margin-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .detail-cta-label {
    font-size: 13px;
  }
}

.detail-cta-phone {
  justify-content: space-between;
}

.detail-cta-phone-info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 4px 0;
}
.detail-cta-phone-info .phone-icon {
  width: 24px;
  height: 24px;
  background: #ccc;
}
@media screen and (max-width: 769px) {
  .detail-cta-phone-info .phone-icon {
    width: 20px;
    height: 20px;
  }
}

.detail-cta-number {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #af9048;
}
@media screen and (max-width: 769px) {
  .detail-cta-number {
    font-size: 22px;
  }
}

.detail-cta-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .detail-cta-hours {
    font-size: 13px;
  }
}

.detail-cta-web {
  gap: 12px;
  justify-content: space-between;
}

.detail-btn-primary {
  background: #af9048;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 4px;
  display: block;
  text-align: center;
  height: 44px;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .detail-btn-primary {
    font-size: 13px;
    padding: 10px 20px;
  }
}
.detail-btn-primary:hover {
  opacity: 0.85;
}

/* ========================================
   News Page (お知らせ一覧)
   ======================================== */
.news-list {
  background: #f1ece5;
  padding: 0 100px 96px;
}
@media screen and (max-width: 769px) {
  .news-list {
    padding: 0 20px 60px;
  }
}

.news-inner {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 769px) {
  .news-inner {
    gap: 40px;
  }
}

.news-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .news-items {
    gap: 20px;
  }
}

.news-item {
  border-bottom: 1px solid #bcbfc7;
  padding-bottom: 24px;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .news-item {
    padding-bottom: 20px;
  }
}
.news-item:hover {
  opacity: 0.7;
}
.news-item a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .news-item a {
    gap: 12px;
  }
}

.news-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 769px) {
  .news-item-title {
    font-size: 15px;
  }
}

.news-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-item-date {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}
@media screen and (max-width: 769px) {
  .news-item-date {
    font-size: 11px;
  }
}

.news-item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .news-item-tag {
    font-size: 11px;
  }
}

/* ========================================
   News Detail Page (お知らせ詳細)
   ======================================== */
.news-detail {
  background: #f9f9f9;
  padding: 96px 100px;
}
@media screen and (max-width: 769px) {
  .news-detail {
    padding: 60px 20px;
  }
}

.news-detail-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .news-detail-inner {
    padding-bottom: 60px;
  }
}

.news-detail-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .news-detail-content {
    gap: 32px;
    padding-bottom: 60px;
  }
}

.news-detail-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 769px) {
  .news-detail-header {
    gap: 24px;
  }
}

.news-detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 769px) {
  .news-detail-title {
    font-size: 20px;
  }
}

.news-detail-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-detail-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .news-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.news-detail-date {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
@media screen and (max-width: 769px) {
  .news-detail-date {
    font-size: 11px;
  }
}

.news-detail-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .news-detail-tag {
    font-size: 11px;
  }
}

.news-detail-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .news-detail-body {
    font-size: 15px;
  }
}
.news-detail-body p {
  margin-bottom: 0;
  line-height: 1.6;
}
.news-detail-body iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.news-detail-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a48b78;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .news-detail-back-btn {
    font-size: 13px;
  }
}
.news-detail-back-btn:hover {
  background: rgba(164, 139, 120, 0.05);
}

/* ========================================
   Column List Page (コラム一覧)
   ======================================== */
.column-list-page {
  background: #f1ece5;
  padding: 0 100px;
}
@media screen and (max-width: 769px) {
  .column-list-page {
    padding: 0 20px;
  }
}

.column-list-inner {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 769px) {
  .column-list-inner {
    gap: 24px;
  }
}

/* Filters */
.column-filters {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8cec2;
}
@media screen and (max-width: 769px) {
  .column-filters {
    gap: 12px;
    padding-bottom: 32px;
  }
}

.column-filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.column-filter-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .column-filter-label {
    font-size: 13px;
  }
}

.column-filter-select {
  position: relative;
}
.column-filter-select select {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  background: #f7f5f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #62544c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .column-filter-select select {
    font-size: 15px;
  }
}
.column-filter-select select:focus {
  outline: none;
  border-color: #a48b78;
}
.column-filter-select::after {
  content: "▼";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #62544c;
  pointer-events: none;
}

/* Column List Content */
.column-list-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 24px 0 56px;
}
@media screen and (max-width: 769px) {
  .column-list-content {
    gap: 40px;
    padding: 20px 0 40px;
  }
}

.column-list-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .column-list-cards {
    gap: 20px;
  }
}

.column-list-card {
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
  height: 180px;
}
@media screen and (max-width: 769px) {
  .column-list-card {
    height: auto;
  }
}
.column-list-card a {
  display: flex;
  text-decoration: none;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .column-list-card a {
    flex-direction: column;
  }
}

.column-list-card-image {
  width: 190px;
  height: auto;
  flex-shrink: 0;
  background: #ccc;
}
@media screen and (max-width: 769px) {
  .column-list-card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.column-list-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.column-list-card-content {
  flex: 1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 769px) {
  .column-list-card-content {
    padding: 12px 16px;
  }
}

.column-list-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.8;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 769px) {
  .column-list-card-title {
    font-size: 13px;
    height: auto;
  }
}

.column-list-card-tag {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .column-list-card-tag {
    font-size: 11px;
  }
}

.column-list-card-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .column-list-card-date {
    font-size: 11px;
  }
}

/* ========================================
   Column Detail Page (コラム詳細)
   ======================================== */
.column-detail {
  background: #f9f9f9;
  padding: 96px 100px;
}
@media screen and (max-width: 769px) {
  .column-detail {
    padding: 60px 20px;
  }
}

.column-detail-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .column-detail-inner {
    padding-bottom: 60px;
  }
}

.column-detail-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .column-detail-content {
    gap: 32px;
    padding-bottom: 60px;
  }
}

.column-detail-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail-header {
    gap: 24px;
    padding-bottom: 32px;
  }
}

.column-detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 769px) {
  .column-detail-title {
    font-size: 20px;
  }
}

.column-detail-image {
  width: 100%;
  height: 220px;
  background: #ccc;
}
@media screen and (max-width: 769px) {
  .column-detail-image {
    height: 180px;
  }
}

.column-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .column-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.column-detail-date {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
@media screen and (max-width: 769px) {
  .column-detail-date {
    font-size: 11px;
  }
}

.column-detail-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #a48b78;
  color: #a48b78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .column-detail-tag {
    font-size: 11px;
  }
}

.column-detail-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #62544c;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .column-detail-body {
    font-size: 15px;
  }
}
.column-detail-body p {
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .column-detail-body p {
    margin-bottom: 14px;
  }
}
.column-detail-body h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #62544c;
  line-height: 1.6;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .column-detail-body h2 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.column-detail-body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #62544c;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .column-detail-body h3 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.column-detail-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  background: #fff;
  border: 1px solid #a48b78;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a48b78;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .column-detail-back-btn {
    font-size: 13px;
  }
}
.column-detail-back-btn:hover {
  background: rgba(164, 139, 120, 0.05);
}

/* ========================================
   Contact Form (お問い合わせ)
   ======================================== */
.contact-form {
  background: #f1ece5;
  padding: 0 100px 96px;
}
@media screen and (max-width: 769px) {
  .contact-form {
    padding: 0 20px 60px;
  }
}

.contact-form-inner {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .contact-form-inner {
    max-width: 100%;
  }
}

.wpcf7-form {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 8px 24px 40px;
}
@media screen and (max-width: 769px) {
  .wpcf7-form {
    padding: 8px 20px 32px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form-control-wrap input.wpcf7-not-valid:not([type=checkbox]):not([type=radio]),
.wpcf7-form-control-wrap textarea.wpcf7-not-valid,
.wpcf7-form-control-wrap select.wpcf7-not-valid {
  background-color: #f7eded;
  border-color: #ec0000;
}
.wpcf7-form-control-wrap input.wpcf7-not-valid:not([type=checkbox]):not([type=radio]):focus,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid:focus,
.wpcf7-form-control-wrap select.wpcf7-not-valid:focus {
  outline: none;
  border-color: #ec0000;
}
.wpcf7-form-control-wrap.wpcf7-not-valid .wpcf7-radio .wpcf7-list-item > label {
  background-color: #f7eded;
  border-color: #ec0000;
}

.contact-form-content {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 8px 24px 40px;
}
@media screen and (max-width: 769px) {
  .contact-form-content {
    padding: 8px 20px 32px;
  }
}

.contact-section {
  padding-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .contact-section {
    padding-bottom: 32px;
  }
}

.contact-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #af9048;
  padding: 16px 0 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .contact-section-title {
    font-size: 16px;
  }
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .contact-form-group {
    margin-bottom: 10px;
  }
}

.contact-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}
.contact-label label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.56px;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .contact-label label {
    font-size: 13px;
  }
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  color: #fafaef;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .contact-badge {
    font-size: 10px;
  }
}
.contact-badge.required {
  background: #a48b78;
  height: 16px;
}
.contact-badge.optional {
  background: #b3b3b3;
  height: 17px;
}

.contact-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.48px;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  .contact-note {
    font-size: 11px;
  }
}

.contact-input, .wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-number,
.wpcf7-date {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  background: #f7f5f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  color: #333;
}
@media screen and (max-width: 769px) {
  .contact-input, .wpcf7-text,
  .wpcf7-email,
  .wpcf7-tel,
  .wpcf7-number,
  .wpcf7-date {
    font-size: 13px;
  }
}
.contact-input::-moz-placeholder, .wpcf7-text::-moz-placeholder, .wpcf7-email::-moz-placeholder, .wpcf7-tel::-moz-placeholder, .wpcf7-number::-moz-placeholder, .wpcf7-date::-moz-placeholder {
  color: #b3b3b3;
}
.contact-input::placeholder, .wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder,
.wpcf7-number::placeholder,
.wpcf7-date::placeholder {
  color: #b3b3b3;
}
.contact-input:focus, .wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-number:focus,
.wpcf7-date:focus {
  outline: none;
  border-color: #a48b78;
}

.contact-select-wrapper {
  position: relative;
}
.contact-select-wrapper::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #999;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .contact-select-wrapper::after {
    right: 20px;
  }
}

.contact-select, .wpcf7-select {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  background: #f7f5f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .contact-select, .wpcf7-select {
    font-size: 15px;
  }
}
.contact-select:focus, .wpcf7-select:focus {
  outline: none;
  border-color: #a48b78;
}

.contact-radio-group {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 769px) {
  .contact-radio-group {
    flex-direction: column;
    gap: 12px;
  }
}

.contact-radio-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 10px;
  background: #f7f5f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  cursor: pointer;
}
.contact-radio-item input[type=radio] {
  display: none;
}
@media screen and (max-width: 769px) {
  .contact-radio-item {
    gap: 6px;
  }
}

.contact-radio-mark {
  width: 18px;
  height: 18px;
  border: 0.8px solid #c4c4c4;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.contact-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
}
input[type=radio]:checked + .contact-radio-mark::after {
  background: #a48b78;
}

.contact-radio-item input[type=radio]:checked ~ .contact-radio-mark::after {
  background: #a48b78;
}

.contact-radio-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  color: #333;
}
@media screen and (max-width: 769px) {
  .contact-radio-label {
    font-size: 13px;
  }
}

.contact-date-wrapper {
  position: relative;
}

.contact-date {
  color: #b3b3b3;
}
.contact-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.contact-textarea, .wpcf7-textarea {
  width: 100%;
  min-height: 150px;
  padding: 8px 10px;
  background: #f7f5f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  color: #333;
  resize: vertical;
}
@media screen and (max-width: 769px) {
  .contact-textarea, .wpcf7-textarea {
    font-size: 13px;
    min-height: 120px;
  }
}
.contact-textarea::-moz-placeholder, .wpcf7-textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
.contact-textarea::placeholder, .wpcf7-textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
.contact-textarea:focus, .wpcf7-textarea:focus {
  outline: none;
  border-color: #a48b78;
}

.contact-submit-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
}
@media screen and (max-width: 769px) {
  .contact-submit-section {
    padding: 32px 0;
    gap: 20px;
  }
}

.contact-privacy-box {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .contact-privacy-box {
    padding: 24px 20px;
    gap: 20px;
  }
}

.contact-privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact-privacy-text {
    font-size: 13px;
  }
}
.contact-privacy-text a {
  color: #0096f6;
  text-decoration: underline;
}
.contact-privacy-text a:hover {
  text-decoration: none;
}

.contact-checkbox-item {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.contact-checkbox-item input[type=checkbox] {
  display: none;
}

.contact-checkbox-mark {
  width: 16px;
  height: 16px;
  border: 0.8px solid #c4c4c4;
  border-radius: 1.6px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.contact-checkbox-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .contact-checkbox-mark {
  background: #a48b78;
  border-color: #a48b78;
}
input[type=checkbox]:checked + .contact-checkbox-mark::after {
  border-color: #fff;
}

.contact-checkbox-item input[type=checkbox]:checked ~ .contact-checkbox-mark {
  background: #a48b78;
  border-color: #a48b78;
}
.contact-checkbox-item input[type=checkbox]:checked ~ .contact-checkbox-mark::after {
  border-color: #fff;
}

.contact-checkbox-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .contact-checkbox-label {
    font-size: 13px;
  }
}

.contact-submit-btn, .wpcf7-submit {
  width: 100%;
  height: 56px;
  padding: 16px;
  background: #ccc;
  border: none;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  cursor: not-allowed;
  transition: all 0.3s;
}
@media screen and (max-width: 769px) {
  .contact-submit-btn, .wpcf7-submit {
    font-size: 13px;
  }
}
.contact-submit-btn:not(:disabled), .wpcf7-submit:not(:disabled) {
  background: #a48b78;
  cursor: pointer;
}
.contact-submit-btn:not(:disabled):hover, .wpcf7-submit:not(:disabled):hover {
  background: rgb(153.732300885, 125.9115044248, 104.767699115);
}

/* ========================================
   Contact Form 7 フィールドスタイル適用
   ======================================== */
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item > label:has(input[type=radio].wpcf7-not-valid) {
  background-color: #f7eded;
  border-color: #ec0000;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #ec0000;
  margin-top: 4px;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .wpcf7-not-valid-tip {
    font-size: 11px;
  }
}

.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .wpcf7-response-output {
    font-size: 13px;
    margin: 20px 0 0;
  }
}
.wpcf7-response-output.wpcf7-validation-errors {
  background: #fff0f0;
  border: 1px solid #d00;
  color: #d00;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #f0fff0;
  border: 1px solid #0d0;
  color: #060;
}

/* ========================================
   Thanks Box (送信完了)
   ======================================== */
.thanks-box {
  background: #f1ece5;
  padding: 0 100px 96px;
}
@media screen and (max-width: 769px) {
  .thanks-box {
    padding: 0 20px 60px;
  }
}
.thanks-box-inner {
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 40px 24px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .thanks-box-inner {
    max-width: 100%;
    padding: 32px 20px;
  }
}
.thanks-box .thanks-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #404040;
  line-height: 1.6;
  margin: 0 0 16px;
}
@media screen and (max-width: 769px) {
  .thanks-box .thanks-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.thanks-box .thanks-message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .thanks-box .thanks-message {
    font-size: 13px;
  }
}
.thanks-box .btn-box {
  max-width: 400px;
  margin: 24px auto 0;
}
@media screen and (max-width: 769px) {
  .thanks-box .btn-box {
    max-width: 100%;
    margin-top: 20px;
  }
}
.thanks-box .btn-box .btn {
  display: block;
  width: 100%;
  height: 56px;
  padding: 16px;
  background: #a48b78;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  transition: background 0.3s;
}
@media screen and (max-width: 769px) {
  .thanks-box .btn-box .btn {
    font-size: 13px;
  }
}
.thanks-box .btn-box .btn:hover {
  background: rgb(153.732300885, 125.9115044248, 104.767699115);
}

/* ========================================
   Contact Form 7 Table Markup (MOKKA Contact)
   ======================================== */
.contact-form .wpcf7-form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form table {
    margin-bottom: 32px;
  }
}
.contact-form .wpcf7-form tr {
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form tr {
    margin-bottom: 10px;
  }
}
.contact-form .wpcf7-form tr:last-child {
  margin-bottom: 0;
}
.contact-form .wpcf7-form th,
.contact-form .wpcf7-form td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
}
.contact-form .wpcf7-form th {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form th {
    font-size: 13px;
  }
}
.contact-form .wpcf7-form .req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 37px;
  padding: 2px 8px 4px;
  border-radius: 50px;
  background: #a48b78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #fafaef;
  margin-left: 8px;
}
.contact-form .wpcf7-form td > .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form .wpcf7-form .wpcf7-radio {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form .wpcf7-radio {
    flex-direction: column;
    gap: 12px;
  }
}
.contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  flex: 1;
}
.contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
}
.contact-form .wpcf7-form .wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: 100%;
  padding: 0 10px;
  background: #f7f5f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  color: #333;
  cursor: pointer;
}
.contact-form .wpcf7-form .wpcf7-radio input[type=radio] {
  margin: 0;
  flex-shrink: 0;
  accent-color: #a48b78;
}
.contact-form .wpcf7-form .contact_privacy_area {
  margin-top: 24px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 16px;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form .contact_privacy_area {
    margin-top: 20px;
    padding: 24px 20px;
    gap: 20px;
  }
}
.contact-form .wpcf7-form .contact_privacy_area .agree_text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form .contact_privacy_area .agree_text {
    font-size: 13px;
  }
}
.contact-form .wpcf7-form .contact_privacy_area .agree_text a {
  color: #0096f6;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contact-form .wpcf7-form .contact_privacy_area .agree_text a:hover {
  text-decoration: none;
}
.contact-form .wpcf7-form .contact_privacy_area > p {
  margin: 0;
  width: 100%;
}
.contact-form .wpcf7-form .contact_privacy_area > p:not(:first-child) {
  display: flex;
  justify-content: center;
}
.contact-form .wpcf7-form .contact_privacy_area .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}
.contact-form .wpcf7-form .contact_privacy_area .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-form .contact_privacy_area .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  cursor: pointer;
}
.contact-form .wpcf7-form .contact_privacy_area .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form .contact_privacy_area .wpcf7-list-item-label {
    font-size: 13px;
  }
}
.contact-form .wpcf7-form .contact_privacy_area input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 1.6px;
  cursor: pointer;
}
.contact-form .wpcf7-form .contact_privacy_area input[type=checkbox]:checked {
  background-color: #a48b78;
  border-color: #a48b78;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.5L4 6.5L9 1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.contact-form .wpcf7-form .contact_privacy_area input[type=checkbox]:focus-visible {
  outline: 2px solid #a48b78;
  outline-offset: 2px;
}
.contact-form .wpcf7-form .confirm_check_area {
  margin-top: 16px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form .confirm_check_area {
    margin-top: 14px;
  }
}
.contact-form .wpcf7-form .confirm_check_area > p {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-form .wpcf7-form .confirm_check_area .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}
.contact-form .wpcf7-form .confirm_check_area .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-form .confirm_check_area .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  cursor: pointer;
}
.contact-form .wpcf7-form .confirm_check_area .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 769px) {
  .contact-form .wpcf7-form .confirm_check_area .wpcf7-list-item-label {
    font-size: 13px;
  }
}
.contact-form .wpcf7-form .confirm_check_area input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 1.6px;
  cursor: pointer;
}
.contact-form .wpcf7-form .confirm_check_area input[type=checkbox]:checked {
  background-color: #a48b78;
  border-color: #a48b78;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.5L4 6.5L9 1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
.contact-form .wpcf7-form .confirm_check_area input[type=checkbox]:focus-visible {
  outline: 2px solid #a48b78;
  outline-offset: 2px;
}
.contact-form .wpcf7-form .form_btn_area {
  margin-top: 24px;
}
.contact-form .wpcf7-form .submit_btn {
  width: 100%;
}
.contact-form .wpcf7-form .wpcf7-submit {
  width: 100%;
  margin: 0;
}/*# sourceMappingURL=mokka-new.css.map */