@charset "utf-8";
/* CSS Document */

*{
  font-size:16px;
  line-height:170%;
  color:#333;
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.shop_link{
    margin: 5% auto 15%;
}


.shopIcn_chokuei{
	background-color: #daa8c3;
}

.shopIcn_partner{
	background-color: #e2dfef;
    color: #3c3c3c;
}
.button-44 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #daa8c3;
    border-radius: 25px;
    background-color:  rgba(218,168,195,0.4);
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1em;
    transition: .3s;
}
.button-45 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #B4ACD6;
    border-radius: 25px;
    background-color: #e2dfef;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1em;
    transition: .3s;
}
.button-46 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #a7c1d9;
    border-radius: 25px;
    background-color: #d3edf9;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1em;
    transition: .3s;
}
.button-47 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #ffb696;
    border-radius: 25px;
    background-color: #ffe1d4;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1em;
    transition: .3s;
}
.button-44 a,.button-45 a,.button-46 a,.button-47 a{
    color: #3c3c3c;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding:0;
}
.button-44 a:hover {
    opacity: 0.7;
}
.shopIcn_mainte{
    background-color: #d3edf9;
    color: #3c3c3c;
}
.fs-c-documentArticle__heading{
    font-size: 16px;
    padding: 2%;
}
#prisila-showroom,#cyokuei,#partners,#maintenance{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
#prisila .fs-c-documentArticle__heading,#cyokuei .fs-c-documentArticle__heading{
    background-color: rgba(218,168,195,0.4);
    color: #333;
    padding: 0.75em 0;
}

#partners .fs-c-documentColumn__heading{
    color: #B4ACD6;
    border-color: #e2dfef;
}
#maintenance .fs-c-documentColumn__heading{
    color: #a7c1d9;
    border-color: #d3edf9;
}

#partners .fs-c-documentArticle__heading{
    background-color: #e2dfef;
    color: #333;
    padding: 0.75em 0;
}#maintenance .fs-c-documentArticle__heading{
    background-color: #d3edf9;
    color: #333;
    padding: 0.75em 0;
}

.salon-list-wrap{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    max-width: 960px;
    font-size: 16px;
}
.salon-list-wrap h2.top_img img{
    width: 100%;
    height: auto;
    aspect-ratio:8/3;
}
.salon-list-wrap div.text-wrap{
    margin: 5%;
}
.salon-list-wrap .intro{
    margin: 0 5%;
}
.salon-list-wrap .intro p.catch{
    background-color: rgba(218,168,195,0.4);
    padding: 5%;
    text-align: center;
    line-height: 1.8;
    font-size: 1.4rem;
}
.salon-list-wrap .intro p.catch span{
    display: inline-block;
    line-height: 1.8;
}
.salon-list-wrap .intro p.answer{
   padding: 5% ;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #C98696;
}
div.type{ 
    margin: 5% auto 10%;
}
  
p.salon-logo{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
}
 p.salon-logo img.salon-type{
    height: auto;
    padding:30% 10% 0 ;
    display: inline-block;
    width: 80%;

}p.salon-logo  img.salon-list{
    height: auto;
    padding: 15% 15% 0;
    width: 70%;
    display: inline-block;
}
div.type{
    width: 90%;
    margin: 5%;
}div.type dl{
   margin: 12% auto;
    width: 90%;
}div.type dl#directly-salon dt,div.type dl#partners-salon dt,div.type dl#maintenance-salon dt{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}
#prisila-showroom img{
    width: 100%;
    height: auto;
    aspect-ratio:4/3;
}#directly-salon img{
    width: 100%;
    height: auto;
    aspect-ratio:1772/1181;
}
#prisila-showroom dt,#directly-salon dt,#partners-salon dt,#maintenance-salon dt{
    position: relative;
    display: inline-block;
    text-align: center;
    padding:12% 0 15% 33%;
    height: auto;
}

#directly-salon dt::before{
    content:"";
    display: inline-block;
    background-image:url("../salon_list/images/salon-icon_01.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}#partners-salon dt::before{
    content:"";
    display: inline-block;
    background-image:url("../salon_list/images/salon-icon_05.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}#maintenance-salon dt::before{
     content:"";
    display: inline-block;
    background-image:url("../salon_list/images/salon-icon_04.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}
 div.type h3{
        font-size: 16px;
       padding-top: 5%;
        text-align: center;
    }
@media screen and (min-width: 600px) {
    .salon-list-wrap{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    max-width: 960px;
    font-size: 16px;
}
    .salon-list-wrap .intro p.answer{
   padding: 5% ;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #C98696;
}
   div.type dl#prisila-showroom dt, div.type dl#directly-salon dt,div.type dl#partners-salon dt,div.type dl#maintenance-salon dt{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.8;
}
    #prisila-showroom dt,#directly-salon dt,#partners-salon dt,#maintenance-salon dt{
    position: relative;
    display: inline-block;
    text-align: center;
    padding:10% 0 15% 33%;
    height: auto;
        font-size:36px;
}    #prisila-showroom dd, #directly-salon dd,#partners-salon dd,#maintenance-salon dd,#prisila-showroom dd p,#directly-salon dd p,#partners-salon dd p,#maintenance-salon dd p{
        font-size:20px;
}

#directly-salon dt::before{
    content:"";
    display: inline-block;
    background-image:url("../salon_list/images/salon-icon_01.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}#partners-salon dt::before{
    content:"";
    display: inline-block;
    background-image:url("../salon_list/images/salon-icon_05.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}#maintenance-salon dt::before{
     content:"";
    display: inline-block;
    background-image:url("../salon_list/images/salon-icon_04.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}
    

    div.type h3{
        font-size: 20px;
        padding-top: 5%;
        text-align: center;
    }
    .salon-list-wrap .intro p.catch{
    background-color: rgba(218,168,195,0.4);
    padding: 5%;
    text-align: center;
    line-height: 1.8;
    font-size: 24px;
    font-weight: 500;
}.salon-list-wrap .intro p.catch{
     text-align: center;
    line-height: 1.8;
    font-size: 24px; font-weight: 500;
    psdding:1% auto;
}p.salon-logo{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 15%;
    max-width: 600px;
    text-align: center;
}
 p.salon-logo img.salon-type{
    height: auto;
    display: inline-block;
    width: 100%;

}p.salon-logo  img.salon-list{
    width: 70%;
    margin: 0;
    padding: 0;
    height: auto;
    aspect-ratio:513/115;
    display: inline-block;
}
    .button-44 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #daa8c3;
    border-radius: 25px;
    background-color:  rgba(218,168,195,0.4);
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1.2em;
    transition: .3s;
}
.button-45 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #B4ACD6;
    border-radius: 25px;
    background-color: #e2dfef;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1.2em;
    transition:  .3s;
}
.button-46 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #a7c1d9;
    border-radius: 25px;
    background-color: #d3edf9;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1.2em;
    transition: .3s;
}.button-47 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin: 2% auto;
    padding: .45em 2em;
    border: 1px solid #ffb696;
    border-radius: 25px;
    background-color: #ffe1d4;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 1.2em;
    transition: .3s;
}
.button-44 a,.button-45 a,.button-46 a,.button-47 a{
    color: #3c3c3c;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding:0;
    font-size: 1.2em;
}
.button-44 a:hover,.button-45 a:hover,.button-46 a:hover ,.button-47 a:hover {
    opacity: 0.7;
}
    }