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

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

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

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

section:not(#firstview) h1{
    padding: 0 0 10px;
    position: relative;
}
section:not(#firstview) h1::after{
    content: '';
    display: block;
    background-image: url("../image/about/parts_h1.png");
    background-repeat: no-repeat;
    background-size: 16px 5px;
    width: 16px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

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

section#a01{
    width: 100%;
    margin: 44px auto 0;
}

section#a01 h1{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

section#a01 .wrap{
    width: 100%;
    margin: 19px auto 0;
}

section#a01 .wrap .image{
    width: 86.81%;/*625*/
    margin: 0 auto;
}
section#a01 .wrap .image img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}

section#a01 .wrap .txt{
    width: 79.86%;/*575*/
    margin: 0 auto;
    position: relative;
}
section#a01 .wrap .txt::before{
    content: '';
    display: block;
    background-image: url("../image/about/messa01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 138px;
    height: 176px;
    position: absolute;
    top: -22px;
    right: 0;
}

section#a01 .wrap .txt dl{
    width: 100%;
    margin: 36px auto 0;
}
section#a01 .wrap .txt dl dt{
    position: relative;
    padding-bottom: 5px;
}
section#a01 .wrap .txt dl dt::after{
    content: '';
    display: block;
    width: 62.60%;/*360*/
    height: 2px;
    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-size: 17px;
    font-weight: 500;
    letter-spacing: 0.165em;
}
section#a01 .wrap .txt dl dd{
    width: 100%;
    margin: 30px auto 0;
    line-height: 172%;
}

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

section#a02{
    width: 100%;
    margin: 72px auto 0;
    position: relative;
}
section#a02::before{
    content: '';
    display: block;
    background-image: url("../image/about/center01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 165px;
    height: 101px;
    position: absolute;
    top: -105px;
    left: 0;
}

section#a02 h1{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

section#a02 .image{
    width: 100%;
    padding: 13px 0 46px;
    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: 155px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

section#a02 .image div{
    width: 86.81%;/*625*/
    margin: 0 auto;
}
section#a02 .image div img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

section#a02 .lists{
    width: 86.81%;/*625*/
    margin: 20px auto 0;
}
section#a02 .lists dl{
}
section#a02 .lists dl:not(:first-child){
    margin: 17px auto 0;
}

section#a02 .lists dl dt{
    width: calc( 100% - 34px );
    background-color: #FFF6CF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 17px;
    font-size: 15px;
    letter-spacing: 0.15em;
}

section#a02 .lists dl dd{
    width: 77.76%;/*486*/
    margin: 12px auto 0;
}
section#a02 .lists dl dd div{
    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: 48px auto 0;
    background-color: #FFFCEE;
}
section#a03 .inner{
    width: 100%;
    padding: 57px 0;
    position: relative;
}
section#a03 .inner::after{
    content: '';
    display: block;
    background-image: url("../image/about/floor01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 138px;
    height: 176px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

section#a03 h1{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

section#a03 .wrap{
    width: 100%;
    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: 77px;
    padding: 8px 0;
    font-size: 12px;
    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: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radiqus-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}
section#a03 .tab:not(:last-child){
    margin-right: 4px;
}

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

section#a03 .panel {
    display: none;
    width: 100%;
    height: 201px;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
section#a03 .panel.active {
    display: block;
}
section#a03 .panel p{
    padding: 9px 6px;
}

section#a03 .btn{
    width: 73.61%;
    margin: 39px auto 0;
}

section#a03 .btn a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 58px;
    background-color: #ED4384;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 0px rgba(53,66,71,0.35);
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.075em;
    text-indent: 29px;
    position: relative;
}
section#a03 .btn a::after{
    content: '';
    display: block;
    background-image: url("../image/about/floor02.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 19px;
}

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

section#a04{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
section#a04::before{
    content: '';
    display: block;
    background-image: url("../image/about/salon02sp.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 319px;
    position: absolute;
    top: 0;
    left: 0;
}
#a04::after {
    content: '';
    display: block;
    background-image: url("../image/about/salon01sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 154px;
    height: 157px;
    position: absolute;
    top: 0;
    left: 0;
}

section#a04 .inner{
    padding: 100px 0 0;
    position: relative;
}
section#a04 .inner::before{
    content: '';
    display: block;
    background-image: url("../image/about/salon03sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 103px;
    position: absolute;
    top: 12px;
    left: 36px;
    z-index: 2;
}

section#a04 h1{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

section#a04 .slide{
    width: 90.28%;/*650*/
    margin: 22px auto 0;
}

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

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

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{
    width: 39px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -13px;
    z-index: 2;
}
section#a04 .slide .next-arrow{
    width: 39px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -13px;
    z-index: 2;
}

section#a04 .info{
    width: 100%;
    margin: 43px auto 0;
}
section#a04 .info dl dt{
    font-size: 16px;
    color: #754C24;
    text-align: center;
}
section#a04 .info dl dd{
    width: 79.86%;/*575*/
    margin: 25px auto 0;
    letter-spacing: 0.125em;
    line-height: 182%;
}

/*アコーディオン*/
section#a04 .time_sche{
	padding-top: 20px;
}

section#a04 .time_sche .ac_container{
	max-width: 83.33%;/*600*/
	margin: 0 auto;
}

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: 50px;
	border-radius: 24px;
	box-shadow: 0px 0px 8px 0px rgba(53,66,71,0.35);
	background: url("../image/about/salon04.png")no-repeat #fff left 20px center;/*32*/
	background-size: 20px auto;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #333333;
	padding-left: 55px;
	box-sizing: border-box;
}

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

section#a04 .time_sche .ac_container .box span{
	width: 37px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}

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% - 10px);
	margin: 24px auto 25px;
}

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{
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li + li{
	margin-top: 20px;
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li .time{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	color: #e81e79;
}

section#a04 .time_sche .ac_container .detail .detail_inner ul.time_list li .act_txt{
	margin-top: 5px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

section#a04 .time_sche .ac_container .detail dl{
    border: 1px solid #ED4384;
    box-sizing: border-box;
    padding: 10px 20px;
}
section#a04 .time_sche .ac_container .detail dl:not(:last-child){
    margin: 0 auto 3px;
}
section#a04 .time_sche .ac_container .detail dl dt{
    font-size: 15px;
    position: relative;
    padding-left: 1.25em;
}
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: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}

section#a04 .time_sche .ac_container .detail dl dd{
    text-align: right;
}

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

section#a05{
    width: 100%;
    margin: 80px auto 0;
}

section#a05 h1{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}
section#a05 h3{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
}
section#a05 h3::after{
    content: '';
    display: block;
    background-color: #E81E79;
    width: 34.58%;/*249*/
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section#a05 .gmap{
    width: 100%;
    margin: 19px auto 0;
}
section#a05 .gmap iframe{
    width: 100%;
    height: 240px;
}
section#a05 .gmap p{
    width: 100%;
    margin: 21px auto 0;
    text-align: center;
}

section#a05 .info{
    width: 80.56%;/*580*/
    margin: 40px auto 0;
}

section#a05 .info ul{
    width: 100%;
    margin: 17px auto 0;
}
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: 20px;
}

section#a05 .access{
    width: 100%;
    margin: 40px auto 80px;
}
section#a05 .access p{
    width: 83.33%;/*600*/
    margin: 17px auto 0;
    text-align: center;
}


























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

