/* CSS Document */

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

　客室

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

/*メインビジュアル　タイトル
-------------------------------------------------- */
.mv_title{
	background-image: url(../images/room/mv_img.jpg);
}

/*====================================================
　共通
====================================================*/
.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;
}
/*====================================================
　和室
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#WASHITSU .main_content_mv{
	background-image: url(../images/room/washitsu_mv.jpg);
}
#WASHITSU .content_wrap{
    padding: 0;
}
/*キッズルーム*/
#KIDS .sub_content{
    padding: 0;
}
#KIDS .content_title02{
    border-top: none;
}
#KIDS .content_title03{
    margin-top: 0;
}
/*====================================================
　洋室
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#YOUSHITSU .main_content_mv{
	background-image: url(../images/room/youshitsu_mv.jpg);
}

/*====================================================
　若竹・老松
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#WAKATAKE .main_content_mv{
	background-image: url(../images/room/wakatake_mv.jpg);
}

/*====================================================
　亀楽
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#KIRAKU .main_content_mv{
	background-image: url(../images/room/kiraku_mv.jpg);
}

/*====================================================
　鶴舞
====================================================*/
/*メインビジュアル
-------------------------------------------------- */
#TSURUMAI .main_content_mv{
	background-image: url(../images/room/tsurumai_mv.jpg);
}


/*====================================================
　ナノイー
====================================================*/
#NANOI .purple_inner_title img {
	height: 88px;
	width: auto;
}
#NANOI .purple_inner{
	background-image: none;
	padding: 100px 25px;
}
.nanoi_textbox{
	float: left;
	width: 60%;
	padding: 0 30px 0 0;
}
.nanoi_imgbox{
	float: right;
	width: 40%;
	padding: 0 0 0 30px;
}
.nanoi_imgbox img{
	width: 100%;
	height: auto;
}