.topMv {
  background: url(../img/top/bg_hero_section.webp) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  height: 700px;
  border-bottom: 5px solid #b38728;
}
.topMvWord {
  position: absolute;
  left: 7%;
  top: 5%;
}
.topMvWord img {
  height: 520px;
  width: auto;
}
.topMvWordSp {
  display: none;
}
.topMvWordSp img {
  width: 100%;
  height: auto;
  display: block;
}
.topMvRightSp {
  display: none;
}
.topMvRightSp img {
  width: 100%;
  height: auto;
  display: block;
}
.topMvRight {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 15%;
}
.fvWrap {
  position: absolute;
  inset: 0;
}

.topMvCopyEn {
  display: none;
}

.topMvPediglassEn {
  display: none;
}

.top-page--en .topMvWord,
.top-page--en .topMvWordSp,
.top-page--en .topMvRight,
.top-page--en .topMvRightSp {
  display: none;
}

.top-page--en .topMvCopyEn {
  position: absolute;
  left: 7%;
  top: 12%;
  z-index: 3;
  display: block;
  max-width: 760px;
  color: #2f241c;
  font-family: "Noto Serif JP", serif;
}

.top-page--en .topMvCopyEnLead {
  margin: 0 0 22px;
  color: #9c772c;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.top-page--en .topMvCopyEn h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.28;
  font-weight: 600;
  white-space: normal;
}

.top-page--en .topMvCopyEn > p:last-child {
  margin: 24px 0 0;
  color: #5d524d;
  font-size: 18px;
  line-height: 1.8;
}

