@charset "UTF-8"; /* CSS Document */
/*===============================================
● PC/SP共通
===============================================*/
.menudetail_contents .disc, .menudetail_contents .circle,.menudetail_contents .decimal {
    margin: 0 0 1em 1em;
}

.menudetail_contents .disc li {
    list-style: disc;
    margin-bottom: 0.5em;
}

.menudetail_contents .circle li {
    list-style: circle;
    margin-bottom: 0.5em;
}

.menudetail_contents .decimal li {
    list-style: decimal;
}

.menudetail_contents .bold {
    font-weight: bold;
}

.menudetail_contents .em {
    color: #d57777;
}
.menudetail_contents .pink{
  color:#d37d95;
}
.menudetail_contents p.text {
    margin-bottom: 1em;
    line-height: 1.8;
}

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

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.menudetail_contents .m40a {
    margin: 40px auto
}

.menudetail_contents .f80 {
    font-size: 80%;
}

.menudetail_contents .f120 {
    font-size: 120%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*swiperのナビアイコンを黒に*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    filter: brightness(0);
}

.menudetail_contents .swiper-pagination-bullet-active {
    background: #C2686A;
}

/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
    /*=========================
▼▼共通▼▼
    ===========================*/.w600 {
        width: 600px;
        margin: auto ;
    }

    .w800 {
        width: 800px;
        margin: auto;
    }

    .w1000 {
        width: 1000px;
        margin: auto;
    }

    .box-col-wrap {
        display: flex;
        gap: 0 30px;
        /* flex-flow: wrap; */
        margin-bottom: 60px;
    }

    .box-col-item {
        display: flex;
        flex-direction: column;
    }

    .box-col3-item {
        display: flex;
        flex-direction: column;
    }

    .box-col3 {
        display: flex;
        gap: 0 30px;
        /* flex-flow: wrap; */
    }

    .box-col3-item {
        display: flex;
        flex-direction: column;
    }

    .menudetail_contents .table_A {
        width: 100%;
        border: #ccc 1px solid;
        border-bottom: none;
        line-height: 1.5;
        margin-top: 40px;
    }

    .table_A th, .table_A td {
        padding: 1em;
        border: #ccc 1px solid !important;
        vertical-align: middle;
        text-align: center;
    }

    .table_A th.left, .table_A td.left {
        text-align: left;
    }

    .table_A thead th {
        background: #d9eeee;
    }

    .table_A tbody th {
        background: #f5f5f5;
    }

    .table_A th {
        white-space: nowrap;
    }

    .table_A.w2 th, .table_A.w2 td {
        width: 50%;
    }

    .table_A.w3 th, .table_A.w3 td {
        width: 33%;
    }

    .table_A.w4 th, .table_A.w4 td {
        width: 25%;
    }

    .menudetail_contents .link_bnr {
        width: 860px;
        margin: 40px auto;
        clear: both;
        /* padding: 40px 0; */
    }

    .reserve_box {
        background: #f8f1f1;
        padding: 20px
    }

    .reserve_box_inner {
        width: 600px;
        margin: 0 auto;
    }

    .reserve_box_inner .link_btn {
        display: flex;
        gap: 20px;
        margin: 20px 0;
    }

    .menudetail_contents .link_bnr a {
        display: block;
    }

    .menudetail_contents {
        width: 100%;
        /* clear: both; */
        /* float: left; */
        background-size: 100%;
        font-size: 17px;
        line-height: 35px;
        color: #000000;
        text-align: left;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-weight: 500;
        min-width: 1200px;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
    }

    .menudetail_contents .auto {
        max-width: none;
        /* width: 1100px; */
        margin: 0 auto;
        position: relative;
        clear: both;
        padding-top: 60px;
    }

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

    .menudetail_contents .img-one {
        width: 800px;
        margin: 0 auto;
    }

    .menudetail_contents section {
        width: 100%;
        /* float: left; */
        clear: both;
        margin-bottom: 100px;
        /* overflow: hidden; */
    }

    .menudetail_contents .bnr_box {
        width: 1000px;
        margin: 0 auto;
        padding: 40px 20px 20px;
        border: 2px solid #d89b9c
    }

    .menudetail_contents .bnr_box_heading {
        text-align: center;
        font-size: 30px;
        margin-bottom: 40px;
        letter-spacing: 2px;
        color: #d89b9c;
        display: block;
    }

    .menudetail_contents .bnr_box .img {
        width: 900px;
        margin: 0 auto 20px;
    }

    .bnr_box_inner {
        display: flex;
        justify-content: space-evenly;
    }

    .bnr_box_inner p {
        width: calc((100% - 40px) /2);
        max-width: 300px;
        text-align: center;
        font-weight: bold;
        color: #d89b9c;
    }

    #title_conts {
        width: 100%;
        height: 600px;
        background-image: url(../images/nasolabial-lift/img_main_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        position: relative;
        margin-bottom: 40px;
    }

    #title_conts .auto {
        height: 600px
    }

    #title_conts .title_inner {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: 600px;
    }

    #title_conts .page_ttl {
        position: absolute;
        width: 600px;
        height: auto;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-family: "Hiragino Mincho ProN",YuMincho, serif;
        font-size: 74px;
        letter-spacing: 0;
        text-align: center;
        line-height: 1.5;
        color: #b98392;
        text-shadow: 0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255);
    }

    #title_conts .page_ttl span {
        display: block;
        font-size: 40px;
        font-weight: bold;
    }

    .contsMenu {
        width: 1200px;
        margin: auto;
    }

    .contsMenu ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 1em 0;
    }

    .contsMenu ul li {
        width: calc((100% - 3px ) / 4);
        flex-grow: 1;
        flex-direction: column;
        display: flex;
        border-left: 1px solid #ccc;
        flex-grow: 1;
        justify-content: center;
    }

    .contsMenu ul li:last-child {
        border-right: 1px solid #ccc;
    }

    .contsMenu ul a {
        padding: 10px 20px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.1rem;
        display: flex;
        width: 100%;
        flex-direction: column;
        line-height: 1.4;
        display: flex;
        align-content: center;
        flex-direction: column;
    }

    .title_box {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 99;
        margin: 50px 0 226px 0;
    }

    .title_box::after {
        content: "";
        display: block;
        width: 1px;
        height: 132px;
        background-color: #000;
        position: absolute;
        bottom: -190px;
        left: 50%;
    }

    .lato_font {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .title_box .large_title {
        color: #543c3c;
        font-size: 55px;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: .1em;
        margin-bottom: 14px;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
        text-shadow: 0px 25px rgba(0,0,0,0.03);
    }

    .title_box .small_title {
        font-size: 17px !important;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: .2em;
    }

    .conts_inner {
        clear: both;
        margin-bottom: 50px;
    }

   .section .heading {
        font-size: 26px;
        line-height: 56px;
        font-weight: bold;
        margin-bottom: 50px;
        letter-spacing: .2em;
        text-align: center;
        background: #d57777;
        color: #fff;
        text-shadow: 0 0 10px rgb(0 72 70 / 25%);
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    }

    .conts_inner .box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
        position: relative;
        /* text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; */
        /* clear: both; */
        align-items: center;
    }

    .conts_inner .box:nth-last-of-type(2n) {
        flex-direction: row-reverse;
    }

    .conts_inner .box:last-of-type {
        /* margin-bottom: 0; */
    }

    .conts_inner .box .img {
        width: calc((100% - 580px) - 40px);
        overflow: hidden;
    }

    .img_one {
        width: 100%;
        height: auto;
    }

    .text_group.text_one {
        width: 100%;
        margin: 30px 0 100px;
    }

    .conts_inner .box .img iframe {
        width: 100%;
        min-height: 340px;
        height: 340px;
    }

    .text_group {
        width: 580px;
        box-sizing: border-box;
        position: relative;
        z-index: 9;
    }

    .text_group .text_group_ttl {
        font-size: 28px;
        line-height: 56px;
        font-weight: bold;
        margin-bottom: 38px;
        letter-spacing: .2em;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
        color: #d57777;
    }

    .conts_inner .link_btn_large {
        margin: 40px auto;
    }

    .slide_in_image {
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        opacity: 0;
    }

    .link_bnr {
        width: 860px;
        margin: 40px auto;
        clear: both;
        padding: 40px 0;
    }

    .ttl_sub {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        background: #000000;
        color: #fff;
        line-height: 32px;
        padding: 0.5em;
    }

    .isPlay {
        animation-name: play;
        animation-duration: 0.55s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(.8, 0, .5, 1);
        position: relative;
        opacity: 1 !important;
        animation-timing-function: ease;
    }

    /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
    .isPlay:before {
        animation-name: maskOut;
        animation-duration: 0.55s;
        animation-delay: 0.55s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(.8, 0, .5, 1);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #f3f6f7, #edf4f7);
    }

    /*//「slide_in_image」をスライドインする*/
    @keyframes play {
        from {
            transform: translateX(-100%);
        }

        to {
            transform: translateX(0);
        }
    }

    /*//マスク要素をスライドアウトする*/
    @keyframes maskOut {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(100%);
        }
    }

    .wrap-colbox {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }

    .wrap-colbox .col2-box {
        width: calc((100% - 80px) / 2);
    }

    .wrap-colbox .col5-box {
        width: calc((100% - 120px) / 5);
    }

    .grad-item {
        position: relative;
        overflow: hidden;
        height: 100px;
        padding: 10px 0;
    }

    .grad-wrap .grad-item {
        padding-top: 0;
    }

    .grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 160px;
        margin: auto;
        padding: .1em 0;
        border-radius: 2px;
        border: 1px solid #666;
        background: #fff;
        color: #666;
        font-size: .6rem;
        text-align: center;
        cursor: pointer;
        transition: .2s ease;
    }

    .grad-trigger:checked ~ .grad-btn {
        bottom: -45px;
    }

    .grad-trigger:checked ~ .grad-btn .fa {
        position: absolute;
        top: 50%;
        margin-top: -1em;
        transform: rotate(180deg) translateY(-50%);
    }

    .other-menu {
        background: #f3e9e9;
    }

    .other-menu .conts_inner {
        width: 800px;
        margin: 0 auto 40px;
    }

    .other-menu .other-menu_ttl {
        font-size: 28px;
        text-align: center;
        margin: 0 auto 20px;
        display: block;
    }

    .other-menu .text {
        /* background:#fff; */
        /* padding:20px; */
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    /*=========================
        ▲▲共通▲▲
===========================*/
    .intro_img_wrap {
        display: flex;
        gap: 30px;
        width: 100%;
        max-width: 1000px;
        margin: 60px auto;
        flex-flow: wrap;
    }

    .intro_img_wrap .img {
        width: calc((100% - 30px) / 2);
    }

    .case_risc {
        font-size: 1rem;
        line-height: 1.5;
        background: #eee;
        padding: 1rem;
        width: 100%;
    }

    .reco {
        width: 100%;
        padding: 80px 0;
        background-image: url("../images/nasolabial-lift/img_recommend_bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        background-attachment: fixed;
        position: relative;
        margin-bottom: 40px;
    }

    .recommend_list {
        display: flex;
        width: 100%;
        margin-top: 30px;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .recommend_list li {
        width: 32%;
        /* height: 70px; */
        /* margin-right: 2%; */
        margin-bottom: 20px;
        background: #fff;
        padding: 0.5em 10px 0.5em 60px;
        position: relative;
        /* float: left; */
        font-weight: bold;
        /* line-height: 1.2; */
        display: flex;
        align-items: center;
    }

    .recommend_list li:nth-child(3n) {
        margin-right: 0;
    }

    .recommend_list li:before {
        content: '';
        position: absolute;
        background-image: url("../images/common/icon_check.png");
        background-repeat: no-repeat;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .recommend_list::after {
        content: "";
        width: 32%;
        display: block;
        height: 0;
    }

    .reco_list .reco_list_item {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }

    .reco_list .reco_list_item img {
        display: block;
        margin-bottom: 20px;
    }

  .case .case_head {
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
    color: #d59c9d;
    font-weight: bold;
  }
  .case .case_sub_head {
    color: #fff;
    text-align: ｌ;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0.25em 1em;
    width: 50%;
    background-image: linear-gradient(90deg, rgb(102 102 102), rgba(255, 255, 255, 0));
  }
  .case_wrap {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 40px 40px;
    /* border: 4px solid #ccc; */
    clear: both;
    max-width: 1200px;
  }
  #case_conts .swiper {
    /* margin-bottom: 40px; */
    max-width: 1600px;
    padding: 0 0 50px;
  }
  .case_box_ttl {
    background: #be98a3;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 0;
    /* border-top: 8px double #d89d9d; */
    /* border-bottom: 8px double #d89d9d; */
    margin-bottom: 1em;
    font-size: 24px;
    color: #fff;
  }
  .case_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 40px;
    flex-flow: wrap;
  }
  .case_box .img {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 48%;
    margin-bottom: 40px;
  }
  .case_box p {
    text-align: center;
    font-size: 18px;
    background: #be98a3;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
  }
  .case_box .img:nth-of-type(odd) p {
    background: #999;
  }
  .case_follow{
    width:1100px;
    margin:0 auto;
  }
    .risk_text {
        width: 100%;
        margin: 40px 0 auto;
        font-size: 80%;
        line-height: 1.5;
        background: #eee;
        padding: 1em
    }

    .risk_text p {
        margin-bottom: 1em;
    }
    .details{
        background: #faeded;
        padding:60px 0;
    }
.details .details_inner{
    display:flex;
    gap: 40px;
    width: 1100px;
    margin: 0 auto;
    flex-direction: column;
}
.details .details_inner .box{
    /* width:calc((100% - 40px) / 3); */
    background: #fff;
    padding: 40px 20px 20px;
    border-radius: 10px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.details .details_inner .box .img{
    width:400px;
}
.details .details_inner .box .text_group{
    width:auto;
    display: flex;
    flex-flow: wrap;
    width:calc((100% - 460px))
}
.details .details_inner .box .text_group_ttl{text-align:center;line-height: 1.4;margin-bottom: 0.5em;color: #b98292;letter-spacing: normal;}
    

    .flow {
        margin-bottom: 100px;
        padding-bottom: 100px;
    }

    .flow_list {
        clear: both;
    }

    .flow_list li {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 107px;
    }

    .flow_list li:nth-of-type(2n) .text_box {
        float: right;
    }

    .flow_list li:last-of-type {
        margin-bottom: 100px;
    }

    .flow_list li .text_box {
        width: 590px;
        min-height: 363px;
        float: left;
        position: relative;
        z-index: 9;
    }

    .flow_list .text_box .flow_ttl {
        font-size: 31px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 20px;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    }

    .flow_list li .img {
        width: 567px;
        float: right;
        position: relative;
        z-index: 9;
        overflow: hidden;
    }

    .flow_list li:nth-of-type(2n) .img {
        float: left;
    }

    .flow_list .number {
        font-size: 90px;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #b98392;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    }

    .flow_list .gray_text {
        font-size: 100px;
        line-height: 1;
        color: #f6f6f6;
        position: absolute;
        bottom: -42px;
        left: 0;
        z-index: -1;
        letter-spacing: .1em;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    }

    .price_wrapper {
        width: 100%;
        /* float: left; */
        /* clear: both; */
        text-align: center;
        padding: 20px 100px;
        -webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 33px;
        overflow: hidden;
        display: flex;
        flex-flow: wrap;
        justify-content: space-evenly;
    }
.price{
    background-color:#f4dbe1;
    padding-bottom: 100px;
}
.price_subttl{
    background: #b97081;
    color: #fff;
    text-align: center;
    margin-bottom: 2em;
    font-size: 24px;
    padding: 10px 0;
}

    .price_wrapper .price_box {
        width: 475px;
        /* float: left; */
        margin-bottom: 35px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 24px 20px 12px;
        border-radius: 6px;
        box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    }

    .price_table {
        width: 1000px;
        border: 1px solid #999;
        margin: 0 auto 40px;
        background-color: #fff;
    }

    .price_table caption {
        font-size: 22px;
        margin: 2em 0 1em;
    }

    .price_table .monitor {
        font-weight: bold;
        color: #de5e5e;
    }

    .price_table thead th {
        text-align: center;
        padding: 0.5em;
        border-right: 1px solid #999;
        background: #333;
        color: #fff;
        font-weight: bold;
        line-height: 1.4;
        font-size: 20px;
    }

    .price_table thead th.price-plan span {
        display: block;
        font-size: 14px;
    }

    .price_table tbody tr {
        border-bottom: 1px solid #999;
    }

    .price_table tbody {
        border: 1px solid #999;
    }

    .price_table tbody th {
        text-align: left;
        border-right: 1px solid #999;
        line-height: 1.4;
    }

    .price_table tbody td {
        text-align: center;
        font-size: 22px;
        vertical-align: middle;
    }

    .price_table tbody td.price-type {
        border-right: 1px solid #999;
    }

    .price_table tbody th, .price_table tbody td {
        padding: 1em;
        vertical-align: middle;
        width: 50%;
    }

    .price_table tbody th span, .price_table tbody td span {
        font-size: 14px;
    }

    .price-option {
        background: #f6f6f6;
    }

    .label-monitor {
        background: #df5e5e;
        color: #fff;
        display: inline-block;
        padding: 0.25em 0.5em;
        margin-right: 0.5em;
    }

    .payment_list {
        width: 1000px;
        list-style: none;
        padding-left: 0;
        text-align: center;
        margin: 0 auto 20px;
        display: flex;
        border: 1px solid #999;
        flex-flow: wrap;
        /* gap: 2%; */
    }

    .payment_list .payment_topitem {
        /* font-weight: bold; */
        border-bottom: 1px solid #999;
        /* margin-bottom: 20px; */
        /* padding-bottom: 20px; */
        align-items: center;
        align-content: center;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        width: 50%;
        justify-content: start;
        padding: 20px;
        border-right: 1px solid #999;
    }

    .payment_list .payment_topitem:nth-last-of-type(2n) {
        border-right: none;
    }

    .payment_list .payment_topitem:last-of-type {
        border-bottom: none;
        margin-bottom: 0
    }

    .payment_list .payment_topitem:first-of-type {
        /* margin-top: 20px; */
    }

    .payment_list .payment_sublist {
        list-style: none;
        padding-left: 0;
        margin-top: 1em;
        font-weight: normal;
        display: flex;
        gap: 1em;
        justify-content: center;
        line-height: 1;
        flex-flow: wrap;
        /* border: 1px solid #ccc; */
        width: calc(100% - 2em);
        margin: 1em auto 0;
        padding: 1em 0;
        background: #f5f5f5ee;
        flex-grow: 1;
        align-items: inherit;
    }

    .payment_list .payment_item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        flex-direction: column;
        font-size: 13px;
        justify-content: flex-end;
        gap: 0.5em 0;
        align-items: center;
        width: 30%;
    }

    .payment_list .payment_item img {
    }

    .plan_box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
}
    .plan_conts_inner {
        display: flex;
        gap: 40px;
    }
    .plan_ttl {
        font-size: 28px;
        line-height: 56px;
        font-weight
Specifies weight of glyphs in the font, their degree of blackness or stroke thickness.

主要なブラウザで広く使用可能（Baseline、2018年1月 以降）
詳細

表示しない
: bold;
        letter-spacing: .2em;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
        margin-bottom: 0.5em;
        font-weight: bold;
        text-align: center;
    }

    .detail_box {
        width: 100%;
        clear: both;
        -webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
        border-radius: 6px;
        padding: 30px 50px;
    }

    .detail_box h4 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
    }

    .detail_box table {
        width: 100%;
    }

    .detail_box table tr:nth-of-type(2n) {
        background-color: #f8f8f8;
    }

    .detail_box table th {
        width: 217px;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        padding: 15px 23px 12px 35px;
    }

    .detail_box table td {
        font-size: 16px;
        line-height: 27px;
        padding: 15px 23px 12px 0;
        width: calc(100% - 200px);
        min-width: 400px;
    }

    .detail_box .disc {
        font-size: 16px;
    }

    .faqArea {
        border-top: 1px solid #5c574f;
    }

    .faqArea dl {
        border-bottom: 1px solid #5c574f;
        padding: 10px 0;
    }

    .faqArea dl dt {
        padding: 10px 10px 10px 60px;
        position: relative;
        color: #5c574f;
        font-weight: bold;
    }

    .faqArea dl dt:before {
        position: absolute;
        content: "";
        background-image: url("../images/nasolabial-lift/icon_q.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }

    .faqArea dl dd {
        padding: 10px 10px 10px 60px;
        background: #f6f6f6;
        position: relative;
        display: none;
    }

    .faqArea dl dd:before {
        position: absolute;
        content: "";
        background-image: url("../images/nasolabial-lift/icon_a.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }

    .faqArea dl dd .ansLink {
        display: table;
        padding: 5px 40px 4px 15px;
        margin-top: 8px;
        background: #40b1bf;
        color: #fff;
        position: relative;
    }

    .faqArea dl dd .ansLink:after {
        content: '';
        position: absolute;
        background-image: url(../images/hutae/reserve_arrow.png);
        background-repeat: no-repeat;
        width: 8px;
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -6px;
        background-size: contain;
    }
}

/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
    /*=========================
▼▼共通▼▼
===========================*/.box-col3 {
        display: flex;
        flex-direction: column;
        margin: 0 auto 60px;
        align-items: center;
    }

    .box-col3-item {
        margin-bottom: 20px;
        text-align: center;
    }

    .box-col3-item img {
        width: 70%;
        height: auto;
    }

    .lato_font {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    }

    .menudetail_contents .table_A {
        width: 100%;
        border: #ccc 1px solid;
        border-bottom: none;
        line-height: 1.5;
        margin-top: 40px;
    }

    .menudetail_contents > .section {
        margin-bottom: 50px;
    }

    .table_A th, .table_A td {
        padding: 1em;
        border: #ccc 1px solid !important;
        vertical-align: middle;
        text-align: center;
    }

    .table_A th.left, .table_A td.left {
        text-align: left;
    }

    .table_A thead th {
        background: #d9eeee;
    }

    .table_A tbody th {
        background: #f5f5f5;
    }

    .table_A th {
        white-space: nowrap;
    }

    .table_A.w2 th, .table_A.w2 td {
        width: 50%;
    }

    .table_A.w3 th, .table_A.w3 td {
        width: 33%;
    }

    .table_A.w4 th, .table_A.w4 td {
        width: 25%;
    }

    .menudetail_contents auto {
        width: 94%;
        margin: 0 auto;
    }

    .menudetail_contents {
        width: 100%;
        height: 100%;
        clear: both;
        float: left;
        -webkit-text-size-adjust: 100%;
        font-size: 14px;
        line-height: 1.7;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-weight: 500;
        color: #000000;
        text-align: left;
        -webkit-font-smoothing: antialiased;
        overflow: hidden;
    }

    .menudetail_contents .link_bnr {
        width: 100%;
    }

    .reserve_box {
        background: #f8f1f1;
        padding: 20px;
        margin-bottom: 100px;
    }

    .reserve_box_inner {
        width: 100%;
        margin: 0 auto;
    }

    .reserve_box_inner .link_btn {
        display: flex;
        gap: 20px;
        margin: 20px 0;
        flex-direction: column;
        align-items: center;
    }

    #title_conts {
        width: 100%;
        height: 30vh;
        background-image: url(../images/nasolabial-lift/img_main_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 61% 50%;
        position: relative;
        /* margin-bottom: 2.4vw; */
    }

    #title_conts .page_ttl {
        margin-bottom: 10px;
        width: 68%;
        /* padding: 5vw 0 0 0; */
        position: absolute;
        left: 66%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        font-family: serif;
        font-size: 8vw;
        letter-spacing: 0;
        text-align: center;
        line-height: 1.5;
        color: #b98392;
        text-shadow: 0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 10px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 20px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255),0 0 30px rgb(255 255 255);
   }

    #title_conts .page_ttl span {
        display: block;
        font-size: 5vw;
        font-weight: bold;
    }

    .contsMenu {
        width: 100%;
        margin: 0 auto 40px;
    }

    .contsMenu ul {
        display: flex;
        width: 100%;
        flex-flow: wrap;
    }

    .contsMenu li {
        text-align: left;
        height: 15vw;
        width: 50%;
        padding: 0 6% 0 1em;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
        font-size: 3.5vw;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    .contsMenu a:nth-child(2n) {
        border-right: 0;
    }

    /* .contsMenu a:nth-child(1), .contsMenu a:nth-child(2) {
    line-height: 1.5;
  }*/
    .contsMenu a:nth-child(even) {
        border-left: none;
    }

    .contsMenu a:after {
        content: '';
        position: absolute;
        background-image: url(../images/common/under_arrow.png);
        background-repeat: no-repeat;
        right: 3vw;
        top: 50%;
        margin-top: -1vw;
        width: 3vw;
        height: 3vw;
        background-size: 100%;
        filter: saturate(0%) brightness(0);
    }

    .title_box {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 9;
        margin: 0 0 80px;
        padding-top: 50px;
    }

    .title_box::after {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        background-color: #000;
        position: absolute;
        bottom: -60px;
        left: 50%;
    }

    .title_box .large_title {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: .1em;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
        text-shadow: 0px 10px rgba(0, 0, 0, 0.03);
        color: #543c3c;
    }

    .title_box .small_title {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: .1em;
    }

    .conts_inner {
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }
 .section .heading {
        font-size: 20px;
        line-height: 56px;
        font-weight: bold;
        margin-bottom: 50px;
        letter-spacing: .1em;
        text-align: center;
        background: #d57777;
        color: #fff;
        text-shadow: 0 0 10px rgb(0 72 70 / 25%);
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    }
    .conts_inner .box {
        width: 100%;
        margin-bottom: 60px;
        position: relative;
    }

    .text_group {
        margin-bottom: 20px
    }

    .text_group_reed {
        font-size: 18px;
        line-height: 2;
        font-weight: bold;
        margin-bottom: 12px;
        letter-spacing: .1em;
    }

    .text_group_ttl {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: .2em;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
        color: #d57777;
        text-align: center;
    }

    .conts_inner .box .text_group h4 {
        font-size: 18px;
        line-height: 2;
        font-weight: bold;
        margin-bottom: 12px;
        letter-spacing: .1em;
        /* text-align: center; */
    }

    .wrap-colbox {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto 10vw;
    }

    .wrap-colbox .col2-box {
        width: 100%;
        margin-bottom: 5vw;
    }

    .slide_in_image {
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        opacity: 0;
    }

    .isPlay {
        animation-name: play;
        animation-duration: 0.55s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(.8, 0, .5, 1);
        position: relative;
        opacity: 1 !important;
        animation-timing-function: ease;
    }

    /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
    .isPlay:before {
        animation-name: maskOut;
        animation-duration: 0.55s;
        animation-delay: 0.55s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(.8, 0, .5, 1);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #f3b7b7, #ffeaea);
    }

    /*//「slide_in_image」をスライドインする*/
    @keyframes play {
        from {
            transform: translateX(-100%);
        }

        to {
            transform: translateX(0);
        }
    }

    /*//マスク要素をスライドアウトする*/
    @keyframes maskOut {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(100%);
        }
    }

    .link_bnr {
        width: 100%;
        margin: 20px auto;
        clear: both;
        padding: 20px;
    }

    .ttl_sub {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        background: #000000;
        color: #fff;
        line-height: 32px;
        padding: 0.25em;
    }

    .ttl_sub {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        background: #000000;
        color: #fff;
        line-height: 32px;
        padding: 0.25em;
    }

    .bnr_box {
        width: 90%;
        margin: 0 auto 0;
        padding: 20px;
        border: 2px solid #d89b9c;
        margin-bottom: 40px;
    }

    .bnr_box_heading {
        text-align: center;
        font-size: 5vw;
        margin-bottom: 40px;
        letter-spacing: 2px;
        color: #d89b9c;
        /* white-space:nowrap; */
        line-height: 1.5;
        margin-bottom: 0.5em;
    }

    .bnr_box_inner {
        display: flex;
        justify-content: space-evenly;
    }

    .bnr_box_inner p {
        width: calc((100% - 20px) /2);
        text-align: center;
        font-weight: bold;
        color: #d89b9c;
    }

    .video iframe {
        width: 100%;
        height: 52vw;
        margin: 4vw auto;
    }

    .grad-item {
        position: relative;
        overflow: hidden;
        height: 80px;
        padding: 3vw 0 5vw;
        margin-bottom: 50px;
    }

    .grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 3vw;
        width: 45%;
        margin: auto;
        padding: .1em 0;
        border-radius: 2px;
        border: 1px solid #999;
        background: #fff;
        color: #666;
        font-size: .6rem;
        text-align: center;
        cursor: pointer;
        transition: .2s ease;
    }

    .grad-trigger:checked ~ .grad-btn {
        bottom: -10px;
    }

    .other-menu {
        background: #f3e9e9;
        margin-bottom: 40px;
    }

    .other-menu .conts_inner {
        margin: 20px auto;
    }

    .other-menu .other-menu_ttl {
        font-size: 20px;
        text-align: center;
        margin: 0 auto 20px;
        /* color: #fff; */
        /* font-weight: bold; */
        display: block;
        /* text-shadow: 0px 2px 0 rgb(135 92 92 / 20%); */
        line-height: 1.5;
        /* white-space: nowrap; */
    }

    .other-menu .text {
        margin-top: 20px;
    }

    /*=========================
▲▲共通▲▲
===========================*/
    .intro .box .text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .intro_img_wrap {
        display: flex;
        gap: 20px;
        width: 100%;
        margin: 20px auto 40px;
        height: auto;
        flex-flow: wrap;
    }

    .intro_img_wrap .img {
        width: calc((100% - 20px ) / 2);
        height: auto;
    }

    .case_risc {
        font-size: 0.8rem;
        line-height: 1.5;
        background: #eee;
        padding: 1rem;
        width: 100%;
    }

    .reco_list {
        width: 80%;
        margin: 0 auto;
    }

    .reco_list_item {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
    }
  .case .case_head {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
    color: #d59c9d;
    font-weight: bold;
  }
  .case .case_sub_head {
    color: #fff;
    text-align: ｌ;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0.25em 1em;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(102 102 102), rgba(255, 255, 255, 0));
  }
  .case_wrap {
    padding: 20px;
    /* border: 4px solid #ccc; */
    margin: 0 auto;
  }
