/* ====================================================================================
   common
==================================================================================== */

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  padding-bottom: 28px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-family:
    "Noto Sans JP",
    sans-serif;
}

.site-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
}


/* ====================================================================================
   header
==================================================================================== */
.mobile-fixed-header {
  width: 100%;
  background-color: #ffffff;
}
.site-header {
  width: 100%;
  background-color: #ffffff;
}
.hero {
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto;
}
.hero img {
  display: block;
  width: 100%;
  height: auto;
}
.top-contact-band {
  width: 100%;
  background-color: #72ca92;
}
.top-contact-inner {
  width: min(calc(100% - 32px), 1200px);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.top-contact-message {
  display: block;
  width: min(28%, 318px);
  height: auto;
}
.top-contact-tel {
  display: block;
  width: min(68%, 840px);
  text-decoration: none;
}
.top-contact-tel img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .top-contact-inner {
    min-height: 64px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: calc(26.5vw + 26px);
  }
  .mobile-fixed-header {
    order: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(46, 125, 83, 0.12);
  }
  .hero {
    width: 100%;
  }
  .hero img {
    width: 100%;
  }
  .top-contact-band {
    height: 26px;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-contact-band::before {
    content: "【横浜市・鎌倉市対応】その他エリアもお問合せください♪";
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  .top-contact-inner {
    display: none;
  }
  .top-contact-message,
  .top-contact-tel {
    display: none;
  }
}

/* ====================================================================================
   main menu left
==================================================================================== */

.mobile-intro-section {
  display: none;
}

.top-content {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 0 40px;
}

.top-content-inner {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.84fr) minmax(0, 1.66fr);
  align-items: stretch;
  gap: 28px;
}

.top-side {
  width: 100%;
  display: flex;
}

.top-side-card {
  width: 100%;
  min-height: 0;
  padding: 16px 18px 16px;
  border: 1.7px solid rgba(185, 138, 118, 0.8);
  border-radius: 16px;
  background-color: #fffdf9;
  background-image: radial-gradient(circle, rgba(114, 202, 146, 0.14) 2px, transparent 2px);
  background-size: 24px 24px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.top-illust1 {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 10px;
}

.top-card-dots {
  width: 78px;
  height: 6px;
  margin: 0 auto 10px;
  background-image: radial-gradient(circle, #72ca92 2px, transparent 2px);
  background-size: 9px 6px;
  background-repeat: repeat-x;
}

.top-side-text {
  margin: 0 0 10px;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.top-line-box {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 2px solid #9edfb5;
  border-radius: 12px;
  background-color: #bff0cf;
  margin-top: auto;
}

.top-line-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.top-line-text {
  margin: 0;
  color: #0f5f32;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}

.top-line-text span,
.top-line-text strong {
  display: block;
}

.top-line-text strong {
  margin: 2px 0;
  color: #087238;
  font-size: 16px;
  line-height: 1.2;
  white-space: normal;
}

.mobile-intro-photo {
  position: relative;
  width: 98%;
  margin: 18px auto 0;
  padding-bottom: 26px;
  overflow: visible;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-intro-photo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  border-bottom: 3px dotted #72ca92;
}

.mobile-intro-photo::after {
  content: none;
}

.mobile-intro-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 72%, rgba(0, 0, 0, 0.72) 86%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 72%, rgba(0, 0, 0, 0.72) 86%, transparent 100%);
}

.mobile-intro-photo figcaption {
  order: -1;
  display: inline-block;
  margin: 0 auto 6px;
  padding: 0;
  background-color: transparent;
  color: #5b3328;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .top-content-inner {
    gap: 20px;
  }

  .top-side-card {
    padding: 12px;
    border-width: 1px;
  }

  .top-illust1 {
    width: 88%;
    margin-bottom: 8px;
  }

  .top-card-dots {
    width: 66px;
    height: 5px;
    margin-bottom: 8px;
    background-size: 8px 5px;
  }

  .top-side-text {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .top-line-box {
    grid-template-columns: 72px 1fr;
    gap: 8px;
    padding: 6px 8px;
  }

  .top-line-text {
    font-size: 10px;
    line-height: 1.3;
  }

  .top-line-text strong {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .mobile-intro-section {
    order: 3;
    display: block;
    width: 100%;
    padding: 15px 0 6px;
    background-color: #ffffff;
  }

  .mobile-intro-inner {
    width: min(calc(100% - 32px), 420px);
    margin: 0 auto;
    padding: 0 8px;
    text-align: center;
  }

  .mobile-intro-heading {
    display: inline-block;
    margin: 0 0 14px;
    padding: 5px 22px 7px;
    border-radius: 999px;
    background-color: #ff7800;
    color: #ffffff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .mobile-intro-text {
    margin: 0;
    padding: 16px 0;
    border-top: 3px dotted #72ca92;
    border-bottom: none;
    color: #2c1d16;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.85;
    text-align: center;
  }

  .top-content {
    order: 6;
    padding: 24px 0 34px;
  }

  .top-content-inner {
    width: min(calc(100% - 32px), 420px);
    display: block;
  }

  .top-side {
    display: block;
    margin: 0;
  }

  .top-side-card {
    min-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: radial-gradient(circle, rgba(114, 202, 146, 0.2) 2px, transparent 2px);
    background-size: 30px 30px;
  }

  .top-illust1 {
    width: 94%;
    margin-bottom: 14px;
  }

  .top-card-dots {
    width: 78px;
    height: 6px;
    margin-bottom: 12px;
  }

  .top-side-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .top-line-box {
    grid-template-columns: 96px 1fr;
    gap: 10px;
    padding: 10px;
    margin-top: 0;
  }

  .top-line-text {
    font-size: 12px;
  }

  .top-line-text strong {
    font-size: 16px;
  }
}

/* ====================================================================================
   main menu right
==================================================================================== */

.top-menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: end;
  gap: 8px 12px;
}

.menu-card {
  display: block;
  width: 100%;
  max-width: 250px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease;
  -webkit-tap-highlight-color: transparent;
}

.menu-card:hover {
  transform: translateY(-3px);
}

.menu-card:active {
  transform: translateY(1px) scale(0.97);
}

.menu-card:focus {
  outline: none;
}

.menu-card img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  pointer-events: none;
}

@media (max-width: 767px) {
  .top-menu {
    display: none;
  }
}

/* ====================================================================================
   area
==================================================================================== */

.area-section {
  width: 100%;
  padding: 52px 0 60px;
  background-color: #effaf3;
}

.area-inner {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  text-align: center;
}

.area-heading {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 0 34px 12px;
  background-color: transparent;
  color: #0b6335;
  font-family:
    "M PLUS Rounded 1c",
    sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.area-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px dotted #ff7800;
}

.area-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 26px;
  align-items: stretch;
  padding: 22px 24px;
  border: 2px solid rgba(114, 202, 146, 0.58);
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 12px 26px rgba(47, 143, 91, 0.12);
}

.area-map-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f7fffa;
}

