@charset "utf-8";

/* メモ=============================================================================== */

/* それぞれのページごとにつけるスタイル */
/* 変更可 */

/* =================================================================================== */

/* -------------------------------
ヘッダー
------------------------------- */
#header {
    padding: 16px 0;
    background-color: #fff;
}

.logo img{
    width: 280px;
}

.logo .logo_title {
    font-size: 19.2px;
    display: inline-block;
    margin-left: 8rem;
    color: #826651;
}

.tel_number {
    font-size: 24px;
}

/* *****nav***** */
.navbar {
    margin-top: 4px;
    background-color: #fff;
}

/* tgglt 詳細 */
.navbar-toggler {
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(130, 102, 81, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* nav-link 詳細 */
.navbar-expand-lg .navbar-nav .nav_item {
    padding: 8px 0;
    border-left: 1px solid rgba(0, 0, 0, .2);
    color: #333;
    font-size: 14px;
    display: grid;
    align-items: center;
    height: 100%;
    /* font-size: 20px; */
}

.navbar-expand-lg .navbar-nav .nav-item:last-of-type .nav_item {
    border-right: 1px solid rgba(128, 101, 80, .2);
}

.navbar-expand-lg .navbar-nav .nav_item:hover {
    background: #f1f1f1;
}

.gold_text_color {
    color: #917111;
}

/* -------------------------------
フッター
------------------------------- */
/* .footer_content */
.f_tel_number {
    font-weight: normal;
    font-size: 40px;
}

/* credit */
.img_credit{
    width: 300px;
}

/* .footer_sns */
.footer_sns a {
    display: inline-block;
    margin: 0 8px;
    font-size: 28px;
}

/* .footer_page_top */
#page_top {
    width: 48px; 
    height: 48px;
    position: fixed;
    bottom: 5%;
    right: 32px;
}
#page_top a {
    display: block;
    width: 56px;
    height: 56px;
    position: relative;
    background-color: #d81a95;
    color: #fff;
    border-radius: 50%;
}
#page_top a:hover {
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0de';
    font-size: 20px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}
#page_top a::after {
    content: 'TOP';
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* .footer_copyright */
.footer_copyright {
    margin-bottom: 24px;
    font-size: 14px;
}

.f_link li{
    float: left;
}
.f_link li a{
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid rgba(51, 51, 51, .2);
}
.f_link li:first-of-type a{
    padding-left: 0;
}

.copyright {
    margin-left: auto;
}

/* -------------------------------
TOP
------------------------------- */
/* Beaute Nheur -ボーテヌール- */

/* コース一覧 */
.course_box {
    display: block;
    width: 100%;
    height: 312px;
    text-align: center;
    transition: .5s ease-in-out;
    color: #fff;
    position: relative;
    background: linear-gradient(to bottom, #88751f 0%,#eedcaf 50%,#88751f 100%);
    padding: 1px;
}

.course_facial, .course_epilation {
    background-repeat: no-repeat;
}
.course_facial {
    background-image: url('../image/face.jpg');
    background-position: top ;
    background-size: cover ;
    background-color: rgba(0,0,0,0.4);
}

.course_epilation {
    background-image: url('../image/epilation.jpg');
    background-position: bottom left;
    background-size: cover ;
}

.course_body {
    background-image: url('../image/bodyhifu.jpg');
    background-position: top ;
    background-size: cover ;
    background-color: rgba(0,0,0,0.4);
}

.course_item {
    width: 100%;
    height: 100%;
    position: relative;
    text-shadow: 0px 0px 30px #917111;
}

.course_title {
    font-size: 72px;
    line-height: .8;
    font-family: 'Pinyon Script', cursive;
    padding-top: 80px;
}
.course_subtitle {
    font-size: 18px;
    padding: -5px;
    font-weight: bold;
}
.course_subtitle_gold {
    position:relative;
    color: #917111;
    font-weight: bold;
    margin-bottom: 2rem;
}
.course_subtitle_gold::after {
    content: "";
    position:absolute;
    bottom:-1rem;
    left:50%;
    transform: translateX(-50%);
    width: .5rem;
    height:1px;
    background-color: #917111;
}

.course_text {
    padding-top: 24px;
    font-size: 18px;
    font-weight: bold;
}

.worry_box {
    padding: 16px;
}
.worry_text {
    line-height: 1.75;
}
.worry_img {
    width: 150px;
    border-radius: 3px;
    margin: 16px 0 16px 16px;
}

/* 美人百花掲載部分 */
.bijin_hyakka_container {
    margin-bottom: 48px;
    padding: 4rem 0;
}
    
.bijin_hyakka_container h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: bold;
}

