@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #101010;
}
@media (max-width: 767px) {
  body {
    font-weight: 500;
  }
}

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

.main {
  position: relative;
  min-height: 100vh;
  background: #ECF4D9;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.5rem;
  z-index: 9900;
  background: rgba(199, 231, 197, 0.8);
}
@media (max-width: 767px) {
  .l-header {
    height: 6.5rem;
    background: rgba(199, 231, 197, 0.8);
  }
}

.l-header__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8rem 0 1rem;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0 1rem;
  }
}

.l-header__logo {
  width: 23.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 9.9rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

.l-header__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #101010;
}

.l-header__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}

.l-header__tel-num {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 3rem;
  list-style: none;
}

.l-header__nav-item a {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* ── SP用ヘッダー右側（電話アイコン＋MENUボタン）──────────── */
.l-header__sp {
  display: none;
}
@media (max-width: 767px) {
  .l-header__sp {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}

.l-header__sp-tel {
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/common/icon-tel-circle.svg) no-repeat center/contain;
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 4rem;
  height: 4.4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 9999;
  padding: 0.5rem 0;
  background: #79af78;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__lines {
  display: block;
  width: 2.6rem;
  height: 1.5rem;
  position: relative;
}

.hamburger__lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #101010;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

.hamburger__lines span:nth-child(1) {
  top: 0;
}

.hamburger__lines span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger__lines span:nth-child(3) {
  bottom: 0;
}

.hamburger__label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #101010;
  line-height: 1;
}

body.fixed {
  overflow: hidden;
}

/* ── SP用ハンバーガーメニュー（オーバーレイ）──────────────── */
.hamburger-menu {
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 9000;
    background: #c7e7c5;
    padding: 6.5rem 2rem 6rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__nav {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hamburger-menu__list {
  list-style: none;
  width: 100%;
}

.hamburger-menu__item + .hamburger-menu__item {
  margin-top: 4rem;
}

.hamburger-menu__listLink {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #101010;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.hamburger-menu__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-top: 4rem;
  text-decoration: none;
  color: #101010;
}

.hamburger-menu__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}

.hamburger-menu__tel-num {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-footer {
  background: #88c987;
  padding: 2.1rem 2rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 3rem 1.5rem;
  }
}

.l-footer__inner {
  border: 1px solid #f5f5f5;
  min-height: 28.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 4rem 10rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3rem 2rem;
    min-height: 0;
  }
}

.l-footer__logo {
  width: 30rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 26rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.2rem;
}
@media (max-width: 767px) {
  .l-footer__right {
    align-items: center;
    gap: 3.2rem;
  }
}

.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #101010;
}

.l-footer__tel-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}

.l-footer__tel-num {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 3rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.l-footer__nav-item a {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.8rem;
  }
}

.l-copyright {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #005331;
  padding: 1.3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.2rem;
    padding: 1.4rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* =========================================================
   下層ページ共通メインビジュアル（.lower-fv）
   背景画像（img/common/lower-mv.webp）とテキストレイアウトは
   全下層ページ共通。各ページではタイトル文言のみ変更する。
   ========================================================= */
.lower-fv {
  position: relative;
  width: 100%;
  height: 46.1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 26rem;
  }
}

.lower-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.lower-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
}

.lower-fv__title {
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 1.2;
  color: #005331;
  letter-spacing: 0.32rem;
  text-align: center;
  text-shadow: 0 0 1.4rem #ffdd00, 0 0 1.4rem #ffdd00, 0 0 2.4rem #ffdd00;
}
@media (max-width: 767px) {
  .lower-fv__title {
    font-size: 3rem;
    letter-spacing: 0.02rem;
  }
}

/* =========================================================
   下層ページ共通レイアウト・パーツ
   ========================================================= */
.lower-main {
  background: #ECF4D9;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .lower-main {
    padding: 5rem 0;
  }
}

.lower-inner {
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── 中央見出し（木の妖精＋日本語＋バナー）─────────────── */
.lower-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .lower-ttl {
    gap: 1.2rem;
    margin-bottom: 3rem;
  }
}

.lower-ttl__fairy {
  width: auto;
  height: 4.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .lower-ttl__fairy {
    height: 3.4rem;
  }
}

.lower-ttl__txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #8d8983;
  letter-spacing: 0.14rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lower-ttl__txt {
    font-size: 2.2rem;
  }
}

.lower-ttl__bnr {
  width: auto;
  height: 3.3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .lower-ttl__bnr {
    height: 2.8rem;
  }
}

/* ── 左ライン見出し（50px線＋日本語）──────────────────── */
.lower-stitle {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.14rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .lower-stitle {
    font-size: 2.2rem;
    gap: 1rem;
  }
}
.lower-stitle .tonic {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .lower-stitle .tonic {
    font-size: 1.6rem;
  }
}

.lower-stitle::before {
  content: "";
  width: 5rem;
  height: 2px;
  background: #88C987;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .lower-stitle::before {
    margin-top: 1.6rem;
  }
}

/* ── 導入リード文（中央）──────────────────────────────── */
.lower-lead {
  max-width: 108rem;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #101010;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .lower-lead {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }
}

/* ── 写真＋テキストの左右交互セクション ───────────────── */
.lower-section__inner {
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .lower-section__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.lower-section--rev .lower-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lower-section--rev .lower-section__inner {
    flex-direction: column;
  }
}

.lower-section + .lower-section {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .lower-section + .lower-section {
    margin-top: 5rem;
  }
}

.lower-section__image {
  width: 60rem;
  height: 40rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .lower-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 600/400;
  }
}
.lower-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lower-section__body {
  flex: 1;
  padding-top: 0.5rem;
}

.lower-section__text {
  margin-top: 2.6rem;
  font-size: 1.8rem;
  line-height: 1.95;
  color: #101010;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .lower-section__text {
    font-size: 1.5rem;
    margin-top: 1.6rem;
    line-height: 1.9;
  }
}

/* ── セクション間の装飾バナー（中央）──────────────────── */
.lower-deco {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8rem;
  margin: 7rem 0;
}
@media (max-width: 767px) {
  .lower-deco {
    margin: 4rem 0;
  }
}

.lower-deco__item {
  width: auto;
  height: 4rem;
  display: block;
}

/* ── 電話ボタン（緑のピル）─────────────────────────────── */
.lower-tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 32.8rem;
  max-width: 100%;
  height: 6.8rem;
  margin: 3.4rem auto 0;
  background: #88c987;
  border-radius: 10rem;
  text-decoration: none;
  border: 3px solid #5E3100;
}

.lower-tel-btn__icon {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}

.lower-tel-btn__num {
  font-size: 2.8rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .lower-tel-btn__num {
    font-size: 2.4rem;
  }
}

/* =========================================================
   こだわり（page-commitment）
   ========================================================= */
.page-commitment {
  background: #ECF4D9;
}

.commit-main {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .commit-main {
    padding: 5rem 0;
  }
}

/* ── 本文セクション（写真＋テキスト・左右交互）─────────── */
.commit-section__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .commit-section__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.commit-section--rev .commit-section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .commit-section--rev .commit-section__inner {
    flex-direction: column;
  }
}

.commit-section__image {
  width: 60rem;
  height: 40rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .commit-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 600/400;
  }
}
.commit-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.commit-section__body {
  flex: 1;
}

.commit-section__title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.14rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .commit-section__title {
    font-size: 2.2rem;
    gap: 1rem;
  }
}

.commit-section__line {
  width: 5rem;
  height: 2px;
  background: #88C987;
  flex-shrink: 0;
}

.commit-section__text {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  line-height: 1.95;
  color: #101010;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .commit-section__text {
    font-size: 1.5rem;
    margin-top: 2rem;
    line-height: 1.9;
  }
}

/* ── セクション間の装飾バナー（中央）─────────────────── */
.commit-deco {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8rem;
  margin: 9rem 0;
}
@media (max-width: 767px) {
  .commit-deco {
    margin: 5rem 0;
  }
}

.commit-deco__item {
  width: auto;
  height: 4rem;
  display: block;
}

/* =========================================================
   メニュー（page-menu）
   ========================================================= */
/* ── 通常メニュー：写真3枚（左）＋料金表（右）─────────── */
.menu-normal {
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  gap: 9rem;
}
@media (max-width: 767px) {
  .menu-normal {
    flex-direction: column;
    gap: 4rem;
  }
}

.menu-normal__photos {
  width: 55rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 767px) {
  .menu-normal__photos {
    width: 100%;
    gap: 2rem;
  }
}

.menu-normal__photo {
  width: 100%;
  height: 35rem;
}
@media (max-width: 767px) {
  .menu-normal__photo {
    height: auto;
    aspect-ratio: 550/350;
  }
}
.menu-normal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-normal__body {
  flex: 1;
  min-width: 0;
}

.menu-cat {
  margin-top: 4rem;
}

.menu-cat__label {
  font-size: 2.8rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.14rem;
}
@media (max-width: 767px) {
  .menu-cat__label {
    font-size: 2.2rem;
  }
}

.menu-list {
  list-style: none;
  margin: 1rem 0 0 11rem;
}
@media (max-width: 767px) {
  .menu-list {
    margin-left: 1.5rem;
  }
}