.area-map-image {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  object-fit: contain;
}

.area-contact-box {
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  border-radius: 18px;
  background-color: #fffdf9;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(114, 202, 146, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.area-contact-box h3 {
  margin: 0 0 20px;
  color: #0b6335;
  font-family:
    "M PLUS Rounded 1c",
    sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.area-contact-box p {
  margin: 0 0 20px;
  color: #5b3328;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.area-contact-button {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 30px 12px;
  border-radius: 999px;
  background-color: #ff7800;
  color: #ffffff;
  font-family:
    "M PLUS Rounded 1c",
    sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(255, 120, 0, 0.24);
}

.area-contact-button:hover {
  opacity: 0.86;
}

.area-contact-note {
  margin: 0;
  color: #0b6335;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .area-card {
    grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.72fr);
    gap: 18px;
    padding: 18px;
  }

  .area-contact-box {
    padding: 22px 18px;
  }

  .area-contact-box h3 {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .area-contact-box p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .area-contact-button {
    margin-bottom: 14px;
    padding: 9px 24px 11px;
    font-size: 13px;
  }

  .area-contact-note {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .area-section {
    order: 4;
    padding: 30px 0 36px;
  }

  .area-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .area-heading {
    margin-bottom: 20px;
    padding: 0 24px 9px;
    font-size: 20px;
  }

  .area-heading::after {
    border-bottom-width: 3px;
  }

  .area-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 12px;
    border-radius: 16px;
  }

  .area-map-frame {
    border-radius: 14px;
  }

  .area-map-image {
    max-width: 100%;
  }

  .area-contact-box {
    height: auto;
    padding: 22px 16px;
    border-radius: 16px;
  }

  .area-contact-box h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .area-contact-box p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.75;
  }

  .area-contact-button {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .area-contact-note {
    font-size: 12px;
  }
}

