@charset "UTF-8";

/* -------------------------------------------------

20241224 修正分

------------------------------------------------- */
/* 他ページheader */

/* 予約ボタン白→黒
================================================== */
.header-yoyaku a {
				color: #ffffff;
    background: #333333 !important;
    filter: drop-shadow(0px 3px 10px rgba(51,51,51,0.3)) !important;
    /*background: #F8F7F4;*/
    /*filter: drop-shadow(0px 3px 10px rgba(158,159,92,0.5));*/
}
.header-yoyaku a span {
    color: #aaaaaa;/* 英語 */
    /*color: #B8AF8E; 英語 */
}


/* デバイスの切替
================================================== */
.sp_480 {
  display: block !important;
}
@media only screen and (max-width: 480px) {
.sp_480 {
  display: none !important;
}
}	

/* news */
#news {			/*  トップ画像下に移動 20241224  */
    margin-top: 100px !important;
}

/* 駐車場
================================================== */
.syuhen_photo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
#parking{
	padding-bottom: 50px !important;
}
}
