﻿@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  margin: 0;
}

h1,
h3,
h4,
a,
li,
span {
  font-family: "Shippori Mincho B1", serif;
  color: #78644e;
}

h2 {
  font-family: "Cinzel", serif;
  color: #78644e;
}

p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #78644e;
}

th,
td {
  font-family: "Zen Old Mincho", serif;
  color: #78644e;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

/* 消してる要素 */
.sp-header,
.sp {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-container {
  background-color: #fff;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: min(63px, 4.38vw);
  padding: 0 min(80px, 5.56vw);
}

.header-logo a {
  display: block;
}

.header-logo img {
  width: min(269px, 18.68vw);
  height: auto;
}

.header-nav nav > ul {
  display: flex;
  align-items: center;
  gap: min(30px, 2.08vw);
}

.header-nav nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: min(5px, 0.35vw);
  font-size: min(16px, 1.11vw);
  color: #78644e;
  white-space: nowrap;
}

.header-nav nav > ul > li > a img {
  width: min(10px, 0.69vw);
  height: auto;
}

/* サブメニュー */
.has-sub-menu {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: min(-25px, -1.74vw);
  /* width: 190px; */
  background-color: #f5961e;
  padding: min(20px, 1.39vw);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s,
    visibility 0.25s;
  z-index: 100;
}

.sub-menu li a {
  display: block;
  padding: min(5px, 0.35vw) 0;
  font-size: min(15px, 1.04vw);
  color: #fff;
  white-space: nowrap;
}

.has-sub-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-link {
  display: flex;
  align-items: center;
  gap: min(16px, 1.11vw);
}

.header-tel {
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  font-size: min(24px, 1.67vw);
  color: #ffa03c;
}

.header-tel img {
  width: min(24px, 1.67vw);
  height: auto;
}

.header-inst img {
  width: min(40px, 2.78vw);
  height: auto;
}

.header-line img {
  width: min(38px, 2.64vw);
  height: auto;
}

/* トップ */
.main-v {
  position: relative;
  margin-top: min(63px, 4.38vw);
}

.main-v-slider {
  width: 100%;
  aspect-ratio: 2 / 1;
  position: relative;
  overflow: hidden;
}

.slide-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img.is-active {
  opacity: 1;
}

.slide1 {
  background-image: url(../image/top-img1.png);
}

.slide2 {
  background-image: url(../image/top-img2.png);
}

.main-v-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.main-v-title {
  padding-left: min(80px, 5.56vw);
  padding-bottom: min(80px, 5.56vw);
}

.main-v-title h1 {
  font-size: min(40px, 2.78vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  text-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(10px, 0.69vw)
    rgba(0, 0, 0, 1);
}

.main-v-title span {
  font-size: min(40px, 2.78vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  text-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(10px, 0.69vw)
    rgba(0, 0, 0, 1);
}

/* p1-a */
.p1-a-img {
  width: min(1280px, 88.89vw);
  height: min(100px, 6.94vw);
  margin-left: auto;
}

.p1-a-container {
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: 100% min(320px, 22.22vw);
  background-position: top center;
  padding: min(100px, 6.94vw) 0 min(90px, 6.25vw);
}

.p1-a-box {
  width: min(1120px, 77.78vw);
  margin: 0 auto;
}

.p1-a .p1-title h2 {
  font-size: min(48px, 3.33vw);
}

.p1-a .p1-title h2,
.p1-a .p1-title p {
  color: #fff;
}

.p1-a-item {
  width: 100%;
  background-color: #fff;
  box-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(30px, 2.22vw)
    rgba(0, 0, 0, 0.15);
  padding: min(40px, 2.78vw) min(80px, 5.56vw);
  margin-top: min(50px, 3.47vw);
}

.p1-a-scroll {
  height: min(140px, 9.72vw);
  overflow-y: auto;
}

.p1-a-news {
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
  padding: min(15px, 1.04vw) 0;
  text-decoration: none;
  color: inherit;
}

.p1-a-news:first-child {
  padding-top: 0;
}

.p1-a-date {
  font-size: min(15px, 1.04vw);
  color: #78644e;
}

.p1-a-title {
  font-size: min(15px, 1.04vw);
  line-height: 1.8;
}

.p1-a-scroll::-webkit-scrollbar {
  width: 3px;
}

.p1-a-scroll::-webkit-scrollbar-thumb {
  background: #78644e;
}

/* p1-b */
.p1-b-container {
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(80px, 5.56vw);
}

.p1-b-box {
  width: min(1200px, 83.33vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.p1-b-img {
  width: min(600px, 41.67vw);
}

.p1-b-text {
  width: min(560px, 38.89vw);
}

.p1-b .p1-title h2 {
  color: #78644e;
}

.p1-b-text > p {
  font-size: min(15px, 1.04vw);
  color: #78644e;
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

/* ===== p1-c FEATURES ===== */
.p1-c-container {
  background-image: url(../image/top-back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: min(80px, 5.56vw) 0 min(120px, 8.33vw);
}

.p1-c .p1-title h2,
.p1-c .p1-title p {
  text-align: center;
  color: #fff;
}

.p1-c-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: min(60px, 4.17vw);
}

.p1-c-item.is-reverse {
  flex-direction: row-reverse;
}

.p1-c-item-text {
  width: min(800px, 55.56vw);
  position: relative;
  z-index: 5;
  padding: min(40px, 2.78vw) min(100px, 6.94vw);
  border: 1px solid #fff;
  margin-right: max(-40px, -2.78vw);
}

.is-reverse .p1-c-item-text {
  margin-right: 0;
  margin-left: max(-40px, -2.78vw);
}

.p1-c-item-title {
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
}

.p1-c-num {
  display: block;
  font-family: "Cinzel", serif;
  font-size: min(64px, 4.44vw);
  color: #fff;
}

.p1-c-item h3 {
  font-size: min(28px, 1.94vw);
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

.p1-c-item p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
  color: #fff;
  margin-top: min(20px, 1.39vw);
}

.p1-c-item-img {
  width: calc(600 / 1440 * 100vw);
  height: calc(400 / 1440 * 100vw);
  overflow: hidden;
  margin-top: min(60px, 4.17vw);
}

.p1-c-item-img img {
  width: 100%;
  height: auto;
}

/* ===== p1-d MENU ===== */
.p1-d-container {
  background-image: url(../image/top-back5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p1-d .p1-title h2,
.p1-d .p1-title p {
  text-align: center;
  color: #78644e;
}

.p1-d-box {
  width: min(1280px, 88.89vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(60px, 4.17vw) min(80px, 5.56vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p1-d-card {
  width: min(600px, 41.67vw);
}

.p1-d-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(50px, 3.47vw);
  padding: min(20px, 1.39vw) 0;
  background: linear-gradient(
    90deg,
    #f6e2cd 0%,
    #ffa03c 25%,
    #f58916 66%,
    #d87105 100%
  );
  border-radius: 0 min(20px, 1.39vw) 0 min(20px, 1.39vw);
}

.p1-d-card-header span {
  font-size: min(28px, 1.94vw);
  color: #fff;
}

.p1-d-card-header img {
  width: min(7px, 0.49vw);
  height: auto;
}

.p1-d-card-img {
  width: 100%;
  margin-top: min(25px, 1.74vw);
}

.p1-d-card > p {
  font-size: min(15px, 1.04vw);
  color: #78644e;
  line-height: 2;
  margin-top: min(25px, 1.74vw);
}

.p1-d-box2 {
  margin-top: min(100px, 6.94vw);
}

.p1-d-text2 {
  text-align: center;
  margin-top: min(40px, 2.78vw);
}

.p1-d-text2 p {
  font-size: min(18px, 1.25vw);
  color: #78644e;
  line-height: 2;
}

.p1-d-link2 {
  width: min(225px, 15.63vw);
  height: min(64px, 4.44vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.39vw);
  background-color: #ff633c;
  margin: min(40px, 2.78vw) auto 0;
}

.p1-d-link2 span {
  font-size: min(20px, 1.39vw);
  color: #fff;
}

.p1-d-link2 img {
  width: min(7px, 0.49vw);
  height: auto;
}

/* ===== p1-e GREETING ===== */
.p1-e-container {
  background-image: url(../image/top-back6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(80px, 5.56vw) 0;
}

.p1-e-box {
  width: min(1200px, 83.33vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.p1-e-img {
  width: min(600px, 41.67vw);
}

.p1-e-text {
  width: min(560px, 38.89vw);
}

.p1-e .p1-title h2,
.p1-e .p1-title p {
  color: #78644e;
}

.p1-e-text > p {
  font-size: min(15px, 1.04vw);
  color: #78644e;
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

.p1-e-text .p1-e-name {
  font-size: min(24px, 1.67vw);
  color: #78644e;
  margin-top: min(20px, 1.39vw);
}

.p1-e-name span {
  font-size: min(20px, 1.39vw);
  color: #78644e;
}

/* p1-f */
.p1-f-container {
  background-image: url(../image/top-back7.png), url(../image/top-back8.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position:
    top left,
    top right;
  padding: min(70px, 4.86vw) 0;
  border: min(10px, 0.69vw) solid #ce8a42;
}

.p1-f .p1-title h2,
.p1-f .p1-title p {
  text-align: center;
  color: #78644e;
}

.p1-f-box {
  margin-top: min(40px, 2.78vw);
}

.marqueer {
  margin: min(10px, 0.69vw) 0;
  overflow: hidden;
}

.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}

.marqueer ul li {
  list-style: none;
  padding: 0 min(10px, 0.69vw);
  width: min(320px, 22.22vw);
}

.marqueer img {
  display: block;
  width: 100%;
}

/* 共通タイトル */
.p1-title h2 {
  font-size: min(64px, 4.44vw);
  font-weight: 400;
}

.p1-title p {
  font-size: min(24px, 1.67vw);
  font-family: "Shippori Mincho B1", serif;
  margin-top: min(10px, 0.69vw);
}

/* 当院について */
.about {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.p2-a-container {
  padding-top: min(60px, 4.17vw);
}

.p2-a-box {
  width: min(1280px, 88.89vw);
  background-color: #fff;
  box-shadow: min(6px, 0.42vw) min(6px, 0.42vw) min(30px, 2.22vw)
    rgba(0, 0, 0, 0.25);
  margin: min(80px, 5.56vw) auto 0;
}

.p2-a-title-box {
  width: 100%;
  height: min(38px, 2.64vw);
  position: relative;
  background-color: #ffdeba;
  border-bottom: 1px solid #f08c22;
}

.p2-a-title {
  display: flex;
  align-items: center;
  gap: min(30px, 2.08vw);
  position: absolute;
  left: min(20px, 1.39vw);
  top: max(-40px, -2.78vw);
  z-index: 5;
}

.p2-a-title span {
  font-size: min(64px, 4.44vw);
  font-family: "Cinzel", serif;
  color: #78644e;
}

.p2-a-title h3 {
  font-size: min(28px, 1.94vw);
  font-weight: bold;
  font-family: "Cinzel", serif;
  color: #78644e;
}

.p2-a-item {
  display: flex;
  justify-content: space-between;
  padding: min(40px, 2.78vw) min(80px, 5.56vw);
}

.p2-a-img {
  width: min(540px, 37.5vw);
}

.p2-a-text {
  width: min(540px, 37.5vw);
}

.p2-a-text p {
  font-size: min(15px, 1.04vw);
  color: #78644e;
  line-height: 2;
}

/* p2-b */
.p2-b-container {
  padding-top: min(80px, 5.56vw);
}

.p2-b-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(100px, 6.94vw);
  margin-top: min(40px, 2.78vw);
}

.p2-b-text {
  width: min(560px, 38.89vw);
}

.p2-b-text p {
  font-size: min(24px, 1.67vw);
}

.p2-b-text h3 {
  font-size: min(36px, 2.5vw);
  font-weight: 400;
  margin: min(10px, 0.69vw) 0;
}

.p2-b-text span {
  font-size: min(24px, 1.67vw);
  color: #ffa03c;
}

.p2-b-text .p2-b-p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

.p2-b-img {
  width: min(380px, 26.39vw);
}

.p2-b-box2 {
  width: min(1280px, 88.89vw);
  margin: min(40px, 2.78vw) auto 0;
  display: flex;
  gap: min(30px, 2.08vw);
}

.p2-b-card {
  flex: 1;
  box-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(10px, 0.69vw)
    rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: min(20px, 1.39vw) min(30px, 2.08vw);
}

.p2-b-card-title {
  display: flex;
  align-items: center;
  gap: min(12px, 0.83vw);
  padding-bottom: min(10px, 0.69vw);
  border-bottom: 1px solid #ffa03c;
  margin-bottom: min(20px, 1.39vw);
}

.p2-b-card-title h3 {
  position: relative;
  font-size: min(20px, 1.39vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  padding-left: min(28px, 1.94vw);
}

.p2-b-card-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(20px, 1.39vw);
  height: 1px;
  background-color: #000;
}

.p2-b-list li {
  position: relative;
  padding-left: min(20px, 1.39vw);
  font-size: min(15px, 1.04vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: min(15px, 1.04vw);
}

.p2-b-list li span {
  font-size: min(13px, 0.9vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p2-b-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: min(12px, 0.83vw);
  height: min(12px, 0.83vw);
  background-color: #f5961e;
  border-radius: 50%;
}

.p2-b-box3 {
  width: min(1280px, 88.89vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p2-b-box3 h3 {
  display: inline-block;
  font-size: min(40px, 2.78vw);
  font-weight: 400;
  color: #e8a35b;
  padding: 0 min(120px, 8.33vw) min(20px, 1.39vw);
  border-bottom: 1px solid #ffa03c;
}

.p2-b-box3 p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
  margin-left: min(80px, 5.56vw);
  margin-top: min(30px, 2.08vw);
}

/* p2-c */
.p2-c-container {
  padding-top: min(80px, 5.56vw);
}

.p2-c-box {
  width: min(1280px, 88.89vw);
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  margin: min(40px, 2.78vw) auto 0;
}

.p2-c-item {
  width: min(400px, 27.78vw);
}

.p2-c-img {
  width: 100%;
}

.p2-c-text {
  width: 100%;
  background-color: #ffe5ca;
  padding: min(10px, 0.69vw) min(20px, 1.39vw);
}

.p2-c-text h3 {
  text-align: center;
  font-size: min(20px, 1.39vw);
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
}

.p2-c-text p {
  font-size: min(15px, 1.04vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
}

/* p2-d */
.p2-d .p2-c-text {
  height: min(165px, 11.46vw);
}

.p2-d .p2-c-box {
  row-gap: min(45px, 3.13vw);
}

/* p2-e */
.p2-e-container {
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p2-e-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: min(40px, 2.78vw) auto 0;
}

.p2-e-img {
  width: min(600px, 41.67vw);
}

.p2-e-table {
  width: min(640px, 44.44vw);
}

.p2-e-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: min(10px, 0.69vw) 0;
}

.p2-e-table table th,
.p2-e-table table td {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  line-height: 1.2;
  padding: min(20px, 1.39vw) 0;
  border-bottom: 1px solid #78644e;
}

.p2-e-table table th {
  width: min(150px, 10.42vw);
}

.p2-e-table table td {
  padding-left: min(20px, 1.39vw);
}

.p2-e-map {
  width: min(1280px, 88.89vw);
  height: min(560px, 38.89vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-e-map iframe {
  width: 100%;
  height: 100%;
}

/* 施術内容 */
.treatment-1 {
  background-image: url(../image/p3-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* p3-a */
.p3-a-container {
  padding-top: min(60px, 4.17vw);
}

.p3-a-box,
.p3-a-box2,
.p3-a-box3 {
  width: min(1280px, 88.89vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p3-a-item {
  display: flex;
  justify-content: center;
  gap: min(40px, 2.78vw);
  margin-top: min(30px, 2.08vw);
}

.p3-a-img {
  width: min(540px, 37.5vw);
}

.p3-a-text {
  width: min(540px, 37.5vw);
}

.p3-a-text h4 {
  font-size: min(32px, 2.22vw);
  font-weight: 500;
  color: #e8a35b;
  line-height: 1.6;
}

.p3-a-text p,
.p3-a-text2 p,
.p3-a-text3 p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
}

.p3-a-text .p3-a-p {
  margin-top: min(30px, 2.08vw);
}

.p3-a-text2,
.p3-a-text3 {
  width: min(1120px, 77.78vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p3-a-table {
  width: min(1120px, 77.78vw);
  margin: min(30px, 2.08vw) auto 0;
}

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

.p3-a-table table th,
.p3-a-table table td {
  font-size: min(16px, 1.11vw);
  font-weight: 400;
  line-height: 2;
  padding-top: min(20px, 1.39vw);
  padding-bottom: min(20px, 1.39vw);
  border-bottom: 1px solid #78644e;
}

.p3-a-table table th {
  width: min(240px, 16.67vw);
  background-color: #ffc281;
}

.p3-a-table table td {
  padding-left: min(20px, 1.39vw);
  background-color: #f3f3f3;
}

.p3-a-text3 p {
  font-weight: bold;
}

/* p3-b */
.p3-b-container {
  padding-top: min(80px, 5.56vw);
}

.p3-b-box,
.p3-b-box2,
.p3-b-box3 {
  width: min(1280px, 88.89vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p3-b-list {
  width: 100%;
  background-image: url(../image/p3-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(40px, 2.78vw) min(80px, 5.56vw);
  margin-top: min(30px, 2.08vw);
}

.p3-b-list ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}

.p3-b-list ul li {
  width: min(540px, 37.5vw);
  font-size: min(16px, 1.11vw);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(23px, 1.6vw) 0;
  border-bottom: 1px solid #78644e;
}

.p3-b-list ul li img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p3-b-item2 {
  width: min(1120px, 77.78vw);
  background-color: #fff;
  box-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(20px, 1.39vw)
    rgba(0, 0, 0, 0.25);
  padding: min(30px, 2.08vw) min(80px, 5.56vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p3-b-item2 h3 {
  position: relative;
  font-size: min(20px, 1.39vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  padding-left: min(28px, 1.94vw);
  margin: min(10px, 0.69vw) 0;
}

.p3-b-item2 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(20px, 1.39vw);
  height: 1px;
  background-color: #000;
}

.p3-b-item2 p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
  padding-top: min(10px, 0.69vw);
  border-top: 1px solid #ffa03c;
}

.p3-b-item3 {
  width: min(1280px, 88.89vw);
  background-color: #fff;
  padding: min(60px, 4.17vw) min(80px, 5.56vw);
  margin: min(60px, 4.17vw) auto 0;
}

/* p3 FAQ アコーディオン */
.p3-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(40px, 2.78vw);
}

.p3-faq-item {
  border-top: 1px solid #78644e;
  border-bottom: 1px solid #78644e;
}

.p3-faq-q {
  display: flex;
  align-items: center;
  gap: min(24px, 1.67vw);
  padding: min(24px, 1.67vw) 0;
  cursor: pointer;
}

.p3-faq-label {
  flex-shrink: 0;
  width: min(44px, 3.06vw);
  height: min(44px, 3.06vw);
  font-size: min(32px, 2.22vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.p3-faq-q-text {
  flex: 1;
  font-size: min(16px, 1.11vw);
  line-height: 1.7;
}

.p3-faq-icon {
  flex-shrink: 0;
  width: min(20px, 1.39vw);
  height: min(20px, 1.39vw);
  position: relative;
}

.p3-faq-icon::before,
.p3-faq-icon::after {
  content: "";
  position: absolute;
  background-color: #78644e;
  border-radius: 1px;
}

.p3-faq-icon::before {
  width: 100%;
  height: min(2px, 0.14vw);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p3-faq-icon::after {
  width: min(2px, 0.14vw);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}

.p3-faq-item.is-open .p3-faq-icon::after {
  opacity: 0;
}

.p3-faq-a {
  display: flex;
  align-items: flex-start;
  gap: min(24px, 1.67vw);
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.4s ease,
    padding-bottom 0.4s ease;
}

.p3-faq-item.is-open .p3-faq-a {
  max-height: min(600px, 41.67vw);
  padding-bottom: min(24px, 1.67vw);
}

.p3-faq-a-body {
  flex: 1;
  font-size: min(15px, 1.04vw);
  line-height: 2;
  padding-top: min(10px, 0.69vw);
}

.p3-faq-list {
  display: flex;
  flex-direction: column;
  gap: min(12px, 0.83vw);
}

.p3-faq-list li {
  font-size: min(15px, 1.04vw);
  line-height: 1.6;
  padding-left: min(16px, 1.11vw);
  position: relative;
}

.p3-faq-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: min(10px, 0.69vw);
  width: min(6px, 0.42vw);
  height: min(6px, 0.42vw);
  background-color: #ffa03c;
  border-radius: 50%;
}

.p3-faq-check-list {
  width: min(620px, 43.06vw);
  background-color: #f6dfc7;
  padding: min(20px, 1.39vw) min(40px, 2.78vw);
  margin-top: min(20px, 1.39vw);
}

.p3-faq-check-list h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
}

.p3-faq-check-list li {
  display: flex;
  align-items: center;
  gap: min(12px, 0.83vw);
  padding: min(18px, 1.25vw) 0;
  border-bottom: 1px solid #d4c5b5;
  font-size: min(15px, 1.04vw);
  line-height: 1.6;
}

.p3-faq-check-list li img {
  width: min(22px, 1.53vw);
  height: auto;
  flex-shrink: 0;
}

.p3-faq-a-text {
  font-size: min(15px, 1.04vw);
  line-height: 2;
}

.p3-faq-a-para {
  font-size: min(15px, 1.04vw);
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

/* p3-c */
.p3-c-container {
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p3-c .p3-c-p {
  color: #ffa03c;
  padding-top: 0;
  border-top: none;
}

.p3-a-text ul li {
  font-size: min(15px, 1.04vw);
  line-height: 2;
}

.p3-a-text .p3-c-p2 {
  color: #ffa03c;
  padding-top: min(30px, 2.08vw);
}

/* 施術内容2 */
.treatment-2 {
  background-image: url(../image/p4-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* p4-a */
.p4-a-container {
  padding-top: min(80px, 5.56vw);
}

.p4-a .p3-b-list {
  background-image: url(../image/p4-back2.png);
}

.p4-a .p3-b-list ul {
  grid-template-columns: 1fr;
}

.p4-a .p3-b-list ul li {
  width: 100%;
}

.p4-a-box {
  width: min(1280px, 88.89vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p4-a-item-box {
  display: flex;
  justify-content: space-between;
  margin-top: min(30px, 2.08vw);
}

.p4-a-item {
  width: min(300px, 20.83vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5px, 0.35vw);
}

.p4-a-item span {
  font-size: min(40px, 2.78vw);
}

.p4-a-item h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
}

.p4-a-item p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
}

/* p4-b */
.p4-b .p4-a-container {
  padding-bottom: min(100px, 6.94vw);
}

.p4-b-box {
  width: min(1280px, 88.89vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p4-b-list {
  background-color: #fff;
  box-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(20px, 1.39vw)
    rgba(0, 0, 0, 0.25);
  padding: min(30px, 2.08vw) min(77px, 5.35vw);
  border: 1px solid #78644e;
  margin-top: min(30px, 2.08vw);
}

.p4-b-list ul li {
  font-size: min(20px, 1.39vw);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(10px, 0.69vw) 0;
}

.p4-b-list ul li img {
  width: min(12px, 0.83vw);
  height: auto;
}

/* 施術内容3 */
.treatment-3 {
  background-image: url(../image/p5-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* p5-a */
.p5-a-container {
  padding-top: min(80px, 5.56vw);
  padding-bottom: min(100px, 6.94vw);
}

.p5-a .p3-b-list ul {
  grid-template-columns: repeat(3, auto);
}

.p5-a .p3-b-list ul li {
  width: min(360px, 25vw);
}

/* 料金案内 */
.price {
  background-image: url(../image/p6-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* p6-a */
.p6-a-container {
  padding-top: min(80px, 5.56vw);
}

.p6-a-text {
  text-align: center;
  margin-top: min(40px, 2.78vw);
}

.p6-a-text p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
}

/* p6-b */
.p6-b-container {
  padding-top: min(80px, 5.56vw);
}

.p6-b-box,
.p6-b-box2 {
  width: min(1280px, 88.89vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p6-b-box2 .p3-a-table td.text2 {
  width: min(230px, 15.97vw);
  text-align: center;
  background-color: #f3f3f3;
}

.p6-b-box2 .p3-a-table td.price2 {
  width: min(230px, 15.97vw);
  text-align: center;
  background-color: #f3f3f3;
  border-left: 1px solid #78644e;
  border-right: 1px solid #78644e;
}

.p6-b-box2 .p3-a-table td.price3 {
  width: 650px;
  text-align: center;
  background-color: #f3f3f3;
  border-left: 1px solid #78644e;
}

.p6-b-box2 .p3-a-table td.text {
  background-color: #f3f3f3;
  padding-left: min(20px, 1.39vw);
}

.p6-b-box2 p {
  font-size: min(15px, 1.04vw);
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

/* p6-c */
.p6-c-container {
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

/* 下層共通 */
.sub-v {
  width: 100%;
  margin-top: min(63px, 4.38vw);
}

.sub-v-box {
  width: 100%;
  position: relative;
}

.sub-v-title {
  position: absolute;
  top: 50%;
  left: min(80px, 5.56vw);
  z-index: 10;
  transform: translateY(-50%);
}

.sub-v-title h1 {
  font-size: min(72px, 5vw);
  font-weight: 500;
  color: #fff;
  text-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(20px, 1.39vw)
    rgba(0, 0, 0, 1);
}

.sub-h2-title {
  text-align: center;
}

.sub-h2-title img {
  width: min(320px, 22.22vw);
  height: auto;
  margin: 0 auto;
}

.sub-h2-title h2 {
  font-size: min(40px, 2.78vw);
  font-weight: 400;
  color: #ffa03c;
  margin-top: min(30px, 2.08vw);
}

.sub-h3-title h3 {
  position: relative;
  display: inline-block;
  font-size: min(40px, 2.78vw);
  font-weight: 500;
  color: #e8a35b;
  padding: min(27px, 1.88vw) 0 min(27px, 1.88vw) min(100px, 6.94vw);
}

.sub-h3-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(383px, 26.6vw);
  height: 1px;
  background-color: #e8a35b;
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: min(60px, 5.45vw) 0;
}

.single-box {
  width: min(1000px, 90.91vw);
  margin: 0 auto;
}

.single-title {
  font-size: min(32px, 2.91vw);
  font-weight: 600;
  margin-bottom: min(30px, 2.73vw);
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: min(600px, 54.55vw);
  margin-bottom: min(40px, 3.64vw);
}

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

.single-content {
  font-size: min(16px, 1.45vw);
  line-height: 1.8;
  color: #333;
}

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

/* ===== footer ===== */
.footer-container {
  background-image: url(../image/footer-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: min(60px, 4.17vw);
}

.footer-logo {
  width: min(270px, 18.75vw);
  margin: 0 auto;
}

.footer-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.78vw) auto 0;
}

.footer-info {
  width: min(640px, 44.44vw);
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: min(40px, 2.78vw);
  margin-top: min(32px, 2.22vw);
  margin-bottom: min(40px, 2.78vw);
}

.footer-tel-box {
  background-color: #ff633c;
  padding: min(10px, 0.69vw) min(100px, 6.94vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4px, 0.28vw);
}

.footer-tel-label {
  font-size: min(18px, 1.25vw);
  color: #fff;
}

.footer-tel {
  display: flex;
  align-items: center;
  gap: min(6px, 0.42vw);
  font-size: min(32px, 2.22vw);
  color: #fff;
}

.footer-tel img {
  width: min(23px, 1.6vw);
  height: auto;
}

.footer-sns {
  display: flex;
  gap: min(20px, 1.39vw);
}

.footer-sns img {
  width: min(80px, 5.56vw);
  height: auto;
}

.footer-hours {
  width: 100%;
  border-collapse: collapse;
}

.footer-hours th,
.footer-hours td {
  border-bottom: 1px solid #78644e;
  padding: min(8px, 0.56vw) min(6px, 0.42vw);
  text-align: center;
  font-size: min(26px, 1.81vw);
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  color: #78644e;
}

.footer-hours thead th:first-child,
.footer-hours tbody tr td:first-child {
  text-align: left;
}

.footer-p {
  margin-top: min(10px, 0.69vw);
}

.footer-p p {
  font-size: min(27px, 1.88vw);
  color: #78644e;
}

.footer-map {
  width: min(600px, 41.67vw);
}

.footer-address {
  text-align: center;
  font-size: min(20px, 1.39vw);
  color: #78644e;
  margin-bottom: min(20px, 1.39vw);
}

.footer-map iframe {
  width: 100%;
  height: min(320px, 22.22vw);
}

.footer-copy {
  text-align: center;
  background-color: #ffa03c;
  padding: min(30px, 2.08vw) 0;
  margin-top: min(90px, 6.25vw);
}

.footer-copy p {
  font-size: min(14px, 0.97vw);
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }

  .sp-header-logo img {
    width: 175px;
    height: auto;
  }

  .sp-header-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sp-header-link {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sp-header-tel,
  .sp-header-line {
    width: 28px;
    height: auto;
  }

  .sp-header-inst {
    width: 30px;
    height: auto;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    z-index: 1000;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 7.5px;
    width: 25px;
    height: 4px;
    background-color: #ffa03c;
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 10px;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 18px;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 26px;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100vh;
    background-color: #fff;
    transition: 0.4s;
    display: flex;
    padding: 100px 32px 0;
    z-index: 999;
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .sp-nav-list > li {
    width: 100%;
    padding: 30px 0 10px;
    border-bottom: 1px solid #78644e;
  }

  .sp-nav-list > li:first-child {
    padding-top: 10px;
  }

  .sp-nav-list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #78644e;
  }

  .sp-nav-list li a .first-span {
    font-size: 22px;
  }

  .sp-has-submenu {
    position: relative;
  }

  .sp-submenu {
    width: 170px;
    background-color: #ffa03c;
    display: none;
    padding: 15px 0;
    margin-top: 15px;
  }

  .sp-submenu li {
    padding: 5px 0 5px 20px;
    border-bottom: none;
  }

  .sp-submenu li a {
    font-size: 13px;
    color: #fff;
  }

  .sp-submenu-toggle img {
    transition: transform 0.3s;
  }

  .sp-has-submenu.is-open .sp-submenu {
    display: block;
  }

  .sp-has-submenu.is-open .sp-submenu-toggle img {
    transform: rotate(90deg);
  }

  /* トップ */
  .main-v {
    position: relative;
    margin-top: 50px;
  }

  .main-v-slider {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
  }

  .slide-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .slide-img.is-active {
    opacity: 1;
  }

  .slide1 {
    background-image: url(../image/top-img1.png);
  }

  .slide2 {
    background-image: url(../image/top-img2.png);
  }

  .main-v-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }

  .main-v-title {
    padding-left: 20px;
    padding-bottom: 30px;
  }

  .main-v-title h1 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
  }

  .main-v-title span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
    margin-top: 10px;
  }

  /* p1-a */
  .p1-a-img {
    width: 90%;
    height: auto;
    margin-left: auto;
  }

  .p1-a-container {
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: 100% 296px;
    background-position: top center;
    padding: 30px 0 40px;
  }

  .p1-a-box {
    width: 92%;
    margin: 0 auto;
  }

  .p1-a .p1-title h2 {
    font-size: 32px;
  }

  .p1-a .p1-title h2,
  .p1-a .p1-title p {
    color: #fff;
  }

  .p1-a-item {
    width: 100%;
    background-color: #fff;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    margin-top: 12px;
  }

  .p1-a-scroll {
    height: 210px;
    overflow-y: auto;
  }

  .p1-a-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
  }

  .p1-a-news:first-child {
    padding-top: 0;
  }

  .p1-a-date {
    font-size: 13px;
    color: #78644e;
  }

  .p1-a-title {
    font-size: 13px;
    line-height: 1.8;
  }

  .p1-a-scroll::-webkit-scrollbar {
    width: 3px;
  }

  .p1-a-scroll::-webkit-scrollbar-thumb {
    background: #78644e;
  }

  /* p1-b */
  .p1-b-container {
    background-image: url(../image/top-back3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 40px;
  }

  .p1-b-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  .p1-b-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-b-text {
    width: 100%;
  }

  .p1-b .p1-title h2 {
    color: #78644e;
  }

  .p1-b-text > p {
    font-size: 13px;
    color: #78644e;
    line-height: 2;
    margin-top: 20px;
  }

  /* ===== p1-c FEATURES ===== */
  .p1-c-container {
    background-image: url(../image/top-back4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 30px 0 40px;
  }

  .p1-c .p1-title h2,
  .p1-c .p1-title p {
    text-align: center;
    color: #fff;
  }

  .p1-c-item {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-c-item.is-reverse {
    flex-direction: column-reverse;
  }

  .p1-c-item-text {
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 0;
    border: none;
    margin-right: 0;
  }

  .is-reverse .p1-c-item-text {
    margin-right: 0;
    margin-left: 0;
  }

  .p1-c-item-title {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .p1-c-num {
    display: block;
    font-family: "Cinzel", serif;
    font-size: 40px;
    color: #fff;
  }

  .p1-c-item h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
  }

  .p1-c-item p {
    font-size: 13px;
    line-height: 2;
    color: #fff;
    margin-top: 10px;
  }

  .p1-c-item-img {
    max-width: 400px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0;
  }

  .p1-c-item-img img {
    width: 100%;
    height: auto;
  }

  /* ===== p1-d MENU ===== */
  .p1-d-container {
    background-image: url(../image/top-back5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 30px 0 40px;
  }

  .p1-d .p1-title h2,
  .p1-d .p1-title p {
    text-align: center;
    color: #78644e;
  }

  .p1-d-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-d-card {
    max-width: 400px;
    width: 100%;
  }

  .p1-d-card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 15px 0;
    background: linear-gradient(
      90deg,
      #f6e2cd 0%,
      #ffa03c 25%,
      #f58916 66%,
      #d87105 100%
    );
    border-radius: 0 20px 0 20px;
  }

  .p1-d-card-header span {
    font-size: 18px;
    color: #fff;
  }

  .p1-d-card-header img {
    width: 7px;
    height: auto;
  }

  .p1-d-card-img {
    width: 100%;
    margin-top: 10px;
  }

  .p1-d-card > p {
    font-size: 13px;
    color: #78644e;
    line-height: 2;
    margin-top: 10px;
  }

  .p1-d-box2 {
    margin-top: 40px;
  }

  .p1-d-text2 {
    text-align: center;
    margin-top: 20px;
  }

  .p1-d-text2 p {
    font-size: 14px;
    color: #78644e;
    line-height: 2;
  }

  .p1-d-link2 {
    width: 161px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #ff633c;
    margin: 20px auto 0;
  }

  .p1-d-link2 span {
    font-size: 14px;
    color: #fff;
  }

  .p1-d-link2 img {
    width: 7px;
    height: auto;
  }

  /* ===== p1-e GREETING ===== */
  .p1-e-container {
    background-image: url(../image/top-back6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 40px;
  }

  .p1-e-box {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  .p1-e-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-e-text {
    width: 100%;
  }

  .p1-e .p1-title h2,
  .p1-e .p1-title p {
    color: #78644e;
  }

  .p1-e-text > p {
    font-size: 13px;
    color: #78644e;
    line-height: 2;
    margin-top: 10px;
  }

  .p1-e-text .p1-e-name {
    font-size: 18px;
    color: #78644e;
    margin-top: 10px;
  }

  .p1-e-name span {
    font-size: 15px;
    color: #78644e;
  }

  /* p1-f */
  .p1-f-container {
    background-image:
      url(../image/sp-top-img6.png), url(../image/sp-top-img7.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position:
      top left,
      top right;
    padding: 30px 0 40px;
    border: 5px solid #ce8a42;
  }

  .p1-f .p1-title h2,
  .p1-f .p1-title p {
    text-align: center;
    color: #78644e;
  }

  .p1-f-box {
    margin-top: 20px;
  }

  .marqueer {
    margin: 0;
    overflow: hidden;
  }

  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
  }

  .marqueer ul li {
    list-style: none;
    padding: 0 10px;
    width: 200px;
  }

  .marqueer img {
    display: block;
    width: 100%;
  }

  /* 共通タイトル */
  .p1-title h2 {
    font-size: 32px;
    font-weight: 400;
  }

  .p1-title p {
    font-size: 15px;
    font-family: "Shippori Mincho B1", serif;
    margin-top: 0;
  }

  /* 当院について */
  .about {
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .p2-a-container {
    padding-top: 30px;
  }

  .p2-a-box {
    width: 92%;
    background-color: #fff;
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.25);
    margin: 20px auto 0;
  }

  .p2-a-title-box {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffdeba;
    border-bottom: 1px solid #f08c22;
  }

  .p2-a-title {
    display: flex;
    align-items: center;
    gap: 10px;
    position: static;
    z-index: 5;
    padding: 5px 10px;
  }

  .p2-a-title span {
    font-size: 30px;
    font-family: "Cinzel", serif;
    color: #78644e;
  }

  .p2-a-title h3 {
    font-size: 15px;
    font-weight: bold;
    font-family: "Cinzel", serif;
    color: #78644e;
  }

  .p2-a-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .p2-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p2-a-text {
    width: 100%;
  }

  .p2-a-text p {
    font-size: 13px;
    color: #78644e;
    line-height: 2;
  }

  /* p2-b */
  .p2-b-container {
    padding-top: 30px;
  }

  .p2-b-box {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p2-b-text {
    width: 100%;
  }

  .p2-b-text p {
    font-size: 16px;
  }

  .p2-b-text h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0;
  }

  .p2-b-text span {
    font-size: 16px;
    color: #ffa03c;
  }

  .p2-b-text .p2-b-p {
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
  }

  .p2-b-img {
    max-width: 400px;
    width: 100%;
  }

  .p2-b-box2 {
    width: 92%;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .p2-b-card {
    width: 100%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 20px;
  }

  .p2-b-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffa03c;
    margin-bottom: 10px;
  }

  .p2-b-card-title h3 {
    position: relative;
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    padding-left: 20px;
  }

  .p2-b-card-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #000;
  }

  .p2-b-list li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-top: 10px;
  }

  .p2-b-list li span {
    font-size: 10px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }

  .p2-b-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #f5961e;
    border-radius: 50%;
  }

  .p2-b-box3 {
    width: 92%;
    margin: 20px auto 0;
  }

  .p2-b-box3 h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #e8a35b;
    padding: 0 60px 10px;
    border-bottom: 1px solid #ffa03c;
  }

  .p2-b-box3 p {
    font-size: 13px;
    line-height: 2;
    margin-left: 10px;
    margin-top: 10px;
  }

  /* p2-c */
  .p2-c-container {
    padding-top: 30px;
  }

  .p2-c-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p2-c-item {
    max-width: 400px;
    width: 100%;
  }

  .p2-c-img {
    width: 100%;
  }

  .p2-c-text {
    width: 100%;
    background-color: #ffe5ca;
    padding: 10px;
  }

  .p2-c-text h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 2;
  }

  .p2-c-text p {
    font-size: 13px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 2;
  }

  /* p2-d */
  .p2-d .p2-c-text {
    height: auto;
  }

  .p2-d .p2-c-box {
    row-gap: 20px;
  }

  /* p2-e */
  .p2-e-container {
    padding: 30px 0 40px;
  }

  .p2-e-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p2-e-img {
    max-width: 400px;
    width: 100%;
  }

  .p2-e-table {
    width: 100%;
  }

  .p2-e-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
  }

  .p2-e-table table th,
  .p2-e-table table td {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #78644e;
  }

  .p2-e-table table th {
    width: 80px;
  }

  .p2-e-table table td {
    padding-left: 10px;
  }

  .p2-e-map {
    width: 92%;
    height: 180px;
    margin: 20px auto 0;
  }

  .p2-e-map iframe {
    width: 100%;
    height: 100%;
  }

  /* 施術内容 */
  .treatment-1 {
    background-image: url(../image/p3-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  /* p3-a */
  .p3-a-container {
    padding-top: 30px;
  }

  .p3-a-box,
  .p3-a-box2,
  .p3-a-box3 {
    width: 92%;
    margin: 20px auto 0;
  }

  .p3-a-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p3-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p3-a-text {
    width: 100%;
  }

  .p3-a-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #e8a35b;
    line-height: 1.6;
  }

  .p3-a-text p,
  .p3-a-text2 p,
  .p3-a-text3 p {
    font-size: 13px;
    line-height: 2;
  }

  .p3-a-text .p3-a-p {
    margin-top: 10px;
  }

  .p3-a-text2,
  .p3-a-text3 {
    width: 100%;
    margin: 20px auto 0;
  }

  .p3-a-table {
    width: 100%;
    margin: 20px auto 0;
  }

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

  .p3-a-table table th,
  .p3-a-table table td {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #78644e;
  }

  .p3-a-table table th {
    width: 100%;
    background-color: #ffc281;
  }

  .p3-a-table table td {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3f3f3;
  }

  .p3-a-text3 p {
    font-weight: bold;
  }

  /* p3-b */
  .p3-b-container {
    padding-top: 30px;
  }

  .p3-b-box,
  .p3-b-box2,
  .p3-b-box3 {
    width: 92%;
    margin: 20px auto 0;
  }

  .p3-b-list {
    width: 100%;
    background-image: url(../image/p3-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 20px;
    margin-top: 20px;
  }

  .p3-b-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .p3-b-list ul li {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #78644e;
  }

  .p3-b-list ul li img {
    width: 15px;
    height: auto;
  }

  .p3-b-item2 {
    width: 100%;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 20px auto 0;
  }

  .p3-b-item2 h3 {
    position: relative;
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    padding-left: 20px;
    margin: 10px 0;
  }

  .p3-b-item2 h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #000;
  }

  .p3-b-item2 p {
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
    border-top: 1px solid #ffa03c;
  }

  .p3-b-item3 {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin: 20px auto 0;
  }

  /* p3 FAQ アコーディオン */
  .p3-faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .p3-faq-item {
    border-top: 1px solid #78644e;
    border-bottom: 1px solid #78644e;
  }

  .p3-faq-q {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    cursor: pointer;
  }

  .p3-faq-label {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .p3-faq-q-text {
    flex: 1;
    font-size: 13px;
    line-height: 1.7;
  }

  .p3-faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
  }

  .p3-faq-icon::before,
  .p3-faq-icon::after {
    content: "";
    position: absolute;
    background-color: #78644e;
    border-radius: 1px;
  }

  .p3-faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .p3-faq-icon::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
  }

  .p3-faq-item.is-open .p3-faq-icon::after {
    opacity: 0;
  }

  .p3-faq-a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    max-height: 0;
    transition:
      max-height 0.4s ease,
      padding-bottom 0.4s ease;
  }

  .p3-faq-item.is-open .p3-faq-a {
    max-height: 100%;
    padding-bottom: 20px;
  }

  .p3-faq-a-body {
    flex: 1;
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
  }

  .p3-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .p3-faq-list li {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 10px;
    position: relative;
  }

  .p3-faq-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #ffa03c;
    border-radius: 50%;
  }

  .p3-faq-check-list {
    width: auto;
    background-color: #f6dfc7;
    padding: 10px;
    margin-top: 20px;
  }

  .p3-faq-check-list h3 {
    font-size: 16px;
    font-weight: 500;
  }

  .p3-faq-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d4c5b5;
    font-size: 12px;
    line-height: 1.6;
  }

  .p3-faq-check-list li img {
    width: 15px;
    height: auto;
    flex-shrink: 0;
  }

  .p3-faq-a-text {
    font-size: 13px;
    line-height: 2;
  }

  .p3-faq-a-para {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }

  /* p3-c */
  .p3-c-container {
    padding: m30px 0 40px;
  }

  .p3-c .p3-c-p {
    color: #ffa03c;
    padding-top: 0;
    border-top: none;
  }

  .p3-a-text ul li {
    font-size: 13px;
    line-height: 2;
  }

  .p3-a-text .p3-c-p2 {
    color: #ffa03c;
    padding-top: 20px;
  }

  /* 施術内容2 */
  .treatment-2 {
    background-image: url(../image/p4-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  /* p4-a */
  .p4-a-container {
    padding-top: 30px;
  }

  .p4-a .p3-b-list {
    background-image: url(../image/p4-back2.png);
  }

  .p4-a .p3-b-list ul {
    grid-template-columns: 1fr;
  }

  .p4-a .p3-b-list ul li {
    width: 100%;
  }

  .p4-a-box {
    width: 92%;
    margin: 20px auto 0;
  }

  .p4-a-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p4-a-item {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .p4-a-item span {
    font-size: 24px;
  }

  .p4-a-item h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .p4-a-item p {
    font-size: 13px;
    line-height: 2;
  }

  /* p4-b */
  .p4-b .p4-a-container {
    padding-bottom: 30px;
  }

  .p4-b-box {
    width: 92%;
    margin: 20px auto 0;
  }

  .p4-b-list {
    background-color: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border: 1px solid #78644e;
    margin-top: 20px;
  }

  .p4-b-list ul li {
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  .p4-b-list ul li img {
    width: 12px;
    height: auto;
  }

  /* 施術内容3 */
  .treatment-3 {
    background-image: url(../image/p5-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  /* p5-a */
  .p5-a-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .p5-a .p3-b-list ul {
    grid-template-columns: 1fr;
  }

  .p5-a .p3-b-list ul li {
    width: 100%;
  }

  /* 料金案内 */
  .price {
    background-image: url(../image/p6-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  /* p6-a */
  .p6-a-container {
    padding-top: 30px;
  }

  .p6-a-text {
    width: 92%;
    text-align: center;
    margin: 20px auto 0;
  }

  .p6-a-text p {
    font-size: 13px;
    line-height: 2;
  }

  /* p6-b */
  .p6-b-container {
    padding-top: 30px;
  }

  .p6-b-box,
  .p6-b-box2 {
    width: 92%;
    margin: 20px auto 0;
  }

  .p6-b-box2 .p3-a-table td.text2 {
    width: 100%;
    text-align: center;
    background-color: #f3f3f3;
  }

  .p6-b-box2 .p3-a-table td.price2 {
    width: 100%;
    text-align: center;
    background-color: #f3f3f3;
    border-left: none;
    border-right: none;
  }

  .p6-b-box2 .p3-a-table td.text {
    background-color: #f3f3f3;
    padding-left: 0;
  }

  .p6-b-box2 p {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }

  /* p6-c */
  .p6-c-container {
    padding: 30px 0 40px;
  }

  /* 下層共通 */
  .sub-v {
    width: 100%;
    margin-top: 50px;
  }

  .sub-v-box {
    width: 100%;
    position: relative;
  }

  .sub-v-title {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 10;
    transform: translateY(-50%);
  }

  .sub-v-title h1 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 1);
  }

  .sub-h2-title {
    text-align: center;
  }

  .sub-h2-title img {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }

  .sub-h2-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #ffa03c;
    margin-top: 10px;
  }

  .sub-h3-title h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #e8a35b;
    padding: 10px 0 10px 10px;
  }

  .sub-h3-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 1px;
    background-color: #e8a35b;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 40px 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

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

  .single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }

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

  /* ===== footer ===== */
  .footer-container {
    background-image: url(../image/sp-footer-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
  }

  .footer-logo {
    width: 188px;
    margin: 0 auto;
  }

  .footer-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

  .footer-info {
    max-width: 400px;
    width: 100%;
  }

  .footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-tel-box {
    background-color: #ff633c;
    padding: 5px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .footer-tel-label {
    font-size: 13px;
    color: #fff;
  }

  .footer-tel {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    color: #fff;
  }

  .footer-tel img {
    width: 16px;
    height: auto;
  }

  .footer-sns {
    display: flex;
    gap: 5px;
  }

  .footer-sns img {
    width: 50px;
    height: auto;
  }

  .footer-hours {
    width: 100%;
    border-collapse: collapse;
  }

  .footer-hours th,
  .footer-hours td {
    border-bottom: 1px solid #78644e;
    padding: 5px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    color: #78644e;
  }

  .footer-hours thead th:first-child,
  .footer-hours tbody tr td:first-child {
    text-align: left;
  }

  .footer-p {
    margin-top: 5px;
  }

  .footer-p p {
    font-size: 13px;
    color: #78644e;
  }

  .footer-map {
    max-width: 400px;
    width: 100%;
  }

  .footer-address {
    text-align: center;
    font-size: 13px;
    color: #78644e;
    margin-bottom: 20px;
  }

  .footer-map iframe {
    width: 100%;
    height: 180px;
  }

  .footer-copy {
    text-align: center;
    background-color: #ffa03c;
    padding: 30px 0;
    margin-top: 30px;
  }

  .footer-copy p {
    font-size: 12px;
    color: #fff;
  }
}

@media screen and (max-width: 375px) {
  /* トップ */
  .slide1 {
    background-image: url(../image/sp-top-img1.png);
  }

  .slide2 {
    background-image: url(../image/sp-top-img2.png);
  }

  .p1-a-container {
    background-image: url(../image/sp-top-img3.png);
  }

  .p1-b-container {
    background-image: url(../image/sp-top-img4.png);
  }

  .p1-e-container {
    background-image: url(../image/sp-top-img5.png);
  }
}