/* ====================================================================================
   gallery
==================================================================================== */

.gallery-section {
  width: 100%;
  padding: 54px 0 62px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, rgba(114, 202, 146, 0.18) 2px, transparent 2px);
  background-size: 26px 26px;
}

.gallery-inner {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  text-align: center;
}

.gallery-heading {
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
  padding: 0 34px 12px;
  color: #0b6335;
  font-family:
    "M PLUS Rounded 1c",
    sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.gallery-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px dotted #72ca92;
}

.gallery-slider-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
}

.gallery-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 8px 0 12px;
}

.gallery-slider::-webkit-scrollbar {
  display: none;
}

.gallery-slider img {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(46, 125, 83, 0.16);
}

.gallery-arrow {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background-color: #72ca92;
  color: #ffffff;
  font-family: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(46, 125, 83, 0.18);
  -webkit-tap-highlight-color: transparent;
}

.gallery-arrow:hover {
  background-color: #5fb77f;
}

@media (max-width: 767px) {
  .gallery-section {
    order: 5;
    padding: 34px 0 42px;
    background-size: 24px 24px;
  }

  .gallery-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .gallery-heading {
    margin-bottom: 20px;
    padding: 0 24px 9px;
    font-size: 20px;
  }

  .gallery-heading::after {
    border-bottom-width: 3px;
  }

  .gallery-slider-wrap {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 8px;
  }

  .gallery-slider {
    gap: 10px;
  }

  .gallery-slider img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
  }

  .gallery-arrow {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}


/* ====================================================================================
   aboutuse
==================================================================================== */

.aboutuse-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.aboutuse-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.page-heading {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 34px;
  padding: 0 14px 18px;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.page-heading::before {
  content: "Information";
  display: block;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 5px 18px 7px;
  border-radius: 999px;
  background-color: #f4a6b5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.page-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 86px;
  border-bottom: 4px dotted #72ca92;
  transform: translateX(-50%);
}

.aboutuse-lead {
  margin: 0 0 34px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.aboutuse-block {
  padding: 28px 0;
  border-top: 1px solid rgba(114, 202, 146, 0.28);
}

.aboutuse-block h2 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 6px solid #ff7800;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.aboutuse-list {
  margin: 0;
  padding-left: 1.4em;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.aboutuse-list li {
  margin-bottom: 10px;
}

.aboutuse-text {
  margin: 0;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.aboutuse-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 14px;
  background-color: #fff8ee;
  color: #2c1d16;
}

.aboutuse-note p {
  margin: 0 0 10px;
  color: #5b3328;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.aboutuse-note ul {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.flow-list {
  display: grid;
  gap: 16px;
}

.flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(114, 202, 146, 0.28);
  border-radius: 16px;
  background-color: #fffdf9;
}

.flow-item + .flow-item::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 62px;
  width: 3px;
  height: 16px;
  background-color: #72ca92;
}

