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

.pc { display: block !important; }
.sp { display: none !important; }

body{
	background:#FBFFFC;
	font-family: 'Kanit', sans-serif;
}

.drawer--right .drawer-hamburger{
	display:none;
}

h1 img{
	width: 85%;
}

.menu{
	width: 650px;
	padding-right: 20px;
}

.header_bunner{
	position: relative;
}

.header_nav{
	display: flex;
	justify-content:space-between;
	width: 100%;
	position: absolute;
	position: fixed;
	top: 0;
	padding: 15px 0 10px 60px;
	background:#FBFFFC;
	z-index: 10;
}
	
.menu ul{
	width: 85%;
	height: auto;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
}

.menu ul a{
	color: #436400;
	max-width: 230px;
	font-size: 140%;
}

main{
	max-width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 100px;
}

main .pc{
	margin: 30px auto;
	max-width: 900px;
	z-index: 1;
}

.top_text{
	width: 800px;
	margin: 0 auto;
}	

.message{
	font-size: 95%;
	text-align: center;
	line-height: 2.5rem;
}

.color{
	background: #fafae1;
	width: 100%;
	padding: 3% 0 5% 0;
}

.headline_box{
	width: 300px;
	margin: 40px auto 50px auto;
}

.headline{
	text-align: center;
	font-size: 230%;
	margin: 20px 0;
	color: #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	padding-bottom: 15px;
}

.sub_text{
	text-align: center;
    font-size: 110%;
}

.width900{
	max-width:900px;
	width:100%;
	margin: 0 auto;
}

h3{
	font-size: 150%;
    font-weight: bolder;
    text-align: center;
	margin-bottom: 5px;
}

.category{
	width: 300px;
	text-align: center;
}

.flex1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.flex2{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
	width: 700px;
    margin: 0 auto;
}

.flex1 img,.flex2 img{ 
	width: 60%;
	max-width: 380px;
	height: auto;
	margin-bottom: 20px;
}

.flex1 p,.flex2 p{
	font-size: 70%;
    height: auto;
    line-height: 1.2rem;
    padding-bottom: 10px;
}

.btn-border {
	background-color: #83af28;
	max-width: 230px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 50px;
	transition: .4s;
	margin-top: 10px;
	}

.btn-border :last-child{
	background-color: #83af28;
	max-width: 230px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 70px;
	transition: .4s;
	margin-top: 10px;
	}

.btn-border:hover,.btn-border2:hover{
  background-color: #c5ec75;
  border-color: #c5ec75;
  color: #FFF;
	}


.flex1 img:hover,.flex2 img:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

.flex3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.shop{
	text-align: center;
}

.flex3 img{
	width: 80%;
    margin: 50px 0;
}


.contact{
	background: #FFFAEC;
	width: 100%;
	padding: 50px 0 100px 0;
	text-align:center; 
}

.container{
	text-align: center;
}

.message-salon{
	font-size: 90%;
	text-align: center;
	margin-bottom: 50px;
	line-height: 2.5rem;
}

.btn-border2 {
	background-color: #83af28;
	max-width: 230px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 60px;
	transition: .4s;
	margin-top: 10px;
	}

.mail{
	margin-bottom: 40px;
}

footer{
	background: #83af28;
	width: 100%;
	padding: 120px 0 120px 0;
	text-align:center; 
}



@media screen and (max-width:1200px) { 
	
	


@media screen and (max-width:900px) { 

	.pc { display: none !important; }
	.sp { display: block!important; }
	
	#wrapper{
		width: 100%;
		font-size: 90%;
	}
	
	.drawer--right .drawer-hamburger{
		display:block;
		right: 15px;
		z-index: 20;
	}
	
	.drawer-nav{
		z-index: 30;
	}
	
	.drawer-menu-item {
		width: 15%;
	}
	
	.header_nav{
		position: static;
	    padding: 15px 0;
	}
	
	.header_nav img{
		width: 55%;
    	padding-left: 6%;
	}

	.menu{
		display: none;
	}	
	
	
	main{
		margin-bottom: 20px;
	}
	
	main img{
		width: 100%;
		padding:5px 0;
		margin-bottom: 30px;
	}
	
	.top_text {
		width: 85%; 
		margin: 0 auto;}

	.headline_box {
		margin: 0 auto 20px auto;
		width: 200px;
	}

	.message {
		font-size: 95%;
		text-align: center;
		line-height: 1.8rem;
	}	

	.color{
		padding: 5% 0 20% 0;
	}
	
	.headline {
		font-size: 200%;
		margin: 30px 0 15px 0;
	}
	
	h3 {
		margin-bottom: 10px;
    	margin-top: 50px;
    	font-size: 200%;
	}

	.sub_text{
		font-size: 120%;
	}

	.category {
		width: auto;
	}

	.flex1,.flex3{
		display: block;
		text-align: center;
	}

	.flex1 img, .flex2 img {
		width: 45%;
	}

	.flex2{
		width: auto;
		display: block;
		text-align: center;
	}
	
	.flex p{
		max-width: 100%;
		width: 85%;
		margin: 30px auto 0 auto;
		line-height: 2.3rem;
	}	

	.flex1 p,.flex2 p{
		font-size: 85%;
	}
	
	
	.shop{
		width: 90%;
 		margin: 0 auto;
	}

	.shop img{
		width: 80%;
	}
	
	.contact p{
		padding: 0 4%;
  		line-height: 2;
}
	
	footer{
		padding: 100px 0 100px 0;
		}
	
	
	
}