@charset "UTF-8";

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

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

body {
  margin: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, p, span, a, li, th, td {
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.06em;
}

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

a:hover {
  opacity: .8;
}


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

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

/* アニメーションの動き */
.fade-up2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  z-index: 50; /* ヘッダーより前面に表示 */
  position: relative; /* 必要に応じて */
}

/* スクロールで表示される状態 */
.fade-up2.is-show {
  opacity: 1;
  transform: translateY(0);
}


/* ヘッダー 1440で可変 */
.header-a {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(160px, 11.11vw);
  z-index: 100;
  background-color: #fff;
  transition: transform 0.4s ease;
}

.header-a-container {
  width: 100%;
  height: 100%;
  padding-left: min(18px, 1.25vw);
  padding-right: min(18px, 1.25vw);
}

.header-a-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-a-logo {
  width: min(270px, 18.75vw);
}

.header-a-item {
  height: 100%;
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
}

.header-a-map {
  margin-right: min(12px, 0.83vw);
}

.header-a-map-text1 {
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
  padding-bottom: min(12px, 0.83vw);
  border-bottom: 1px solid #000;
}

.header-a-map-text1 img {
  width: min(31px, 2.15vw);
  height: auto;
}

.header-a-map-text1 p, .header-a-map-text2 p {
  font-size: min(15px, 1.04vw);
}

.header-a-map-text2 {
  text-align: center;
  padding-top: min(10px, 0.69vw);
}

.tel-box {
  height: min(95px, 6.6vw);
  border: 1px solid #399A6B;
  border-radius: min(50px, 3.47vw);
}

.tel-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 min(30px, 2.08vw);
}

.tel-text {
  text-align: center;
  padding-bottom: min(5px, 0.35vw);
}

.tel-text p {
  font-size: min(16px, 1.11vw);
  color: #399A6B;
}

.tel-text2 {
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
  margin-right: min(15px, 1.04vw);
}

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

.tel-text2 p {
  font-size: min(32px, 2.22vw);
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
}

.web-box {
  height: min(95px, 6.6vw);
  background-color: #CBA35C;
  border-radius: min(50px, 3.47vw);
}

.web-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 min(40px, 2.78vw);
}

.web-text {
  text-align: center;
}

.web-text p {
  font-size: min(16px, 1.11vw);
  color: #fff;
}

.web-text2 {
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
  margin-right: min(15px, 1.04vw);
}

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

.web-text2 p {
  font-size: min(32px, 2.22vw);
  font-family: "ABeeZee", sans-serif;
  color: #fff;
  letter-spacing: normal;
}

.line-box {
  height: min(95px, 6.6vw);
  background-color: #06C755;
  border-radius: min(50px, 3.47vw);
}

.line-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 min(48px, 3.33vw);
}

.line-text {
  text-align: center;
  padding-bottom: min(5px, 0.35vw);
}

.line-text p {
  font-size: min(16px, 1.11vw);
  color: #fff;
}

.line-text2 {
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
  margin-right: min(15px, 1.04vw);
}

.line-text2 img {
  width: min(30px, 2.08vw);
  height: auto;
}

.line-text2 p {
  font-size: min(32px, 2.22vw);
  font-family: "ABeeZee", sans-serif;
  color: #fff;
  letter-spacing: normal;
}

.web-box a::after, .line-box a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  transform: translateY(-50%);
  width: min(15px, 1.04vw);
  height: min(12px, 0.83vw);
  margin-right: min(10px, 0.69vw);
  background-image: url(../image/part8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* ヘッダー2 */
/* 1350で可変 */
.header-b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(124px, 9.19vw);
  z-index: 110;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.header-b-container {
  width: 100%;
  height: 100%;
  padding-left: min(50px, 3.7vw);
  padding-right: min(15px, 1.11vw);
}

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

.header-b-nav > ul {
  display: flex;
  align-items: center;
  gap: min(20px, 1.48vw);
  list-style: none;
}

.header-b-nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(6px, 0.44vw);
  text-decoration: none;
  color: #333;
}

.header-b-nav ul li .ja {
  font-size: min(16px, 1.19vw);
}

.header-b-nav ul li .en {
  font-size: min(14px, 1.04vw);
  font-family: "Lato", sans-serif;
  color: #CBA35C;
}

/* ドロップダウン */
.has-dropdown {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(min(10px, 0.74vw));
  background: rgba(255, 255, 255, 0.8);
  padding: min(10px, 0.74vw);
  min-width: min(320px, 23.7vw);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: min(8px, 0.59vw);
  column-gap: min(20px, 1.48vw);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 200;
}

.dropdown li {
  border-bottom: min(1px, 0.07vw) dashed #ddd;
}

.dropdown li a {
  display: block;
  font-size: min(14px, 1.04vw);
  padding: min(10px, 0.74vw) min(15px, 1.11vw);
  text-align: left;
  color: #333;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.has-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* 1440で可変 */
.header-b-item {
  display: flex;
  align-items: center;
  gap: min(6px, 0.42vw);
}

.header-b-item .tel-box, 
.header-b-item .web-box, 
.header-b-item .line-box {
  height: min(72px, 5vw);
}

.header-b-item .tel-box a {
  padding: 0 min(15px, 1.04vw);
}

.header-b-item .web-box a, 
.header-b-item .line-box a {
  padding: 0 min(30px, 2.08vw);
}

.header-b-item .tel-text, 
.header-b-item .web-text, 
.header-b-item .line-text {
  padding-bottom: 0;
}

.header-b-item .tel-text2 p, 
.header-b-item .web-text2 p, 
.header-b-item .line-text2 p {
  font-size: min(24px, 1.67vw);
}

.header-b-item .tel-text2 img {
  width: min(17px, 1.18vw);
  height: auto;
}

.header-b-item .tel-text2 p {
  font-size: min(24px, 1.67vw);
}


/* ヘッダー切り替えのクラス */
.header-a.is-hide {
  transform: translateY(-100%);
}

.header-b.is-show {
  transform: translateY(0);
}




/* トップ */
.main-v {
  position: relative;
  width: min(1400px, 97.22vw);
  height: min(685px, 47.57vw);
  overflow: hidden;
  border-radius: min(80px, 5.56vw) min(80px, 5.56vw) 0 0;
  margin: min(160px, 11.11vw) auto 0;
}

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

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

.main-v-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: min(1400px, 97.22vw);
  margin: 0 auto;
}

.main-v-title {
  position: absolute;
  bottom: min(70px, 4.86vw);
  left: min(70px, 4.86vw);
  z-index: 2;
}

.main-v-title h1 {
  font-size: min(40px, 2.78vw);
  line-height: 2;
  color: #fff;
  text-shadow: 0 min(2px, 0.14vw) min(12px, 0.83vw) rgba(56, 56, 56, 0.6);
  font-weight: normal;
}

.main-v-title h1 .span1,
.main-v-title h1 .span2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-shadow: none;
}

.span1 {
  width: min(150px, 10.42vw);
  height: min(130px, 9.03vw);
  background-image: url(../image/part1.png);
  font-size: min(48px, 3.33vw);
  color: #CBA35C;
}

.span2 {
  padding: 0 min(30px, 2.08vw);
  height: min(150px, 10.42vw);
  background-image: url(../image/part2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: min(40px, 2.78vw);
  color: #CBA35C;
}

.span3 {
  font-size: min(48px, 3.33vw);
}

.span4 {
  font-size: min(32px, 2.22vw);
}

.indent-left {
  display: inline-block;
  margin-left: min(30px, 2.08vw);
  margin-top: max(-30px, -2.08vw);
}

.main-v-table {
  position: absolute;
  bottom: min(24px, 1.67vw);
  right: min(24px, 1.67vw);
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(10px, 0.69vw) min(13px, 0.9vw);
  z-index: 2;
  width: min(382px, 26.53vw);
  box-sizing: border-box;
}

.main-v-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: center;
}

.main-v-table th {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  padding: min(10px, 0.69vw) min(5px, 0.35vw);
  border-bottom: 1px solid #333;
}

.main-v-table td {
  font-size: min(16px, 1.11vw);
  padding: min(10px, 0.69vw) 0;
}

.table-note {
  font-size: min(16px, 1.11vw);
  text-align: center;
  margin-top: min(10px, 0.69vw);
}

/* 1440 */
.p1-a-container {
  padding-top: min(16px, 1.11vw);
}

.p1-a-box {
  width: min(1440px, 100vw);
  display: flex;
  gap: min(30px, 2.08vw);
  margin: 0 auto;
}

.p1-a-title {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  background-image: url(../image/part3.png), url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: min(111px, 7.71vw) auto, min(412px, 28.61vw) auto;
  background-position: left min(85px, 5.9vw) bottom, right top;
  padding: min(60px, 4.17vw) min(117px, 8.13vw) min(130px, 9.03vw) min(97px, 6.74vw);
}

.p1-a-title p {
  text-align: right;
  font-size: min(24px, 1.67vw);
  color: #399A6B;
}

.p1-a-title h2 {
  font-size: min(64px, 4.44vw);
  font-family: "Lato", sans-serif;
  margin: 0;
}

.news-box {
  width: min(916px, 63.61vw);
  display: flex;
  flex-direction: column;
  gap: min(15px, 1.04vw);
  margin-top: min(70px, 4.86vw);
}

.news-item {
  background-color: #F5F5F5;
  padding: min(23px, 1.6vw) min(17px, 1.18vw);
}

.news-item .news-date {
  font-size: min(20px, 1.39vw);
  font-family: "Lato", sans-serif;
  color: #CBA35C;
  letter-spacing: normal;
  margin-right: min(5px, 0.35vw);
}

.news-item .news-title {
  font-size: min(20px, 1.39vw);
  letter-spacing: normal;
}

/* 1440 */
.p1-b-container {
  padding-top: min(24px, 1.67vw);
}

.p1-b-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  background-color: #F8E4BF;
  position: relative;
  padding: min(15px, 1.04vw);
  border: 1px dashed #000;
  border-radius: min(20px, 1.39vw);
  margin: 0 auto;
}

.p1-b-map {
  width: min(590px, 40.97vw);
  height: min(482px, 33.47vw);
  position: relative;
  overflow: hidden;
  border-radius: min(20px, 1.39vw);
}

.p1-b-map iframe {
  width: 100%;
  height: min(800px, 55.56vw);
  transform: translateY(-17%);
}

.p1-b-map-img {
  width: min(307px, 21.32vw);
  position: absolute;
  top: min(18px, 1.25vw);
  left: min(6px, 0.42vw);
  z-index: 5;
}

.p1-b-item {
  width: min(625px, 43.4vw);
  text-align: center;
  margin-top: min(40px, 2.78vw);
}

.p1-b-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(16px, 1.11vw);
}

.p1-b-title h2 {
  font-size: min(48px, 3.33vw);
  font-family: "Lato", sans-serif;
}

.p1-b-title p {
  font-size: min(24px, 1.67vw);
  color: #CBA35C;
  padding-bottom: min(10px, 0.69vw);
}

.p1-b-p {
  margin-top: min(28px, 1.94vw);
}

.p1-b-p p {
  font-size: min(20px, 1.39vw);
}

.p1-b-img {
  width: min(227px, 15.76vw);
  position: absolute;
  top: max(-46px, -3.19vw);
  right: max(-50px, -3.47vw);
  z-index: 5;
}

.p1-b-text-box {
  display: flex;
  justify-content: center;
  gap: min(16px, 1.11vw);
  margin-top: min(18px, 1.25vw);
}

.p1-b-text1, .p1-b-text2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(30px, 2.08vw);
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-top: min(72px, 5vw);
  padding-bottom: min(100px, 6.94vw);
}

.p1-b-text1 img {
  width: min(43px, 2.99vw);
  height: auto;
}

.p1-b-text2 img {
  width: min(41px, 2.85vw);
  height: auto;
}

.p1-b-text1 p {
  font-size: min(32px, 2.22vw);
  color: #B99C5C;
}

.p1-b-text2 p {
  font-size: min(24px, 1.67vw);
  line-height: 1.6;
  color: #B99C5C;
}