.flow-icon {
  width: 76px;
  height: 76px;
  padding: 12px;
  border: 2px solid #f4a6b5;
  border-radius: 999px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-step {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 8px 0;
  padding: 3px 12px 5px;
  border-radius: 999px;
  background-color: #d8f3e0;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  vertical-align: middle;
}

.flow-body h3 {
  display: inline;
  margin: 0;
  color: #5b3328;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  vertical-align: middle;
}

.flow-body h3 + p {
  margin-top: 8px;
}

.flow-body p {
  margin: 0;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.aboutuse-price-link {
  margin-top: 22px;
  padding: 20px;
  border-radius: 16px;
  background-color: #effaf3;
  text-align: center;
}

.aboutuse-price-link p {
  margin: 0 0 14px;
  color: #5b3328;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.aboutuse-price-link a {
  display: inline-block;
  padding: 10px 28px 12px;
  border-radius: 999px;
  background-color: #ff7800;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(255, 120, 0, 0.22);
}

.aboutuse-price-link a:hover {
  opacity: 0.86;
}

@media (max-width: 767px) {
  .aboutuse-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .aboutuse-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .page-heading {
    margin-bottom: 26px;
    padding: 0 12px 15px;
    font-size: 26px;
  }

  .page-heading::before {
    margin-bottom: 7px;
    padding: 4px 15px 6px;
    font-size: 12px;
  }

  .page-heading::after {
    width: 72px;
    border-bottom-width: 3px;
  }

  .aboutuse-lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .aboutuse-block {
    padding: 24px 0;
  }

  .aboutuse-block h2 {
    padding-left: 12px;
    border-left-width: 5px;
    font-size: 20px;
  }

  .aboutuse-list,
  .aboutuse-text {
    font-size: 14px;
    line-height: 1.85;
  }

  .aboutuse-note {
    padding: 16px;
  }

  .flow-list {
    gap: 14px;
  }

  .flow-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .flow-item + .flow-item::before {
    left: 45px;
    top: -14px;
    height: 14px;
  }

  .flow-icon {
    width: 58px;
    height: 58px;
    padding: 9px;
    border-width: 2px;
  }

  .flow-step {
    margin: 0 8px 7px 0;
    padding: 3px 10px 5px;
    font-size: 12px;
  }

  .flow-body h3 {
    font-size: 17px;
  }

  .flow-body h3 + p {
    margin-top: 7px;
  }

  .flow-body p {
    font-size: 13px;
    line-height: 1.7;
  }

  .aboutuse-price-link {
    margin-top: 18px;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .aboutuse-price-link p {
    font-size: 14px;
  }

  .aboutuse-price-link a {
    font-size: 14px;
  }
}

/* ====================================================================================
   plan
==================================================================================== */

.plan-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.plan-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.plan-section .page-heading::before {
  content: "Service & Price";
}

.plan-lead {
  margin: 0 0 34px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.plan-block {
  padding: 28px 0;
  border-top: 1px solid rgba(114, 202, 146, 0.28);
}

.plan-block h2 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 6px solid #ff7800;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.plan-block:has(.plan-table-basic) h2 {
  border-left-color: #f4a6b5;
  color: #7a3141;
}

.plan-block:has(.plan-table-regular) h2 {
  border-left-color: #6fb4dc;
  color: #255f83;
}

.plan-summary,
.plan-text,
.plan-service-list {
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.plan-summary p,
.plan-text {
  margin: 0 0 12px;
}

.plan-note {
  display: inline;
  margin: 0 0 12px;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
  background-image: linear-gradient(transparent 62%, rgba(255, 120, 0, 0.22) 62%);
}

.plan-price-line strong {
  color: #0b6335;
  font-size: 22px;
  font-weight: 800;
}

.plan-service-list {
  margin: 0 0 18px;
  padding-left: 1.4em;
}

.plan-table-wrap {
  overflow-x: auto;
  margin: 18px 0 14px;
}

.plan-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  background-color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.plan-table th,
.plan-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.16);
}

.plan-table thead th {
  color: #ffffff;
  font-weight: 800;
}

.plan-table thead th:first-child,
.plan-table tbody th {
  width: 24%;
}

.plan-table thead th:nth-child(2),
.plan-table thead th:nth-child(3),
.plan-table tbody td {
  width: 38%;
}

.plan-table tbody th {
  font-weight: 800;
}

.plan-table td {
  color: #2c1d16;
  font-weight: 800;
}

.plan-table tbody tr:last-child th,
.plan-table tbody tr:last-child td {
  border-bottom: none;
}

.plan-table-basic {
  border: 1px solid rgba(244, 166, 181, 0.58);
}

.plan-table-basic thead th {
  background-color: #f4a6b5;
}

.plan-table-basic tbody th {
  background-color: #fff1f4;
  color: #7a3141;
}

.plan-table-basic td:last-child {
  background-color: #fff7f9;
}

.plan-table-regular {
  border: 1px solid rgba(111, 180, 220, 0.58);
}

.plan-table-regular thead th {
  background-color: #6fb4dc;
}

.plan-table-regular tbody th {
  background-color: #eef8ff;
  color: #255f83;
}

.plan-table-regular td:last-child {
  background-color: #f6fbff;
}

.plan-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plan-info-card {
  padding: 18px;
  border-radius: 14px;
  background-color: #fffdf9;
  box-shadow: 0 0 0 1px rgba(114, 202, 146, 0.25);
}

.plan-info-card h3 {
  margin: 0 0 10px;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.plan-info-card p,
.plan-info-card ul {
  margin: 0;
  color: #2c1d16;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.plan-info-card ul {
  padding-left: 1.3em;
}

.plan-time-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0 14px;
}

.plan-time-list div {
  padding: 14px 10px;
  border-radius: 14px;
  background-color: #effaf3;
  text-align: center;
}

.plan-time-list span {
  display: block;
  margin-bottom: 5px;
  color: #0b6335;
  font-size: 14px;
  font-weight: 800;
}

.plan-time-list strong {
  display: block;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .plan-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .plan-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .plan-lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .plan-block {
    padding: 24px 0;
  }

  .plan-block h2 {
    padding-left: 12px;
    border-left-width: 5px;
    font-size: 20px;
  }

  .plan-summary,
  .plan-text,
  .plan-service-list {
    font-size: 14px;
    line-height: 1.8;
  }

  .plan-note {
    font-size: 14px;
    line-height: 1.8;
  }

  .plan-table {
    font-size: 13px;
  }

  .plan-table th,
  .plan-table td {
    padding: 11px 8px;
  }

  .plan-info-grid,
  .plan-time-list {
    grid-template-columns: 1fr;
  }
}

/* ====================================================================================
   faq
==================================================================================== */

.faq-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.faq-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.faq-section .page-heading::before {
  content: "FAQ";
}

.faq-lead {
  margin: 0 0 34px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-item {
  padding: 22px 24px;
  border: 1px solid rgba(114, 202, 146, 0.32);
  border-radius: 16px;
  background-color: #fffdf9;
}

.faq-question {
  position: relative;
  margin: 0 0 14px;
  padding-left: 42px;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.faq-question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0.08em;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #72ca92;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}

.faq-answer {
  position: relative;
  margin: 0;
  padding-left: 42px;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.faq-answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0.14em;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #ffdfbf;
  color: #d96b00;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}

.faq-price-link {
  margin-top: 24px;
  padding: 22px 20px;
  border-radius: 16px;
  background-color: #effaf3;
  text-align: center;
}

.faq-price-link p {
  margin: 0 0 14px;
  color: #5b3328;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.faq-price-link a {
  display: inline-block;
  padding: 10px 28px 12px;
  border-radius: 999px;
  background-color: #ff7800;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(255, 120, 0, 0.22);
}

.faq-price-link a:hover {
  opacity: 0.86;
}

@media (max-width: 767px) {
  .faq-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .faq-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .faq-lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .faq-list {
    gap: 14px;
  }

  .faq-item {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .faq-question {
    margin-bottom: 12px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 1.55;
  }

  .faq-question::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }

  .faq-answer {
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.85;
  }

  .faq-answer::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }

  .faq-price-link {
    margin-top: 20px;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .faq-price-link p {
    font-size: 14px;
  }

  .faq-price-link a {
    font-size: 14px;
  }
}

/* ====================================================================================
  profile
==================================================================================== */

.profile-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.profile-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.profile-section .page-heading::before {
  content: "Profile";
}

.profile-lead {
  margin: 0 0 30px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.profile-message-card {
  margin: 0 0 34px;
  padding: 28px 24px;
  border-radius: 16px;
  background:
    radial-gradient(circle, rgba(114, 202, 146, 0.2) 1.5px, transparent 1.5px) 0 0 / 18px 18px,
    #fbfffc;
}

.profile-message-content {
  display: grid;
  grid-template-columns: minmax(0, 390px) 320px;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.profile-message-text {
  text-align: center;
}

.profile-message-heading {
  display: inline-block;
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 7px;
  color: #5b3328;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.profile-message-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  border-bottom: 2px solid #ff7800;
  transform: translateX(-50%);
}

.profile-message-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-message-text li {
  position: relative;
  margin: 0;
  padding: 0 0 18px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
}

.profile-message-text li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #72ca92;
  transform: translateX(-50%);
}

.profile-message-text li:last-child {
  padding-bottom: 0;
}

.profile-message-text li:last-child::after {
  display: none;
}

.profile-training {
  margin: 0;
}

.profile-training img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  object-fit: cover;
}

.profile-training figcaption {
  margin-top: 8px;
  color: #5b3328;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.profile-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(114, 202, 146, 0.35);
  border-radius: 18px;
  background-color: #ffffff;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
}

.profile-table th,
.profile-table td {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(114, 202, 146, 0.28);
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

.profile-table tr:last-child th,
.profile-table tr:last-child td {
  border-bottom: none;
}

.profile-table th {
  width: 32%;
  background-color: #eefaf3;
  color: #0b6335;
  font-weight: 800;
}

.profile-table td {
  color: #2c1d16;
  font-weight: 500;
}

@media (max-width: 767px) {
  .profile-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .profile-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .profile-lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .profile-message-card {
    margin-bottom: 30px;
    padding: 22px 18px;
    border-radius: 16px;
    background-size: 16px 16px, auto;
  }

  .profile-message-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .profile-message-heading {
    margin-bottom: 16px;
    padding-bottom: 7px;
    font-size: 20px;
  }

  .profile-message-heading::after {
    width: 58px;
    border-bottom-width: 2px;
  }

  .profile-message-text li {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .profile-message-text li::after {
    bottom: 6px;
    width: 5px;
    height: 5px;
  }

  .profile-training img {
    border-radius: 12px;
  }

  .profile-training figcaption {
    margin-top: 7px;
    font-size: 13px;
  }

  .profile-table-wrap {
    border-radius: 14px;
  }

  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.75;
  }

  .profile-table th {
    border-bottom: none;
  }

  .profile-table td {
    border-bottom: 1px solid rgba(114, 202, 146, 0.28);
  }

  .profile-table tr:last-child td {
    border-bottom: none;
  }
}

/* ====================================================================================
   photo
==================================================================================== */

.photo-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #f7fffa;
  background-image: radial-gradient(circle, rgba(114, 202, 146, 0.22) 2px, transparent 2px);
  background-size: 22px 22px;
}

.photo-inner {
  width: min(calc(100% - 48px), 1080px);
  margin: 0 auto;
}

.photo-section .page-heading::before {
  content: "Gallery";
}

.photo-lead {
  margin: 0 0 30px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.photo-gallery {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 4px 18px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.photo-gallery::-webkit-scrollbar {
  height: 8px;
}

.photo-gallery::-webkit-scrollbar-track {
  border-radius: 999px;
  background-color: #ffffff;
}

.photo-gallery::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #72ca92;
}

.photo-card {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  margin: 0;
  overflow: hidden;
  border: 4px solid #ffffff;
  border-radius: 18px;
  background-color: #effaf3;
  box-shadow:
    0 0 0 1px rgba(114, 202, 146, 0.25),
    0 8px 18px rgba(47, 143, 91, 0.08);
  scroll-snap-align: start;
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-instagram {
  width: min(100%, 760px);
  margin: 30px auto 0;
  padding: 20px 22px;
  border-radius: 18px;
  background-color: #ffffff;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(114, 202, 146, 0.22),
    0 8px 18px rgba(47, 143, 91, 0.08);
}

.photo-instagram p {
  margin: 0 0 14px;
  color: #5b3328;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.photo-instagram a {
  display: inline-block;
  padding: 9px 24px 11px;
  border-radius: 999px;
  background-color: #0b6335;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(11, 99, 53, 0.18);
}

.photo-instagram a:hover {
  opacity: 0.86;
}

@media (max-width: 767px) {
  .photo-section {
    order: 3;
    padding: 30px 0 50px;
    background-size: 20px 20px;
  }

  .photo-inner {
    width: 100%;
  }

  .photo-lead {
    width: min(calc(100% - 32px), 420px);
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .photo-gallery {
    gap: 12px;
    padding: 4px 16px 16px;
  }

  .photo-card {
    flex-basis: 150px;
    width: 150px;
    height: 150px;
    border-radius: 16px;
  }

  .photo-instagram {
    width: min(calc(100% - 32px), 420px);
    margin-top: 26px;
    padding: 18px 16px;
    border-radius: 16px;
  }

  .photo-instagram p {
    font-size: 14px;
  }

  .photo-instagram a {
    font-size: 14px;
  }
}

/* ====================================================================================
   contact
==================================================================================== */

.contact-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.contact-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.contact-section .page-heading::before {
  content: "Contact";
}

.contact-lead {
  margin: 0 0 34px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.contact-block {
  padding: 28px 0;
  border-top: 1px solid rgba(114, 202, 146, 0.28);
}

.contact-block h2 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 6px solid #ff7800;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.contact-notice-list {
  margin: 0;
  padding-left: 1.4em;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.contact-notice-list li {
  margin-bottom: 10px;
}

.contact-methods {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-method {
  padding: 20px 18px;
  border-radius: 16px;
  background-color: #fffdf9;
  box-shadow: 0 0 0 1px rgba(114, 202, 146, 0.25);
  text-align: center;
}

.contact-method-line {
  grid-row: span 2;
  background-color: #effaf3;
}

.contact-method h3 {
  margin: 0 0 12px;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-method p {
  margin: 0 0 12px;
  color: #2c1d16;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.contact-method p:last-child {
  margin-bottom: 0;
}

.contact-method a {
  color: #0b6335;
  font-weight: 800;
  text-decoration: none;
  word-break: break-all;
}

.contact-main-link {
  color: #d96b00 !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.contact-method a:hover {
  opacity: 0.82;
}

.contact-qr {
  width: 150px;
  margin: 12px auto 14px;
  padding: 8px;
  border-radius: 12px;
  background-color: #ffffff;
}

.contact-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-button {
  display: inline-block;
  padding: 9px 22px 11px;
  border-radius: 999px;
  background-color: #0b6335;
  color: #ffffff !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(11, 99, 53, 0.18);
}

.contact-button:hover {
  opacity: 0.86;
}

@media (max-width: 767px) {
  .contact-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .contact-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .contact-lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .contact-block {
    padding: 24px 0;
  }

  .contact-block h2 {
    padding-left: 12px;
    border-left-width: 5px;
    font-size: 20px;
  }

  .contact-notice-list {
    font-size: 14px;
    line-height: 1.85;
  }

  .contact-methods {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }

  .contact-method-line {
    grid-row: auto;
  }

  .contact-method {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .contact-method h3 {
    font-size: 18px;
  }

  .contact-main-link {
    font-size: 17px;
  }
}

/* ====================================================================================
   privacy
==================================================================================== */

.privacy-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.privacy-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.privacy-section .page-heading::before {
  content: "Privacy Policy";
}

.privacy-lead {
  margin: 0 0 34px;
  color: #5b3328;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.privacy-block {
  padding: 28px 0;
  border-top: 1px solid rgba(114, 202, 146, 0.28);
}

.privacy-block h2 {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 6px solid #ff7800;
  color: #0b6335;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.privacy-block p,
.privacy-block ul {
  margin: 0;
  color: #2c1d16;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.privacy-block p + p {
  margin-top: 12px;
}

.privacy-block ul {
  padding-left: 1.4em;
}

.privacy-block li {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .privacy-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .privacy-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .privacy-lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .privacy-block {
    padding: 24px 0;
  }

  .privacy-block h2 {
    padding-left: 12px;
    border-left-width: 5px;
    font-size: 20px;
  }

  .privacy-block p,
  .privacy-block ul {
    font-size: 14px;
    line-height: 1.85;
  }
}

/* ====================================================================================
   tokushoho
==================================================================================== */

.tokushoho-section {
  width: 100%;
  padding: 54px 0 72px;
  background-color: #ffffff;
}

.tokushoho-inner {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.tokushoho-section .page-heading::before {
  content: "Legal Notice";
}

.tokushoho-table-wrap {
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(114, 202, 146, 0.24),
    0 8px 20px rgba(47, 143, 91, 0.08);
}

.tokushoho-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.tokushoho-table th,
.tokushoho-table td {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(114, 202, 146, 0.22);
  line-height: 1.7;
}

.tokushoho-table th {
  width: 30%;
  background-color: #effaf3;
  color: #0b6335;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

.tokushoho-table td {
  color: #2c1d16;
  font-weight: 500;
}

.tokushoho-table a {
  color: #0b6335;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tokushoho-table tr:last-child th,
.tokushoho-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 767px) {
  .tokushoho-section {
    order: 3;
    padding: 30px 0 50px;
  }

  .tokushoho-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .tokushoho-table th,
  .tokushoho-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  .tokushoho-table th {
    border-bottom: none;
  }

  .tokushoho-table td {
    border-bottom: 1px solid rgba(114, 202, 146, 0.22);
  }
}

/* ====================================================================================
   mobile bottom menu
==================================================================================== */

.mobile-bottom-menu {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 58px;
  }

  .mobile-bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 180;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px 52px 52px;
    width: 100%;
    height: 58px;
    background-color: #ffffff;
    box-shadow: 0 -4px 14px rgba(47, 143, 91, 0.22);
  }

  .mobile-bottom-item {
    position: relative;
    min-width: 0;
    height: 58px;
    padding: 0;
    border: none;
    background-color: #ffffff;
    color: #5b3328;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.12;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-bottom-item + .mobile-bottom-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 38px;
    background-color: rgba(47, 143, 91, 0.22);
    box-shadow: -2px 0 5px rgba(47, 143, 91, 0.16);
  }

  .mobile-bottom-reserve {
    padding: 0 4px;
  }

  .mobile-bottom-reserve img,
  .mobile-bottom-icon img,
  .mobile-bottom-drawer-button img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
  }
}


/* ====================================================================================
   mobile drawer menu
==================================================================================== */

.mobile-drawer-overlay,
.mobile-drawer {
  display: none;
}

@media (max-width: 767px) {
  .mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 400;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 410;
    display: block;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    padding: 54px 18px 24px;
    background-color: rgba(255, 253, 249, 0.96);
    box-shadow: -8px 0 18px rgba(46, 125, 83, 0.18);
    transform: translateX(100%);
    transition: transform 0.24s ease;
  }

  .mobile-drawer-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background-color: #72ca92;
    color: #ffffff;
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-drawer-nav {
    display: grid;
    gap: 10px;
  }

  .mobile-drawer-nav a {
    display: block;
    padding: 12px 10px;
    border-bottom: 1px dotted #72ca92;
    color: #0b6335;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .is-mobile-drawer-open .mobile-drawer-overlay {
    display: block;
  }

  .is-mobile-drawer-open .mobile-drawer {
    transform: translateX(0);
  }
}

/* ====================================================================================
   footer
==================================================================================== */

.site-footer {
  width: 100%;
  background-color: #2f8f5b;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.site-footer-inner {
  width: min(calc(100% - 32px), 1200px);
  min-height: 28px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #ffffff;
  font-size: 12px;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .site-footer {
    display: none;
  }
}