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

/*-----------------------------------------------------------*/
/*ファーストビュー*/

main#coapage #firstview h1::before{
    background-image: url("../image/about/page_icon.png");
    background-size: 2.03rem;/*30*/
    width: 2.03rem;
    height: 2.03rem;
    top: -4.05rem;/*60*/
}

/*-----------------------------------------------------------*/
/*ブロック内共通*/

section:not(#firstview) h1{
    padding: 0 0 1.49rem;/*22*/
    position: relative;
}
section:not(#firstview) h1::after{
    content: '';
    display: block;
    background-image: url("../image/about/parts_h1.png");
    background-repeat: no-repeat;
    background-size: 2.09rem 0.61rem;/*31,9*/
    width: 2.09rem;
    height: 0.61rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*-----------------------------------------------------------*/
/*コンセプトメッセージ*/

section#a01{
    width: 100%;
    margin: 6.76rem auto 0;
}

section#a01 h1{
    width: 100%;
    font-size: 2.03rem;/*30*/
    font-weight: 500;
    text-align: center;
}

section#a01 .wrap{
    width: 78.72rem;/*1165*/
    margin: 3.11rem auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
section#a01 .wrap::before{
    content: '';
    display: block;
    background-image: url("../image/about/messa01.png");
    background-repeat: no-repeat;
    background-size: 18.72rem 23.78rem;/*277,352*/
    width: 18.72rem;
    height: 23.78rem;
    position: absolute;
    top: -10.41rem;/*154*/
    right: 0;
}

section#a01 .wrap .image{
    width: calc( 50% - 3.18rem );/*47*/
}
section#a01 .wrap .image img{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}

section#a01 .wrap .txt{
    width: calc( 50% - 3.18rem );/*47*/
}
section#a01 .wrap .txt dl{
    width: 100%;
    margin: 3.04rem auto 0;/*45*/
}
section#a01 .wrap .txt dl dt{
    position: relative;
    padding-bottom: 0.68rem;/*10*/
}
section#a01 .wrap .txt dl dt::after{
    content: '';
    display: block;
    width: 18.18rem;/*269*/
    height: 3px;
    background-color: #F6AB3B;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    position: absolute;
    bottom: 0;
    left: 0;
}
section#a01 .wrap .txt dl dt h2{
    font-weight: 500;
    letter-spacing: 0.125em;
}
section#a01 .wrap .txt dl dd{
    width: 30.07rem;/*445*/
    margin: 3.04rem auto 0 0;/*45*/
    line-height: 180%;
    letter-spacing: 0.125em;
}

/*-----------------------------------------------------------*/
/*施設概要*/

section#a02{
    width: 100%;
    margin: 8.11rem auto 0;/*120*/
    position: relative;
}
section#a02::before{
    content: '';
    display: block;
    background-image: url("../image/about/center01.png");
    background-repeat: no-repeat;
    background-size: 22.43rem 13.65rem;
    width: 22.43rem;/*331*/
    height: 13.65rem;/*202*/
    position: absolute;
    top: -10.68rem;/*158*/
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(22.43rem);/*332*/
}

section#a02 h1{
    width: 100%;
    font-size: 2.03rem;/*30*/
    font-weight: 500;
    text-align: center;
}

section#a02 .image{
    width: 100%;
    padding: 1.62rem 0 2.43rem;/*24,36*/
    position: relative;
}
section#a02 .image::before{
    content: '';
    display: block;
    background: rgb(248,226,41);
    background: -moz-linear-gradient(270deg, rgba(248,226,41,1) 0%, rgba(252,170,109,1) 65%, rgba(255,127,162,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(248,226,41,1) 0%, rgba(252,170,109,1) 65%, rgba(255,127,162,1) 100%);
    background: linear-gradient(270deg, rgba(248,226,41,1) 0%, rgba(252,170,109,1) 65%, rgba(255,127,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8e229",endColorstr="#ff7fa2",GradientType=1);    
    background-size: cover;
    width: 100%;
    height: 21.01rem;/*311*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

section#a02 .image div{
    width: 65.95rem;/*976*/
    margin: 0 auto;
}
section#a02 .image div img{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}

section#a02 .lists{
    width: 62.97rem;/*932*/
    margin: 2.09rem auto 0;/*31*/
}
section#a02 .lists dl{
    display: flex;
    justify-content: space-between;
}
section#a02 .lists dl:not(:first-child){
    margin: 0.68rem auto 0;
}

section#a02 .lists dl dt{
    width: 12.50rem;/*185*/
    height: 4.05rem;/*60*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF6CF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}

section#a02 .lists dl dd{
    width: 48.99rem;/*725*/
    border-bottom: 1px solid #AEAEAE;
    box-sizing: border-box;
}
section#a02 .lists dl dd div{
    padding: 1.01rem 2.03rem;/*15,30*/
    letter-spacing: 0.125em;
}
section#a02 .lists dl dd ul li{
    text-indent: -1em;
    margin-left: 1em;
    line-height: 177%;
}

