@charset "UTF-8";
/*============================================================================================
		Styles
=============================================================================================*/
/*    General parts
=====================================================*/
.appVisual{
	text-align: center;
	line-height: 0;
}


/*    Header parts
=====================================================*/
.logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	padding: 27px 0;
	text-align: center;
	background-color: #fff;
}
.logo img{
	max-width: 388px;
}
.headerNavi{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.headerNavi_lst_itm{
	width: 376px;
	height: 115px;
	background-image: url(../img/stk_bg.png);
	background-position: top right;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}
.headerNavi_lst_itm__left{}
.headerNavi_lst_itm__right{
	width: 374px;
	background-image: url(../img/stk_bg2.png);
	background-position: top left;
}
.icon{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 3.2rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.icon__headerNavi{
	height: 100%;
}
.icon img{
	margin-right: 10px;
}


/*    Button parts
=====================================================*/
.reserve{
	text-align: center;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}
/* .reserve:hover{
	opacity: .8;
} */


/*    Notice list parts
=====================================================*/
.notice{}
.notice_itm{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	letter-spacing: -0.01em;
	color: #2F2F2F;
}
.notice_itm_inr{
	margin-bottom: .5em;
	padding-left: 1em;
}
.notice__primary{
	font-weight: bold;
}
.notice__primary .notice_itm{
    margin-bottom: 1em;
}


/*    Text/Heading parts
=====================================================*/
.secTtl{
	text-align: center;
}
.secSubTtl{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 2.4rem;
	color: #2F2F2F;
}
.secSubTtl__img{
	text-align: center;
}


/*    Section parts
=====================================================*/
.secImg{
	text-align: center;
	margin-bottom :30px;
}
.secLst_itm{
	text-align: center;
	margin-top: 30px;
}
.secLst_itm:first-child{
	margin-top: 0;
}
.sec01_bg {
	background-image: url(../img/c01_bg.jpg);
	background-repeat: no-repeat;
	/* background-size: contain; */
	background-position: center top;
	padding-bottom :10px;
}
.uniqueDepilation {
	margin: 0 0 60px;
}


/*    Salon parts
=====================================================*/
.salonNavi:last-of-type{
	border-bottom: 2px solid #2F2F2F;
}
.area{
	height: 90px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3.8rem;
	letter-spacing: 0.03em;
	text-align: center;
	color: #2F2F2F;
	border-top: 2px solid #2F2F2F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.area svg{
	width: 23px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
}
.area.js_open svg{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.pref{
	padding: 0 3% 20px;
	display: none;
}
.pref_itm{
	height: 80px;
	text-align: center;
	color: #fff;
	background-color: #2F2F2F;
	font-size: 2.8rem;
	margin-top: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
}
.pref_itm:first-child{
	margin-top: 0;
}
.pref_itm a{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	position: relative;
}
.pref_itm svg{
	width: 23px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.pref_itm svg path{
	fill: #fff;
}


/*    Footer parts
=====================================================*/
.bnrLst_itm{
	text-align: center;
	margin-top: 20px;
}
.bnrLst_itm:first-child{
	margin-top: 0;
}
.copy{
	height: 60px;
	background-color: #e12947;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 2.4rem;
	color: #fff;
}

.tx_right {
	text-align: right;
}



.l_wrap_section .appVisual img {
	padding-bottom: calc(2rem * 2.0) !important;
}
.appVisual.l_pt_4 {
	padding-top: calc(2rem * 1.5) !important;
}

/*    Tel
=====================================================*/
@media (min-width: 577px) {
	.tel {
		pointer-events: none;
	}
}
@media (max-width: 576px) {
	.tel {
		text-decoration: underline;
	}
}


/*    btn animation
=====================================================*/
.l_btn {
	display: block;
	-webkit-animation: yureru-j 2.5s infinite;
	        animation: yureru-j 2.5s infinite;
}

@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px);
  }
  5% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  10% {
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px);
  }
  15% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  20% {
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px);
  }
  25% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px);
  }
  5% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  10% {
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px);
  }
  15% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  20% {
    -webkit-transform: translate(0px, 3px);
            transform: translate(0px, 3px);
  }
  25% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}