.bijin_hyakka_container h4 {
    color: #A58C4C;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.bijin_hyakka_container .link_btn {
    display: block;
    background-color: #fff;
    border: 1px solid #A58C4C;
    color: #A58C4C;
    font-weight: bold;
    padding: 1rem 2rem;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.bijin_hyakka_container .link_btn:link,
.bijin_hyakka_container .link_btn:visited {
    background-color: #fff;
    color: #A58C4C;
}

.bijin_hyakka_container .link_btn:hover {
    opacity: 1;
    background-color:#F9F5ED;
}
.bijin_hyakka_container .link_btn:active {
    background-color: #fff;
    border: 1px solid #A58C4C;
}

/* メディ掲載用スライダ― */
.media_slider {
    margin:2rem auto 4rem;
    margin-bottom: 30px;
    max-width: 90%
}
.media_slider_item {
    display: grid;
    background-color: #fff;
    border: double #A58C4C;
    border: double rgba(221, 203, 151, 1);
    padding: 1rem 1.5rem;
    margin: 8px;
    text-align:center;
    aspect-ratio: 1 / 1.35;
}
.media_slider_item p {
    line-height: 1.5;
    margin-bottom: 1rem;
    display: block;
}
.media_slider .slick-next {
    right: -42px;
    width: 32px;
    height: 32px;
}
.media_slider .slick-prev {
    left: -42px;
    width: 32px;
    height: 32px;
}
.media_slider .slick-prev::before,
.media_slider .slick-next::before {
    font-size: 32px;
    color: rgba(221, 203, 151, 1);
}

.media_slider .slick-dots li button::before {
    color: rgba(221, 203, 151, 1);
}
.media_slider .slick-dots li.slick-active button::before {
    color: #A58C4C;
}
.media_slider_img {
    display: grid;
    align-items: center;
    margin: 2rem 0;
    height: 200px;
}
.media_slider_item .tag {
    font-family: 'Pinyon Script', cursive;
    font-size: 32px;
    color: #A58C4C;
    height: 42px;
    margin-top: .5rem;
}


/* オーナー紹介 */
.owner_img {
    width: 100%;
    height: 145px; /* = [owner_img img] 画像のheight - 画像のbottom: ~px;*/
    position: relative;
}
.owner_img img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -35px;
    left: 0;
    margin: auto;
    z-index: 999;
}
.owner_text {
    padding: 64px 16px;
}
.owner_name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

/* 会社概要 */
.company_info {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 40px;
    /* background-color: #fff;
    padding: 24px; */
}
.company_row{
    display: flex;   
}

.company_row dt{
    position: relative;
    width: 40%;
}

.company_row dd{
    width: 60%;
}

.company_row dt::before{
    content: "";
    position: absolute;
    top: 13px;
    left: -40px;
    display: inline-block;
    width: 24px;
    height: 1px;
    /* background-color: #A58C4C; */
    background-color: #ddcb97;
}

/* アクセス */

/* -------------------------------
フェイシャル
------------------------------- */
.facial_title_bg {
    background-image: url('../image/facial_title_bg.png');
    background-position: top 0 right 0;
}

.face_box {
    margin-bottom: 48px;
    /* border: 1px solid rgba(236, 224 ,208, 1); */
}

.face_text {
    padding: 48px 64px 64px;
}

.face_text_n {
    padding: none;
}


.face_text .menu {
    font-size: 20px;
    margin: 0 auto 32px;
    max-width: 840px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}
.face_text .price {
    /* font-size: 1.32px; */
    margin-bottom: 24px;
    text-align: center;
}


.face_caption_1 {
    font-weight: bold;
    font-size: 20px;
    line-height:1.5 ;
}

.face_caption_2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    color: #f80ed4;
    text-align: center;
    line-height:1.5 ;
}



.facial_sv3_caption {
    padding: 20px 60px 20px 60px;
}


.deco_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.deco_reze_pos{
    width: 100px;
    height: 100px;
}


.youtube_bc {
    background-color: #f8f8f8;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    width: 100vw;
    margin:0 calc(50% - 50vw);
    margin-bottom: 5rem;
    margin-top: 5rem;
}


