@charset "UTF-8";
/* 武蔵境のみ適用 */

/* MEMO */
/* テーマカラー(緑)：#1f9b78 */
/* アクセントカラー(深い緑)：#246E00; */
/* アクセントカラー(薄い緑)：#5bb098; */

/*================================================
 *  テーマカラー
 ================================================*/
header h1 a, div.top_image_text, div.top_image_special, div.sp_menu_button p { color:#1f9b78; }
div.sp_menu_button div span { background-color:#1f9b78; }

nav, nav ul li a:not(.nav_selected), #page-top, .button, div.side_menu_button, div.top_reserve_form_data input[type="submit"] { background-color:#1f9b78; }

nav ul li a:hover, nav ul li a.nav_selected, .backcolor { background-color:#5bb098; }
div.facilities_restaurant_menu { border:1px solid #5bb098; }

/*================================================
 *  各ページ
 ================================================*/
/* トップページ */

/* ROOMSページ */

/* FACILITIESページ */

/*■■■■■■■■■■■■■■■■■■■■■■■■■
 *  タブレット大
 ■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:960px) {

#page-top a:hover { background-color:#1f9b78; }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■
 *  タブレット小・iPhone横
 ■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:667px) {

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■
 *  スマホ
 ■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:480px) {

}
