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

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
	max-width: 100%;
height: auto;
}

body{
	-webkit-text-size-adjust: 100%;
}

.titleWrap {
    background: none;
    padding: 0;
}

body#mens_spa main {
    padding-top: 80px;
}

/* 導入 */
.intro{
	text-align:center;
	margin-bottom:80px;
	padding:70px 15px 0;
}
.intro dt{
	font-size:40px;
	color:#004d99;
	letter-spacing:2px;
	line-height:1.6em;
	margin-bottom:20px;
	font-weight: bold;
}
.intro dd{
	font-size:19px;
	color:#595757;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:2px;
	line-height:2em;
}

/* シャンプーの仕方 */
section.shampoo{
	padding: 80px 15px;
	background-color: #eef8ec;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #dcf2d9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #dcf2d9),color-stop(.75, #dcf2d9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 440px 440px;
}
section.shampoo .base{
	background: #fff;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 80px 10px;
}
section.shampoo .base .title{
	margin-bottom: 60px;
}
section.shampoo .base ul{
	overflow: hidden;
	margin-bottom: 50px;
}
section.shampoo .base ul li{
	float: left;
	width: 48%;
}
section.shampoo .base ul li:first-child{
	margin-right: 4%;
}
section.shampoo .base ul li dl{
	margin-bottom: 30px;
}
section.shampoo .base ul li dl dt{
	font-size: 38px;
	color: #004d99;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 15px;
}
section.shampoo .base ul li dl dd{
	font-size:17px;
	color:#595757;
}
section.shampoo .base ul li p{
	font-size: 20px;
	color: #004d99;
	font-weight: bold;
}

/* ビフォーアフター */
section.beforeAfter{
	padding: 80px 15px;
}
section.beforeAfter .title{
	margin-bottom: 120px;
}
section.beforeAfter dl dt.pic{
	margin-bottom: 30px;
}
section.beforeAfter dl dt.text{
	font-size:38px;
	color:#004d99;
	line-height:1.6em;
	margin-bottom:10px;
	font-weight: bold;
	text-align: center;
}
section.beforeAfter dl dd{
	display: block;
	font-size:17px;
	color:#595757;
	line-height:2em;
	text-align: center;
	max-width: 710px;
	margin: 0 auto;
}
section.beforeAfter .arrow{
	padding: 80px 0;
}

/* ツボ */
section.tsubo{
	padding: 80px 15px;
	background: url(../img/mens_spa/bg_tsubo.png) repeat left top;
	background-size: 380px;
}
section.tsubo .base{
	background: #fff;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 80px;
}
section.tsubo .base .title{
	margin-bottom: 40px;
}
section.tsubo .base .text01{
	font-size: 42px;
	color: #ff5e80;
	margin-bottom:30px;
	font-weight: bold;
	text-align: center;
}
section.tsubo .base .text02{
	font-size: 42px;
	color: #004d99;
	margin:80px 0 60px;
	font-weight: bold;
	text-align: center;
}
section.tsubo .base ul{
	overflow: hidden;
	margin-bottom: 40px;
}
section.tsubo .base ul li{
	float: left;
}
section.tsubo .base ul li:first-child{
	width: 28%;
	margin-right: 7%;
}
section.tsubo .base ul li:last-child{
	width: 65%;
}
section.tsubo .base ul li dl dt{
	font-size: 38px;
	color: #004d99;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 15px;
}
section.tsubo .base ul li dl dd{
	font-size:17px;
	color:#595757;
}
section.tsubo .base .massageIntro{
	margin: 80px 0 70px;
}
section.tsubo .base .massageIntro dt{
	font-size: 42px;
	color: #ff5e80;
	margin-bottom:10px;
	font-weight: bold;
	text-align: center;
}
section.tsubo .base .massageIntro dd{
	font-size:17px;
	color:#595757;
	line-height:2em;
	text-align: center;
}
section.tsubo .base .massageTitle{
	display: block;
	max-width: 750px;
	border: 4px solid #004d99;
	text-align: center;
	margin: 0 auto 50px;
}
section.tsubo .base .massageTitle span{
	display: block;
	font-size: 54px;
	color: #004d99;
	font-weight: bold;
	letter-spacing: 80px;
	margin-right: -80px;
}
section.tsubo .base .massageBox{
	overflow: hidden;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
section.tsubo .base .massageBox.box01{
	margin-bottom: 80px;
}
section.tsubo .base .massageBox dl{
	float: left;
	width: 48%;
}
section.tsubo .base .massageBox dl:first-child{
	margin-right: 4%;
}
section.tsubo .base .massageBox dl dt{
	margin-bottom: 40px;
}
section.tsubo .base .massageBox.box01 dl:first-child dt{
	padding-top: 70px;
}
section.tsubo .base .massageBox dl dd{
	font-size: 38px;
	color: #004d99;
	font-weight: bold;
}


#contents{
	margin-top: 0 !important;
}