.menu-list__item {
  padding: 0.9rem 0;
  border-bottom: 1px solid #88C987;
}

.menu-list__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  font-size: 1.8rem;
  color: #101010;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .menu-list__row {
    font-size: 1.4rem;
  }
}

.menu-list__price {
  white-space: nowrap;
}

.menu-list__note {
  font-size: 1.6rem;
  color: #6b6b6b;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .menu-list__note {
    font-size: 1.2rem;
  }
}

/* ── ヘアギャラリー（オートスクロールスライダー）─────── */
.menu-gallery {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .menu-gallery {
    margin-top: 6rem;
  }
}

.gallery-slider {
  width: 100%;
}

.gallery-slider .splide__slide {
  height: auto;
}

.gallery-slider .splide__slide img {
  width: 100%;
  height: 26.7rem;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}
@media (max-width: 767px) {
  .gallery-slider .splide__slide img {
    height: 20rem;
  }
}

/* ── ギャラリー画像の全画面モーダル ─────────────────────── */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.85);
  cursor: zoom-out;
}
@media (max-width: 767px) {
  .gallery-modal {
    padding: 2rem;
  }
}

.gallery-modal.is-open {
  display: flex;
}

.gallery-modal__img {
  width: auto;
  height: auto;
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.5);
}

.gallery-modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.gallery-modal__close::before, .gallery-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.4rem;
  height: 2px;
  background: #fff;
}
.gallery-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================================================
   訪問カットサービス（page-service）
   ========================================================= */
/* ── とは：リード＋写真2枚 ─────────────────────────────── */
.service-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  max-width: 105rem;
  margin: 4.4rem auto 0;
}
@media (max-width: 767px) {
  .service-imgs {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.service-imgs__item {
  width: 100%;
  height: 40rem;
}
@media (max-width: 767px) {
  .service-imgs__item {
    height: auto;
    aspect-ratio: 500/400;
  }
}
.service-imgs__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── いつでもご相談ください：二重線見出し＋写真3枚＋箇条書き ── */
.service-relief {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .service-relief {
    margin-top: 6rem;
  }
}

.service-ttl-line {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .service-ttl-line {
    margin-bottom: 3rem;
  }
}

.service-ttl-line__txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #8d8983;
  letter-spacing: 0.14rem;
}
@media (max-width: 767px) {
  .service-ttl-line__txt {
    font-size: 2.2rem;
  }
}

.service-ttl-line__deco {
  display: block;
  width: 32.5rem;
  max-width: 80%;
  height: 0;
  margin: 2rem auto 0;
  border-top: 1px solid #88C987;
  position: relative;
}
.service-ttl-line__deco::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.7rem;
  border-top: 1px solid #88C987;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 109rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.service-cards__item {
  width: 100%;
  height: 25rem;
}
@media (max-width: 767px) {
  .service-cards__item {
    height: auto;
    aspect-ratio: 350/250;
  }
}
.service-cards__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 6rem;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .service-points {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-top: 2.4rem;
    padding-left: 2rem;
  }
}

.service-point {
  font-size: 2rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .service-point {
    font-size: 1.6rem;
  }
}
.service-point::before {
  content: "●";
  color: #79af78;
  margin-right: 0.6rem;
}

/* ── 料金・エリア（写真600×350）──────────────────────── */
.service-fee {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .service-fee {
    margin-top: 6rem;
  }
}

.page-service .service-fee .lower-section__image {
  height: 35rem;
}
@media (max-width: 767px) {
  .page-service .service-fee .lower-section__image {
    height: auto;
    aspect-ratio: 600/350;
  }
}

/* ── 電話案内 ─────────────────────────────────────────── */
.service-tel {
  margin-top: 9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service-tel {
    margin-top: 6rem;
  }
}

