/* CSS Document */

/*====================================================

　客室

====================================================*/
.header_nav li.nav_premium-rooms a{
    color: #D3C3EA;
    border-bottom: 2px solid #D3C3EA;
}

/*メインビジュアル　タイトル
-------------------------------------------------- */
.mv_title{
	background-image: url(../images/premium-rooms/mv_img.jpg);
}
.mv_title img{
	width: 450px;
}

/*前書き
-------------------------------------------------- */
.main_intoro_wrap{
	background-color: #36354D;
	background-image: url("../images/premium-rooms/intr_bg_bl.png"),url("../images/premium-rooms/intr_bg_tr.png");
	background-position: bottom left,top right;
	background-size: 300px auto,300px auto;
	background-repeat: no-repeat,no-repeat;
	color: #fff;
}
.main_intoro_copy{
	background-image: url("../images/premium-rooms/main_intoro_copy_bg.png");
}
.main_intoro_copy img{
	height: 150px;
}
.local_nav li a{
	color: #fff;
}


/*コンテンツ（メイン）とコンテンツ（サブ）交互レイアウト設定 辻褄が合わない時
-------------------------------------------------- */
@media screen and (min-width:737px),print{
	#MAIN_CONTENTS_WRAP > .main_content#typeb .content,
	#MAIN_CONTENTS_WRAP > .main_content#breakfast .content{
		float: right;
		border-radius: 5px 0 0 0;
		background-position: left 650px top 150px;
	}
	#MAIN_CONTENTS_WRAP > .main_content#typeb .sub_content,
	#MAIN_CONTENTS_WRAP > .main_content#breakfast .sub_content{
		float: left;
	}
	#MAIN_CONTENTS_WRAP > .main_content#typeb .content_inner,
	#MAIN_CONTENTS_WRAP > .main_content#breakfast .content_inner{
		float: left;
		padding: 0 15px 0 80px;
	}
	#MAIN_CONTENTS_WRAP > .main_content#typea .content,
	#MAIN_CONTENTS_WRAP > .main_content#dinner .content{
		float: left;
		border-radius: 0 5px 0 0;
		background-position: right 650px top 150px;
	}
	#MAIN_CONTENTS_WRAP > .main_content#typea .sub_content,
	#MAIN_CONTENTS_WRAP > .main_content#dinner .sub_content{
		float: right;
	}
	#MAIN_CONTENTS_WRAP > .main_content#typea .content_inner,
	#MAIN_CONTENTS_WRAP > .main_content#dinner .content_inner{
		float: right;
		padding: 0 80px 0 15px;
	}
}

/*====================================================
　共通
====================================================*/
.content_gray h6{
	font-size: 1.1em;
	margin: 2em 0 .5em;
	padding: 0 0 .5em;
	border-bottom: #C3C3C3 solid 1px;
}
.content_gray .atention{
	text-indent: -1em;
	padding: 0 0 0 1em;
}

/*====================================================
　タイトル（客室/お料理）
====================================================*/
.title_content{
	background-image: url("../images/premium-rooms/sec_title_bg.png");
	background-color: #6B6984;
	background-size: 147px auto;
	border-top: 5px solid #B1A04C;
	text-align: center;
	padding: 70px 20px;
	color: #fff;
}
.title_content_text{
	color: #FFF1AD;
	font-size: 1.6em;
	line-height: 2em;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}
.title_content_title{
	margin: 0 0 30px;
	padding: 0;
}
#room .title_content_title img{
	height: 100px;
	width: auto;
}
#dish .title_content_title img{
	height: 56px;
	width: auto;
}


/*====================================================
　コラム的な
====================================================*/
.bg_photo{
	background-color: #000;
	color: #fff;
	background-size: cover;
	background-position: center center;
}
.column_intr_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 100px 20px 0;
}
.column_intr_wrap .column_text{
	width: 44%;
}
.column_intr_wrap .column_img{
	width: 52%;
}
.bg_photo .column_intr_wrap .column_text{order: 2}
.bg_photo .column_intr_wrap .column_img{order: 1}
.column_img img{
	width: 100%;
	height: auto;
}
.column_title{
	margin: 0;
	padding: 0 0 40px;
}
.column_title img{
	max-width: 100%;
	height: auto;
}
.column_text p{
	line-height: 2em;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.column_img_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 20px 100px;
}
.column_img_wrap .column_img{
	width: 32%;
}
.bg_photo .column_img{
	border: 1px solid rgba(255,255,255,.5)
}
.column_img_cap{
	font-size: 1.2em;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}
.column_title img{
	width: 444px;
}
#service.bg_purple{
	margin-bottom: 0;
}
#floor.bg_photo{
	background-image: url("../images/premium-rooms/floor_bg.jpg");
	border-top: 5px solid #B1A04C;
}


/*====================================================
　TypeA
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#typea .main_content_mv{
	background-image: url(../images/premium-rooms/typea_mv.jpg);
}
#typea .content{
	background-image: url(../images/premium-rooms/typea_bg.png);
	background-size: 300px auto;
    background-position: left top !important;
    background-repeat: no-repeat;
}
#typea .content_title img{
	height: 48px;
}


/*====================================================
　TypeB
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#typeb .main_content_mv{
	background-image: url(../images/premium-rooms/typeb_mv.jpg);
}
#typeb .content{
	background-image: url(../images/premium-rooms/typeb_bg.png);
	background-size: 300px auto;
    background-position: right top !important;
    background-repeat: no-repeat;
}
#typeb .content_title img{
	height: 48px;
}

/*====================================================
　ご夕食　会席料理
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#dinner .main_content_mv{
	background-image: url(../images/premium-rooms/dinner_mv.jpg);
}
#dinner .content{
	background-image: url(../images/premium-rooms/typea_bg.png);
	background-size: 300px auto;
    background-position: left top !important;
    background-repeat: no-repeat;
}
#dinner .content_title img{
	height: 40px;
}


/*====================================================
　ご朝食　和食朝食膳
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#breakfast .main_content_mv{
	background-image: url(../images/premium-rooms/breakfast_mv.jpg);
}
#breakfast .content{
	background-image: url(../images/premium-rooms/typeb_bg.png);
	background-size: 300px auto;
    background-position: right top !important;
    background-repeat: no-repeat;
}
#breakfast .content_title img{
	height: 40px;
}