@media screen and (max-width: 1079px) {
	body#mens_spa main {
    padding-top: 50px;
}
}

@media screen and (min-width: 750px) {
	.pc_display{
		display: block !important;
	}
	.sp_display{
		display: none !important;
	}
}

@media screen and (max-width: 749px) {
	.pc_display{
		display: none !important;
	}
	.sp_display{
		display: block !important;
	}
	
	/* 導入 */
	.intro{
	margin-bottom:50px;
	padding:50px 15px 0;
}
.intro dt{
	font-size:24px;
	text-align: left;
}
.intro dd{
	font-size:16px;
	letter-spacing:1px;
	text-align: left;
}
	
	/* シャンプーの仕方 */
section.shampoo{
	padding: 40px 15px;
-webkit-background-size: 150px 150px;
}
section.shampoo .base{
	padding: 30px 15px;
}
section.shampoo .base .title{
	margin-bottom: 30px;
}
section.shampoo .base ul{
	overflow: hidden;
	margin-bottom: 40px;
}
section.shampoo .base ul li{
	float: none;
	width: 100%;
}
	section.shampoo .base ul li img{
		margin-bottom: 20px;
	}
section.shampoo .base ul li:first-child{
	margin-right: 0%;
}
section.shampoo .base ul li dl{
	margin-bottom: 10px;
}
section.shampoo .base ul li dl dt{
	font-size: 24px;
}
section.shampoo .base ul li dl dd{
	font-size:16px;
}
section.shampoo .base ul li p{
	font-size: 18px;
}

	/* ビフォーアフター */
section.beforeAfter{
	padding: 40px 15px;
}
section.beforeAfter .title{
	margin-bottom: 50px;
}
section.beforeAfter dl dt.pic{
	margin-bottom: 20px;
}
section.beforeAfter dl dt.text{
	font-size:24px;
	text-align: left;
}
section.beforeAfter dl dd{
	font-size:16px;
	text-align: left;
}
section.beforeAfter .arrow{
	padding: 60px 0;
}
	section.beforeAfter .arrow img{
		width: 130px;
	}

	
	/* ツボ */
section.tsubo{
	padding: 40px 15px;
	background: url(../img/mens_spa/bg_tsubo.png) repeat left top;
	background-size: 150px;
}
section.tsubo .base{
	padding: 30px 15px;
}
section.tsubo .base .title{
	margin-bottom: 30px;
}
section.tsubo .base .text01{
	font-size: 24px;
	margin-bottom:20px;
	text-align: left;
}
section.tsubo .base .text02{
	font-size: 24px;
	margin:40px 0 30px;
	text-align: left;
}
section.tsubo .base ul li{
	float: none;
}
section.tsubo .base ul li:first-child{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
section.tsubo .base ul li:last-child{
	width: 100%;
}
	section.tsubo .base ul li img{
		width: 200px;
	}
section.tsubo .base ul li dl dt{
	font-size: 24px;
}
section.tsubo .base ul li dl dd{
	font-size:16px;
}
section.tsubo .base .massageIntro{
	margin: 40px 0 30px;
}
section.tsubo .base .massageIntro dt{
	font-size: 24px;
	text-align: left;
}
section.tsubo .base .massageIntro dd{
	font-size:16px;
	text-align: left;
}
section.tsubo .base .massageTitle{
	margin: 0 auto 40px;
}
section.tsubo .base .massageTitle span{
	font-size: 28px;
	letter-spacing: 30px;
	margin-right: -30px;
}
section.tsubo .base .massageBox.box01{
	margin-bottom: 30px;
}
section.tsubo .base .massageBox dl{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
section.tsubo .base .massageBox dl:first-child{
	margin-right: 0%;
}
section.tsubo .base .massageBox dl dt{
	margin-bottom: 15px;
}
	section.tsubo .base .massageBox dl dt img{
		width: 200px;
	}
section.tsubo .base .massageBox.box01 dl:first-child dt{
	padding-top: 0;
}
section.tsubo .base .massageBox dl dd{
	font-size: 24px;
}
	
}