/* 1440 */
.p1-c-container {
  padding-top: min(30px, 2.08vw);
}

.p1-c-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: min(627px, 43.54vw) auto;
  background-position: left top;
  margin: 0 auto;
}

.p1-c-item {
  padding-top: min(74px, 5.14vw);
}

.p1-c-title {
  padding-left: min(110px, 7.64vw);
}

.p1-c-title h2 {
  font-size: min(64px, 4.44vw);
  font-family: "Lato", sans-serif;
  color: #fff;
  text-shadow: 0 min(2px, 0.14vw) min(12px, 0.83vw) rgba(56, 56, 56, 0.6);
}

.p1-c-title p {
  font-size: min(24px, 1.67vw);
  color: #fff;
  text-shadow: 0 min(1px, 0.07vw) min(12px, 0.83vw) rgba(56, 56, 56, 0.6);
}

.p1-c-img1 {
  width: min(579px, 40.21vw);
  margin-top: min(60px, 4.17vw);
}

.p1-c-text {
  position: relative;
  padding-top: min(50px, 3.47vw);
}

.p1-c-p1 p {
  font-size: min(32px, 2.22vw);
  line-height: 2;
}

.p1-c-p1 p span:first-child {
  color: #B99C5C;
}

.p1-c-p1 p span:last-child {
  color: #399A6B;
}

.p1-c-p2 {
  margin-top: min(20px, 1.39vw);
}

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

.p1-c-img2 {
  width: min(584px, 40.56vw);
  margin-top: min(20px, 1.39vw);
}

.p1-c-img3 {
  width: min(178px, 12.36vw);
  position: absolute;
  right: max(-60px, -4.17vw);
  bottom: min(275px, 19.1vw);
  z-index: 5;
}

/* 1350 */
.p1-d-container {
  padding-top: min(86px, 6.37vw);
}

.p1-d-title {
  position: relative;
  text-align: center;
  background-image: url(../image/part9.png);
  background-repeat: no-repeat;
  background-size: min(239px, 17.7vw) auto;
  background-position: right top;
  padding-top: min(74px, 5.48vw);
  padding-bottom: min(42px, 3.11vw);
}

.p1-d-title p {
  position: absolute;
  top: min(15px, 1.11vw);
  left: 50%;
  transform: translateX(-50%);
  font-size: min(128px, 9.48vw);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #FFF5DD;
  z-index: 0;
}

.p1-d-title h2 {
  position: relative;
  z-index: 1;
  font-size: min(32px, 2.37vw);
  font-weight: 500;
}

.p1-d-title h2 span {
  font-size: min(40px, 2.96vw);
  color: #B99C5C;
}

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

.p1-d-item {
  width: min(686px, 50.81vw);
}

.p1-d-number {
  display: flex;
  align-items: center;
  gap: min(10px, 0.74vw);
}

.p1-d-number p:first-child {
  font-size: min(20px, 1.48vw);
  font-family: "Lato", sans-serif;
}

.p1-d-number p:last-child {
  font-size: min(40px, 2.96vw);
  font-family: "Lato", sans-serif;
  color: #FED274;
}

.p1-d-number p:last-child span {
  font-size: min(40px, 2.96vw);
  font-family: "Lato", sans-serif;
  color: #CBA35C;
}

.p1-d-h3 {
  margin-top: min(15px, 1.11vw);
}

.p1-d-h3 h3 {
  font-size: min(36px, 2.67vw);
  font-weight: 500;
  line-height: 2;
}

.p1-d-en {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: min(15px, 1.11vw);
}

.p1-d-en::before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-right: min(20px, 1.48vw);
}

.p1-d-en span {
  font-size: min(20px, 1.48vw);
  font-family: "ABeeZee", sans-serif;
  color: #FED274;
}

.p1-d-text {
  margin-top: min(15px, 1.11vw);
}

.p1-d-text p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p1-d-img-box {
  width: min(556px, 41.19vw);
  position: relative;
}