/*-----------------------------------------------------------*/
/*フロアガイド*/

section#a03{
    width: 100%;
    margin: 6.42rem auto 0;/*95*/
    background-color: #FFFCEE;
}
section#a03 .inner{
    width: 100%;
    padding: 5.27rem 0 7.03rem;/*78,104*/
    position: relative;
}
section#a03 .inner::after{
    content: '';
    display: block;
    background-image: url("../image/about/floor01.png");
    background-repeat: no-repeat;
    background-size: 18.72rem 23.78rem;/*277,352*/
    width: 18.72rem;
    height: 23.78rem;
    position: absolute;
    top: 3.24rem;/*48*/
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(26.82rem);
}

section#a03 h1{
    width: 100%;
    font-size: 2.03rem;/*30*/
    font-weight: 500;
    text-align: center;
}

section#a03 .wrap{
    width: 67.57rem;/*1000*/
    margin: 3.04rem auto 0;/*45*/
    position: relative;
    z-index: 1;
}

section#a03 .tab-area {
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
section#a03 .tab {
    width: 12.84rem;/*190*/
    padding: 1.35rem 0;
    font-size: 1.35rem;/*20*/
    color: #EF6097;
    text-align: center;
    letter-spacing: 0.125em;
    border-top: 2px solid #EF6097;
    border-left: 2px solid #EF6097;
    border-right: 2px solid #EF6097;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radiqus-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;    
}
section#a03 .tab:not(:last-child){
    margin-right: 0.54rem;/*8*/
}

section#a03 .tab.active {
    background-color: #EF6097;
    color: #fff;
}

section#a03 .panel {
    display: none;
    width: 100%;
    height: 37.84rem;/*560*/
    background-color: #fff;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
section#a03 .panel.active {
    display: block;
}
section#a03 .panel p{
    padding: 1.89rem 1.22rem;/*28,18*/
}

/*-----------------------------------------------------------*/
/*ピッカピカサロン*/

section#a04{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section#a04::before{
    content: '';
    display: block;
    background-image: url("../image/about/salon02.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 42.97rem;/*636*/
    position: absolute;
    top: 0;
    left: 0;
}
#a04::after {
    content: '';
    display: block;
    background-image: url("../image/about/salon01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 31.35vw;/*464*/
    height: 31.82vw;/*471*/
    position: absolute;
    top: 0;
    left: 0;
}

section#a04 .inner{
    padding: 6.49rem 0 0;/*96*/
}

section#a04 h1{
    width: 100%;
    font-size: 2.03rem;/*30*/
    font-weight: 500;
    text-align: center;
}

section#a04 .slide{
    width: 59.26rem;/*877*/
    margin: 2.03rem auto 0;/*30*/
    position: relative;
}
section#a04 .slide::before{
    content: '';
    display: block;
    background-image: url("../image/about/salon03.png");
    background-repeat: no-repeat;
    background-size: 2.91rem 13.85rem;/*43,205*/
    width: 2.91rem;
    height: 13.85rem;
    position: absolute;
    top: -10.88rem;/*161*/
    left: -4.93rem;/*73*/
    z-index: 2;
}

section#a04 .slide .slick-slide img{
    /*
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    */
}
section#a04 .slide img{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*slickカスタマイズ*/
section#a04 .slide .slick-dots {
    position: absolute;
    bottom: -2.03rem;/*30*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
}
section#a04 .slide .slick-dots li {
    position: relative;
    width: 0.74rem;/*11*/
    height: 0.74rem;
    cursor: pointer;
}
section#a04 .slide .slick-dots li:not(:last-child){
    margin-right: 0.61rem;/*9*/
}

section#a04 .slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 1px solid #754C24;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.00);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
section#a04 .slide .slick-dots li.slick-active button{
    background-color: #754C24;
}

section#a04 .slide .prev-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -2.09rem;/*31*/
    z-index: 2;
}
section#a04 .slide .next-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -2.09rem;/*31*/
    z-index: 2;
}
section#a04 .slide .prev-arrow:hover, section#a04 .slide .next-arrow:hover{
    cursor: pointer;
}

section#a04 .info{
    width: 100%;
    margin: 4.73rem auto 0;/*70*/
    text-align: center;
}
section#a04 .info dl dt{
    font-size: 2.09rem;/*31*/
    color: #754C24;
}
section#a04 .info dl dd{
    margin: 2.09rem auto 0;/*31*/
    letter-spacing: 0.125em;
    line-height: 182%;
}

