html {
  margin-top: 0 !important;
}

body {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 25vw;
}

h2 {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}







/* 共通クラス */

.inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

/* 予約ボタン */
.section-cv {
    padding: 10px;
    background: #f9f7f2;
    margin: 0 auto;
}

.section-cv-02 {
  padding: 10px;
  background: #f9f7f2;
  padding-top: 50px;
	max-width: 375px;
}

/* fv */

.fv {
  background: #f8fcfc;
}

.fv-inner {
  width: 100%;
  margin: 0 auto;

}

.fv-img {
  width: 100%;
}

.fv-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .fv-inner {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}

/* 予約ボタン */

.img-btn {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px){
.img-btn {
  width: 85%;
  margin: 0 auto;
	 max-width: 375px;
}
}

.img-btn-02 {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

/* section01 */

.section01 {
    background: #f0e2d6;
}

.section01-img{
	width:100%;
	margin: 0 auto;
}

@media screen and (min-width: 1024px){
.section01-img{
	width:100%;
	 max-width: 375px;
}
}


.section01-title {
  font-size: clamp(18px, 4.8vw, 28px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-top: 5px;
}

.section01-txt {
  /* padding-bottom: 30px; */
  margin-bottom: 70px;
  font-size: 25px;
}

.pic-01 {
  background-color: #fff;
  color: #000;
  padding: 3px;
  font-size: 27px;
  margin: 0 4px;
}

/* section02 */

.section02 {
  position: relative;
	background: #f0e2d6;
}

.section02-wrap {
  position: relative;
}

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

.section02-contents {
      display: flex;
    flex-direction: column;
    gap: 0px;
    position: absolute;
    bottom: 0%;
    text-align: center;
    color: #ff9d00;
    line-height: 1.2;
	right: 0;
    left: 0;
	width: 90%;
	margin: 0 auto;
}

.section02-maintxt {
  font-size: 20px;
  font-weight: 600;
  background: #ff9d00;
  display: inline-block;
  padding: 10px 8px;
  margin-bottom: 8px;
	color: #fff;
}

.section02-title {
     text-align: center;
    font-size: 30px;
    margin-bottom: -60px;
    font-style: italic;
    letter-spacing: 1.5px;
    padding-top: 30px;
	line-height: 1.3;
	font-weight: 600;
}

.pic-02 {
  color: #ff9d00;
  font-size: 55px;
}

.section02-sub-txt {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0 0 5px #fff;
}

.pic-03 {
  font-size: 75px;
}




/* section03 */

.section03 {
  padding: 30px 30px;
  background: #f9f7f2;
}

.section03-en {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.section03-en::before,
.section03-en::after {
  content: "";
  flex: 1;
  border-top: 0.5px solid #000;
  margin: 0 10px;
}

.section03-titile {
  text-align: center;
  /* align-items: center; */
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 25px;
}

.section03-box-en {
  text-align: center;
  font-size: 13px;
  color: #ff9d00;
}

.section03-main {
  text-align: center;
  font-size: 20px;
  background: #ff9d00;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}

.section03-img {
  width: 100%;
}

.section03-main-text {
  text-align: center;
  margin-top: 15px;
  color: #ff9d00;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.section03-sub-text {
  text-align: left;
  font-size: 14px;
  margin-top: 13px;
  font-family: "Noto sans JP";
  letter-spacing: 1.5px;
	font-weight: 400;
}

.section03-list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.doctor-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.doctor-box-img {
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.41);
  border-radius: 2%;
}

.doctor-box-img{
width:100%;}

.doctor-section {
  text-align: center;
  margin-top: 20px;
  background: #ff9d00;
  padding: 10px;
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.doctor-section-sub {
  margin-top: 25px;
  font-size: 13px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
	font-weight: 500;
}

.doctor-section-sub::before,
.doctor-section-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 0.8px;
  background: #000;
  transform: rotate(30deg);
  transform-origin: center;
}
.doctor-section-sub::before {
  left: 1px;
  transform: rotate(70deg);
}

.doctor-section-sub::after {
  right: 1px;
  transform: rotate(-70deg);
}

.doctor-box-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* section-04 */

.section-04 {
  padding: 30px 30px;
  background: #f0e2d6;
}

.section-04-txt-1 {
  text-align: left;
  font-size: 25px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.section-04-titile {
  text-align: center;
  background: #ff9d00;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}

.pic-04-01 {
  font-size: 40px;
}

.pic-04-02 {
  font-size: 40px;
  color: #ff9d00;
}

.section-04-txt-2 {
  text-align: right;
  font-size: 25px;
  margin-top: -12px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.case-box {
  background: #fff;
  padding: 15px;
  margin-top: 20px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.41);
}

.case-box-img{
	width: 100%;
}

.case-item {
  text-align: center;
  margin-bottom: 5px;
}

.case-txt {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.case-sub-txt {
  text-align: left;
  font-size: 10px;
}

.section-04-caselist {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* section-05 */

.section-05 {
  padding: 30px 30px 0;
  background: #f9f7f2;
}

.logo-img {
  width: 200px;
  margin: 0 auto;
}

.section-05-contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-05-maintitile {
  text-align: center;
  color: #ff9d00;
  font-size: 35px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
	font-weight: 500;
}

.section-05-maintitile::before {
     content: "";
    position: absolute;
    bottom: 6px;
    width: 90%;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    height: 13px;
    background-color: rgba(255, 157, 0, 0.3);
    z-index: -1;
}

.section-05-box {
  display: flex;
  flex-direction: column;
}

.section-05-item {
  width: 100%;
  background: #fff;
  padding: 40px 20px 20px;
  position: relative;
  left: 10px;
  z-index: 0;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.img-05-01 {
  width: 90%;
  position: relative;
  right: 5px;
  z-index: 1;
  transform: translate(0, 40px);
  /* top: 50px; */
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.section-05-txtbox {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: space-around;
}

.section-05-txtbox02 {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
}

.item-txt-05 {
  text-align: left;
  font-size: 17px;
	font-weight: 600;
}

.item-subtxt-05 {
     font-size: 12px;
    letter-spacing: 1.3px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Noto sans JP";
}

.section-05-no {
  font-size: 55px;
  color: rgba(255, 157, 0, 0.3);
  font-style: italic;
}

.img-05-02 {
  width: 90%;
  position: relative;
  left: 42px;
  z-index: 1;
  transform: translate(0, 40px);
  /* top: 20px; */
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.section-05-item-02 {
  width: 100%;
  background: #fff;
  padding: 40px 20px 20px;
  position: relative;
  right: 10px;
  z-index: 0;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.item-txt-05-02 {
  text-align: right;
  font-size: 17px;
	font-weight: 600;
}

.section-05-no2 {
  font-size: 55px;
  color: rgba(255, 157, 0, 0.3);
  font-style: italic;
}

/* section-06 */

.section-06 {
  padding: 30px 30px;
  background: #f9f7f2;
}

.secition06-titile {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}

.en-titile-06 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 28px;
}

.menu-list {
  background: #fff;
  border: solid 1px #ff9d00;
  padding: 18px 20px;
}

.menu-titile {
  text-align: center;
  border-bottom: solid 0.5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.menu-txt {
  text-align: center;
  background: #ff9d00;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  margin-top: 17px;
}

.menu-contents {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  position: relative;
}

.menu-contents::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 157, 0, 0.3);
}

.menu-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-07 {
  padding: 30px 30px;
  background: #f0e2d6;
}

/* Q＆Aボタン */

.QA-title {
  padding: 15px 0;
}

.Q-list {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  background: #f9f7f2;
  padding: 15px 50px;
  font-size: 15px;
}

.Q-list::before {
  pointer-events: none;
  content: "Q";
  position: absolute;
  top: 13px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4c9c5;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

.Q-list::after {
  content: "▸"; /* 矢印 */
  position: absolute;
  right: 15px;
  transition: transform 0.6s;
}

.Q-list-02 {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  background: #f9f7f2;
  padding: 15px 50px;
  font-size: 15px;
}

.Q-list-02::before {
  pointer-events: none;
  content: "Q";
  position: absolute;
  top: 22px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4c9c5;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

.Q-list-02::after {
  content: "▸"; /* 矢印 */
  position: absolute;
  right: 15px;
  transition: transform 0.6s;
  transform: translateY(-50%);
}

.QA-title.open .Q-list::after {
  transform: rotate(90deg);
}

.A-list {
  /* ▼変更済み：フェード＆スライド用 */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  line-height: 1.8;
  transition: all 0.6s ease;
  padding: 0 15px;
}

.QA-title.open .A-list {
  /* ▼変更済み：表示時アニメーション */
  max-height: 500px; /* 回答文より十分大きく */
  opacity: 1;
  margin-top: 8px;
  font-size: 14px;
}

.QA-box {
  display: flex;
  flex-direction: column;
}

/* footer  */
.footer {
  background: #f9f7f2;
}

.footer-img {
  width: 100%;
  /* max-width: 375px; */
  margin: 0 auto;
}

@media screen and (min-width: 1024px){
	.footer-img {
  width: 100%;
max-width: 375px;
  margin: 0 auto;
}

}

.footer-contents {
  padding: 30px;
}

.footer-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.footer-pic {
  font-size: 21px;
  color: #ff9d00;
}

.footer-en {
  text-align: center;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.footer-nav {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1.7px;
}

.footer-image {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 13px;
  margin-top: 30px;
}

.footer-sub-txt {
  text-align: center;
  background: #ff9d00;
  margin-top: 20px;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

.footer-list {
  display: flex;
  justify-content: space-around;
  /* gap: 50px; */
  padding: 20px 0 10px;
  border-bottom: solid 0.7px;
  font-size: 13px;
}

.map-wrap {
  position: relative;
  aspect-ratio: 16/9; /* 比率固定 → レスポンシブ対応 & CLS対策 */
  max-width: 100%; /* 親幅にフィット */
  margin-top: 30px;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-txt {
  margin-top: 20px;
  font-size: 13px;
}

.copy-rite {
  text-align: center;
  margin-top: 30px;
}


/* 追従ボタン */

.cta-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 0 8px;
  background: rgba(255, 255, 255, 0.85); /* ブランドカラーに変更OK */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
}

.cta-btn-img {
  width: 80%;
  margin: 0 auto;
	
}

@media screen and (min-width: 1024px){
	.cta-btn-img {
  width: 80%;
  margin: 0 auto;
	max-width:375px;
}
