@charset "UTF-8";

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: linear-gradient(to right, #FFFFFF, #FCFCF4);
  margin: 0;
}

h1, h2, h3, p, span, th, td, a {
  font-family: "Noto Serif JP", serif;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: .8;
}


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

/* 消してる要素 */
.sp-br, .sp-img, .p1-e-pagination, .sp-footer-box2, .sp-footer {
  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);
}


/* ヘッダーのスクロール */
.sp-header {
  transition: opacity 0.3s, visibility 0.3s;
}

.sp-header.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-b.is-header-visible {
  top: 0;
}

/* ヘッダー本体） */
.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(174px, 14.5vw);
  background-color: transparent;
  z-index: 10000;
}

.sp-header-inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-left: min(12px, 1.0vw);
}

.sp-header-logo img {
  width: min(264px, 22.0vw);
  height: auto;
}

.header-box2 {
  display: flex;
}

.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 0.83vw);
  margin-top: min(15px, 1.25vw);
  margin-right: min(15px, 1.25vw);
}

.map img {
  width: min(27px, 2.25vw);
  height: auto;
}

.map span {
  font-size: min(18px, 1.5vw);
  font-weight: bold;
  color: #fff;
  letter-spacing: min(2px, 0.17vw);
}

.header-tel {
  width: min(360px, 30.0vw);
  height: auto;
}

.sp-menu-btn {
  position: relative;
  width: min(100px, 8.33vw);
  height: min(100px, 8.33vw);
  background-color: #D55993;
  border: none;
  cursor: pointer;
  z-index: 10001;
  padding: 0;
}

.sp-menu-btn span {
  position: absolute;
  left: 50%;
  width: min(50px, 4.17vw);
  height: min(4px, 0.33vw);
  background-color: #fff;
  transition: 0.3s;
  transform: translateX(-50%);
}

.sp-menu-btn span:nth-child(1) { top: min(22px, 1.83vw); }
.sp-menu-btn span:nth-child(2) { top: min(38px, 3.17vw); }
.sp-menu-btn span:nth-child(3) { top: min(54px, 4.5vw); }

.sp-menu-btn::after {
  content: "MENU";
  position: absolute;
  bottom: min(20px, 1.67vw);
  left: 0;
  width: 100%;
  color: #fff;
  font-size: min(14px, 1.17vw);
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}

.sp-menu-btn.is-active span:nth-child(1) {
  top: min(38px, 3.17vw);
  transform: translateX(-50%) rotate(45deg);
}

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

.sp-menu-btn.is-active span:nth-child(3) {
  top: min(38px, 3.17vw);
  transform: translateX(-50%) rotate(-45deg);
}

/* 全画面メニュー（ヘッダーのすぐ下） */
.sp-header-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  gap: min(80px, 8.0vw);
  background: rgba(251, 250, 238, 0.9);
  transition: 0.4s;
  padding: min(125px, 12.5vw) 0 0;
  z-index: 9999;
  overflow-y: auto;
}

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

.sp-nav-list {
  width: min(316px, 31.6vw);
  display: flex;
  flex-direction: column;
  list-style: none;
}

.sp-nav-list li {
  box-sizing: border-box;
  border-bottom: min(1px, 0.1vw) dashed #888888;
}

.sp-nav-list li a {
  display: flex;
  align-items: center;
  gap: min(5px, 0.5vw);
  padding: min(30px, 3.0vw) 0;
  color: #333;
}

.sp-nav-list li a img {
  width: min(14px, 1.4vw);
  height: auto;
}

.sp-nav-list li a span {
  font-size: min(18px, 1.8vw);
}

.header-box4 {
  display: flex;
  flex-direction: column;
  gap: min(60px, 6.0vw);
}

.header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(47px, 4.7vw);
}

.header-map3 {
  display: flex;
  align-items: center;
  gap: min(27px, 2.7vw);
}

.header-map3 img {
  width: min(30px, 3.0vw);
  height: auto;
}

.header-inst2 {
  width: min(40px, 4.0vw);
  height: auto;
}

.header-tel3 {
  width: min(360px, 36.0vw);
  height: auto;
}

.header-table {
  width: 100%;
  max-width: min(400px, 40.0vw);
  color: #6b4e3d;
  margin: min(10px, 1.0vw) auto;
}

.table-wrap {
  background-color: #fff;
  padding: min(7px, 0.7vw) min(10px, 1.0vw);
}

.header-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.header-table th, .header-table td {
  padding: min(8px, 0.8vw) 0;
  font-weight: normal;
  border-bottom: min(1.5px, 0.15vw) dotted #6b4e3d;
}

.header-table th {
  font-size: min(14px, 1.4vw);
}

.header-table td {
  font-size: min(16px, 1.6vw);
}

.header-table td.time {
  text-align: left;
  font-size: min(14px, 1.4vw);
  padding-left: min(5px, 0.5vw);
}

.blue {
  color: #87ceeb;
}

.table-note {
  margin-top: min(15px, 1.5vw);
  font-size: min(12px, 1.2vw);
  line-height: 1.6;
  text-align: left;
}

.table-note p {
  margin: 0;
}
/* ヘッダー２ */
.header-b {
  position: fixed;
  top: min(-120px, -10vw);
  left: 0;
  width: 100%;
  height: min(100px, 8.33vw);
  background: #fff;
  transition: top 0.4s ease;
  z-index: 10000;
  overflow: hidden;
}

.header-b.is-show {
  top: 0;
}

.header-b-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.header-logo2 {
  width: min(174px, 14.5vw);
  line-height: 1;
}

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