.service-tel__text {
  font-size: 2.8rem;
  line-height: 1.6;
  color: #101010;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-color: #79AF78;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}
@media (max-width: 767px) {
  .service-tel__text {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* =========================================================
   店舗案内 / プロフィール（page-profile）
   ========================================================= */
/* ── プロフィール：写真2枚＋経歴表 ───────────────────── */
.profile-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  max-width: 95rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile-photos {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.profile-photos__item {
  width: 100%;
  height: 30rem;
}
@media (max-width: 767px) {
  .profile-photos__item {
    height: auto;
    aspect-ratio: 450/300;
  }
}
.profile-photos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-table {
  max-width: 85rem;
  margin: 5rem auto 0;
  border-top: 1px solid rgba(16, 16, 16, 0.16);
}

.profile-row {
  display: flex;
  gap: 2rem;
  padding: 1.8rem 0.5rem;
  border-bottom: 1px solid #79AF78;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #101010;
}
@media (max-width: 767px) {
  .profile-row {
    flex-direction: column;
    gap: 0.4rem;
    font-size: 1.4rem;
  }
}

.profile-row__dt {
  width: 16rem;
  flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .profile-row__dt {
    width: auto;
  }
}

.profile-row__dd {
  flex: 1;
}

/* ── 店舗情報テーブル ─────────────────────────────────── */
.info-table {
  max-width: 110rem;
  margin: 0 auto;
  border: 1px solid #e6d3bb;
  border-bottom: 0;
}

.info-row {
  display: flex;
}
@media (max-width: 767px) {
  .info-row {
    flex-direction: column;
  }
}

.info-row__th {
  width: 40rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.4rem 1rem;
  background: #88c987;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #e6d3bb;
}
@media (max-width: 767px) {
  .info-row__th {
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.info-row__td {
  flex: 1;
  padding: 1.4rem 5rem;
  background: #fff;
  color: #101010;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #e6d3bb;
}
@media (max-width: 767px) {
  .info-row__td {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}

.info-row__td .note {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .info-row__td .note {
    font-size: 1.2rem;
  }
}

.profile-access {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #101010;
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  .profile-access {
    font-size: 1.6rem;
  }
}

.profile-map {
  max-width: 110rem;
  margin: 3rem auto 0;
}

.profile-map iframe {
  width: 100%;
  height: 50rem;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .profile-map iframe {
    height: 30rem;
  }
}

/* ── セクション間隔 ───────────────────────────────────── */
.profile-shop {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .profile-shop {
    margin-top: 6rem;
  }
}

.profile-contact {
  margin-top: 11rem;
  text-align: center;
}
@media (max-width: 767px) {
  .profile-contact {
    margin-top: 6rem;
  }
}

.profile-contact__text {
  font-size: 2.8rem;
  line-height: 1.6;
  color: #101010;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .profile-contact__text {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* =========================================================
   ニュース・ブログ統合一覧（page-blog-list.php）
   ========================================================= */
/* ── 絞り込み ──────────────────────────────────────────── */
.blog-list__filter {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog-list__filter {
    gap: 1.4rem;
    margin-bottom: 3rem;
  }
}

.blog-list__filter-group {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .blog-list__filter-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}

.blog-list__filter-label {
  flex-shrink: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #005331;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .blog-list__filter-label {
    font-size: 1.6rem;
  }
}

.blog-list__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}

.blog-list__filter-btn {
  display: inline-block;
  font-size: 1.5rem;
  color: #404040;
  background: #fff;
  border: 2px solid #88c987;
  border-radius: 10rem;
  padding: 0.6rem 1.8rem;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .blog-list__filter-btn {
    font-size: 1.4rem;
    padding: 0.5rem 1.4rem;
  }
}
.blog-list__filter-btn:hover {
  background: #c7e7c5;
}
.blog-list__filter-btn.is-active {
  background: #88c987;
  color: #fff;
  border-color: #88c987;
}

/* ── 記事リスト ────────────────────────────────────────── */
.blog-list__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .blog-list__items {
    gap: 1.4rem;
  }
}

.blog-list__link {
  display: block;
  background: #fff;
  border: 4px dashed #5e3100;
  border-radius: 1rem;
  padding: 2.6rem 3rem;
  text-decoration: none;
  color: #101010;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 767px) {
  .blog-list__link {
    padding: 2rem;
    border-width: 3px;
  }
}
.blog-list__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.4rem 1.2rem rgba(94, 49, 0, 0.15);
}

.blog-list__meta {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blog-list__meta {
    gap: 1rem;
  }
}

.blog-list__type {
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.3rem 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .blog-list__type {
    font-size: 1.2rem;
  }
}

.blog-list__type--news {
  background: #005331;
}

.blog-list__type--blog {
  background: #88c987;
}

.blog-list__date {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #005331;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-list__date {
    font-size: 1.6rem;
  }
}

.blog-list__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .blog-list__title {
    font-size: 1.7rem;
  }
}

.blog-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
  list-style: none;
}

.blog-list__tag {
  font-size: 1.3rem;
  color: #005331;
  background: #c7e7c5;
  border-radius: 10rem;
  padding: 0.2rem 1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .blog-list__tag {
    font-size: 1.2rem;
  }
}

.blog-list__empty {
  text-align: center;
  font-size: 1.8rem;
  color: #404040;
  padding: 4rem 0;
}

/* ── ページネーション ──────────────────────────────────── */
.blog-list__pager {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .blog-list__pager {
    margin-top: 3.5rem;
  }
}
.blog-list__pager .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
}
.blog-list__pager a,
.blog-list__pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #005331;
  background: #fff;
  border: 2px solid #88c987;
  border-radius: 50%;
  text-decoration: none;
}
.blog-list__pager .current {
  background: #88c987;
  color: #fff;
}