.top-page--en .topMvPediglassEn {
  position: absolute;
  left: 7%;
  top: 58%;
  z-index: 4;
  display: block;
  width: 520px;
  padding: 16px 22px;
  border: 1px solid rgba(179, 135, 40, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(98, 72, 31, 0.12);
  color: #6c501f;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
}

.top-page--en .topMvPediglassEnLabel {
  margin: 0 0 10px;
  color: #80601f;
  font-family: "Jost", "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-page--en .topMvPediglassEn p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.top-page--en .topMvPediglassEn p + p {
  margin-top: 8px;
}

.aboutInner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.bnrCont {
  border-top: 5px solid #b38728;
  background: url(../img/top/bg_about.webp) repeat-x center top/1500px auto;
  padding: 80px 20px 100px 20px;
}
.bnrCont ul {
  max-width: 1200px;
  margin: 0 auto 70px auto;
  display: flex;
  justify-content: space-between;
}
.bnrCont ul li {
  width: 48.5%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.bnrCont p {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.top-page--en .bnrCont ul li {
  background: transparent;
  box-shadow: none;
}

.bnrCardEn {
  min-height: 210px;
  padding: 36px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #d2ae68;
  box-shadow: 0 10px 24px rgba(101, 74, 32, 0.12);
  color: #2f241c;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.bnrCardEn:hover {
  opacity: 0.88;
  transform: translateY(-3px);
}

.bnrCardEn span {
  color: #bd9132;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bnrCardEn strong {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 600;
}

.bnrCardEn em {
  margin-top: 6px;
  color: #df707a;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.schoolBnrCont {
  border-top: none;
  background: #fdfaf6;
  padding: 100px 20px 180px;
  position: relative;
  isolation: isolate;
}

.schoolBnrCont::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eaf5ef;
  border-radius: 50% 50% 0 0 / 80px 80px 0 0;
  z-index: -1;
}

.schoolBnrDeco {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.schoolBnrDeco i {
  font-size: 280px;
  line-height: 1;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.55);
}

.schoolBnrDeco span {
  flex: 1;
  font-family: 'Jost', sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.15em;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 10px;
  padding-left: 40px;
  color: #d4ebe4;
}

.schoolBnrImg {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.schoolIntro {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
.schoolIntroTag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #5a9e78;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.schoolIntroTtl {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #1a3d2a;
  line-height: 1.5;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.schoolIntroLead {
  font-size: 18px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 28px;
}
.schoolBnrDesc {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: none;
  max-width: 860px;
}

.onlineCont {
  padding-bottom: 100px;
}
.onlineBg {
  background: url(https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png)
    repeat-x center top/cover;
  padding: 100px 20px 195px 20px;
}
.onlineBg h3 {
  max-width: 800px;
  margin: 0 auto;
}
.onlineDetail {
  max-width: 1000px;
  padding: 50px 45px 65px 45px;
  margin: -100px auto 0 auto;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.onlineDetail p:first-child {
  font-size: 16px;
  margin-bottom: 50px;
}
.onlineDetail p:last-child {
  max-width: 450px;
  margin: 40px auto 0 auto;
}

.coronaCont {
  max-width: 1000px;
  padding: 0 20px 100px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.coronaCont h2 {
  max-width: 812px;
}
.coronaCont dl {
  margin-bottom: 20px;
}
.coronaCont dl dt {
  font-weight: bold;
}
.coronaCont dl dd ul {
  margin-bottom: 5px;
}
.coronaCont dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.newsCont {
  max-width: 1000px;
  padding: 0 20px 100px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.newsCont:not(.newsContWithSidebar) h2 {
  max-width: 148px;
}
.newsCont:not(.newsContWithSidebar) ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #73581d;
}
.newsCont:not(.newsContWithSidebar) ul li span {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #73581d;
  padding: 4px 10px;
  line-height: 1;
}
.newsCont:not(.newsContWithSidebar) ul li a {
  font-size: 16px;
  margin-left: 20px;
  position: relative;
}
.newsCont:not(.newsContWithSidebar) ul li a::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/common/ico_arrow.webp) no-repeat center top/cover;
  position: absolute;
  top: calc(50% - 5px);
  right: -15px;
}
.newsCont:not(.newsContWithSidebar) ul li a:hover {
  text-decoration: underline;
}
.newsCont:not(.newsContWithSidebar) p {
  margin-top: 50px;
}


@media screen and (min-width: 560px) and (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

  .topMv {
    height: 500px;
  }
  .topMvWord {
    max-width: 320px;
    width: 38%;
  }
  .top-page--en .topMvCopyEn {
    left: 6%;
    top: 12%;
    max-width: 480px;
  }
  .top-page--en .topMvCopyEnLead {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .top-page--en .topMvCopyEn h1 {
    font-size: 40px;
  }
  .top-page--en .topMvCopyEn > p:last-child {
    margin-top: 18px;
    font-size: 16px;
  }
  .top-page--en .topMvPediglassEn {
    left: 6%;
    right: auto;
    top: 58%;
    width: 430px;
    padding: 18px 20px;
  }
  .top-page--en .topMvPediglassEnLabel {
    font-size: 17px;
  }
  .top-page--en .topMvPediglassEn p {
    font-size: 13px;
  }

  /* .aboutCont {
    padding: 100px 50px;
  }
  .aboutCont p {
    font-size: 18px;
  } */
  .topYoyakuCont {
    display: none;
  }

  .bnrCont {
    padding: 80px 50px 100px 50px;
  }

  .onlineCont {
    padding-bottom: 100px;
  }
  .onlineBg {
    background: url(https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png)
      repeat-x center top/cover;
    padding: 100px 50px 195px 50px;
  }
  .onlineDetail {
    padding: 50px 60px 65px 60px;
    margin: -100px 50px 0 50px;
  }
  .onlineDetail p:first-child {
    font-size: 18px;
  }

  .coronaCont {
    padding: 0 50px 100px 50px;
  }
  .coronaCont dl {
    font-size: 18px;
  }

  .newsCont {
    padding: 0 50px 100px 50px;
  }
  .newsCont:not(.newsContWithSidebar) ul li span {
    font-size: 16px;
  }
  .newsCont:not(.newsContWithSidebar) ul li a {
    font-size: 18px;
  }

  .fvBtn {
    right: 60px;
    bottom: 90px;
    min-width: 320px;
    padding: 14px 28px;
    gap: 16px;
  }
  .fvBtnText {
    font-size: 18px;
  }
}

@media screen and (max-width: 559px) {
  .topMv {
    background: url(../img/top/sp/bg_hero_secftion_sp2.webp) no-repeat center top / cover;
    height: auto;
    min-height: 800px;
    border-bottom: 0;
  }
  .topMvWord {
    display: none;
  }
  .topMvWordSp {
    display: block;
    position: absolute;
    left: 14px;
    width: 95%;
  }
  .topMvWordSp--1 {
    top: 30px;
  }
  .topMvWordSp--2 {
    bottom: 105px;
  }
  .topMvRightSp {
    display: block;
    position: absolute;
    left: 20px;
    top: 250px;
    width: 42%;
  }
  .top-page--en .topMv {
    min-height: 720px;
  }
  .top-page--en .topMvCopyEn {
    left: 22px;
    right: 22px;
    top: 28px;
    max-width: none;
    text-align: center;
  }
  .top-page--en .topMvCopyEnLead {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
  .top-page--en .topMvCopyEn h1 {
    font-size: 24px;
    line-height: 1.34;
  }
  .top-page--en .topMvCopyEn > p:last-child {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
  }
  .top-page--en .topMvPediglassEn {
    left: 22px;
    right: auto;
    top: 238px;
    width: calc(100% - 230px);
    padding: 14px 16px;
    text-align: center;
  }
  .top-page--en .topMvPediglassEnLabel {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .top-page--en .topMvPediglassEn p {
    font-size: 11px;
    line-height: 1.45;
  }
  .top-page--en .topMvPediglassEn p + p {
    margin-top: 4px;
  }
  .fvBtnSpWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 20px;
  }

  .aboutCont {
    padding: 60px 20px 50px;
  }
  .aboutCont .aboutInner {
    padding: 0 10px;
  }
  .topYoyakuCont {
    margin-bottom: 60px;
  }
  .topYoyakuCont h2 {
    max-width: 105px;
  }
  .topYoyakuCont p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .topYoyakuCont ul {
    display: flex;
    justify-content: space-between;
  }
  .topYoyakuCont ul li {
    width: 48.5%;
  }

  .bnrCont {
    background: url(../img/top/bg_about.webp) repeat-x center top/auto 120px;
    padding: 35px 20px 50px 20px;
  }
  .bnrCont ul {
    margin: 0 auto 25px auto;
  }
  .bnrCont ul li {
    width: 48%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .top-page--en .bnrCont ul {
    display: block;
  }
  .top-page--en .bnrCont ul li {
    width: 100%;
    box-shadow: none;
  }
  .top-page--en .bnrCont ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .bnrCardEn {
    min-height: 180px;
    padding: 28px 24px;
    gap: 10px;
  }
  .bnrCardEn span {
    font-size: 12px;
  }
  .bnrCardEn strong {
    font-size: 21px;
    line-height: 1.45;
  }
  .bnrCardEn em {
    font-size: 14px;
  }
  .bnrCont p {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  }
  
  .schoolBnrCont {
    background: #fdfaf6;
    padding: 50px 20px 80px;
  }

  .schoolBnrDeco i {
    font-size: 60px;
  }

  .schoolBnrDeco span {
    font-size: 23px;
    padding-left: 20px;
  }

  .schoolBnrImg {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .schoolBnrCont::before {
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
  }
  .schoolIntro {
    margin-bottom: 30px;
  }
  .schoolIntroTtl {
    font-size: 22px;
  }
  .schoolIntroLead {
    font-size: 15px;
  }
  .schoolBnrDesc {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }

  .onlineCont {
    padding-bottom: 50px;
  }
  .onlineBg {
    background: url(https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png)
      repeat-x center top/cover;
    padding: 30px 20px 60px 20px;
  }
  .onlineDetail {
    padding: 25px 20px;
    margin: -30px 20px 0 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .onlineDetail p:first-child {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .onlineDetail p:last-child {
    max-width: 100%;
    margin: 30px auto 0 auto;
  }

  .coronaCont {
    padding: 0 20px 50px 20px;
  }
  .coronaCont h2 {
    max-width: 250px;
  }
  .coronaCont dl {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .newsCont {
    padding: 0 20px 50px 20px;
  }
  .newsCont:not(.newsContWithSidebar) h2 {
    max-width: 82px;
  }
  .newsCont:not(.newsContWithSidebar) ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .newsCont:not(.newsContWithSidebar) ul li span {
    font-size: 10px;
    padding: 3px 6px;
  }
  .newsCont:not(.newsContWithSidebar) ul li a {
    font-size: 12px;
    margin-left: 10px;
  }
  .newsCont:not(.newsContWithSidebar) ul li a::after {
    width: 4px;
    height: 7px;
    top: calc(50% - 3px);
    right: -10px;
  }
  .newsCont:not(.newsContWithSidebar) p {
    margin-top: 30px;
  }

}

@media screen and (max-width: 320px) {
  .topMv {
    height: 280px;
  }

  .aboutCont {
    padding: 50px 15px 40px;
  }
}

/* --- 追加 2026/03 --- */

/* 共通 */
.featureEmphasis {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #efd6de 60%);
  padding: 0 3px;
}

/* =========================
FV CTAボタン
========================= */
.fvBtnSpWrap {
  display: none;
}

.fvBtn {
  position: absolute;
  left: 11%;
  bottom: 40px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 6px 50px 6px 30px;
  background: #06c755;
  border-radius: 20px;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.fvBtn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.fvBtnLineIcon {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  object-fit: contain;
}

.fvBtnTexts {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: -10px;
}

.fvBtnText {
  font-size: 22px;
  line-height: 1.0;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 700;
}

.fvBtnSub {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.fvBtnArrow {
  font-size: 65px;
  color: #fff;
  margin-left: 8px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  /* FV内のボタンを非表示 */
  .fvWrap {
    display: none;
  }
  /* FV下のSP専用ボタンを表示 */
  .fvBtnSpWrap {
    display: flex;
    justify-content: center;
    padding: 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .fvBtnSpWrap .fvBtn {
    position: static;
    transform: none;
    width: 100%;
    padding: 3px 10px;
    gap: 6px;
    border-radius: 10px;
  }
  .fvBtnSpWrap .fvBtnLineIcon {
    width: 60px;
    height: 60px;
  }
  .fvBtnSpWrap .fvBtnText {
    font-size: 17px;
  }
  .fvBtnSpWrap .fvBtnSub {
    font-size: 13px;
  }
  .fvBtnTexts {
    gap: 3px
  }
  .top-page--en .fvBtnSpWrap .fvBtn {
    max-width: 100%;
    padding: 8px 12px;
    gap: 8px;
    box-sizing: border-box;
  }
  .top-page--en .fvBtnSpWrap .fvBtnLineIcon {
    width: 46px;
    height: 46px;
  }
  .top-page--en .fvBtnSpWrap .fvBtnText {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .top-page--en .fvBtnSpWrap .fvBtnSub {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .top-page--en .fvBtnSpWrap .fvBtnArrow {
    margin-left: auto;
    font-size: 44px;
  }
}


/* お知らせ */
.topNews {
  margin: 0;
  padding: 40px 0 60px;
  background-color: #FFF;
}

.topNewsInner {
  max-width: 1040px;
  margin: 40px auto 20px;
  padding: 30px 40px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #c8a052;
  border-radius: 16px;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(199, 160, 82, 0.18);
}

.topNewsNote {
  max-width: 800px;
  margin: 10px auto 0;
  padding: 0 4px;
  font-size: 14px;
  color: #8f7444;
}

.topNewsAshirai {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 70px;
  pointer-events: none;
}

.topNewsHead {
  flex: 0 0 160px;
  text-align: center;
  border-right: 1px solid #b7a98a;
  padding-right: 30px;
}

.topNewsHead h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #8f7444;
  letter-spacing: 0.1em;
}

.topNewsHeadSub {
  margin: 0 0;
  font-size: 13px;
  color: #b7a98a;
  letter-spacing: 0.2em;
}

.topNewsAshirai2 {
  display: block;
  margin: 0 auto 0;
  width: 60px;
}

.topNewsListWrap {
  flex: 1;
}

.topNewsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topNewsList li + li {
  margin-top: 18px;
}

.topNewsList li a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #8f7444;
  transition: opacity 0.3s;
}

.topNewsList li a:hover {
  opacity: 0.7;
}

.topNewsList time {
  flex: 0 0 110px;
  font-size: 16px;
  line-height: 1.5;
}

.topNewsList span {
  font-size: 16px;
  line-height: 1.5;
}

.noNews {
  color: #8f7444;
  font-size: 18px;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .topNews {
    margin: 0;
    padding: 30px 20px 40px;
  }

  .topNewsInner {
    padding: 20px 20px 24px;
    margin: 20px auto 20px;
    display: block;
  }

  .topNewsAshirai {
    width: 40px;
    top: 3px;
    right: 3px;
  }

  .topNewsHead {
    border-right: none;
    border-bottom: 1px solid #b7a98a;
    padding-right: 0;
    padding-bottom: 12px;
    margin-bottom: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .topNewsHead h2 {
    font-size: 18px;
  }

  .topNewsHeadSub {
    font-size: 12px;
  }

  .topNewsAshirai2 {
    display: none;
  }

  .topNewsList li a {
    display: block;
  }

  .topNewsList time,
  .topNewsList span {
    display: block;
    font-size: 16px;
  }

  .topNewsList span {
    font-size: 16px;
    margin-top: 2px;
  }

}

/* 当院について */
.aboutUsCont {
  padding: 100px 20px;
  background-color: #FEF8F2;
}

.aboutUsInner {
  max-width: 1100px;
  margin: 0 auto;
}

.aboutUsTop {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}

.aboutUsTextArea {
  flex: 1;
  position: relative;
  z-index: 1;
}

.aboutUsBubble {
  display: inline-block;
  background-color: #8c7448;
  color: #fff;
  padding: 14px 28px 14px 38px;
  border-radius: 9999px;
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}

.aboutUsBubble::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 40px;
  border-width: 14px 10px 0;
  border-style: solid;
  border-color: #8c7448 transparent transparent;
}

.aboutUsBubble p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.aboutUsBubbleEm {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.aboutUsHead {
  text-align: left;
  margin-bottom: 30px;
}

.aboutUsHead .sectionTitle,
.aboutUsHead .sectionSubTitle {
  text-align: left;
}

.aboutUsTitleBreak {
  display: block;
  height: 0;
  line-height: 0;
  margin-top: -20px;
}

.aboutUsTitle {
  line-height: 1.0;
}

.aboutUsTitleEm {
  font-size: 1.15em;
  font-family: "Noto Serif JP", serif;
}

.aboutUsLead {
  font-size: 16px;
  color: #8c7448;
}

.aboutUsLead p {
  line-height: 2;
  margin: 0 0 16px;
}

.aboutUsLead p:last-child {
  margin-bottom: 0;
}

.aboutUsPhoto {
  position: relative;
  z-index: 0;
}

.aboutUsPhoto img {
  width: 560px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 12px;
  border: 5px solid #fff;
  box-shadow: 8px 8px 20px rgba(0,0,0,0.12);
}

.aboutUsGroupPhoto {
  margin-bottom: 60px;
}

.aboutUsGroupPhoto img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 5px solid #fff;
  box-shadow: 8px 8px 20px rgba(0,0,0,0.12);
}

.aboutUsGroupPhotoCaption {
  margin: 14px 0 0;
  font-size: 14px;
  text-align: center;
  color: #8c7448;
}

.aboutUsStrengthList {
  display: flex;
  gap: 20px;
}

.aboutUsStrengthItem {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(194, 163, 105, 0.15);
  text-align: left;
}

.aboutUsStrengthHeader {
  background: transparent;
  padding: 28px 24px 0;
  clip-path: none;
  margin-bottom: 0;
}

.aboutUsStrengthTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}

.aboutUsStrengthIcon {
  position: absolute;
  left: 10px;
  width: 60px;
  height: 60px;
  background: none;
}

.aboutUsStrengthIcon img {
  position: absolute;
  width: 185%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutUsStrengthPointWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.aboutUsStrengthPoint {
  display: block;
  background: transparent;
  color: #C2A369;
  border: none;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  padding: 0;
  margin: 0 0 8px;
  font-weight: 700;
  white-space: nowrap;
}

.aboutUsStrengthTitle {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #6c6c6c;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.aboutUsStrengthDivider {
  width: 36px;
  height: 1px;
  background: #C2A369;
  margin: 0;
}

.aboutUsHead .sectionSubTitle {
  color: #d86b96;
}

.aboutUsSubTitle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aboutUsSubTitleDeco {
  width: auto;
  height: 1.2em;
  display: block;
  flex-shrink: 0;
}

.aboutUsStrengthTitleDeco {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 8px;
}

.aboutUsStrengthNum {
  margin: 0 0 10px;
  line-height: 1.1;
  display: block;
  text-align: center;
}

.aboutUsStrengthNumBig {
  font-size: 22px;
  font-weight: 700;
  color: #da7f99;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  line-height: 1.5;
  background: none;
  padding: 0;
}

.aboutUsStrengthNumUnit {
  font-size: 16px;
  color: #da7f99;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.aboutUsStrengthBody {
  padding: 0 20px 30px;
  border-top: none;
}


.aboutUsStrengthText {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  color: #666;
}

@media screen and (max-width: 768px) {
  .aboutUsCont {
    padding: 50px 15px;
  }

  .aboutUsTop {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }

  .aboutUsPhoto {
    flex: none;
    width: 100%;
  }

  .aboutUsPhoto img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-position: center top;
  }

  .aboutUsTitle {
    font-size: 22px;
  }

  .aboutUsLead {
    font-size: 14px;
  }

  .aboutUsLead p {
    line-height: 1.8;
    margin: 0 0 12px;
  }

  .aboutUsHead .sectionTitle,
  .aboutUsHead .sectionSubTitle {
    text-align: center;
  }

  .aboutUsTitleBreak {
    display: block;
  }

  .aboutUsBubble {
    padding: 8px 18px 8px 30px;
    margin-bottom: 22px;
    margin-left: 20px;
  }

  .aboutUsPhoto::before {
    display: none;
  }

  .aboutUsBubble p {
    font-size: 13px;
  }

  .aboutUsBubbleEm {
    font-size: 17px;
  }

  .aboutUsGroupPhoto {
    margin-bottom: 40px;
  }

  .aboutUsGroupPhotoCaption {
    margin-top: 10px;
    font-size: 13px;
  }

  .aboutUsStrengthList {
    flex-direction: column;
    gap: 16px;
  }

  .aboutUsStrengthItem {
    padding: 0;
  }

  .aboutUsStrengthHeader {
    clip-path: none;
    padding: 20px 18px 14px;
  }

  .aboutUsStrengthNumBig {
    font-size: 22px;
  }

  .aboutUsStrengthBody {
    padding: 10px 18px 24px;
  }
}

/* 巻き爪ケアとは */
.aboutCont {
  position: relative;
  background: url('../img/top/aboutCont_bg.webp') center center / cover no-repeat;
  padding: 120px 20px 80px;
  text-align: center;
  overflow: hidden;
}

/* ボケ背景（画像未設置時のフォールバック） */
.aboutBokeh {
  display: none;
}

.aboutCont .aboutInner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* サブタイトル下のあしらい */
.aboutSectionOrnament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.aboutSectionOrnament::before,
.aboutSectionOrnament::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, #b8960c);
}
.aboutSectionOrnament::after {
  background: linear-gradient(to left, transparent, #b8960c);
}
.aboutSectionOrnament span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b8960c;
  transform: rotate(45deg);
}

.aboutCont .aboutText {
  margin: 50px auto 60px;
  max-width: 900px;
  text-align: center;
  font-size: 18px;
  line-height: 2.4;
  color: #6b5636;
}
.aboutCont .aboutText strong {
  color: #c89a30;
  font-weight: 700;
}

/* カードリスト */
.aboutNailList {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  flex-wrap: wrap;
  width: min(1100px, 100vw - 40px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.aboutNailItem {
  flex: 1;
  min-width: 280px;
  max-width: 340px;
  text-align: center;
}

/* カード本体 */
.aboutNailCard {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(160, 120, 40, 0.1);
  padding: 20px 26px 20px;
}

.aboutNailSection {
  position: relative;
  /* overflow: hidden はラベルの影を消すため画像側に移動 */
}

.aboutNailLabel {
  position: absolute;
  top: 0;
  left: -6px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Noto Serif JP', 'Yu Mincho', '游明朝', serif;
  letter-spacing: 0.1em;
  color: #9a7a2f;
  background: #fff;
  padding: 0px 16px;
  border-radius: 6px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.aboutNailSection .aboutNailImg {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.aboutNailSection .aboutNailImg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* ゴールド丸チェブロン */
.aboutNailChevronWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: -14px 0;
  padding: 6px 0;
}
.aboutNailChevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a227, #a07820);
  box-shadow: 0 2px 10px rgba(160, 120, 32, 0.45);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.aboutNailChevron::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* キャプション（カード内） */
.aboutNailCaption {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  color: #6b5636;
  text-align: center;
}
.aboutNailCaptionLabel {
  color: #9a7a2f;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  margin-right: 6px;
}

/* キャプション下のあしらい */
.aboutNailCaptionOrnament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding-bottom: 4px;
}
.aboutNailCaptionOrnament::before,
.aboutNailCaptionOrnament::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #c9a227;
}
.aboutNailCaptionOrnament span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #c9a227;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .aboutCont {
    padding: 80px 15px 50px;
  }

  .aboutCont .aboutText {
    margin: 30px auto 40px;
    font-size: 14px;
    line-height: 2.2;
    text-align: left;
  }

  .aboutNailList {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    gap: 40px;
  }

  .aboutNailItem {
    width: 100%;
    max-width: 400px;
    min-width: unset;
  }

  .aboutNailSection .aboutNailImg img {
    height: 200px;
  }

  .aboutNailCaption {
    margin-top: 14px;
    font-size: 15px;
  }
}

/* 巻き爪かどうかわからない */
.symptomCheckCont {
  padding: 100px 20px 80px;
  background: #4a3728;
  position: relative;
  z-index: 1;
}

.symptomCheckCont::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 35px;
  background: #4a3728;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 10;
}

.symptomCheckCont .sectionTitle {
  color: #F4E6CD;
  font-family: "Noto Serif JP", serif;
}

.symptomCheckCont .sectionSubTitle {
  color: #d7a7b3;
  font-family: "Great Vibes", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.symptomCheckCont .sectionSubTitle::before,
.symptomCheckCont .sectionSubTitle::after {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 50px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.symptomCheckCont .sectionSubTitle::before {
  background-image: url('../img/top/symptomCheckCont_left.webp');
}
.symptomCheckCont .sectionSubTitle::after {
  background-image: url('../img/top/symptomCheckCont_right.webp');
}

.symptomCheckCont > .symptomCheckMessage h4 {
  color: #F4E6CD;
  font-family: "Noto Serif JP", serif;
  border-bottom-color: rgba(244, 230, 205, 0.4);
}

.symptomCheckCont > .symptomCheckMessage p {
  color: rgba(244, 230, 205, 0.9);
  font-family: "Noto Serif JP", serif;
}

.symptomCheckCont .sectionHead {
  margin-bottom: 60px;
  text-align: center;
}

.painCauseHead{
	text-align: center;
	padding: 0px 20px 10px;
	margin:0 auto;
}

.painCauseTitle{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 160px;
	color: #F4E6CD;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	background-color: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(244, 230, 205, 0.45);
	border-radius: 60px;
	font-family: "Noto Serif JP", serif;
}

.painCauseSub{
	margin: 22px 0 0;
	color: #b67b73;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px){

	.painCauseHead{
		padding: 0 15px;
	}

	.painCauseTitle{
		padding: 16px 28px;
		font-size: 18px;
		line-height: 1.6;
	}

	.painCauseSub{
		margin-top: 14px;
		font-size: 1.5rem;
		line-height: 1.7;
	}
}

.symptomNoticeSection{
	padding: 40px 20px 40px;
}

.symptomNoticeInner{
	max-width: 1300px;
	margin: 0 auto;
}

.symptomNoticeBox{
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 48px 36px 42px;
	background: #faf4ec;
	border: 1px solid #efe3d2;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(90, 72, 34, 0.08);
	box-sizing: border-box;
}

/* 左上メイン画像 */
.symptomNoticePhotoMain{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 360px;
	z-index: 0;
}

.symptomNoticePhotoMain img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

/* 見出しエリア */
.symptomNoticeHeader{
	position: absolute;
	top: 80px;
	left: 340px;
	display: flex;
	align-items: center;
	z-index: 3;
}

.symptomNoticeIcon{
	width: 100px;
	height: 100px;
	border: 2px solid #b3832f;
	border-radius: 50%;
	background: #f8f1e7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
}

.symptomNoticeIcon img{
	max-width: 100px;
	height: auto;
	display: block;
}

.symptomNoticeLabel{
	position: relative;
	margin: 0 0 0 20px;
	padding: 15px 34px 15px 48px;
	min-width: 420px;
	border: 2px solid #b3832f;
	border-radius: 18px;
	background: #f8f1e7;
	color: #7a5312;
	font-size: 24px;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	box-sizing: border-box;
}

.symptomNoticeLabel::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -23px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 24px solid #b3832f;
}

.symptomNoticeLabel::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 25px solid #f8f1e7;
}

/* 内側の枠 */
.symptomNoticeFrame{
	margin: 80px 20px 0 340px;
	padding: 70px 30px 50px 30px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	min-width: 680px;
	position: relative;
	z-index: 1;
}

/* リスト */
.symptomNoticeList{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.symptomNoticeList li{
	position: relative;
	padding: 0 0 14px 30px;
	border-bottom: 1px solid #d8b887;
	color: #8a5c13;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
	box-sizing: border-box;
}

.symptomNoticeList li::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 2px solid #b57d1f;
	border-radius: 50%;
	box-sizing: border-box;
}

.symptomNoticeList li::after{
	content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	width: 11px;
	height: 6px;
	border-left: 2px solid #b57d1f;
	border-bottom: 2px solid #b57d1f;
	transform: rotate(-45deg);
}

.top-page--en .symptomNoticeBox {
	max-width: 1180px;
	padding-right: 42px;
	padding-left: 42px;
}

.top-page--en .symptomNoticeHeader {
	left: 330px;
	right: 42px;
}

.top-page--en .symptomNoticeLabel {
	width: 100%;
	min-width: 0;
	padding-right: 24px;
	font-size: 23px;
	text-align: center;
}

.top-page--en .symptomNoticeFrame {
	margin-left: 330px;
	margin-right: 0;
	min-width: 0;
	padding-right: 26px;
	padding-left: 26px;
}

.top-page--en .symptomNoticeList {
	column-gap: 24px;
}

.top-page--en .symptomNoticeList li {
	font-size: 16px;
	line-height: 1.45;
	white-space: normal;
}

/* 下部メッセージ */
.symptomNoticeBottom{
	margin: 42px 220px 0 140px;
	text-align: center;
}

.symptomNoticeCatch{
	margin: 0;
	color: #8b5d2b;
	font-size: 24px;
	line-height: 1.7;
}

.symptomNoticeCatch span{
	color: #8e3f27;
	font-weight: 700;
}

.symptomNoticeLead{
	display: inline-block;
	margin: 20px 0 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #ead1d7;
	color: #c38897;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
}

.symptomNoticeText{
	margin: 24px 0 0;
	color: #7c6337;
	font-size: 20px;
	line-height: 1.9;
}

/* 右下画像 */
.symptomNoticePhotoSub{
	position: absolute;
	right: -30px;
	bottom: 70px;
	width: 380px;
	padding: 10px;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 10px 24px rgba(90, 72, 34, 0.12);
	box-sizing: border-box;
}

.symptomNoticePhotoSub img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

@media screen and (max-width: 768px){

	.symptomNoticeSection{
		padding: 50px 0px 20px;
	}

	.symptomNoticeBox{
		padding: 30px 16px 28px;
		min-height: auto;
	}

	.symptomNoticePhotoMain{
		position: static;
		width: 72%;
		max-width: 260px;
		margin: 0 auto 20px;
	}

	.symptomNoticeHeader{
		position: static;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.symptomNoticeIcon{
		width: 76px;
		height: 76px;
		border-width: 2px;
	}

	.symptomNoticeIcon img{
		max-width: 76px;
	}

	.symptomNoticeLabel{
		min-width: 0;
		margin-left: 12px;
		padding: 10px 10px 10px 10px;
		font-size: 16px;
		border-width: 2px;
		border-radius: 10px;
	}

	.symptomNoticeLabel::before{
		left: -13px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 13px solid #b3832f;
	}

	.symptomNoticeLabel::after{
		left: -9px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-right: 10px solid #f8f1e7;
	}

	.symptomNoticeFrame{
		margin: 0;
		padding: 20px 25px 20px;
		min-height: auto;
    min-width: auto;
	}

	.symptomNoticeList{
		grid-template-columns: 1fr;
		row-gap: 16px;
	}

	.symptomNoticeList li{
		padding: 0 0 12px 26px;
		font-size: 16px;
		border-bottom-width: 1px;
	}

	.symptomNoticeList li::before{
		width: 18px;
		height: 18px;
		border-width: 1px;
	}

	.symptomNoticeList li::after{
		width: 8px;
		height: 4px;
	}

	.symptomNoticeBottom{
		margin: 24px 0 0;
	}

	.symptomNoticeCatch{
		font-size: 2rem;
	}

	.symptomNoticeLead{
		margin-top: 14px;
		padding-bottom: 8px;
		font-size: 1.9rem;
	}

	.symptomNoticeText{
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.symptomNoticePhotoSub{
		position: static;
		width: 82%;
		max-width: 280px;
		margin: 24px auto 0;
	}

	.top-page--en .symptomNoticeBox{
		max-width: none;
		padding: 30px 16px 28px;
	}

	.top-page--en .symptomNoticeHeader{
		left: auto;
		right: auto;
	}

	.top-page--en .symptomNoticeLabel{
		width: auto;
		padding: 10px;
		font-size: 15px;
		text-align: left;
	}

	.top-page--en .symptomNoticeFrame{
		margin: 0;
		padding: 20px 18px;
		min-width: auto;
	}

	.top-page--en .symptomNoticeList{
		grid-template-columns: 1fr;
		row-gap: 14px;
	}

	.top-page--en .symptomNoticeList li{
		font-size: 14px;
		line-height: 1.55;
	}
}


.symptomCheckMessage {
  margin-top: 0;
  text-align: center;
}

.symptomCheckMessage h4 {
  display: inline-block;
  margin: 0;
  color: #d7a7b3;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.symptomCheckMessage p {
  margin-top: 40px;
  color: #9b7617;
  font-size: 20px;
  line-height: 1.5;
}

.symptomDecoLine {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 10px auto 0;
}

.troubleLead {
  text-align: center;
  margin: 50px auto 20px;
  letter-spacing: 0.05em;
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.troubleLead span {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-left: 5px;
  padding-left: 10px;
}


@media screen and (max-width: 768px) {
  .symptomCheckCont {
    padding: 70px 15px 30px;
  }

  .symptomCheckCont .sectionHead {
    margin-bottom: 40px;
  }

  .symptomCheckMessage {
    margin-top: 10px;
  }

  .symptomCheckMessage h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .symptomCheckMessage p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.lineConsultMv::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 360px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #faf3e3;
  z-index: 2;
}

/* 巻き爪オンライン相談 */
.lineConsult {
  background: #f5f5f5;
}

/* 上部メインビジュアル */
.lineConsultMv {
  position: relative;
  background: url("https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png")
    no-repeat center center / cover;
  padding: 80px 20px 70px;
}

.lineConsultMvInner {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 35px 80px 35px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.lineConsultCatch {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #d7b341;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
}

.lineConsultMvInner h2 {
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.lineConsultSub {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}

.lineConsultFree {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 58px;
  height: 58px;
  border: 1px solid #d7b341;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #d7b341;
}

/* 下部コンテンツ */
.lineConsultBody {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.lineConsultFlow {
  text-align: center;
}

.lineConsultFlow img {
  max-width: 550px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lineConsultText {
  flex: 1;
  max-width: 600px;
}

.lineConsultText h3 {
  margin: 0 0 28px;
  padding: 15px 30px;
  background: #8b7440;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.lineConsultText p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 2.1;
  color: #6e5c36;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .lineConsultMv::before {
    display: none;
  }

  .lineConsultMv {
    padding: 55px 15px 50px;
  }

  .lineConsultMvInner {
    padding: 28px 18px 22px;
  }

  .lineConsultCatch {
    font-size: 16px;
  }

  .lineConsultMvInner h2 {
    font-size: 24px;
  }

  .lineConsultSub {
    font-size: 16px;
  }

  .lineConsultFree {
    top: 16px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .lineConsultBody {
    padding: 35px 15px 40px;
    display: block;
  }

  .lineConsultFlow {
    margin-bottom: 30px;
    gap: 12px;
  }

  .lineConsultFlow img {
    max-width: auto;
  }

  .lineConsultText {
    max-width: none;
  }

  .lineConsultText h3 {
    font-size: 17px;
    line-height: 1.7;
    padding: 10px 12px;
    margin-bottom: 20px;
  }

  .lineConsultText p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 16px;
  }
}

/* CTA */
.lineShopArea {
  padding: 0 0 80px;
  background: url("../img/top/bg_cta.webp") no-repeat center center / cover;
}

.lineShopAreaHead {
  text-align: center;
  padding: 70px 20px 40px;
}

.lineShopAreaTitle {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #5a3e1b;
  font-family: "Noto Serif JP", serif;
}

.lineShopAreaTitle::before,
.lineShopAreaTitle::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 60px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lineShopAreaTitle::before {
  background-image: url("../img/top/deco_ctaTitle_left.webp");
}

.lineShopAreaTitle::after {
  background-image: url("../img/top/deco_ctaTitle_right.webp");
}

.lineShopAreaDeco {
  width: 350px;
  height: 1px;
  margin: 0 auto;
  border-top: 1px dashed #c9a44e;
}

.lineShopList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 20px 0;
  gap: 20px;
}

.lineShopItem {
  flex: 1;
  min-width: 0;
  position: relative;
}

.lineShopLabel {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.lineShopLabel img {
  display: block;
  width: auto;
  max-width: 420px;
  height: auto;
}

.lineShopLink {
  display: block;
  text-decoration: none;
}

.lineShopBg {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: inset 0 6px 10px rgba(255, 255, 255, 0.15);
}

.lineShopBg::before {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 12px;
  z-index: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.lineShopItem.rokko .lineShopBg::before {
  background:
    linear-gradient(rgba(188, 105, 128, 0.72), rgba(188, 105, 128, 0.72)),
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("../img/shop/image2.webp") no-repeat center center / cover;
}

.lineShopItem.sannomiya .lineShopBg::before {
  background:
    linear-gradient(rgba(141, 102, 62, 0.72), rgba(141, 102, 62, 0.72)),
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../img/shop/image0.webp") no-repeat center center / cover;
}

.lineShopItem.rokko .lineShopBtn {
  color: #bc6980;
}

.lineShopItem.rokko .lineShopBtn .lineShopArrowIcon {
  border-color: #bc6980;
}

.lineShopItem.rokko .lineShopBtn .lineShopArrowIcon::before {
  border-right-color: #bc6980;
  border-top-color: #bc6980;
}

.lineShopTitle {
  margin: 0;
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.lineIcon {
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 1;
}

.lineShopBtn {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 10px 20px 10px 60px;
  background: #fff;
  border-radius: 100px;
  color: #be9b48;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

.lineShopNote {
  padding: 50px 20px 0;
}

.lineShopNoteInner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 80px;
  background: #fff;
  border: 1px solid #bda77a;
  border-radius: 12px;
  box-sizing: border-box;
}

.lineShopNoteIcon {
  margin: 0;
  flex-shrink: 0;
}

.lineShopNoteIcon img {
  width: 90px;
  height: auto;
  display: block;
}

.lineShopNoteText {
  flex: 1;
}

.lineShopNoteText .mainText {
  margin: 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px dashed #be9b48;
  font-size: 24px;
  line-height: 1.7;
  color: #be9b48;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  width: fit-content;
}

.lineShopNoteText .subText {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: #8a7a54;
  text-align: center;
}

.subTextIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 16px;
}

.subTextIconTel {
  font-size: 18px;
}

.subTextIconSms {
  font-size: 18px;
}

.lineShopArrowIcon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
}

.lineShopArrowIcon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.9);
  border-top: 1.5px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg) translate(-1px, 1px);
}

.lineShopBtn .lineShopArrowIcon {
  border-color: #be9b48;
}

.lineShopBtn .lineShopArrowIcon::before {
  border-right-color: #be9b48;
  border-top-color: #be9b48;
}

/* hover */
.lineShopLink .lineShopBg::before {
  transition: opacity 0.3s, transform 0.3s;
}

.lineShopLink:hover .lineShopBg::before {
  opacity: 0.75;
  transform: scale(1.02);
}

/* SP */
@media screen and (max-width: 768px) {
  .lineShopArea {
    padding: 0 0 60px;
  }

  .lineShopAreaHead {
    padding: 50px 4px 0;
  }

  .lineShopAreaTitle {
    font-size: 18px;
    gap: 2px;
  }

  .lineShopAreaTitle::before,
  .lineShopAreaTitle::after {
    width: 40px;
    height: 60px;
  }

  .lineShopList {
    display: block;
  }

  .lineShopItem {
    width: 100%;
  }

  .lineShopItem + .lineShopItem {
    margin-top: 38px;
  }

  .lineShopLabel {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }

  .lineShopLabel img {
    max-width: 260px;
  }

  .lineShopBg {
    height: 220px;
    padding: 20px 15px;
    gap: 0;
  }

  .lineShopTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .lineShopBtn {
    font-size: 15px;
    padding: 10px 22px;
    gap: 8px;
  }

  .lineShopArrowIcon {
    width: 26px;
    height: 26px;
    font-size: 0;
  }

  .lineShopArrowIcon::before {
    width: 6px;
    height: 6px;
  }

  .lineIcon {
    width: 60px;
    height: 60px;
  }

  .lineShopNote {
    padding: 28px 20px 0;
  }

  .lineShopNoteInner {
    flex-direction: column;
    text-align: center;
    padding: 22px 20px;
    gap: 14px;
  }

  .lineShopNoteIcon {
    margin: 0;
  }

  .lineShopNoteIcon img {
    margin: 0 auto;
  }

  .lineShopNoteText {
    width: 100%;
  }

  .lineShopNoteText .mainText {
    font-size: 16px;
  }

  .lineShopNoteText .subText {
    text-align: center;
    font-size: 14px;
  }
}

/* ペディグラスの特徴 */
.shopCont.shopBgBeige {
  background-color: #fcf7ea;
  margin: 0 auto;
  padding: 80px 60px 0;
}

.shopCont.shopBgBeige::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: rgba(151, 116, 52, 0.25);
}

/* 当店の4つの特徴 */
.featureSection {
  padding: 100px 20px;
  background: #fdfaf6;
  position: relative;
}

.featureSection::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, rgba(179, 135, 40, 0.4) 25%, rgba(179, 135, 40, 0.4) 75%, transparent);
}

.featureInner {
  max-width: 1100px;
  margin: 0 auto;
}

.featureSection .sectionHead {
  margin-bottom: 70px;
  text-align: center;
}

.featureList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.featureItem {
  position: relative;
  width: calc((100% - 34px) / 2);
  padding-top: 32px;
  box-sizing: border-box;
}

.featureRibbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 220px;
  text-align: center;
}

.featureRibbon img {
  display: block;
  width: 100%;
  height: auto;
}

.featureBox {
  position: relative;
  min-height: 330px;
  margin: 0;
  padding: 40px 34px 34px;
  border: 1px solid #d6a2b1;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

/* 左上の角飾り */
.featureBox::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #b8607a;
  border-left: 2px solid #b8607a;
}

/* 右上の角飾り */
.featureBox::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #b8607a;
  border-right: 2px solid #b8607a;
}

/* 左下の角飾り */
.featureItem::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #b8607a;
  border-left: 2px solid #b8607a;
  z-index: 1;
}

/* 右下の角飾り */
.featureItem::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #b8607a;
  border-right: 2px solid #b8607a;
  z-index: 1;
}

.featureBox dt {
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6a2b1;
  color: #d6a2b1;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.featureBox dt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.featureBox dd {
  margin: 0;
  color: #9b7617;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .featureSection {
    padding: 50px 15px;
  }

  .featureSection .sectionHead {
    margin-bottom: 40px;
  }

  .featureList {
    display: block;
  }

  .featureItem {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 26px;
  }

  .featureItem:last-child {
    margin-bottom: 0;
  }

  .featureRibbon {
    width: 200px;
  }

  .featureBox {
    min-height: auto;
    padding: 30px 20px 24px;
  }

  .featureBox dt {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .featureBox dd {
    font-size: 16px;
    line-height: 1.8;
  }

  .featureBox dd span {
    font-size: 18px;
    line-height: 1.8;
  }
}

/* 施術実績 */
.resultHospitalBg {
  background: url(../img/top/treatment-results_bg2.webp) no-repeat center top / cover;
}

.resultCont {
  padding: 100px 0;
}

.resultInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し下の装飾ライン付きサブテキスト */
.resultHeadline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 16px;
}

/* 両端に丸付きの装飾ライン */
.resultHeadlineLine {
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: #c8a052;
  position: relative;
}

.resultHeadline .resultHeadlineLine:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c8a052;
}

.resultHeadline .resultHeadlineLine:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c8a052;
}

.resultHeadlineText {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #6f3c1e;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.06em;
}

.resultDesc {
  margin: 0 0 50px;
  text-align: center;
  font-size: 16px;
  color: #6f5628;
  line-height: 1.8;
}

/* 2×2 症例グリッド */
.resultCaseGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
}

/* カテゴリ見出し（グリッド全幅） */
.resultCategory {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8d5b0;
  margin-bottom: -16px;
}

.resultCategoryTitle {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #d86b96;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.resultCategoryNum {
  font-size: 50px;
  font-style: italic;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  color: #d86b96;
  letter-spacing: -0.02em;
  line-height: 1;
}

.resultCategoryDesc {
  margin: 0;
  font-size: 15px;
  color: #4a3520;
  line-height: 1.6;
}

/* カテゴリ別の実績一覧ページへの導線。見出し行の右端に置く */
.resultMoreBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
  padding: 7px 16px;
  background-color: #fff;
  border: 1px solid #d86b96;
  border-radius: 9999px;
  color: #d86b96;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.resultMoreBtn:hover {
  background-color: #fdf2f6;
}

.resultMoreBtnIcon {
  /* reset.css が span へ直接 color を当てているため、継承を明示して打ち消す */
  color: inherit;
  font-size: 15px;
  line-height: 1;
}

/* 症例ヘッダー */
.resultCaseHead {
  margin-bottom: 14px;
}

.resultCaseTitle {
  margin: 0;
  font-size: 18px;
  color: #2f2418;
  font-weight: 500;
  line-height: 1.5;
}

/* Before/After アイテム */
.resultItem {
  display: flex;
  align-items: center;
  gap: 10px;
}

.resultPhoto {
  position: relative;
  flex: 1;
  min-width: 0;
}

.resultPhoto img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* ラベル：写真の左上に配置 */
.resultLabel {
  position: absolute;
  top: -3px;
  left: 0;
  margin: 0;
}

.resultLabel span {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  font-family: "Times New Roman", serif;
  border-radius: 4px;
}

.resultPhoto.before .resultLabel span {
  background: #9d7c36;
}

.resultPhoto.after .resultLabel span {
  background: #d392ad;
}

/* 矢印サークル */
.resultArrowWrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 46px -16px;
  z-index: 10;
}

.resultArrowCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c8a052;
  background: #fff;
  color: #6f5628;
  font-size: 18px;
  font-family: sans-serif;
}

/* 患者の声 */
.resultVoice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
}

.resultVoiceIcon {
  flex-shrink: 0;
  font-size: 18px;
  color: #c8a052;
  margin-top: 2px;
}

.resultVoiceText {
  margin: 0;
  font-size: 14px;
  color: #6f5628;
  line-height: 1.7;
}

/* 施術メタ情報 */
.resultMeta {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.resultMetaItem {
  display: inline-flex;
  align-items: center;
  padding: 2px 18px;
  background: #fdf5ec;
  border: 1px solid #c7b185;
  border-radius: 50px;
  font-size: 16px;
  color: #6f5628;
  letter-spacing: 0.03em;
}

/* 症例カルーセル（共通） */
.resultCaseSwiper {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* PC：Swiperを無効化してグリッド表示に戻す */
@media screen and (min-width: 769px) {
  .resultCaseSwiper {
    overflow: visible;
  }
  .resultCaseSwiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .resultCaseSwiper .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
  .resultCaseSwiper .swiper-button-prev,
  .resultCaseSwiper .swiper-button-next,
  .resultCaseSwiper .swiper-pagination {
    display: none !important;
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  .resultCont {
    padding: 50px 0;
  }

  .resultInner {
    padding: 0 15px;
  }

  .resultHeadline {
    margin: 28px 0 12px;
    gap: 10px;
  }

  .resultHeadlineLine {
    display: none;
  }

  .resultCaseSwiper {
    padding-bottom: 60px;
  }

  .resultCaseSwiper .swiper-wrapper {
    padding-bottom: 55px;
  }

  .resultCaseSwiper .swiper-button-prev,
  .resultCaseSwiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid #d86b96;
    border-radius: 50%;
    color: #d86b96;
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .resultCaseSwiper .swiper-button-prev {
    left: 16px;
    right: auto;
  }

  .resultCaseSwiper .swiper-button-next {
    right: 16px;
    left: auto;
  }

  .resultCaseSwiper .swiper-button-prev::after,
  .resultCaseSwiper .swiper-button-next::after {
    font-size: 11px;
    font-weight: 700;
  }

  .resultCaseSwiper .swiper-pagination {
    bottom: 24px;
    pointer-events: none;
  }

  .resultCaseSwiper .swiper-pagination-bullet {
    pointer-events: auto;
    background: #d86b96;
    opacity: 0.3;
  }

  .resultCaseSwiper .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .resultHeadlineText {
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }

  .resultDesc {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .resultItem {
    align-items: center;
  }

  .resultArrowWrap {
    margin: 0 -16px;
  }

  .resultCaseGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* タイトルとボタンを1行目に並べ、説明文は折り返して2行目へ送る */
  .resultCategory {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
  }

  .resultCategoryDesc {
    order: 1;
    flex-basis: 100%;
  }

  .resultCategoryNum {
    font-size: 34px;
  }

  .resultCategoryTitle {
    font-size: 18px;
  }

  /* 狭い画面でも見出し行に収まるよう少し小さくする */
  .resultMoreBtn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .resultCaseTitle {
    font-size: 16px;
  }

  .resultLabel span {
    font-size: 14px;
    padding: 4px 10px;
  }

  .resultArrowCircle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .resultVoiceText {
    font-size: 13px;
  }

  .resultMetaItem {
    font-size: 14px;
    padding: 2px 18px;
  }
}

/* ========================================
   まずは病院受診のご案内
======================================== */
.hospitalGuideCont {
  padding: 20px 20px 80px;
}

.hospitalGuideInner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* 装飾フレーム */
.hospitalGuideFrame {
  position: relative;
  background: #fdfaf6;
  border: 1px solid #d4a0b0;
  padding: 44px 60px 40px;
  margin-bottom: 36px;
}

/* 角飾り */
.frameCorner {
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("../img/top/hospitalGuideCont_ashirai.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.frameCorner--tl { top: 5px; left: 5px; }
.frameCorner--tr { top: 5px; right: 5px; transform: scaleX(-1); }
.frameCorner--bl { bottom: 5px; left: 5px; transform: scaleY(-1); }
.frameCorner--br { bottom: 5px; right: 5px; transform: scale(-1, -1); }

.hospitalGuideLead {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #8b3535;
}

.hospitalGuideBox {
  max-width: 760px;
  margin: 0 auto;
  padding: 6px 50px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.hospitalGuideList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.hospitalGuideList li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 10px 12px 42px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #2f2418;
  border-bottom: 1px dashed #d4a0b0;
}

/* 3列×2行で下行にはボーダー不要 */
.hospitalGuideList li:nth-child(4),
.hospitalGuideList li:nth-child(5),
.hospitalGuideList li:nth-child(6) {
  border-bottom: none;
}

.hospitalGuideList li::before,
.hospitalGuideList li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 24px;
  height: 3px;
  background: #a30000;
  transform-origin: center;
  border-radius: 2px;
}

.hospitalGuideList li::before {
  transform: translateY(-50%) rotate(45deg);
}

.hospitalGuideList li::after {
  transform: translateY(-50%) rotate(-45deg);
}


/* ピンク系ボタン modifier */
.ctaBtn--rose {
  background: #c0809a;
  border-color: #e0a8be;
  box-shadow: 0 0 0 3px #c0809a;
}

.ctaBtn--rose:hover {
  background: #b07090;
  box-shadow: 0 0 0 3px #b07090;
}

/* =========================
   レスポンシブ
========================= */
@media screen and (max-width: 768px) {
  .hospitalGuideCont {
    padding: 20px 15px 50px;
  }

  .hospitalGuideFrame {
    padding: 36px 20px 28px;
    margin-bottom: 24px;
  }

  .frameCorner {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .hospitalGuideLead {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 20px;
  }

  .hospitalGuideBox {
    padding: 16px 20px;
    margin: 0;
  }

  .hospitalGuideList {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hospitalGuideList li {
    padding: 0px 10px 0px 30px;
    font-size: 15px;
    line-height: 1.7;
    border-bottom: 1px dashed #d4a0b0;
  }

  /* SP：1列なので最終行のみボーダーなし */
  .hospitalGuideList li:nth-child(4),
  .hospitalGuideList li:nth-child(5) {
    border-bottom: 1px dashed #d4a0b0;
  }

  .hospitalGuideList li:nth-child(6) {
    border-bottom: none;
  }

  .hospitalGuideList li::before,
  .hospitalGuideList li::after {
    width: 18px;
    height: 2px;
  }
}

/* ========================================
   施術メニュー
======================================== */
.priceTableCont {
  background: #fdfaf6;
  padding: 100px 20px;
}

.priceTableInner {
  max-width: 900px;
  margin: 0 auto;
}

.priceTableTitle {
  margin: 0 0 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9a7a2f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #9a7a2f;
}

.priceTableNumber {
  margin-right: 0.2em;
}

.priceTableTax {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #7b5d1d;
}

.priceTableWrap {
  overflow-x: auto;
}

.priceTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #9a7a2f;
  background: #fdfbf5;
}

.priceTable th,
.priceTable td {
  border: 1px solid #9a7a2f;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #7b5d1d;
}

.priceTable thead th {
  background: #5a4822;
  font-weight: 500;
  color: #fff;
}

.priceTable tbody th {
  background: #ded1ae;
  font-weight: 500;
}

.priceTable tbody td {
  background: #fdfbf5;
  font-weight: 500;
  font-size: 20px;
}

.priceTable th:first-child,
.priceTable tbody th {
  width: 35%;
}

.priceTable td {
  width: 75%;
}

.priceBlock {
  margin-bottom: 80px;
}

.priceBlock:last-child {
  margin-bottom: 0;
}

.priceNote {
  font-size: 16px;
	margin-top: 15px;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .priceTable tbody td {
    font-size: 18px;
  }

  .priceTableCont {
    padding: 50px 16px;
  }

  .priceTableTitle {
    margin-bottom: 14px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .priceTableTax {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .priceTable th,
  .priceTable td {
    padding: 10px 10px;
    font-size: 16px;
  }

  .priceTable tbody th {
    width: 38%;
  }

  .priceBlock{
    margin-bottom:40px;
  }
}

/* 説明エリア */
.priceExplainArea {
  max-width: 900px;
  margin: 80px auto 0;
}

/* 2カラム */
.priceExplainGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.priceExplainBox {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #e8c9d0;
  box-shadow: 0 2px 12px rgba(180, 100, 120, 0.06);
}

/* タイトル */
.priceExplainTitle {
  font-size: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #bc6980;
}

.priceExplainNum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 49px;
  border-radius: 50%;
  background: #d86b96;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  flex-shrink: 0;
  padding-bottom: 5px;
}

/* テキスト */
.priceExplainText {
  margin-bottom: 20px;
  line-height: 1.8;
  height: 90px;
}

/* 画像 */
.priceExplainImg img {
  width: 100%;
  height: auto;
}

/* priceExplainArea内のnoteボックス調整 */
.priceExplainArea .lineShopNote {
  padding-top: 30px;
}

.priceExplainArea .lineShopNoteInner {
  border-color: #e8c9d0;
  align-items: center;
}

.priceExplainArea .lineShopNoteIcon {
  border-right: 2px dashed #e8c9d0;
  padding-right: 34px;
  margin-right: 0;
}

.priceExplainArea .lineShopNoteText .mainText {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: none;
  padding-bottom: 0;
  width: auto;
  text-align: center;
}

.priceExplainArea .mainTextSub {
  font-size: 20px;
  color: #5c3a2a;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.6;
}

.priceExplainArea .mainTextEm {
  font-size: 28px;
  color: #d86b96;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}

.priceNoteSparkles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding-left: 8px;
}

.priceNoteSparkles .sparkle--lg {
  font-size: 26px;
  color: #d86b96;
  line-height: 1;
}

.priceNoteSparkles .sparkle--sm {
  font-size: 14px;
  color: #d86b96;
  line-height: 1;
  margin-right: 20px;
}

/* 吹き出し */
.priceExplainComment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.priceExplainBubble {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .priceExplainText {
    height: auto;
  }
  .priceExplainArea {
    margin: 60px auto 0;
  }
  .priceExplainGrid {
    grid-template-columns: 1fr;
    gap:30px;
  }
  .priceExplainBox {
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    border-radius: 12px;
  }
  .priceExplainTitle {
    font-size: 17px;
    gap: 12px;
  }
  .priceExplainNum {
    width: 44px;
    height: 38px;
    font-size: 32px;
  }
  .priceExplainArea .lineShopNoteIcon {
    border-right: none;
    border-bottom: 2px dashed #e8c9d0;
    padding-right: 0;
    padding-bottom: 14px;
    margin-bottom: 0;
  }
  .priceExplainArea .mainTextSub {
    font-size: 15px;
  }
  .priceExplainArea .mainTextEm {
    font-size: 20px;
  }
  .priceNoteSparkles {
    flex-direction: row;
    padding-left: 0;
    padding-top: 8px;
  }
}

/* CTA */

.ctaBtnWrap {
  margin: 48px auto 10px;
  text-align: center;
}

.ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 420px;
  padding: 18px 40px;
  background: #5a4822;
  border: 1px solid #d1b980;
  box-shadow: 0 0 0 3px #5a4822;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.ctaBtn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.ctaBtnText {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}

.ctaBtnIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ctaBtn {
    min-width: 260px;
    padding: 14px 20px;
    gap: 10px;
  }

  .ctaBtnText {
    font-size: 15px;
  }

  .ctaBtnIcon {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
}

/* ========================================
   施術者のご紹介
======================================== */
.practitionerCont {
  background: url(../img/common/bg_main.gif);
  padding: 100px 20px;
}

.practitionerInner {
  max-width: 1100px;
  margin: 0 auto;
}

.practitionerHead {
  text-align: center;
  margin-bottom: 50px;
}

.practitionerTitle {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #9a7a2f;
}

.sectionSubTitle {
  margin: 8px 0 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  color: #c7a65b;
  font-family: "Great Vibes", cursive;
  letter-spacing: 0.2em;
}

.practitionerLine {
  width: 1px;
  height: 40px;
  margin: 18px auto 0;
  background: #c7a65b;
}

.practitionerProfile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}

.practitionerTextArea {
  flex: 1;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #6f5520;
}

.practitionerTextArea p {
  margin: 0 0 22px;
}

.practitionerTextArea p:last-child {
  margin-bottom: 0;
}

.practitionerImageArea {
  width: 380px;
  text-align: center;
  flex-shrink: 0;
}

.practitionerPortrait img {
  display: block;
  width: 100%;
  height: auto;
}

.practitionerName {
  margin: 14px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #9a7a2f;
  font-weight: 500;
}

.practitionerScene img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {
  .practitionerCont {
    padding: 50px 16px;
  }

  .practitionerHead {
    margin-bottom: 35px;
  }

  .practitionerTitle {
    font-size: 30px;
  }

  .sectionSubTitle {
    font-size: 18px;
  }

  .practitionerLine {
    height: 28px;
    margin-top: 14px;
  }

  .practitionerProfile {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
  }

  .practitionerTextArea {
    order: 2;
    font-size: 15px;
    line-height: 2;
  }

  .practitionerImageArea {
    order: 1;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .practitionerName {
    font-size: 17px;
    margin-top: 10px;
  }
}

/* ========================================
   LINE無料相談
======================================== */
.lineConsultCont {
  background: #fdfaf6;
  padding: 80px 0;
}

.lineConsultInner {
  max-width: 100%;
  margin: 0 auto;
}

.lineConsultHead {
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}

.lineConsultHead::before,
.lineConsultHead::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.lineConsultHead::before {
  left: 10%;
  background-image: url("../img/top/deco_ctaTitle_left.webp");
}

.lineConsultHead::after {
  right: 10%;
  left: auto;
  background-image: url("../img/top/deco_ctaTitle_right.webp");
}

.lineConsultTitle {
  margin: 0px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #cf90a2;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.lineConsultDeco {
  display: block;
  width: 200px;
  height: 30px;
  margin: 10px auto 20px;
  background-image: url("../img/top/aboutUsCont_2.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lineConsultLead {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #c98ea0;
}

.lineConsultSubLead {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #6f5520;
}

.lineConsultSubLead span {
  display: inline-block;
}

.lineConsultShopList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 30px;
}

.lineConsultShop {
  position: relative;
}

.lineConsultLabel {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  min-width: 270px;
  padding: 16px 24px;
  background: #cc95a7;
  border: 6px solid #e7d7dc;
  box-shadow: 0 0 0 1px #c58c9f inset;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.lineConsultLabel::before,
.lineConsultLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 36px;
  background: #cc95a7;
  border-top: 6px solid #e7d7dc;
  border-bottom: 6px solid #e7d7dc;
}

.lineConsultLabel::before {
  left: -22px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  border-left: 6px solid #e7d7dc;
}

.lineConsultLabel::after {
  right: -22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-right: 6px solid #e7d7dc;
}

.lineConsultCard {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.lineConsultCard img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.lineConsultOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(157, 91, 113, 0.55);
}

.lineConsultShop:nth-child(2) .lineConsultOverlay {
  background: rgba(108, 73, 45, 0.52);
}

.lineConsultIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #8b6c32;
}

.lineConsultCardText {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
}

.lineConsultComment {
  margin-top: 36px;
}

.lineConsultCommentIcon {
  width: 86px;
  flex-shrink: 0;
}

.lineConsultCommentIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.lineConsultBubble {
  min-width: 470px;
  font-size: 16px;
  line-height: 1.8;
  color: #7b5d1d;
}

.lineConsultNote {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #7b5d1d;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {
  .lineConsultCont {
    padding: 50px 0;
  }

  .lineConsultHead {
    margin-bottom: 10px;
    padding:0 15px;
  }
  .lineConsultHead::before {
    left: 2%;
    width: 40px;
    height: 60px;
  }
  .lineConsultHead::after {
    left: auto;
    right: 2%;
    width: 40px;
    height: 60px;
  }

  .lineConsultTitle {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .lineConsultLead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
  }

  .lineConsultSubLead {
    font-size: 14px;
    line-height: 1.8;
  }

  .lineConsultShopList {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 24px;
  }

  .lineConsultShop {
    padding-top: 18px;
  }

  .lineConsultLabel {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    min-width: auto;
    width: calc(100% - 40px);
    margin: 0 auto -10px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .lineConsultCard img {
    height: 220px;
  }

  .lineConsultOverlay {
    gap: 12px;
    padding: 20px;
  }

  .lineConsultIcon {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .lineConsultCardText {
    font-size: 22px;
  }

  .lineConsultComment {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .lineConsultCommentIcon {
    width: 70px;
  }

  .lineConsultBubble {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
  }

  .lineConsultNote {
    font-size: 13px;
    margin-top: 8px;
  }

    
  .lineConsultDeco {
    position: relative;
    margin: 0 auto 20px;
  }
}

/* ========================================
   店舗紹介
======================================== */
.shopInfoCont {
  background: url(../img/common/bg_main.gif);
  padding: 100px 20px;
}

.shopInfoInner {
  max-width: 1100px;
  margin: 0 auto;
}

.shopInfoHead {
  text-align: center;
  margin-bottom: 50px;
}

.shopInfoTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin: 100px 0 50px;
}

.shopInfoTextArea {
  flex: 0 0 46%;
}

.shopInfoShopName {
  margin: 0 0 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #8d6f2d;
  font-family: "Noto Serif JP", serif;
}

.shopInfoSubName {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #8d6f2d;
  font-family: "Noto Serif JP", serif;
}

.shopInfoSubName span{
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
}

.shopInfoAddress p {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.6;
  color: #8d6f2d;
  font-family: "Noto Serif JP", serif;
}

.shopInfoAddress a {
  font-size: 24px;
  color: #8d6f2d;
  text-decoration: underline;
  font-family: inherit;
  font-weight: inherit;
}

.shopInfoAddress a.no-underline {
  text-decoration: none;
}

.shopInfoAddress a.no-underline .underline {
  text-decoration: underline;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.shopInfoNote {
  margin-top: 8px;
  font-size: 14px;
  color: #c0547a;
  font-weight: 600;
}

.shopInfoBtnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.shopInfoBtnLine,
.shopInfoBtnMail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 24px;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.shopInfoBtnLine:hover,
.shopInfoBtnMail:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.shopInfoBtnLine {
  background: #39b300;
  border: 2px solid #d8efc8;
  box-shadow: 0 0 0 2px #39b300;
}

.shopInfoBtnMail {
  background: #8a7340;
  border: 2px solid #d5c29a;
  box-shadow: 0 0 0 2px #8a7340;
}

.shopInfoBtnText {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}

.shopInfoBtnIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.shopInfoSliderArea {
  flex: 0 0 50%;
}

.shopInfoSlider {
  position: relative;
  overflow: hidden;
  background: #ddd;
  width: 100%;
}

.shopInfoSliderTrack {
  position: relative;
  width: 100%;
  height: 420px;
}

.shopInfoSlider .shopInfoSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: opacity 0.4s ease;
}

.shopInfoSlider .shopInfoSlide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.shopInfoSlider .shopInfoSlide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopInfoSliderArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #3b3123;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.shopInfoSliderPrev {
  left: 18px;
}

.shopInfoSliderNext {
  right: 18px;
}

@media screen and (max-width: 768px) {
  .shopInfoSliderTrack {
    height: 300px;
  }
}

.shopInfoMapArea {
  width: 100%;
  height: 400px;
  background: #ddd;
  overflow: hidden;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {
  .shopInfoCont {
    padding: 50px 16px;
  }

  .shopInfoHead {
    margin-bottom: 30px;
  }

  .shopInfoTop {
    flex-direction: column;
    gap: 30px;
    margin: 60px 0 30px;
  }
  .shopInfoTop:nth-child(2){
    margin: 40px 0 30px;
  }

  .shopInfoTextArea,
  .shopInfoSliderArea {
    flex: none;
    width: 100%;
  }

  .shopInfoShopName {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .shopInfoSubName {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .shopInfoAddress p {
    font-size: 15px;
    line-height: 1.6;
  }

  .shopInfoAddress a{
    font-size: 18px;
  }

  .shopInfoBtnWrap {
    flex-direction: row;
    flex-wrap: nowrap;
    gap:15px;
  }

  .shopInfoBtnLine,
  .shopInfoBtnMail {
    width: 100%;
    padding: 10px 10px;
    gap:5px;
  }

  .shopInfoBtnText {
    font-size: 15px;
  }
  .shopInfoBtnIcon{
    width: 18px;
    height: 18px;
  }

  .shopInfoSliderArrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .shopInfoSliderPrev {
    left: 10px;
  }

  .shopInfoSliderNext {
    right: 10px;
  }

  .shopInfoMapArea {
    height: 240px;
  }
}

/* ========================================
   よくある質問
======================================== */
.faqSection {
  padding: 100px 20px;
  margin: 0;
  background: #fdfaf6;
}

.faqInner {
  max-width: 980px;
  margin: 0 auto;
}

.sectionHead {
  text-align: center;
  margin-bottom: 45px;
}

.sectionTitle {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #8d6f2d;
  font-family: "Noto Serif JP", serif;
}
.sectionTitleEm {
  font-style: normal;
  font-size: 1.1em;
  font-family: "Noto Serif JP", serif;
  color: #b8860b;
  font-weight: 700;
}

.faqList {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.faqItem {
  margin-bottom: 45px;
}

.faqItem:last-child {
  margin-bottom: 0;
}

/* Qの下線 */
.faqQuestion {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfa46b;
}

.faqQuestion,
.faqAnswer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.faqQuestion {
  margin-bottom: 16px;
}

.faqIcon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-family: serif;
}

.faqIconQ {
  border: 1px solid #a9873d;
  color: #a9873d;
  background: transparent;
}

.faqIconA {
  border: 1px solid #ddb8c0;
  color: #ddb8c0;
  background: transparent;
}

.faqQuestionText {
  flex: 1;
  padding-top: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #8d6f2d;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}

.faqAnswerText {
  flex: 1;
  padding-top: 1px;
  font-size: 18px;
  line-height: 2.1;
  color: #9b8253;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}

.faqAnswerText p {
  margin: 0 0 5px;
}

.faqAnswerText p:last-child {
  margin-bottom: 0;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {
  .faqSection {
    padding: 50px 16px;
    margin: 0;
  }

  .sectionHead {
    margin-bottom: 30px;
  }

  .sectionTitle {
    font-size: 24px;
  }

  .faqList {
    gap: 24px;
  }

  .faqItem {
    margin-bottom: 20px;
  }

  .faqQuestion,
  .faqAnswer {
    gap: 10px;
  }

  .faqQuestion {
    margin-bottom: 12px;
  }

  .faqIcon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin-top: 3px;
  }

  .faqQuestionText {
    font-size: 17px;
    line-height: 1.8;
    padding-top: 0;
  }

  .faqAnswerText {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* =========================
   店舗までの道順動画
========================= */
.shopRouteMovie {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 32px;
  background: #faf6f0;
  border-radius: 8px;
  /* ヘッダーが固定表示のため、アンカーリンクで見出しが隠れないようにする */
  scroll-margin-top: 115px;
}

.shopRouteMovieText {
  flex: 1;
}

.shopRouteMovieTtl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.shopRouteMovieLead {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 12px;
}

.shopRouteMovieNote {
  font-size: 13px;
  color: #7a7268;
}

/* 路線が複数ある店舗のタブ */
.shopRouteMovieTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.shopRouteMovieTab {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #e0d3bd;
  border-radius: 999px;
  background: #fff;
  color: #7a7268;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.shopRouteMovieTab:hover {
  border-color: #c8a052;
  color: #9a7a2f;
}

.shopRouteMovieTab.is-active {
  border-color: #c8a052;
  background: #c8a052;
  color: #fff;
}

.shopRouteMovieBody {
  flex-shrink: 0;
}

.shopRouteMoviePanel {
  display: none;
}

.shopRouteMoviePanel.is-active {
  display: block;
}

/* 縦動画のためPCでは高さで制限する */
.shopRouteMovieVideo {
  display: block;
  width: auto;
  height: 480px;
  max-width: 100%;
  border-radius: 6px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .shopRouteMovie {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 28px;
    padding: 20px 16px;
    scroll-margin-top: 120px;
  }

  .shopRouteMovieTtl {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .shopRouteMovieLead {
    font-size: 14px;
  }

  .shopRouteMovieTabs {
    gap: 6px;
    margin-bottom: 12px;
  }

  .shopRouteMovieTab {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 8px;
    font-size: 13px;
    text-align: center;
  }

  .shopRouteMovieVideo {
    width: 100%;
    height: auto;
    max-height: 70vh;
    margin: 0 auto;
  }
}

@media screen and (max-width: 559px) {
  .shopRouteMovie {
    scroll-margin-top: 80px;
  }
}

/* 道順動画へのリンク（トップページ） */
.shopRouteMovieLink {
  margin-top: 24px;
  text-align: center;
}

.shopRouteMovieLink a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  box-sizing: border-box;
  border: 1px solid #e0d3bd;
  border-radius: 999px;
  background: #faf6f0;
  color: #4a4238;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.shopRouteMovieLink a:hover {
  border-color: #c8a052;
  background: #fff;
}

.shopRouteMovieLinkIcon {
  color: #c8a052;
}

@media screen and (max-width: 768px) {
  .shopRouteMovieLink {
    margin-top: 20px;
  }

  .shopRouteMovieLink a {
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
    font-size: 14px;
  }
}
