/*共通*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    font-size: 100%;
    width: 100%;
}
body{
    color: #000000;
    font-family: "ヒラギノ明朝 Pro", serif;
    margin: 0;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
li{
    list-style: none;
}
a{
    color: #000000;
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
}

.inner2{
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (max-width: 769px) {
    .inner2{
        max-width: 100%;
        padding: 0;
    }
}


.inner3 {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.inner{
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.inner4{
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.section-title{
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.section-text{
    font-size: 45px;
    font-weight: normal;
    color: #cd1262;
    text-align: center;
}

.contact-img{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.btn{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.btn a{
    display: inline-block;
    width: 50%;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block;
  }
  
  .sp {
    display: none!important;
  }
  
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media (max-width: 769px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
  }

  .page-title {
    text-indent: -9999px;  /* 文字を画面外に飛ばす */
    white-space: nowrap;
  }

/*新規ヘッダー*/

.page-title{
    position: absolute;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    height: 100px;
    margin-top: 16px;
}
.web{
    background-color: rgba(255, 255, 255, .8);
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), inset 0 2px 3px rgba(255, 255, 255, 0.3);
}
.web a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    padding: 20px 30px;
}
.web img{
    max-width: 32px;
    text-align:center;
}
.button{
    background-color: rgba(60, 177, 86, .8);
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 2px 3px rgba(255, 255, 255, 0.3);
}
.button a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    padding: 15px 30px;
    color: #fff;
}
.button img{
    max-width: 35px;
    text-align:center;
}
.header_right{
    display: flex;
}
.header_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .header_left img{
        width: 190px;
    }
    header{
        margin-top: 0;
        position: static;
        height: auto;
        padding: 10px 0;
    }
    .header_section{
        display: block;
    }
    .header_left img{
        text-align: center;
        margin: 0 auto;
    }
    
}