.header-box3 {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-map2 {
  width: min(30px, 2.5vw);
  line-height: 1;
}

.header-inst {
  width: min(40px, 3.33vw);
  margin: 0 min(40px, 3.33vw);
  line-height: 1;
}

.header-map2 img, 
.header-inst img, 
.header-web img, 
.header-line img, 
.header-mail img {
  display: block;
  width: 100%;
  height: auto;
}

.header-tel2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header-tel2 img {
  width: min(44px, 3.67vw);
  height: auto;
  display: block;
}

.header-tel2 span {
  font-size: min(36px, 3.0vw);
  color: #333;
  letter-spacing: min(2px, 0.17vw);
}

.header-web, .header-line, .header-mail {
  width: min(110px, 9.17vw);
  line-height: 1;
}

.sp-menu-btn {
  height: min(100px, 8.33vw);
}

.js-sp-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sp-header:not(.is-hide) .js-sp-nav.is-active,
.header-b.is-header-visible .js-sp-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sp-header, .header-b {
  z-index: 10000;
}

.sp-menu-btn {
  z-index: 10001;
}

.sp-header-nav {
  z-index: 9999;
}

/* ヘッダー下部 */
.bottom-fix-nav {
  position: relative; /* 固定はしない */
  width: 100%;
  height: min(123px, 11.18vw);
  z-index: auto;
}

.bottom-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(60px, 4.17vw);
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-nav-list li {
  height: 100%;
}

.bottom-nav-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.bottom-nav-list li a .jp {
  font-size: min(16px, 1.45vw);
  color: #333;
  margin-bottom: min(2px, 0.18vw);
}

.bottom-nav-list li a .en {
  font-size: min(14px, 1.27vw);
  color: #624935;
  letter-spacing: 0.05em;
}

.current-tip {
  position: absolute;
  bottom: min(15px, 1.36vw);
  left: 50%;
  transform: translateX(-50%) translateY(min(10px, 0.91vw));
  width: min(17px, 1.55vw);
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.bottom-nav-list li.is-current .current-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}




/* トップ */
.main-v {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-v-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main-v-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.main-v-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-v-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.main-v-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 5;
}

.main-v-title h1 {
  font-size: min(40px, 4vw);
  letter-spacing: min(4px, 0.4vw);
  color: #fff;
  text-shadow: 0 min(4px, 0.4vw) min(10px, 1vw) rgba(0, 0, 0, 0.3);
}

.main-v-title p {
  font-size: min(40px, 4vw);
  font-family: "Pinyon Script", cursive;
  color: #fff;
  letter-spacing: min(4px, 0.4vw);
  text-shadow: 0 min(4px, 0.4vw) min(10px, 1vw) rgba(0, 0, 0, 0.3);
  padding-top: min(35px, 3.5vw);
}

.main-v-img1 {
  width: min(388px, 38.8vw);
  height: auto;
  position: absolute;
  bottom: 0;
  left: min(30px, 3vw);
  z-index: 2;
}

.main-v-box {
  position: absolute;
  top: min(186px, 18.6vw);
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: min(16px, 1.6vw);
}

.main-v-item a {
  width: min(87px, 8.7vw);
  height: min(190px, 19vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(3px, 0.3vw);
  background-color: #F1F0E9;
  border-radius: min(30px, 3vw) 0 0 0;
}

.main-v-item p {
  text-align: center;
  font-size: min(24px, 2.4vw);
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.main-v-item.mail p {
  font-size: min(22px, 2.2vw);
}

.main-v-item.web .main-v-img2 {
  width: min(47px, 4.7vw);
  height: auto;
}

.main-v-item.line .main-v-img2 {
  width: min(46px, 4.6vw);
  height: auto;
}

.main-v-item.mail .main-v-img2 {
  width: min(40px, 4vw);
  height: auto;
}

.main-v-item .main-v-img3 {
  width: min(27px, 2.7vw);
  height: auto;
}



.p1-a {
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-a-container {
  padding-top: min(54px, 4vw);
  padding-bottom: min(100px, 7.41vw);
}

.p1-a-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p1-a-text {
  width: min(640px, 47.41vw);
  margin-top: min(42px, 3.11vw);
}

.p1-a-text p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  letter-spacing: min(1px, 0.07vw);
}

.p1-a-img-box {
  width: min(612px, 45.33vw);
  position: relative;
}

.p1-a-img1 {
  width: min(612px, 45.33vw);
  height: auto;
  margin-top: min(230px, 17.04vw);
}

.p1-a-img2, .p1-a-img3, .p1-a-img4 {
  position: absolute;
  z-index: 5;
}

.p1-a-img2 {
  width: min(354px, 26.22vw);
  height: auto;
  top: min(135px, 10vw);
  left: 0;
}

.p1-a-img3 {
  display: block;
  width: min(189px, 13.125vw); 
  height: auto;
  bottom: min(140px, 10.37vw);
  right: max(-35px, -2.43vw);
}

.p1-a-img4 {
  width: min(144px, 10.67vw);
  height: auto;
  top: min(48px, 3.56vw);
  right: min(70px, 5.19vw);
}

.p1-a-box2 {
  width: min(287px, 21.26vw);
  height: min(77px, 5.7vw);
  background-color: #8CD2F4;
  padding: min(5px, 0.37vw);
  margin: min(74px, 5.48vw) auto 0;
}

.p1-a-box2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #fff;
  text-decoration: none;
}

.p1-a-box2 a span {
  font-size: min(24px, 1.78vw);
  font-weight: bold;
  color: #fff;
}

.p1-a-box2 a img {
  width: min(22px, 1.63vw);
  height: min(22px, 1.63vw);
}

.p1-b {
  background-color: #fff;
  background-image: url(../image/top-back2.png), url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: min(960px, 66.67vw) auto, min(267px, 18.54vw) auto;
  background-position: top left, top max(-60px, -4.17vw) right min(20px, 1.39vw);
}

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

.p1-b-box {
  width: min(1440px, 100%);
  display: flex;
  justify-content: center;
  margin: min(70px, 4.86vw) auto 0;
}

.p1-b-img-box {
  width: 50%;
  position: relative;
}

.p1-b-img1 {
  width: 100%;
  height: auto;
}

.p1-b-img2 {
  width: min(283px, 19.65vw);
  position: absolute;
  bottom: min(30px, 2.08vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p1-b-box2 {
  width: min(1440px, 100%);
  background-color: #EFEDD2;
  padding: min(10px, 0.69vw) 0;
  margin: 0 auto;
}

.p1-b-img3 {
  width: min(1416px, 98.33vw);
  height: min(12px, 0.83vw);
  margin: 0 auto;
}

.p1-b-text {
  text-align: center;
  padding-top: min(10px, 0.69vw);
  padding-bottom: min(26px, 1.81vw);
}

.p1-b .p1-b-text p:first-child {
  font-size: min(30px, 2.08vw);
  color: #624935;
}

.p1-b-text span {
  font-size: min(80px, 5.56vw);
  color: #624935;
}

.p1-b-text .p1-b-span {
  font-size: min(30px, 2.08vw);
  color: #624935;
}

.p1-b-box.p1-b-box3 {
  margin-top: 0;
}

.p1-c {
  background-color: #fff;
}

.p1-c .h2-title {
  background-image: url(../image/top-back4.png), url(../image/top-back5.png);
  background-repeat: no-repeat;
  background-size: min(168px, 11.67vw) auto, min(263px, 18.26vw) auto;
  background-position: bottom left, bottom right;
  padding-top: min(70px, 4.86vw);
  padding-bottom: min(50px, 3.47vw);
}

.p1-c-box2 {
  width: min(1440px, 100%);
  background-color: #EFEDD2;
  margin: 0 auto;
}

.p1-c-img3 {
  width: min(1440px, 100%);
  height: auto;
}

.p1-c-text {
  text-align: center;
  padding-bottom: min(30px, 2.08vw);
  margin-top: max(-45px, -3.13vw);
}

.p1-c-text p {
  font-size: min(30px, 2.08vw);
  color: #624935;
}

.p1-c-text span {
  font-size: min(80px, 5.56vw);
  color: #624935;
}

.p1-c-box {
  width: min(1440px, 100%);
  display: flex;
  margin: 0 auto;
}

.p1-c-img-box {
  flex: 1;
  position: relative;
}

.p1-c-img2 {
  width: min(283px, 19.65vw);
  position: absolute;
  bottom: min(30px, 2.08vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p1-d {
  background-image: url(../image/top-back6.png), url(../image/top-back7.png), url(../image/top-back8.png);
  background-repeat: no-repeat;
  background-size: min(335px, 23.26vw) auto, min(380px, 26.39vw) auto, cover;
  background-position: left top, right top min(180px, 12.5vw), center center;
  overflow-x: hidden;
}

.p1-d-container {
  padding-top: min(90px, 6.25vw);
  padding-bottom: min(180px, 12.5vw);
}

.p1-d-box {
  margin-top: min(70px, 4.86vw);
}

.p1-d-box .p1-d-item {
  text-align: center;
  background-image: url(../image/top-back9.png);
  background-repeat: no-repeat;
  background-size: min(987px, 68.54vw) auto;
  background-position: calc(50% - min(65px, 4.51vw)) top;
}

.p1-d-title {
  padding-top: min(30px, 2.08vw);
}

.p1-d-title h3 {
  font-size: min(40px, 2.78vw);
  font-weight: 500;
  color: #333;
}

.p1-d-text {
  width: min(600px, 41.67vw);
  text-align: left;
  padding-bottom: min(30px, 2.08vw);
  margin: min(38px, 2.64vw) auto 0;
  position: relative;
}

.p1-d-box .p1-d-text span {
  position: absolute;
  left: max(-180px, -12.5vw);
  bottom: 0;
  font-size: min(158px, 10.97vw);
  font-family: "Cardo", serif;
  color: #fff;
  font-weight: bold;
  line-height: .8;
}

.p1-d-text p {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
}

.p1-d-img-box {
  width: min(1440px, 100%);
  display: flex;
  margin: 0 auto;
}

.p1-d-img1 {
  flex: 1;
  height: auto;
}

.p1-d-box2 {
  width: min(1440px, 100%);
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: min(140px, 9.72vw) auto 0;
}

.p1-d-img-box2 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p1-d-img2 {
  width: min(386px, 26.81vw);
  height: auto;
  position: relative;
  z-index: 3;
  margin-right: max(-97px, -6.74vw);
}

.p1-d-img3 {
  width: min(430px, 29.86vw);
  height: auto;
  margin-top: min(136px, 9.44vw);
}

.p1-d-box2 .p1-d-item {
  width: 100%;
  background-image: url(../image/top-back10.png), url(../image/part15.png);
  background-repeat: no-repeat;
  background-size: min(802px, 55.69vw) auto, min(74px, 5.14vw) auto;
  background-position: right top, right min(660px, 45.83vw) top;
  padding-right: min(100px, 6.94vw);
  padding-bottom: min(100px, 6.94vw);
}

.p1-d-box2 .p1-d-title {
  text-align: right;
  padding-top: min(145px, 10.07vw);
  padding-right: min(135px, 9.38vw);
}

.p1-d-box2 .p1-d-text {
  margin-right: 0;
  padding-bottom: min(120px, 8.33vw);
}

.p1-d-box2 .p1-d-text span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: min(158px, 10.97vw);
  font-family: "Cardo", serif;
  color: #fff;
  font-weight: bold;
  line-height: .8;
}

.p1-d-img4 {
  width: min(330px, 22.92vw);
  height: auto;
  position: absolute;
  bottom: max(-123px, -8.54vw);
  right: min(290px, 20.14vw);
}

.p1-d-box-box {
  background-image: url(../image/top-back12.png), url(../image/top-back11.png);
  background-repeat: no-repeat;
  background-size: min(202px, 14.03vw) auto, min(359px, 24.93vw) auto;
  background-position: 0 min(165px, 11.46vw), calc(50% - min(215px, 14.93vw)) min(40px, 2.78vw);
  padding-top: min(190px, 13.19vw);
}

.p1-d-box3 {
  width: min(1440px, 100%);
  display: flex;
  justify-content: flex-end;
  gap: min(34px, 2.36vw);
  margin: 0 auto;
}

.p1-d-img5 {
  width: min(415px, 28.82vw);
  height: auto;
  margin-right: min(153px, 10.63vw);
}

.p1-d-img6 {
  width: min(349px, 24.24vw);
  height: auto;
  margin-top: max(-10px, -0.69vw);
  margin-left: auto;
}

.p1-d-box3 .p1-d-item {
  flex: 1;
  background-image: url(../image/top-back9.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}

.p1-d-box3 .p1-d-title {
  width: min(600px, 41.67vw);
  text-align: center;
  padding-top: min(176px, 12.22vw);
  margin-left: auto;
}

.p1-d-box3 .p1-d-text {
  margin-right: 0;
}

.p1-d-box3 .p1-d-text span {
  position: absolute;
  left: max(-180px, -12.5vw);
  bottom: min(55px, 3.82vw);
  font-size: min(158px, 10.97vw);
  font-family: "Cardo", serif;
  color: #fff;
  font-weight: bold;
  line-height: .8;
}

.p1-d-box2.p1-d-box4 {
  margin-top: min(168px, 11.67vw);
}

.p1-d-box2.p1-d-box4 .p1-d-item {
  width: 100%;
  background-image: url(../image/top-back10.png), url(../image/part15.png), url(../image/part17.png);
  background-repeat: no-repeat;
  background-size: min(802px, 55.69vw) auto, min(74px, 5.14vw) auto, min(168px, 11.67vw) auto;
  background-position: right top, right min(660px, 45.83vw) top 0, right min(290px, 20.14vw) bottom 0;
  padding-right: min(100px, 6.94vw);
  padding-bottom: min(55px, 3.82vw);
}

.p1-d-box2 .p1-d-title {
  padding-top: min(90px, 6.25vw);
}

.p1-d-box4 .p1-d-img2 {
  width: min(540px, 37.5vw);
}

.p1-d-box4 .p1-d-img3 {
  width: min(323px, 22.43vw);
  z-index: 5;
  margin-top: min(270px, 18.75vw);
  margin-left: max(-40px, -2.78vw);
}

.p1-d-box-box3 {
  position: relative;
}

.p1-d-img11 {
  width: min(277px, 19.24vw);
  height: auto;
  position: absolute;
  top: min(480px, 33.33vw);
  left: 0;
  z-index: 5;
}

.p1-d-box-box.p1-d-box-box2 {
  background-image: url(../image/part18.png);
  background-size: min(228px, 15.82vw) auto;
  background-position: calc(50% + min(120px, 8.33vw)) min(175px, 12.15vw);
  background-repeat: no-repeat;
  padding-top: min(175px, 12.15vw);
}

.p1-d-box-box2 .p1-d-box3 {
  gap: 0;
}

.p1-d-box-box2 .p1-d-title {
  padding-top: min(40px, 2.78vw);
}

.p1-d-box-box2 .p1-d-item {
  padding-right: min(25px, 1.74vw);
  padding-bottom: min(40px, 2.78vw);
}

.p1-d-box-box2 .p1-d-text span {
  left: max(-160px, -11.11vw);
  bottom: 0;
}

.p1-d-img7 {
  width: min(600px, 41.67vw);
  height: auto;
  margin-top: min(121px, 8.4vw);
}

.p1-d-box-box2 .p1-d-box3 .p1-d-item {
  flex: 1;
  background-image: url(../image/part19.png), url(../image/top-back9.png);
  background-repeat: no-repeat;
  background-size: min(159px, 11.04vw) auto, 100% auto;
  background-position: 
    left min(180px, 12.5vw) bottom 0, 
    left 0 bottom min(80px, 5.56vw);
  padding-bottom: min(120px, 8.33vw);
}

.p1-d-box2.p1-d-box5 {
  margin-top: min(73px, 5.07vw);
}

.p1-d-box5 .p1-d-title {
  padding-top: min(120px, 8.33vw);
  padding-right: min(170px, 11.81vw);
}

.p1-d-box2.p1-d-box5 .p1-d-item {
  background-image: url(../image/top-back10.png), url(../image/part20.png);
  background-repeat: no-repeat;
  background-size: min(802px, 55.69vw) auto, min(74px, 5.14vw) auto;
  background-position: right top, right min(630px, 43.75vw) top 0;
  margin-right: 0;
  padding-bottom: min(120px, 8.33vw);
}

.p1-d-img8 {
  width: min(709px, 49.24vw);
}

.p1-d-img9 {
  width: min(180px, 12.5vw);
  height: auto;
  position: absolute;
  right: min(210px, 14.58vw);
  bottom: max(-50px, -3.47vw);
  z-index: 10;
}

.p1-e {
  background-color: #fff;
  background-image: url(../image/top-back2.png), url(../image/top-back13.png);
  background-repeat: no-repeat;
  background-size: min(677px, 47.01vw) auto, 100% auto;
  background-position: left top, bottom;
}

.p1-e-container {
  padding-top: min(80px, 5.56vw);
  padding-bottom: min(195px, 13.54vw);
}

.p1-e-box {
  width: min(860px, 78.18%);
  margin: min(108px, 9.82vw) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 1.82vw) min(46px, 4.18vw);
  background-image: url(../image/part34.png), url(../image/part34.png);
  background-repeat: no-repeat;
  background-size: min(547px, 49.73vw) auto;
  background-position: min(250px, 22.73vw) min(50px, 4.55vw), min(250px, 22.73vw) min(160px, 14.55vw);
}

.p1-e-item {
  width: min(256px, 23.27vw);
  height: min(89px, 8.09vw);
  display: flex;
  flex-direction: column;
  background-color: #FBFAEE;
  padding-top: min(6px, 0.55vw);
  padding-left: min(15px, 1.36vw);
  border-radius: min(20px, 1.82vw) 0 0 0;
  box-sizing: border-box;
}

.p1-e-item span {
  display: block;
}

.p1-e-item p {
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
}

.p1-e-item.step1 {
  background-color: #EF9651;
  filter: drop-shadow(5px 5px 0 #624935);
}

.p1-e-item.step2 {
  filter: drop-shadow(5px 5px 0 #D55993);
}

.p1-e-item.step3 {
  filter: drop-shadow(5px 5px 0 #EF9651);
}

.p1-e-item p:first-child {
  display: flex;
  align-items: center;
  font-size: min(22px, 2vw);
  line-height: 1.3;
  color: #333;
}

.p1-e-item p:first-child span {
  font-size: min(24px, 2.18vw);
  padding-right: min(6px, 0.55vw);
  border-right: 1px solid #333;
}

.p1-e-item p:last-child {
  text-align: center;
  font-size: min(22px, 2vw);
  padding-top: min(7px, 0.64vw);
}

.p1-e-item.step1 p {
  color: #fff;
}

.p1-e-item.step1 p:first-child span {
  border-right: 1px solid #fff;
}

.p1-e-box2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: min(125px, 8.68vw);
}

.p1-e-box2.swiper .swiper-wrapper .p1-e-item2.swiper-slide {
  width: min(788px, 54.72vw);
  height: auto;
  opacity: 0.5;
  transform: scale(0.8);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}

.p1-e-box2.swiper .swiper-wrapper .p1-e-item2.swiper-slide-active,
.p1-e-box2.swiper .swiper-wrapper .p1-e-item2.swiper-slide-duplicate-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.p1-e-item2 img {
  width: 100%;
  height: auto;
  display: block;
}

.p1-e-text {
  width: min(767px, 53.26vw);
  background-color: rgba(251, 250, 238, 0.78);
  padding: min(38px, 2.64vw) min(38px, 2.64vw) min(20px, 1.39vw);
  position: relative;
  z-index: 2;
  margin: max(-124px, -8.61vw) auto 0;
  box-sizing: border-box;
}

.p1-e-title {
  display: flex;
  align-items: center;
}

.p1-e-title p, 
.p1-e-title span {
  font-size: min(22px, 1.53vw);
  font-weight: bold;
  color: #624935;
  line-height: 1;
}

.p1-e-title span {
  padding-right: min(15px, 1.04vw);
  border-right: 1px solid #624935;
  margin-right: min(15px, 1.04vw);
}

.p1-e-p {
  margin: min(20px, 1.39vw) 0;
}

.p1-e-p p {
  font-size: min(16px, 1.11vw);
  letter-spacing: 1px;
  line-height: 2;
  color: #333;
}

.p1-e-prev-btn,
.p1-e-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: min(60px, 4.17vw);
}

.p1-e-prev-btn img,
.p1-e-next-btn img {
  width: 100%;
  height: auto;
}

.p1-e-prev-btn {
  left: 15.69vw;
}

.p1-e-next-btn {
  right: 15.69vw;
}

.p1-e-links {
  display: flex;
  justify-content: center;
  gap: min(20px, 1.39vw);
  margin-top: min(25px, 1.74vw);
}

.p1-e-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(220px, 15.28vw);
  height: min(45px, 3.13vw);
  color: #624935;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #624935;
  transition: opacity 0.3s;
}

.p1-e-link-btn:hover {
  opacity: 0.8;
}

.p1-e-link-btn img {
  width: min(24px, 1.67vw);
  height: auto;
  margin-right: min(12px, 0.83vw);
}

.p1-e-link-btn span {
  font-size: min(24px, 1.67vw);
  color: #624935;
  font-weight: bold;
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.p1-e-links .p1-e-link-btn:last-child img {
  width: min(34px, 2.36vw);
}

.p1-f {
  background-color: #fff;
  background-image: url(../image/top-back14.png), url(../image/top-back17.png), url(../image/top-back15.png);
  background-repeat: no-repeat;
  background-size: min(303px, 25.25vw) auto, min(250px, 20.83vw) auto, min(594px, 49.5vw) auto;
  background-position: left top, right top min(42px, 3.5vw), right top;
}

.p1-f-container {
  padding-top: min(77px, 6.42vw);
  padding-bottom: min(122px, 10.17vw);
}

.p1-f-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(30px, 2.5vw);
}

.p1-f-img {
  width: min(122px, 10.17vw);
  height: auto;
}

.p1-f .h2-title {
  text-align: left;
}

.p1-f .h2-title p {
  position: relative;
  display: inline-block;
  padding-right: min(50px, 4.17vw);
}

.p1-f .h2-title p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/part30.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(40px, 3.33vw);
  height: min(28px, 2.33vw);
}

.p1-f-box {
  width: min(750px, 62.5vw);
  margin: min(52px, 4.33vw) auto 0;
}


/* セラミック治療について */
.p2-a {
  background-image: url(../image/part35.png), url(../image/top-back3.png), url(../image/top-back2.png), url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: min(240px, 16.67vw) auto, min(267px, 18.54vw) auto, min(960px, 66.67vw) auto, 100% auto;
  background-position: left top min(86px, 6vw), right top, left top, bottom;
}

.p2-a-container {
  padding-top: min(50px, 3.47vw);
  padding-bottom: min(205px, 14.24vw);
}

.p2-a-box {
  width: min(1440px, 100%);
  display: flex;
  justify-content: flex-end;
  gap: min(20px, 1.39vw);
  background-image: url(../image/sub-back2.png);
  background-repeat: no-repeat;
  background-size: min(830px, 57.64vw) auto;
  background-position: left bottom;
  margin: min(120px, 8.33vw) auto min(88px, 6.11vw);
}

.p2-a-item {
  width: min(625px, 43.4vw);
  margin-top: min(80px, 5.56vw);
}

.p2-a-item p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

.p2-a-item p:nth-of-type(2) {
  padding: min(30px, 2.08vw) 0;
}

.p2-a-img {
  width: min(724px, 50.28vw);
  height: auto;
}

.p2-a-box2 {
  width: min(1277px, 94.59vw);
  display: flex;
  justify-content: space-between;
  margin: min(84px, 6.22vw) auto 0;
}

.p2-a-item2 {
  width: min(605px, 44.81vw);
  background-color: #fff;
  position: relative;
  padding: min(30px, 2.22vw) min(27px, 2vw);
}

.p2-a-title {
  position: relative;
  margin-bottom: min(30px, 2.22vw);
}

.p2-a-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(119, 119, 119, 0.46);
  margin: min(8px, 0.59vw) auto 0;
  box-shadow: 0 min(6px, 0.44vw) 0 rgba(119, 119, 119, 0.46);
}

.p2-a-title h3 {
  font-size: min(96px, 7.11vw);
  font-weight: 400;
  font-family: "Pinyon Script", cursive;
  color: #8CD2F4;
  letter-spacing: 4px;
}

.p2-a-title p {
  font-size: min(24px, 1.78vw);
  color: #333;
  padding-left: min(15px, 1.11vw);
  margin-top: max(-30px, -2.22vw);
}

.p2-a-list {
  margin-top: min(25px, 1.85vw);
}

.p2-a-p {
  display: flex;
  align-items: flex-start;
  gap: min(10px, 0.74vw);
  padding: min(25px, 1.85vw) 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.46);
}

.p2-a-p span {
  display: inline-block;
  width: min(26px, 1.93vw);
  height: min(26px, 1.93vw);
  line-height: min(25px, 1.85vw);
  font-size: min(20px, 1.48vw);
  font-weight: bold;
  color: #fff;
  background-color: #EF9651;
  text-align: center;
  border-radius: 50%;
}

.p2-a-p p {
  width: min(520px, 38.52vw);
  font-size: min(16px, 1.18vw);
  color: #333;
  line-height: 2;
  letter-spacing: 1.5px;
}

.p2-a-img2 {
  width: min(214px, 15.85vw);
  height: auto;
  position: absolute;
  right: min(50px, 3.7vw);
  bottom: min(40px, 2.96vw);
  z-index: 2;
}

.p2-b {
  background-color: #fff;
}

.p2-b-cpntainer {
  padding-top: min(65px, 4.81vw);
  padding-bottom: min(464px, 34.37vw);
}

.p2-b-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  background-color: #FBFAEE;
  padding: min(36px, 2.66vw) min(40px, 2.96vw);
  margin: 0 auto;
}

.p2-b-title {
  width: min(658px, 48.74vw);
}

.p2-b-title h3 {
  font-size: min(30px, 2.22vw);
  color: #333;
  letter-spacing: min(2px, 0.15vw);
  padding-bottom: min(20px, 1.48vw);
  border-bottom: 1px dashed #777777;
}

.p2-b-img {
  width: min(395px, 29.26vw);
  height: auto;
}

.p2-b-text {
  width: min(753px, 55.78vw);
  padding-left: min(20px, 1.48vw);
  margin-top: min(70px, 5.18vw);
}

.p2-b-text span {
  font-size: min(24px, 1.78vw);
  color: #333;
  position: relative;
}

.p2-b-text span::after {
  content: "";
  display: block;
  width: min(138px, 10.22vw);
  height: 2px;
  background-color: #777777;
  margin-top: min(10px, 0.74vw);
}

.p2-b-text p {
  font-size: min(16px, 1.18vw);
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.11vw);
  padding-top: min(20px, 1.48vw);
}

