@charset "UTF-8";

#wide-wrapper{
	width:100%;
}

h2{
	font-family: 'Poppins', sans-serif;
	color:#00a0e9;
	font-size:20px;
	margin-bottom:10px;
}

.red{
	font-weight:bold;
	color:#ff0000;
	font-size:18px;
}

.first-wrapper{
	background-color:#d3ecf3;
	margin-top:-8px;
	padding:50px 0 30px;
}

.item-wrapper, .special-wrap{
	width:900px;
	margin:30px auto;
}

.item-wrapper{
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex1 img, .flex2 img, .special-img img{
	width:100%;
}

.flex1, .flex2{
	margin-bottom:40px;
}

.flex1{
	width:30%;
}

.flex2{
	width:67.6%;
}

.comment p, .specialitem-comment p{
	font-size:12px;
}

.tshirt-com{
	padding:5px;
}

.second-wrapper{
	margin-top:40px;
	padding:60px 0 40px;
}

.second-wrapper .title img{
	width:400px;
}

.special-wrap{
	justify-content: space-between;
	margin-top:50px;
	
}

.special-box h2{
	text-align: center;
}

.special-box h2 img{
	width:25%;
}

.special-box{
	width:48%;
}

.specialitem-comment{
	padding:5px;
	margin-bottom:15px;
}

.specialitem-comment p{
	margin-bottom:10px;
}

.specialitem-comment h3{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin-bottom:5px;
	font-size:18px;
}

.special-img{
	margin-bottom:10px;
}

.spacial-box h3{
	font-weight:bold;
}

.men h3{
	color:#54c3f1;
}

.women h3{
	color:#e85298;
}

.right{
	text-align: right;
}


/*FRAMES*/

.everymonth-wrapper{
	padding-top:30px;
}

.frames-big, .june_yomoyama_box{
	width:800px;
	margin:10px auto;
	padding:50px 0 70px;
}

.frames-big p, .june_yomoyama_box p{
	font-size:13px;
	margin-bottom:20px;
}

.frames-big h1{
	text-align: center;
}

.frames-big h1 img{
	width:50%;
	margin-bottom:20px;
}

.f_feb_img, .june_yomoyama_img{
	display: flex;
	justify-content: space-around;
	height: auto;
	align-items: flex-start;
	margin:30px 0;
	padding-top:20px;
}

.flex-feb-fr{
	width:40%;
}

.fr_credit{
	font-size:10px!important;
	margin-top:0!important;
	padding-left:5px!important;
}

.june_yomoyama_box h1{
	text-align: center;
	margin-bottom:30px;
}

.june_yomoyama_box h1 img{
	width:50%;
}

.june_yomoyama_img img{
	width:auto;
	height:250px;
}

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

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

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

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

.mar-pre-box h3{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.back_button p{
	margin:0!important;
}

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

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

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

.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){

	.item-wrapper, .special-wrap{
		width:650px;
	}
	
	.frames-big, .june_yomoyama_box, .mar-pre-box, .coupon{
		width:600px;
	}
	
	.first-wrapper .title h1 img{
		width:600px;
		margin-top:50px;
	}
	
	.everymonth-wrapper{
	padding-top:0;
	}

	.frames-big{
		padding:30px 0 70px!important;
	}


}

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

	.item-wrapper, .special-wrap{
		width:350px;
	}

	.frames-big, .june_yomoyama_box, .mar-pre-box, .coupon, .coupon-img, .pre-img{
		width:300px;
	}
	
	h2{
		font-size:17px;
		font-family: 'Poppins', sans-serif!important;
	}
	
	.first-wrapper .title h1 img{
		width:90%;
		margin-top:30px;
	}

	
	.flex1{
		width:48%;
	}

	.flex2{
		width:100%;
	}
	
	.second-wrapper .title img{
		width:80%;
	}
	
	.special-wrap{
		display:block!important;
	}
	
	.men{
		padding-bottom:40px;
	}

	.special-box{
		width:100%;
	}
	
	.everymonth-wrapper{
		padding-top:0;
		margin:50px auto 0!important;
	}

	.frames-big{
		padding-top:0;
	}

	.frames-big h1 img, .june_yomoyama_box h1 img{
		width:80%;
	}
	
	.mar-pre-box h2 img{
		width:100%;
	}

	.f_feb_img{
		justify-content: space-between;
		margin-bottom:0;
	}

	.flex-feb-fr{
		width:48%;
		margin-bottom:20px;
	}
	
	.june_yomoyama_img img{
		height:15vh;
	}



}

/* CSS Document */

