/* ===================================================================
--facility.css--
=================================================================== */
@charset "utf-8";

/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


.sp {
	display: none;
}






/* ----------------------- #facilityOp */
div#facilityOp{
	width:790px;
	height:285px;
	display: block;
	clear: both;
}

.facilityOpImg{
	width:344px;
	height:258px;
	display: block;
	float: left;
	margin-right:9px;
}

.facilityOpTitle{
	height:40px;
	border-bottom: 1px dotted #5f3b13;
	margin-bottom: 10px;
	padding-left:15px;
}

.facilityOpText{
	width:437px;
	height:258px;
	display: block;
	float: left;
}

/* ----------------------- #facilityLineup */
div#facilityLineup{
	width:790px;
	min-height:1450px;
	height:auto!important;
	height:1450px;
	display: block;
}

.facilityLine{
	width:790px;
	height:323px;
	display: block;
	clear: both;
	margin-top:10px;
}
.facilityLine_a {
    width: 790px;
    height: 328px;
    display: block;
    clear: both;
    margin-top:10px;
}
	.facilityLine_end {
    width: 790px;
    height: 445px;
    display: block;
    clear: both;
    margin-top:10px;
		border-bottom: 1px dotted #9f8971;
}
.facilityL{
	width:379px;
	height:283px;
	display: block;
	float: left;
	margin-right:32px;
	text-align: center;
	font-size:16px;
	color:#5f3b13;
	font-weight: bold;
}

.facilityR{
	width:379px;
	height:283px;
	display: block;
	float: left;
	text-align: center;
	font-size:16px;
	color:#5f3b13;
	font-weight: bold;
}

	.facilityEdText {
    width: 437px;
    height: 258px;
    display: block;
    float: left;
}
	.facilityEdImg {
    width: 344px;
    height: 258px;
    display: block;
    float: left;
    margin-right: 9px;
		margin-top: 50px;
		margin-bottom: 60px;
}
	.facilityEdTitle {
    margin-top: 60px;
    margin-bottom: 48px;
    padding-left: 15px;
    border-bottom: 1px dotted #5f3b13;
    padding-bottom: 10px;
}
	.fa_flex{
		display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	}
	#facilityEd p.fa_flex_under{
		text-align: center;
		font-size: 16px;
    color: #5f3b13;
    font-weight: bold;
	}
}


/* =========================ƒXƒ}ƒz=========================================== */
@media screen and (max-width: 767px) {


.pc {
	display: none;
}




/* ----------------------- #facilityOp */
div#facilityOp{
	width:100%;
	display: block;
}

.facilityOpImg{
	text-align:center;
}

.facilityOpTitle{
	height:40px;
	border-bottom: 1px dotted #5f3b13;
	margin: 20px 0px 15px 0px;
	text-align:center;
}

.facilityOpText p {
padding:10px!important;
}

/* ----------------------- #facilityLineup */
div#facilityLineup{
	height:auto!important;
	display: block;
}

.facilityLine{
	display: block;
	text-align:center;
	padding:0px 0px 15px 0px;
}

.facilityL{
	text-align: center;
	font-size:16px;
	color:#5f3b13;
	font-weight: bold;
		text-align:center;
	padding:0px 0px 15px 0px;
}
.facilityL img{
		width: 80%;
	}
.facilityR img{
	width: 80%;
}
.facilityR{
	display: block;
	text-align: center;
	font-size:16px;
	color:#5f3b13;
	font-weight: bold;
		text-align:center;
	padding:0px 0px 15px 0px;
}
	.facilityLine_end {
	margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 1px dotted #5f3b13;
	}
.facilityEdImg {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #5f3b13;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 15px 0px;
}
	.facilityEdImg img{
		width: 80%;
	}
	.facilityEdTitle {
    height: 40px;
    border-bottom: 1px dotted #5f3b13;
    margin: 20px 0px 15px 0px;
    text-align: center;
}
.fa_flex{
		display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin-top: 2em;
	}
	#facilityEd p.fa_flex_under{
		text-align: center;
		font-size: 16px;
    color: #5f3b13;
    font-weight: bold;
		margin-bottom: 3em;
	}
}