.p2-b-box2 {
  width: min(1280px, 94.81vw);
  background-color: #FBFAEE;
  padding: min(36px, 2.66vw) min(40px, 2.96vw);
  margin: min(60px, 4.44vw) auto 0;
}

.p2-b-box2 .p2-b-title {
  width: 100%;
}

.p2-b-box2 .p2-b-title p {
  font-size: min(16px, 1.18vw);
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.11vw);
  padding-top: min(30px, 2.22vw);
}

.p2-b-box3 {
  display: flex;
  justify-content: space-between;
  margin-top: min(110px, 8.15vw);
}

.p2-b-box3 .p2-b-text {
  width: min(753px, 55.78vw);
  padding-left: 0;
  margin-top: 0;
}


/* ホワイトニング */
.p2-a.p3-a {
  background-color: #fff;
  background-image: url(../image/top-back4.png), url(../image/part36.png), url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: min(148px, 10.28vw) auto, min(279px, 19.38vw) auto, min(960px, 66.67vw) auto, 100% auto;
  background-position: left min(46px, 3.19vw) top min(200px, 13.89vw), right min(40px, 2.78vw) top min(54px, 3.75vw), left top;
}

.p3-a .p2-a-container {
  padding-bottom: 0;
}

.p3-a-text2 {
  width: min(725px, 50.35vw);
  margin: min(50px, 3.47vw) auto 0;
}

.p3-a-text2 p {
  font-size: min(16px, 1.11vw);
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.1vw);
}

.p3-a .p2-a-box {
  background-image: url(../image/sub-back3.png);
  background-repeat: no-repeat;
  background-size: min(935px, 64.93vw) auto;
  background-position: left bottom;
  margin-top: min(40px, 2.78vw);
}

.p3-a .p2-a-item {
  width: min(640px, 44.44vw);
}

