@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: #d0576b; /* キーカラーを指定 */
}

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: #d0576b; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline, .pagenation li a
{
	border-color: #d0576b; /* キーカラーを指定 */
}

.question{
	color:#d0576b;
	font-weight:bold;
	display:block;
}


/*=== ヘッダー ===*/

#header {
	background: url(img/top.jpg) top center no-repeat;
}

#header, .header-mask {
	height: 500px;
}

#header h1 {

    margin-top: 80px!important;

}

.title{
	text-align:center;
	margin:0px;
	padding: 20px 0px 0px 0px;
}

.header-mask {

    width: 100%;
    background: none;

}

#header h1 {
	margin-top: 100px;
}

#header h1,
#header .description {
	width: 80%;
}

#related_bnr p {
    clear: none;
}

p.point-number {

    height: 60px;
    width: 70px;
    font-size: 12px;

}

p.point-number span {

    padding-top: 1px;
    font-size: 30px;

}

.feature .point {

    padding-left: 90px;

}

.feature div{
	padding-bottom:0px;
	margin: 0 0 25px;
}

.sakuhin{
	background-color:#f5deb3;
	padding: 20px !important;
	border-radius: 10px;
}

.topbannar{
	width: 710px;
	margin: 0 auto;
}

.mini{
	width: 300px;
	height:50px;
	font-size: 20px;
	line-height: 2.5;	
}




/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

#header {

    background: url(img/top_sp.jpg) top center no-repeat;
        background-size: auto auto;

}

.sp-textbox {
	margin-top: 130px;
}

.sakuhin{
	margin-bottom: 15px;
}

.topbannar{
	width: 100%;
	margin: 0 auto;
}
p.point-number {

    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 80px;
    line-height: 25px;
    padding: 10px 0 0;
    margin: 0 0 20px;
    position: absolute;
    text-align: center;
    width: 90px;

}

p.point-number span {

    display: block;
    padding-top: 10px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Century Gothic', Helvetica, 'Helvetica Neue', Futura;

}

.feature div {

    position: relative;
    border-bottom: 5px dotted #e5e5e5;
    padding-bottom: 15px;
    margin: 0 0 15px;
    min-height: 90px;

}

.feature .point {

    padding-left: 115px;
    margin-top: -10px;
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
    min-height: auto;

}

}/* Media Query for SmartPhone */