@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------
 gallery_detail
------------------------------------------------------------*/

/* -------- スタイル写真ページ キービジュアル --------*/


/* -------- 180830_17 --------*/

/* PC&tablet
 ------------------------------*/
@media print,screen and (min-width: 768px) {
#gallery_detail #lower_main_kv {
	background: url(../../images/gallery_detail/1808_17/kv.jpg) center top no-repeat;
	background-size: cover;
}
}

/* smartphone
 ------------------------------*/
@media only screen and (max-width: 767px) {
#gallery_detail #lower_main_kv {
	background: url(../../images/gallery_detail/1808_17/sp_kv.jpg) center bottom no-repeat;
	background-size: cover;
}
}