.youtube_container {
    max-width: 1032px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}
 
.youtube_container h4 {
    text-align: center; 
    margin-bottom: 4rem;
    letter-spacing: .2em;
}
.youtube_container h4 span.sub {
    letter-spacing: 0;
} 


.youtube {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 0 auto;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



/* -------------------------------
ボディハイフ
------------------------------- */
.bh_bg_impact {
    background: linear-gradient(to right, #9ab9e5 0%,#e9fbfe 50%,#9ab9e5 100%);
}

.bodyhifu_title_bg {
    background-image: url('../image/bh_title_bg.png');
    background-position: top 0 right 0;
}

.bh_box {
    margin-bottom: 48px;
    border: 1px solid rgba(236, 224 ,208, 1);
}

.bh_text {
    padding: 48px 64px 64px;
}

.bh_text .menu {
    font-size: 20px;
    margin: 0 auto 32px;
    max-width: 840px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}
.bh_text .price {
    /* font-size: 1.32px; */
    margin-bottom: 24px;
    text-align: center;
}

.bh_caption {
    font-weight: bold;
    font-size: 25px;
    color: #f80ed4;
    text-align: center;
    margin-top: 20px;
    line-height:1.5 ;   
}

.bh_price {
    font-size: 22px;
    font-weight: bold;
    background-color: #f0f4fa;
    padding: 5px 20px 5px;
}

.bh_price_sp {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
    margin-bottom: 20px;
}

.flow_treatment {
    text-align: center;
    margin-top: 60px;
}

.treatment_point {
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}

.annotation {
    font-size: 11px;
    text-align: right;
}

.about_hifu {
    text-align: center;
    margin: 30px 10px;
}

.about_hifu img {
    margin-bottom: 20px;
}

.caution_list {
}

.number_list_gold {
    counter-reset: listnum;
}
.number_list_gold > li {
    position:relative;
    margin-top: 2rem;
}
.number_list_gold > li::before {
    counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
    position: absolute;
    top:0;
    left:0;
    color: #917111;
    display: inline-block;
    text-align: center;
    font-size:.9rem;
    width:1.5rem;
    height:1.5rem;
}
.number_list_gold > li::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    border: 1px solid #917111;
    display: inline-block;
    width:1.5rem;
    height:1.5rem;
    transform: rotate(45deg);
}
.number_list_gold_title {
    display: inline-block;
    color: #917111;
    font-size: 1.25rem;
    margin-left: 2.5rem;
    margin-bottom: .8rem;
}
.number_list_gold_title + * {
    padding-left: 2.5rem;
}

/* -------------------------------
脱毛
------------------------------- */
.epilation_title_bg {
    background-image: url('../image/epilation_title_bg.png');
    background-position: bottom 0 right 0;
}

.epi_flow_title {
    text-align: center;
    margin: 0;
    padding: 16px;
    background: rgba(236, 224 ,208, 1);
    border-radius: 10px 10px 0 0;
}
.epi_flow_box {
    padding: 32px;
    border: 1px solid rgba(236, 224 ,208, 1);
    background: #fff;
}
.epi_flow_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(130, 102, 81, .2);
}
.epi_flow_box .epi_flow_item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.epi_flow_item .img {
    width: 45%;
}
.epi_flow_item .text_box {
    flex: 1;
    width: 300px;
    padding: 0 24px;
}
.epi_flow_item .text_box .ttl {
    font-size: 20px;
    display: flex;
    align-items: center;
    flex: 1;
    margin-bottom: 8px;
}
.epi_flow_item .step {
    padding: 8px 12px;
    border: 1px solid #826651;
    color: #826651;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 14px;
    display: inline-block;
}

.parts_detail_w {
    width: 650px;
}

/* table */
.t_S th {
    background: rgba(238, 133, 154, 0.7);
}
.t_L th {
    background: rgba(103, 173, 224, 0.7);
}

/* -------------------------------
etoage
------------------------------- */
.etoage_introduction_gold {
    color: #917111;
    font-size:1.5rem;
}

.review_scroll {
    overflow-y: auto;
    background-color:#f4f1e7;
    padding: 2rem;
    margin: 0 auto;
    max-width: 800px;
    width:100%;
}
.review_container {
    height: 500px;
}

.etoage_review_list {
    padding-bottom:2rem
}
.etoage_review_list > li {
    background-color: #fff;
    padding: 1rem 2rem;
    margin-top:.8rem;
    
}