.oneday .case_wrap{
  padding:0  
}
  #case_conts .swiper {
    padding: 0 40px 30px;
  }
  .case_box .img {
    margin-bottom: 20px;
    width: 100%;
  }
  .case_box_ttl {
    background: #be98a3;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 0;
    /* border-top: 8px double #d89d9d; */
    /* border-bottom: 8px double #d89d9d; */
    margin-bottom: 1em;
    font-size: 20px;
    color: #fff;
  }
  .case_follow{
    padding:0 20px;

    margin:0 auto;
  }

.case_DT{
    width:80%;
    margin:0 auto;
}
.case_DT .swiper{

    padding-bottom:20px;
}
    
  .case_DT .swiper-pagination{bottom: 0;}
    
  .risk_text {
    width: 100%;
    margin: auto;
    font-size: 80%;
    line-height: 1.5;
    background: #eee;
    padding: 1em
  }
  .risk_text p {
    margin-bottom: 1em;
  }
.reco {
    width: 100%;
    background-image: url("../images/nasolabial-lift/img_recommend_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
  }
  .recommend_list {
    padding: 5%;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  .recommend_list li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 12%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url("../images/common/icon_check.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    margin-top: -13px;
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
    
    .feature .conts_inner .box {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .feature .conts_inner .table_A {
        margin-top: 20px;
    }

    .select .select-price h3 {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #DD8B85;
        line-height: 1.4;
    }

    .select .select-price p {
        text-align: center;
        /* font-size: 18px; */
        font-weight: bold;
    }
       .details {
        background: #faeded;
        padding-bottom: 50px;
    }

    .details .details_inner {
        display: flex;
        gap: 40px;
        margin: 0 auto;
        flex-direction: column;
        padding-bottom: 1;
    }

    .details .details_inner .box {
        background: #fff;
        padding: 20px 20px 0;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .details .details_inner .box .img {
    margin-bottom: 10px;
    }

    .details .details_inner .box .text_group {
        width: auto;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    .details .details_inner .box .text_group_ttl {
        text-align: center;
        line-height: 1.4;
        margin-bottom: 0.5em;
        color: #d57777;
        letter-spacing: normal;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
    } 

    .flow_list {
        width: 90%;
        margin: 0 auto 10vw;
        clear: both;
    }

    .flow_list li {
        width: 100%;
        margin-bottom: 50px;
    }

    .flow_list li:last-of-type {
        margin-bottom: 0;
    }

    .flow_list li .text_box {
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .flow_list li .text_box .number {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 12px;
        color: #d89b9c;
    }

    .flow_list li .text_box .flow_ttl {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .flow_list li .text_box .gray_text {
        font-size: 40px;
        line-height: 1;
        color: #f6f6f6;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        text-align: right;
        letter-spacing: .1em;
    }

    .flow_list li .img {
        width: 100%;
        position: relative;
        z-index: 9;
        margin-top: 20px;
        overflow: hidden;
    }

    
    .price {
        background-color: #f4dbe1;
        padding-bottom: 10px;
    }


    .price_table {
        width: 100%;
        border: 1px solid #999;
        margin: 0 auto 40px;
        background-color: #fff;
    }

    .price_table caption {
        font-size: 22px;
        margin: 2em 0 1em;
    }

    .price_table .monitor {
        font-weight: bold;
        color: #de5e5e;
    }

    .price_table thead th {
        text-align: center;
        padding: 0.5em;
        border-right: 1px solid #999;
        background: #333;
        color: #ddd;
        font-weight: bold;
    }
        .price_table thead th.price-plan{
            font-size:18px;
            
        }
    .price_table thead th.price-plan span{
        display:block;
        font-size:12px;
        line-height:1.4
    }

    .price_table tbody tr {
        border-bottom: 1px solid #999;
    }

    .price_table tbody {
        border: 1px solid #999;
    }

    .price_table tbody th {
        text-align: center;
        text-align: center;
        border-right: 1px solid #999;
        line-height: 1.4;
        width: 40%;
    }

    .price_table tbody td {
        text-align: center;
        font-size: 22px;
        vertical-align: middle;
    }

    .price_table tbody th, .price_table tbody td {
        padding: 0.5em;
        vertical-align: middle;
        line-height: 1.2;
    }

    .price_table tbody th span, .price_table tbody td span {
        font-size: 14px;
    }

    .price-option {
        background: #eee;
    }

    .label-monitor {
        background: #df5e5e;
        color: #fff;
        display: block;
        padding: 0.25em 0.5em;
        margin-bottom: 0.25em;
    }
    .plan_box {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        flex: 1;
    }

    .plan_conts_inner {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .plan_ttl {
        font-size: 24px;
        font-weight Specifies weight of glyphs in the font, their degree of blackness or stroke thickness. 主要なブラウザで広く使用可能（Baseline、2018年1月 以降） 詳細 表示しない : bold;
        letter-spacing: .2em;
        font-family: "Hiragino Mincho ProN", YuMincho, serif;
        margin-bottom: 0.5em;
        font-weight: bold;
        text-align: center;
    }


    .detail_box {
        width: 100%;
        clear: both;
        -webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
        border-radius: 6px;
        padding: 30px 5% 32px;
        margin: 0 auto 10vw;
    }

    .detail_box h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 18px;
        text-align: center;
    }

    .detail_box table tr:nth-of-type(2n) {
        background-color: #f8f8f8;
    }

    .detail_box table th {
        width: 30%;
        font-size: 13px;
        line-height: 1.6;
        font-weight: bold;
        padding: 12px 5% 10px 5%;
    }

    .detail_box table td {
        font-size: 14px;
        line-height: 1.6;
        padding: 12px 5% 10px 0;
    }

    .faqArea {
        border-top: 1px solid #5c574f;
    }

    .faqArea dl {
        border-bottom: 1px solid #5c574f;
        padding: 10px 0;
    }

    .faqArea dl dt {
        padding: 10px 10px 10px 60px;
        position: relative;
        color: #5c574f;
        font-weight: bold;
    }

    .faqArea dl dt:before {
        position: absolute;
        content: "";
        background-image: url("../images/nasolabial-lift/icon_q.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }

    .faqArea dl dd {
        padding: 10px 10px 10px 60px;
        background: #f6f6f6;
        position: relative;
        display: none;
    }

    .faqArea dl dd:before {
        position: absolute;
        content: "";
        background-image: url("../images/nasolabial-lift/icon_a.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 10px;
    }

    .faqArea dl dd .ansLink {
        display: table;
        padding: 5px 40px 4px 15px;
        margin-top: 8px;
        background: #40b1bf;
        color: #fff;
        position: relative;
    }

    .faqArea dl dd .ansLink:after {
        content: '';
        position: absolute;
        background-image: url(../images/hutae/reserve_arrow.png);
        background-repeat: no-repeat;
        width: 8px;
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -6px;
        background-size: contain;
    }

    section.article {
        margin-bottom: 100px !important;
    }
}
