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

#room_hed {
	background:url(../img/category/aesthetic/hed_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}

.privacy_tit {
	background:#f2f2f2;
	width:1100px;
	margin:0 auto 30px;
	padding:10px 0;
	text-align:center;
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}


.fs16m {
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}


/*　▼スマホ用▼　*/
@media screen and (max-width: 768px) {

#room_hed {
	background:none;
	width:100%;
	height:60px;
	position:relative;
	overflow: hidden;
    z-index: -1;
}

.privacy_tit {
	background:#f2f2f2;
	width:100%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}

.fs16m {
	font-size:1.4em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
	
}