@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
		-webkit-font-smoothing: antialiased;
		font-size: 89.5%;
		letter-spacing: 0.03rem;
		line-height: 1.5;
		color: #333;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
        background-color:#FFFFFF;
        word-break: break-all;
}

img{
max-width: 100%;
}

.pd10{
padding:10px;
}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}
.mt110 {margin-top:110px;}
.mt120 {margin-top:120px;}
.mt130 {margin-top:130px;}
.mt140 {margin-top:140px;}
.mt150 {margin-top:150px;}
.mt160 {margin-top:160px;}
.mt170 {margin-top:170px;}
.mt180 {margin-top:180px;}
.mt190 {margin-top:190px;}
.mt200 {margin-top:200px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb110 {margin-bottom:110px;}
.mb120 {margin-bottom:120px;}
.mb130 {margin-bottom:130px;}
.mb140 {margin-bottom:140px;}
.mb150 {margin-bottom:150px;}
.mb160 {margin-bottom:160px;}
.mb170 {margin-bottom:170px;}
.mb180 {margin-bottom:180px;}
.mb190 {margin-bottom:190px;}
.mb200 {margin-bottom:200px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}
.mr60 {margin-right:60px;}
.mr70 {margin-right:70px;}
.mr80 {margin-right:80px;}
.mr90 {margin-right:90px;}
.mr100 {margin-right:100px;}
.mr110 {margin-right:110px;}
.mr120 {margin-right:120px;}
.mr130 {margin-right:130px;}
.mr140 {margin-right:140px;}
.mr150 {margin-right:150px;}
.mr160 {margin-right:160px;}
.mr170 {margin-right:170px;}
.mr180 {margin-right:180px;}
.mr190 {margin-right:190px;}
.mr200 {margin-right:200px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}
.ml60 {margin-left:60px;}
.ml70 {margin-left:70px;}
.ml80 {margin-left:80px;}
.ml90 {margin-left:90px;}
.ml100 {margin-left:100px;}
.ml110 {margin-left:110px;}
.ml120 {margin-left:120px;}
.ml130 {margin-left:130px;}
.ml140 {margin-left:140px;}
.ml150 {margin-left:150px;}
.ml160 {margin-left:160px;}
.ml170 {margin-left:170px;}
.ml180 {margin-left:180px;}
.ml190 {margin-left:190px;}
.ml200 {margin-left:200px;}

img.w10{
width:10%;
}
img.w20{
width:20%;
}
img.w30{
width:30%;
}
img.w40{
width:40%;
}
img.w50{
width:50%;
}
img.w60{
width:60%;
}
img.w70{
width:70%;
}
img.w80{
width:80%;
}
img.w90{
width:90%;
}
img.w100{
width:100%;
}

.absolute {
position: absolute;
z-index: 100;
}

.relative {
position: relative;
}



.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}


#wrap{
position: relative;
width:100%;
max-width:720px;
margin: 0 auto;
overflow: hidden;
background-size:100% auto;
background-color: #FFFFFF;
}

.contentsSection{
box-sizing:border-box;
position: relative;
width:100%;
text-align: center;
}

#mainimage,
#mainunder{
background-image: url('../img/main_bg.png');
background-size: 100% auto;
background-repeat: repeat-y;
background-position: center top;
}

#mainimage img.cta_btn{
left: 0;
bottom:8%;
}


#mainunder .ctShow{
	left: 0;
    top: 9%;
    width: 100%;
}


#trouble{
	background-color: #4d86d1;
	background-image: url('../img/trouble_bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top 36%;
}

#trouble img.trouble_02{
	margin-top: -5%;
}

#voice{
	background-image:url('../img/voice_before.png'), url('../img/voice_after.png'), url('../img/bg_dot.png');
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-size: 100% auto, 100% auto, 100% auto;
	background-position: left top,left bottom 0,left top;
	padding: 10% 0 30%;
}

#voice img.voice_ttl{
margin-left: -8%;

}

#voice .slider{
width: 80%; 
margin: auto;
}
#voice .slider .slick-list{
    overflow: initial;
}

#voice .slider .slick-slide img {
    display: block;
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
}

#voice .slider a.nextArrow{
}

#voice .slider a.nextArrow img{
	margin: 10% -68% 0 auto;
    width: 65%;
}

#point{
	background-image:url('../img/point_bg.png'), url('../img/point_bg.png'), url('../img/bg_dot.png');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 100% auto, 100% auto, 100% auto;
    background-position: left top -7%, left top 60%, left top;
    padding: 0% 0 5%;
}

#point img.point_01{
	margin-top: -13%;
}
#point img.point_02{
	margin-top: 3%;
}
#point img.point_03{
	margin-top: 3%;
}
#point img.point_04{
	margin-top: -6%;
}

#recommend{
	background-image:url('../img/bg_dot.png');
	background-repeat: repeat-y;
    background-size:100% auto;
    background-position:left top;
    padding: 8% 0 15%;
}


#flow .slider{
	margin-bottom: 5%;

}
#flow img.voice_ttl{
	margin-bottom: 10%;	
}
#flow img.flowBack{
	left: 4%;
	bottom:10%;
}	
#flow img.flowNext{
    right: 5%;
    bottom: 37%;
}
#flow a.slick-disabled img{
	display: none!important;

}


#flow .slick-dots{
	display:block;
	margin-top: 20px;
}

#flow .slick-dots li{
	display:inline-block;
	width: 15px;
	height: 25px;
	border:solid 1px #4d86d1;
	border-radius: 10px;
	margin:0 10px;;
}
#flow .slick-dots li.slick-active{
	background-color: #4d86d1;
}

#flow .slick-dots li button{
	display:none;

}

#salon{
background-color: #e3e3e3;
padding:60px  0 20px;
}


#salon .area{
margin-bottom:20px;
width: 80%;
margin-left:auto;
margin-right:auto;
}

#salon .area .shopsHidden{
display: none;
background-color: #ebebeb;
padding: 20px 0;
position: relative;
}

#salon .area .shopsHidden .shop{
width: 90%;
margin:0 auto 20px;
padding-bottom: 10px;
background-color: #FFFFFF;
}

#salon .area .shopsHidden .shop .mapBox{
position: relative;
padding-bottom: 50%;
margin-bottom: 10px
}

#salon .area .shopsHidden .shop .mapBox iframe{
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
}


#fixBtn{
	position: fixed;
	    bottom: 0;
	    left: 50%;
	    width: 100%;
	    max-width: 720px;
	    transform: translate(-50%, 0);
	    z-index: 9999;
		display: block;
}


.ctapoint{
padding: 5% 0;
background-color: #cdcdcd;
}


#footer{
background-color: #113167;
padding: 10px 0;
font-size: 0.8rem;

}

#footer a{
color:#FFFFFF;
display: block;
}
