@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #6b3f31; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #6b3f31; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #6b3f31; /* キーカラーを指定 */
}


.padding30{
	padding: 0 30px !important;
}

.toha{
	font-size:80% !important;
	padding:10px !important;
	background-color:#f5deb3;
	border-radius:10px;
}

.toha2{
	background-color:#ffffff;
}

.brown{
	font-weight:bold;
	color:#96514d;
}

.bold{
	font-weight:bold;
}

.line{
	border-bottom:solid;
	border-color:#FF0000;
	border-width:2px;
}

.yamazen{
	width:200px;
	display:inline-block;
	padding-right:10px;

}

.yamazen img{
	margin-bottom:0px;
}

.center{
	text-align:center !important;
}
	

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */