@charset "UTF-8";
/* CSS Document */

#sp-wrap {
	margin: 10px 0 20px 20px;
	width: 670px;
	font-size:15px;
	line-height: 1.6;
	color: #333;
	padding: 0;
}
#sp-wrap h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}
#sp-wrap p {
	line-height: 1.75!important;
}
#sp-wrap img {
	width: 100%;
	vertical-align: bottom;
}
#sp-wrap a {
	color: #53a928;
	text-decoration: none;
}
#sp-wrap a:hover {
	color: #53a928;
	text-decoration: underline;
}
#sp-wrap a:hover img {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}

#sp-wrap .smp {
	display: none;
}
div#sp-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN',  meiryo, '游ゴシック Medium',sans-serif;
}


/*全体 ************************/

#sp-wrap section.set {
    margin-top: -20px!important;
    padding-top: 20px!important;
}

#sp-wrap .set {
	margin-bottom: 50px;
}

#sp-wrap .set img {
	margin-bottom: 10px;
}


/* タイトル導入部分 ************************/
#sp-wrap #title h1 {
	font-size: 23px;
	font-weight: bold;
	margin:5px 0 10px;
	text-align: center;
}

#sp-wrap .toptext {
	width: 650px;
	font-size:15px;
	line-height: 1.6;
	color: #333;
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: center;
}


/* 見出し大 ************************/
#sp-wrap .subttl h2 {
	font-size: 20px;
	font-weight: bold;
	margin:30px 0 10px;
	text-align: center;
}


/* 小見出し ************************/
#sp-wrap .item-ttl {
	font-weight: bold;
	font-size: 15px;
	color:#333;
}


/* 黒背景 タイトル ************************/
#sp-wrap h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 6px;
	text-align: center;
	margin-bottom: 20px;
}
#sp-wrap ul {
	overflow: hidden;
}
#sp-wrap ul:after{
	clear: both;
}

/* アイテム 見出し 枠つき ************************/
#sp-wrap .bar {
	font-size: 20px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 11px 0 10px 18px;
    margin: 0 0 20px;
    line-height: 1;
    text-align: center;
}

#sp-wrap h4.bar {
	font-size: 20px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 11px 0 10px 18px;
    margin: 40px 0 20px;
    line-height: 1;
    text-align: center;
}

/* 1カラム ************************/
#sp-wrap .column-1 {
    margin-bottom: 25px;
}

/* 3カラム（PC用） ************************/
#sp-wrap .column-3 ul {
	margin: 0 0px 50px 0!important;
}

#sp-wrap .column-3 li {
	width: 214px;
	margin:0 14px 20px 0;
	float: left;
}

#sp-wrap .column-3 li a {
	display:block;
	color:#333;
	text-decoration:none;
}

#sp-wrap .column-3 li:nth-child(3n) {
	margin: 0 0 5px 0!important;
}


/*商品一覧消し ************************/
div.centerbox　{
	display: none!important;
}
h3.title1.no2 {
    display: none;
}

.mainCont form {
    display: none;
}
