@charset "UTF-8";

	.img-fix{display:block;position:absolute;}

	.btn_reserve_fix{width:100%;position:fixed;z-index:5000;bottom:-40%;transition:all 0.5s;min-width:480px;transform:translate(-50%);left:50%;max-width:600px;}
	.btn_reserve_fix.on{z-index:5000;bottom:0%;}


@media screen and (min-width: 1201px) {

}

@media screen and (min-width: 1601px) {
}

@media screen and (min-width: 1921px) {
}

@media screen and (max-width: 640px) {
/*  	SP STYLE  *************************************************************/

	.btn_reserve_fix{width:95vw;min-width:350px;}

	.products_items .item { margin: 0 1.25vw 2.5vw; background: #fff; padding: 0.78125vw; text-align: center; width: 80vw; }
	/*.products_items .item a.detail { display: block; height: 7.96875vw; background: #d8245b; border: 0.625vw solid #d8245b; color: #fff; position: relative; padding: 2.34375vw 0 0; transition: background 0.2s,color 0.2s; font-size: 2.8125vw; margin: 4.6875vw 0 0; }*/
	.products_items .item a.detail { display: block; height: 10.5vw; font-size: 4.5vw; margin: 4.6875vw 0 0; }
	/*.products_items .item a.detail::after { content: ''; width: 100%; height: 100%; border: 1px solid #ffa4a4; position: absolute; left: 0; top: 0; }*/
	/*.products_items .item a.detail:hover { background: #fffba7; color: #d8245b; }*/

}