/* ※※※※タブレット※※※※ */
@media screen and (max-width: 992px) {

   /* -------------------------------
    ヘッダー
    ------------------------------- */
    .tel_number {
        font-size: 28px;
    }

    /* *****nav***** */
    .navbar-expand-lg .navbar-nav .nav_item {
        border: 0;
        padding: 16px;
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav_item:hover {
        background-color: rgba(130, 102, 81, .1); /* ★ */
    }

    .navbar-expand-lg .navbar-nav .nav-item:last-of-type .nav_item {
        border-right: none;
    }

    /* -------------------------------
    フッター
    ------------------------------- */
    /* .footer_content */
    .f_tel_number {
        font-weight: normal;
        font-size: 28px;
    }
    .f_biz_time {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 8px;
    }
    
    /* credit */
    /* .img_credit{
        width: 200px;
    } */

    /* .footer_page_top */

    /* .footer_copyright */
    .f_link li {
        text-align: center;
        float: none;
    }
    .f_link li a {
        border: none;
        width: 100%;
        padding: 8px;
    }

    .copyright {
        text-align: center;
        margin-top: 24px;
        font-size: 12px;
    }

   /* -------------------------------
    TOP
    ------------------------------- */
    /* コース一覧 */
    .course_title {
        font-size: 72px;
        line-height: .8;
        padding-top: 80px;
    }
    .course_subtitle {
        padding: -5px;
    }
    
    /* オーナ紹介 */
    .owner_name {
        font-size: 19.2px; /*オーナー名前*/
        line-height: 1;
        margin-bottom: 24px;
    }

    /* -------------------------------
    フェイシャル
    ------------------------------- */

    /* -------------------------------
    脱毛
    ------------------------------- */
    .parts_detail_w {
        width: 450px;
    }

}


/* ※※※※スマホ※※※※ */
@media screen  and (max-width: 767px) {
    
    /* -------------------------------
    ヘッダー
    ------------------------------- */
    .logo img {
        width: 200px;
    }
    .logo .logo_title {
        font-size: 12px;
    }
    
    /* -------------------------------
    フッター
    ------------------------------- */
    /* .footer_page_top */
    #page_top {
        right: 16px;
    }
    
    /* -------------------------------
    TOP
    ------------------------------- */
    .worry_text {
        text-align: left;
    }
    .worry_img {
        width: 150px;
        margin: 16px auto;
    }
    
    /* 美人百花掲載部分 */
    .bijin_hyakka_container {
        padding: 3rem 0;
    }
        
    .bijin_hyakka_container h4 {
        font-size: 20px;
    }
    
    /* 会社概要 */
    .company_info{
        max-width: 100%;
        margin-top: 0;
        padding-left: 50px;
        
    }
    .company_row{
        display: block;
        width: 100%;
        
    }
    .company_row dt,
    .company_row dd{
        width: 100%;
    }

    /* -------------------------------
    フェイシャル
    ------------------------------- */
    .face_text {
        padding: 24px;
    }

    .face_text .menu {
        font-size: 19.2px;
        text-align: left;
    }

    .deco_box{
        display: block;
        text-align: center;
    } 
    
    .youtube_bc {
        padding-top: 4.5rem;
        padding-bottom: 3rem;
        margin-top: 4.5rem;
        margin-bottom: 3rem;
    }
    
    .youtube_container h4 {
        margin-bottom: 3rem;
    }
    
    /* -------------------------------
    ボディハイフ
    ------------------------------- */
    .bh_text {
        padding: 24px;
    }

    .bh_text .menu {
        font-size: 19.2px;
        text-align: left;
    }
    
    /* -------------------------------
    脱毛
    ------------------------------- */
    .parts_detail_w {
        width: 180px;
    }

    .epi_flow_item {
        display: block;
    }
    .epi_flow_item .img {
        width: 100%;
    }
    .epi_flow_item .text_box {
        width: 100%;
        padding: 0;
    }
    .epi_flow_item .text_box .ttl {
        margin: 16px 0 8px;
        font-size: 20px;
    }

    .epi_flow_title {
        font-size: 19.2px;
    }
    
    /* -------------------------------
    etoage
    ------------------------------- */
    .etoage_introduction_gold {
        color: #917111;
        font-size:1.25rem;
    }
    
    .review_scroll {
        padding: 1rem;
    }
    
    .review_container {
        height: 400px;
    }


}