.p3-a-title h3 {
  font-size: min(30px, 2.08vw);
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.p3-a-ul {
  margin-top: min(36px, 2.5vw);
}

.p3-a-ul ul {
  display: flex;
  flex-direction: column;
  gap: min(10px, 0.69vw);
}

.p3-a-ul ul li {
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.p3-a-ul ul li img {
  width: min(18px, 1.25vw);
  height: min(18px, 1.25vw);
}

.p3-a-ul ul li span {
  font-size: min(16px, 1.11vw);
  color: #333;
  letter-spacing: min(1.5px, 0.1vw);
}

.p3-a-text {
  margin-top: min(45px, 3.13vw);
}

.p3-a-text p:first-child {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  letter-spacing: min(1.5px, 0.1vw);
}

.p3-a-text p:last-child {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  padding-top: min(25px, 1.74vw);
}

.p3-a-box {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(34px, 2.52vw);
  padding-bottom: min(140px, 10.37vw);
}

.p3-a-p {
  width: min(1063px, 78.74vw);
  margin: 0 auto;
}

.p3-a-p {
  font-size: min(16px, 1.11vw);
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.1vw);
}

.p3-a-img {
  width: 100%;
  height: auto;
  margin-top: min(40px, 2.96vw);
}

.p3-a-box.p3-b-box {
  background-color: #fff;
  background-image: none;
  padding-top: min(50px, 3.70vw);
  padding-bottom: min(78px, 5.78vw);
}

.p3-b .p2-a-item2 {
  background-color: #FBFAEE;
}

.p2-a-item2.p3-b-item2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p3-d {
  background-color: #EFEDD2;
}

.p3-d-container {
  padding-top: min(30px, 2.22vw);
  padding-bottom: min(30px, 2.22vw);
}

.p3-d-box {
  width: min(1276px, 94.52vw);
  padding: min(27px, 2vw);
  border: 2px solid #fff;
  margin: 0 auto;
}

.p3-d-p {
  display: flex;
  align-items: flex-start;
  gap: min(10px, 0.74vw);
}

.p3-d-p p {
  font-size: min(16px, 1.19vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.11vw);
}

.p3-d-p span {
  font-size: min(16px, 1.19vw);
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.11vw);
  margin-right: min(10px, 0.74vw);
}

.p3-d-p:nth-of-type(2) {
  margin: min(10px, 0.74vw) 0;
}

.p3-c {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p3-c-container {
  padding-top: min(78px, 5.78vw);
  padding-bottom: min(453px, 33.56vw);
}

.p3-c-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p3-c-img {
  width: min(580px, 42.96vw);
  height: auto;
}

.p3-c-item {
  width: min(640px, 47.41vw);
}

.p3-c-tile {
  position: relative;
  margin-top: min(15px, 1.11vw);
}

.p3-c-tile::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(119, 119, 119, 0.46);
  margin: min(8px, 0.59vw) auto 0;
  box-shadow: 0 min(6px, 0.44vw) 0 rgba(119, 119, 119, 0.46);
}

.p3-c-tile h3 {
  font-size: min(30px, 2.22vw);
  font-weight: 500;
  color: #333;
  letter-spacing: min(2px, 0.15vw);
}

.p3-c-p {
  margin-top: min(30px, 2.22vw);
}

.p3-c-p p {
  font-size: min(16px, 1.19vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.11vw);
}

.p3-c-p p:nth-of-type(2) {
  margin: min(15px, 1.11vw) 0;
}


/* 治療の流れ */
.p4-a {
  background-color: #fff;
  background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: min(222px, 16.44vw) auto, min(244px, 18.07vw) auto, min(960px, 71.11vw) auto;
  background-position: left min(27px, 2vw) top min(150px, 11.11vw), right min(25px, 1.85vw) top min(128px, 9.48vw), left top;
}

.p4-a-container {
  padding-top: min(50px, 3.70vw);
  padding-bottom: min(463px, 34.30vw);
}

.p4-a-box {
  width: min(1235px, 91.48vw);
  background-color: #FBFAEE;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: min(20px, 1.48vw) min(17px, 1.26vw) min(20px, 1.48vw) min(126px, 9.33vw);
  margin: 0 auto;
}

.p4-a-box:nth-of-type(2){
  margin-top: min(160px, 11.85vw);
}

.p4-a-item {
  width: min(629px, 46.59vw);
}

.p4-a-title {
  position: relative;
}

.p4-a-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(119, 119, 119, 0.46);
  margin: min(8px, 0.59vw) auto 0;
  box-shadow: 0 min(6px, 0.44vw) 0 rgba(119, 119, 119, 0.46);
}

.p4-a-title h3 {
  font-size: min(30px, 2.22vw);
  font-weight: 500;
  color: #333;
  letter-spacing: min(2px, 0.15vw);
}

.p4-a-text {
  margin: min(20px, 1.48vw) 0 min(26px, 1.93vw);
}

.p4-a-text p {
  font-size: min(16px, 1.19vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.11vw);
}

.p4-a-link {
  display: flex;
  gap: min(35px, 2.59vw);
  padding-bottom: min(25px, 1.85vw);
}

.p4-a-tel {
  width: min(360px, 26.67vw);
  height: auto;
}

.p4-a-web {
  width: min(110px, 8.15vw);
  height: auto;
}

.p4-a-img {
  width: min(413px, 30.59vw);
  height: auto;
}

.p4-a-span {
  width: min(100px, 7.41vw);
  height: min(100px, 7.41vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EF9651;
  position: absolute;
  left: 0;
  top: max(-27px, -2vw);
  z-index: 5;
}

.p4-a-span span:first-child {
  font-size: min(30px, 2.22vw);
  color: #fff;
  letter-spacing: min(2px, 0.15vw);
  line-height: 1.3;
}

.p4-a-span span:last-child {
  font-size: min(40px, 2.96vw);
  color: #fff;
  letter-spacing: min(2px, 0.15vw);
  line-height: 1.3;
}

.p4-a-img2 {
  width: min(103px, 7.63vw);
  margin: min(30px, 2.22vw) auto min(53px, 3.93vw);
}

/* 料金表 / Q＆A */
.p5-a {
  background-color: #fff;
  background-image: url(../image/part41.png), url(../image/part42.png), url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: min(288px, 21.33vw) auto, min(288px, 21.33vw) auto, min(960px, 71.11vw) auto;
  background-position: left top, right top, left top;
}

.p5-a-container {
  padding-top: min(50px, 3.70vw);
}

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

.p5-a-text p {
  font-size: min(16px, 1.19vw);
  color: #333;
  letter-spacing: min(1.5px, 0.11vw);
}

.p5-a-box {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(77px, 5.70vw) 0 min(66px, 4.89vw);
  margin-top: min(86px, 6.37vw);
}

.p5-a-box-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto min(125px, 9.26vw);
}

.p5-a-title {
  position: relative;
  padding-bottom: min(22px, 1.63vw);
  border-bottom: 1px solid #666666;
  margin-top: min(22px, 1.63vw);
}

.p5-a-title::before {
  content: "";
  position: absolute;
  top: min(-14px, -1.04vw);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  box-shadow: 0 min(-6px, -0.44vw) 0 #666666;
}

.p5-a-title h3 {
  font-size: min(30px, 2.22vw);
  font-weight: 500;
  color: #EF9651;
  padding-left: min(52px, 3.85vw);
}

.p5-a-box2 {
  width: min(1173px, 86.89vw);
  margin: min(50px, 3.70vw) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(40px, 2.96vw);
}

.p5-a-item {
  width: calc((100% - min(40px, 2.96vw)) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(25px, 1.85vw) 0;
  border-bottom: 1px dashed #777777;
}

.p5-a-item p,
.p5-a-item span {
  font-size: min(16px, 1.19vw);
  color: #333;
  line-height: 1.3;
  letter-spacing: min(1.5px, 0.11vw);
}

.p5-b {
  background-color: #fff;
  background-image: url(../image/top-back4.png), url(../image/top-back15.png);
  background-repeat: no-repeat;
  background-size: min(162px, 11.96vw) auto, min(960px, 70.96vw) auto;
  background-position: left min(60px, 4.44vw) top min(147px, 10.89vw), right top;
}

.p5-b-container {
  padding-top: min(50px, 3.7vw);
  padding-bottom: min(370px, 27.41vw);
}

.p5-b-container .p5-a-text {
  padding-bottom: min(30px, 2.22vw);
}

.p5-b-box {
  width: min(1280px, 94.81%);
  margin: min(50px, 3.7vw) auto 0;
}

.p5-b-title {
  display: flex;
  align-items: center;
  gap: min(40px, 2.96vw);
  border-bottom: 1px solid #EF9651;
}

.p5-b-title span {
  width: min(80px, 5.93vw);
  height: min(80px, 5.93vw);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: min(40px, 2.96vw);
  font-family: "Cardo", serif;
  color: #fff;
  background-color: #EF9651;
}

.p5-b-title p {
  font-size: min(24px, 1.78vw);
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.3;
}

.p5-b-text {
  width: min(1075px, 79.63vw);
  margin-top: min(36px, 2.66vw);
  margin-left: min(110px, 8.15vw);
}

.p5-b-text p {
  font-size: min(16px, 1.18vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 1px;
}

.p5-b-box.p5-b-box2 .p5-b-title {
  border-bottom: 1px solid #8CD2F4;
}

.p5-b-box.p5-b-box2 .p5-b-title span {
  background-color: #8CD2F4;
}


/* ドクター紹介 / 医院紹介 */
.p6-a {
  background-color: #fff;
  background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back2.png), url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: min(222px, 15.42vw) auto, min(244px, 16.94vw) auto, min(960px, 66.67vw) auto, 100% min(720px, 50vw);
  background-position: left min(27px, 1.88vw) top min(150px, 10.42vw), right min(25px, 1.74vw) top min(128px, 8.89vw), left top, bottom;
}

.p6-a-container {
  padding-top: min(57px, 3.96vw);
  padding-bottom: min(95px, 6.6vw);
}

.p6-a-box {
  width: min(1440px, 100vw);
  display: flex;
  gap: min(25px, 1.74vw);
  background-image: url(../image/sub-back2.png);
  background-repeat: no-repeat;
  background-size: min(830px, 57.64vw) auto;
  background-position: right bottom;
  margin: min(150px, 10.42vw) auto 0;
}

.p6-a-img {
  width: min(724px, 50.28vw);
  height: auto;
}

.p6-a-item {
  width: min(607px, 42.15vw);
}

.p6-a-title h3 {
  font-size: min(30px, 2.08vw);
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}

.p6-a-text p {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: min(1.5px, 0.1vw);
  padding-top: min(30px, 2.08vw);
}

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

.p6-a-item2 {
  width: min(605px, 42.01vw);
  background-color: #fff;
  padding: min(27px, 1.88vw) min(45px, 3.13vw) min(50px, 3.47vw);
}

.p6-a-box2 .p6-a-item2:last-child .p6-a-p {
  align-items: center;
}

.p6-a-p {
  display: flex;
  align-items: flex-start;
  padding: min(15px, 1.04vw) 0 min(15px, 1.04vw) min(20px, 1.39vw);
  border-bottom: 1px dashed rgba(119, 119, 119, 0.46);
}

.p6-a-p p,
.p6-a-p span {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  color: #333;
  letter-spacing: min(1.5px, 0.1vw);
}

.p6-a-p span {
  margin-right: min(40px, 2.78vw);
}

.p6-a-p img {
  width: min(10px, 0.69vw);
  height: auto;
  margin-right: min(15px, 1.04vw);
}

.p6-b {
  background-color: #fff;
  padding: min(110px, 9.17vw) 0;
}

.p6-b-container {
  background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back15.png);
  background-repeat: no-repeat;
  background-size: min(222px, 18.5vw) auto, min(244px, 20.33vw) auto, min(960px, 80vw) auto;
  background-position: left min(27px, 2.25vw) top min(150px, 12.5vw),
                       right min(25px, 2.08vw) top min(128px, 10.67vw),
                       right top;
  padding-top: min(50px, 4.17vw);
}

.p6-b-viewer{
  position:relative;
  width:min(900px, 75vw);
  margin: min(140px, 11.67vw) auto min(26px, 2.17vw);
}

#clinic-main{
  width:100%;
  display:block;
}

.p6-b-prev,
.p6-b-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:none;
  cursor:pointer;
}

.p6-b-prev{
  left:max(-80px, -6.67vw);
}

.p6-b-next{
  right:max(-80px, -6.67vw);
}

.p6-b-prev img,
.p6-b-next img{
  width:min(50px, 4.17vw);
}

.p6-b-box{
  width:min(900px, 75vw);
  display:flex;
  gap:min(15px, 1.25vw) min(6px, 0.5vw);
  flex-wrap:wrap;
  margin:0 auto;
}

.p6-b-img{
  width:min(174px, 14.5vw);
  cursor:pointer;
  opacity:.5;
}

