@charset "utf-8"; 
/*top_covid*/
section#mainInfo {
    padding: 50px 20px;
    box-sizing: border-box;
}

section#mainInfo .content {
    max-width: 100%;
    border: double #ea5193;
    padding: 30px 50px;
    text-align: center;
    transition: all 0.2s linear;
    box-sizing: border-box;
    width: 600px;
}

section#mainInfo .mainInfotitle {
    color: #ea5193;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1em;
}

section#mainInfo .mainInfotitle span {
    font-size: 1rem;
}

section#mainInfo h1 {
    text-align: center;
    font-size: 20px;
}

section#mainInfo {}

section#mainInfo a {
    display: block;
}

section#mainInfo a:hover {
    background: #ea5193;
    color: #FFF;
    opacity: 1;
}

section#mainInfo a:hover .mainInfotitle {
    color: #FFF;
}

/*top_common*/
.salon_reservation-btn.is_staff_link {
    background: #000;
}
a.rec_side {
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 9999;
    max-width: 58px;
}
/* concept */
.concept_text-wrap {
        background-color: rgba(233, 82, 147, 0.7);
        color: #fff;
        padding: 20px;
    }

.concept_cont {
    background-image: url(../images/top/concept_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.concept_text-area h3 {
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 10px;
}
.special_cont1,.special_cont2 {
    display: inline-block;
    width: calc(50% - 2px);
    box-sizing: border-box;
}
.special_cont3 {
    padding-top: 2%;
    text-align: center;
}
.top_news-list li {
    float: left;
    width: 33.333333%;
    padding: 15px;
    box-sizing: border-box;
}
.top_news-list {
    overflow: hidden;
}
.news_title {
    display: block;
    font-size: 1.3rem;
    color: #e95293;
    padding-top: 5px;
}
.news_list-cat {
    padding: 5px 10px 5px 10px;
    background-color: #3e3a39;
    display: inline-block;
    font-size: 0.8rem;
    color: #fff;
    margin-right: 10px;
}
.news_list-img {
    padding-bottom: 20px;
    text-align: center;
}
.beautism:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background-color: #e95293;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.news_list-cat p {
    display: inline-block;
}
.gal_head {
    display: block;
    font-size: 1.2rem;
    text-align: left;
    color: #e95293;
}
.gal_list li {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.gal_list {
    overflow: hidden;
}
.gal_list a {
    display: block;
}
.gal_list-img:before {
    border: solid 2px #fff;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.7) inset;
    z-index: 99;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gal_list-img:after {
    content: url(../images/common/photo_icon.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.gal_list-img {
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gal_list {
    max-width: 900px;
    margin: 0 auto;
}
.salon_cont {
    padding-bottom: 70px;
}

.recruit_banner {
    text-align: center;
}
.concept_btn-area {
    text-align: center;
    padding-top: 50px;
    padding-right: 60px;
}

a.concept_btn {
    display: inline-block;
    padding: 5px 25px;
    border: solid 1px;
    border-radius: 20px;
    color: #fff;
}
.concept_text {
    line-height: 2;
    padding-bottom: 20px;
}

/* main_visual */
.main_visual {
    position: relative;
}
.main_text {
    position: absolute;
    top: 20%;
    max-width: 1260px;
    left: 100px;
    right: 0;
    margin: auto;
    font-size: 2.5rem;
    color: #e95293;
}
.main_slide img {
    width: 100%;
    max-width: none;
    height: auto;
}
.list_btn-area {
    text-align: center;
    margin-top: 50px;
}

.list_btn-area a {
    padding: 10px 20px;
    display: inline-block;
    background-color: #e95293;
    color: #fff;
    border-radius: 30px;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    padding: 0;
    left: 0;
    top: 0;
}
.news_text {
    word-break: break-word;
    display: inline-block;
}
.news_list-img {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news_list-img-area {
    padding-bottom: 20px;
}
.news_list-img-area a {
    display: block;
}
.top_news-list li > a {
    display: block;
}
.gal_text {
    text-align: left;
    display: block;
}
.fb-page.fb_iframe_widget, .fb_iframe_widget span,iframe {
    height: 100% !important;
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px) {
     /* concept */
    .concept_text-area {
        max-width: 480px;
        margin: 0 0 0 auto;
        padding: 50px 20px;
        box-sizing: border-box;
        color: #fff;
    }
    .concept_text-wrap {
        width: 50%;
        background-color: rgba(233, 82, 147, 0.7);
    }
    .special_cont2 {
        text-align: right;
        padding-left: 1%;
    }
    .special_cont1 {
        text-align: left;
        padding-right: 1%;
    }
    .concept_banner-l {
        width: 50%;
        float: left;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .concept_banner-r {
        width: 50%;
        float: left;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .concept_banner-area {
        padding: 60px 0;
    }
    .concept_banner-area {
        padding: 50px 0;
        text-align: center;
    }
    .concept_btn:hover {
        opacity: 1;
        background-color: #fff;
        color: #e95293;
    }
    .insta_area {
        padding-bottom: 100px;
    }
    .concept_btn-area {
        text-align: center;
        padding-top: 50px;
        padding-right: 60px;
    }
    
}
.special_wrap{
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
}
/* ===================================================================================
 for PC max-width: 1100px
 =================================================================================== */
 @media screen and (max-width: 1100px) {
     .main_text {
        font-size: 3.5vw;
        left: 0;
        padding: 0 10px;
    }
 }

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
     .special_cont1, .special_cont2 {
        width: 100%;
        padding-top: 2%;
        text-align: center;
    }
    .top_news-list li {
        width: 50%;
    }
    .gal_list li {
        width: 50%;
    }
    .concept_banner-l {
        padding-bottom: 20px;
    }
    .concept_banner-area {
        padding: 50px 0;
    }
    .special_cont1 img,.special_cont2 img,.special_cont3 img {
        background-color: #fff;
    }
    .recruit_banner img {
        background-color: #fff;
    }
    .insta_area {
        padding-bottom: 40px;
    }
    .concept_btn-area {
        padding-top: 0px;
        padding-right: 0;
    }
    .concept_text-area h3 {
        font-size: 1.4rem;
    }
    .fb-page.fb_iframe_widget, .fb_iframe_widget span, iframe {
        height: 300px !important;
    }
}
/* ===================================================================================
 for SP max-width: 470px
 =================================================================================== */
 @media screen and (max-width: 470px) {
     .top_news-list li {
        width: 100%;
        padding: 20px 0;
        max-width: 380px;
        margin: 0 auto;
        float: none;
    }
    .gal_list li {
        width: 100%;
    }
    .concept_text-area h3 {
        font-size: 1.5rem;
    }
 }