/* =========================================================
   投稿詳細（ニュース / ブログ 共通）single-news / single-blog
   ========================================================= */
.single-post {
  max-width: 88rem;
  margin: 0 auto;
  background: #fff;
  border: 4px dashed #5e3100;
  border-radius: 1.2rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 3rem 2rem;
    border-width: 3px;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .single-post__head {
    gap: 1rem;
    margin-bottom: 1.4rem;
  }
}

.single-post__date {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #005331;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-post__date {
    font-size: 1.7rem;
  }
}

.single-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
}

.single-post__tag a {
  display: inline-block;
  font-size: 1.3rem;
  color: #005331;
  background: #c7e7c5;
  border-radius: 10rem;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .single-post__tag a {
    font-size: 1.2rem;
  }
}

.single-post__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #101010;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.single-post__thumb {
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .single-post__thumb {
    margin-bottom: 2rem;
  }
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}

.single-post__body {
  font-size: 1.7rem;
  line-height: 1.95;
  color: #101010;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .single-post__body {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.single-post__body p {
  margin-bottom: 1.8rem;
}
.single-post__body h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005331;
  margin: 3.5rem 0 1.5rem;
}
@media (max-width: 767px) {
  .single-post__body h2 {
    font-size: 2rem;
  }
}
.single-post__body h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 1.2rem;
}
@media (max-width: 767px) {
  .single-post__body h3 {
    font-size: 1.8rem;
  }
}
.single-post__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 0.6rem;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}
.single-post__body ul,
.single-post__body ol {
  margin: 0 0 1.8rem 2rem;
}
.single-post__body ul {
  list-style: disc;
}
.single-post__body ol {
  list-style: decimal;
}

.single-post__back {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .single-post__back {
    margin-top: 3.5rem;
  }
}

/* =========================================================
   表示切替ユーティリティ
   ========================================================= */
.only-sp {
  display: none;
}

@media (min-width: 768px) {
  .only-pc {
    display: revert;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: revert;
  }
  br.only-sp {
    display: inline;
  }
}
/* =========================================================
   共通コンポーネント（セクションタイトル・ボタン）
   ========================================================= */
.sec-title {
  position: relative;
  padding-left: 6.5rem;
}
@media (max-width: 767px) {
  .sec-title {
    padding-left: 4rem;
    white-space: nowrap;
  }
}

.sec-title__line {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 4.5rem;
  height: 2px;
  background: #005331;
}
@media (max-width: 767px) {
  .sec-title__line {
    width: 3rem;
    top: 1.6rem;
  }
}

.sec-title__ja {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.05em;
  line-height: 1.4;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .sec-title__ja {
    font-size: 2rem;
  }
}

.sec-title__en {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .sec-title__en {
    font-size: 1.5rem;
    padding-left: 4rem;
  }
}

.sec-title__sticker {
  width: auto;
  height: 3.3rem;
  margin-left: 1.2rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .sec-title__sticker {
    width: 2.6rem;
    height: 3rem;
    object-fit: cover;
    object-position: left center;
    margin-left: 0.8rem;
  }
}

.sec-title__fairy {
  width: auto;
  height: 4rem;
  margin-left: 1.2rem;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .sec-title__fairy {
    width: 2.6rem;
    height: 3rem;
    object-fit: cover;
    object-position: left center;
    margin-left: 0.8rem;
  }
}

.sec-title--center {
  padding-left: 0;
  text-align: center;
}
.sec-title--center .sec-title__ja {
  vertical-align: middle;
}
.sec-title--center .sec-title__en {
  padding-left: 0;
  text-align: center;
}
.sec-title--center .sec-title__sticker {
  vertical-align: middle;
}
.sec-title--center .sec-title__fairy {
  margin-left: 0;
  margin-right: 1.2rem;
  vertical-align: middle;
}

.more-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 25rem;
  height: 6.5rem;
  padding: 0 2.3rem;
  background: #88c987;
  color: #101010;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .more-btn {
    width: 22rem;
    height: 5.6rem;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.more-btn::after {
  content: "";
  position: absolute;
  right: -1.9rem;
  top: 50%;
  width: 5rem;
  height: 1px;
  background: #101010;
}

.more-btn--center {
  margin: 4rem auto 0;
}

.more-btn--light {
  background: #c7e7c5;
}

/* =========================================================
   メインビジュアル（スライダー）
   ========================================================= */
