/* CSS Document */

/*基本指定*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
	
/*画像指定*/
img{ border: none; max-width: 100%; height: auto; }
a img { border: none; }

/* リンク色 */
a { color: #D9893B; text-decoration: underline; }
a:hover { color: #E55B23; text-decoration: none; }

/*文字装飾*/
.yline { background: linear-gradient(transparent 60%, #FFD773 60%); }
strong { font-weight: bold; }

/*コンテンツ指定*/
body {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	background-color: #FDFCF8;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat;
	color: #333;
}

@media screen and (min-width: 641px){

#wrapper{
	width: 820px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/**▼ヘッダー*****/
#header{ width: 800px; margin: 0 auto; }
#head_img{ border-bottom: 5px solid #C7A589; }
h1{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	width: 800px;
	background-color: #5A4A42;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}

/*メイン記事指定*/
h2{
	background: #7D6C5C;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	margin: 1px 1px 25px 1px;
	border-radius: 5px 5px 0 0;
}

h3{
	font-size: 20px;
	font-weight: bold;
	color: #5A4A42;
	border-bottom: 3px solid #C7A589;
	margin: 10px 15px 20px;
	padding: 10px 15px;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.5em;
}

#content{
	width: 760px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

.inner{
	margin: 0 0 40px 0;
	border: 1px solid #EAE5E0;
	padding: 0 0 20px 0;
	background: #fff;
	border-radius: 5px;
}
.inner p{
	padding: 0 25px;
	text-align: justify;
}

/* おすすめ商品 */
.recommend-item { display: flex; align-items: center; margin: 0 25px 25px; padding-bottom: 25px; border-bottom: 1px dashed #ccc; }
.recommend-item:last-child { border-bottom: none; }
.recommend-img { width: 30%; margin-right: 20px; }
.recommend-text { width: 70%; }
.recommend-text h4 { font-size: 18px; color: #D9893B; margin-bottom: 10px; }

/* 口コミ */
.review-item { margin: 0 25px 20px; padding: 20px; border: 1px solid #F0EADF; border-radius: 5px; background: #FFFBF5; }
.review-title { font-weight: bold; color: #5A4A42; background: url(img/review_icon.gif) no-repeat left center; padding-left: 25px; margin-bottom: 10px !important; }

/*ボタン指定*/
.bt_c{
	text-align: center;
	clear: both;
	margin: 30px auto 20px;
}
.bt_c a img:hover { opacity: 0.8; }


/*フッター*/
#footer{ text-align: center; clear: both; overflow: hidden; }
#space{
	margin: 20px 30px;
	padding: 20px;
	font-size: 14px;
	border-top: 1px #ccc solid;
	clear: both;
	text-align: left;
	background: #F8F5F0;
	border-radius: 5px;
	line-height: 1.7;
}
.footer-links { margin: 20px 30px; text-align: center; font-size: 14px; }
address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background: #5A4A42;
	font-size: 12px;
	margin: 20px auto 0;
	padding: 10px 0;
	width: 820px;
}

}

@media screen and (max-width: 640px){

body { font-size: 15px; }
#content{ padding: 0 10px; text-align: left; }
#header img { width: 100%; height: auto; }
#head_img{ border-bottom: 4px solid #C7A589; }
h1{ font-size: 10px; padding: 5px 8px; text-align: left; }

h2{ font-size: 20px; padding: 12px; margin: 1px auto 20px; }
h3{ font-size: 18px; }
.inner{ margin-bottom: 30px; }
.inner p { padding: 0 15px; }

/* おすすめ商品（スマホ） */
.recommend-item { display: block; margin: 0 15px 25px; }
.recommend-img { width: 80%; margin: 0 auto 15px; }
.recommend-text { width: 100%; }
.recommend-text h4 { text-align: center; }

/* 口コミ（スマホ） */
.review-item { margin: 0 15px 20px; padding: 15px; }
.bt_c img { width: 90%; }

/*フッター*/
#footer p { margin: 0 10px; font-size: 12px; }
#space { margin: 20px 10px; padding: 15px; font-size: 13px; }
address { padding: 8px 0; }
}