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

*{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	color: #333;
}
p,h1,h2,h3,h4,h5,h6{ line-height: 1.6em; }
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.base{
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 25px;
}
.por{
	position: relative;
}
.btn{
	display: block;
	position: absolute;
}

.sec-mv{
	position: relative;
}
.sec-mv .txt{
	width: 41%;
	position: absolute;
	left: 29.5%;
	top: 16%;
	animation:30s linear infinite rotation1;
}
@-webkit-keyframes rotation1{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
  }
@keyframes rotation1{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
  }
.sec-mv .ico{
	display: block;
	width: 35px;
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.sec-intro{
	background: url(../img/bg_intro.jpg) no-repeat right top;
	background-size: 50%;
	padding: 120px 0 180px;
}
.sec-intro .stl{
	margin-bottom: 50px;
	transform: translateX(-30px)
}
.sec-intro .ttl{
	font-size: 26px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 2px;
	margin-bottom: 20px;
	transform: translateX(-15px)
}
.sec-intro .ttl strong{
	font-size: 32px;
}
.sec-intro .txt{
	font-size: 14px;
	color: #666666;
	line-height: 2.4em;
}

.sec-link{
	padding: 0 0 100px;
}
.sec-link .ttl{
	font-size: 14px;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.sec-link .inner{
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec-link .inner a{
	display: block;
	font-size: 12px;
	color: #000000;
	border-right: 4px solid #f2f2f2;
	padding: 5px 12px;
}
.sec-link .inner a:first-child{
	border-left: 4px solid #f2f2f2;
}
.sec-link .inner a span{
	display: block;
	font-size: 14px;
	color: #0071bc;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 5px;
	letter-spacing: 1px;
}

#link01 .btn01{
	width: 21%;
	top: 20.5%;
    right: 22%;
}
#link01 .btn02{
	width: 28%;
	bottom: 6%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#link04 .btn{
	width: 38%;
	top: 45%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#link05 .btn{
	width: 26%;
}
#link05 .btn.btn01{
	top: 35.5%;
    right: 21.5%;
}
#link05 .btn.btn02{
	bottom: 35%;
    left: 21.5%;
}
#link05 .btn.btn03{
	bottom: 9.5%;
    right: 21.5%;
}

#link06 .btn{
	width: 38.5%;
	bottom: 22%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#link06 .btn.btn01{
	top: 18%;
    right: 21.5%;
	width: 150px;
}
#link06 .btn.btn02{
	top: 18%;
    left: 21.5%;
	width: 100px;
}
#link06 .btn.btn03{
	top: 25%;
    width: 250px;
}
#link06 .btn.btn04{
	top: 30.5%;
}

.sec-salon{
	padding: 0 0 80px;
}
.sec-salon .box-ttl{
	border-top: 3px solid #b3b3b3;
	border-bottom: 3px solid #b3b3b3;
	padding: 50px 0 40px;
	position: relative;
}
.sec-salon .box-ttl:after{
	content: "";
	background: url(../img/ico_arrow01.jpg) no-repeat left top;
	background-size: 100%;
	width: 42px;
	height: 26px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -25px;
}
.sec-salon .box-ttl .ttl{
	font-size: 25px;
	color: #4d4d4d;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
}
.sec-salon .box-ttl .stl{
	font-size: 35px;
	color: #4d4d4d;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
}
.sec-salon .label{
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background: #e6e6e6;
	padding: 5px 0;
	margin: 70px 0 50px;
}
.sec-salon .row.flex-add:after{
    content:"";
	display: block;
	width: 32%;
	height: 0;
}
.sec-salon .col{
	width: 32%;
	margin-bottom: 50px;
}
.sec-salon .row p{
	margin-bottom: 5px;
}
.sec-salon .row dl{
	margin: 22px 0 18px;
}
.sec-salon .row dl dt{
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec-salon .row dl dd{
	font-size: 12px;
	color: #666;
}
.sec-salon figure {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 30px;
}
.sec-salon figure img {
    margin: 0 auto;
}
.tel_bt a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	display: inline-block;
    letter-spacing: 0.1em;
    width: 100%;
    height: 55px;
    padding-top: 12px;
    text-align: center;
    background: #9acfed;
    border-bottom: solid 5px #82aec6;
}
.tel_bt a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.web_bt a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	display: inline-block;
    letter-spacing: 0.1em;
    width: 100%;
    height: 55px;
    padding-top: 12px;
    text-align: center;
    background: #f4abc7;
    border-bottom: solid 5px #cd90a8;
}
.web_bt a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.btn-site{
	display: block;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	letter-spacing: 5px;
	padding: 20px 0;
	max-width: 700px;
	margin: 100px auto 0;
	background: #4d4d4d;
}

