@charset "UTF-8";

/* ▼▼▼ サービス紹介
======================================================*/
/* 共通 */
.service_area:not(:last-child){
	margin-bottom: 100px;
}
.service_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.service_wrap .img_wrap{
	-webkit-flex: 0 0 31%;
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	width: 31%;
	max-width: 31%;
}
.service_wrap .txt_wrap{
	-webkit-flex: 0 0 65%;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	width: 65%;
	max-width: 65%;
}
.service_time{
	margin-bottom: 20px;
}
.service_time .service_time_inner{
	display: inline-block;
	padding: 5px 10px;
	background: #F6F5F0;
	border-radius: 5px;
	font-size: 18px;
}
.service_title{
	margin-bottom: 5px;
	font-size: 18px;
}
.service_txt{
	font-size: 14px;
	line-height: 2;
}
.service_txt:not(:last-child){
	margin-bottom: 20px;
}
a.service_btn{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 200px;
	height: 46px;
	background: #D5212C;
	border-radius: 23px;
	color: #FFF;
	font-size: 16px;
}

/* オーダーメイドまくら */
.pillow_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	margin-top: 40px;
}
.pillow_box .pillow_video{
	-webkit-flex: 0 0 58.9%;
	-ms-flex: 0 0 58.9%;
	flex: 0 0 58.9%;
	width: 58.9%;
	max-width: calc(100% - 210px);
}
.pillow_box .pillow_video_inner{
	padding-top: 56.25%;
	position: relative;
}
.pillow_box .pillow_video_inner iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pillow_box .pillow_txt{
	-webkit-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
	max-width: 200px;
}
.pillow_box .pillow_txt p{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 200px;
	height: 200px;
	border: #000 1px solid;
	border-radius: 50%;
	font-size: 14px;
	line-height: 2;
}
.pillow_box .pillow_txt p .pillow_txt_inner span{
	display: block;
	text-align: center;
}


/* マットレス */
.mattress_box{
	display: inline-block;
	margin: 0 0 25px;
	padding: 10px 20px 30px;
	border: #CCCCCC 1px solid;
	border-radius: 10px;
}
.mattress_box p{
	font-size: 14px;
	margin-bottom: 20px;
}
.mattress_img_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	padding: 0 17px;
	width: 100%;
	min-width: 270px;
	box-sizing: border-box;
}
.mattress_img.mattress_img_air{
	-webkit-flex: 0 0 91px;
	-ms-flex: 0 0 91px;
	flex: 0 0 91px;
	width: 91px;
	max-width: 91px;
}
.mattress_img.mattress_img_andfree{
	-webkit-flex: 0 0 98px;
	-ms-flex: 0 0 98px;
	flex: 0 0 98px;
	width: 98px;
	max-width: 98px;
}
.mattress_img_wrap a{
	display: block;
}
/* ねむり相談 */
.nemuri_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 35px;
	padding: 15px 0;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}
.nemuri_box .nemuri_box_img{
	-webkit-flex: 0 0 29.7%;
	-ms-flex: 0 0 29.7%;
	flex: 0 0 29.7%;
	width: 29.7%;
	max-width: 29.7%;
}
.nemuri_box .nemuri_box_txt{
	-webkit-flex: 0 0 65.7%;
	-ms-flex: 0 0 65.7%;
	flex: 0 0 65.7%;
	width: 65.7%;
	max-width: 65.7%;
}

/* LAB */
.lab_list li{
	margin-bottom: 15px;
}

/* ちょこっと寝 */
#chotto_area{
	background: #F6F5F0;
	padding: 60px 0;
}
#chotto_area .service_time .service_time_inner{
	background: #FFF;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	/* 共通 */
	.service_area:not(:last-child){
		margin-bottom: 60px;
	}
	.service_wrap{
		display: block;
	}

	.service_wrap .img_wrap,
	.service_wrap .txt_wrap{
		width: 100%;
		max-width: 100%;
	}
	.service_wrap .img_wrap{
		margin-bottom: 20px;
	}
	.service_txt:not(:last-child){
		margin-bottom: 30px;
	}
	a.service_btn{
		margin: 0 auto;
	}

	/* オーダーメイドまくら */
	.pillow_box{
		display: block;
	}
	.pillow_box .pillow_video{
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.pillow_box .pillow_txt{
		width: 100%;
		max-width: 100%;
	}
	.pillow_box .pillow_txt p{
		display: block;
		width: 100%;
		max-width: 240px;
		height: auto;
		margin: 0 auto;
		border: none;
	}
	.pillow_box .pillow_txt p .pillow_txt_inner span{
		border-bottom: #000 1px solid;
		line-height: 2.4;
	}


	/* マットレス */
	.mattress_box{
		display: block;
		margin: 0 auto 25px;
		padding: 10px 20px 30px;
		border: #CCCCCC 1px solid;
		border-radius: 10px;
	}
	.mattress_img{
		margin: 0 auto;
	}

	/* ねむり相談 */
	.nemuri_box{
		display: block;
	}
	.nemuri_box .nemuri_box_img,
	.nemuri_box .nemuri_box_txt{
		width: 100%;
		max-width: 100%;
	}
	.nemuri_box .nemuri_box_img{
		width: 193px;
		margin: 0 auto 20px;
	}

	/* ちょこっと寝 */
	#chotto_area{
		padding: 35px 0 40px;
	}
}
