
/* ****************************
.hc2_img_bill
	設備・サービス、店内紹介、交通アクセスのヘッダ画像
**************************** */
.hc2_img_bill {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
}

/* ****************************
.hc2_sr_header
	設備・サービス、店内紹介、交通アクセスのヘッダ下ナビ
**************************** */
.hc2_sr_header li:first-child {
	float:left;
	margin-left:15px;
}
.hc2_sr_header li {
	float:left;
	margin-left:10px;
}

/* ナビと同系色の青太字 */
.c_span {
	color:#29408c;
	font-weight:bold;
}


/* ****************************
.ttl_XXX
	guidance.html
**************************** */
.ttl_kids {
	background:url(/showroom/image/common/kids.png) no-repeat left center;
	padding:0px 12px 0px 42px;
	line-height:34px;
}
.ttl_salon {
	background:url(/showroom/image/common/salon.png) no-repeat left center;
	padding:0 12px 0 42px;
	line-height:34px;
}
.ttl_cloak {
	background:url(/showroom/image/common/cloak.png) no-repeat left center;
	padding:0 12px 0 42px;
	line-height:34px;
}
.ttl_nursing {
	background:url(/showroom/image/common/nursing.png) no-repeat left center;
	padding:0 12px 0 42px;
	line-height:34px;
}
.ttl_babysheet {
	background:url(/showroom/image/common/babysheet.png) no-repeat left center;
	padding:0 12px 0 42px;
	line-height:34px;
}
.ttl_w_b {
	background:url(/showroom/image/common/wheel_baby.png) no-repeat left center;
	padding:0 12px 0 82px;
	line-height:34px;
}
.ttl_smoking {
	background:url(/showroom/image/common/smoking.png) no-repeat left center;
	padding:0 12px 0 42px;
	line-height:34px;
}
.ttl_wifi {
	background:url(/showroom/image/common/wifi.png) no-repeat left center;
	padding:0 12px 0 42px;
	line-height:34px;
}


/* ****************************
.sr_inner
.sr_h3
.sr_img_box_clearfix
	exhibition.html
**************************** */
.sr_inner{
	margin:20px 0px;
	font-size:110%;
	letter-spacing:0.03em;
}
.sr_h3{
	font-size:130%;
	font-weight:bold;
	margin:30px 0 0 0;
	padding:0 0 10px 0;
}
.sr_img_box_clearfix{
	overflow:hidden;
	margin:10px auto 30px;
	padding:0 0 30px 0;
}

/* ********** ヘッダ ********** */
.shopname {
	overflow: hidden;
	padding: 1em 0;
	border-top:1px solid #eeeeee;
}
.shopname h1 {
	font-size: 180%;
	font-weight: bold;
}
.shopname .tieupshop {
	width: 100%;
}
.shopname p {
	float: right;
	width: 38%;
	margin: 0.5em 0 0;
	font-size: 110%;
	text-align: right;
}
.shopname span {
	font-size: 80%;
}
/* ********** ナビゲーション ********** */
.shop_index_nav {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}
.shop_index_nav ul {
	overflow: hidden;
	padding-bottom:5px;
}
.shop_index_nav ul {
	display: flex;
	display: -webkit-flex;
}
.shop_index_nav li {
	float: left;
	padding-right:5px;
}
.shop_index_nav a {
	display: block;
	margin: 0 0.25em;
	padding: 0.5em;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	transition: 0.5s;
}
.shop_index_nav a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.shop_index_nav a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

/* 中国語リンク */
li.chineselink2 {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 0;
	border-left: solid 1px #eee;
}

/* サービスについて */
.idc_service {
	margin: 2em 0 1em;
}
.idc_service ul {
	overflow: hidden;
}
.idc_service li {
	width: calc(50% - 0.5em);
	float: left;
	margin: 0 0 1em;
}
.idc_service li:nth-child(2n) {
	float: right;
}
.idc_service a {
	display: block;
	margin: 0;
	padding: 0.5em;
	border: solid 1px #ccc;
	background-color: #eee;
	font-size: 120%;
	text-align: center;
	transition: 0.5s;
}
.idc_service a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

/* ********** タイトル ********** */

#muku_main{
	position: relative;
	margin-bottom:40px;
}

#muku_main .muku_tit{
	font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	left: 64px;
    position: absolute;
    top: 214px;
	font-size: 140%;
	color:#fff;
	line-height:1.2;
}

#muku_main .muku_tit .sr{
	color:#ff6600;
	font-size: 100%;	
}


#muku_main .muku_tit span{
	font-size: 150%;
}

#muku_main .muku_link{
	left: 51px;
    position: absolute;
    top: 272px;
	font-size: 110%;
	color:#fff;
	background:#000;
	width:608px;
	padding:4px 10px 2px 0;
}

#muku_main .muku_link a{
	color:#fff;
	float:right;
}

#muku_main .muku_link a:hover{
	color:#fff;
}

#muku_main .muku_link .fa{
	font-size: 110%;
}

/* ********** 催事ページ来店予約ボタン ********** */
.fair_reserve {
	margin: 3em auto;
	width: calc(60% + 2em);
}
.fair_reserve a {
	display: block;
	padding: 1em;
	background-color: #dc143c;
	border-radius: 5px;
	box-shadow: 0 2px 0 #a80f2e;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.fair_reserve a:hover {
	text-decoration: none;
	box-shadow: none;
	transform: translateY(2px);
}
.fair_reserve .form_txt {
	font-size:115%;
	text-align:center;
}


/* ****** 左メニュー地域 ****** */

.showroom_menu .menu_hh3 a{
    /* margin-left: 6px; */
}

.showroom_menu .menu_hh3 {
    border: none;
}

.area_top{
    margin: 10px 0 5px 2px;
    font-size:95%;
    padding: 0.2em 0;
    width: 180px;
    letter-spacing: 1px;
    color: #345;
    border-bottom: 1px dotted #bbb;
}

.area_top span{
    padding:0.2em 0.4em;
}  

/* ****** バナー表示、非表示 ****** */
.pc_only_bnr{
	display: block;
}

.sp_only_bnr{
	display: none;
}