footer {
	padding: 40px 0 20px;
	text-align: center;
	background: #221714;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer a{
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer nav {
	position: relative;
	overflow: hidden;
}
footer nav ul {
	text-align: center;
}
footer nav ul li {
	display: inline-block;
	list-style: none;
	padding: 0 7px;
}
footer nav ul li a {
	font-size: 12px;
}
footer nav ul li a:hover {
	color: #fff;
}
footer p.logo {
	padding: 20px 0 20px;
}
footer p.copy {
	font-size: 12px;
	color: #fff;
}


@media only screen and (min-width: 768px) {
	.sp{
		display:none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pc{
		display:none !important;
	}

	.sec-mv{
		overflow: hidden;
	}
	.sec-mv .txt{
		width: 78.4%;
		left: 10%;
		top: 22%;
	}
	.sec-mv .ico{
		width: 24px;
		right: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		bottom: 15px;
	}
	
	.sec-intro{
		background: url(../img/bg_intro_sp.jpg) no-repeat center top;
		background-size: contain;
		padding: 60px 0;
	}
	.sec-intro .stl{
		margin-bottom: 30px;
		transform: translateX(0)
	}
	.sec-intro .stl img{
		width: 187px;
	}
	.sec-intro .ttl{
		transform: translateX(0);
	}
	.sec-intro .txt{
		line-height: 2em;
		margin-bottom: 40px;
	}
	.sec-intro .img{
		margin: 0 -25px;
	}
	
	.sec-link{
		padding: 0 0 60px;
	}
	.sec-link .base{
		padding: 0;
	}
	.sec-link .ttl{
		margin-bottom: 30px;
	}
	.sec-link .inner a{
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #f2f2f2;
		padding: 15px 0;
	}
	.sec-link .inner a:first-child{
		border-left: none;
		border-top: 2px solid #f2f2f2;
	}
	
	#link01 .btn01{
		width: 74.8%;
		top: 19.2%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#link01 .btn02{
		width: 74.8%;
		bottom: 3%;
	}
	#link02 .tosen{
		margin-bottom: 50px;
	}
	#link04 .btn{
		width: 74.8%;
		top: 49%;
	}
	
	#link05 .btn{
		width: 56%;
	}
	#link05 .btn.btn01{
		top: 34.5%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#link05 .btn.btn02{
		bottom: 33%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#link05 .btn.btn03{
		bottom: 5%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#link06 .btn{
		width: 74.8%;
		bottom: 15%;
	}
	#link06 .btn.btn01{
		top: 11%;
		left: -35%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#link06 .btn.btn02{
		top: 11%;
		left: 0;
		right: -45%;
		margin-left: auto;
		margin-right: auto;
	}
	#link06 .btn.btn03{
		top: 16%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#link06 .btn.btn04{
		top: 20.6%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.sec-salon{
		padding: 0 0 60px;
	}
	.sec-salon .box-ttl{
		border-top: 1px solid #b3b3b3;
		border-bottom: 1px solid #b3b3b3;
		padding: 20px 0;
	}
	.sec-salon .box-ttl:after{
		background: url(../img/ico_arrow01_sp.jpg) no-repeat left top;
		background-size: 100%;
		width: 13px;
		height: 8px;
		bottom: -8px;
	}
	.sec-salon .box-ttl .ttl{
		font-size: 12px;
	}
	.sec-salon .box-ttl .stl{
		font-size: 16px;
	}
	.sec-salon .label{
		margin: 30px -25px 30px;
	}
	.sec-salon .row.flex-add:after{
		width: 49%;
	}
	.sec-salon .col{
		width: 49%;
		margin-bottom: 30px;
	}
.sec-salon figure {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
}
.sec-salon figure img {
    margin: 0 auto;
}
.sec-salon .row dl {
	margin: 10px 0;
}
.sec-salon .row dl dt {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 0;
}
.sec-salon .row dl dd {
    font-size: 10px;
	line-height: 1.4em;
}
.tel_bt a {
	font-size: 14px;
    letter-spacing: 0.0em;
    height: 45px;
    padding-top: 10px;
}
.web_bt a {
	font-size: 14px;
    letter-spacing: 0.0em;
    height: 45px;
    padding-top: 10px;
}

.btn-site{
	max-width: 280px;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 12px 0;
	margin: 40px auto 0;
}

footer {
	padding: 30px 0 15px;
}
footer nav ul li a {
	font-size: 10px;
}
}