@charset "Shift_jis";

/*  -----------------------------
for smart phone
-------------------------- */

@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .contents {
        width: 100%;
        padding: 0;
    }
    .header {
        background: #ffffff;
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
    }
    .header h1 {
        text-align: center;
        float: none;
        padding: 9px 0 0;
        height: 40px;
    }
    .header h1 img {
        height: 25px;
    }
	
	h3.kikan {
	  /*font-family: "Meiryo-Bold";*/
	  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	  letter-spacing: 2px;
	}
	
	h3.kikan span {
	  font-size: 15px;
	}
	
	p.officalBtn {
		/*display: none;*/
		display: table;
		position: absolute;
		top: 50px;
		right: 0;
		margin-right: 10px;
		width: 100px;
	}

	p.officalBtn img {
		width:100px;
	}
	
	div#PCfooter {
		display: none;
	}
	
	div#SPfooter{
		display:block;
	}
	
    footer.sp {
        padding: 10px 0;
        text-align: center;
        display: block;
        line-height: 1.2;
        font-size: 10px;
    }


}


/*  -----------------------------
for smart phone index
-------------------------- */

@media screen and (max-width: 768px) {

	#mainvisual {
		width: auto;
		margin: 10px 0;
	}

	#mainvisual img {
		width: 100%;
	}

	.pcImg {
		display: none !important;
	}

	.spImg {
		display: block !important;
	}

	h4.discount span {
	    font-size: 30px;
	}

	.box {
		width: 90%;
		margin: 0px auto;
	}

	.box h5 {
		position: static;
		margin-left: 30px;
	}

	.box img {
		width: 100%;
	}

	.box ul {
		/*width: auto;*/
		/*width: 300px;*/
		width: 70%;
	}

	.box .catch {
	margin-left: 30px;
	margin-bottom: 10px;

	  font-family: "HiraginoSans-W3";
	  font-size: 17px;
	  font-weight: 400;
	}

	li.reviewBtn,
	li.detailBtn {
		float: none;
	}

	.two-pieces .box {
		width: 90%;
		margin: 0px auto 20px;
		float: none;
	}

	.two-pieces .box:nth-child(2) {
		border-left: none;
		border-top: 2px solid #979797;
		padding-top: 10px;
	}
	.two-pieces .box h5 {
		margin-left: 30px;
	}

	.two-pieces .box ul {
		width: 70%;
	}

	.box h4.discount img {
		width: 50%;
	}
	.off_7000yen img {
		width: 100% !important;
	}

}