.p1-d-img2 {
  width: min(127px, 9.41vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.p1-d-box2 {
  background-image: url(../image/top-back4.png), url(../image/part11.png);
  background-repeat: no-repeat;
  background-size: min(890px, 65.93vw) auto, min(490px, 36.3vw) auto;
  background-position: left top, right bottom;
  padding-top: min(120px, 8.89vw);
  margin-top: min(-40px, -2.96vw);
}

.p1-d-item2 {
  width: min(504px, 37.33vw);
  margin: 0 auto;
}

.p1-d-nume-box {
  display: grid;
  grid-template-columns: repeat(2, min(504px, 37.33vw));
  justify-content: center;
  gap: min(10px, 0.74vw) min(38px, 2.81vw);
  margin-top: min(38px, 2.81vw);
}

.p1-d-nume {
  width: min(504px, 37.33vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFDD9D;
  padding: min(16px, 1.19vw) min(30px, 2.22vw);
  border: 1px solid #fff;
  border-radius: min(5px, 0.37vw);
}

.p1-d-nume span {
  font-size: min(24px, 1.78vw);
  font-family: "ABeeZee", sans-serif;
}

.p1-d-nume:nth-of-type(3), .p1-d-nume:nth-of-type(4), .p1-d-nume:nth-of-type(7) {
  background-color: #F8E4BF;
} 

.p1-d-box3 {
  background-image: url(../image/top-back5.png), url(../image/part12.png);
  background-repeat: no-repeat;
  background-size: min(1117px, 82.74vw) auto, min(241px, 17.85vw) auto;
  background-position: right bottom, left min(46px, 3.41vw) bottom;
  display: flex;
  justify-content: center;
  gap: min(38px, 2.81vw);
  padding-top: min(150px, 11.11vw);
  padding-bottom: min(132px, 9.78vw);
}

.p1-d-item3 {
  width: min(621px, 46vw);
  text-align: center;
  position: relative;
  border-radius: min(32px, 2.37vw);
}

.p1-d-text3 {
  height: min(569px, 42.15vw);
  background-image: url(../image/top-back6.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(30px, 2.22vw) min(20px, 1.48vw) min(15px, 1.11vw);
  border-radius: 0 0 min(32px, 2.37vw) min(32px, 2.37vw);
}

.p1-d-box3 .p1-d-number {
  justify-content: center;
}

.p1-d-box3 .p1-d-h3 {
  margin-top: 0;
}

.p1-d-p3 {
  text-align: left;
  padding: 0 min(20px, 1.48vw);
  margin-top: min(20px, 1.48vw);
}

.p1-d-p3 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p1-d-item3:first-child .p1-d-text3 {
  background-color: #FED16B;
}

.p1-d-item3:first-child .p1-d-number p:last-child {
  color: #CBA35C;
}

.p1-d-item3:first-child .p1-d-number p span {
  color: #fff
}

.p1-d-item3:last-child .p1-d-text3 {
  background-color: #F8E1B8;
}

.p1-d-item3:last-child .p1-d-number p:last-child {
  color: #399A6B;
}

.p1-d-item3:last-child .p1-d-number p span {
  color: #fff
}

.p1-d-span3 {
  position: absolute;
  left: 50%;
  bottom: min(15px, 1.11vw);
  z-index: 5;
  transform: translateX(-50%);
}

.p1-d-span3 span {
  font-size: min(20px, 1.48vw);
}

.p1-d-item3:first-child .p1-d-span3 span {
  color: #B99C5C;
}

.p1-d-item3:last-child .p1-d-span3 span {
  color: #399A6B;
}

.p1-d-box4 {
  width: min(1280px, 94.81vw);
  text-align: center;
  background-image: url(../image/top-back7.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: min(45px, 3.33vw) 0 min(80px, 5.93vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p1-d-box4 .p1-d-number {
  justify-content: center;
}

.p1-d-box4 .p1-d-number p:last-child {
  color: #fff;
}

.p1-d-box4 .p1-d-number p:last-child span {
  color: #CBA35C;
}

.p1-d-box4 .p1-d-h3 h3 {
  color: #fff;
  text-shadow: 0 min(1px, 0.07vw) min(4px, 0.3vw) rgba(56, 56, 56, 0.5);
}

.p1-d-p4 {
  margin-top: min(25px, 1.85vw);
}

.p1-d-p4 p {
  font-size: min(20px, 1.48vw);
  font-family: "Lato", sans-serif;
  color: #fff;
}

.p1-d-text4 {
  width: min(686px, 50.81vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p1-d-text4 p {
  font-size: min(16px, 1.19vw);
  color: #fff;
  line-height: 2;
}

/* 1440 */
.p1-e-container {
  background-image: url(../image/part21.png);
  background-repeat: no-repeat;
  background-size: min(134px, 9.31vw) auto;
  background-position: right min(80px, 5.56vw) bottom;
  padding-top: min(120px, 8.33vw);
  padding-bottom: min(77px, 5.35vw);
}

.p1-e-title {
  width: min(1440px, 100vw);
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.p1-e-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(522px, 36.25vw);
  height: min(36px, 2.5vw);
  background-image: url(../image/part25.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.p1-e-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(522px, 36.25vw);
  height: min(36px, 2.5vw);
  background-image: url(../image/part25.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.p1-e-title p {
  font-size: min(40px, 2.78vw);
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #399A6B;
}

.p1-e-title h2 {
  font-size: min(32px, 2.22vw);
  font-weight: 400;
}

.p1-e-box {
  display: grid;
  grid-template-columns: repeat(2, min(500px, 34.72vw));
  justify-content: center;
  gap: min(37px, 2.57vw) min(63px, 4.38vw);
  margin-top: min(52px, 3.61vw);
}

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

/* 1350 */
.p1-f-container {
  padding-top: min(48px, 3.56vw);
}

.p1-f-title {
  width: min(1280px, 94.81vw);
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.p1-f-title h2 {
  font-size: min(48px, 3.56vw);
  font-family: "Lato", sans-serif;
  margin: 0;
}

.p1-f-title p {
  font-size: min(24px, 1.78vw);
  color: #CBA35C;
  margin: 0;
}

.p1-f-title .divider {
  display: block;
  width: min(155px, 11.48vw);
  height: min(2px, 0.15vw);
  background-color: #000;
  margin: 0 min(20px, 1.48vw);
}

.p1-f-box-box {
  margin-top: min(24px, 1.78vw);
  background: 
    url(../image/part14.png) no-repeat left top,
    url(../image/part15.png) no-repeat right bottom,
    linear-gradient(135deg, #F7F2E8 0%, #FFF5DD 100%);
  background-size: min(225px, 16.67vw) auto, min(214px, 15.85vw) auto, cover;
}

.p1-f-box {
  width: min(1280px, 94.81vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: min(70px, 5.19vw) 0 min(100px, 7.41vw);
  margin: 0 auto;
}

.p1-f-item {
  width: min(809px, 59.93vw);
}

.p1-f-text p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p1-f-link {
  margin-top: min(50px, 3.7vw);
}

.p1-f-link a {
  width: min(311px, 23.04vw);
  height: min(78px, 5.78vw);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: min(50px, 3.7vw);
  border: min(1px, 0.07vw) solid #CBA35C;
  text-decoration: none;
  color: inherit;
}

.p1-f-link a::after {
  content: "";
  width: min(15px, 1.11vw);
  height: min(13px, 0.96vw);
  position: absolute;
  top: 50%;
  right: min(10px, 0.74vw);
  z-index: 5;
  transform: translateY(-50%);
  background-image: url(../image/part24.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p1-f-link a span {
  font-size: min(20px, 1.48vw);
}

.p1-f-img-box {
  width: min(450px, 33.33vw);
  position: relative;
  margin-top: max(-140px, -10.37vw);
}

.p1-f-img1 {
  width: 100%;
}

.p1-f-img2 {
  width: min(245px, 18.15vw);
  position: absolute;
  left: max(-95px, -7.04vw);
  bottom: max(-158px, -11.7vw);
  z-index: 5;
}

/* 1440 */
.p1-g {
  background-image: url(../image/top-back9.png), url(../image/top-back10.png), url(../image/top-back8.png);
  background-repeat: no-repeat;
  background-size: min(378px, 26.25vw) auto, min(406px, 28.19vw) auto, 100% auto;
  background-position: right top min(366px, 25.42vw), left bottom min(380px, 26.39vw), right top min(312px, 21.67vw);
}

.p1-g-container {
  width: min(1440px, 100vw);
  display: flex;
  align-items: flex-start;
  gap: min(63px, 4.38vw);
  padding-top: min(127px, 8.82vw);
  margin: 0 auto;
}

.p1-g-title {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-left: min(90px, 6.25vw);
}

.p1-g-title p {
  text-align: right;
  font-size: min(24px, 1.67vw);
  color: #CBA35C;
}

.p1-g-title h2 {
  font-size: min(64px, 4.44vw);
  font-family: "Lato", sans-serif;
  margin: 0;
}

.p1-g-box {
  width: min(997px, 69.24vw);
}

.p1-g-item {
  width: 100%;
  position: relative;
}

.p1-g-item-title {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.p1-g-item-title p, .p1-g-item-title2 p {
  font-size: min(24px, 1.67vw);
  font-family: "Lato", sans-serif;
  color: #FFD989;
}

.p1-g-item-title h3, .p1-g-item-title2 h3 {
  font-size: min(40px, 2.78vw);
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.p1-g-item-box2 {
  display: grid;
  grid-template-columns: repeat(2, min(491px, 34.1vw));
  justify-content: space-between;
  gap: min(15px, 1.04vw) min(12px, 0.83vw);
  margin-top: min(15px, 1.04vw);
}

.p1-g-item2 {
  width: 100%;
  position: relative;
}

.p1-g-item-title2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.p1-g-item-box3 {
  display: flex;
  justify-content: space-between;
  margin-top: min(15px, 1.04vw);
}

.p1-g-item3 {
  width: min(190px, 13.19vw);
  position: relative;
}

.p1-g-item-title3 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: min(70px, 4.86vw);
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}

.p1-g-item-title3.p1-g-item-title4 {
  bottom: min(34px, 2.36vw);
}

.p1-g-item-title3 p {
  font-size: min(20px, 1.39vw);
  font-family: "Lato", sans-serif;
  color: #FFD989;
  line-height: 1.2;
}

.p1-g-item3 .p1-g-item-title3 h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  padding-top: min(5px, 0.35vw);
}

.p1-g-img4 {
  width: min(56px, 3.89vw);
  position: absolute;
  right: min(15px, 1.04vw);
  bottom: min(15px, 1.04vw);
  z-index: 5;
}

.p1-g-img5 {
  width: min(39px, 2.71vw);
  position: absolute;
  right: min(20px, 1.39vw);
  bottom: min(20px, 1.39vw);
  z-index: 5;
}

.p1-g-img6 {
  width: min(29px, 2.01vw);
  position: absolute;
  right: min(15px, 1.04vw);
  bottom: min(15px, 1.04vw);
  z-index: 5;
}

.p1-g-container2 {
  overflow: hidden; /* 横スクロールを隠す */
  background-image: url(../image/part16.png), url(../image/part17.png);
  background-repeat: no-repeat;
  background-size: min(154px, 10.69vw) auto, min(163px, 11.32vw) auto;
  background-position: left min(140px, 9.72vw) bottom min(80px, 5.56vw),
                       right min(100px, 6.94vw) bottom;
  padding-top: min(57px, 3.96vw);
  padding-bottom: min(100px, 6.94vw);
}

.p1-g-track2 {
  display: flex;
  gap: min(15px, 1.04vw);
  width: max-content;
  /* animationは削除 */
}

.p1-g-box2 {
  display: flex;
  gap: min(15px, 1.04vw);
}

.p1-g-img7 img {
  width: min(348px, 24.17vw);
  flex-shrink: 0;
}

/* 凸凹はCSSでOK */
.p1-g-box2:nth-child(odd) .p1-g-img7:nth-child(2),
.p1-g-box2:nth-child(odd) .p1-g-img7:nth-child(4) {
  margin-top: min(35px, 2.43vw);
}

.p1-g-box2:nth-child(even) .p1-g-img7:nth-child(1),
.p1-g-box2:nth-child(even) .p1-g-img7:nth-child(3),
.p1-g-box2:nth-child(even) .p1-g-img7:nth-child(5) {
  margin-top: min(35px, 2.43vw);
}


/* 診療内容 */
/* 1350 */
.p2-a-container {
  padding-top: min(40px, 2.96vw);
}

.p2-a-box {
  width: min(1280px, 94.81vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p2-a-item {
  display: flex;
  justify-content: space-between;
  margin-top: min(40px, 2.96vw);
}

.p2-a-item.reverse {
  flex-direction: row-reverse;
}

.p2-a-text h4 {
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  line-height: 2;
}

.p2-a-p {
  width: min(686px, 50.81vw);
  margin-top: min(12px, 0.89vw);
}

.p2-a-p p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  padding-bottom: min(12px, 0.89vw);
}

.p2-a-p .p2-a-p-last {
  padding-bottom: 0;
}

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

.p2-a-box2 {
  width: min(1280px, 94.81vw);
  margin: min(70px, 5.19vw) auto 0;
}

.p2-a-box2 .sub-p {
  margin-top: min(40px, 2.96vw);
}

.p2-a-item2 {
  display: flex;
  justify-content: space-between;
  margin-top: min(32px, 2.37vw);
}

.p2-a-text2 h4 {
  width: min(909px, 67.33vw);
  font-size: min(24px, 1.78vw);
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.p2-a-p2 {
  margin-top: min(15px, 1.11vw);
}

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

.p2-a-item2:last-child .p2-a-p2 ul {
  width: min(909px, 67.33vw);
}

.p2-a-img2 {
  width: min(347px, 25.7vw);
}

.p2-a-box3 {
  width: min(1280px, 94.81vw);
  margin: min(70px, 5.19vw) auto 0;
}

.p2-a-box3 .sub-p {
  margin-top: min(40px, 2.96vw);
}

.p2-a-item3 {
  width: min(1280px, 94.81vw);
  background-color: #FFF5DD;
  padding: min(50px, 3.7vw) min(34px, 2.52vw);
  border-radius: min(10px, 0.74vw);
  margin: min(30px, 2.22vw) auto 0;
}

.p2-a-item3 h4 {
  text-align: center;
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  color: #399A6B;
  line-height: 2;
}

.p2-a-item3 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  padding-top: min(20px, 1.48vw);
}

/* 1350 */
.p2-b-container {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top min(710px, 52.59vw);
  padding-top: min(80px, 5.93vw);
}

.p2-b-box {
  width: min(1280px, 94.81vw);
  margin: min(35px, 2.59vw) auto 0;
}

.p2-b-box2 {
  width: min(1134px, 84vw);
  margin: min(35px, 2.59vw) auto 0;
}

.p2-b-item {
  width: 100%;
  background-color: #fff;
  padding: min(35px, 2.59vw) min(50px, 3.7vw) min(54px, 4vw);
  border: 1px solid #FED274;
  border-radius: min(20px, 1.48vw);
  box-shadow: min(5px, 0.37vw) min(5px, 0.37vw) 0 0 #FED274;
}

.p2-b-title {
  text-align: center;
  background-color: #FED274;
  padding: min(10px, 0.74vw) 0;
  border-radius: min(50px, 3.7vw);
}

.p2-b-title h3 {
  font-size: min(20px, 1.48vw);
  font-weight: 400;
  line-height: 2;
}

.p2-b-list {
  margin-top: min(40px, 2.96vw);
}

.p2-b-list ul {
  display: grid;
  grid-template-columns: repeat(2, min(480px, 35.56vw));
  justify-content: space-between;
}

.p2-b-list ul li {
  display: flex;
  align-items: center;
  gap: min(5px, 0.37vw);
  padding: min(5px, 0.37vw) 0;
  border-bottom: 1px solid #F7E0B7;
}

.p2-b-list ul li span {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p2-b-list ul li img {
  width: min(30px, 2.22vw);
  height: auto;
}

.p2-b-p {
  text-align: center;
  margin-top: min(37px, 2.74vw);
}

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

.p2-b-box3 {
  width: min(1280px, 94.81vw);
  margin: min(120px, 8.89vw) auto 0;
}

.p2-b-list2 {
  margin-top: min(10px, 0.74vw);
}

.p2-b-list2 ul li {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  padding-left: min(18px, 1.33vw);
  position: relative;
}

.p2-b-list2 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p2-b-box4, .p2-b-box5, .p2-b-box6, .p2-b-box7, .p2-b-box8, .p2-b-box9 {
  width: min(1280px, 94.81vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p2-b-box4 .p2-a-p2,
.p2-b-box5 .p2-a-p2,
.p2-b-box6 .p2-a-p2,
.p2-b-box7 .p2-a-p2,
.p2-b-box8 .p2-a-p2,
.p2-b-box9 .p2-a-p2 {
  width: min(909px, 67.33vw);
}

.p2-b-box5 .p2-a-item2 .p2-a-text2 h4  {
  width: min(942px, 69.78vw);
}

.p2-b-img1 {
  width: min(280px, 20.74vw);
  margin-right: min(70px, 5.19vw);
}

.p2-b-box8 .sub-p,
.p2-b-box9 .sub-p {
  margin-top: min(40px, 2.96vw);
}

.p2-b-p9 {
  text-align: center;
  margin-top: min(25px, 1.85vw);
}

.p2-b-p9 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

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

.p2-c-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

/* 1350 */
.p2-d-container {
  padding-top: min(80px, 5.93vw);
  padding-bottom: min(120px, 8.89vw);
}

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

.p2-d-box2 {
  width: min(1280px, 94.81vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p2-d-box2 .p2-a-p2 {
  width: min(909px, 67.33vw);
}


/* インプラント */
/* 1350 */
.p3-a-container {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top min(700px, 51.85vw);
  padding-top: min(40px, 2.96vw);
}

.p3-a-box {
  width: min(1280px, 94.81vw);
  margin: min(48px, 3.56vw) auto 0;
}

.p3-a-item {
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.96vw) auto 0;
}

.p3-a-text-box {
  width: min(734px, 54.37vw);
}

.p3-a-text {
  display: flex;
  align-items: flex-start;
  gap: min(23px, 1.7vw);
  padding-top: min(10px, 0.74vw);
  padding-bottom: min(10px, 0.74vw);
  border-bottom: 1px solid #F7E0B7;
}

.p3-a-text img {
  width: min(31px, 2.3vw);
  height: auto;
}

.p3-a-text p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

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

.p3-a-box2 {
  width: min(1134px, 84vw);
  margin: min(48px, 3.56vw) auto 0;
}

.p3-a-box3 {
  width: min(1280px, 94.81vw);
  margin: min(146px, 10.81vw) auto 0;
}

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

.p3-a-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
}

.p3-a-table thead th {
  background-color: #FFF9E5;
  border: 1px solid #333;
  padding: min(15px, 1.11vw);
  font-size: min(16px, 1.19vw);
  font-weight: 400;
}

.p3-a-table th.side-title {
  background-color: #FFF9E5;
  border: 1px solid #333;
  width: min(144px, 10.67vw);
  font-size: min(16px, 1.19vw);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.p3-a-table td {
  width: min(379px, 28.07vw);
  border: 1px solid #333;
  padding: min(30px, 2.22vw) min(20px, 1.48vw);
  vertical-align: top;
  background-color: #fff;
}

.p3-a-table tbody tr:first-child td:nth-child(4) {
  padding: min(25px, 1.85vw) min(22px, 1.63vw);
}

.p3-a-table tbody tr:last-child td:nth-child(4) {
  padding: min(9px, 0.67vw) min(20px, 1.48vw);
}

.table-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.table-item img {
  width: min(303px, 22.44vw);
  height: auto;
  margin-bottom: min(20px, 1.48vw);
}

.table-item p {
  font-size: min(15px, 1.11vw);
  line-height: 1.8;
  text-align: left;
}

/* 1350 */
.p3-b-container {
  padding-top: min(86px, 6.37vw);
}

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

.p3-b-box2 {
  width: min(1280px, 94.81vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p3-b-item2 {
  background-color: #FFF5DD;
  padding: min(44px, 3.26vw) min(47px, 3.48vw) min(102px, 7.56vw);
  border-radius: min(20px, 1.48vw);
  margin-top: min(32px, 2.37vw);
}

.p3-b-title2 {
  text-align: center;
}

.p3-b-title2 h3 {
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  color: #399A6B;
  line-height: 2;
}

.p3-b-img-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(44px, 3.26vw);
}

.p3-b-img {
  width: min(362px, 26.81vw);
}

.p3-b-img2 {
  width: min(50px, 3.7vw);
}

/* 1350 */
.p3-c-container {
  padding-top: min(80px, 5.93vw);
}

.p3-c-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p3-c-box2 {
  width: min(1280px, 94.81vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p3-c-p2 {
  text-align: center;
  margin-top: min(42px, 3.11vw);
}

.p3-c-p2 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p3-c-table {
  width: min(1280px, 94.81vw);
  display: flex;
  flex-direction: column;
  gap: min(12px, 0.89vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p3-c-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #333;
}

.p3-c-table thead th {
  background-color: #FFF9E5;
  border: 1px solid #333;
  padding: min(15px, 1.11vw);
  font-size: min(16px, 1.19vw);
  font-weight: 400;
  text-align: center;
}

.p3-c-table td {
  height: min(375px, 27.78vw);
  border: 1px solid #333;
  padding: min(30px, 2.22vw) min(10px, 0.74vw) min(40px, 2.96vw);
  vertical-align: top;
  background-color: #fff;
}

.p3-c-table .table-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p3-c-table .table-item img {
  width: min(300px, 22.22vw);
  height: auto;
  margin-bottom: min(20px, 1.48vw);
}

.p3-c-table .table-item p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  text-align: center;
}

.p3-c-box3 {
  width: min(1134px, 84vw);
  margin: min(40px, 2.96vw) auto 0;
}

.p3-c-box4 {
  width: min(1280px, 94.81vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p3-c-item-box {
  width: 100%;
  margin-top: min(40px, 2.96vw);
}

.p3-c-item4 {
  height: min(292px, 21.63vw);
  position: relative;
  background-color: #FFF5DD;
  border: min(3px, 0.22vw) solid #FED274;
  border-radius: min(40px, 2.96vw);
  padding: 0 min(72px, 5.33vw);
  margin-bottom: min(60px, 4.44vw);
}

.p3-c-item4:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: max(-60px, -4.44vw);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: min(53px, 3.93vw);
  border-left: min(2px, 0.15vw) dashed #FED274;
}

.p3-c-item4:last-child {
  margin-bottom: 0;
}

.p3-c-span4 {
  width: min(134px, 9.93vw);
  height: min(76px, 5.63vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/part30.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.p3-c-span4 span {
  font-size: min(36px, 2.67vw);
  font-family: "Lato", sans-serif;
  color: #399A6B;
  padding-bottom: min(10px, 0.74vw);
}

.p3-c-title4 {
  margin-top: min(10px, 0.74vw);
}

.p3-c-title4 h3 {
  font-size: min(24px, 1.78vw);
  font-weight: 400;
  color: #B78F49;
  line-height: 2;
}

.p3-c-text4 {
  margin-top: min(10px, 0.74vw);
}

.p3-c-text4 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p3-c-box5 {
  width: min(1280px, 94.81vw);
  margin: min(54px, 4vw) auto 0;
}

.p3-c-table5 {
  width: 100%;
  margin-top: min(40px, 2.96vw);
}

.p3-c-table5 table {
  width: 100%;
  border-collapse: collapse;
  border: min(1px, 0.07vw) solid #000;
}

.p3-c-table5 table th, .p3-c-table5 table td {
  font-size: min(20px, 1.48vw);
  font-weight: 400;
  line-height: 2;
  padding: min(10px, 0.74vw) 0;
  border-bottom: min(1px, 0.07vw) solid #000;
}

.p3-c-table5 table th {
  width: min(280px, 20.74vw);
  background-color: #F7E0B7;
  border-right: min(1px, 0.07vw) solid #000;
}

.p3-c-table5 table td {
  width: auto;
  padding-left: min(20px, 1.48vw);
}

.p3-c-item5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 1.19vw);
  margin-top: min(30px, 2.22vw);
}

.p3-c-link a {
  width: min(311px, 23.04vw);
  height: min(78px, 5.78vw);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: min(50px, 3.7vw);
  border: min(1px, 0.07vw) solid #CBA35C;
  text-decoration: none;
  color: inherit;
}

.p3-c-link a::after {
  content: "";
  width: min(15px, 1.11vw);
  height: min(13px, 0.96vw);
  position: absolute;
  top: 50%;
  right: min(10px, 0.74vw);
  z-index: 5;
  transform: translateY(-50%);
  background-image: url(../image/part24.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p3-c-link a span {
  font-size: min(20px, 1.48vw);
}

.p3-c-box6 {
  width: min(1280px, 94.81vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p3-c-p6 {
  width: min(686px, 50.81vw);
  margin-bottom: min(47px, 3.48vw);
}

.p3-c-p6 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p3-c-box7 {
  width: min(1280px, 94.81vw);
  margin: min(66px, 4.89vw) auto 0;
}

.p3-c-box7 .p3-c-table5 table tr:first-child th {
  background-color: #FED274;
}

.p3-c-box7 .p3-c-link a {
  width: min(385px, 28.52vw);
}

.p3-c-box8 {
  width: min(1280px, 94.81vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p3-c-box9 {
  width: min(1280px, 94.81vw);
  margin: min(70px, 5.19vw) auto 0;
}

.p3-c-table9 {
  width: min(1280px, 94.81vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p3-c-table9 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: min(1px, 0.07vw) solid #000;
}

.p3-c-table9 thead th {
  background-color: #FFF9E5;
  border: min(1px, 0.07vw) solid #000;
  padding: min(30px, 2.22vw) min(10px, 0.74vw) min(20px, 1.48vw);
  vertical-align: bottom;
}

.p3-c-table9 .table-head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p3-c-table9 .table-head-item img {
  width: min(300px, 22.22vw);
  height: auto;
  margin-bottom: min(20px, 1.48vw);
}

.p3-c-table9 .table-head-item span {
  font-size: min(18px, 1.33vw);
  font-weight: 400;
}

.p3-c-table9 th.side-title {
  width: min(143px, 10.59vw);
  background-color: #FFF9E5;
  border: min(1px, 0.07vw) solid #000;
  font-size: min(16px, 1.19vw);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.p3-c-table9 td {
  border: min(1px, 0.07vw) solid #000;
  padding: min(25px, 1.85vw) min(15px, 1.11vw);
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  font-size: min(16px, 1.19vw);
  line-height: 1.8;
}

.p3-c-table9 .icon {
  display: inline-block;
  font-size: min(24px, 1.78vw);
  color: #B78F49;
  margin-bottom: min(5px, 0.37vw);
}

.p3-c-box9 .p3-c-link a {
  width: min(385px, 28.52vw);
}

.p3-d-container {
  padding-top: min(75px, 5.56vw);
  padding-bottom: min(120px, 8.89vw);
}

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


/* 審美歯科 */
/* 1350 */
.p4-a-container {
  padding-top: min(40px, 2.96vw);
}

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

.p4-b-container {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top min(600px, 44.44vw);
  padding-top: min(80px, 5.93vw);
}

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

.p4-b-box2 {
  width: min(1134px, 84vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p4-b-box3 {
  width: min(1280px, 94.81vw);
  margin: min(224px, 16.59vw) auto 0;
}

.p4-b-box3 .sub-p {
  margin-top: min(40px, 2.96vw);
}

.p4-b-box3 .p2-a-p2 {
  width: min(898px, 66.52vw);
}

.p4-b-box4 {
  width: min(1280px, 94.81vw);
  margin: min(72px, 5.33vw) auto 0;
}

.p4-b-box5 {
  width: min(1280px, 94.81vw);
  margin: min(60px, 4.44vw) auto min(120px, 8.89vw);
}

.p4-b-box5 .p2-a-item.reverse {
  margin-top: min(160px, 11.85vw);
}


/* 料金表 */
/* 1350 */
.p5-a-container {
  padding-top: min(50px, 3.7vw);
  padding-bottom: min(120px, 8.89vw);
}

.p5-a-p {
  text-align: center;
  margin-top: min(50px, 3.7vw);
}

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

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

.p5-a-item {
  width: 100%;
  margin: min(56px, 4.15vw) auto 0;
}

.p5-a-table {
  margin-top: min(44px, 3.26vw);
}

.p5-a-table table {
  width: 100%;
  border-collapse: collapse;
  border: min(1px, 0.07vw) solid #000;
}

.p5-a-table table th, .p5-a-table table td {
  text-align: left;
  font-size: min(20px, 1.48vw);
  font-weight: 400;
  background-color: #FFF5DD;
  padding: min(20px, 1.48vw) 0 min(20px, 1.48vw) min(23px, 1.7vw);
  border-bottom: min(1px, 0.07vw) solid #000;
}

.p5-a-table table th {
  width: min(798px, 59.11vw);
  background-color: #FFD989;
  border-right: min(1px, 0.07vw) solid #000;
}


/* クリニック紹介 */
/* 1350 */
.p6-a-container {
  padding-top: min(50px, 3.7vw);
}

.p6-a-box {
  width: min(1280px, 94.81vw);
  position: relative;
  margin: min(20px, 1.48vw) auto min(32px, 2.37vw);
}

.p6-a-item {
  display: flex;
  justify-content: space-between;
}

.p6-a-img {
  width: min(584px, 43.26vw);
}

.p6-a-text {
  width: min(653px, 48.37vw);
  margin-top: min(30px, 2.22vw);
}

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

.p6-a-text p:first-child {
  padding-bottom: min(25px, 1.85vw);
}

.p6-a-img2 {
  width: min(162px, 12vw);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.p6-a-box2 {
  background-image: url(../image/p6-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(90px, 6.67vw) 0;
}

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

.p6-a-number {
  width: min(120px, 8.89vw);
  height: min(114px, 8.44vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/part35.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p6-a-number p {
  font-size: min(40px, 2.96vw);
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #399A6B;
}

.p6-a-number p span {
  font-size: min(40px, 2.96vw);
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #CBA35C;
}

.p6-a-text2 {
  width: min(1123px, 83.19vw);
}

.p6-a-text2 h3 {
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  padding-bottom: min(10px, 0.74vw);
}

.p6-a-text2 p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
  padding-bottom: min(30px, 2.22vw);
}

.p6-a-text2 p:last-child {
  padding-bottom: min(40px, 2.96vw);
}

/* 1440 */
.p6-a-box3 {
  width: min(1440px, 100vw);
  margin: 0 auto;
}

.p6-a-item3 {
  display: flex;
  justify-content: flex-end;
  gap: min(28px, 1.94vw);
  margin-top: min(90px, 6.25vw);
}

.p6-a-item3.reverse {
  flex-direction: row-reverse;
}

.p6-a-text3 {
  width: min(752px, 52.22vw);
}

.p6-a-text3 h3 {
  font-size: min(36px, 2.5vw);
  font-weight: 400;
  line-height: 2;
  padding-bottom: min(10px, 0.69vw);
}

.p6-a-text3 p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  padding-bottom: min(25px, 1.74vw);
}

.p6-a-img3 {
  width: min(580px, 40.28vw);
}

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

.p6-b-box {
  width: min(902px, 66.81vw);
  margin: min(80px, 5.93vw) auto 0;
}

.main-image {
  position: relative;
}

.main-image img {
  width: min(902px, 66.81vw);
  height: auto;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(40px, 2.96vw);
  cursor: pointer;
}

.arrow.left {
  width: min(59px, 4.37vw);
  height: auto;
  left: max(-52px, -3.85vw);
}

.arrow.right {
  width: min(59px, 4.37vw);
  height: auto;
  right: max(-52px, -3.85vw);
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: min(10px, 0.74vw);
  margin-top: min(44px, 3.26vw);
}

.thumbnails img {
  width: min(216px, 16vw);
  cursor: pointer;
}

/* 1350 */
.p6-c-container {
  padding-top: min(80px, 5.93vw);
  padding-bottom: min(120px, 8.89vw);
}

.p6-c-box {
  width: min(1280px, 94.81vw);
  display: grid;
  grid-template-columns: repeat(4, min(310px, 22.96vw));
  justify-content: space-between;
  row-gap: min(24px, 1.78vw);
  margin: min(56px, 4.15vw) auto 0;
}

.p6-c-item {
  width: min(310px, 22.96vw);
  border-radius: min(18px, 1.33vw);
}

.p6-c-text {
  text-align: center;
  background-color: #F8E1B7;
  padding: min(18px, 1.33vw) 0;
  border-radius: 0 0 min(18px, 1.33vw) min(18px, 1.33vw);
}

.p6-c-text p {
  font-size: min(20px, 1.48vw);
  line-height: 2;
}


/* 院長・スタッフ紹介 */
/* 1350 */
.p7-a-container {
  padding-top: min(50px, 3.7vw);
}

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

.p7-a-text {
  width: min(809px, 59.93vw);
}

.p7-a-text p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.p7-a-img-box {
  width: min(454px, 33.63vw);
  position: relative;
}

.p7-a-img {
  width: 100%;
}

.p7-a-img2 {
  width: min(258px, 19.11vw);
  position: absolute;
  left: max(-95px, -7.04vw);
  bottom: max(-13px, -0.96vw);
  z-index: 5;
}

.p7-a-box2 {
  background-image: url(../image/p6-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(64px, 4.74vw) 0;
  margin-top: min(70px, 5.19vw);
}

.p7-a-item2 {
  width: min(750px, 55.56vw);
  height: min(465px, 34.44vw);
  background-color: #fff;
  padding: min(43px, 3.19vw) min(38px, 2.81vw) 0;
  border: min(2px, 0.15vw) dashed #CBA35C;
  border-radius: min(32px, 2.37vw);
  margin: 0 auto;
}

.p7-a-title2 {
  text-align: center;
  background-color: #FED274;
  border-radius: min(50px, 3.7vw);
}

.p7-a-title2 h3 {
  font-size: min(24px, 1.78vw);
  font-weight: 400;
  line-height: 2;
}

.p7-a-text2 ul {
  padding-left: min(50px, 3.7vw);
}

.p7-a-text2 ul li {
  font-size: min(20px, 1.48vw);
  line-height: 2;
  padding-top: min(20px, 1.48vw);
}

/* 1350 */
.p7-b-container {
  padding-top: min(80px, 5.93vw);
  padding-bottom: min(120px, 8.89vw);
}

.p7-b-box {
  width: min(1280px, 94.81vw);
  margin: min(16px, 1.19vw) auto 0;
}

.p7-b-item {
  display: flex;
  justify-content: space-between;
  margin-top: min(60px, 4.44vw);
}

.p7-b-img-box {
  width: min(454px, 33.63vw);
  position: relative;
}

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

.p7-b-span {
  width: min(245px, 18.15vw);
  height: min(243px, 18vw);
  position: absolute;
  right: max(-110px, -8.15vw);
  bottom: max(-12px, -0.89vw);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/part37.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p7-b-span span {
  font-size: min(32px, 2.37vw);
  line-height: 2;
}

.p7-b-im2 {
  width: min(45px, 3.33vw);
  position: absolute;
  top: min(57px, 4.22vw);
  right: max(-13px, -0.96vw);
  z-index: 10;
}

.p7-b-text {
  width: min(605px, 44.81vw);
  height: min(375px, 27.78vw);
  background-color: #fff;
  padding: min(32px, 2.37vw) min(32px, 2.37vw) 0;
  border: min(2px, 0.15vw) dashed #CBA35C;
  border-radius: min(32px, 2.37vw);
}

.p7-b-title {
  text-align: center;
  background-color: #FED274;
  border-radius: min(50px, 3.7vw);
}

.p7-b-title h3 {
  font-size: min(24px, 1.78vw);
  font-weight: 400;
  line-height: 2;
}

.p7-b-text ul {
  padding-left: min(40px, 2.96vw);
}

.p7-b-text ul li {
  font-size: min(20px, 1.48vw);
  line-height: 2;
  padding-top: min(17px, 1.26vw);
}

.p7-b-text ul .p7-b-li {
  line-height: 1.6;
}







/* 下層共通メイン 1440 */
.sub-v {
  width: 100%;
  background-image: url(../image/sub-back1.png);
  background-repeat: no-repeat;
  background-size: 93.5% auto;
  background-position: left center;
  margin-top: min(160px, 11.11vw);
}

.sub-v-container {
  width: 100%;
  padding: min(105px, 7.29vw) 0;
}

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

.sub-v-title h2 {
  font-size: min(36px, 2.5vw);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.12em;
}

.sub-v-title p {
  font-size: min(24px, 1.67vw);
  font-family: "Lato", sans-serif;
  color: #fff;
  letter-spacing: 0.12em;
}


/* 下層共通タイトル */
/* 1350 */
.sub-h2-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-h2-title h2 {
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  line-height: 2;
}

.sub-h2-title img {
  width: min(54px, 4vw);
  height: auto;
}

.sub-h3-title {
  width: min(1280px, 94.81vw);
  text-align: center;
  background-image: url(../image/sub-back2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-top: min(20px, 1.48vw);
  padding-bottom: min(5px, 0.37vw);
  margin: 0 auto;
}

.sub-h3-title h3 {
  font-size: min(32px, 2.37vw);
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.sub-p {
  text-align: center;
}

.sub-p p {
  font-size: min(16px, 1.19vw);
  line-height: 2;
}

.sub-p-title {
  text-align: center;
  margin-top: min(40px, 2.96vw);
}

.sub-p-title p {
  font-size: min(24px, 1.78vw);
  color: #399A6B;
  line-height: 2;
  border-bottom: 1px solid #399A6B;
}

.sub-p-title img {
  width: min(29px, 2.15vw);
  height: auto;
  margin: 0 auto;
}

.green {
  color: #399A6B;
}


/* フッター */
.footer-container {
  background-image: url(../image/top-back11.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  padding-top: min(130px, 9.03vw);
  padding-bottom: min(75px, 5.21vw);
}

.footer-box {
  display: flex;
  justify-content: center;
  gap: min(74px, 5.14vw);
}

.footer-item {
  width: min(380px, 26.39vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(25px, 1.74vw);
}

.footer-logo {
  width: 100%;
}

.footer-item .header-a-map {
  margin-left: min(40px, 2.78vw);
  margin-right: 0;
}

.footer-table {
  width: min(382px, 26.53vw);
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(15px, 1.04vw) min(13px, 0.9vw);
}

.footer-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: center;
}

.footer-table th {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  padding: min(12px, 0.83vw) min(5px, 0.35vw);
  border-bottom: 1px solid #333;
}

.footer-table td {
  font-size: min(16px, 1.11vw);
  padding: min(12px, 0.83vw) 0;
}

.footer-table .table-note {
  font-size: min(16px, 1.11vw);
  text-align: center;
  margin-top: min(10px, 0.69vw);
}

.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(8px, 0.56vw);
  margin-top: min(47px, 3.26vw);
}

.footer-link .tel-box {
  background-color: #fff;
}

.copy-right {
  text-align: center;
  padding: min(23px, 1.6vw) 0;
}

.copy-right p {
  font-size: min(16px, 1.11vw);
  font-family: "Lato", sans-serif;
}

.page-top {
  position: fixed;
  right: min(80px, 5.56vw);
  bottom: min(53px, 3.68vw);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.page-top a {
  display: block;
  width: min(72px, 5vw);
  height: min(72px, 5vw);
}

.page-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}





/* 共通ナビゲーション 1350 */
.nav {
  width: 100%;
  background-color: #fff;
}

.nav-box > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(57px, 4.22vw);
  padding: min(30px, 2.22vw) 0;
}

.nav-box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 0.74vw);
  text-decoration: none;
  color: #333;
}

.nav-box ul li a .ja {
  font-size: min(20px, 1.48vw);
}

.nav-box ul li a .en {
  font-size: min(15px, 1.11vw);
  font-family: "Lato", sans-serif;
  color: #CBA35C;
}



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

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

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

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

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

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

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


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

  .sp-header, .sp {
    display: block;
  }

  /* ===== SPヘッダー ===== */
  .sp-header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 16px;
  }

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

  /* ===== ハンバーガー（42×42） ===== */
  .nav-btn {
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 1000;
    border: none;
    background-color: #399A6B;
    cursor: pointer;
  }

  /* 線（長さ24px） */
  .nav-btn span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: 0.3s;
  }

  .nav-btn span:nth-child(1) { top: 12px; }
  .nav-btn span:nth-child(2) { top: 20px; }
  .nav-btn span:nth-child(3) { top: 28px; }

  /* ×に変形 */
  .nav-btn.is-active span:nth-child(1) {
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }

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

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

  /* ===== メニュー ===== */
  .sp-nav {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .sp-nav.is-active {
    transform: translateX(0);
  }

  .sp-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .sp-nav li {
    margin: 10px 0;
  }

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

  .sp-nav .ja {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }

  .sp-nav .en {
    display: block;
    font-size: 12px;
    color: #CBA35C;
  }

  .sp-nav2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 横2列 */
    gap: 8px 20px; /* 縦8px / 横20pxの間隔 */
    list-style: none; /* デフォルトの点を消す */
    padding: 0;
    margin: 30px 10px 0;
  }

  .sp-nav2 li {
    font-size: 16px;
    margin: 5px 0;
  }

  .sp-nav2 li:first-child {
    font-size: 18px;
    grid-column: span 2; /* 「診療内容」を2列にまたがせる */    /* 見出しっぽくする */
    margin-bottom: 8px;
  }

  .sp-nav2 a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 4px 0;
  }

  .header-a-map {
    margin-right: 0;
  }

  .header-a-map-text1 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }

  .header-a-map-text1 img {
    width: 31px;
    height: auto;
  }

  .header-a-map-text1 p, .header-a-map-text2 p {
    font-size: 15px;
  }

  .header-a-map-text2 {
    text-align: center;
    padding-top: 10px;
  }

  /* トップ */
  .main-v {
    position: relative;
    width: 96%;
    height: 716px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    margin: 65px auto 0;
  }

  .main-v video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 543px;
    object-fit: cover;
    z-index: -1;
  }

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

  .main-v-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .main-v-title {
    position: absolute;
    bottom: auto;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .main-v-title h1 {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    color: #fff;
    text-shadow: 0 2px 12px rgba(56, 56, 56, 0.6);
    font-weight: normal;
    white-space: nowrap; 
  }

  .main-v-title h1 .span1,
  .main-v-title h1 .span2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-shadow: none;
  }

  .span1 {
    width: 80px;
    height: 68px;
    background-image: url(../image/part1.png);
    font-size: 24px;
    color: #CBA35C;
  }

  .span2 {
    padding: 0 15px;
    height: 78px;
    background-image: url(../image/part2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 20px;
    color: #CBA35C;
  }

  .span3 {
    font-size: 24px;
  }

  .span4 {
    font-size: 24px;
  }

  .indent-left {
    display: inline-block;
    margin-left: 0;
    margin-top: -15px;
  }

  .main-v-table {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 13px;
    z-index: 2;
    width: 353px;
    height: 143px;
    box-sizing: border-box;
  }

  .main-v-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    text-align: center;
  }

  .main-v-table th {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px;
    border-bottom: 1px solid #333;
  }

  .main-v-table td {
    font-size: 13px;
    padding: 10px 0;
  }

  .table-note {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
  }

  /* 1440 */
  .p1-a-container {
    padding-top: 0;
  }

  .p1-a-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../image/part3.png), url(../image/sp-top-back1.png);
    background-repeat: no-repeat;
    background-size: 55px auto, 180px auto;
    background-position: left 20px top, left top 30px;
    gap: 30px;
    padding-top: 50px;
    margin: 0 auto;
  }

  .p1-a-title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    background-image: none;
    padding: 0;
  }

  .p1-a-title p {
    text-align: right;
    font-size: 16px;
    color: #399A6B;
  }

  .p1-a-title h2 {
    font-size: 36px;
    font-family: "Lato", sans-serif;
    margin: 0;
  }

  .news-box {
    width: 96%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }

  .news-item {
    background-color: #F5F5F5;
    padding: 15px 20px 15px 5px;
  }

  .news-item .news-date {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #CBA35C;
    letter-spacing: normal;
    margin-right: 10px;
  }

  .news-item .news-title {
    font-size: 15px;
    letter-spacing: normal;
  }

  /* 1440 */
  .p1-b-container {
    padding-top: 80px;
  }

  .p1-b-box {
    width: 96%;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    background-color: #F8E4BF;
    position: relative;
    padding: 32px 14px;
    border: 1px dashed #000;
    border-radius: 20px;
    margin: 0 auto;
  }

  .p1-b-map {
    width: 100%;
    height: 211px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .p1-b-map iframe {
    width: 100%;
    height: 800px;
    transform: translateY(-35%);
  }

  .p1-b-map-img {
    width: 307px;
    position: static;
    top: auto;
    left: auto;
    z-index: 5;
    margin: 0 auto;
  }

  .p1-b-item {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .p1-b-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
  }

  .p1-b-title h2 {
    font-size: 32px;
    font-family: "Lato", sans-serif;
  }

  .p1-b-title p {
    font-size: 16px;
    color: #CBA35C;
    padding-bottom: 6px;
  }

  .p1-b-p {
    margin-top: 10px;
  }

  .p1-b-p p {
    font-size: 15px;
  }

  .p1-b-img {
    width: 125px;
    position: absolute;
    top: -42px;
    right: 14px;
    z-index: 5;
  }

  .p1-b-text-box {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 15px;
  }

  .p1-b-text1, .p1-b-text2 {
    flex: none;
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 38px;
    padding-bottom: 30px;
  }

  .p1-b-text1 img {
    width: 23px;
    height: auto;
  }

  .p1-b-text2 img {
    width: 21px;
    height: auto;
  }

  .p1-b-text1 p {
    font-size: 20px;
    color: #B99C5C;
  }

  .p1-b-text2 p {
    font-size: 16px;
    line-height: 1.6;
    color: #B99C5C;
  }

  /* 1440 */
  .p1-c-container {
    padding-top: 40px;
  }

  .p1-c-box {
    width: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../image/sp-top-back2.png);
    background-repeat: no-repeat;
    background-size: 352px auto;
    background-position: center top;
    padding-top: 70px;
    margin: 0 auto;
  }

  .p1-c-item {
    padding-top: 0;
  }

  .p1-c-title {
    padding-left: 85px;
  }

  .p1-c-title h2 {
    font-size: 32px;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-shadow: 0 2px 12px rgba(56, 56, 56, 0.6);
    line-height: 2;
  }

  .p1-c-title p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 12px rgba(56, 56, 56, 0.6);
  }

  .p1-c-img1 {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
  }

  .p1-c-text {
    text-align: center;
    position: relative;
    padding-top: 40px;
  }

  .p1-c-p1 p {
    font-size: 20px;
    line-height: 2;
  }

  .p1-c-p1 p .p1-c-span1 {
    color: #B99C5C;
  }

  .p1-c-p1 p span:last-child {
    color: #399A6B;
  }

  .p1-c-p2 {
    margin-top: 12px;
  }

  .p1-c-p2 p {
    text-align: left;
    font-size: 16px;
    line-height: 2;
  }

  .p1-c-img2 {
    max-width: 400px;
    width: 100%;
    margin: -5px auto 0;
  }

  .p1-c-img3 {
    width: 213px;
    position: static;
    margin-left: auto;
  }

  /* 1350 */
  .p1-d-container {
  background-image: url(../image/part9.png);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: right top;
    padding-top: 23px;
  }

  .p1-d-title {
    position: relative;
    text-align: center;
    background-image: none;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .p1-d-title p {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #FFF5DD;
    z-index: 0;
  }

  .p1-d-title h2 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
  }

  .p1-d-title h2 span {
    font-size: 24px;
    color: #B99C5C;
  }

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

  .p1-d-item {
    width: 100%;
  }

  .p1-d-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(10px, 0.74vw);
  }

  .p1-d-number p:first-child {
    font-size: 15px;
    font-family: "Lato", sans-serif;
  }

  .p1-d-number p:last-child {
    font-size: 32px;
    font-family: "Lato", sans-serif;
    color: #FED274;
  }

  .p1-d-number p:last-child span {
    font-size: 32px;
    font-family: "Lato", sans-serif;
    color: #CBA35C;
  }

  .p1-d-h3 {
    text-align: center;
    margin-top: 17px;
  }

  .p1-d-h3 h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
  }

  .p1-d-en {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px auto 0;
  }

  .p1-d-en::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #000;
    margin-right: 10px;
  }

  .p1-d-en span {
    font-size: 12px;
    font-family: "ABeeZee", sans-serif;
    color: #FED274;
  }

  .p1-d-text {
    margin-top: 10px;
  }

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

  .p1-d-img-box {
    max-width: 400px;
    width: 100%;
    position: relative;
  }

  .p1-d-img2 {
    width: 87px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }

  .p1-d-box2 {
    background-image: url(../image/sp-top-back3.png), url(../image/part11.png);
    background-repeat: no-repeat;
    background-size: 356px auto, 194px auto;
    background-position: left top, right bottom;
    padding-top: 20px;
    padding-bottom: 62px;
    margin-top: 40px;
  }

  .p1-d-item2 {
    width: 96%;
    margin: 0 auto;
  }

  .p1-d-nume-box {
    width: 96%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    justify-content: center;
    gap: 10px;
    margin: 18px auto 0;
  }

  .p1-d-nume {
    width: 315px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFDD9D;
    padding: 23px 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
  }

  .p1-d-nume span {
    font-size: 15px;
    font-family: "ABeeZee", sans-serif;
  }

  .p1-d-nume:nth-of-type(3), .p1-d-nume:nth-of-type(7) {
    background-color: #FFDD9D;
  } 

  .p1-d-nume:nth-of-type(2), .p1-d-nume:nth-of-type(4), .p1-d-nume:nth-of-type(6) {
    background-color: #F8E4BF;
  } 

  .p1-d-box3 {
    background-image: url(../image/sp-top-back4.png), url(../image/part12.png);
    background-repeat: no-repeat;
    background-size: 375px auto, 173px auto;
    background-position: right bottom 28px, left 17px bottom;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 0;
    padding-bottom: 86px;
    margin-top: -15px;
  }

  .p1-d-item3 {
    max-width: 400px;
    width: 96%;
    text-align: center;
    position: relative;
    border-radius: 32px;
  }

  .p1-d-img3 {
    width: 100%;
  }

  .p1-d-text3 {
    height: auto;
    background-image: url(../image/top-back6.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px 18px 49px;
    border-radius: 0 0 32px 32px;
  }

  .p1-d-box3 .p1-d-number {
    justify-content: center;
  }

  .p1-d-box3 .p1-d-h3 {
    margin-top: 0;
  }

  .p1-d-p3 {
    text-align: left;
    padding: 0;
    margin-top: 10px;
  }

  .p1-d-p3 p {
    font-size: 16px;
    line-height: 2;
  }

  .p1-d-item3:first-child .p1-d-text3 {
    background-color: #FED16B;
  }

  .p1-d-item3:first-child .p1-d-number p:last-child {
    color: #CBA35C;
  }

  .p1-d-item3:first-child .p1-d-number p span {
    color: #fff
  }

  .p1-d-item3:last-child .p1-d-text3 {
    background-color: #F8E1B8;
  }

  .p1-d-item3:last-child .p1-d-number p:last-child {
    color: #399A6B;
  }

  .p1-d-item3:last-child .p1-d-number p span {
    color: #fff
  }

  .p1-d-span3 {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 5;
    transform: translateX(-50%);
  }

  .p1-d-span3 span {
    font-size: 20px;
  }

  .p1-d-item3:first-child .p1-d-span3 span {
    color: #B99C5C;
  }

  .p1-d-item3:last-child .p1-d-span3 span {
    color: #399A6B;
  }

  .p1-d-box4 {
    width: 94%;
    text-align: center;
    background-image: url(../image/sp-top-back5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 30px 12px 78px;
    box-shadow: 6px 6px 0 0 #F7E0B7;
    border-radius: 32px;
    margin: 25px auto 0;
  }

  .p1-d-box4 .p1-d-number {
    justify-content: center;
  }

  .p1-d-box4 .p1-d-number p:last-child {
    color: #fff;
  }

  .p1-d-box4 .p1-d-number p:last-child span {
    color: #CBA35C;
  }

  .p1-d-box4 .p1-d-h3 h3 {
    color: #fff;
    text-shadow: 0 1px 4px rgba(56, 56, 56, 0.5);
  }

  .p1-d-p4 {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    margin-top: 0;
  }

  .p1-d-p4 p {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: #fff;
  }

  .p1-d-text4 {
    width: 100%;
    text-align: left;
    margin: 20px auto 0;
  }

  .p1-d-text4 p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
  }

  /* 1440 */
  .p1-e-container {
    background-image: url(../image/part21.png);
    background-repeat: no-repeat;
    background-size: 85px auto;
    background-position: right 3% bottom 7px;
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .p1-e-title {
    width: 96%;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

  .p1-e-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 97px;
    height: 13px;
    background-image: url(../image/sp-part2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .p1-e-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 97px;
    height: 13px;
    background-image: url(../image/sp-part2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }

  .p1-e-title p {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #399A6B;
  }

  .p1-e-title h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .p1-e-box {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
    justify-content: center;
    gap: 15px;
    margin: 25px auto 0;
  }

  .p1-e-img {
    width: 328px;
    margin: 0 auto;
  }

  /* 1350 */
  .p1-f-container {
    position: relative;
    padding-top: 0;
  }

  .p1-f-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40px;
    z-index: 5;
    margin: 0 auto;
  }

  .p1-f-title h2 {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    line-height: 2;
    margin: 0;
  }

  .p1-f-title p {
    font-size: 20px;
    color: #CBA35C;
    margin: 0;
  }

  .p1-f-title .divider {
    display: none;
  }

  .p1-f-box-box {
    margin-top: 0;
    background: 
      url(../image/part14.png) no-repeat left top,
      url(../image/part15.png) no-repeat right bottom,
      linear-gradient(135deg, #F7F2E8 0%, #FFF5DD 100%);
    background-size: 183px auto, 165px auto, cover;
  }

  .p1-f-box {
    width: 96%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 125px;
    padding: 48px 0 40px;
    margin: 0 auto;
  }

  .p1-f-item {
    width: 100%;
  }

  .p1-f-text p {
    font-size: 16px;
    line-height: 2;
  }

  .p1-f-link {
    margin-top: 16px;
  }

  .p1-f-link a {
    width: 311px;
    height: 78px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #CBA35C;
    text-decoration: none;
    color: inherit;
    margin: 0 auto;
  }

  .p1-f-link a::after {
    content: "";
    width: 15px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    transform: translateY(-50%);
    background-image: url(../image/part24.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .p1-f-link a span {
    font-size: 20px;
  }

  .p1-f-img-box {
    width: 300px;
    position: relative;
    margin-top: 90px;
  }

  .p1-f-img1 {
    width: 100%;
  }

  .p1-f-img2 {
    width: 194px;
    position: absolute;
    left: auto;
    right: -36px;
    bottom: -116px;
    z-index: 5;
  }

  /* 1440 */
  .p1-g {
    background-image: url(../image/top-back9.png), url(../image/top-back10.png), url(../image/sp-top-back6.png);
    background-repeat: no-repeat;
    background-size: 172px auto, 220px auto, 100% auto;
    background-position: right top 260px, left bottom 130px, right top 190px;
  }

  .p1-g-container {
    width: 96%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-top: 42px;
    margin: 0 auto;
  }

  .p1-g-title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 0;
  }

  .p1-g-title p {
    text-align: center;
    font-size: 20px;
    color: #CBA35C;
  }

  .p1-g-title h2 {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    line-height: 2;
    margin: 0;
  }

  .p1-g-box {
    width: 96%;
  }

  .p1-g-item {
    width: 100%;
    position: relative;
  }

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

  .p1-g-item-title p {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #FFD989;
  }

  .p1-g-item-title2 p {
    font-size: 12px;
  }

  .p1-g-item-title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 2;
  }

  .p1-g-item-title2 h3 {
    font-size: 20px;
  }

  .p1-g-item-box2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 7px;
    margin-top: 7px;
  }

  .p1-g-item2 {
    width: 100%;
    position: relative;
  }

  .p1-g-item-title2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
  }

  .p1-g-item-box3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 7px;
    margin-top: 7px;
  }

  .p1-g-item3 {
    width: auto;
    position: relative;
  }

  .p1-g-item-title3 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, 50%);
  }

  .p1-g-item-title3.p1-g-item-title4 {
    bottom: 50%;
  }

  .p1-g-item-title3 p {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #FFD989;
    line-height: 1.2;
  }

  .p1-g-item3 .p1-g-item-title3 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    padding-top: 5px;
  }

  .p1-g-img4 {
    width: 24px;
    position: absolute;
    right: 11px;
    bottom: 11px;
    z-index: 5;
  }

  .p1-g-img5 {
    width: 24px;
    position: absolute;
    right: 11px;
    bottom: 11px;
    z-index: 5;
  }

  .p1-g-img6 {
    width: 24px;
    position: absolute;
    right: 11px;
    bottom: 11px;
    z-index: 5;
  }

  .p1-g-container2 {
    overflow: hidden;
    background-image: url(../image/part16.png), url(../image/part17.png);
    background-repeat: no-repeat;
    background-size: 63px auto, 61px auto;
    background-position: left 25px bottom 30px, right 11px bottom;
    padding-top: 76px;
    padding-bottom: 36px;
  }

  .p1-g-track2 {
    display: flex;
    gap: 5px;
    width: max-content;
  }

  .p1-g-box2 {
    display: flex;
    gap: 5px;
  }

  .p1-g-img7 img {
    width: 182px;
    flex-shrink: 0;
  }

  /* 凸凹はCSSでOK */
  .p1-g-box2:nth-child(odd) .p1-g-img7:nth-child(2),
  .p1-g-box2:nth-child(odd) .p1-g-img7:nth-child(4) {
    margin-top: 18px;
  }

  .p1-g-box2:nth-child(even) .p1-g-img7:nth-child(1),
  .p1-g-box2:nth-child(even) .p1-g-img7:nth-child(3),
  .p1-g-box2:nth-child(even) .p1-g-img7:nth-child(5) {
    margin-top: 18px;
  }



  /* 診療内容 */
  /* 1350 */
  .p2-a-container {
    padding-top: 40px;
  }

  .p2-a-box {
    width: 96%;
    margin: 30px auto 0;
  }

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

  .p2-a-item.reverse {
    flex-direction: column;
  }

  .p2-a-text h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
  }

  .p2-a-p {
    width: 100%;
    margin-top: 10px;
  }

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

  .p2-a-p .p2-a-p-last {
    padding-bottom: 0;
  }

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

  .p2-a-box2 {
    width: 96%;
    margin: 40px auto 0;
  }

  .p2-a-box2 .sub-p {
    margin-top: 20px;
  }

  .p2-a-item2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }

  .p2-a-text2 h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    letter-spacing: normal;
  }

  .p2-a-p2 {
    margin-top: 15px;
  }

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

  .p2-a-item2:last-child .p2-a-p2 ul {
    width: 100%;
  }

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

  .p2-a-box3 {
    width: 96%;
    margin: 40px auto 0;
  }

  .p2-a-box3 .sub-p {
    margin-top: 20px;
  }

  .p2-a-item3 {
    width: 100%;
    background-color: #FFF5DD;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 30px auto 0;
  }

  .p2-a-item3 h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #399A6B;
    line-height: 2;
  }

  .p2-a-item3 p {
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
  }

  /* 1350 */
  .p2-b-container {
    background-image: none;
    padding-top: 50px
  }

  .p2-b-box {
    width: 96%;
    margin: 30px auto 0;
  }

  .p2-b-box2 {
    width: 96%;
    margin: 20px auto 0;
  }

  .p2-b-item {
    width: 100%;
    background-color: #fff;
    padding: 15px 10px 20px;
    border: 1px solid #FED274;
    border-radius: 20px;
    box-shadow: 3px 3px 0 0 #FED274;
  }

  .p2-b-title {
    text-align: center;
    background-color: #FED274;
    padding: 5px 0;
    border-radius: 50px;
  }

  .p2-b-title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
  }

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

  .p2-b-list ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .p2-b-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 5px 0;
    border-bottom: 1px solid #F7E0B7;
  }

  .p2-b-list ul li span {
    font-size: 15px;
    line-height: 2;
  }

  .p2-b-list ul li img {
    width: 20px;
    height: auto;
    padding-top: 5px;
  }

  .p2-b-p {
    text-align: left;
    margin-top: 20px;
  }

  .p2-b-p p {
    font-size: 15px;
    line-height: 1.8;
  }

  .p2-b-box3 {
    width: 96%;
    margin: 60px auto 0;
  }

  .p2-b-list2 {
    margin-top: 10px;
  }

  .p2-b-list2 ul li {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 0;
    position: relative;
  }

  .p2-b-list2 ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }

  .p2-b-box4, .p2-b-box5, .p2-b-box6, .p2-b-box7, .p2-b-box8, .p2-b-box9 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p2-b-box4 .p2-a-p2,
  .p2-b-box5 .p2-a-p2,
  .p2-b-box6 .p2-a-p2,
  .p2-b-box7 .p2-a-p2,
  .p2-b-box8 .p2-a-p2,
  .p2-b-box9 .p2-a-p2 {
    width: 100%;
  }

  .p2-b-box5 .p2-a-item2 .p2-a-text2 h4  {
    width: 100%;
  }

  .p2-b-img1 {
    max-width: 400px;
    width: 100%;
    margin-right: 0;
  }

  .p2-b-box8 .sub-p,
  .p2-b-box9 .sub-p {
    margin-top: 20px;
  }

  .p2-b-p9 {
    text-align: center;
    margin-top: 20px;
  }

  .p2-b-p9 p {
    font-size: 15px;
    line-height: 2;
  }

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

  .p2-c-box {
    width: 96%;
    margin: 0 auto;
  }

  /* 1350 */
  .p2-d-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .p2-d-box {
    width: 96%;
    margin: 0 auto;
  }

  .p2-d-box2 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p2-d-box2 .p2-a-p2 {
    width: 100%;
  }


  /* インプラント */
  /* 1350 */
  .p3-a-container {
    background-image: none;
    padding-top: 40px;
  }

  .p3-a-box {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-a-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 30px auto 0;
  }

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

  .p3-a-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F7E0B7;
  }

  .p3-a-text img {
    width: 25px;
    height: auto;
  }

  .p3-a-text p {
    font-size: 15px;
    line-height: 1.8;
  }

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

  .p3-a-box2 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-a-box3 {
    width: 100%;
    overflow-x: scroll;
    margin: 70px auto 0;
  }

  .p3-a-box3 .sub-h3-title, .p3-c-box2 .sub-h3-title {
    width: 96%;
  }

  .p3-a-table {
    width: 850px;
    margin: 30px 2% 0;
  }

  .p3-a-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333;
  }

  .p3-a-table thead th {
    background-color: #FFF9E5;
    border: 1px solid #333;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .p3-a-table th.side-title {
    background-color: #FFF9E5;
    border: 1px solid #333;
    width: 160px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
  }

  .p3-a-table td {
    width: 379px;
    border: 1px solid #333;
    padding: 15px 10px;
    vertical-align: top;
    background-color: #fff;
  }

  .p3-a-table tbody tr:first-child td:nth-child(4) {
    padding: 15px 10px;
  }

  .p3-a-table tbody tr:last-child td:nth-child(4) {
    padding: 15px 10px;
  }

  .table-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-item img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }

  .table-item p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }

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

  .p3-b-box {
    width: 96%;
    margin: 0 auto;
  }

  .p3-b-box2 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-b-item2 {
    background-color: #FFF5DD;
    padding: 20px 20px 50px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .p3-b-title2 {
    text-align: center;
  }

  .p3-b-title2 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #399A6B;
    line-height: 2;
  }

  .p3-b-img-box2 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

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

  .p3-b-img2 {
    width: 40px;
    transform: rotate(90deg);
  }

  /* 1350 */
  .p3-c-container {
    padding-top: 0px;
  }

  .p3-c-box {
    width: 96%;
    margin: 0 auto;
  }

  .p3-c-box2 {
    width: 100%;
    overflow-x: scroll;
    margin: 30px auto 0;
  }

  .p3-c-p2 {
    text-align: center;
    margin-top: 20px;
  }

  .p3-c-p2 p {
    font-size: 15px;
    line-height: 2;
  }

  .p3-c-table {
    width: 950px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 2% 0;
  }

  .p3-c-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #333;
  }

  .p3-c-table thead th {
    background-color: #FFF9E5;
    border: 1px solid #333;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .p3-c-table td {
    height: 250px;
    border: 1px solid #333;
    padding: 15px 7px 20px;
    vertical-align: top;
    background-color: #fff;
  }

  .p3-c-table .table-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p3-c-table .table-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .p3-c-table .table-item p {
    font-size: 13px;
    line-height: 2;
    text-align: center;
  }

  .p3-c-box3 {
    width: 96%;
    margin: 40px auto 0;
  }

  .p3-c-box4 {
    width: 100%;
    margin: 30px auto 0;
  }

  .p3-c-item-box {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-c-item4 {
    height: 400px;
    position: relative;
    background-color: #FFF5DD;
    border: 3px solid #FED274;
    border-radius: 30px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .p3-c-item4:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 30px;
    border-left: 2px dashed #FED274;
  }

  .p3-c-item4:last-child {
    margin-bottom: 0;
  }

  .p3-c-span4 {
    width: 70px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/part30.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }

  .p3-c-span4 span {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    color: #399A6B;
    padding-bottom: 30px;
  }

  .p3-c-title4 {
    margin-top: 10px;
  }

  .p3-c-title4 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #B78F49;
    line-height: 1.5;
  }

  .p3-c-text4 {
    margin-top: 10px;
  }

  .p3-c-text4 p {
    font-size: 15px;
    line-height: 2;
  }

  .p3-c-box5 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-c-table5 {
    width: 100%;
    margin-top: 30px;
  }

  .p3-c-table5 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
  }

  .p3-c-table5 table th, .p3-c-table5 table td {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding: 6px 0;
    border-bottom: 1px solid #000;
  }

  .p3-c-table5 table th {
    width: 100%;
    background-color: #F7E0B7;
    border-right: none;
  }

  .p3-c-table5 table td {
    width: auto;
    padding-left: 10px;
  }

  .p3-c-table5 table tr:last-child td {
    border-bottom: none;
  }

  .p3-c-item5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .p3-c-link a {
    width: 250px;
    height: 78px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #CBA35C;
    text-decoration: none;
    color: inherit;
  }

  .p3-c-link a::after {
    content: "";
    width: 15px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    transform: translateY(-50%);
    background-image: url(../image/part24.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .p3-c-link a span {
    font-size: 20px;
  }

  .p3-c-box6 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-c-p6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .p3-c-p6 p {
    font-size: 15px;
    line-height: 1.8;
  }

  .p3-c-box7 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-c-box7 .p3-c-table5 table tr:first-child th {
    background-color: #FED274;
  }

  .p3-c-box7 .p3-c-link a {
    width: 360px;
  }

  .p3-c-box8 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p3-c-box9 {
    width: 100%;
    margin: 30px auto 0;
  }

  .p3-c-box9 .sub-h3-title {
    width: 96%;
  }

  .p3-c-table9 {
    width: 100%;
    overflow-x: scroll;
    margin: 30px auto 0;
  }

  .p3-c-table9 table {
    width: 900px;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #000;
    margin: 0 2%;
  }

  .p3-c-table9 thead th {
    background-color: #FFF9E5;
    border: 1px solid #000;
    padding: 15px 5px 10px;
    vertical-align: bottom;
  }

  .p3-c-table9 .table-head-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p3-c-table9 .table-head-item img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
  }

  .p3-c-table9 .table-head-item span {
    font-size: 16px;
    font-weight: 400;
  }

  .p3-c-table9 th.side-title {
    width: 120px;
    background-color: #FFF9E5;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
  }

  .p3-c-table9 td {
    border: 1px solid #000;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8;
  }

  .p3-c-table9 .icon {
    display: inline-block;
    font-size: 20px;
    color: #B78F49;
    margin-bottom: 5px;
  }

  .p3-c-box9 .p3-c-link a {
    width: 360px;
  }

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

  .p3-d-box {
    width: 96%;
    margin: 0 auto;
  }


  /* 審美歯科 */
  /* 1350 */
  .p4-a-container {
    padding-top: 40px;
  }

  .p4-a-box {
    width: 96%;
    margin: 0 auto;
  }

  .p4-b-container {
    background-image: none;
    padding-top: 40px;
  }

  .p4-b-box {
    width: 96%;
    margin: 0 auto;
  }

  .p4-b-box2 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p4-b-box2 .p2-b-title h3 {
    line-height: 1.5;
  }

  .p4-b-box3 {
    width: 96%;
    margin: 100px auto 0;
  }

  .p4-b-box3 .sub-p {
    margin-top: 20px;
  }

  .p4-b-box3 .p2-a-p2 {
    width: 100%;
  }

  .p4-b-box3 .p2-a-text2 h4 {
    font-size: 19px;
  }

  .p4-b-box4 {
    width: 96%;
    margin: 30px auto 0;
  }

  .p4-b-box5 {
    width: 96%;
    margin: 30px auto 60px;
  }

  .p4-b-box5 .p2-a-item.reverse {
    margin-top: 80px;
  }


  /* 料金表 */
  /* 1350 */
  .p5-a-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .p5-a-p p {
    font-size: 15px;
    line-height: 1.8;
  }

  .p5-a-box {
    width: 96%;
    margin: 0 auto;
  }

  .p5-a-item {
    width: 100%;
    margin: 30px auto 0;
  }

  .p5-a-table {
    margin-top: 20px;
  }

  .p5-a-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
  }

  .p5-a-table table th, .p5-a-table table td {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    background-color: #FFF5DD;
    padding: 10px;
    border-bottom: 1px solid #000;
  }

  .p5-a-table table th {
    width: 100%;
    background-color: #FFD989;
    border-right: none;
  }

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


  /* クリニック紹介 */
  /* 1350 */
  .p6-a-container {
    padding-top: 40px;
  }

  .p6-a-box {
    width: 96%;
    position: relative;
    padding-bottom: 60px;
    margin: 15px auto 20px;
  }

  .p6-a-item {
    flex-direction: column;
    align-items: center;
  }

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

  .p6-a-text {
    width: 100%;
    margin-top: 20px;
  }

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

  .p6-a-text p:first-child {
    padding-bottom: 20px;
  }

  .p6-a-img2 {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
  }

  .p6-a-box2 {
    background-image: url(../image/p6-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
  }

  .p6-a-item2 {
    width: 96%;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
  }

  .p6-a-number {
    width: 70px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/part35.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p6-a-number p {
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: #399A6B;
  }

  .p6-a-number p span {
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: #CBA35C;
  }

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

  .p6-a-text2 h3 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
  }

  .p6-a-text2 p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px;
  }

  .p6-a-text2 p:last-child {
    padding-bottom: 20px;
  }

  /* 1440 */
  .p6-a-box3 {
    width: 100%;
    margin: 0 auto;
  }

  .p6-a-item3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    margin-top: 30px;
  }

  .p6-a-item3.reverse {
    flex-direction: column;
    align-items: flex-start;
  }

  .p6-a-text3 {
    width: 96%;
    margin: 0 auto;
  }

  .p6-a-text3 h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 10px;
  }

  .p6-a-text3 p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 20px;
  }

  .p6-a-img3 {
    max-width: 400px;
    width: 96%;
  }

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

  .p6-b-box {
    max-width: 400px;
    width: 90%;
    margin: 40px auto 0;
  }

  .main-image {
    position: relative;
  }

  .main-image img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    cursor: pointer;
  }

  .arrow.left {
    width: 30px;
    height: auto;
    left: -23px;
  }

  .arrow.right {
    width: 30px;
    height: auto;
    right: -23px;
  }

  .thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    margin-top: 20px;
  }

  .thumbnails img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }

  /* 1350 */
  .p6-c-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .p6-c-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    justify-content: center;
    gap: 15px;
    width: 96%;
    margin: 30px auto 0;
  }

  .p6-c-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
  }

  .p6-c-text {
    text-align: center;
    background-color: #F8E1B7;
    padding: 10px 0;
    border-radius: 0 0 18px 18px;
  }

  .p6-c-text p {
    font-size: 15px;
    line-height: 2;
  }


  /* 院長・スタッフ紹介 */
  /* 1350 */
  .p7-a-container {
    padding-top: 40px;
  }

  .p7-a-box {
    width: 96%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    margin: 30px auto 0;
  }

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

  .p7-a-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .p7-a-img-box {
    max-width: 400px;
    width: 90%;
    position: relative;
  }

  .p7-a-img {
    width: 100%;
  }

  .p7-a-img2 {
    width: 150px;
    position: absolute;
    left: -5%;
    bottom: -30px;
    z-index: 5;
  }

  .p7-a-box2 {
    background-image: url(../image/p6-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    margin-top: 40px;
  }

  .p7-a-item2 {
    width: 96%;
    height: 300px;
    background-color: #fff;
    padding: 20px 15px 0;
    border: 2px dashed #CBA35C;
    border-radius: 32px;
    margin: 0 auto;
  }

  .p7-a-title2 {
    text-align: center;
    background-color: #FED274;
    border-radius: 50px;
  }

  .p7-a-title2 h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
  }

  .p7-a-text2 ul {
    padding-left: 10;
  }

  .p7-a-text2 ul li {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 10px;
  }

  /* 1350 */
  .p7-b-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .p7-b-box {
    width: 96%;
    margin: 15px auto 0;
  }

  .p7-b-item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .p7-b-img-box {
    max-width: 400px;
    width: 90%;
    position: relative;
  }

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

  .p7-b-span {
    width: 150px;
    height: 140px;
    position: absolute;
    right: -5%;
    bottom: -30px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/part37.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .p7-b-span span {
    font-size: 18px;
    line-height: 2;
  }

  .p7-b-im2 {
    width: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
  }

  .p7-b-text {
    width: 96%;
    height: 320px;
    background-color: #fff;
    padding: 20px 20px 0;
    border: 2px dashed #CBA35C;
    border-radius: 32px;
  }

  .p7-b-title {
    text-align: center;
    background-color: #FED274;
    border-radius: 50px;
  }

  .p7-b-title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
  }

  .p7-b-text ul {
    padding-left: 10px;
  }

  .p7-b-text ul li {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 10px;
  }

  .p7-b-text ul .p7-b-li {
    line-height: 1.6;
  }


  /* 下層共通メイン 1440 */
  .sub-v {
    width: 100%;
    background-image: none;
    position: relative;
    overflow: hidden;
    margin-top: 64px;
  }

  .sub-v::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.5vw; /* ← 余白を固定（100 - 93.5） */
    transform: translateY(-50%);
    
    width: 100vw;  /* ← 画面いっぱいに広げる */
    height: 100%;
    
    background-image: url(../image/sub-back1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;

    z-index: 0;
  }


  .sub-v-container {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0;
  }

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

  .sub-v-title h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.12em;
  }

  .sub-v-title p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    color: #fff;
    letter-spacing: 0.12em;
  }


  /* 下層共通タイトル */
  /* 1350 */
  .sub-h2-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sub-h2-title h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 2;
  }

  .sub-h2-title img {
    width: 35px;
    height: auto;
  }

  .sub-h3-title {
    width: 100%;
    text-align: center;
    background-image: url(../image/sub-back2.png);
    background-repeat: no-repeat;
    background-size: 160% 100%;
    background-position: center bottom;
    padding-top: 20px;
    padding-bottom: 5px;
    margin: 0 auto;
  }

  .sub-h3-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
  }

  .sub-p {
    text-align: center;
  }

  .sub-p p {
    font-size: 15px;
    line-height: 1.8;
  }

  .sub-p-title {
    text-align: center;
    margin-top: 20px;
  }

  .sub-p-title p {
    font-size: 18px;
    color: #399A6B;
    line-height: 2;
    border-bottom: 1px solid #399A6B;
  }

  .sub-p-title img {
    width: 20px;
    height: auto;
    margin: 0 auto;
  }


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

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

  .single-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4;
  }

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

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

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

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



  /* フッター */
  footer {
    margin-bottom: 72px;
  }

  .footer-container {
    background-image: url(../image/sp-top-back7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 65px;
    padding-bottom: 28px;
  }

  .footer-box {
    width: 96%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 0 auto;
  }

  .footer-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .footer-logo {
    width: 262px;
  }

  .footer-item .header-a-map {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-table {
    width: 353px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 13px;
  }

  .footer-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    text-align: center;
  }

  .footer-table th {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 5px;
    border-bottom: 1px solid #333;
  }

  .footer-table td {
    font-size: 13px;
    padding: 12px 0;
  }

  .footer-table .table-note {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
  }

  .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }

  .footer-link .tel-box {
    background-color: #fff;
  }

  .tel-box {
    height: 82px;
    border: 1px solid #399A6B;
    border-radius: 50px;
  }

  .tel-box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
  }

  .tel-text {
    text-align: center;
    padding-bottom: 5px;
  }

  .tel-text p {
    font-size: 14px;
    color: #399A6B;
  }

  .tel-text2 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 0;
  }

  .tel-text2 img {
    width: 23px;
    height: auto;
  }

  .tel-text2 p {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    letter-spacing: normal;
  }

  .web-box {
    height: 64px;
    background-color: #CBA35C;
    border-radius: 50px;
  }

  .web-box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 30px;
  }

  .web-text {
    text-align: center;
  }

  .web-text p {
    font-size: 14px;
    color: #fff;
  }

  .web-text2 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 0;
  }

  .web-text2 img {
    width: 15px;
    height: auto;
  }

  .web-text2 p {
    font-size: 20px;
    font-family: "ABeeZee", sans-serif;
    color: #fff;
    letter-spacing: normal;
  }

  .line-box {
    height: 64px;
    background-color: #06C755;
    border-radius: 50px;
  }

  .line-box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 25px;
  }

  .line-text {
    text-align: center;
    padding-bottom: 5px;
  }

  .line-text p {
    font-size: 14px;
    color: #fff;
  }

  .line-text2 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 0;
  }

  .line-text2 img {
    width: 21px;
    height: auto;
  }

  .line-text2 p {
    font-size: 20px;
    font-family: "ABeeZee", sans-serif;
    color: #fff;
    letter-spacing: normal;
  }

  .web-box a::after, .line-box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    width: 8px;
    height: 6px;
    margin-right: 9px;
    background-image: url(../image/part8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .copy-right {
    text-align: center;
    padding: 15px 0;
  }

  .copy-right p {
    font-size: 12px;
    font-family: "Lato", sans-serif;
  }

  .page-top {
    position: fixed;
    right: 8px;
    bottom: 80px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .page-top.is-show {
    opacity: 1;
    visibility: visible;
  }

  .page-top a {
    display: block;
    width: 53px;
    height: 53px;
  }

  .page-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sp-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 72px; /* 好きな高さに調整 */
    z-index: 100;
  }

  .sp-footer-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  /* 背景色を分けたい場合 */
  .sp-footer-box.sp-tel { 
    background-color: #fff; 
    border: 2px solid #399A6B;
  }

  .sp-footer-box.sp-web { 
    background-color: #CBA35C; 
  }

  .sp-footer-box.sp-line { 
    background-color: #06C755;
   }

  .sp-footer-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .sp-footer-box img {
    width: 34px; /* 画像サイズ調整 */
    height: 34px;
    object-fit: contain;
  }





} 