.mv {
  position: relative;
  width: 100%;
  height: 64.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    height: 72rem;
  }
}

.mv-slide {
  position: relative;
  width: 100%;
  height: 64.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv-slide {
    height: 72rem;
  }
}

.mv-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mv-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mv-slide__copy {
  position: absolute;
  z-index: 2;
}

.mv-banners {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}

.mv-banners__item {
  width: auto;
  height: 4.2rem;
  display: block;
}

.mv-slide__catch {
  color: #005331;
}

/* スライド1：大きく右寄せ */
.mv-slide__copy--lead {
  top: 22.2rem;
  left: 38.6rem;
  width: 66.9rem;
}
@media (max-width: 767px) {
  .mv-slide__copy--lead {
    top: 25.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
  }
}

.mv-slide__copy--lead .mv-banners {
  margin-left: 22.2rem;
}
@media (max-width: 767px) {
  .mv-slide__copy--lead .mv-banners {
    margin-left: 0;
    justify-content: center;
  }
}

.mv-slide__catch--lead {
  text-align: right;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.32rem;
  white-space: nowrap;
  text-shadow: 0 0 1.4rem #ffdd00, 0 0 1.4rem #ffdd00, 0 0 2.4rem #ffdd00;
}
@media (max-width: 767px) {
  .mv-slide__catch--lead {
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.18rem;
    text-align: center;
  }
}

/* スライド2・3：小さく左寄せ */
.mv-slide__copy--sub {
  top: 27.4rem;
  left: 76.3rem;
}
@media (max-width: 767px) {
  .mv-slide__copy--sub {
    top: 28rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    text-align: center;
  }
}

.mv-slide__copy--sub .mv-banners {
  margin-left: 20.6rem;
}
@media (max-width: 767px) {
  .mv-slide__copy--sub .mv-banners {
    margin-left: 0;
    justify-content: center;
  }
}

.mv-slide__catch--sub {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  white-space: nowrap;
  text-shadow: 0 0 1.2rem #f5f5f5, 0 0 1.2rem #f5f5f5, 0 0 2rem #f5f5f5;
}
@media (max-width: 767px) {
  .mv-slide__catch--sub {
    font-size: 2.6rem;
    line-height: 1.5;
    white-space: normal;
  }
}

/* =========================================================
   NEWS お知らせ
   ========================================================= */
.top-news {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .top-news {
    padding: 5rem 0 0;
  }
}

.top-news__box {
  max-width: 124rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  min-height: 30rem;
  background: #c7e7c5;
  border: 4px dashed #5e3100;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .top-news__box {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3rem 2rem;
    min-height: 0;
  }
}

.top-news__head {
  position: relative;
  flex-shrink: 0;
  text-align: center;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .top-news__head {
    padding-right: 0;
  }
}
.top-news__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19rem;
  background: #5e3100;
}
@media (max-width: 767px) {
  .top-news__head::after {
    top: auto;
    bottom: -1.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 19rem;
    height: 1px;
  }
}

.top-news__en {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.24rem;
  line-height: 1;
  color: #101010;
}

.top-news__ja {
  font-size: 2.4rem;
  margin-top: 1.2rem;
  letter-spacing: 0.12rem;
  color: #101010;
}

.top-news__list {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.top-news__item {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  text-decoration: none;
  color: #101010;
}
@media (max-width: 767px) {
  .top-news__item {
    flex-direction: column;
    gap: 0.4rem;
  }
}

.top-news__date {
  font-size: 2.4rem;
  width: 13rem;
  flex-shrink: 0;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .top-news__date {
    font-size: 1.8rem;
    width: auto;
  }
}

.top-news__text {
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-news__text {
    font-size: 1.8rem;
  }
}

.top-news__empty {
  font-size: 2rem;
  color: #404040;
}
@media (max-width: 767px) {
  .top-news__empty {
    font-size: 1.6rem;
  }
}

.top-news__more {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  color: #005331;
  text-decoration: none;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .top-news__more {
    align-self: flex-start;
    font-size: 1.6rem;
  }
}
.top-news__more::after {
  content: "→";
  margin-left: 0.6rem;
}

/* =========================================================
   ABOUT 木の香美容室について
   ========================================================= */
.top-about {
  position: relative;
  padding: 7.5rem 0;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .top-about {
    padding: 5rem 0;
    margin-top: 5rem;
  }
}

.top-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/about-bg.webp) center center/cover no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.top-about__inner {
  position: relative;
  z-index: 1;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .top-about__inner {
    flex-direction: column;
    gap: 3rem;
  }
}

