@charset "UTF-8";


/* -------------------------------------------------------------
　客室案内
------------------------------------------------------------- */

/* TOPイメージ
------------------------------------------------------------- */

#stay #page_title {
	background: url(/akabane/img/stay/h1_bg.jpg) 50% top no-repeat;
	background-size: auto 275px;
}



/* -------------------------------------------------------------
　館内施設
------------------------------------------------------------- */

/* TOPタイトル
------------------------------------------------------------- */

#facilities #page_title {
	background: url(/akabane/img/facilities/h1_bg.jpg) 50% top no-repeat;
	background-size: auto 275px;
}



/* -------------------------------------------------------------
　朝食
------------------------------------------------------------- */

/* TOPタイトル
------------------------------------------------------------- */

#bf #page_title {
	background: url(/akabane/img/bf/h1_bg.jpg) 50% top no-repeat;
	background-size: auto 275px;
}



/* -------------------------------------------------------------
　アクセス
------------------------------------------------------------- */

/* TOPタイトル
------------------------------------------------------------- */

#access #page_title {
	background: url(/akabane/img/access/h1_bg.jpg) 50% top no-repeat;
	background-size: auto 275px;
}






/* media Queries PC //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 810px */
@media only screen and (min-width:810px) {


/* -------------------------------------------------------------
　ホテルTOP
------------------------------------------------------------- */

/* 周辺観光
------------------------------------------------------------- */

#access_bl .tour_bl article.item_1 {
	background: url(/akabane/img/top/tourism_1.jpg) center top no-repeat;
	background-size: cover;
}
#access_bl .tour_bl article.item_2 {
	background: url(/akabane/img/top/tourism_2.jpg) center top no-repeat;
	background-size: cover;
}
#access_bl .tour_bl article.item_3 {
	background: url(/akabane/img/top/tourism_3.jpg) center top no-repeat;
	background-size: cover;
}



/* -------------------------------------------------------------
　客室案内
------------------------------------------------------------- */

/* TOPイメージ
------------------------------------------------------------- */

#stay #page_title {
	background: url(/akabane/img/stay/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}



/* -------------------------------------------------------------
　館内施設
------------------------------------------------------------- */

/* TOPタイトル
------------------------------------------------------------- */

#facilities #page_title {
	background: url(/akabane/img/facilities/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}



/* -------------------------------------------------------------
　朝食
------------------------------------------------------------- */

/* TOPタイトル
------------------------------------------------------------- */

#bf #page_title {
	background: url(/akabane/img/bf/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}



/* -------------------------------------------------------------
　アクセス
------------------------------------------------------------- */

/* TOPタイトル
------------------------------------------------------------- */

#access #page_title {
	background: url(/akabane/img/access/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}






}/* /810 */






