@charset "utf-8";
/* CSS Document */


/* 基本設定： ページ全体 */

/*----文字の装飾・マージン・色等----*/

.redText02 {color: #cc0000; font-size: 100%; display: inline;}
.pinkText {color: #cc3366; font-size: 100%; display: inline;}
.lineText {color: #a1cdec; font-size: 100%; margin-top: -15px;}

.gry_bk {background: #e2ded6;}
.white_bk {background: #e2ded6;}

.bold700 {font-weight: 700;}

.padding-2 {padding: 2% !important;}

.underL {border-bottom: 1px solid #333;}

/* FAQのスマホのナビを表示 */
#faq-page .pageNavi{display: block;}

/*textLine02 一行文章　文字小さめ*/
.textLine02 {margin-bottom: 5%; font-size: 110%; line-height: 1.5;}

/* 客室・アメニティ */
.amenity_photo {width: 100%;}
.amenity_photo img {width: 100%;}

/* 会議・宴会　 white-space: nowrap; */
.banquetTable {width: 100%; margin-bottom: 20px;}
.under-table {margin-bottom: 0px;}
.banquetTable th {border: 2px solid #dae7f0; padding: 1%; background: #f8f8f8; vertical-align: middle; text-align: center;}
.banquetTable td {border: 2px solid #dae7f0; padding: 1%; background: #fff; vertical-align: middle; text-align: center;}
.banquetDetail {width: 100%;}
.banquetDetail dt {padding: 1% 2% 1% 1%; display: inline-block; width: 35%; border-bottom: 2px solid #dae7f0; box-sizing: border-box;
}
.banquetDetail dd {padding: 1% 1% 1% 0; display: inline-block; width: 65%; border-bottom: 2px solid #dae7f0; box-sizing: border-box;
}

/* 駐車場アコーディオン */
.parking-info { width: 90%; }
.parking-label { background: #e2ded6; }
.summary-content .headline { font-size: 120%; }
.summary-content .attention {
	color: #cc0000;
    font-size: 100%;
    display: inline;
}




/*★★★768からはここからPC★★★*/
@media (min-width: 768px) {

/*TOPフェード画像*/
.leadText02-inner {padding: 10% 5% 10%;}

/*textLine02 一行文章　文字小さめ*/
.textLine02 {margin-bottom: 3%;}

/* 会議・宴会 */
.banquetTable {width: 100%; margin-bottom: 0px;}

/* 駐車場アコーディオン */	
.parking-info {
	width: auto;
	margin: 1% 10%;
}









}
