@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, blockquote:before, blockquote:after, .pagenation li a
{
	color: #3eb370; /* キーカラーを指定 */
}

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, .pagenation li a:hover, .pagenation li a:active
{
	background: #3eb370; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline, .pagenation li a
{
	border-color: #3eb370; /* キーカラーを指定 */
}


/*=== ヘッダー ===*/

#header {
	background: url(img/back1.jpg) top center no-repeat;
}

#header, .header-mask {
	height: 500px;
}

#header .header-mask h1, #header .header-mask .description {

    color: #000;

    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;

}


.header-mask {

    width: 100%;
    background: rgba(255, 255, 255, .4);
}

#header h1 {
	margin-top: 100px;
}

#header h1,
#header .description {
	width: 80%;
}

.red{
	color:#ed6d3d;
}

.bold{
	font-weight:bold;
}

.whiteback{
	background:#ffffff;
	padding:10px;
	border-radius:10px;
	background: rgba(255, 255, 255,.7);
}


/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

.sp-textbox {
	margin-top: 130px;
}

#header .header-mask h1 {

	font-size: 7vw;
	line-height: 1.2;
	text-shadow:none;
}


#header .header-mask .description {

	font-size: 7vw;
	font-weight:normal;
	text-shadow:none;
}


}/* Media Query for SmartPhone */