@charset "utf-8";

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

	TOP

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



.logo{
  position: absolute;
  top: 40px;
  left: 40px;
}


@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}



/*--------------------------------------------------------
	headerSec
----------------------------------------------------------*/
.headerSec{
	background:#fff;
	width:100%;
	position: absolute; 
	height:70px;
	z-index:100;
	text-align: center;
	border-bottom:1px solid #D0D0D0;
}

@media screen and (max-width: 959px) {
.headerSec{
	right:0;
	top:0px;
	background: none;
	border-bottom:none;
}

}


.flexslider{
	top:70px;
}


/*--------------------------------------------------------
	contentsSec
----------------------------------------------------------*/
.contentsSec{
	padding-top:70px;

	}
	

.contentsSec h2{
	text-align:center;
	font-weight:normal;
	margin-bottom:25px;
	font-size:3.2rem;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height: 100%;
	}

.contentsSec h2 span{
	font-family: 'Gabriola';
	font-size:1.8rem;
	display:block;
	color:#F6B6AB;
	font-weight: normal;
	}
  

@media screen and (max-width: 959px) {
	
.contentsSec h2{
	font-weight:normal;
	margin-bottom:10px;
	font-size:2.0rem;
	font-weight:bold;
	letter-spacing:0px;
	}

.contentsSec h2 span{
	font-size:1.4rem;
	letter-spacing:3px;
	}

.contentsSec a.link{
	max-width:100%;
	margin:0px 10px 0px 10px;
	padding:8px 0px;
	font-size:1.5rem;
}

.contentsSec a.link::after{
    top: 38%;
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

/*
intro
-------------------------------------------*/
.intro{
	/*max-width:940px;*/
	max-width:1140px;
	margin:0px auto 0px auto;
	/*padding:100px 100px 0px 100px;*/
	padding:0px 0px 50px 0px;
	text-align:center;
}

.intro p{
	line-height:190%;
	margin-top:45px;
	font-size:1.8rem;
}

@media screen and (max-width: 959px) {
.intro{
	max-width:100%;
	margin:0px 10px;
	padding:0px 0px 0px 0px;
}
.intro p{
	margin-top:10px;
	line-height:175%;
	font-size:1.3rem;
	margin-bottom:30px;
	text-align:left;
	}
}


/*
salon
-------------------------------------------*/

.salon{
	max-width:1000px;
	margin:30px auto 60px auto;
	text-align:center;
	overflow: hidden;
}

.salon .photo{
  float: left;
  margin-bottom: 30px;
}
.salon .txtbox{
  margin: 0px auto 5px;
  font-size:1.6rem;
  padding:45px 0 5px 0;
  float: right;
  width: 520px;
  text-align:left;
}
.salon .txtbox p{
  margin: 0px auto 30px;
}

.salon h2{
  margin: 40px auto 20px;
  font-size:2.2rem;
  text-align:left;
}

@media screen and (max-width: 1200px) {
.salon .txtbox{
	padding:30px 10px 10px 10px;
    width: 52%;
  }
.salon .photo{
	width: 45%;
}
}
@media screen and (max-width: 959px) {
.salon{
	margin:30px auto 30px auto;
}

.salon h2{
  margin: 15px auto 10px;
  font-size:1.8rem;
}

.salon .txtbox{
    float: none;
    width: 100%;
    box-sizing: border-box;
	font-size:1.4rem;
	padding-top:0px;
  }
.salon .photo{
	width: 50%;
  float: none;
  text-align:center;
  margin:0 auto;
  margin-bottom: 20px;
}
.salon .txtbox p{
  margin: 0px auto;
}
}

/*
phyto
-------------------------------------------*/
.phyto{
	padding:70px 0px;
	overflow:hidden;
	width:100%;
	background:#F4F9EA;
}

.pypList{
	max-width:900px;
	margin:0px auto 0px auto;
	text-align:center;
}

.pypList .indPhoto{
	float:left;
	width:30%;
	text-align:center;
	position: relative;
	}

.pypList ul{
	width:70%;
	float:right;
	margin-bottom:25px;
}

.pypList ul li{
	float:left;
	width:46%;
	margin-left:20px;
	margin-bottom:18px;
	overflow: hidden;
	color:#8B5A48;
	background:#F6B6AB;
	text-align:center;
	padding: 40px 0;
	height:110px;
	font-size:2.0rem;
	font-weight:bold;
}




@media screen and (max-width: 959px) {
.phyto{
	padding:36px 0px;
}

.pypList{
	max-width:auto;
	margin:0px 10px;
	text-align:center;
}

.pypList .indPhoto{
	float:none;
	margin-bottom:25px;
	width:100%;
	text-align:center;
}

.pypList .indPhoto img{
	width:50%;
}

.pypList ul{
	width:100%;
	margin-bottom:25px;
}

.pypList ul li{
	width:49%;
	margin-left:3px;
	margin-bottom:3px;
	text-align:center;
	padding:20px 0 0 0;
	font-size:1.6rem;
}

.pypList ul li img{
	width:50%;
}

}




/*
menu
-------------------------------------------*/
.menu{
	padding:70px 0px;
	overflow:hidden;
	width:100%;
	background:#F4F9EA;
}

.menu .menuList{
	margin:10px auto 40px;
	padding:40px 0;
	overflow:hidden;
	width:1200px;
}

.menu .menuList li a{
	display:block;
	color:#fff;
	line-height:0.5;
	padding-top:40px;
	height:150px;
}
.menu .menuList li a:hover{
	color:#fff;
	background:#333;
}

.menu .menuList li a span{
	line-height:1.0;
}	
.menu .menuList li{
	text-align:center;
	float:left;
	width:20%;
	color:#fff;
}

.menu .menuList li.s01{
	background:#A8D38B;
}
.menu .menuList li.s02{
	background:#F2CB55;
}
.menu .menuList li.s03{
	background:#D4B15C;
}
.menu .menuList li.s04{
	background:#FA9E84;
}
.menu .menuList li.s05{
	background:#A7B0D6;
}
.menu .menuList li.s06{
	background:#4487C9;
}

.menu .menuList li span{
	font-family: 'Julius Sans One', sans-serif;
	font-size:2.4em;
	font-weight:bold;
}

@media screen and (max-width: 959px) {
.menu{
	padding:20px 0px;
}

.menu .menuList{
	margin:0;
	padding:10px 0;
	width:100%;
}


.menu .menuList li{
	width:33.3%;
}
.menu .menuList li a{
	padding-top:50px;
	height:170px;
}

.menu .menuList li h3{
	font-size:1.2em;
	line-height:1.2;
}

}

@media screen and (max-width: 599px) {
.menu{
	padding:20px 0px;
}

.menu .menuList{
	margin:0;
	padding:10px 0;
	width:100%;
}

.menu .menuList li a{
	padding:30px 5px;
	height:80px;
}


.menu .menuList li span{
	font-size:1.4em;
	font-weight:bold;
}
.menu .menuList li h3{
	font-size:1.0em;
	line-height:1.2;
}
}







/*
service
-------------------------------------------*/
.service{
	overflow:hidden;
	width:100%;
	margin-top:80px;
}

.service ul li{
	float:left;
	width:20%;
	box-sizing:border-box;
	padding-right:0px;
	text-align:center;
}



@media screen and (max-width: 599px) {
	
.service{
	padding-bottom:0px;
	margin-top:20px;
}
.service ul li{
	width:50%;
	margin-bottom:0px;
	border-bottom:1px #fff solid;
	border-left:1px #fff solid;
}



}







/*
other
-------------------------------------------*/
.other{
	max-width:1140px;
	margin:0px auto 0px auto;
	padding:40px 0px 80px 0px;
	overflow:hidden;
}

/*information*/
 .other .information{
	width:47%;
	float:left;
}

.information h2{
	border-bottom:2px solid #D5D5D5;
}

.information h2 span{
	padding-bottom:6px;
}

.information .infoList {
	width:100%;
	margin-top:-10px;
}

.information .infoList li{
	overflow:hidden;
	border-bottom:1px solid #E4E4E4;
}

.information .infoList li a{
	display:block;
	padding:12px 0px;
}

.information .infoList li a:hover span{
	color:#777777;
}

.information .infoList li span{
	float:left;
	padding-right:15px;
	color:#777777;
}

.information .infoList li p{
	overflow:hidden;
}

/*bnr*/
.other .bnr{
	float:right;
	width:46%;
	padding-top:0px;
}

.other .bnrList{
	overflow:hidden;
	margin-top:27px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}

.other .bnrList li{
	float:left;
	padding:20px 5px;
	text-align:center;
}
.other .bnrList li img{
	width:126px;
}

@media screen and (max-width: 959px) {
	
.other{
	max-width:auto;
	margin:0;
	padding:40px 0px 30px 0px;
}
 .other .information{
	width:auto;
	float:none;
}

.information .infoList{
	margin-bottom:20px;
}

.information .infoList li a{
	padding:10px 20px 10px 10px;
	position:relative;
}


.information .infoList li span {
	color:#999999;
	float:none;
}

.information .infoList li a::after{
    display: block;
    content: '';
    position: absolute;
    top: 42%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.other .bnr{
	float:none;
	width:auto;
	padding-top:30px;
}

.other .bnr a.daikuya{
	display:block;
	margin:20px auto;
	width:95%;
}

.other .bnrList{
	margin-top:20px;
}

.other .bnrList li{
	width:50%;
	box-sizing:border-box;
	padding:14px 5px;
}

.other .bnrList li img{
	width:90%;
}

}


