@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: #FF5D2E; /* キーカラーを指定 */
}

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: #FF5D2E; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #FF5D2E; /* キーカラーを指定 */
}


.under_line{
	background:linear-gradient(transparent 70%, #f2b06f 0%);
}

.taishin{
	background-color:#fad09e;
	border-bottom:none !important;
	padding:15px!important;
	margin-top:15px !important;
}

.taishin p{
	margin:0px !important;
	font-size:90%;

}

.taishin img{
	margin-bottom:0px !important;
}

.title{
	background-color:#622d18;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	padding:5px !important;
}

.clear{
	border-bottom:none !important;
	padding-bottom: 0px !important;
	margin: 0px !important;
	min-height: 0px !important;

}

..back-black{
	background:#000000;
}

.back-blue{
	background:#68463c;
}

.white{
	color:#ffffff;
}

.red{
	color:#ff4500;
}

.padding20{
	padding:20px;
}

.radius{
	border-radius:30px;
}




/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */