@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}

.month_title{
	font-family: ほのかアンティーク丸;
	text-align: center;
	font-size: 31.5px;
	color: #E57C7F;
	margin: 2% 0;
}

.month_pickup{
	width: 950px;
	display:block;
	font-size: 0;
}

.pickUp_box{
	width: 50%;
	height: 450px;
	display: inline-block;
	vertical-align: top;
	padding: 3% 0 0 3%;
	font-size: 0;
	border:  solid #CC6666;
	position: relative;
	font-family: 游ゴシック;
	
	
}


.box_1{
	border-width: 1px 0.25px 0.5px 1px;
}

.box_2{
	border-width: 1px 1px 0.5px 0.5px;
}

.box_3{
	border-width: 0.25px 0.25px 1px 1px;
	padding: 2% 0 0 3%;
}

.box_4{
	border-width: 0.25px 1px 1px 0.5px;
	padding: 3.2% 0 0 3%;
}


.text_box{
	font-size: 12px;
	position: absolute;
	color: #330000;
	top:290px;
	margin: 0 6% 0 0;
}

.text_box h2{
	padding: 0 0 0 2%;
	font-size: 20px;
	font-family: 游ゴシック;
	
}

.price{
	font-weight: bold;
	font-size: 19px;
	padding: 4% 0 2% 0;
	border-bottom: dotted 1px #330000;
	font-family: 游ゴシック;
}

.tax{
	font-weight: 600;
	font-size: 15px;
}

.item_text{
	padding: 2% 0;
	font-size: 14.5px;
}

.note_text{
	float: right;
	margin: 1% 0;
}

.gift{
	background-image: url(../img/backimg.jpg);
	width: 100%;
	height: 1405px;
}

.shop_Description{
	padding: 245px 0 0 0;
	font-size: 17px;
	color: #330000;
	text-align: center;
	line-height: 2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	font-weight: 400;
}

.shop_Description .wight{
	font-weight: 800;
}

.option_box{
	width: 830px;
	height: 838px;
	font-size: 0;
	margin: 18% auto 0;
	position: relative;
}


.option_box div{
	width: 50%;
	height: 460px;
	display: inline-block;
	vertical-align: top;
	border:  solid #666666;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	color: #000;

}

.option_box p{
	padding: 355px 0 0 0;
}

.option_box .option_box1{
	border-width: 0px 1px 1px 0px;
	padding: 0 1% 1% 0;
}

.option_box1 img {
	position: absolute;
	left: -10px;
}

.option_box .option_box2{
	border-width: 0 0 1px 0;
}

.option_box2 img {
	position: absolute;
	right:0px;
}

.option_box2 p{
	padding: 355px 0 0 20px;
}

.option_box .option_box3{
	border-width: 0 1px 0 0;
	height: 380px;
}

.option_box3 img {
	position: absolute;
	left: -10px;
	bottom: 100px;
}

.option_box3 p{
	padding: 290px 0 0 0;
}

.option_box3 p span{
	 color: #009933;
}

.option_box .option_box4{
	border-width: 0;
	height: 380px;
}

.option_box4 img {
	position: absolute;
	bottom: -5px;
	right:-2px;
}

.text h2{
	font-size: 13px;
	color: #000;
	font-family: 游ゴシック;
	padding: 2% 3%;
}

/*---------4月用----------*/

.main_box{
	width: 950px;
	height: 1206px;
	padding:220px 0 0 0 ;
	background-image: url(../img/main.jpg);
}

.main_box p{
	width: 415px;
	height: 58px;
	margin: 70px 0 0 0 ;
	padding: 10px 0 0 0 ;
	vertical-align: bottom;
	border-top:  dotted 1px #DD9E9F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	font-size: 14px;
}