.top-about__image {
  width: 65rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-about__image {
    width: 100%;
  }
}
.top-about__image img {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top-about__image img {
    height: 25rem;
  }
}

.top-about__body {
  flex: 1;
  max-width: 55rem;
}
@media (max-width: 767px) {
  .top-about__body {
    max-width: 100%;
  }
}

.top-about__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .top-about__text {
    font-size: 1.5rem;
    margin-top: 2.4rem;
  }
}

/* =========================================================
   MENU サロンメニュー
   ========================================================= */
.top-menu {
  position: relative;
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .top-menu {
    padding: 5rem 0;
  }
}

.top-menu__tree {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31.3rem;
  height: auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-menu__tree {
    width: 16rem;
  }
}

.top-menu__inner {
  position: relative;
  z-index: 1;
  max-width: 142rem;
  margin: 0 auto;
  padding: 0 2rem 0 16rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .top-menu__inner {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0 2rem;
  }
}

.top-menu__body {
  flex: 1;
}

.top-menu__image {
  width: 65rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-menu__image {
    width: 100%;
  }
}
.top-menu__image img {
  width: 100%;
  height: 46rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top-menu__image img {
    height: 25rem;
  }
}

.top-menu__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 3rem 0 4rem;
}
@media (max-width: 767px) {
  .top-menu__text {
    font-size: 1.5rem;
    margin: 2.4rem 0 3rem;
  }
}

/* =========================================================
   訪問カットサービス
   ========================================================= */
.top-mobile {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .top-mobile {
    padding: 5rem 0;
  }
}

.top-mobile__inner {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
  min-height: 62.3rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .top-mobile__inner {
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
}
.top-mobile__inner::before {
  content: "";
  position: absolute;
  left: 34.5rem;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  border: 5px dashed #005331;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-mobile__inner::before {
    display: none;
  }
}

.top-mobile__image {
  position: relative;
  z-index: 0;
  width: 65rem;
  flex-shrink: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .top-mobile__image {
    width: 100%;
    position: relative;
  }
}
.top-mobile__image img {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top-mobile__image img {
    height: 25rem;
  }
}

.top-mobile__body {
  position: relative;
  z-index: 2;
  flex: 1;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .top-mobile__body {
    margin-top: -2rem;
    padding: 4rem 1.4rem;
    border: 5px dotted #005331;
  }
}

.top-mobile__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 3rem 0 4rem;
}
@media (max-width: 767px) {
  .top-mobile__text {
    font-size: 1.5rem;
    margin: 2.4rem 0 3rem;
  }
}

/* =========================================================
   商品紹介
   ========================================================= */
.top-product {
  position: relative;
  padding: 9rem 0 7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-product {
    padding: 5rem 0;
  }
}

.top-product__tree {
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-product__tree {
    display: none;
  }
}

.top-product__tree--left {
  left: 0;
  width: 22.6rem;
  height: auto;
}

.top-product__tree--right {
  right: 0;
  width: 28.2rem;
  height: auto;
}

.top-product__inner {
  position: relative;
  z-index: 1;
  max-width: 105rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.top-product__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 3.5rem 0 4rem;
}
@media (max-width: 767px) {
  .top-product__text {
    font-size: 1.5rem;
    margin: 2.4rem 0 3rem;
    text-align: left;
  }
}

.top-product__images {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .top-product__images {
    flex-direction: column;
    gap: 2rem;
  }
}

.top-product__image {
  width: 50rem;
}
@media (max-width: 767px) {
  .top-product__image {
    width: 100%;
  }
}
.top-product__image img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top-product__image img {
    height: 25rem;
  }
}

/* =========================================================
   店舗情報 / お問い合わせ / アクセス
   ========================================================= */
.top-info {
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .top-info {
    padding: 5rem 0;
  }
}

.top-info__box {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.top-info__box::before {
  content: "";
  position: absolute;
  left: 8rem;
  right: 8rem;
  top: 0;
  bottom: 0;
  background: #88c987;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-info__box::before {
    left: 0;
    right: 0;
  }
}

.top-info__detail {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 9rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .top-info__detail {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 2rem;
  }
}

.top-info__image {
  width: 65rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-info__image {
    width: 100%;
  }
}
.top-info__image img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .top-info__image img {
    height: 25rem;
  }
}

.top-info__detail-body {
  flex: 1;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .top-info__detail-body {
    padding-right: 0;
    width: 100%;
  }
}

.top-info__table {
  margin-top: 3rem;
}

.top-info__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .top-info__row {
    flex-direction: column;
    display: block;
    gap: 0.4rem;
  }
}

.top-info__row + .top-info__row {
  border-top: 1px solid rgba(16, 16, 16, 0.25);
}

