@charset "utf-8";
/*!
 * parts CSS
 * ---------------------------------------------
 * 下層ページのcss
 * 
 */
@import 'base.css';

/*===================================
    element
=====================================*/

/*  sub content
---------------------------------*/
.content > h1 {
    margin: 30px 0 1.5em;
    padding: .2em;
    border-radius: 10px;
    background: #fde4d2;
    font-size: 4rem;
    font-weight: 100;
}
.content section {
    padding-left: 100px;
    padding-right: 100px;
}
.content h1 + section {
    padding: 0 100px 110px;
}
.sub section h2 {
    margin-bottom: 2em;
    font-size: 3rem;
    line-height: 1.666;
    font-weight: 100;
}

/*===================================
    コンセプト
=====================================*/
.concept__sec {
    text-align: left;
}
.concept__sec h2:nth-of-type(1):after {
    display: block;
    width: 100%;
    height: 453px;
    margin: 2em -1em 4em 0;
    background: url("../images/base/cosmetologist.svg") no-repeat 100% 0;
    background-size: auto 100%;
}
.concept__sec dl {
    margin-bottom: 2.5em;
    font-size: 2.4rem;
}
.concept__sec dd {
    margin-bottom: 2.5em;
}
.concept__sec dd:first-letter {
    display: inline-block;
    vertical-align: middle;
    margin-right: .1em;
    padding: .05em .2em;
    background: #fde4d2;
    font-size: 2.6rem;
}
.concept__sec h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 100;
}
.concept__sec p {
    margin-bottom: 2em;
    font-size: 1.8rem;
}

/*===================================
    サロンのご案内
=====================================*/
.sub.salon section h2 {
    margin-bottom: 1em;
}
.seen__sec figure {
    margin: auto -100px 3em;
}
.seen__sec img {
    border-radius: 10px;
}
.seen__sec p {
    margin-bottom: 3em;
    font-size: 2.4rem;
    text-align: left;
}
.seen__sec p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.content .stuff__sec {
    padding: 70px 0;
}
.stuff__sec > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 2em;
    margin-bottom: 70px;
    font-size: 1.8rem;
}
.stuff__sec > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
}
.stuff__sec > ul > li figure {
    width: 250px;
}
.stuff__sec dl {
    width: calc( 100% - 250px - 2em );
    text-align: right;
    padding-left: 100px;
}
.stuff__sec figure + dl {
    padding: 0 100px 0 0;
    text-align: left;
}
.stuff__sec img {
    border-radius: 10px;
}
.shop__sec figure {
    margin: auto -100px 2em;
}
.shop__sec img {
    border-radius: 10px;
}
.shop__sec.info .map {
    margin: 0 -100px;
    padding: 0;
}

/*===================================
    メニュー
=====================================*/
.salonMenu section b {
    display: block;
    text-align: right;
}

/*  chemicalist__sec
---------------------------------*/
.chemicalist__sec {
    padding-bottom: 330px !important;
    background: url("../images/base/cosmetologist.svg") no-repeat 34.8% calc( 100% - 33px ),url("../images/base/counter.svg") no-repeat 69.8% calc( 100% - 45px );
    background-size: 29.4% auto, 18.9% auto;
}
@media screen and (max-width: 999px) {
    .chemicalist__sec {
        padding-bottom: 38vw !important;
        background-position: 28.62% calc( 100% - 33px ), 72.3% calc( 100% - 45px );
        background-size: 36.75% auto, 24.875% auto;
    }
}
.chemicalist__sec b {
    margin: -3em -100px 1em 0;
}
.sub .chemicalist__sec h2 {
    margin-bottom: 1em;
}
.sub .chemicalist__sec h3,.sub .chemicalist__sec dl {
    font-weight: 100;
}
.sub .chemicalist__sec h3 {
    margin-bottom: 1.5em;
    font-size: 2.8rem;
}
.chemicalist__sec dl {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-bottom: 2em;
    font-size: 2rem;
    /*justify-content: center;
    gap: 0 2em;*/
}
.chemicalist__sec dt {
    font-size: 2.6rem;
}
.chemicalist__sec dt,.chemicalist__sec dd:nth-last-of-type(1) {
    width: 100%;
}
/*.chemicalist__sec dd*/.chemicalist__sec dt:not(:nth-of-type(1)) {
    margin-top: 1.5em;
}
.chemicalist__sec p {
    margin-bottom: 2em;
    font-size: 1.8rem;
}
.chemicalist__sec p.note {
    font-size: 1.6rem;
}

/*  price__sec
---------------------------------*/
.price__sec {
    padding-top: 60px;
    padding-bottom: 20px;
}
.price__sec h2 + b {
    margin: -6em -100px 3em 0;
}
.price__sec dl {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: auto 130px 3em;
    text-align: left;
}
@media screen and (max-width: 999px) {
    .price__sec dl {  
        margin: auto 50px 3em;
    }
}
.price__sec dt,.price__sec dd {
    width: 50%;
}
.price__sec dd {
    position: relative;
    text-align: right;
}
.price__sec dd span {
    background: #fde4d2;
}
.price__sec dt:after {
    position: absolute;
    display: inline-block;
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・"
}

/*  item__sec
---------------------------------*/
.item__sec {
    padding-top: 60px;
    padding-bottom: 0;
}
.item__sec li {
    position: relative;
    margin: auto -100px 122px 0;
    padding-right: calc( 45% + 70px );
    text-align: left;
}
.item__sec li h3 {
    font-size: 2.4rem;
    margin-bottom: 1em;
}
.item__sec li figure {
    position: absolute;
    top: 1em;
    right: 0;
    width: 45%;
}
.item__sec li h3,.item__sec li p,.item__sec li a {
    display: block;
}
.item__sec li a {
    margin-top: 2em;
}

/*===================================
    採用情報
=====================================*/
.careers__sec {
}
.careers__sec h3 {
	margin: -2em 0 1em;
	font-size: 2.4rem;
	line-height: 3;
}
.careers__sec h3:nth-of-type(1):after {
    display: block;
    width: 100%;
    height: 180px;
    margin: 3em 0 0;
    background: url("../images/base/scissors_comb.svg") no-repeat 66% 0;
    background-size: auto 80%;
}
.careers__sec > dl {
    margin-left: 100px;
    margin-right: 100px;
    text-align: left;
}
.careers__sec > dl > dt {
	margin-top: 4em;
    font-size: 2.4rem;
}
.careers__sec dd h4 {
    font-size: 2.2rem;
}
.careers__sec > dl > dt:nth-of-type(1):before {
    display: inline;
    content: "▼";
}
.careers__sec > dl > dt:nth-last-of-type(1):before {
    content: "▼";
}
.careers__sec > dl > dt:before {
    display: inline;
    content: "＊";
    font-weight: bold;
}
.careers__sec dd {
	padding-left: 1em;
	text-indent: -1em;
}
.careers__sec dd:nth-last-of-type(3), .careers__sec dd:nth-last-of-type(5) {

}
.careers__sec dd h4:before {
    display: inline;
    content: "・";
}
.careers__sec dd dl {
	margin: 0 0 1em 1em;
}
.careers__sec dd dt {
	margin-top: 0;
}
.careers__sec dd dd {
	padding-left: 0;
	text-indent: 0;
}
.careers__sec dd dd > ul > li {
    margin-bottom: 2em;
}
.careers__sec dd dd li ul {
	margin: 0 0 0 0.7em;
}
.careers__sec dd dd:before,
.careers__sec dd:nth-last-of-type(1):before{
	display: none;
}
.careers__sec dd dd p {
	margin-top: 1em
}
.careers__sec dd dd li p {
	margin: 0 0 1em 0.7em;
}
.careers__sec a {
    /*display: block;*/
    margin-left: 1em;
}

/*===================================
    プライバシーポリシー
=====================================*/
        .privacyt__sec {
    margin-bottom: 200px;
    text-align: left;
}
.privacyt__sec h2 {
    text-align: center;
}
.privacyt__sec h3 {
	margin: 2em auto 1em;
	font-size: 2.4rem;
}
.privacyt__sec ul {
	margin-bottom: 2em;
}
.privacyt__sec li {
	padding-left: 1em;
	text-indent: -1em;
}
.privacyt__sec li:before {
    display: inline;
	content: "・";
}



