@charset "UTF8";

/* 全体設定ここから=============================================== */
body {
    background-color: #F7F3EE;
    line-height: 1.5;
    font-size: 16px;
    color: #3A2F28;
    font-family:
        "Noto Sans JP",
        -apple-system,
        BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        sans-serif;
}

/* 全体設定ここまで=============================================== */

.fv {
    width: 100%;
    height: 80vh;
    min-height: 120vh;
    min-height: 120svh;
    background: url("../images/fuzinkakeisei_pc.webp") center/cover no-repeat;
}

@media (max-width: 768px) {
    .fv {
        background: url("../images/fujinkalp_mobile.webp") center/cover no-repeat;
    }
}

/* ヘッダー ここから===============================================*/
header {
    display: flex;
    background-color: #FFE7BC;
}

.headerWrap {
    display: flex;
    margin: 0 auto;
}

.header_place {
    display: flex;
    margin-top: 10px;
}

.headerText {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    color: #513F2A;
}

/* ヘッダー ここまで===============================================*/
/* 予約設定 ここまで===============================================*/
.reservationWrap {
    background-color: #F8F8F8;
    padding: 10px 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.reservationTop {
    font-weight: bold;
    color: #df7e79;
    margin-bottom: 20px;
    font-size: 18px;
}

.reservationFlex {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
}

.reservationWeb, .reservationTell {
    flex: 1;
    max-width: 200px; /* 横並びなので少しスリムに */
}

/* ボタンの基本設定（横並び） */
.reservationWeb a, .reservationTell a {
    display: flex;
    flex-direction: row;    /* アイコンと文字を横に並べる */
    align-items: center;
    justify-content: center;
    gap: 8px;               /* アイコンと文字の隙間 */
    height: 100%;
    padding: 12px 5px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

/* ネット予約ボタン */
.reservationWeb a {
    background-color: #df7e79;
    color: #fff;
}

/* 電話予約ボタン */
.reservationTell a {
    background-color: #fff;
    color: #df7e79;
    border: 2px solid #df7e79;
}

/* アイコンサイズ */
.reservationWeb img, .reservationTell img {
    width: 25px; /* 横並びなので小さめがバランス良し */
    height: auto;
    flex-shrink: 0;
}

/* 文字の調整 */
.reservationText {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.tel_number {
    display: block;
    font-size: 11px;
    font-family: Arial, sans-serif;
    margin-top: 2px;
}

/* スマホで横幅が厳しい時の調整 */
@media (max-width: 375px) {
    .reservationFlex { gap: 5px; }
    .reservationText { font-size: 13px; }
    .reservationWeb a, .reservationTell a { padding: 10px 5px; }
}
/* 予約設定 ここまで===============================================*/

/* ファーストビューここから=========================================*/
.fv_Inner {
    background-image: linear-gradient(#FFE4E4, #FFB1B1),
        url(../images/mobileTop_img.webp);
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

/* モバイルとpcで写真差し替え */
.pcImg {
    display: none;
}

.mobileImg {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.fv_Image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.fvWrap img {
    width: 100%;
    height: 350px;
}

/* キャッチコピー文字位置・装飾 */
.catchText_wrap {
    position: absolute;
    right: 10px;
    top: 110px;
}

.catchText {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #513F2A;
    font-family: serif;
    font-weight: 900;
    text-shadow: 3px 0 5px#f8f8f8;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 17px;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;

}

.catchcopy {
    background-color: rgb(248, 248, 248, 0.8);
    padding: 5px 10px;
    border-radius: 0 10px 0 10px;
    font-size: 20px;
    color: #F07676;
    font-weight: 800;
    font-family: "Shippori Mincho", serif;
    font-style: normal;

}

/* ファーストビューポイント３つ */
.pointTopWrap {

    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 70px;
    padding: 0 10px;
    width: 100%;
}

.pointTopWrap img {
    width: 100%;
    max-width: 140px;
    height: auto;
}



/* tell番号差し替え */
.tel_number {
    display: none;
}

.tel_text {
    display: inline;
}

/* 各secyionタイトルH2設定 ここから====================================*/
.h2_container {
    text-align: center;
    width: 100%;
}

h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    ;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #513F2A;
    text-align: center;
    padding-top: 30px;
    letter-spacing: 0.04em;
}

.h2_big {
    font-size: 28px;
    color: rgb(182, 108, 124);
}

h3 {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}

.opeSubtitle {
    text-align: center;
}

/* 各secyionタイトルH2設定 ここまで====================================*/

/* ctaここから==================================================================== */
.cta_section {
    padding: 50px 0;
}

.ctaWrap {
    text-align: center;
}

.ctaInner {
    background-color: rgb(251, 236, 229, 0.7);
    text-align: center;
    display: inline-block;
    padding: 30px 10px;
    border-radius: 10px;
    margin: 30px 10px 20px 10px;
}

.ctaInner>p {
    margin: 10px;
}

.ctaFlex {
    display: flex;
    align-items: center;

}

.ctaFlex>p {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.ctaButton {
    color: #f8f8f8;
    background-color: #df7e79;
    box-shadow: 5px 7px 5px rgb(146, 146, 146, 0.4);

    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.ctaButton:hover {
    background-color: #e48d88;
    color: #333;
    opacity: 0.5;
    transition: 0.5s;
    box-shadow: unset;
    transform: translateY(4px);
}

.smallWrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

small {
    display: block;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    line-height: 17px;
}

/* ctaここまで==================================================================== */

/* 当院のこだわりポイントここから====================================== */

/* 当院のこだわりポイント数字の装飾 */
.point_section {
    margin: 50px auto;
}

.pointNunber {
    font-size: 48px;
    font-weight: 1000;
    background-image: linear-gradient(#ecc3c3, #e3a19e);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.pointNunber::before {
    content: "";
    background-image: url(../images/Point.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -12px;
    width: 60px;
    height: 30px;
}

.pointInner {
    max-width: 700px;
    margin: 50px auto;
}

.pointTitle_wrap {
    display: flex;
    align-items: center;
}

.pointTitle {
    margin: 10px;
    font-size: 24px;
}

.pointFlex>p {
    padding: 10px;
}

.pointImg {
    width: 95%;
    height: 300px;
    text-align: center;
}

/* こだわりポイント白背景 */
.pointWrap {
    background: linear-gradient(to bottom,
            #ffffff,
            #f2f2f2);
    border-radius: 20px;
    max-width: 750px;
    margin: 0 10px;
    padding: 20px 10px;
    margin-bottom: 80px;
}

/* 当院のこだわりポイントここまで====================================== */
/* worryお悩みここから============================================== */
.worrr_section {
    padding: 100px 0;
}

.worryImg {
    width: 350px;
    height: 280px;
}

.worryInner {
    max-width: 350px;
    margin: 20px auto;
    font-size: 14px;
    background-color: #F8F8F8;
    padding: 1px;
    align-items: center;
    border-radius: 20px;
    box-shadow: 7px 7px 7px rgb(146, 146, 146, 0.4);
    padding-bottom: 30px;
    margin-bottom: 80px;
}

.worryTitle {
    text-align: center;
    margin: 10px;
}

.worryItem::after {
    content: "";
    display: block;
    border-bottom: 1px dotted #3e3e3e;
    margin-top: 5px;
}

.worryText {
    margin-left: 7px;
}

.worryItem {
    list-style: none;
    /* 必須 */
    position: relative;
    padding-left: 40px;
    /* アイコン分の余白 */
    line-height: 1.6;
}

.worryItem::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../images/check.png) no-repeat center / contain;
}

/* worryお悩みここまで============================================== */
/* solitionお悩み解決ここから======================================== */
.solution_section {
    padding: 100px auto;
    margin-bottom: 50px;
}

.solutionTitle {
    position: relative;
}

.solutionTitle::before {
    background-image: url(../images/worry_title.png);
    position: absolute;
    width: 100px;
    height: 50px;
    bottom: 30px;
    left: -50;
}

.solutionInner_wrap {
    max-width: 450px;
    margin: 0 auto;
}

.solutionWrap {
    background-color: #F1DFE0;
    padding: 20px 0;
    padding-bottom: 50px;
}

.solutionInner {
    max-width: 450px;
    margin: 20px auto;
    background-color: #F8F8F8;
    border-radius: 50rem 50rem 2rem 2rem;
    max-width: 350px;
    box-shadow: 13px 7px 10px rgb(146, 146, 146, 0.4);
}

.solutionSubtitle {
    font-size: 18px;
    color: #D17F91;
    font-weight: bold;
    text-align: center;
}

.solutionText {
    padding: 10px 10px 20px 10px;
    margin: 0 20px;
}

.solutionInner img {
    max-width: 360px;
    border-radius: 50rem 50rem 2rem 2rem;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
}

/* solitionお悩み解決ここまで======================================== */
/* 症状について===================================================== */
.about_section {
    padding: 50px 0;
}

.aboutDoctor {
    width: 150px;
    height: auto;
}

.about_flex {
    display: flex;
    text-align: center;
    justify-content: center;
}

.about_top {
    margin-top: 50px;
}

.about_wrap {
    margin: 20px 0;
}

.aboutInner {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0.6) 0%, rgba(241, 223, 224, 0.6) 100%);
    box-shadow: 6px 5px 30px rgba(156, 139, 139, 0.25);
    border-radius: 30px;
    padding: 10px;
    padding-bottom: 40px;
    max-width: 700px;
    margin: 40px 10px;
}

.aboutTitle {
    color: #D17F91;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 20px;
}

/* オペの種類ここから======================================== */
.about_top {
    margin: 0;
}

.opeInner_wrap {
    max-width: 750px;
    margin: 0 auto;
}

.opePoint {
    text-align: center;
    padding: 8px 15px;
    margin: 10px auto;
    border-radius: 50px;
    background-color: #ca8896;
    color: #fff;
    display: inline-block;
}

.opeInner {
    background-color: #F8F8F8;
    margin: 30px 10px;
    padding: 15px;
    border-radius: 20px;
    max-width: 750px;
    text-align: center;
}

.opeImg {
    text-align: center;
    margin: 10px;
}

.dottedLine {
    border-bottom: 2px dotted #513F2A;
    width: 98%;
    margin: 15px 0;
}

.opePrice_wrap {
    background-color: #ecc3c3;
    margin: 20px 10px;
    padding: 5px 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 13px 7px 10px rgba(185, 159, 159, 0.4);

}

.opePrice {
    font-family: serif;
    color: #fff;
    font-weight: 800;
    font-size: 38px;
}

.opeName {
    color: #513F2A;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
}

.opeInner>p {
    margin: 10px;
}

.opeTax {
    color: #513F2A;
    font-size: 14px;
}

.ope_section {
    margin: 70px auto;
}

.pricePoint {
    min-width: 250px;
    display: block;
    text-align: center;
    padding: 8px 30px;
    margin: 10px auto;
    border-radius: 50px;
    background-color: #ca8896;
    color: #fff;
    display: inline-block;
}

/* オペの種類ここまで======================================== */
/* flow 施術の流れ ここから==================================*/
.flow_section {
    margin-bottom: 100px;
}

.flowInner_wrap {
    max-width: 750px;
    margin: 50px auto;
}

.flowWrap {
    background-color: #F1DFE0;
    padding: 10px;
    text-align: center;
}
.flowText{
    text-align: center;
    margin: 10px 30px;
}
.flowText img{
    padding: 20px;
}
.flowInner {
    background-color: #F8F8F8;
    margin: 30px 10px;
    padding: 20px;
    border-radius: 20px;
    max-width: 750px;
    box-shadow: 13px 7px 10px rgb(146, 146, 146, 0.4);
    position: relative;

}
.flowSwiper {
  padding: 20px 10px 40px;
}

.swiper-slide {
  height: auto;
}

.flow_wrap {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: scale(0.92);
  opacity: 0.85;
}

.swiper-slide-active .flow_wrap {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 14px 36px rgba(172, 133, 148, 0.25);
}

.flowSwiper .swiper-pagination-bullet {
  background-color: #D6C7B8;
}

.flowSwiper .swiper-pagination-bullet-active {
  background-color: #D17F91;
}


/* 数字の装飾 */
.flowNumber {
    font-size: 30px;
    font-weight: 1000;
    background-image: linear-gradient(#ecc3c3, #e3a19e);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.flowNumber::before {
    content: "";
    background-image: url(../images/Flow.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -12px;
    width: 60px;
    height: 30px;
}

.flowText {
    margin-left: 20px;
}

.flowSubtitle {
    display: flex;
    align-items: center;
}

/* flow 施術の流れ ここまで==================================*/
/* よくある質問ここから====================================== */
.faq {
    max-width: 700px;
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
}

/* ▼ 枠をここで作る */
.faqItem_wrap {
    border: 1px solid #ead6d9;
    /* ← 左右も含めた枠 */
    border-radius: 12px;
    /* 角をやさしく */
    margin: 20px 0;
    overflow: hidden;
    /* 線のはみ出し防止 */
}

/* 各アイテム */
.faq-item {
    border-bottom: 1px solid #ead6d9;
}

.faq-item:last-child {
    border-bottom: none;
    /* 一番下は線を消す */
}

/* 質問ボタン */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    cursor: pointer;
    font-size: 16px;
}

/* Q */
.q {
    color: #d48a97;
    font-weight: bold;
}

/* 質問文 */
.text {
    flex: 1;
    text-align: left;
    color: #6b5b4b;
}

/* ＋ − アイコン */
.icon {
    width: 18px;
    height: 2px;
    background: #d48a97;
    position: relative;
}

.icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #d48a97;
    top: -8px;
    left: 8px;
    transition: 0.3s;
}

/* 開いたら − に */
.faq-item.active .icon::after {
    opacity: 0;
}

/* 回答 */
.faq-answer {
    display: none;
    padding: 0 16px 20px;
    color: #6b5b4b;
    line-height: 1.7;
}

.faq-answer.open {
    display: block;
}

/* よくある質問ここまで====================================== */

/* ドクター紹介ここから====================================== */
.doctorSubtitle {
    text-align: center;
    background-color: #b4a593;
    display: block;
    /* ブロック要素にして幅指定を有効にする */
    width: 40%;
    /* 幅を40%にする */
    margin: 0 auto;
    /* 左右の余白を自動で中央揃え */
    background-color: #b4a593;
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
}

.doctorWrap {
    max-width: 750px;
    margin: 0 auto;
    padding: 5px;
}

.doctorInner {
    background-color: #F8F8F8;
    margin: 30px 10px;
    padding: 20px;
    border-radius: 20px;
    max-width: 750px;
    box-shadow: 13px 7px 10px rgb(146, 146, 146, 0.4);
    position: relative;
}

.doctorImg_wrap {
    text-align: center;
    margin: 20px auto;
}

.doctorImg {
    max-width: 90%;
}

.doctorCatch {
    font-size: 20px;
    margin: 10px 0;
    color: #8B6944;
    font-weight: 600;
}

.doctorName {
    font-size: 18px;
    font-weight: 500;
    color: #513F2A;
}

.careerList {
    margin: 20px 0;
}

.careerWrap>li {
    margin-bottom: 5px;
}

.doctorComment_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.doctorComment_inner {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* ドクター紹介ここまで====================================== */

/* アクセス ここから=========================================*/
.accessWrap {
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

.addressInner {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.addressName {
    color: #141414;
    font-size: 18px;
    text-align: left;
    margin-left: 2rem;
}

address {
    color: #141414;
    font-size: 14px;
    text-align: left;
    margin-left: 2rem;
}

.accessButton {
    display: inline-block;
    background-color: #867664;
    padding: 7px 30px;
    margin: 30px;
}

.accessText {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #141414;
}

/* アクセス ここまで=========================================*/

/* 診療時間表デザイン ここから=================================*/
table {
    font-size: 13px;
    text-align: center;
    color: #323232;
    margin: 0 auto;
}

.timetableInner {
    max-width: 365px;
    margin: 0 auto;
}

.timetableWrap {
    margin: 30px auto;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
}

.tableLeft {
    background-color: #baaea0;
    padding: 10px;
    text-align: center;
}

.tableTop {
    background-color: #dcd2c7;
    padding: 10px;

}

td {
    padding: 10px;
    border: solid 1px #b4a593;
    background-color: #F8F8F8;
}

.timetableWrap>p {
    text-align: center;
}

.timetableText {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* 診療時間表デザイン ここから=================================*/

/* その他 ここから=================================*/

/* SNSアイコン */
.snsIcon {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

/* 各ウェーブ設定
.worrywave_top {
    height: 100px;
    background-image: url(../images/worryTop_wave.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    margin-bottom: -5px;
    line-height: 1;
/* } */

.solutionwave_top {
    height: 100px;
    background-image: url(../images/solutionTop_wave.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    margin-bottom: -5px;
    line-height: 1;
    background-position: bottom;
    padding: 0;
}

/* 
.opewave_top {
    height: 100px;
    background-image: url(../images/opeTop_wave.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    margin-bottom: -5px;
    line-height: 1;
    margin: 0;
    padding: 0;
} */

.flowwave_top {
    height: 100px;
    background-image: url(../images/solutionTop_wave.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    margin-bottom: -5px;
    line-height: 1;
    background-position: bottom;
    padding: 0;
}

/*
.faqwave_top {
    height: 100px;
    background-image: url(../images/faqTop_wave.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    margin-bottom: -5px;
    line-height: 1;
}

figure {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
 } */

/* その他 ここから=================================*/
.snsIcon {
    margin-bottom: 50px;
}

/* ここからレスポンシブ対応================================================ */
/* タブレットここから========================================= */
@media screen and (min-width: 768px) {
    .h2_big {
        font-size: 32px;
    }

    .logo {
        width: 260px;
        height: 70px;
    }

    .header_place {
        margin-top: 20px;
    }

    /* 予約フォーム電話番号差し替え */
    .tel_text {
        display: none;
    }

    .tel_number {
        display: inline;
        font-size: 18px;
        font-weight: bold;
    }


    .reservationWeb>a:hover {
        background-color: rgb(243, 169, 169);
        opacity: 0.5;
        transition: 0.5s;
    }

    .reservationWeb img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .reservationTell {
        flex: 1;
    }

    .reservationTell img {
        display: block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 4px;

    }

    .reservationText {
        padding-left: 10px;
        margin: 0;
    }

    /* tellボタン無効 */
    .reservationTell>a {
        pointer-events: none;
    }

    /* トップビュー差し替え */
    .pcImg {
        display: block;
        /* PC用画像を表示 */
        width: 100%;
        min-height: 500px;
        object-fit: cover;
    }

    .mobileImg {
        display: none;
        /* モバイル用画像を非表示 */
    }

    .pointWrap {
        margin: 20px auto;
    }

    .pointInner {
        max-width: 750px;
    }

    .headerText {
        font-size: 20px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* 値段白背景画像差し替え・高さ調整 */
    .priceWrap {
        background-image: url(../images/priceBack_pc.webp);
        height: 350px;
        margin-top: -150px;
    }

    .priceInner {
        transform: translateY(70px);

    }

    .priceSubtitle {
        font-size: 20px;
    }

    .priceTitle {
        font-size: 24px;
    }

    .price {
        font-size: 48px;
    }

    .priceRight_wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .priceUnder {
        font-size: 26px;
    }

    /* cta設定 */
    .ctaInner {
        border-radius: 10px;
        margin: 30px;
    }

    .ctaFlex>p {
        font-size: 16px;
    }


/* 交互に左右入れ替え */
.pointFlex:nth-child(even) {
    flex-direction: row-reverse;
}


    .pointInner {
        max-width: 100%;
        margin: 100px 0;
        overflow: hidden; /* 背景のはみ出し防止 */
    }

    .pointFlex {
        display: flex;
        justify-content: right;
        margin-bottom: 120px;
        margin: 80px 0;
    }
    .pointFlex2{
        display: flex;
        justify-content: left;
    }

    /* 偶数番目の並びを左右反転 */
    .pointFlex:nth-child(even) {
        flex-direction: row-reverse;
    }

    /* 写真部分の設定 */
    .pointFlex figure {
        width: 45%;
        max-width: 500px; /* 写真が大きくなりすぎないよう制限 */
        position: relative;
        z-index: 2; /* 写真を最前面に */
        margin: 0;
    }

    .pointImg {
        width: 100%;
        height: auto;
    }

    .pointImg img {
        width: 100%;
        height: auto;
        border-radius: 20px; /* 写真自体の角丸 */
    }

    /* テキスト背景（pointWrap）の設定 */
    .pointWrap {
        flex: 1;
        margin: 0 !important;
        padding: 60px 40px;
        position: relative;
        z-index: 1;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* 背景色を白〜グレーのグラデーションに固定 */
        background: linear-gradient(to bottom, #ffffff, #f2f2f2);
    }

    /* 【奇数番目】写真：左 / テキスト：右（背景は右端へ） */
    .pointFlex:nth-child(odd) .pointWrap {
        margin-left: -100px !important; /* 写真の中央付近まで潜り込ませる */
        padding-left: 120px;           /* 写真とテキストが重ならないよう余白調整 */
        border-radius: 50px 0 0 50px;  /* 写真側（左）だけ角丸 */
        padding-right: 10vw;          /* 画面右端からのテキスト余白 */
    }

    /* 【偶数番目】写真：右 / テキスト：左（背景は左端へ） */
    .pointFlex:nth-child(even) .pointWrap {
        margin-right: -100px !important; /* 写真の中央付近まで潜り込ませる */
        padding-right: 120px;            /* 写真とテキストが重ならないよう余白調整 */
        border-radius: 0 50px 50px 0;    /* 写真側（右）だけ角丸 */
        padding-left: 10vw;             /* 画面左端からのテキスト余白 */
    }

    /* タイトルと文章の微調整 */
    .pointTitle {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .pointFlex > p {
        padding: 0;
        line-height: 1.8;
    }
   
    .point_section {
        width: 100%;
        max-width: none;
        padding: 50px 0; /* 左右のパディングを0にする */
        overflow-x: hidden; /* 背景がはみ出さないようにガード */
    }

    .pointInner {
        width: 100%;
        max-width: none; /* コンテナの幅制限を完全に撤廃 */
        margin: 0;
    }

    .pointFlex {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 80px;
        position: relative;
    }

    /* 奇数番目：[写真] [テキスト背景→] */
    .pointFlex:nth-child(odd) {
        flex-direction: row;
        padding-left: 5%; /* 写真の左側に少し余白を作る */
    }

    /* 偶数番目：[←テキスト背景] [写真] */
    .pointFlex:nth-child(even) {
        flex-direction: row-reverse;
        padding-right: 5%; /* 写真の右側に少し余白を作る */
    }

    /* 写真部分の設定 */
    .pointFlex figure {
        width: 40%; /* 写真の幅を少し抑える */
        max-width: 500px;
        z-index: 2; /* 写真を一番上に */
        margin: 0;
    }

    .pointImg {
        width: 100%;
    }

    .pointImg img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        display: block;
    }

    /* テキスト背景（ここが画面端まで伸びます） */
    .pointWrap {
        flex: 1; /* 残りの幅をすべて使う */
        z-index: 1;
        padding: 60px 5%;
        margin: 0 !important;
        background: linear-gradient(to bottom, #ffffff, #f2f2f2);
        min-height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* 【奇数番目】左側の写真に被せ、右端を画面に付ける */
    .pointFlex:nth-child(odd) .pointWrap {
        margin-left: -100px !important; /* 写真の下に潜り込ませる */
        padding-left: 120px;            /* 重なり部分のテキスト余白 */
        border-radius: 50px 0 0 50px;   /* 写真側（左）だけ角丸50px */
    }

    /* 【偶数番目】右側の写真に被せ、左端を画面に付ける */
    .pointFlex:nth-child(even) .pointWrap {
        margin-right: -100px !important; /* 写真の下に潜り込ませる */
        padding-right: 120px;             /* 重なり部分のテキスト余白 */
        border-radius: 0 50px 50px 0;     /* 写真側（右）だけ角丸50px */
    }

    
    .pointInner {
        max-width: 100% !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pointFlex {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 60px; /* 項目間の余白 */
        position: relative;
    }

    /* 奇数番目(1, 3, 5...): 写真[左]・テキスト[右端に接地] */
    .pointFlex:nth-child(odd) {
        flex-direction: row;
    }

    /* 偶数番目(2, 4, 6...): 写真[右]・テキスト[左端に接地] */
    .pointFlex:nth-child(even) {
        flex-direction: row-reverse;
    }


    /* テキスト背景の設定 */
    .pointWrap {
        flex: 1; /* 残りの幅をすべて埋める（これで端まで届く） */
        z-index: 1; /* 写真の下に潜り込ませる */
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 !important;
        padding: 40px 60px;
        background: linear-gradient(to bottom, #ffffff, #f2f2f2);
    }

    /* 1番目・3番目などの設定（右端に接地） */
    .pointFlex:nth-child(odd) .pointWrap {
        margin-left: -150px !important; /* 写真の下に潜り込む量 */
        padding-left: 170px;           /* テキストが写真と被らないための余白 */
        border-radius: 50px 0 0 50px;  /* 写真側（左）のみ丸める、右端は0 */
    }

    /* 2番目・4番目などの設定（左端に接地） */
    .pointFlex:nth-child(even) .pointWrap {
        margin-right: -150px !important; /* 写真の下に潜り込む量 */
        padding-right: 170px;            /* テキストが写真と被らないための余白 */
        border-radius: 0 50px 50px 0;    /* 写真側（右）のみ丸める、左端は0 */
    }



    /* お悩み設定 */

    .worryItem {
        font-size: 20px;
    }

    .worryText {
        font-size: 16px;
        margin-left: 5px;
    }

    .worryTitle::before {
        width: 60px;
        height: 60px;
    }

    .worryImg {
        width: 600px;
        height: auto;
    }

    .worryInner {
        max-width: 500px;
        width: 500px;
        margin: 30px auto;
        margin-bottom: 100px;
    }

    .worryText {
        margin-left: 40px;
    }

    .worryInner {
        display: block;
        /* 念のため */
    }

    /* ulの余白調整（任意） */
    .worryInner ul {
        margin-top: 20px;
        padding-left: 0;
    }

    /* 解決設定 */
    .solutionTitle::before {
        width: 130px;
        height: 80px;
        left: -80px;
        bottom: 30px;
    }

    /*解決セクション横並び */
    .solutionWrap {
        padding-bottom: 100px;
    }

    .solutionInner_wrap {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .solutionInner_wrap {
        max-width: 700px;
        width: 700px;
    }

    .solutionInner {
        max-width: 100%;
        margin: 20px;
        margin: 1vw;
        max-width: 30vw;
    }

    .solutionInner img {
        max-width: 28vw;
        margin: 0 10px;
    }

    .about_flex {
        width: 700px;
        margin: 0 auto;
    }

    .aboutInner {
        min-height: 350px;
    }

    .about_container {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
    }

    /* オペ種類設定 */
    .opeInner>p {
        margin: 10px;
    }

    .opePrice_wrap {
        padding: 20px 50px;
    }

    .opePrice {
        font-weight: 900;
        font-size: 36px;
    }

    .opeName {
        color: #513F2A;
        font-size: 18px;
        text-align: center;
        margin-right: 5px;
    }

    .opeSubtitle {
        margin-top: 10px;
        font-size: 24px;
    }

    .opeTax {
        font-size: 14px;
    }

    .opeprice_flex {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    /* 施術の流れ設定 */
    .flowInner+.flowInner::before {
        font-size: 22px;
        margin-bottom: -20px;
    }

    .flowInner {
        margin: 30px;
    }

    /*  医師紹介*/
    .doctorInner {
        margin: 20px;
    }

    .doctorFlex {
        display: flex;
    }

    .careerWrap {
        align-items: center;
    }

    .brNone {
        display: none;
    }

    .faq {
        margin: 0 auto;
    }

    /* マップ設定 */
    .map_timeFlex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* アクセス設定 */
    .accessButton {
        font-size: 20px;
    }

    .mapImg {
        width: 30px;
        height: 30px;
        margin-left: 100px;
    }

    .timetableWrap {
        transform: translateY(-5px);
    }

    /* アクセス・時間横並び */
    .accessWrap,
    .timetableWrap {
        width: 50%;
        height: 550px;
    }

    /* 時間設定・表 */
    .timetableWrap>p {
        text-align: center;
        font-size: 16px;
    }

    .timetableText {
        margin-top: 5px;
        margin-left: 10px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    /* その他設定 */
    .snsIcon {
        margin-bottom: 150px;
    }

    dt,
    dd {
        font-size: 18px;
    }

    .insta {
        width: 60px;
        height: 60px;
    }

    .insta:hover {
        opacity: 0.7;
        color: #867664;
    }

    .youtube {
        width: 200px;
        height: 60px;
        margin-left: 30px;
    }

    .youtube:hover {
        opacity: 0.7;
        color: #867664;
    }

    .accessButton:hover {
        background-color: rgb(182, 162, 140);
    }
}

/* タブレットここまで========================================= */

/* PCサイズここから========================================== */
@media screen and (min-width: 1000px) {
h2{
    font-size: 32px;
}
.h2_big{
    font-size: 38px;
}
    .fv_Inner {
        height: 600px;
    }

    /* トップ画像大きさ */
    .pcImg {
        min-height: 600px;
        display: block;
        /* PC用画像を表示 */
        width: 100%;
    }

   

    /* 値段設定 */
    .priceUnder {
        font-size: 28px;
    }

    /* 値段背景画像サイズ */
    .priceWrap {
        background-image: url(../images/priceBack_pc.webp);
        height: 360px;
        margin-top: -100px;
    }

    /* cta サイズ */
    .ctaInner {
        border-radius: 10px;
        margin: 50px;
    }

    .ctaButton {
        font-size: 18px;
        padding: 15px 30px;
    }
.worryImg{
    width: 800px;
}
    .worryList {
        display: flex;
    }

    .worryInner {
        padding-bottom: 50px;
        margin-bottom: 100px;
        padding: 10px;
        padding-bottom: 30px;
    }

    /* こだわり白背景幅設定 */
    .pointWrap {
        max-width: 1000px;
    }

    .pointInner {
        max-width: 1200px;
        padding: 20px 80px;
    }

    /* オペ設定 */
    .opeInner {
        max-width: 1000px;
        padding: 20px 30px;
    }

    .opeInner_wrap {
        max-width: 1000px;
        display: flex;
    }

    .opePrice {
        font-size: 48px;
    }
.risk{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}
    /* 施術の流れ設定 */

    .flowInner {
        max-width: 1000px;
        margin: 40px 0;
    }

    .flowInner_wrap {
        max-width: 1000px;
    }
    .price_section{
        padding: 100px 0;
    }

    /* faq幅設定 */
    .faqItem_wrap {
        max-width: 900px;
        text-align: left;
    }

    /* 医師紹介 */
    .doctortitle_wrap {
        margin-left: 80px;
    }

    .doctorCatch {
        margin-top: 20px;
        font-size: 24px;
    }

    .doctorName {
        font-size: 22px;
    }

    .doctorWrap {
        max-width: 1000px;
    }

    .doctorInner {
        max-width: 1000px;
        margin-bottom: 60px;
    }

    .doctorFlex {
        margin: 40px 100px;
    }

    .doctorComment_wrap {
        max-width: 1000px;
        margin: 0 auto;
    }

    .aboutInner {
        padding: 20px 50px;
        }

    .point_section {
        margin: 100px auto;
    }

    /* アクセス、時間表ポジション */
    .sccessPosition {
        margin-left: 120px;
    }

    .timetablePosition {
        margin-right: 120px;
    }

    /* 各ウェーブ設定 */
    /* .worrywave_top {
        background-image: url(../images/worryWave_pc.webp);
        height: 190px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -5px;
        line-height: 1;
    }

    .solutionwave_top {
        background-image: url(../images/solutionWave_pc.webp);
        height: 190px;
        width: 100%;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -30px;
        line-height: 1;
        margin-top: -35px;
    } */

    /* .opewave_top {
        background-image: url(../images/opeWave_pc.webp);
        height: 190px;
        width: 100%;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -30px;
        line-height: 1;
        margin-top: -35px;
    } */

}

/* .flowwave_top {
        background-image: url(../images/flowWave_pc.webp);
        height: 170px;
        width: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -5px;
        line-height: 1;
                margin-top: -10px;

    } */

/* .faqwave_top {
        background-image: url(../images/faqWave_pc.webp);
        height: 170px;
        width: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -5px;
        line-height: 1;
                margin-top: -40px;

    }  */


/* 表設定 */
table {
    font-size: 16px;
    text-align: center;
    color: #323232;
    margin: 0 auto;
}

.timetableInner {
    max-width: 450px;
    margin: 0 auto;
}

.timetableWrap {
    padding: 10px 0;
}

.tableLeft {
    padding: 10px;
    text-align: center;
}

.tableTop {
    background-color: #dcd2c7;
    padding: 13px;
}

td {
    padding: 10px;
}

/* SNSアイコン */
.snsIcon {
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
}

.snsIcon {
    margin-bottom: 170px;
}


/* アニメーション */
.catchText,
.catchcopy {
    opacity: 0;
}

/* PCサイズここまで================================================ */
/* アニメーションここから============================================ */

.fv_Inner .fvList,
.catchText,
.catchcopy,
.pointTopWrap {
    animation: 1s fadeup ease-in-out forwards;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 10;
        transform: translateY(0);
    }
}

.spacer {
    height: 100vh;
    /* スクロール用の余白 */
}

.fade-in {
    opacity: 0;
    /* 初期は透明 */
    transform: translateY(20px);
    /* 少し下にずらす */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 表示状態 */
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* 本文アニメーション */
.animation {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

.animation.show {
    opacity: 1;
    transform: translateY(0);
}

.animationWrap {}

.timing02 {
    transition-delay: .2s;
}

.timing03 {
    transition-delay: .4s;
}

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}