@charset "utf-8";
/* CSS Document */

/*メイン部分*/


#top_img {
	width:950px;
	height:234px;
	padding-top:130px;
	box-sizing:border-box;
	background-image:url(../images/flowers/flowers_top.jpg);
/*	background-color:#F63;*/
}

#title_area {
	width:570px;
	height:75px;
	margin:0 0 0 295px;
	box-sizing:border-box;
	position:relative;
/*	background-color:#099;*/
}


#title_textarea {
	position:absolute;
	top:0;
	left:15px;
}

#page_title {
	width:230px;
	color:#fff;
	font-family:"Trajan Pro","ＭＳ ゴシック","ＭＳ Ｐ明朝";
/*	font-size:48px; */
	padding:17px 20px 0px 5px;
	filter:drop-shadow(0px 0px 5px rgb(0, 0, 0));
	float:left;
/*	background-color:#CCC;*/
}

#page_title img {
	width:100%;
}

#page_subtitle {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-top:7px;
	box-sizing:border-box;
	padding:0 0 0 20px;
	filter:drop-shadow(0px 0px 5px rgb(0, 0, 0)); 
	float:left;
	border-left:2px solid #fff;
/*	background-color:#606;*/
}

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}



/*商品紹介部分*/


/*タイトルとボタン*/

#main_title_area {
	width:610px;
	height:200px;
	margin:0 auto;
	padding-top:30px;
	box-sizing:border-box;
/*	background-color:#CF0;*/
}

#main_title_area h2 {
	text-align:center;
	padding:30px 0 30px 0;
	box-sizing:border-box;
/*	background-color:#6FF;*/
}

.item_btn {
	width:125px;
	height:35px;
	text-align:center;
	margin:0px 5px 0 20px;
	padding-top:5px;
	box-sizing:border-box;
	float:left;
	border-radius:10px;
	background-color:#71c9c8;
}

.item_btn a {
	color:#fff;
	display:block;
}

#btn1 a {
	font-size:14px;
}
	
.item_btn:hover {
	background-color:#6084A8;
}


/*商品紹介内容*/

#main_area {
	width:870px;
	height:1560px;
	margin:0 auto;
/*	background-color:#606;*/
}


.fw_box {
	width:870px;
	height:390px;
/*	background-color:#CF6;*/
/*	border:1px solid #C69;*/
}

.fw_box h3 {
	font-family:"Trajan Pro","ＭＳ ゴシック","ＭＳ Ｐ明朝";
	font-size:30px;
	width:200px;
	height:60px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
	box-sizing:border-box;
/*	background-color:#FF6;*/
}





.fw_box dl {
	width:290px;
	height:330px;
	padding-top:15px;
	box-sizing:border-box;
	text-align:center;
	float:left;
/*	border:1px solid #000;*/
/*	background-color:#FC9;*/
}

.fw_box dl img {
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
	margin-bottom:15px;
}


span {
	margin-right:10px;
}

