@charset "UTF-8";
#contents .con_intro, #contents .con_rest .box_rest, #contents .con_rest .box_dis .dis_area, #contents .con_fac .fac_area {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}

#contents .con_intro:after, #contents .con_rest .box_rest:after, #contents .con_rest .box_dis .dis_area:after, #contents .con_fac .fac_area .box_fac .wrp_main:after, #contents .con_fac .fac_area .box_fac .wrp_fac:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (max-width: 767px) { /*スマホ対応追加*/
	#contents .con_intro, #contents .con_rest .box_rest, #contents .con_rest .box_dis .dis_area, #contents .con_fac .fac_area {
		width: 90%;
	}
}
/* ===================================================================
CSS information

 file name  :facilities.css
 author     :Ability Consultant
style info  :館内案内
=================================================================== */
/*-----------------------------------------------------------
	.con_intro
-----------------------------------------------------------*/
#contents .con_intro {
	clear: both;
	text-align: center;
	margin-top: 32px;
}
#contents .con_intro p {
	line-height: 1.8em;
}

/*-----------------------------------------------------------
	.con_rest
-----------------------------------------------------------*/
#contents .con_rest {
	margin-top: 64px;
	position: relative;
}
#contents .con_rest .img_dish {
	position: absolute;
	top: 360px;
	left: 50%;
	width: 417px;
	height: 269px;
	z-index: 100;
	margin-left: -250px;
}
#contents .con_rest .box_rest {
	clear: both;
	margin-top: 40px;
}
#contents .con_rest .box_rest .img {
	width: 650px;
	float: left;
}
#contents .con_rest .box_rest .wrp_text {
	width: 430px;
	float: right;
	margin-top: 24px;
}
#contents .con_rest .box_rest .wrp_text h4 span {
	display: block;
}
#contents .con_rest .box_rest .wrp_text h4 span.dot {
	color: #90345d;
	letter-spacing: -0.6em;
	margin-left: -0.2em;
}
#contents .con_rest .box_rest .wrp_text h4 span.jp {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	margin-top: 0.1em;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#contents .con_rest .box_rest .wrp_text .text {
	margin-top: 2em;
}
#contents .con_rest .box_rest .wrp_text .tbl_basic {
	margin-top: 2em;
	width: 100%;
}
#contents .con_rest .box_dis {
	position: relative;
	margin-top: 40px;
}
#contents .con_rest .box_dis:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	background: transparent url("../facilities/images/bg_rest.png") top left repeat;
	z-index: 0;
}
#contents .con_rest .box_dis .dis_area {
	position: relative;
	z-index: 50;
	clear: both;
	padding-top: 56px;
}
#contents .con_rest .box_dis .dis_area .wrp_dis {
	width: 525px;
}
#contents .con_rest .box_dis .dis_area .wrp_dis.br {
	float: left;
}
#contents .con_rest .box_dis .dis_area .wrp_dis.din {
	float: right;
}
#contents .con_rest .box_dis .dis_area .wrp_dis h4 {
	text-align: center;
	font-weight: normal;
}
#contents .con_rest .box_dis .dis_area .wrp_dis h4 span {
	display: block;
}
#contents .con_rest .box_dis .dis_area .wrp_dis h4 span.jp {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 1.8em;
	line-height: 1em;
}
#contents .con_rest .box_dis .dis_area .wrp_dis h4 span.en {
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0.3em;
	color: #90345d;
}
#contents .con_rest .box_dis .dis_area .wrp_dis .img {
	margin-top: 16px;
}
#contents .con_rest .box_dis .dis_area .wrp_dis .copy {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	margin-top: 1em;
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
}
#contents .con_rest .box_dis .dis_area .wrp_dis .text {
	margin-top: 1em;
}
#contents .con_rest .box_dis .dis_area .wrp_dis .tbl_basic {
	margin-top: 1em;
	width: 100%;
}
#contents .con_rest .box_dis .tmp_bt {
	text-align: center;
	margin-top: 32px;
}
@media only screen and (max-width: 767px) { /*スマホ対応追加*/
	/*レストラン*/
	#contents .con_rest .box_rest .img {
		width: 100%;
	}
	#contents .con_rest .box_rest .wrp_text {
		width: 100%;
	}
	#contents .con_rest .img_dish {
		width: 130px;
		height: auto;
		left: 125%;
		top: 360px;
	}
	#contents .con_rest .box_dis .dis_area .wrp_dis {
		width: 100%;
	}
}
/*-----------------------------------------------------------
	.con_fac
-----------------------------------------------------------*/
#contents .con_fac {
	margin-top: 80px;
}
#contents .con_fac .fac_area .box_fac {
	margin-top: 40px;
}
#contents .con_fac .fac_area .box_fac .wrp_main {
	border: 2px solid #dcdcdc;
	padding: 24px;
	clear: both;
}
#contents .con_fac .fac_area .box_fac .wrp_main .img {
	width: 610px;
	float: left;
}
#contents .con_fac .fac_area .box_fac .wrp_main .textbox {
	width: 420px;
	float: right;
}
#contents .con_fac .fac_area .box_fac .wrp_main .textbox h4 span {
	display: block;
}
#contents .con_fac .fac_area .box_fac .wrp_main .textbox h4 span.dot {
	color: #90345d;
	letter-spacing: -0.6em;
	margin-left: -0.2em;
}
#contents .con_fac .fac_area .box_fac .wrp_main .textbox h4 span.jp {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	margin-top: 0.1em;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#contents .con_fac .fac_area .box_fac .wrp_main .textbox .text {
	margin-top: 2em;
}
#contents .con_fac .fac_area .box_fac .wrp_fac {
	margin-top: 32px;
	clear: both;
	display: flex;
    flex-wrap: wrap;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li {
	width: 28.86957%;
	border: 2px solid #dcdcdc;
	margin-left: 1.91304%;
	padding: 24px 1.3913%;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li:first-child {
	margin-left: 0;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li h4 {
	text-align: center;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li h4 span {
	display: block;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li h4 span.dot {
	color: #90345d;
	letter-spacing: -0.6em;
	margin-left: -0.2em;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li h4 span.jp {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	margin-top: 0.1em;
	font-size: 1.7em;
	line-height: 1.4em;
	font-weight: normal;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li h4 span.lss {
	letter-spacing: -0.05em;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li .img {
	width: 94.87952%;
	margin: 16px auto 0;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li .text {
	margin-top: 1em;
	text-align: center;
}
#contents .con_fac .fac_area .box_info {
	margin-top: 64px;
}
#contents .con_fac .fac_area .box_info .tbl_basic {
	margin-top: 32px;
	width: 100%;
}
@media only screen and (max-width: 767px) { /*スマホ対応追加*/
#contents .con_fac .fac_area .box_fac .wrp_fac {
	margin-top: 10px;
}
#contents .con_fac .fac_area .box_fac .wrp_main .img {
	width: 100%;
	float: none;
}
#contents .con_fac .fac_area .box_fac .wrp_main .textbox {
	width: 100%;
	float: none;
	text-align: center;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li {
    width: 100%;
	margin-bottom: 10px;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li:nth-child(odd) {
	margin-left: 0;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li:nth-child(even) {
	margin-left: 0;
}
#contents .con_fac .fac_area .box_fac .wrp_fac li h4 span.jp {
	font-size: 1.4em;

}
}