@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;
}

.first-wrapper{
	background-color:#F4F8DC;
	margin-top:-10px;
}

.title{
	width:600px;
	margin:auto;
	padding:40px 0 20px;
}

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

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

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

.first-wrapper .caption p{
	text-align: center;
}

.bag-item-box-big{
	width:900px;
	margin:auto;
	padding:80px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kimawashi-big-box{
	width:900px;
	margin:auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bag-box-small{
	width:440px;
	margin-bottom:60px;
	padding-bottom:30px;
}

.kimawashi-box-small{
	width:430px;
	margin-bottom:60px;
	padding-bottom:30px;
}

.k-item{
	text-align: center;
}

.k-item img{
	width:auto;
	height:255px;
}

.bag-box-small:nth-of-type(5), .bag-box-small:last-of-type, .kimawashi-box-small:nth-of-type(7), .kimawashi-box-small:last-of-type{
	margin-bottom:0!important;
	padding-bottom:0!important;
}

.bag-box-small h2{
	color:#364F72;
	font-size:19px;
}

.white{
	background-color:#fff;
	padding:5px;
}

.item-cap p{
	padding-left:5px;
	padding-right:20px;
	font-size:13px;
	text-align: justify;
}

.item-cap p .white{
	padding:7px;
}

.item-cap .item_list{
	padding-left:5px!important;
}

.second-wrapper{
	background-color:#F0E2D6;
	padding-bottom:80px;
	margin-bottom:120px;
}

.beige{
	background-color:#FAF4F0;
	margin:40px 0;
	padding:60px 0;
}

.title-flex{
	display: flex;
	height: auto;
	align-items: flex-start;

}

.title-flex h3{
	color:#364F72;
	font-size:15px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin:0 20px 0 15px;
	letter-spacing:2px!important;
}

.title-flex h3:first-of-type{
	font-size:13px;
}

.title-flex img{
	width:90%;
}

.kimawashi-box-small p{
	font-size:13px;
	padding-top:20px;
	padding-right:10px;
	text-align: justify;
}

.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:600px;
	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;
}

/*タブレット用*/
@media screen and (max-width: 768px){
	
	.bag-item-box-big, .kimawashi-big-box{
		width:650px;
	}
	
	.title{
		width:500px;
	}
	
	.bag-box-small, .kimawashi-box-small{
		width:310px;
	}
	
	.bag-box-small h2{
		width:100%;
		font-size:12px;
	}
	
	.item-cap p{
		font-size:12px;
		padding-right:5px;
	}
	
	.title-flex{
		display:block;
	}
	
	.title-flex h3{		
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		margin:0;
		font-size:13px;
	}
	
	.title-flex img{
		width:100%;
	}
	
	.frames_box, .frames_box_small p, .mar-pre-box, .coupon{
		width:600px!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{
		width:500px;
		margin:auto;
		padding-bottom:30px;
	}
	
	.mar-pre-box h3{
		font-size:14px;
	}
	
}

/*スマホ用*/
@media screen and (max-width:640px){
	.bag-item-box-big, .kimawashi-big-box{
		width:350px;
	}
	
	.title, .caption{
		width:300px;
	}
	
	.frames_box, .frames_box_small p{
		width:300px!important;
	}
	
	.mar-pre-box, .coupon{
		width:300px!important;
	}
	
	.caption p{
		font-size:12px;
		text-align: justify!important;
	}
	
	.bag-box-small, .kimawashi-box-small{
		width:100%;
	}
	
	.bag-box-small h2, .title-flex h3{
		font-size:14px;
	}
	
	.bag-box-small{
		margin-bottom:40px;
		padding-bottom:30px;
	}

	.bag-box-small:nth-of-type(5), .kimawashi-box-small:nth-of-type(7){
		margin-bottom:40px!important;
		padding-bottom:30px!important;
	}

	.bag-box-small:last-of-type, .kimawashi-box-small:last-of-type{
		margin-bottom:0px!important;
		padding-bottom:0!important;
	}
	
	.kimawashi-box-small p{
		font-size:12px;
	}
	
	.k-cap{
		padding-left:10px;
	}
	
	.frames_box h1 img{
		width:100%;
	}
	
	.f_jan_img p img{
		width:49%;
	}	
	
	.bold{
		font-size:13px!important;
	}
	
	.yomoyama_img{
		width:70%;
	}
	
	.pre-img, .coupon-img{
		width:100%;
	}

	.pre-text p, .cou-text p{
		font-size:12px;
	}
	
	.mar-pre-box h2 img{
		width:100%;
	}
	
	.mar-pre-box h3{
		line-height:2;
	}
	
	.mar-pre-box strong{
		font-size:11px;
	}

}

/* CSS Document */