.top-info__dt {
  width: 13rem;
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-info__dt {
    font-size: 1.8rem;
    width: auto;
  }
}

.top-info__dd {
  font-size: 2rem;
  line-height: 1.5;
  color: #101010;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-info__dd {
    font-size: 1.6rem;
  }
}

.top-info__detail-body .more-btn {
  margin: 4rem 0 0 auto;
}
@media (max-width: 767px) {
  .top-info__detail-body .more-btn {
    margin: 4rem auto 0;
  }
}

.top-info__sub {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 9rem;
  padding: 6rem 2rem 6rem 24rem;
}
@media (max-width: 767px) {
  .top-info__sub {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem 4rem;
  }
}

.top-info__sub-left {
  flex-shrink: 0;
  width: 42rem;
  display: flex;
  flex-direction: column;
  gap: 5.8rem;
}
@media (max-width: 767px) {
  .top-info__sub-left {
    width: 100%;
    gap: 4rem;
  }
}

.top-info__contact {
  width: 100%;
}

.top-info__tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 30rem;
  height: 6.5rem;
  margin-top: 2.5rem;
  background: #005331;
  border-radius: 10rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-info__tel-btn {
    width: 100%;
    max-width: 30rem;
  }
}

.top-info__tel-btn-text {
  color: #f5f5f5;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.top-info__tel-btn-icon {
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/top/icon-arrow.svg) no-repeat center/contain;
  transform: rotate(90deg);
}

.top-info__access {
  width: 100%;
}

.top-info__access-text {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 2.5rem;
  color: #101010;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .top-info__access-text {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}

.top-info__map {
  flex: 1;
}
@media (max-width: 767px) {
  .top-info__map {
    width: 100%;
  }
}
.top-info__map iframe {
  width: 100%;
  height: 40rem;
  border: 0;
  display: block;
}
@media (max-width: 767px) {
  .top-info__map iframe {
    height: 25rem;
  }
}

/* =========================================================
   店主のつぶやき blog
   ========================================================= */
.top-blog {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .top-blog {
    padding: 5rem 0;
  }
}

.top-blog__box {
  max-width: 112rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  min-height: 28rem;
  background: #c7e7c5;
  border: 4px dashed #5e3100;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .top-blog__box {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3rem 2rem;
    min-height: 0;
  }
}

.top-blog__head {
  position: relative;
  flex-shrink: 0;
  text-align: center;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .top-blog__head {
    padding-right: 0;
  }
}
.top-blog__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19rem;
  background: #5e3100;
}
@media (max-width: 767px) {
  .top-blog__head::after {
    top: auto;
    bottom: -1.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 19rem;
    height: 1px;
  }
}
.top-blog__head .sec-title__en {
  padding-left: 0;
  text-align: center;
  margin-top: 0.6rem;
}

.top-blog__fairy {
  display: block;
  width: 8rem;
  height: auto;
  margin: 0 auto;
}

.top-blog__fairy--top {
  margin-bottom: 0.8rem;
}

.top-blog__fairy--bottom {
  margin-top: 0.8rem;
}

.top-blog__list {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.top-blog__item {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  text-decoration: none;
  color: #101010;
}
@media (max-width: 767px) {
  .top-blog__item {
    flex-direction: column;
    gap: 0.4rem;
  }
}

.top-blog__date {
  font-size: 2.4rem;
  width: 13rem;
  flex-shrink: 0;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .top-blog__date {
    font-size: 1.8rem;
    width: auto;
  }
}

.top-blog__text {
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .top-blog__text {
    font-size: 1.8rem;
  }
}

.top-blog__empty {
  font-size: 2rem;
  color: #404040;
}
@media (max-width: 767px) {
  .top-blog__empty {
    font-size: 1.6rem;
  }
}

.top-blog__more {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  color: #005331;
  text-decoration: none;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .top-blog__more {
    align-self: flex-start;
    font-size: 1.6rem;
  }
}
.top-blog__more::after {
  content: "→";
  margin-left: 0.6rem;
}

/* =========================================================
   404 Not Found
   下層ページ共通の .lower-fv / .lower-main / .lower-inner を流用し、
   本文ブロック（.not-found）だけ専用スタイルを定義する。
   FVタイトルは「404」（.lower-fv__title をそのまま使用）。
   ========================================================= */
.not-found {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.not-found__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #005331;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 2rem;
  }
}

.not-found__text {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.95;
  color: #101010;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: left;
  }
}

.not-found__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.8rem;
  max-width: 100%;
  height: 6.8rem;
  margin: 4.5rem auto 0;
  background: #88c987;
  border: 3px solid #5e3100;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    height: 6rem;
    font-size: 1.7rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
