@charset "utf-8";
/*下層ページのタイトル・背景画像*/
main {
	padding-top: 0;
}
main .ul_title {
	background-image: url(../images/ul_title/ul_title_facility.jpg);
	background-position: 0 46%;
}
/*下層ページのタイトル・背景画像*/
section {
	margin-top: 15rem;
}
section h2 {
	font-size: 2.8rem;
	text-align: center;
	position: absolute;
	top: -3rem;
	left: 5%;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 1rem 2rem;
	letter-spacing: 1rem;
	border: solid 0.1rem #382d13;
	box-shadow: 0px 0px 3px 1px rgb(56 45 19 / 40);
}
/*各セクションタイトルの背景*/
section .section_t {
	background-repeat: no-repeat;
	background-size: cover;
}
section .section_t .po_re {
	padding: 8rem 0;
}
/*店内図*/
section .s_of {
	background-image: url(../images/sec_title/sec_box8.jpg);
	background-position: 0 65%;
}
/*設備*/
section .s_bo {
	background-image: url(../images/sec_title/sec_box9.jpg);
	background-position: 0 60%;
}
/*オープン会員*/
section .s_op {
	background-image: url(../images/ul_title_about.jpg);
	background-position: 0 55%;
}
/*一時利用*/
section .s_dr {
	background-image: url(../images/slide1.png);
	background-position: 0 50%;
}
/*各セクションタイトルの背景*/
main section .facility_container .p_inner {
	margin: 0 auto;
	width: 96rem;
}
/*店内図内容*/
section .facility_container .shop_map {
	box-sizing: border-box;
	width: 47%;
	padding: 3rem 1rem 5rem 1rem;
	border: solid 0.1rem #382d13;
	position: relative;
}
section .facility_container .shop_map h3 {
	font-size: 2.4rem;
	position: absolute;
	top: -1.6rem;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
	margin: auto;
	padding: 0.5rem 1rem;
	background-color: #efefef;
}
section .facility_container .shop_map .shop_map_img {
	width: 100%;
	height: 50rem;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
section .facility_container .shop_map .img_f1 {
	background-image: url(../images/F1-100.jpg);
}
section .facility_container .shop_map .img_f2 {
	background-image: url(../images/F2-100.jpg);
}
/**/
.shop_map_content {
	font-size: 1.8rem;
	margin-top: 5rem;
}
.shop_map_content > ul {
	border: solid 0.1rem #382d13;
	padding: 2rem;
	width: 48%;
	box-sizing: border-box;
}
.shop_map_content > ul li {
	border-bottom: solid 0.1rem #382d13;
	padding: 2rem 1rem;
}
.shop_map_content > ul li:last-child {
	border-bottom: none;
}
.shop_map_content > ul li p {
}
.shop_map_content > ul li div {
	width: 50%;
}
.shop_map_content > ul li div p {
	width: 100%;
	margin-bottom: 1.5rem;
}
.shop_map_content > ul li div p:last-child {
	margin-bottom: 0;
}
.shop_map_content .note {
	font-size: 1.4rem;
	line-height: 1.5;
}
/**/
.shop_map_item {
	box-sizing: border-box;
	padding: 0 2rem;
	width: 48%;
}
.shop_map_item li {
	list-style: disc;
	margin-left: 2.5rem;
	margin-bottom: 1.5rem;
}
.shop_map_item h4 {
	border: 0.1rem solid #382d13;
	margin-bottom: 1.5rem;
	display: inline-block;
	padding: 1rem;
}
.img_f1:hover ,
.img_f2:hover {
	cursor:pointer;
}
/*店内図内容*/

/*設備内容*/
section .facility_container {
	background-color: #efefef;
	padding: 7rem 0;
	font-size: 2rem;
}
section .facility_container .container {
	flex-wrap: wrap;
	align-content: space-between;
	padding: 5rem 0;
}
section .facility_container .item {
	width: 25%;
	margin-bottom: 2rem;
	text-align: center;
}
section .facility_container .item p {
	margin-top: 1.8rem;
	text-align: center;
}
/*設備内容*/
/*モーダル*/
/*店内図F1*/
#bg_f1{
	position:fixed;
	left:0;
	top:0;
	z-index:5000;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, .4);
}

#alertBox_f1{
	margin:1rem auto;
	text-align:center;
	padding:2rem;
	width:50%;
	height:auto;
	background:#FFF;
	border-radius:3px;
	box-shadow:2px 2px rgba(0, 0, 0, .3);
}

#alertBox_f1 p{
	font-size:1.4em;
	margin-bottom:20px;
	margin:0 auto;
	width:90%;
	height:70rem;
	background-image:url(../images/F1-100.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#alertBox_f1 #ok_f1{
	padding:5px 20px;
	font-size:1em;
	display:block;
	margin-left:auto;
	margin-bottom:3rem;
}
/*店内図F1*/
/*店内図F2*/
#bg_f2{
	position:fixed;
	left:0;
	top:0;
	z-index:5000;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, .4);
}

#alertBox_f2{
	margin:1rem auto;
	text-align:center;
	padding:2rem;
	width:50%;
	height:auto;
	background:#FFF;
	border-radius:3px;
	box-shadow:2px 2px rgba(0, 0, 0, .3);
}

#alertBox_f2 p{
	font-size:1.4em;
	margin-bottom:20px;
	margin:0 auto;
	width:90%;
	height:60rem;
	background-image:url(../images/F2-100.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#alertBox_f2 #ok_f2{
	padding:5px 20px;
	font-size:1em;
	display:block;
	margin-left:auto;
	margin-bottom:3rem;
}
#alertBox_f1 #ok_f1,
#alertBox_f2 #ok_f2{
	cursor:pointer;
}
/*モーダル*/
@media screen and (max-width:640px) {
main {
	margin-top: 10.7rem;
}
section {
	margin-top: 10rem;
}
section h2 {
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
	margin: auto;
	font-size: 2rem;
	width: 80%;
	padding: 0.5rem 1rem;
}
.facility .content .ds_f {
	flex-direction: column;
}
main section .facility_container .ds_f {
	flex-direction: column;
}
section .facility_container {
	padding: 5rem 0;
}
main section .facility_container .p_inner {
	margin: 0 auto;
	width: 100%;
}
section .facility_container .shop_map {
	width: 100%;
	margin-bottom: 3rem;
}
main section .facility_container .container {
	flex-wrap: wrap;
	flex-direction: row;
	width: 80%;
	margin: 0 auto;
}
.fa-4x {
	font-size: 5rem;
}
section .facility_container .item {
	width: 35%;
}
section .facility_container .item p {
	font-size: 1.6rem;
	margin-top: 1rem;
}
.shop_map_content > ul {
	width: 100%;
}
.shop_map_item {
	width: 100%;
	margin-top: 2rem;
}
.form_faq {
	width: 100%;
}
section .facility_container .container {
	padding: 0rem 0;
}
main section .facility_container .shop_map_content .ds_f {
	flex-direction: row;
}
section .facility_container .shop_map .shop_map_img {
	height: 45rem;
}
/*モーダル*/
#alertBox_f1 {
	margin: 3rem auto;
	width:80%;
}
#alertBox_f1 p {
	height: 40rem;
}
#alertBox_f2 {
	margin: 3rem auto;
	width:80%;
}
#alertBox_f2 p {
	height: 40rem;
}
/*モーダル*/
}

