@charset "UTF-8";

	@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

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

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.8em;
	font-weight: 500;
	background: #fff;
	background-repeat:repeat;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.contents_inner{
	width: 800px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#0FA704;
	text-decoration:none;
    cursor: pointer;
}

#skincare_new a, a:link, a:visited {
	color:#3F9AE6;
	text-decoration:none;
    cursor: pointer;
}

#skincare_bath a, a:link, a:visited {
	color:#3F9AE6;
	text-decoration:none;
    cursor: pointer;
}

#children a, a:link, a:visited {
	color:#FF7B9D;
	text-decoration:none;
    cursor: pointer;
}

a:hover {
	text-decoration:none;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.link_btn{
	width: 170px;
	font-size: 15px;
	letter-spacing: 0.1rem;
	color: #fff !important;
	background: url(../img/common/icon_right.png),#0FA604;
	background-position:135px center;
	background-repeat:no-repeat;
    display: inline-block;
	text-align:left;
	cursor: pointer;
    padding-top: 9px;
    padding-bottom: 7px;
	border: none;
	border-radius: 10px;
	box-sizing:border-box;
}

#skincare_new .link_btn{
	width: 170px;
	font-size: 15px;
	letter-spacing: 0.1rem;
	color: #fff !important;
	background: url(../img/common/icon_right.png),#3F9AE6;
	background-position:135px center;
	background-repeat:no-repeat;
    display: inline-block;
	text-align:left;
	cursor: pointer;
    padding-top: 9px;
    padding-bottom: 7px;
	border: none;
	border-radius: 10px;
	box-sizing:border-box;
}

#skincare_bath .link_btn{
	width: 170px;
	font-size: 15px;
	letter-spacing: 0.1rem;
	color: #fff !important;
	background: url(../img/common/icon_right.png),#3F9AE6;
	background-position:135px center;
	background-repeat:no-repeat;
    display: inline-block;
	text-align:left;
	cursor: pointer;
    padding-top: 9px;
    padding-bottom: 7px;
	border: none;
	border-radius: 10px;
	box-sizing:border-box;
}

#children .link_btn{
	width: 170px;
	font-size: 15px;
	letter-spacing: 0.1rem;
	color: #fff !important;
	background: url(../img/common/icon_right.png),#FF7B9D;
	background-position:135px center;
	background-repeat:no-repeat;
    display: inline-block;
	text-align:left;
	cursor: pointer;
    padding-top: 9px;
    padding-bottom: 7px;
	border: none;
	border-radius: 10px;
	box-sizing:border-box;
}

#children .link_btn2{
	width: 250px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1rem;
	color: #fff !important;
	background: url(../img/common/icon_right.png),#FF7B9D;
	background-position:215px center;
	background-repeat:no-repeat;
    display: inline-block;
	text-align:left;
	cursor: pointer;
    padding-top: 9px;
    padding-bottom: 7px;
	border: none;
	border-radius: 10px;
	box-sizing:border-box;
}

.link_btn:hover{
	background:url(../img/common/icon_right.png),#2BC11F;
	background-position:135px center;
	background-repeat:no-repeat;
}
.btn{
    width: 200px;
	height: 60px;
    letter-spacing: 0.1rem;
    color: #fff !important;
    background: #009900;
    display: inline-block;
	padding-top: 17px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	box-sizing:border-box;
}
.btn:hover{
	background: #2BC11F;
}
.pc{
	display:block;
}

.sp{
	display:none;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
	}
	.contents_inner {
		width: 95%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.link_btn{
		width: 60%;
		line-height: 1.8rem;
		text-align: center;
		background-position:95% center;
		display:block;
		margin: 0 auto;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 30px;
		padding-left: 0;
	}
	.link_btn:hover{
		background-position:95% center;
	}
	.btn{
		width: 70%;
		display:block;
		margin: 0 auto;
		
	}
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfix2 {
    display: inline-block;
}
/*-----------------------------------

	menu

-----------------------------------*/
#menu{
	width: 260px;
	height: 100%;
	background:#174D38;
    position: fixed;
	padding: 30px 25px 0 15px;
	border-right: solid 20px #fff;
	box-sizing:border-box;
}
#menu header{
	margin-bottom: 70px;
}
#menu nav{
	margin-left: 20px;
}
#menu nav li{
	margin-bottom: 25px;
}
#menu_sp{
	display:none;
}
@media screen and (max-width: 768px) {
	#menu{
		display:none;
	}
	#menu_sp{
		width: 100%;
		display: block;
		position: fixed;
		z-index: 999;
	}
	#header_sp{
		width: 100%;
		height: 55px;
		text-align:center;
		position:relative;
		background:#174D38;	
		margin: 0 auto;
	} 
	 #header_sp h1{
		 height: 40px;
		 display:inline-block;
		text-align: center;
		padding-top: 7px
	}
	#header_sp h1 a{
		display: block;
	}
	#header_sp h1 a img{
		width: auto;
		height: 40px;
	}
	#menu_sp .menu_btn {
		width: 28px;
		position: absolute;
		right: 2.5%;
		top: 14px;
	}
	#nav_sp {
		display: none;
		width: 100%;
		z-index: 999;
		background:rgba(23,77,56,0.9);
		padding: 0 0 10px 0;
		position:absolute;
		top: 55px;
	}
	#nav_sp ul{
		width: 50%;
		margin: 0 auto;
	}
	#nav_sp li {
		padding: 10px 0;
	}
	#nav_sp ul.banner{
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 0;
	}
	#nav_sp ul.banner li{
		display: inline-block;
		width: 50%;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
	}
	#nav_sp ul.banner img{
		width: 100%;
	}
	#nav_sp p,#nav_sp small{
		width: 50%;
		font-size: 12px;
		font-size: 1.2rem;
		color:#fff;
     	display: block;
		margin: 0 auto;
	}
}
/*-----------------------------------

	contents

-----------------------------------*/
#contents{
    border-right: solid 20px #fff;
}
@media screen and (max-width: 768px) {
	#contents{
		width: 100%;
		border:none;
		
	}
}
/*-----------------------------------

	footer

-----------------------------------*/
footer{
    padding: 0 8px;
	font-weight: 300 !important;
	margin-top: 180px;
}
footer p{
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.1rem;
    color: #fff;
}
footer small{
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
    display: inline-block;
	padding-top: 5px;
}
