@charset "utf-8";
/* CSS Document */
/* faci
------------------------------------------------------------------- */
#mainvisual{
  background: url(../img/header_faci.jpg) center center / cover no-repeat;

}

#faci,#lobby,#lift,#ev,#toy,#rest,#pv{margin-bottom: 100px;}
#faci #floor_map{margin: 0 auto 100px auto; text-align: center;}
#lobby p{margin: 5px 0 10px 0;}
#lift h5,#ev h5,#toy h5{text-align: left;}
#faci #lift .txt,#faci #ev .txt,#faci #toy .txt{margin: 10px 0;}
#toy .icon1{border: 1px solid #fff; padding: 5px; width: 100px; font-weight: 100; font-size: 1rem; display: inline-block; text-align: center; color:#fff; background: #f6ad49; line-height: 1.2; }
#toy span{margin-right: 10px;}
.info{margin-top: 10px;}
.info p{margin-bottom: 20px;}
.info dl {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #333;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.info dt {
	width: 20%;
	float: left;
	height: auto;
}
.info dd {
	width: 80%;
	height: auto;
	margin-left: 20%
}
#rest .pht,#pv .pht,#banq .pht{margin-top: 10px;}
#pv span{display: inline-block;}
#pv table th,#pv table td ,#banq table th,#banq table td {border:none;}
#pv table,#banq table{border: #ccc solid 1px; text-align: center; margin-top: 10px;}
#pv table th,#banq table th{border-bottom: #ccc dotted 1px; padding: 5px; background-color: #F3EEEB;}
#pv table td,#banq table td{border-bottom: #ccc dotted 1px; padding: 5px}
#banq table td.line{border-right: 1px dotted #ccc;}
#banq .banq_room{margin-top: 50px;}
#shop .pht{margin-top: 30px;}
#shop .txt{margin-bottom: 5px; text-align: center;}
#faci #coffee{margin: 50px auto 100px auto;}
#tomato .txt{margin-bottom: 5px; text-align: center;}
#tomato .ttl_tomato{font-size: 1.1rem; color: #e83929; margin-bottom: 5px;}
#tomato .txt_tomato{margin-bottom: 10px;}
#tomato{margin: 50px auto;}
#goods .goods_txt1,#goods .goods_txt2,#garden_pht .txt1,#garden_pht .txt2{margin-top: 5px;}
@media screen and (max-width: 768px){	
.info dt {
	width: 30%;
	float: left;
	height: auto;
}
.info dd {
	width: 70%;
	height: auto;
	margin-left: 30%
}
#goods .goods_txt1,#garden_pht .txt2{margin-bottom: 20px;}
}