@charset "utf-8"; /**reset**/

/**sect_design**/
#sect_store{}
#sect_store .store_box{padding-top:4rem;width:100%;overflow: hidden;}
#sect_store .store_box iframe{max-width: 100%;height:clamp(800px, 100vw,1200px);border: 1px solid #c0c0c0;border-radius: 0.25rem;padding: 1rem 0.5rem 1rem 1rem;}

@media screen and (max-width: 768px) {

	/**sect_design**/
	#sect_store{}
	#sect_store .store_box{padding-top:3rem;margin-left: calc(50% - 50vw);margin-right: calc(50% - 50vw);width: 100vw;padding-left: 4vw;padding-right: 4vw;}
	#sect_store .store_box iframe{height:200vw;padding:0;}

	}