/************************************************************************************
smaller than 768px
*************************************************************************************/
@media only screen and (max-width: 768px) {
	/*===================================
        element
    =====================================*/
    .brkPc {
        display: none;
    }
    
    /*  sub content
    ---------------------------------*/
    .content > h1 {
        margin: 0 0 1.5em;
        padding: .2em;
        border-radius: 5px;
        font-size: 5.2vw;
        font-weight: 300;
    }
    .content section {
        padding-left: 2.6vw;
        padding-right: 2.6vw;
    }
    .content h1 + section {
        padding: 0 2.6vw 9.5vw;
    }
    .sub section h2 {
        font-size: 4.17vw;
        line-height: 1.5;
        font-weight: 300;
    }
    
    /*===================================
        コンセプト
    =====================================*/
    .concept__sec h2:nth-of-type(1):after {
        height: 50.2vw;
        margin: 2em 0 3em;
        background-position: 90% 0;
        background-size: auto 100%;
    }
    .concept__sec dl {
        font-size: 2.86vw;
    }
    .concept__sec dd:first-letter {
        font-size: 3.13vw;
    }
    .concept__sec h3 {
        font-size: 3.13vw;
        font-weight: 300;
    }
    .concept__sec p {
        margin-bottom: 2em;
        font-size: 2.86vw;
    }
    
    /*===================================
        サロンのご案内
    =====================================*/
    .sub.salon section h2 {
        margin-bottom: 1em;
    }
    .seen__sec figure {
        margin: auto -2.6vw 3em;
    }
    .seen__sec p {
        margin-bottom: 2.5em;
        font-size: 2.86vw;
    }
    .content .stuff__sec {
        padding: 7vw 0;
    }
    .stuff__sec > ul > li {
        gap: 0 1.5em;
        margin-bottom: 6.9vw;
        font-size: 2.6vw;
    }
    .stuff__sec > ul > li figure {
        width: 34.7vw;
    }
    .stuff__sec dl {
        width: calc( 100% - 34.7vw - 1.5em );
        padding-left: 2.6vw;
    }
    .stuff__sec figure + dl {
        padding: 0 2.6vw 0 0;
    }
    .content .shop__sec {
        padding: 7vw 0 12vw;
    }
    .shop__sec figure {
        margin: auto 0 2em;
    }
    .shop__sec.info .map {
        margin: 0 ;
    }
    
    /*===================================
        メニュー
    =====================================*/
    .salonMenu section b {
        font-size: 2.86vw;
    }
    
    /*  chemicalist__sec
    ---------------------------------*/
    .chemicalist__sec {
        padding-bottom: 45vw !important;
        background-position: 19.95vw calc( 100% - 6.52vw ), 58.69vw calc( 100% - 8vw );
        background-size: 38.95vw auto, 24vw auto;
    }
    .chemicalist__sec b {
        margin: -2em 0 1em 0;
    }
    .sub .chemicalist__sec h3,.sub .chemicalist__sec dl {
        font-weight: 300;
    }
    .sub .chemicalist__sec h3 {
        font-size: 3.13vw;
    }
    .chemicalist__sec dl {
        font-size: 2.86vw;
    }
    .chemicalist__sec dt {
        font-size: 3vw;
    }
    .chemicalist__sec dt:not(:nth-of-type(1)) {
        margin-top: 2em;
    }
    .chemicalist__sec p {
        font-size: 2.86vw;
        text-align: left;
    }
    .chemicalist__sec p.note {
        font-size: 2.6vw;
    }
    
    /*  price__sec
    ---------------------------------*/
    .price__sec {
        padding-top: 5.2vw;
        padding-bottom: 1.7vw;
    }
    .price__sec h2 + b {
        margin: -5em 0 2em;
    }
    .price__sec dl {
        margin: auto 0 3em;
        font-size: 2.86vw;
    }
    
        /*  item__sec
    ---------------------------------*/
    .item__sec {
        padding-top: 5.2vw;
        padding-bottom: 1vw;
    }
    .item__sec li {
        margin: auto auto 7.8vw;
        padding-right: 0;
    }
    .item__sec li h3 {
        font-size: 3.13vw;
        text-align: center;
    }
    .item__sec li figure {
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        margin-bottom: 1em;
    }
    .item__sec li p,.item__sec li a {
        font-size: 2.86vw;
    }
    .item__sec li p {
        margin-bottom: 2em;
    }
    .item__sec li a {
        margin-top: 2em;
    }
    
    /*===================================
        採用情報
    =====================================*/
    .careers__sec {
        margin-bottom: 15.6vw;
    }
    .careers__sec h3 {
        margin-top: 1em;
        font-size: 4.25vw;
        text-align: left;
        line-height: 1.4;
    }
    .careers__sec h3:nth-of-type(1):after {
        background-size: auto 70%;
    }
    .careers__sec > dl {
        margin-left: 0;
        margin-right: 0;
        font-size: 2.869vw;
    }
    .careers__sec > dl > dt {
        font-size: 3.13vw;
    }
        .careers__sec dd h4 {
            font-size: 3.0vw;
        }
    
    /*===================================
        プライバシーポリシー
    =====================================*/
    .privacyt__sec {
        margin-bottom: 15.6vw;
        font-size: 2.869vw;
    }
    .privacyt__sec h3 {
        font-size: 3.65vw;
    }



}


/************************************************************************************
smaller than 414px
*************************************************************************************/
@media screen and (max-width: 414px) {
    
}


/************************************************************************************
smaller than 320px
*************************************************************************************/
@media screen and (max-width: 320px) {
    
}