/*メインビジュアル*/
.mainvisual{
    background-image: url("../img/mv10.png");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.japan_badge{
    padding-top: 130px;
    max-width: 130px;
}
.mv_lead{
    padding-top: 20px;
}
.mv_lead h1{
    font-size: clamp(45px, 4.9vw, 63px);
    color: #666;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    line-height: 1.4;
}
.lead1{
    background: linear-gradient(to right, #8ad0c9 0%, #b8e5e0 100%);
    color: #fff;
    display: inline-block;
    font-size: clamp(24px, 2.34vw, 30px);
    padding: 6px 25px;
    color: #fff;
    margin-top: 30px;
}

.mv_bottom {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 30px;
}
.mv_tag{
    position: relative;
    flex: 0 0 calc((100% - 40px) / 3);  /* gap20px × 2 = 40px */
    max-width: calc((100% - 40px) / 3);
}
.mv_tag img{
    width:100%;
    object-fit:cover;
    display:block;  
    border-radius: 10px;
    opacity: .8;
    box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 1),
    inset 1px 1px 8px rgba(255, 255, 255, 0.6),
        0 4px 4px rgba(0,0,0,0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.mv_tag p{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: clamp(20px, 8vw, 80px);
    text-align: left;
    color: #595757;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 600;
}
@media (max-width: 769px) {
    .mainvisual{
        background-image: url("../img/mv_sp5.webp");
        background-position: top;
    }
    .mv_bottom{
        display: block;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 25px;
    }
    .mv_tag{
        max-width: 60%;  /* ←幅を少し縮めると綺麗 */
        margin: 0 auto;  /* ★中央寄せの本丸 */
    }
    .mv_tag:nth-child(-n + 2) {
        margin-bottom: 20px; 
    }
    .mv_tag p{
        font-size: clamp(20px, 3.6vw, 24px);
        margin-top: 0;
    }
    .mv_lead h2{
        font-size: 29px;
    }
    .lead1{
        font-size: 17px;
        padding: 6px 10px;
    }
    .japan_badge{
        max-width: 100px;
        padding-top: 0;
    }
    .mv_top{
        display: flex;
        padding-top: 17px;
        justify-content: space-between;
        align-items: top;
    }
    .lead2{
        color: #fff;
        font-size: clamp(18px, 5vw, 40px);
        padding-top: 10px;
        letter-spacing: -1px;
    }
    .mv_title{
        font-size: 29px;
        text-align: center;
        padding-top: 215px;
    }
    .mv_title h1{
        font-size: clamp(24px, 3vw, 35px);
        color: #5FB7AD;
        -webkit-text-stroke: 5px #fff;
        paint-order: stroke fill;
        line-height: 1.5;
        text-shadow:  0 0 10px #fff,
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff, 
                    0 0 10px #fff;
    }
    .h2_big{
        font-size: clamp(28px, 3vw, 35px);
    }

}
@media (max-width: 500px) {
    .mv_tag{
        max-width: 100%;
    }
}




/*サブアクセスセクション*/
.sub_access{
    margin-top: 40px;
}
.address_txt{
    display: flex;
    gap: 15px;
    align-items: start;
    margin-bottom: 40px;
}
.train_txt{
    display: flex;
    gap: 15px;
    align-items: start;
}
.address_txt img{
    max-width: 15px;
    height: auto;
}
.train_txt img{
    max-width: 15px;
    height: auto;
}
.map_info{
    background: #EFF8F7;
    padding: 20px 35px;
}
.map_info h2{
    font-size: 20px;
    margin-bottom: 30px;
}
.map_box{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.access_map{
    max-width: 398px;
    width: 100%;
}

.sub_clender{
    background:#EFF8F7;
    place-items:center; 
    padding: 15px;
    margin-top: 20px;
  }
  .calendar-inner{
    background:#fff;
    padding: 10px 25px;
    box-sizing: border-box;
  }
  .business-hours{
    width:100%;
    max-width: 720px;
    margin: 0 auto;
    table-layout:fixed;
    border-collapse:collapse;
    border-radius:6px;
    overflow:hidden;
    font-size:clamp(14px, 1.5vw, 16px);
    color:#333;
  }
  thead{
    max-width: 100%;
  }
  .business-hours th,
  .business-hours td{
    padding:.5em 0.5em;
    text-align:center;
    vertical-align:middle;
    white-space:normal;         /* ← nowrapを外す */
    overflow-wrap:anywhere;     /* 長い語も折返し */
  }
  .business-hours thead th{
    border-bottom:1px solid #E5E8EE;
  }
.label,.time{
  border-right: 1px solid #E5E8EE;
  text-align: left!important;
}
.label{ width:6.2em; }
.time { width:6.2em; }
.note{
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
  color: #333;
}
.sub_clender h2{
    font-size: 19px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    padding-top: 6px;
    text-align: center;
}
.map-btn{
    background-color: #2C4883;
    border: 1.5px solid #2C4883;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 40px;
    transition: 0.5s;
} 
.map-btn:hover{
    background-color: #fff;
    transition: 0.5s;
    color: #2C4883;
}
.arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    float: right;
}
.arrow img {
    position: absolute;
    top: 35%;
    left: -40%;
    max-width: 30px;
    height: auto;
    transition: opacity .3s;
}
.arrow-blue{
    opacity: 0;
}
.map-btn:hover .arrow-white {
    opacity: 0;
}
.map-btn:hover .arrow-blue {
    opacity: 1;
}

@media (max-width: 769px) {
    .map_box{
        display: block;
    }
    .map_info{
        margin-top: 30px;
        padding: 20px 20px;
    }
    .map_info h2{
        text-align: center;
        font-size: 17px;
    }
    .map_info p{
        font-size: 14px;
    }
    .map-btn{
        text-align: center;
        margin-top: 20px;
    }
    .sub_access{
        margin-top: 20px;
    }
    .calendar-inner{
        padding: 10px 15px;
    }
    .access_map{
        max-width: 100%;
    }
}



/*アバウトセクション*/
.about_section{
    background: linear-gradient(to bottom, #D2EFEF 0%, #fff 100%);
    margin-top: 70px;
    padding-bottom: 100px;
}
.about_section h2{
    font-size: 40px;
    color: #666;
    text-shadow: 2px 2px 2px #fff;
    padding-bottom: 15px;
}
.about_header{
    padding-top: 60px;
    margin-bottom: 60px;
}
.about_header p{
    font-size: 24px;
    text-shadow: 2px 2px 2px #fff;
}

.about_header{
    text-align: center;
}

.about_contents{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
}
.about_content_img{
    max-width: 600px;
    flex:1;
}
.about_contents img{
    max-width: 100%;
}
.about_txt{
    font-size: 18px;
    line-height: 2.2;
    flex:1;
}

.xray{
    background: #fff;
    border-radius: 13px;
    margin-bottom: 60px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.xray_header{
    text-align: center;
    background-image: url("../img/section02_img1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.xray_content{
    display: flex;
    padding: 40px 25px;
    gap: 40px;
}
.xray_right{
    flex: 1;
}
.xray_txt{
    flex: 1;
}
.xray_content img{
    max-width: 550px;
    width: 100%;
}
.xray_header h3{
    background-color: #444;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 24px;
}
.yellow{
    color: yellow;
}
.xray_txt{
    font-size: 19px;
}
.xray_txt p:first-child{
    padding-top: 15px;
    padding-bottom: 40px;
}
.xray_txt p:nth-child(2) {
    padding-bottom: 40px;
}
.xray_img{
    position: relative;
}
.xray_memo{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
}
.xray_under{
    background: #FFD6D6;
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
}


.sankaku{
    text-align:center;
}
.sankaku img{
    max-width: 300px;
}
.about_case{
    display: flex;
    justify-content: center;
    gap:30px;
    margin-top: 50px;
}
.about_case img{
    padding: 20px;
    background: #fff;
}
.case_box{
    position: relative;
}
.top_case_tag{
    position: absolute;
    top:20px;
    left:20px;
    background: linear-gradient(90deg, #B8924A, #D9B86C);
    padding: 4px 0;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.about_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 25px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}
.about_menu a{
    background: #e78aa3;
    color: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    display: inline-block;
    width: 280px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative
}
.about_menu a::after{
    content: "";
    position: absolute;
    right: 18px; /* ← 右端からの距離 */
    top: 47%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    pointer-events: none; /* クリックの邪魔をしない */
}


@media (max-width: 769px) {
    .about_contents{
        display: block;
        margin-bottom: 60px;
    }
    .xray_content{
        display: block;
    }
    .xray_content img{
        width: 100%;
        padding-top: 25px;
        max-width: none;
    }
    .about_section h2{
        font-size: 30px;
    }
    .about_header p{
        font-size: 16px;
    }
    .about_txt{
        background-color: none;
    }
    .about_header{
        margin-bottom: 35px;
        padding-top: 40px;
    }
    .xray_header h3{
        font-size: 18px;
    }
    .xray_header{
        padding: 40px 0;
    }
    .xray_txt{
        font-size: 16px;
    }
    .xray_txt p:first-child{
        padding-bottom: 20px;
    }
    .xray_txt p:nth-child(2){
        padding-bottom: 20px;
    }
    .xray_memo{
        font-size: 12px;
        bottom: 10px;
    }
    .xray_content{
        padding-top: 20px;
    }
    .xray_under{
        font-size: 16px;
    }
    .about_case{
        display: inline-block;
        margin-top: 40px;
    }
    .sankaku img{
        max-width: 160px;
    }
    .xray{
        margin-bottom: 40px;
    }
    .about_case img{
        padding: 12px;
    }
    .about_case_section{
        text-align: center;
    }
    .case_box{
        margin: 0 auto;
    }
    .top_case_tag{
        top: 12px;
        left: 12px;
        font-size: 18px;
    }
    .about_menu a{
        font-size: 14px;
        width: 30%;
        aspect-ratio: 1/ 1;
        padding: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
        inset 0.5px 0.5px 1px rgba(255, 255, 255, .6),
        inset 0.5px 0.5px 1px rgba(255, 255, 255, .6);
    }
    .about_menu{
        gap: 10px;
        margin-top: 20px;
    }
    .about_menu a::after{
        right: 45%;
        top: 85%;
    }
    .about_content_img{
        max-width: none;
    }
    .about_contents img{
        width: 100%;
    }

}



/*サロン比較セクション*/
.salon_compair{
    margin-top: 60px;
    margin-bottom: 100px;
}
.salon_compair h2{
    text-align: center;
    font-size: 35px;
    color: #555;
    line-height: 1.8;
}
.salon_compair picture img{
    margin-top: 60px;
}
.salon_visu_area{
    position: relative;
}
.problem_list{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(49, 49, 49, .5);
    margin-bottom: 15%;
    padding: 60px 20px;
    z-index: 5;
    width: 100%;
}
.problem_list ul{
    max-width: 700px;
    margin: 0 auto;
}
.problem_list ul li {
    font-size: clamp(16px, 4vw, 24px);
    color: #fff;
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
}
.problem_list ul li::before{
    content:"";
    position: absolute;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 6px;
    left: -50px;
}
.blue{
    color: #C9E0F9;;
}
.salon_subtxt{
    text-align: center;
    font-size: 25px;
    line-height: 2;
    color: #555;
}
@media (max-width: 769px) {
    .salon_compair h2{
        font-size: 18px;
    }
    .salon_compair{
        margin-top: 0;
    }
    .salon_compair picture img{
        margin-top: 10px;
    }
    .problem_list ul li{
        font-size: 16px;
        margin-left: 50px;
        margin-bottom: 20px;
    }
    .problem_list ul li:nth-child(5){
        margin-bottom: 0;
    }
    .problem_list ul li::before{
        width: 20px;
        height: 20px;
        left: -35px;
    }
    .salon_subtxt{
        font-size: 16px;
        padding-top: 30px;
    }
    .yellow_under{
        background: linear-gradient(transparent 70%, #ffff00 80%);
    }
}

/*比較テーブル*/
.cmp{
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e6e6ea;
    overflow: hidden;
    font-size: 16px;
    margin-top: 60px;
}
.visually-hidden {
    position: absolute !important;
    width: 1px; 
    height: 1px; 
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; 
    border: 0;
}
.cmp .corner{
    width: 10rem;
    background: transparent;
}
.cmp th, .cmp td {
    border-bottom: 1px solid #D9D9D9;
}
.cmp .col-emiha {
    background: #d78da0;
}
.cmp .col-head {
    color: #fff;
    text-align: center;
    padding: 18px 12px;
    font-weight: 700;
    border-left: 1px solid #fff3;
}
.cmp .col-salon {
    background: #c8c8cc;
}
.cmp .row-head {
    background: #c69a64;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    padding: 22px 12px;
    border-right: 1px solid #e9d4b8;
}
.cmp td {
    padding: 22px 15px;
    text-align: center;
}
.cmp thead th + th, .cmp thead th + th + th, .cmp tbody td {
    border-left: 1px solid #eee;
}
.gray-salon{
    background: rgba(186, 186, 186, .2);
}
@media (max-width: 769px) {
    .cmp .corner{
        width: 5rem;
    }
    .cmp{
        font-size: 14px;
    }
    .cmp td{
        padding: 22px 10px;
    }
    .cmp tbody td{
        width: 40%;
    }
}


/*CVセクション*/
.cv_area{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F5A4B8;
}
.cv_area h2{
    color: #fff;
    font-size: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.cv_box{
    text-align: center;
    background: #fff;
    width: 90%;
    position: relative;
    margin: auto;
    padding: 0 20px;
}
.cv_place{
    font-size: 22px;
    color: #333;
    padding: 20px 0;
}
.cv_price{
    background: #F5A4B8;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    padding: 7px 25px;
}
.cv_btn{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 40px;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 800px;
}
.line_btn {
    background: #39A855;
    display: flex;
    justify-content: left;
    gap: 30px;
    align-items: center;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    max-width: 500px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25), inset 0 2px 3px rgba(255, 255, 255, 0.3),inset 0 2px 3px rgba(255, 255, 255, 0.3);
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.line_btn img{
    max-width: 70px;
}
.web_btn{
    background: #F47D87;
    display: flex;
    justify-content: left;
    gap: 30px;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    max-width: 500px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25),inset 0 2px 3px rgba(255, 255, 255, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.3);
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.web_btn img{
    max-width: 40px;
    width: 100%;

}

.contact_big {
    font-size: 28px;
}
.contact_hosoku{
    text-align: center;
    color: #fff;
    padding-top: 30px;
    font-size: 18px;
}
@media (max-width: 769px) {
    .cv_area h2{
        font-size: 20px;
    }
    .cv_place{
        font-size: 17px;
    }
    .cv_box{
        width: 100%;
    }
    .cv_price{
        font-size: 15px;
        padding: 7px 15px;
    }
    .cv_btn{
        display: block;
        width: 90%;
    }
    .line_btn{
        margin-bottom: 25px;
        font-size: 20px;
        gap: 30px;
        max-width: none;
        justify-content: left;
        display: flex;
    }
    .line_btn img{
        max-width: 50px;
    }
    .tel_btn img{
        max-width: 35px;
    }
    .contact_hosoku{
        font-size: 15px;
    }
    .contact_big {
        font-size: 23px;
    }
    .web_btn{
        font-size: 16px;
        justify-content: left;
        max-width: none;
        display: flex;
    }

}




/*選ばれる理由セクション*/
.title_header{
    background: url(../img/section11_background02.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0;
}
.title_header p{
    color: #fff;
    font-size: 88px;
    font-family: 'Optima', 'Segoe', 'Segoe UI', 'Candara', 'Calibri', 'Arial', sans-serif !important;
}
.title_header h2{
    color: #555;
    font-size: 36px;
    margin-top: -40px;
}
.ccp_one{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 100px;
}
.ccp_one img{
    max-width: 100%;
}
.ccp_one_img{
    max-width: 600px;
}
.ccp_one_img{
    flex:1;
}
.ccp_txt{
    flex:1;
}

.number{
    font-size: 28px;
    color: #ccc;
    padding-bottom: 5px;
}
.ccp_one h3{
    font-size: clamp(25px, 3vw, 33px);
    color: #5FB7AD;
    padding-bottom: 20px;
    line-height: 1.3;
}
.exp_txt{
    line-height: 1.8;
}
.ccp_two{
    display: flex;
    justify-content: left;
    gap: 50px;
    margin-bottom: 80px;
}
.ccp_two img{
    max-width: 600px;
    width: 100%;
}
}
.ccp_two h3{
    font-size: 33px;
    color: #5FB7AD;
    padding-bottom: 20px;
}

@media (max-width: 769px) {
    .ccp_one{
        display: block;
    }
    .ccp_two{
        display: block;
    }
    .title_header p{
        font-size: 38px;
    }
    .title_header h2{
        font-size: 20px;
        margin-top: -20px;
    }
    .ccp_one h3{
        padding-bottom: 12px;
    }
    .number{
        padding-bottom: 0;
        font-size: 24px;
    }
    .exp_txt{
        line-height: 1.6;
        font-size: 16px;
        padding: 18px 7px 0;
    }
    .ccp_one{
        margin-bottom: 40px;
    }
    .title_header{
        padding-bottom: 60px;
    }
}


/*さらに*/
.more{
    background: url(../img/blue_back.png);
    background-repeat: no-repeat;
    background-position: contain;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
}
.more_tag{
    background: linear-gradient(90deg, #AF4C75 0%, #DEA2B2 100%);
    display: inline-block;
    font-size: 35px;
    color: #fff;
    padding: 5px 40px;
}
.more_box{
    display: flex;
    justify-content: center;
    gap: 30px;
    border: 3px solid #fff;
    padding: 60px 0 30px;
    background-color: rgba(255,255,255,.4);
    margin-top: -40px;
}
.more_content{
    position: relative;
}
.more_content img{
    max-width: 200px;
    width: 100%;
}
.more_txt{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12%;
    text-align: center;
    color: #595757;
    line-height: 1.8;
    font-size: clamp(13px, 1.5vw, 26px);
    text-wrap: balance;
}
.pink_text{
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    background: linear-gradient(to bottom, #b84c6e, #d67fa0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.4;
}
.more_p{
    font-size: 18px;
}
.pink_size1{
    font-size: 44px;
}
.more_p2{
    font-size: 16px;
    line-height: 1.4;
}
.pink_size2{
    font-size: 37px;
}
.more_p3{
    font-size: 16px;
    line-height: 1.6;
}
.pink_size3{
    font-size: 35px;
    line-height: 1.2;
}
.more_p4{
    font-size: 17px;
    line-height: 1.6;
}
.pink_size4{
    font-size: 34px;
    line-height: 1.2;
}
@media (max-width: 769px) {
    .more_tag{
        font-size: 23px;
    }
    .more_box{
        margin-top: -25px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .more_content img{
        max-width: 150px;
        width: 100%;
    }
    .more_p2{
        font-size: 13px;
    }
    .more_p3{
        font-size: 12px;
    }
    .more_p4{
        font-size: 14px;
    }
    .pink_size2{
        font-size: 35px;
    }
    .pink_size3{
        font-size: 30px;
    }
    .pink_size4{
        font-size: 25px;
    }
    .more{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .more_box{
        padding-bottom: 15px;
        padding-top: 50px;
    }
}




/*認定書*/
.certificate{
    background: url(../img/staff-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.certi_content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}
.certi_img{
    flex:1;
}
.certi_txt{
    flex:1;
}
.certi_content img{
    max-width: 330px;
    width: 100%;
}
.certi_txt{
    font-size: 22px;
    color: #555;
}
.certi_txt p:first-child{
    padding-bottom: 60px;
}
.certi_txt h2{
    font-size: 60px;
    color: #fff;
}

@media (max-width: 769px) {
    .certi_content{
        display: block;
        margin: 0 auto;
    }
    .certi_content img{
        width: 80%;
    }
    .certi_img{
        text-align: center;
    }
    .certi_txt{
        font-size: 16px;
        padding-top: 40px;
    }
    .certi_txt p:first-child{
        padding-bottom: 30px;
    }
}


/*症例*/
.case_header{
    text-align: center;
    padding: 80px 30px;
}
.case_header h2{
    font-size: 100px;
    color: #999999;
    line-height: 1;
}
.case_header p{
    font-size: 24px;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 25px;
}
.case_top{
    display: flex;
    justify-content: left;
    gap: 30px;
    align-items: center;
    padding-top: 16px;
}

.case_one{
    background: #fff;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(135deg, #d4af37, #c19a3f, #b8860b);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}
.case_content{
    padding: 20px;
}
.case_image{
    display: flex;
    gap: 12px;
}
.case_image img{
    max-width: 220px;
    width: 50%;
}
.age_sex{
    font-size: 22px;
    color: #666666;
    text-align: center;
}
.case_price{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
    color: #68b3ad;
}
.case_time{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
    color: #68b3ad;
}
.case_risk{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
    color: #68b3ad;
}
.price_head,
.time_head,
.risk_head {
    display: inline-block;
    border: 1px solid #68b3ad;
    text-align: center;
    flex: 0 0 30%;   /* ← 30%固定。縮ませない */
}
.case_number{
    background: linear-gradient(to left, #d9b86c 0%, #b8924a 100%);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 4px 40px;
}
.case_insta{
    padding: 80px 0;
    max-width: 600px;
    margin: 0 auto;
}
.case_movie{
    text-align: center;
}
.case_movie h2{
    display: inline-block;
    background: linear-gradient(90deg, #5FB7AD 0%, #AEE0DA 100%);
    color: #fff;
    padding: 3px 70px;
    font-size: 22px;
    margin-bottom: 20px;
}
.case{
    padding-bottom: 100px;
}
.youtube {
    width: 100%;
    max-width: 800px;      /* お好みで */
    margin: 0 auto;
    aspect-ratio: 16 / 9;  /* ここで比率固定 */
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 769px) {
    .case_header h2{
        font-size: 60px;
    }
    .case_header{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .case_content{
        font-size: 14px;
    }
    .case_insta{
        padding: 60px 0;
    }
}




/*治療の流れ*/
.flow{
    background: #F3F7F6;
    padding-top: 120px;
    padding-bottom: 80px;
}
.flow_header{
    text-align: center;
    color: #666;
    padding-bottom: 100px;
}
.flow_header h2{
    font-size: 34px;
}
.c-flow01_flex{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.c-flow01_flex_img{
    max-width: 400px;
    flex: 1;
}
.c-flow01_flex img{
    max-width: 100%;
}
.c-flow01_flex p{
    line-height: 2;
    flex: 1;
}
.c-flow01_item{
    position: relative;
    padding: 28px 0 46px 90px;
    overflow: hidden;
}
.c-flow01_item+.c-flow01_item {
    margin-top: 13px;
}
.c-flow01_item::after{
    content: "";
    position: absolute;
    top: 97px;
    left: 30px;
    height: 100%;
    width: 1px;
    background-color: #5FB7AD;
}
.c-flow01_item-num{
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #5FB7AD;
}
.c-flow01_item-num .step{
    font-size: 1.3rem;
    display: block;
    line-height: 1.2;
}
.c-flow01_item-num .num {
    font-size: 3rem;
    margin-top: -60px;
    line-height: 1;
}
.c-flow01_item_head{
    font-size: 2rem;
    margin-bottom: 20px;
}
.c-flow01_item h3{
    color: #666;
}

@media (max-width: 769px) {
    .c-flow01_flex{
        display: block;
    }
    .c-flow01_flex img{
        width: 100%;
    }
    .c-flow01_item_head{
        font-size: 1.3rem;
    }
    .flow_header h2{
        line-height: 1.3;
        font-size: 23px;
    }
    .flow{
        padding-top: 60px;
    }
    .flow_header p{
        font-size: 13px;
        padding-top: 10px;
    }
    .case{
        padding-bottom: 40px;
    }
    .c-flow01_item-num .step{
        font-size: 0.8rem;
    }
    .c-flow01_item-num .num{
        font-size: 2.3rem;
    }
    .c-flow01_item-num{
        left: 10px;
        top: 13px;
    }
    .c-flow01_item{
        padding-left: 70px;
        padding-bottom: 40px;
    }
    .c-flow01_flex p{
        padding: 15px 5px 0;
        font-size: 14px;
    }
    .flow_header{
        padding-bottom: 50px;
    }
}




/*料金セクション*/
.price{
    padding-top: 100px;
    padding-bottom: 100px;
}
.price_header{
    text-align: center;
}
.price_header h2{
    font-size: 80px;
    color: #999;
}
.price_header p{
    font-size: 20px;
    color: #999;
    margin-top: -15px;
}
.price_box{
    background: #F7FAFF;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 50px;
}
.price_one{
    display: flex;
    justify-content: center;
    margin: 0 auto; 
    max-width: 700px;
    border-bottom: 1px dotted #666;
    margin-bottom: 30px;
    align-items: center;
}
.price_usually {
    margin-left: auto; 
    text-decoration: line-through;
    opacity: 0.6;
    white-space: nowrap;
}
.price_price {
    margin-left: auto; 
    font-weight: bold;
    white-space: nowrap;
    font-size: 30px;
    color: #444;
}
.price_box h3{
    text-align: center;
    font-size: 28px;
    color: #5FB7AD;
    padding-bottom: 40px;
}
.price_name{
    font-size: 20px;
}
.price_name2{
    font-size: 18px;
}
.how_pay{
    text-align: center;
    background: #F7FAFF;
    padding: 40px 0 60px;
}
.pay_content{
    max-width: 700px;
    margin: 0 auto;
}
.pay_content h3{
    font-size: 28px;
    color: #5FB7AD;
    padding-bottom: 10px;
}
.pay_content p{
    padding-bottom: 40px;
}
.zei{
    font-size: 16px;
}

@media (max-width: 769px) {
    .price_name{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .price_name2{
        background: #5FB7AD;
        display: inline-block;
        color: #fff;
        padding: 4px 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .price_one{
        display: block;
    }
    .price_usually{
        margin-bottom: 15px;
    }
    .pay_content img{
        width: 90%;
    }
    .how_pay{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .price{
        padding-top: 30px;
    }
    .price_header h2{
        font-size: 60px;
    }
    .price_box{
        padding: 20px 20px;
    }
}


/* そのほかのホワイトニング */

.other_menu{
    background: url(../img/bg_other01-pc.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}
.other_menu h2{
    font-size: 32px;
    color: #654f44;
    text-align: center;
    padding: 60px 0;
}
.other_white{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.other_white_one{
    background: #fff;
    padding: 20px 30px;
}
.other_white_one h3{
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
}
.menu_txt{
    background: #F9FBFD;
    margin-top: 10px;
    text-align: center;
}
.menu_txt p{
    font-size: 22px;
    color: #654F44;
    padding: 15px;
    font-weight: 600;
}
.menu_txt ul{
    display: inline-block;
    text-align: left; /* 中央寄せの中で箇条書き自体は左揃えに */
    margin: 0 auto;
    padding: 0;
    padding-bottom: 15px;
}
.menu_txt li {
    position: relative;
    padding-left: 1.2em; /* 四角とテキストの間隔 */
    margin-bottom: 0.4em;
}
.menu_txt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.44em; /* 垂直位置を微調整 */
    width: 0.7em;  /* 四角のサイズ */
    height: 0.7em;
    background-color: #5db0a7; /* 緑色（お好きな色に変更OK） */
}
.other_btn {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    background: #5FB7AD;
    max-width: 70%;
    padding: 13px 0;
    border-radius: 3px;
    position: relative; 
}
  
.other_btn a {       /* 子要素のimgを絶対配置できるようにする */
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    padding-right: 35px;       /* 右側に矢印分の余白 */
}
  
.other_btn a img {
    position: absolute;
    right: 20px;               /* ボタン右端に固定 */
    top: 50%;                  /* 縦中央 */
    transform: translateY(-50%);
    width: 20px;
    height: auto;
}
.other_other{
    background: #fff;
    margin-top: 30px;
    padding: 30px 40px;
}
.other_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    max-width: 1000px;
    margin: 0 auto;
}
.other_head h3{
    font-size: 26px;
}
.other_head p{
    color: #5FB7AD;
    font-size: 24px;
}
.other_main{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}
.other_main_img {
    max-width: 500px;  
}
.other_main img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.other_main p{
    max-width: 500px;
    line-height: 30px;
}
.other_tax{
    font-size: 16px;
}



@media (max-width: 769px) {
    .other_main_img{
        max-width: 100%;
    }
    .other_main p{
        max-width: 100%;
    }
    .other_main img{
        width: 100%;
    }
    .other_main{
        display: block;
    }
    .other_white{
        display: block;
    }
    .other_white_one:first-child{
        margin-bottom: 20px;
    }
    .other_menu h2{
        font-size: 24px;
        padding-bottom: 40px;
    }
    .other_btn{
        max-width: 100%;
    }
    .other_head{
        display: block;
    }
    .other_head h3{
        font-size: 22px;
    }
    .other_head p{
        text-align: right;
        font-size: 20px;
    }
    .other_tax{
        font-size: 14px;
    }  
    .other_white_one{
        padding: 20px 20px;
    }
    .other_other{
        padding: 20px 30px;
    }
    .other_main p{
        padding-top: 15px;
    }
    .other_white_one h3{
        font-size: 20px;
    }
}


 /* ================================================
  ホワイトニングとリップアートのダブルケア_20250812
===================================================*/

.lipart_transition{
    background: linear-gradient(to bottom, #F9FDFF 0%, #D2EFEF 100%);
    padding-bottom: 100px;
    font-family: "ヒラギノ明朝 Pro", serif;
  }
  .lip_head{
    text-align: center;
    padding-top: 60px;
  }
  .head_phrase{
    font-size: 22px;
    padding-bottom: 15px;
  }
  .head_box{
    background-color: #D5407C;
    display: inline-block;
    color: #fff;
    padding: 7px 40px;
    font-size: 18px;
  }
  .lip_contents_box{
    background-color: #fff;
    margin-top: 80px;
    border-radius: 20px;
    padding: 50px 60px;
  }
  .lip_about_section{
    display: flex;
    gap: 40px;
  }
  .about_left{
    flex: 1;
  }
  .lip_about_img{
    flex: 1;
    max-width: 400px;
  }
  .lip_about_img img{
    max-width: 100%;
    height: auto;
  }
  .lip_case_sp{
    width: 100%;
  }
  
  .sub_title{
    text-align: center;
    font-family: 'Optima', 'Segoe', 'Segoe UI', 'Candara', 'Calibri', 'Arial', sans-serif !important;
    font-size: 45px;
    color: rgba(95, 183, 173, 0.1);
    text-align: left;
  }
  .about_left h2{
    font-size: 34px;
    color: #D5407C;
    padding-bottom: 30px;
    margin-top: -20px;
  }
  .about_sub_txt{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .about_big{
    font-size: 26px;
    background-color: #8BE0F5;
    padding: 3px 10px;
    color: #333;
  }
  .about_txt{
    font-size: 16px;
  }
  .merit_badge{
    display: flex;
    gap: 20px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .merit_badge img{
    width: 100%;
  }
  .border_line{
    border: 1px solid #C0CDDC;
    margin: 40px 0;
  }
  
  .lip_problem_section{
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
  .lip_problem_img{
    flex: 1;
    max-width: 500px;
  }
  .problem_left{
    flex: 1;
  }

  .lip_problem_section img{
    max-width: 100%;
  }
  .problem_box{
    background-color: #E67993;
    color: #fff;
    font-size: 20px;
    padding: 5px 40px;
  }
  .problem_head{
    text-align: center;
  }
  .problem_left ul{
    margin: 30px 0;
    padding-left: 50px;
  }
  .problem_left ul li{
    font-size: 18px;
    line-height: 2;
    position: relative;
    list-style: none;
    padding-left: 7px;
    padding-bottom: 10px;
  }
  .problem_left ul li::before{
    content: "";
    position: absolute;
    background: url(../img/check-1.png)no-repeat center / contain;
    top: 5px;
    left: -30px;
    width: 25px;
    height: 25px;
    align-items: flex-start;
  }
  .lip_btn_section{
    text-align: center;
    margin-top: 80px;
  }
  .more_lip_btn{
    background-color: #E67993;
    color: #fff;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 24px;
    border-radius: 50px;
    position: relative;
    border: 2px solid #E67993;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .more_lip_btn:hover{
    background: #fff;
    color: #E67993;
  }
  
  
  .more_lip_btn::after{
    content: "";
    position: absolute;
    background: url(../img/whitening/play.png)no-repeat center / contain;
    top: 35%;
    right: 30px;
    width: 25px;
    height: 25px;
  }
  
  
  .merit_circle{
    position: relative;
  }
  .merit_circle p{
    position: absolute;
    inset: 0;                         /* = top/right/bottom/left:0 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;          /* 常にど真ん中 */
    padding: 0 12%;                   /* 円縁に当たらないよう余白 */
    text-align: center;
    color: #595757;
    line-height: 1.8;
    font-size: clamp(13px, 1.8vw, 22px);   /* さらに小さめまで許容 */
    text-wrap: balance;               /* 対応ブラウザで改行最適化 */
  }
  .merit_kome{
    font-size: 11px;
    line-height: 0.5;
    padding-top: 10px;
  }
  
  
  @media screen and (max-width: 769px) {
    .lip_about_section{
        display: block;
    }
    .lip_problem_section{
        display: block;
    }
    .merit_badge{
        flex-wrap: wrap;
    }
    .problem_left ul{
        background-color: rgba(150, 150, 150, 0.1);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lip_contents_box{
        padding: 20px 20px;
    }
    .about_left h2{
        font-size:29px;
        margin-top: -20px;
        text-align: center;
    }
    .about_sub_txt{
        font-size: 18px;
        padding-top: 30px;
    }
    .about_txt{
        padding: 20px 7px 0;
        font-size: 16px;
        line-height: 2;

    }
    .about_txt p:first-child{
        padding-bottom: 10px;
    }
    .problem_left{
        width: 100%;
    }
    .more_lip_btn{
        width: 100%;
        font-size: 18px;
        padding-right: 25px;
    }
    .more_lip_btn::after{
        top: 34%;
    }
    .lip_btn_section{
        margin-top: 40px;
    }
    .more_lip_btn::after{
        width: 20px;
        height: 20px;
    }
    .lip_contents_box{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .sub_title{
        text-align: center;
        font-family: 'Optima', 'Segoe', 'Segoe UI', 'Candara', 'Calibri', 'Arial', sans-serif !important;
        font-size: 45px;
        color: rgba(95, 183, 173, 0.1);
    }
    .merit_circle{
      width: 40%;
      margin: 0 auto;
    }
    .merit_circle p{
      font-size: clamp(15px, 3vw, 24px);
    }
    .problem_left ul li{
        font-size: 16px;
    }
    .problem_left ul li::before{
        width: 22px;
        height: 22px;
      }
      .head_phrase{
        font-size: 16px;
      }
  } 
  @media (max-width: 420px){
    .merit_circle{
        width: 47%;
        margin: 0 auto;
    }
    .merit_badge{
        gap: 10px;
    }
    .about_left h2{
        font-size:25px;
        margin-top: -20px;
        text-align: center;
    }
  }
  
  .inner2{
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  @media screen and (max-width: 769px) {
    .inner2{
        max-width: 100%;
        padding: 10px;
    }
  }



  /*理事長メッセージ*/
  .whitening-message{
    overflow: hidden;
  }
  .c-message__inner{
    display: flex;
    justify-content: center;
    gap:30px;
    padding-top: 120px;
    padding-bottom: 47px;
  }
  .c-message__head .main{
    font-size: 30px;
    color: #5FB7AD;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif !important;
    font-weight: 600;
    letter-spacing: 3px;
  }

  .c-message__head .sub {
    color: #666666;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-bottom: 37px;
    text-align: center;
    font-size: 14px;
}
  .c-message__head .sub::before{
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 6px;
    width: 196px;
    height: 24px;
    background: url(../img/img_fukidashi01.png) no-repeat center / contain;
  }
  .c-message__txt{
    line-height: 2.57;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
  .c-message__head {
    margin-bottom: 20px;
}
.c-message__img {
    position: relative;
    z-index: 1;
    margin: 0;
}
.c-message__info {
    color: #666666;
    position: relative;
    padding: 6px 25px 20px;
}
.c-message__info::before {
    content: "";
    position: absolute;
    width: 660px;
    height: calc(100% + 150px);
    bottom: 0px;
    top: auto;
    left: -90px;
    z-index: -1;
    background: #EFF8F7;
}
@media (max-width: 1024px) {
    .c-message__info::before {
        width: calc(100% + 90px); /* ← 左には出る、右は出ない */
    }
}
.c-message__info-name {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(137, 105, 117, 0.2);
}
.c-message__info-name .large {
    font-size: 35px;
}
.c-message__info-list>li {
    padding-left: 20px;
    line-height: 2;
    position: relative;
}
.c-message__info-list>li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/ico_kira01_yellow.svg) no-repeat center / contain;
}
.c-message__info-head {
    font-size: 22px;
}
.c-set03__wrap {
    margin-top: 100px;
    padding-bottom: 120px;
    color: rgb(85, 85, 85);
}
.c-set03.has-img {
    padding: 30px 58px 15px;
    overflow: hidden;
}
.c-set03 {
    padding: 30px 58px;
    position: relative;
    background-color: #F9FBFD;
}
.c-set03+.c-set03 {
    margin-top: 30px;
}
.c-set03__img {
    width: 206px;
    margin-right: 26px;
    float: left;
    margin-bottom: 15px;
    text-align: center;
}
.c-set03.has-img .c-set03__head {
    text-align: left;
}
.c-set03__head {
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    text-align: center;
}
.u-font-shipp {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}
.c-set03 p+p {
    margin-top: 2em;
}

@media screen and (max-width: 769px) {
    .c-message__inner{
        display: block;
    }
    .c-message__head .main{
        font-size: 24px;
    }
    .c-message__info::before{
        left: 15px;
        overflow: hidden;
    }
    .c-message__info{
        padding-left: 35px;
        padding-right: 20px;
    }
    .c-message__info-list>li{
        font-size: 14px;
    }
    .c-set03__wrap{
        margin-top: 40px;
    }
    .c-set03.has-img .c-set03__head{
        font-size: 20px;
        text-align: center;
    }
    .c-message__inner{
        padding-top: 80px;
    }
    .c-set03__img{
        float: none;
        width: 100%;
    }
    .c-set03.has-img{
        padding: 16px 20px 25px;
    }
    .c-message__txt{
        padding-bottom: 15px;
    }
    .c-message__img{
        margin-left: -25px;
        margin-right: 15px;
    }
    .c-set03__head{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .c-set03{
        padding: 16px 20px 25px;
    }
    .c-set03__wrap{
        margin-bottom: 0px;
        padding-bottom: 60px;
    }
}


/*よくある質問*/
.c-faq01__sec{
    background-color: #F9FBFD;
    padding-top: 74px;
    padding-bottom: 96px;
}
.c-head03__inner{
    text-align: center;
}
.c-head03__sub {
    font-size: 88px;
    font-family: 'Optima', 'Segoe', 'Segoe UI', 'Candara', 'Calibri', 'Arial', sans-serif !important;
    color: rgba(95, 183, 173, 0.2);
}
.c-head03__main {
    margin-top: -40px;
    font-size: 36px;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
}
.c-head03__lead{
    color: #333;
}
.c-head03 {
    position: relative;
    margin-bottom: 60px;
}
.c-head03::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: 32px;
    aspect-ratio: 1;
    background: url(../img/medical-menu-list-icon.svg) no-repeat center center / contain;
}


.c-faq01>dt, .c-faq01 dd {
    padding: 19px 90px;
}
.c-faq01>dt {
    position: relative;

    background-color: #5FB7AD;
    color: white;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    cursor: pointer;
    letter-spacing: 0.1em;
}
.c-faq01>dt::before, .c-faq01 dd::before {
    content: "";
    position: absolute;
    background: url(../img/ico_q.png) no-repeat center / contain;
    top: 22px;
    left: 37px;
    width: 36px;
    height: 34px;
}
.c-faq01>dt::after {
    position: absolute;
    content: "";
    display: block;
    margin-top: -1px;
    background: url(../img/ico_arrow02.png) no-repeat center / contain;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    width: 34px;
    height: 34px;
    top: 21px;
    right: 48px;
}
.c-faq01 > dt.is-active::after {
    transform: rotate(0deg);             /* ← くるっと回転 */
}

.c-faq01>dt, .c-faq01 dd {
    padding: 19px 90px;
}
.c-faq01>dd {
    position: relative;
}
.c-faq01 dd::before {
    content: "";
    position: absolute;
    background: url(../img/ico_a.png) no-repeat center / contain;
    top: 19px;
    left: 43px;
    width: 24px;
    height: 26px;
}

.c-btn01__link{
    background: white;
    color: #5FB7AD;
    border: 2px solid #5FB7AD;
    padding: 21px 40px 21px 25px;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.u-treatment-more-btn{
    max-width: 660px;
    width: 100% !important;
    margin: 60px auto 0;
}
.c-btn01.is-arw .c-btn01__link {
    position: relative;
    padding: 17px 20px;
}
.c-btn01.is-arw .c-btn01__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../img/ico_arrow01.svg) no-repeat center / contain;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.c-faq01+.c-faq01 {
    margin-top: 36px;
}
.js-c-toggle-content{
    display: none;
}


.js-c-toggle-trigger {
    position: relative;
    cursor: pointer;
    padding-right: 40px; /* 矢印のスペース */
  }
  
  .faq-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 21px;
    height: 21px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
  }
  
  /* 開いたときに回転 */
  .js-c-toggle-trigger.is-active .faq-arrow {
    transform: translateY(-50%) rotate(180deg);
  }

  @media screen and (max-width: 769px) {
    .c-head03__sub{
        font-size: 40px;
    }
    .c-head03__main{
        font-size: 26px;
        margin-top: -25px;
    }
    .c-head03__lead{
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .c-faq01>dt{
        font-size: 16px;
    }
    .c-faq01>dt, .c-faq01 dd{
        padding: 12px 37px 12px 40px;
    }
    .c-faq01>dt::before, .c-faq01 dd::before{
        top: 6px;
        left: 15px;
        width: 15px;
    }
    .c-faq01 dd::before{
        top: 12px;
        left: 15px;
        width: 15px;
    }
    .c-faq01>dt::after{
        top: 30%;
        right: 10px;
        width: 21px;
    }
  }



    /* フローティングボタン */
    .floating-btn{
        position: fixed;
        left: 50%;
        bottom: calc(16px + env(safe-area-inset-bottom));
        transform: translateX(-50%);
        width: min(640px, 88vw);
        z-index: 9999;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
      }
      .floating-btn.is-visible {
        opacity: 1;
        visibility: visible;
      }
      .ft-flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        background: rgba(255, 255, 255,.8);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-radius: 7px;
        padding: 10px 18px;
        box-shadow: 0 1px 20px rgba(0,0,0,.18);
        border: 1px solid rgba(255,255,255,.7);
      }
      .ft-btn{
        flex: 1 1 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 48px;
        border: 0;
        background: transparent;
        cursor: pointer;
        text-decoration: none;
        border-radius: 8px;
        justify-content: center;
      }
      .ft-btn img{
        max-width: 20px;
      }
      .ft-ico{
        width: 22px;
        height: 22px;
      }
      .ft-label{
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        background: linear-gradient(90deg, #1b79c7, #69b07a);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
      .ft-divider{
        width: 1px;
        align-self: stretch;
        margin: 0 10px;
        background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.02));
      }





/* 浮遊ハンバーガーボタン（SP） */
.floating-menu-btn {
    position: fixed;
    top: 30px;          /* 余白はお好みで調整 */
    right: 12px;
    z-index: 1000;      /* ヘッダーやコンテンツより前面に */
    display: flex!important;
    align-items: center;
    gap: 8px;
    padding: 12px 12px 12px 14px;
    border-radius: 5px;
    border: 1px solid #5FB7AD;      /* 線の色（参考：オレンジ系） */
    background-color: rgba(255,255,255,.9);      /* 薄いオレンジ系の背景 */
    color: #666;                 /* 文字＆アイコンの色 */
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    outline: none;
  
    /* JSで制御する前提の非表示状態（デフォルト） */
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  @media (min-width: 769px) {
    .floating-menu-btn.sp {
      display: none !important;
    }
  }
  
  /* 表示状態（とりあえず今は .is-visible をHTMLに直接付けておく） */
  .floating-menu-btn.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  
  /* テキスト部分 */
  .floating-menu-btn__text {
    line-height: 1;
    font-size: 14px;
  }
  
  /* アイコン部分（3本線のコンテナ） */
  .floating-menu-btn__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }
  
  /* 3本線そのもの */
  .floating-menu-btn__icon span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background-color: currentColor;
  }
  
  /* ホバー・フォーカス時の軽いフィードバック */
  .floating-menu-btn:hover,
  .floating-menu-btn:focus-visible {
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
  }
  
  /* PCでは非表示（すでに .sp で制御しているならそちらに合わせる） */
  @media (min-width: 769px) {
    .floating-menu-btn.sp {
      display: none;
    }
  }


  /* ===========================================
   ホワイトニングLP専用ドロワーメニュー
   （MENUボタンを押したときに出てくる “器”）
=========================================== */

/* 器そのもの：共通 .l-nav を LP 用に上書き */
.l-nav.lp-nav-whitening {
    position: fixed;            /* 画面に貼り付け */
    inset: 0;                   /* top/right/bottom/left: 0 */
    z-index: 1400;
    background: #fff;
    max-height: 100vh;
    min-width: 320px;
    box-sizing: border-box;
  
    /* 中身スクロール可 */
    padding: 70px 0 80px;       /* 上：ロゴ分・下：少し余白 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  
    /* ★デフォルトは「見えない＆クリックできない」 */
    opacity: 0;
    pointer-events: none;
    transform: translateX(120%);    /* 画面の右外で待機 */
    transition: opacity .25s ease, transform .25s ease;
  }
  
  /* 開いたとき（JSで .is-open を付ける前提） */
  .l-nav.lp-nav-whitening.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  
  /* PC ではこのLP専用ドロワーは使わない */
  @media (min-width: 1206px) {
    .l-nav.lp-nav-whitening {
      display: none;
    }
  }
  
  /* ───────── メニュー内レイアウト（LP用の軽い調整） ───────── */
  
  .l-nav.lp-nav-whitening .l-nav-list {
    padding: 0 16px 32px;
    text-align: left;
    color: #666;
  }
  .l-nav-list__item{
    padding: 16px 0;
  }
  .l-nav.lp-nav-whitening .l-nav-list__item + .l-nav-list__item {
    border-top: 1px solid #eee;
  }
  
  /* 各行の高さ・左寄せなど */
  .l-nav.lp-nav-whitening .l-nav-list__item-link {
    justify-content: flex-start;
    font-size: 16px;
    gap: 8px;
  }
  
  /* 「関連美容メニュー」みたいな見出し行を強調したい場合 */
  .l-nav.lp-nav-whitening .l-nav-list__item-link.is-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #999;
    justify-content: flex-start;
  }
  
  /* 下層リンク（もし ul の中にさらに ul を入れるなら） */
  .l-nav.lp-nav-whitening .l-nav-list__child-wrap {
    padding: 0 8px 12px;
  }
  
  /* ───────── 背景の黒マスク（オーバーレイ） ───────── */
  
  .l-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(0, 0, 0, 0.25);
  
    /* デフォルトは非表示 */
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  
  /* JS で .is-open を付けたときだけ有効にする */
  .l-nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  
  /* PCではもともとの仕様どおり出さない */
  @media (min-width: 1206px) {
    .l-nav-overlay {
      display: none !important;
    }
  }


  /* LP専用ナビのクローズボタン */
.lp-nav-whitening .lp-nav-close {
    position: absolute;
    top: 33px;
    right: 17px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    color: #666;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .lp-nav-whitening .lp-nav-close:focus-visible {
    outline: 2px solid #5FB7AD;
  }

.l-nav-list__child{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}
  .l-nav-list__child-item{
    margin: 0 0 2%;
    width: 49%;
    height: 74px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link01{
    background: linear-gradient(0deg, #f3c9d8 0%, #e48ba3 100%) !important;
  }
  .link02{
    background: linear-gradient(0deg, rgba(109, 186, 178, 0.6) 0%, #5FB7AD 100%);
  }
  .link03{
    background: linear-gradient(0deg, #E5D96B 0%, #D6C752 100%);
  }
  .link04{
    background: linear-gradient(0deg, #A5CC97 0%, #70B966 100%);
  }

.l-nav-list__child-item img{
    position: absolute;
    top: 50%;
    left: 3px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}
.l-nav-list__child-item-txt{
    font-size: 13px;
    padding-left: 40px;
    color: #fff;
}


 /* その他の診療メニュー */

  .treatment_menu{
    padding: 80px 0;
  }
  .treatment_menu_contents{
    margin: 0 auto;
  }

  .treatment_menu_title{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    color: #666;
  }
  .treatment_menu_title img{
    width: 40px;
  }
  .treatment_menu_title h2{
    font-size: 35px;
  }
  .treatment_menu_title p{
    font-size: 14px;
  }
  .menu_sub_title{
    font-size: 50px;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    opacity: 0.2;
    color: #2BB9A5;
    text-align: center;
  }
  .treatment_menu_icon{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    gap: 20px;
    box-sizing: border-box;
    padding-top: 60px;
    margin: 0 auto;
  }
  .treatment_menu_icon a{
    display: block;
    width: 23%;
  }

  @media all and (max-width: 768px) {
    .treatment_menu_icon a{
        width: 46%;
    }
    .treatment_menu_icon{
        gap: 15px;
        padding-left: 9px;
        padding-top: 30px;
    }
    .treatment_menu p{
        font-size: 13px;
        text-align: center;
    }
    .menu_sub_title{
        font-size: 25px;
        padding-top: 10px;
    }
  }


  /* アクセスセクション追加 */

.access{
    padding-bottom: 80px;
    background-color: #f3f7f8;
}
.access_title{
    padding: 60px 0 100px;
    text-align: center;
}
.access_title h2{
    font-size: 40px;
    color: #666;
}
.blue_title{
    color: #3f70ad;
}
.access_contents{
    display: flex;
    justify-content: space-between;
}
.access_text{
    color: #666;
}
.access_text h2{
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 30px;
}
.access_text p{
    padding-bottom: 10px;
    font-size: 20px
}
.calendar{
    margin-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}
.calendar2{
    text-align: center;
}
footer{
    background-color: #c45080;
}
.copyright{
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    color: white;
}
@media screen and (max-width: 768px) {
    .googlemaps{
        width: 100%;
    }
    .access_title{
        padding-bottom: 40px;
    }
    .access_title h2{
        font-size: 30px;
    }
    .access_text p{
        font-size: 14px;
    }
    .access_text h2{
        font-size: 26px;
        padding-top: 30px;
    }
    .calendar{
        margin: 30px 0;
        padding-bottom: 0;
    }
}

/*  .c-time-table01
================================================== */
.c-time-table01 {
    line-height: 1;
    color: var(--gray);
    background: #fff;
    padding: 10px;
    display: inline-block;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
    width: 60%;
  }
  
  .c-time-table01 table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }

  .c-time-table01 th,
  .c-time-table01 td {
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;

  }
  
  .c-time-table01 td {
    font-size: 15px;
  }
  
  .c-time-table01 .title {
    font-size: 15px;
    border-right: 1px solid rgba(137, 105, 117, 0.3);
    border-bottom: 1px solid rgba(137, 105, 117, 0.3);
    text-align: center;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .c-time-table01 .time {
    font-size: 15px;
    border-right: 1px solid rgba(137, 105, 117, 0.3);
    text-align: center;
    padding-right: 10px;
  }
  
  .c-time-table01 .day {
    font-size: 15px;
    border-bottom: 1px solid rgba(137, 105, 117, 0.3);
    padding-bottom: 10px;
    width: 9%;
  }
  
  .c-time-table01 .first {
    padding-left: 10px;
  }
  
  .c-time-table01 .last {
    padding-right: 10px;
  }
  
  .c-time-table01 .morning th,
  .c-time-table01 .morning td {
    padding-top: 10px;
  }
  .footer_time{
    text-align: center!important;
  }
  
  @media all and (max-width: 768px) {
    .c-time-table01 {
      display: block;
      padding: 20px 15px;
      width: 100%;
    }
    .c-time-table01 th,
    .c-time-table01 td {
      padding: 7px 0;
    }
  
    .c-time-table01 th {
      text-align: center;
    }
  
    .c-time-table01 td {
      font-size: 14px;
    }
  
    .c-time-table01 .title {
      font-size: 14px;
      text-align: center;
      padding: 0 5px 7px 0;
      letter-spacing: 5px;
    }
  
    .c-time-table01 .time {
      font-size: 11px;
      text-align: center;
      line-height: 1.6;
    }
  
    .c-time-table01 .day {
      font-size: 14px;
      padding-bottom: 13px;
      width: 8%;
    }
    .c-time-table01 .first{
      padding-left: 5px;
    }
    .c-time-table01 .day,
    .c-time-table01 .last{
        padding-right: 5px;
    }
    .c-time-table01 .morning th,
    .c-time-table01 .morning td {
      padding-top: 13px;
    }
  }



/* ポーラス */
.polus{
    padding: 40px 40px 35px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .18);
    margin-bottom: 60px;
}
.polus_flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
.polus_header{
    text-align: center;
}
.polus img{
    max-width: 302px;
    width: 100%;
    height: auto;
}
.polus_sub_head{
    font-size: 20px;
    color: #654F44;
}
.polus h3{
    font-size: 1.7rem;
    color: #5FB7AD;
    padding-bottom: 20px;
}
@media all and (max-width: 768px) {
    .polus_flex{
        display: block;
    }
    .polus img{
        max-width: none;
    }
    .polus_sub_head{
        font-size: 17px;
        padding-bottom: 10px;
    }
    .polus h3{
        font-size: 24px;
    }
    .polus_right{
        padding-top: 20px;
    }
    .polus{
        padding: 40px 20px;
    }
}