.p6-b-img.active{
  opacity:1;
}

.p6-b-img img{
  width:100%;
}

.p6-c {
  background-color: #fff;
  background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: min(222px, 16.44vw) auto, min(244px, 18.07vw) auto, min(960px, 71.11vw) auto;
  background-position: left min(27px, 2vw) top min(150px, 11.11vw),right min(25px, 1.85vw) top min(128px, 9.48vw),left top; 
  padding-bottom: min(110px, 8.15vw);
}

.p6-c-container {
  padding-top: min(50px, 3.70vw);
}

.p6-c-box-box {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p6-c-box {
  width: min(1280px, 94.81vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(170px, 12.59vw);
  padding-top: min(125px, 9.26vw);
  padding-bottom: min(146px, 10.81vw);
  margin: min(160px, 11.85vw) auto 0; 
}

.p6-c-item {
  width: min(373px, 27.63vw);
  position: relative;
}

.p6-c-text {
  height: min(223px, 16.52vw);
  background-color: #fff;
  padding: min(10px, 0.74vw) min(18px, 1.33vw) 0;
}

.p6-c-span {
  width: min(123px, 9.11vw);
  height: min(100px, 7.41vw);
  display: flex;
  justify-content: center;
  background-image: url(../image/part46.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: max(-45px, -3.33vw);
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.p6-c-span::before {
  content: '';
  position: absolute;
  top: max(-55px, -4.07vw);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/part47.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p6-c-span span {
  font-size: min(48px, 3.56vw);
  font-family: "Cardo", serif;
  line-height: 1;
  color: #fff;
}

.p6-c-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}

.p6-c-text h3 {
  font-size: min(24px, 1.78vw);
  color: #EF9651;
  line-height: 1.3;
} 

.p6-c-box .p6-c-item:nth-of-type(5) .p6-c-text h3 {
  font-size: min(22px, 1.63vw);
}

.p6-c-text p {
  font-size: min(16px, 1.19vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 1.5px;
  padding-top: min(10px, 0.74vw);
} 

.p6-c-p {
  width: min(346px, 25.63vw);
  position: absolute;
  bottom: max(-60px, -4.44vw);
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.p6-c-p p {
  font-size: min(14px, 1.04vw);
  color: #FF0000;
  line-height: 2;
  letter-spacing: 1.5px;
}

.p6-d {
  background-color: #fff;
  background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back15.png);
  background-repeat: no-repeat;
  background-size: min(222px, 16.44vw) auto, min(244px, 18.07vw) auto, min(960px, 71.11vw) auto;
  background-position: left min(27px, 2vw) top min(65px, 4.81vw),
                       right min(25px, 1.85vw) top min(65px, 4.81vw),
                       right top;
}

.p6-d-container {
  padding-top: min(56px, 4.15vw);
  padding-bottom: min(500px, 37.04vw);
}

.p6-d-box {
  width: min(1280px, 94.81vw);
  margin: min(152px, 11.26vw) auto 0;
}

.p6-d-title {
  display: flex;
  align-items: center;
  gap: min(28px, 2.07vw);
  position: relative;
  padding-bottom: min(20px, 1.48vw);
  padding-left: min(10px, 0.74vw);
  border-bottom: 1px solid #666666;
}

.p6-d-title::before {
  content: "";
  position: absolute;
  top: min(-20px, -1.48vw);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
  box-shadow: 0 min(-6px, -0.44vw) 0 #666666;
}

.p6-d-title img {
  width: min(28px, 2.07vw);
  height: auto;
}

.p6-d-title h3 {
  font-size: min(30px, 2.22vw);
  font-weight: 500;
  letter-spacing: 2px;
  color: #EF9651;
}

.p6-d-item {
  width: min(870px, 79.09vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(15px, 1.36vw);
  margin: min(20px, 1.82vw) auto 0;
}

.p6-d-p {
  width: min(390px, 35.45vw);
  padding: min(15px, 1.36vw) 0 min(15px, 1.36vw) min(10px, 0.91vw);
  border-bottom: 1px dashed rgba(119,119,119,0.46);
}

.p6-d-p p {
  position: relative;
  padding-left: min(20px, 1.48vw);
}

.p6-d-p p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(10px, 0.74vw);
  height: min(10px, 0.74vw);
  background-color: #EF9651;
  border-radius: 50%; 
}

.p6-d p {
  font-size: min(16px, 1.19vw);
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 1px;
}

.p6-d-box.p6-d-box2 {
  margin-top: min(66px, 4.89vw);
}

.p6-d-box2 h3 {
  color: #007CB9;
}

.p6-d-item2 {
  display: flex;
  justify-content: flex-end;
  gap: min(100px, 7.41vw);
  margin-top: min(28px, 2.07vw);
}

.p6-d-p2 {
  width: min(552px, 40.89vw);
}

.p6-d-p2 p {
  padding-left: min(18px, 1.33vw);
}

.p6-d-img {
  width: 100%;
  margin-top: min(57px, 4.22vw);
}

.p6-d-text {
  width: min(602px, 44.59vw);
}

.p6-d-list {
  margin: min(36px, 2.67vw) 0 min(60px, 4.44vw);
}

.p6-d-title2 p {
  color: #EF9651;
}

.p6-d-list ul li {
  display: flex;
  align-items: flex-start;
  font-size: min(16px, 1.19vw);
  padding-top: min(10px, 0.74vw);
}

.p6-d-list ul li span {
  display: inline-block;
  width: min(20px, 1.48vw);
  height: min(20px, 1.48vw);
  line-height: min(20px, 1.48vw);
  font-size: min(16px, 1.19vw);
  font-weight: bold;
  color: #fff;
  background-color: #EF9651;
  text-align: center;
  border-radius: 50%; 
  margin-right: min(15px, 1.11vw);
  margin-top: min(3px, 0.22vw);
}

.p6-d-p4 p {
  font-size: min(13px, 0.96vw);
}








/* フッター */
.footer-container {
  background-color: #FBFAEE;
  background-image: url(../image/top-back16.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding-top: min(96px, 8vw);
  padding-bottom: min(110px, 9.17vw);
}

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

.footer-item {
  width: min(360px, 30vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(32px, 2.67vw);
}

.footer-logo {
  width: min(316px, 26.33vw);
  height: auto;
}

.footer-p p {
  font-size: min(16px, 1.33vw);
}

.footer-tel {
  width: min(360px, 30vw);
  height: auto;
}

.footer-time {
  width: min(400px, 33.33vw);
}

.footer-access {
  margin-top: min(60px, 5vw);
}

.footer-img1 {
  display: flex;
  align-items: flex-end;
  gap: min(23px, 1.92vw);
}

.footer-img1 p {
  font-size: min(16px, 1.33vw);
}

.footer-img1:last-child {
  padding-top: min(25px, 2.08vw);
}

.footer-img1:first-child img {
  width: min(34px, 2.83vw);
}

.footer-img1:last-child img {
  width: min(40px, 3.33vw);
}

.footer-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(48px, 4vw);
  margin-top: min(67px, 5.58vw);
}

.footer-item2 {
  width: min(232px, 19.33vw);
  height: min(232px, 19.33vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EFEDD2;
  border-radius: 50%;
}

.footer-item2:nth-child(1),
.footer-item2:nth-child(2) {
  gap: min(15px, 1.25vw);
}

.footer-img2 {
  width: min(53px, 4.42vw);
  height: auto;
}

.footer-p2 p {
  text-align: center;
  font-size: min(36px, 3vw);
  font-weight: 500;
  color: #624935;
}

.footer-img3 {
  width: min(34px, 2.83vw);
  height: auto;
}

.footer-item2:last-child .footer-p2 p {
  font-size: min(32px, 2.67vw);
}

.footer-box3 {
  background-color: #fff;
  padding: min(36px, 3.6vw) 0;
}

.footer-img4 {
  width: min(720px, 72vw);
  height: auto;
  margin: 0 auto;
}

.footer-map {
  width: 100%;
}

.footer-map iframe {
  width: 100%;
  height: min(380px, 38vw);
  display: block;
}

.footer-nav {
  background-color: #fff;
  padding: min(77px, 6.41vw) 0;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(67px, 5.58vw);
}

.footer-nav ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav ul a span:first-child {
  font-size: min(18px, 1.5vw);
  font-weight: 500;
  color: #333;
}

.footer-nav ul a span:last-child {
  font-size: min(14px, 1.16vw);
  color: #624935;
}

.footer-copyright {
  text-align: center;
  font-size: min(16px, 1.6vw);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #EF9651;
  padding: min(25px, 2.5vw) 0;
}

/* トップに戻る */
.back-to-top {
  position: fixed;
  width: min(74px, 6.17vw);
  height: min(74px, 6.17vw);
  bottom: min(60px, 5vw);
  right: min(30px, 2.5vw);
  z-index: 10;
}

.back-to-top img {
  width: 100%;
  height: 100%;
}


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

.sub-v-box {
  background-image: url(../image/sub-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(233px, 16.18vw);
  padding-bottom: min(145px, 10.07vw);
}

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

.sub-v-title h1 {
  font-size: min(40px, 2.78vw);
  color: #fff;
  text-shadow: 0 min(4px, 0.28vw) min(10px, 0.69vw) rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}

.sub-v-title p {
  font-size: min(40px, 2.78vw);
  font-family: "Cardo", serif;
  color: #fff;
  text-shadow: 0 min(4px, 0.28vw) min(10px, 0.69vw) rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  padding-top: min(10px, 0.69vw);
}




 
/* 共通 1350で可変 */
.h2-title {
  text-align: center;
}

.h2-title h2 {
  font-size: min(80px, 5.93vw);
  font-weight: 400;
  font-family: "Cardo", serif;
  color: #EF9651;
  letter-spacing: min(2px, 0.15vw);
}

.h2-title p {
  font-size: min(30px, 2.22vw);
  font-weight: 500;
  color: #333;
  letter-spacing: min(2px, 0.15vw);
}

.p1-a .h2-title {
  text-align: left;
}

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

.p1-a .h2-title p span {
  font-size: min(50px, 3.7vw);
  color: #624935;
}

.p1-b-text p:first-child {
  font-size: min(40px, 2.78vw);
  color: #624935;
}

.p1-a .h2-title p {
  padding-top: min(15px, 1.11vw);
}

.p1-b-text p:last-child {
  color: #000;
  font-size: min(16px, 1.11vw);
  padding-top: min(15px, 1.04vw);
}







@media screen and (max-width: 767px) {
  /* 全体 */
  body {
    margin-bottom: 74px;
  }

  .sp-br, .sp-img {
    display: block;
  }

  .pc-img, .footer-box2, .pc-br {
    display: none;
  }


  /* ヘッダー本体） */
  .sp-header {
    height: 87px;
  }

  .sp-header-inner {
    padding-left: 4px;
    padding-top: 5px;
  }

  .sp-header-logo img {
    width: 133px;
  }

  .header-box2 {
    display: flex;
  }

  .map {
    display: none;
  }

  .header-tel {
    display: none;
  }

  .sp-menu-btn {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #D55993;
    border: none;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(-50%);
  }

  .sp-menu-btn span:nth-child(1) { top: 9px; }
  .sp-menu-btn span:nth-child(2) { top: 17px; }
  .sp-menu-btn span:nth-child(3) { top: 24px; }

  .sp-menu-btn::after {
    content: "MENU";
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
  }

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

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

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

  /* 全画面メニュー（ヘッダーのすぐ下） */
  .sp-header-nav {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 46px 36px 20px;
  }

  .sp-nav-list {
    width: 100%;
  }

  .sp-nav-list li a {
    gap: 5px;
    padding: 10px 0;
  }

  .sp-nav-list li a img {
    width: 12px;
    height: auto;
  }

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

  .header-box4 {
    gap: 20px;
  }

  .header-item {
    gap: 19px;
  }

  .header-map3 {
    gap: 13px;
  }

  .header-map3 img {
    width: 20px;
  }

  .header-inst2, .header-tel3 {
    display: none;
  }

  .header-table {
    width: 335px;
    max-width: 100%;
    margin: 0 auto;
  }

  .table-wrap {
    padding: 8px 4px;
  }

  .header-table th, .header-table td {
    padding: 8px 0;
    border-bottom: 1px dotted #6b4e3d;
  }

  .header-table th {
    font-size: 15px;
  }

  .header-table td {
    font-size: 15px;
  }

  .header-table th:first-child,
  .header-table td.time {
    width: 110px;
  }

  .header-table td.time {
    font-size: 15px;
    padding-left: 15px;
  }

  .table-note {
    margin-top: 15px;
    font-size: 16px;
  }

  /* ヘッダー２ */
  .header-b {
    display: none;
  }

  .sp-menu-btn {
    height: 45px;
  }

  /* ヘッダー下部 */
  .bottom-fix-nav {
    display: none;
  }


  /* トップ */
  .main-v {
    height: 720px;
  }

  .main-v-title h1 {
    font-size: 36px;
    letter-spacing: 2px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  .main-v-title p {
    font-size: 40px;
    letter-spacing: 2px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding-top: 18px;
  }

  .main-v-img1 {
    width: 232px;
    left: 0;
  }

  .main-v-box {
    display: none;
  }

  .p1-a-container {
    padding-top: 25px;
    padding-bottom: 77px;
  }

  .p1-a-box {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 55px;
    margin: 0 auto;
  }

  .p1-a-text {
    width: 92%;
    margin: 10px auto 0;
  }

  .p1-a-text p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .p1-a-img-box {
    max-width: 500px;
    width: 100%;
  }

  .p1-a-img-box .h2-title {
    text-align: center;
  }

  .p1-a-img1 {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: 0;
  }

  .p1-a-img1 img {
    padding-right: 4%;
  }

  .p1-a-img2 {
    width: 212px;
    top: auto;
    left: auto;
    bottom: -50px;
    right: 4%;
  }

  .p1-a-img3 {
    width: 97px; 
    bottom: 60px;
    right: 0;
  }

  .p1-a-img4 {
    width: 74px;
    top: 55px;
    right: 60px;
  }

  .p1-a-box2 {
    width: 287px;
    height: 77px;
    padding: 5px;
    margin: 74px auto 0;
  }

  .p1-a-box2 a span {
    font-size: 24px;
  }

  .p1-a-box2 a img {
    width: 22px;
    height: 22px;
  }

  .p1-b {
    background-color: #fff;
    background-image: url(../image/top-back3.png), url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size:  147px auto, 315px auto;
    background-position: right 16px top -35px, left top;
  }

  .p1-b-container {
    padding-top: 140px;
  }

  .p1-b-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 60px auto 0;
  }

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

  .p1-b-img1 {
    width: 100%;
    height: auto;
  }

  .p1-b-img2 {
    width: 283px;
    bottom: 7px;
    left: 0;
    transform: translateX(0);
  }

  .p1-b-box2 {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
  }

  .p1-b-img3 {
    width: 800px;
    height: 12px;
    margin: 0 auto;
  }

  .p1-b-text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p1-b .p1-b-text p:first-child {
    font-size: 20px;
  }

  .p1-b-text span {
    font-size: 64px;
    line-height: 1;
  }

  .p1-b-text .p1-b-span {
    font-size: 30px;
    color: #624935;
  }

  .p1-b-box.p1-b-box3 {
    margin-top: 0;
  }

  .p1-c .h2-title {
    background-image: url(../image/top-back4.png);
    background-repeat: no-repeat;
    background-size: 136px auto;
    background-position: top 11px left;
    padding-top: 134px;
    padding-bottom: 43px;
  }

  .p1-c-box2 {
    width: 100%;
    background-color: #EFEDD2;
    margin: 0 auto;
  }

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

  .p1-c-text {
    padding-bottom: 40px;
    margin-top: 0;
  }

  .p1-c-text p {
    font-size: 20px;
  }

  .p1-c-text span {
    font-size: 60px;
  }

  .p1-c-box2 .p1-b-span {
    font-size: 30px;
    color: #624935;
  }

  .p1-c-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

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

  .p1-c-img2 {
    width: 283px;
    bottom: 7px;
    left: 0;
    transform: translateX(0);
  }

  .p1-d {
    background-image: url(../image/top-back6.png), url(../image/top-back7.png), url(../image/top-back8.png);
    background-repeat: no-repeat;
    background-size: 222px auto, 172px auto, cover;
    background-position: left top, right top 198px, center center;
    overflow-x: visible;
  }

  .p1-d-container {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .p1-d-box {
    margin-top: 50px;
  }

  .p1-d-box .p1-d-item {
    text-align: center;
    background-image: url(../image/sp-top-back2.png);
    background-repeat: no-repeat;
    background-size: 376px auto;
    background-position: center top;
    padding-top: 140px;
  }

  .p1-d-title {
    padding-top: 0;
  }

  .p1-d-title h3 {
    font-size: 30px;
  }

  .p1-d-text {
    width: 92%;
    padding-bottom: 30px;
    margin: 20px auto 0;
  }

  .p1-d-box .p1-d-text span {
    position: absolute;
    left: calc(50% + 10px);
    top: -130px;
    bottom: auto;
    transform: translateX(-50%);
    font-size: 70px;
    font-family: "Cardo", serif;
    color: #fff;
    font-weight: bold;
    line-height: .8;
  }

  .p1-d-text p {
    font-size: 16px;
  }

  .p1-d-img-box {
    max-width: 500px;
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .p1-d-img-box .p1-d-img1:nth-of-type(3) {
    display: none;
  }

  .p1-d-img1 {
    flex: 1;
    height: auto;
  }

  .p1-d-box2 {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    margin: 45px auto 0;
  }

  .p1-d-img-box2 {
    max-width: 500px;
    width: 100%;
    position: static;
    margin: 0 auto;
  }

  .p1-d-img2 {
    width: 47%;
    height: auto;
    position: static;
    z-index: 1;
    margin-right: 0;
  }

  .p1-d-img3 {
    width: 53%;
    height: auto;
    margin-top: 90px;
  }

  .p1-d-box2 .p1-d-item {
    width: 100%;
    background-image: url(../image/top-back10.png), url(../image/part15.png);
    background-repeat: no-repeat;
    background-size: 374px auto, 43px auto;
    background-position: center top, left 22px top;
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .p1-d-box2 .p1-d-title {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
  }

  .p1-d-box2 .p1-d-text {
    margin-right: auto;
    padding-bottom: 60px;
  }

  .p1-d-box2 .p1-d-text span {
    position: absolute;
    right: 50%;
    top: -140px;
    bottom: auto;
    left: auto;
    font-size: 70px;
    font-family: "Cardo", serif;
    color: #fff;
    font-weight: bold;
    line-height: .8;
    transform: translateX(50%);
  }

  .p1-d-img4 {
    width: 178px;
    height: auto;
    position: absolute;
    bottom: -80px;
    right: 0;
  }

  .p1-d-box-box {
    background-image: url(../image/top-back12.png), url(../image/top-back11.png);
    background-repeat: no-repeat;
    background-size: 115px auto, 140px auto;
    background-position: left top 27px, right top;
    padding-top: 97px;
  }

  .p1-d-box3 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin: 0 auto;
  }
  
  .p1-d-img-box3 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  } 

  .p1-d-img5 {
    width: 70%;
    height: auto;
    margin-right: 0;
  }

  .p1-d-img6 {
    width: 55%;
    height: auto;
    margin-top: -6px;
    margin-left: auto;
  }

  .p1-d-box3 .p1-d-item {
    width: 100%;
    background-image: url(../image/sp-top-back2.png);
    background-repeat: no-repeat;
    background-size: 376px auto;
    background-position: top center;
  }

  .p1-d-box3 .p1-d-title {
    width: 100%;
    text-align: center;
    padding-top: 140px;
    margin-left: auto;
  }

  .p1-d-box3 .p1-d-text {
    margin-right: auto;
  }

  .p1-d-box3 .p1-d-text span {
    position: absolute;
    left: calc(50% + 10px);
    bottom: auto;
    top: -130px;
    transform: translateX(-50%);
    font-size: 70px;
  }

  .p1-d-box2.p1-d-box4 {
    background-image: url(../image/part17.png);
    background-repeat: no-repeat;
    background-size: 103px auto;
    background-position: left 10px bottom;
    padding-bottom: 90px;
    margin-top: 52px;
  }

  .p1-d-box2.p1-d-box4 .p1-d-item {
    width: 100%;
    background-image: url(../image/top-back10.png), url(../image/part15.png);
    background-repeat: no-repeat;
    background-size: 374px auto, 52px auto;
    background-position: center top, left 10px top 22px;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .p1-d-box2 .p1-d-title {
    padding-top: 60px;
  }

  .p1-d-box2.p1-d-box4 .p1-d-img-box2 {
    max-width: 500px;
    width: 100%;
  }

  .p1-d-box4 .p1-d-img2 {
    width: 70%;
  }

  .p1-d-box4 .p1-d-img3 {
    width: 45%;
    z-index: 5;
    margin-top: 137px;
    margin-left: -74px;
  }

  .p1-d-box-box3 {
    position: relative;
  }

  .p1-d-box2.p1-d-box4 .p1-d-text span {
    top: -160px;
  }

  .p1-d-img11 {
    display: none;
  }

  .p1-d-box-box.p1-d-box-box2 {
    background-image: url(../image/sp-top-back3.png);
    background-size: 110px auto;
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 54px;
  }

  .p1-d-box-box2 .p1-d-box3 {
    gap: 0;
    background-image: url(../image/part19.png);
    background-repeat: no-repeat;
    background-size: 102px auto;
    background-position: left 20px bottom;
    padding-bottom: 90px;
  }

  .p1-d-box-box2 .p1-d-title {
    padding-top: 0;
  }

  .p1-d-box-box2 .p1-d-item {
    padding-right: 0;
    padding-bottom: 0;
  }

  .p1-d-box-box2 .p1-d-text span {
    top: -160px;
    left: 50%;
    bottom: auto;
  }

  .p1-d-img7 {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .p1-d-box-box2 .p1-d-box3 .p1-d-item {
    flex: 1;
    background-image: url(../image/sp-top-back2.png);
    background-repeat: no-repeat;
    background-size: 376px auto;
    background-position: center top;
    padding-top: 128px;
    padding-bottom: 0;
  }

  .p1-d-box-box2 .p1-d-box3 .p1-d-text {
    background-image: url(../image/part18.png);
    background-repeat: no-repeat;
    background-size: 138px;
    background-position: right 20px bottom;
    margin-bottom: 10px;
  }

  .p1-d-box2.p1-d-box5 {
    position: relative;
    padding-bottom: 137px;
    margin-top: 32px;
  }

  .p1-d-box5 .p1-d-title {
    padding-top: 48px;
    padding-right: 0;
  }

  .p1-d-box2.p1-d-box5 .p1-d-item {
    background-image: url(../image/top-back10.png), url(../image/part20.png);
    background-repeat: no-repeat;
    background-size: 374px auto, 50px auto;
    background-position: center top, left 20px top 50px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .p1-d-box5 .p1-d-text {
    padding-bottom: 10px;
  }

  .p1-d-img8 {
    max-width: 500px;
    width: 100%;
  }

  .p1-d-img9 {
    width: 124px;
    height: auto;
    position: static;
    margin-left: auto;
  }

  .p1-d-img10 {
    width: 144px;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 100;
  }

  /* .p1-e {
    background-color: #fff;
    background-image: url(../image/top-back2.png), url(../image/top-back13.png);
    background-repeat: no-repeat;
    background-size: 290px auto, 100% auto;
    background-position: left top, bottom;
  } */

  .p1-e {
    background-color: #fff;
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: 290px auto;
    background-position: left top;
  }

  .p1-e-container {
  padding-top: 108px;
  padding-bottom: 183px;
  background: 
    url(../image/part48.png) no-repeat left top,   /* 一番上の画像 */
    url(../image/part49.png) no-repeat right top,  /* 2番目の画像 */
    radial-gradient(
      180% 1200px at 50% 100%, 
      #D7D4BB 100%, 
      transparent 100%
    );

  background-size: 354px auto, 177px auto, cover; 
  background-position: left top 500px, right 20px bottom, bottom;
  }

  .p1-e-box {
    width: 92%;
    margin: 90px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 13px;
    background-image: none;
  }

  .p1-e-item {
    width: 160px;
    height: 55px;
    display: flex;
    flex-direction: column;
    background-color: #FBFAEE;
    padding-top: 7px;
    padding-left: 8px;
    border-radius: 20px 0 0 0;
    box-sizing: border-box;
  }

  .p1-e-item span {
    display: block;
  }

  .p1-e-item.step1 {
    background-color: #EF9651;
    filter: drop-shadow(5px 5px 0 #624935);
  }

  .p1-e-item.step2 {
    filter: drop-shadow(5px 5px 0 #D55993);
  }

  .p1-e-item.step3 {
    filter: drop-shadow(5px 5px 0 #EF9651);
  }

  .p1-e-item p:first-child {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
  }

  .p1-e-item p:first-child span {
    font-size: 16px;
    padding-right: 3px;
    border-right: 1px solid #333;
  }

  .p1-e-item p:last-child {
    text-align: center;
    font-size: 15px;
    padding-top: 4px;
    letter-spacing: normal;
  }

  .p1-e-item.step1 p {
    color: #fff;
  }

  .p1-e-item.step1 p:first-child span {
    border-right: 1px solid #fff;
  }

  .p1-e-box2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
  }

  .p1-e-box2.swiper .swiper-wrapper .p1-e-item2.swiper-slide {
    max-width: 500px;
    width: 92%;
    height: auto;
    opacity: 0.5;
    transform: scale(0.8);
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1;
  }

  .p1-e-box2.swiper .swiper-wrapper .p1-e-item2.swiper-slide-active,
  .p1-e-box2.swiper .swiper-wrapper .p1-e-item2.swiper-slide-duplicate-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }

  .p1-e-item2 img {
    width: 100%;
    height: auto;
    display: block;
  }

  .p1-e-text {
    width: 100%;
    background-color: rgba(251, 250, 238, 0.78);
    padding: 25px 16px;
    position: relative;
    z-index: 2;
    margin: -42px auto 0;
    box-sizing: border-box;
  }

  .p1-e-title {
    display: flex;
    align-items: center;
  }

  .p1-e-title p, 
  .p1-e-title span {
    font-size: 20px;
  }

  .p1-e-title span {
    padding-right: 10px;
    border-right: 1px solid #624935;
    margin-right: 10px;
  }

  .p1-e-p {
    margin: 12px 0;
  }

  .p1-e-p p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    color: #333;
  }



  .p1-e-prev-btn img,
  .p1-e-next-btn img {
    width: 100%;
    height: auto;
  }

  .p1-e-prev-btn {
    left: 2%;
  }

  .p1-e-next-btn {
    right: 2%;
  }


  .p1-e-links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p1-e-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 45px;
    color: #624935;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #624935;
    transition: opacity 0.3s;
  }

  .p1-e-link-btn:hover {
    opacity: 0.8;
  }

  .p1-e-link-btn img {
    width: 24px;
    height: auto;
    margin-right: 7px;
  }

  .p1-e-link-btn span {
    font-size: 24px;
    color: #624935;
    font-weight: bold;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }

  .p1-e-links .p1-e-link-btn:last-child img {
    width: 34px;
  }

  /* ページネーション中央配置 */
  .p1-e-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  /* 通常 */
  .p1-e-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
  }

  /* アクティブ */
  .p1-e-pagination .swiper-pagination-bullet-active {
    background: #624935;
  }

  .p1-f {
    background-color: #fff;
    background-image: url(../image/top-back14.png), url(../image/top-back17.png), url(../image/top-back15.png);
    background-repeat: no-repeat;
    background-size: 111px auto, 168px auto, 268px auto;
    background-position: left top 20px, right top 20px, right top;
  }

  .p1-f-container {
    padding-top: 160px;
    padding-bottom: 78px;
  }

  .p1-f-title {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .p1-f-img {
    width: 122px;
    height: auto;
  }

  .p1-f .h2-title {
    text-align: center;
  }

  .p1-f .h2-title p {
    position: relative;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .p1-f .h2-title p::after {
    content: "";
    position: absolute;
    left: 50%;               /* 横中央に */
    bottom: 0;                /* 下端に */
    transform: translateX(-50%); /* 横中央に補正 */
    background-image: url(../image/part30.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 28px;
  }

  .p1-f-box {
    width: 92%;
    margin: 40px auto 0;
  }


  /* セラミック治療について */
  .p2-a {
    background-image: url(../image/part35.png), url(../image/top-back3.png), url(../image/top-back2.png), url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: 120px auto, 120px auto, 290px auto, 100% 56%;
    background-position: left top 28px, right top, left top, bottom;
  }

  .p2-a-container {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .p2-a .h2-title h2 {
    line-height: 1;
  }

  .p2-a-box {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-image: url(../image/sub-back2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin: 60px auto 40px;
  }

  .p2-a-item {
    width: 100%;
    margin-top: 0;
  }

  .p2-a-item p {
    font-size: 16px;
    line-height: 2;
  }

  .p2-a-item p:nth-of-type(2) {
    padding: 15px 0;
  }

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

  .p2-a .p1-b-text p {
    width: 92%;
    margin: 0 auto;
  }

  .p2-a-box2 {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 40px auto 0;
  }

  .p2-a-item2 {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 15px;
  }

  .p2-a-title {
    position: relative;
    margin-bottom: 20px;
  }

  .p2-a-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(119, 119, 119, 0.46);
    margin: 8px auto 0;
    box-shadow: 0 6px 0 rgba(119, 119, 119, 0.46);
  }

  .p2-a-title h3 {
    font-size: 50px;
    font-weight: 400;
  }

  .p2-a-title p {
    font-size: 16px;
    padding-left: 10px;
    margin-top: -15px;
  }

  .p2-a-list {
    margin-top: 20px;
  }

  .p2-a-p {
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.46);
  }

  .p2-a-p span {
    display: inline-block;
    width: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #EF9651;
    text-align: center;
    border-radius: 50%;
    margin-top: 6px;
  }

  .p2-a-p p {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }

  .p2-a-img2 {
    width: 90px;
    height: auto;
    position: static;
    margin-top: 50px;
    margin-left: auto;
  }

  .p2-b-cpntainer {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .p2-b .p1-b-text p {
    width: 92%;
    margin: 0 auto;
  }

  .p2-b-box {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
  }

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

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

  .p2-b-title h3 {
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #777777;
  }

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

  .p2-b-text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .p2-b-text span {
    font-size: 18px;
    color: #333;
    position: relative;
  }

  .p2-b-text span::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #777777;
    margin-top: 5px;
  }

  .p2-b-text p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  .p2-b-box2 {
    width: 92%;
    background-color: #FBFAEE;
    padding: 20px;
    margin: 40px auto 0;
  }

  .p2-b-box2 .p2-b-title {
    width: 100%;
  }

  .p2-b-box2 .p2-b-title p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  .p2-b-box3 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
  }

  .p2-b-box3 .p2-b-text {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }

  /* ホワイトニング */
  .p2-a.p3-a {
    background-color: #fff;
    background-image: url(../image/top-back4.png), url(../image/part36.png), url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: 100px auto, 124px auto, 290px auto, 100% auto;
    background-position: left 10px top 50px, right 10px top 20px, left top;
  }

  .p3-a .p2-a-container {
    padding-bottom: 0;
  }

  .p3-a-text2 {
    width: 92%;
    margin: 30px auto 0;
  }

  .p3-a-text2 p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }

  .p3-a .p2-a-box {
    background-image: url(../image/sub-back3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 30px;
  }

  .p3-a .p2-a-item {
    width: 100%;
  }

  .p3-a-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
  }

  .p3-a-ul {
    margin-top: 30px;
  }

  .p3-a-ul ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .p3-a-ul ul li {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .p3-a-ul ul li img {
    width: 18px;
    height: 18px;
  }

  .p3-a-ul ul li p {
    font-size: 15px;
  }

  .p3-a-ul ul li span {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
  }

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

  .p3-a-text p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .p3-a-text p:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    padding-top: 20px;
  }

  .p3-a-box {
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .p3-a-p {
    width: 92%;
    margin: 0 auto;
  }

  .p3-a-p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }

  .p3-a-img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .p3-a-box.p3-b-box {
    background-color: #fff;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p3-b .p2-a-item2 {
    background-color: #FBFAEE;
  }

  .p2-a-item2.p3-b-item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .p3-d {
    background-color: #EFEDD2;
  }

  .p3-d-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p3-d-box {
    width: 92%;
    padding: 10px;
    border: 2px solid #fff;
    margin: 0 auto;
  }

  .p3-d-p {
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }

  .p3-d-p p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }

  .p3-d-p span {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
    margin-right: 5px;
  }

  .p3-d-p:nth-of-type(2) {
    margin: 10px 0;
  }

  .p3-c {
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p3-c-container {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .p3-c-box {
    width: 92%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
  }

  .p3-c-img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  .p3-c-item {
    width: 100%;
  }

  .p3-c-tile {
    position: relative;
    margin-top: 0;
  }

  .p3-c-tile::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(119, 119, 119, 0.46);
    margin: 8px auto 0;
    box-shadow: 0 4px 0 rgba(119, 119, 119, 0.46);
  }

  .p3-c-tile h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .p3-c-p {
    margin-top: 20px;
  }

  .p3-c-p p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }

  .p3-c-p p:nth-of-type(2) {
    margin: 10px 0;
  }


  /* 治療の流れ */
  .p4-a {
    background-color: #fff;
    background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: 122px auto, 144px auto, 290px auto;
    background-position: left 20px top 30px, right 20px top 20px, left top;
  }

  .p4-a-container {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .p4-a-box {
    width: 92%;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin: 0 auto;
  }

  .p4-a-box:nth-of-type(2){
    margin-top: 60px;
  }

  .p4-a-item {
    width: 100%;
  }

  .p4-a-title {
    text-align: center;
    position: relative;
  }

  .p4-a-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(119, 119, 119, 0.46);
    margin: 8px auto 0;
    box-shadow: 0 6px 0 rgba(119, 119, 119, 0.46);
  }

  .p4-a-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
  }

  .p4-a-text {
    margin: 20px 0 26px;
  }

  .p4-a-text p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }

  .p4-a-link {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
  }

  .p4-a-tel {
    width: 200px;
    height: auto;
  }

  .p4-a-web {
    width: 60px;
    height: auto;
  }

  .p4-a-img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  .p4-a-span {
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EF9651;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 5;
  }

  .p4-a-span span:first-child {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.3;
  }

  .p4-a-span span:last-child {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.3;
  }

  .p4-a-img2 {
    width: 55px;
    margin: 20px auto 40px;
  }

  /* 料金表 / Q＆A */
  .p5-a {
    background-color: #fff;
    background-image: url(../image/part41.png), url(../image/part42.png), url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: 100px auto, 100px auto, 290px auto;
    background-position: left top, right top, left top;
  }

  .p5-a-container {
    padding-top: 80px;
  }

  .p5-a-text {
    text-align: center;
    margin-top: 20px;
  }

  .p5-a-text p {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
  }

  .p5-a-box {
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 40px;
    margin-top: 40px;
  }

  .p5-a-box-box {
    width: 92%;
    margin: 0 auto 60px;
  }

  .p5-a-title {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    margin-top: 10px;
  }

  .p5-a-title::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
    box-shadow: 0 -6px 0 #666666;
  }

  .p5-a-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #EF9651;
    padding-left: 10px;
  }

  .p5-a-box2 {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .p5-a-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #777777;
  }

  .p5-a-item p,
  .p5-a-item span {
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .p5-b {
    background-image: url(../image/top-back4.png), url(../image/top-back15.png);
    background-repeat: no-repeat;
    background-size: 70px auto, 290px auto;
    background-position: left 20px top 10px, right top;
  }

  .p5-b-container {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .p5-b-container .p5-a-text {
    padding-bottom: 30px;
  }

  .p5-b-box {
    width: 92%;
    margin: 30px auto 0;
  }

  .p5-b-title {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #EF9651;
  }

  .p5-b-title span {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Cardo", serif;
    color: #fff;
    background-color: #EF9651;
    margin-top: auto;
  }

  .p5-b-title p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.3;
  }

  .p5-b-text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 0 10px 0 35px;
  }

  .p5-b-text p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
  }



  /* ドクター紹介 / 医院紹介 */
  .p6-a {
    background-color: #fff;
    background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back2.png), url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: 122px auto, 134px auto, 290px auto, 100% 50%;
    background-position: left 20px top 30px, right 20px top 30px, left top, bottom;
  }

  .p6-a-container {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .p6-a-box {
    width: 92%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    background-image: url(../image/sub-back2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    margin: 70px auto 0;
  }

  .p6-a-img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  .p6-a-item {
    width: 100%;
  }

  .p6-a-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
  }

  .p6-a-text p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 2;
    letter-spacing: 1px;
    padding-top: 20px;
  }

  .p6-a-box2 {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 30px auto 0;
  }

  .p6-a-item2 {
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }

  .p6-a-box2 .p6-a-item2:last-child .p6-a-p {
    align-items: center;
  }

  .p6-a-p {
    display: flex;
    align-items: flex-start;
    padding: 15px 0 15px;
    border-bottom: 1px dashed rgba(119, 119, 119, 0.46);
  }

  .p6-a-p p,
  .p6-a-p span {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
  }

  .p6-a-p span {
    margin-right: 10px;
  }

  .p6-a-p img {
    width: 10px;
    height: auto;
    margin-right: 10px;
  }

  .p6-b {
    background-color: #fff;
    padding: 60px 0;
  }

  .p6-b-container {
    background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back15.png);
    background-repeat: no-repeat;
    background-size: 122px auto, 134px auto, 290px auto;
    background-position: left 20px top 30px, right 20px top 30px, right top;
    padding-top: 80px;
  }

  .p6-b-viewer{
    position:relative;
    max-width: 400px;
    width:90%;
    margin: min(140px, 11.67vw) auto min(26px, 2.17vw);
  }

  #clinic-main{
    width:100%;
    display:block;
  }

  .p6-b-prev,
  .p6-b-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
  }

  .p6-b-prev{
    left:-5%;
  }

  .p6-b-next{
    right:-5%;
  }

  .p6-b-prev img,
  .p6-b-next img{
    width:15px;
  }

  .p6-b-box{
    max-width: 400px;
    width:90%;
    display:flex;
    gap:10px 5px;
    flex-wrap:wrap;
    margin:0 auto;
  }

  .p6-b-img{
    width:calc(33.333% - 4px);
    cursor:pointer;
    opacity:.5;
  }

  .p6-b-img.active{
    opacity:1;
  }

  .p6-b-img img{
    width:100%;
  }

  .p6-c {
    background-color: #fff;
    background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: 122px auto, 134px auto, 290px auto;
    background-position: left 20px top 30px, right 20px top 30px, left top;
    padding-bottom: 60px;
  }

  .p6-c-container {
    padding-top: 80px;
  }

  .p6-c-box-box {
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p6-c-box {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 60px auto 0; 
  }

  .p6-c-item {
    width: 300px;
    position: relative;
  }

  .p6-c-box .p6-c-item:nth-of-type(3) {
    margin-bottom: 30px;
  }

  .p6-c-text {
    height: 220px;
    background-color: #fff;
    padding: 10px 15px 0;
  }

  .p6-c-span {
    width: 80px;
    height: 60px;
    display: flex;
    justify-content: center;
    background-image: url(../image/part46.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }

  .p6-c-span::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/part47.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .p6-c-span span {
    font-size: 26px;
    font-family: "Cardo", serif;
    line-height: 1;
    color: #fff;
  }

  .p6-c-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
  }

  .p6-c-text h3 {
    font-size: 20px;
    color: #EF9651;
    line-height: 1.3;
  } 

  .p6-c-box .p6-c-item:nth-of-type(5) .p6-c-text h3 {
    font-size: 18px;
  }

  .p6-c-text p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 2;
    letter-spacing: 1.5px;
    padding-top: 10px;
  } 

  .p6-c-p {
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }

  .p6-c-p p {
    font-size: 12px;
    color: #FF0000;
    line-height: 2;
    letter-spacing: 1.5px;
  }

  .p6-d {
    background-color: #fff;
    background-image: url(../image/part38.png), url(../image/part39.png), url(../image/top-back15.png);
    background-repeat: no-repeat;
    background-size: min(222px, 16.44vw) auto, min(244px, 18.07vw) auto, min(960px, 71.11vw) auto;
    background-size: 122px auto, 134px auto, 290px auto;
    background-position: left 20px top 30px, right 20px top 30px, right top;
  }

  .p6-d-container {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .p6-d-box {
    width: 92%;
    margin: 60px auto 0;
  }

  .p6-d-title {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: 1px solid #666666;
  }

  .p6-d-title::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
    box-shadow: 0 -6px 0 #666666;
  }

  .p6-d-title img {
    width: 20px;
    height: auto;
  }

  .p6-d-title h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #EF9651;
  }

  .p6-d-item {
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
    margin: 20px auto 0;
  }

  .p6-d-p {
    width: 100%;
    padding: 10px 0 10px 5px;
    border-bottom: 1px dashed rgba(119,119,119,0.46);
  }

  .p6-d-p p {
    position: relative;
    padding-left: 15px;
  }

  .p6-d-p p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #EF9651;
    border-radius: 50%; 
  }

  .p6-d p {
    font-size: 15px;
  }

  .p6-d-box.p6-d-box2 {
    margin-top: 60px;
  }

  .p6-d-box2 h3 {
    color: #007CB9;
  }

  .p6-d-item2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
  }

  .p6-d-p2 {
    width: 100%;
  }

  .p6-d-p2 p {
    padding-left: 0;
  }

  .p6-d-img {
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0;
  }

  .p6-d-text {
    width: 100%;
  }

  .p6-d-list {
    margin: 30px 0 40px;
  }

  .p6-d-title2 p {
    color: #EF9651;
  }

  .p6-d-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    padding-top: 10px;
  }

  .p6-d-list ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #EF9651;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .p6-d-p4 p {
    font-size: 13px;
  }



  /* 下層共通 */
  .sub-v-box {
    background-image: url(../image/sub-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 75px;
  }

  .sub-v-title h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
  }

  .sub-v-title p {
    font-size: 24px;
    font-family: "Cardo", serif;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    padding-top: 10px;
  }




 
  /* 共通 1350で可変 */
  .h2-title {
    width: 92%;
    margin: 0 auto;
  }

  .h2-title h2 {
    font-size: 60px;
    letter-spacing: 2px;
  }

  .h2-title p {
    font-size: 24px;
    letter-spacing: 2px;
  }

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

  .p1-a .h2-title p span {
    font-size: min(50px, 3.7vw);
    color: #624935;
  }

  .p1-a .h2-title p {
    padding-top: min(15px, 1.11vw);
  }

  .p1-b-text p:last-child {
    color: #000;
    font-size: 14px;
    padding-top: min(15px, 1.04vw);
  }

  .p1-b-text p:first-child {
    font-size: 20px;
    color: #624935;
  }


  /* フッター */
  .footer-container {
    background-color: #FBFAEE;
    background-image: url(../image/top-back16.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    padding-top: 42px;
    padding-bottom: 57px;
  }

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

  .footer-item {
    width: 100%;
    gap: 30px;
  }

  .footer-logo {
    width: 316px;
    height: auto;
  }

  .footer-p p {
    font-size: 16px;
  }

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

  .footer-time {
    width: 335px;
  }

  .footer-access {
    margin-top: 40px;
  }

  .footer-img1 {
    align-items: flex-start;
    gap: 15px;
  }

  .footer-img1 p {
    font-size: 16px;
  }

  .footer-img1:last-child {
    padding-top: 15px;
  }

  .footer-img1:first-child img {
    width: 31px;
    margin-left: 3px;
  }

  .footer-img1:last-child img {
    width: 37px;
  }

  .sp-footer-box2 {
    display: flex;
    gap: 7px;
    margin-top: 0;
  }

  .footer-item2 {
    width: 113px;
    height: 113px;
    gap: 6px;
  }

  .footer-item2:nth-child(1),
  .footer-item2:nth-child(2) {
    gap: 6px;
  }

  .footer-img2 {
    width: 26px;
    height: auto;
  }

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

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

  .footer-item2:last-child .footer-p2 p {
    font-size: 16px;
    line-height: 1;
  }

  .footer-box3 {
    background-color: #fff;
    padding: 40px 0;
  }

  .footer-img4 {
    max-width: 400px;
    width: 92%;
    height: auto;
    margin: 0 auto;
  }

  .footer-map {
    width: 100%;
  }

  .footer-map iframe {
    width: 100%;
    height: 298px;
    display: block;
  }

  .footer-nav {
    display: none;
  }

  .footer-copyright {
    text-align: center;
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-color: #EF9651;
    padding: 20px 0;
  }

  /* トップに戻る */
  .back-to-top {
    display: none;
  }


  /* スマホ用フッター */
  .sp-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 500;
  }

  .sp-footer-btn {
    display: flex;
    flex-direction: column; /* 縦並び */
    align-items: center;
    flex: 1;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
  }

  .sp-footer-btn img {
    margin-bottom: 2px;
  }

  /* 画像だけボタン */
  .sp-footer-btn.img-only span {
    display: none;
  }

  .tel-btn {
    background-color: #624935;
    justify-content: flex-end;
  }

  .tel-btn img {
    width: 31px;
    height: auto;
  }

  .web-btn {
    background-color: #D7C39D;
    justify-content: flex-end;
    gap: 3px;
  }

  .web-btn img {
    width: 33px;
    height: auto;
  }

  .line-btn {
    background-color: #06C755;
    justify-content: flex-end;
  }

  .line-btn img {
    width: 36px;
    height: auto;
  }

  .insta-btn {
    background-color: #fff;
  }

  .insta-btn img {
    width: 57px;
    height: auto;
  }

  .top-btn {
    background-color: #8CD2F4;
  }

  .top-btn img {
    width: 23px;
    height: auto;
  }




} 

@media screen and (max-width: 530px) {
  /* 全体 */
  .pc-br2 {
    display: none;
  }


  /*  トップ */
  .p1-e-prev-btn,
  .p1-e-next-btn {
    position: absolute;
    top: 20%;
    transform: translateY(0);
    z-index: 10;
    cursor: pointer;
    width: 20px;
  }


}


@media screen and (max-width: 450px)  {
  /* .p1-e {
    background-color: #fff;
    background-image: url(../image/top-back2.png), url(../image/sp-top-back4.png);
    background-repeat: no-repeat;
    background-size: 290px auto, 100% auto;
    background-position: left top, bottom;
  } */
}


@media screen and (max-width: 430px) {
  /* トップ */
  .p1-a {
    background-image: url(../image/sp-top-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* フッター */
  .footer-container {
    background-image: url(../image/sp-footer-back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }






}