@charset "utf-8";
/* CSS Document */

/*size:959px以下
----------------------------------------------------*/
@media screen and (max-width:959px){


/*section
-------------------------------------*/
section main {
	margin:0 15px;
}



}

/*size:767px以下共通
----------------------------------------------------*/
@media screen and (max-width:767px){


	
/*base
-------------------------------------*/
.i_left,
.i_right {
	float:none;
	margin:10px 0;
	text-align:center;
}
figure.pc_img {
	display:none;
}
figure.sp_img {
	display: block;
}




/*section
-------------------------------------*/
section main article {
    overflow: hidden;
}
section main h2 {
    font-size: 130%;
	text-align:left;
	background-size:130px auto;
}

section main article p {
	margin:5px 1em;
}

/*footer
---------------------------------------------*/
footer .ftr_box .ftr_logo figure,
footer .ftr_box .ftr_logo p.copy {
	text-align:center;

}


/*page-top
---------------------------------------------*/
#page-top {
	right:10px;
}

section article div.privilege_box {
	margin:20px 10px;
}





section article.shop_box dl dt {
	width:auto;
	float:none;
	padding-bottom:0;
}
section article.shop_box dl dd {
	margin:0;
	padding-top:0;
}

section article.shop_box div.comp figure {
	float:none;
	width:auto;
	margin:0 30px;
	text-align:center;
}

section article.shop_box div.col1 {
	overflow:hidden;
	margin:0 2%;
}
section article.shop_box div.col1 figure {
	float:none;
	width:auto;
	margin:0 10px;
}


section article.shop_box div.col2 {
	overflow:hidden;
}
section article.shop_box div.col2 div {
	width:100%;
	margin:0;
	float:none;
	margin:0 0 40px 0;
}
section article.shop_box div.col2 div:last-child {
	margin:0;
}
section article.shop_box div.col2 div figure {
	margin:0 10px;
}


section main article h3 {
	margin:10px 10px 0 10px;
}
section main article ul {
	margin:10px 10px 20px 10px;
}

}