/*アコーディオン*/
section#a04 .time_sche .ac_container{
	max-width: 59.46rem;/*880*/
    margin: 2.09rem auto 0;/*31*/
}

section#a04 .time_sche .ac_container .box{
	width: 100%;
	position: relative;
}

section#a04 .time_sche .ac_container .box a{
	display: block;
	width: 100%;
	line-height: 4.05rem;/*60*/
	border-radius: 1.35rem;/*20*/
	box-shadow: 0px 0px 8px 0px rgba(53,66,71,0.35);
	background: url("../image/about/salon04.png")no-repeat #fff left 2.16rem center;/*32*/
	background-size: 1.76rem auto;/*26*/
	font-size: 1.22rem;/*18*/
	letter-spacing: 0.1em;
	color: #333333;
	padding-left: 4.73rem;/*70*/
	box-sizing: border-box;
}

section#a04 .time_sche .ac_container .box span.minus{
	display: none;
}

section#a04 .time_sche .ac_container .box span{
	width: 2.57rem;/*38*/
	position: absolute;
	top: 50%;
	right: 1.08rem;/*16*/
	transform: translateY(-50%);
}
section#a04 .time_sche .ac_container .box span:hover{
    cursor: pointer;
}
section#a04 .time_sche .ac_container .box span img{
	width: 100%;
	height: auto;
}

section#a04 .time_sche .ac_container .detail{
	display: none;
}

section#a04 .time_sche .ac_container .detail .detail_inner{
	width: calc(100% - 5.41rem);/*-80*/
	margin: 3.24rem auto 3.38rem;/*48 50*/
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list{
	list-style: none;
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li{
	display: flex;
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li + li{
	margin-top: 2.36rem;/*35*/
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li .time{
	width: 8.45rem;/*125*/
	font-size: 2.03rem;/*30*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #e81e79;
	text-align: right;
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li .act_txt{
	width: calc(100% - 8.45rem);/*125*/
	padding: 0.20rem 1.42rem 0;/*3 21*/
	box-sizing: border-box;
	font-size: 1.22rem;/*18*/
	line-height: 1.5;
	letter-spacing: 0.1em;
}

section#a04 .time_sche .ac_container .detail dl{
    border: 1px solid #ED4384;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
section#a04 .time_sche .ac_container .detail dl:not(:last-child){
    margin: 0 auto 0.20rem;/*3*/
}
section#a04 .time_sche .ac_container .detail dl dt{
    width: 42.43rem;/*628*/
    border-right: 1px solid #ED4384;
    padding: 1.35rem 1.35rem 1.35rem 2.57rem;/*20,38*/
    font-size: 1.22rem;/*18*/
    line-height: 190%;
    position: relative;
}
section#a04 .time_sche .ac_container .detail dl dt::before{
    content: '';
    display: block;
    background-color: #ED4384;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;    
    width: 1.22rem;/*18*/
    height: 1.22rem;/*18*/
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1.22rem;/*18*/
}

section#a04 .time_sche .ac_container .detail dl dd{
    width: calc( 100% - 42.43rem );
    padding: 1.35rem;/*20*/
    font-size: 1.62rem;/*24*/
    text-align: right;
}

/*-----------------------------------------------------------*/
/*アクセス案内*/

section#a05{
    width: 100%;
    margin: 11.08rem auto 0;/*164*/
}

section#a05 h1{
    width: 100%;
    font-size: 2.03rem;/*30*/
    font-weight: 500;
    text-align: center;
}
section#a05 h3{
    font-size: 1.89rem;/*28*/
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 1.01rem;/*15*/
}
section#a05 h3::after{
    content: '';
    display: block;
    background-color: #E81E79;
    width: 16.82rem;/*249*/
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section#a05 .gmap{
    width: 100%;
    margin: 1.55rem auto 0;/*23*/
}
section#a05 .gmap iframe{
    width: 100%;
    height: 32.43rem;/*480*/
}
section#a05 .gmap p{
    width: 100%;
    margin: 2.03rem auto 0;/*30*/
    text-align: center;
}

section#a05 .info{
    width: 50.00rem;/*740*/
    margin: 5.41rem auto 0;/*80*/
}

section#a05 .info ul{
    width: 100%;
    margin: 2.70rem auto 0;/*40*/
}
section#a05 .info ul li span{
    color: #E81E79;
    padding-right: 0.5em;
}
section#a05 .info ul li{
    text-indent: -1.5em;
    margin-left: 1em;
}
section#a05 .info ul li:not(:last-child){
    margin-bottom: 1.82rem;/*27*/
}

section#a05 .access{
    width: 100%;
    margin: 6.76rem auto 13.51rem;/*100,200*/
}
section#a05 .access p{
    margin: 2.03rem auto 0;/*30*/
    text-align: center;
}



/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

