@charset "UTF-8";

p, h1, h2, h3, h4, h5, ul li, a{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:#000;
	text-align: justify;
}

.first-wrapper{
	background-color:#ECF5EC;
	margin-top:-10px;
	padding:20px 0 40px;
}

.second-wrapper{
	background-color:#F0ECEC;
	padding:40px 0;
	margin-bottom:50px;
}

.title{
	width:400px;
	margin:0 auto 30px;
}

.title h1{
	margin:50px 0 10px;
}

.caption{
	width:600px;
	margin:0 auto 40px;
}

.caption p{
	font-size:14px;
	text-align: justify;
}

.big-flex{
	width:900px;
	margin:auto;
	display:flex;
	height: auto;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content:space-between;
}

.big-recommend{
	width:48%;
	padding:20px 0;
	margin-bottom:30px;
}

.big-recommend .white-box{
	width:50%;
	margin-bottom:-5px;
}

.rec-caption h2{
	color:#344D6F;
	font-size:16px;
	margin-top:5px;
}

.name{
	color:#000!important;
	font-size:12px!important;
	font-weight:normal;
}

.rec-caption p{
	font-size:13px;
	padding-top:15px;
}

.second-wrapper .big-flex{
	justify-content: space-around!important;
}

.s-recommend{
	width:30%;
	padding:20px 0;
	margin-top:40px;
}

.s-recommend .white-box{
	width:75%;
	margin-bottom:-7px;
}

.s-recommend .rec-caption h2{
	font-size:14px;
	margin-top:8px;
}

.s-recommend .rec-caption p{
	font-size:12px;
}

.s-recommend .name{
	font-size:11px!important;
}

.frames_box{
	padding-top:50px!important;
}

.frames_box, .frames_box_small p{
	width:800px!important;
}

.frames_box h1{
	text-align: center;
}

.frames_box h1 img{
	width:50%;
}

.f_jan_img{
	padding:20px 0;
}

.f_jan_img p{
	text-align: center;
}

.bold{
	font-weight:bold!important;
	color:#364F72;
	font-size:14px;
}

.small{
	font-size:11px!important;
}

.mar-pre-box{
	width:750px;
	margin:70px auto;
	padding-bottom:30px;
}

.mar-pre-box h2{
	text-align: center;
}

.mar-pre-box h2 img{
	width:60%;
}

.back_button p{
	margin:0!important;
}

.pre-text p, .cou-text p{
	margin:40px 0;
	font-size:13px;
}

.pre-img{
	width:400px;
	margin:0 auto 40px;
}

.mar-pre-box h3{
	font-size:16px;
	color:red;
	text-align: center;
}

.coupon{
	width:800px;
	margin:auto;
	padding:80px 0 40px;
}

.coupon-img{
	width:600px;
	margin:0 auto 30px;
}

	.big_button p{
		text-align: center;
	}

/*タブレット用*/
@media screen and (max-width: 768px){
	
	.big-flex{
		width:600px;
	}
	
	.frames_box, .frames_box_small p, .mar-pre-box, .coupon{
		width:600px!important;
	}
	
	.frames_box{
		padding-top:20px!important;
	}
	
	.frames_box h1 img{
		width:70%;
	}
	
	.f_jan_img p{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.f_jan_img p img{
		width:48%;
	}	
	
	.f_jan_img p img:first-child{
		margin-left:0;
	}
	
	.yomoyama_img{
		width:300px;
	}
	
	.pre-img, .coupon-img{
		margin:auto;
		padding-bottom:30px;
	}
	
	.pre-img{
		width:300px;
	}
	
	.coupon-img{
		width:500px;
	}
	
	.mar-pre-box h3{
		font-size:14px;
	}


}

/*スマホ用*/
@media screen and (max-width:640px){

	.first-wrapper .big-flex{
		width:320px;
	}
	
	.big-recommend{
		width:100%;
	}
	
	.big-recommend .white-box{
		width:70%;
	}
	
	.second-wrapper .big-flex{
		width:350px;
	}
	
	.s-recommend{
		width:48%;
	}
	
	.s-recommend .white-box{
		width:100%;
	}
	
	.s-recommend .rec-caption{
		padding:5px;
	}
	
	.s-recommend .rec-caption h2{
		font-size:12px;
	}
	
	.s-recommend .rec-caption p{
		font-size:12px;
	}
	
	.s-recommend .name::before {
		content: "\A" ;
		white-space: pre ;
	}
	
	.s-recommend .rec-caption .item_list{
		width:80%!important;
	}
	
	.s-recommend .item_list li a{
		font-size:10px!important;
	}
	
	.title, .caption{
		width:300px;
	}
	
	.f_jan_img{
		padding:20px 0 10px;
	}
	
	.frames_box, .frames_box_small p{
		width:300px!important;
	}
	
	.frames_box .bold{
		font-size:12px;
	}
	
	.mar-pre-box, .coupon{
		width:300px!important;
	}
	
	.mar-pre-box h2 img, .frames_box_small h1 img, .coupon-img{
		width:100%;
	}
	
	.caption p{
		font-size:12px;
		text-align: justify!important;
	}
	



}
/* CSS Document */

