@charset "UTF-8";
/* CSS Document */
#content_mess img {
	width: 100%;
	height: auto;
	display: block;
}
.copyBox3 {
	box-sizing: border-box;
	width:90%;
	height: auto;
    z-index: 111;
	text-align: center;
	position: relative;
	margin-left: 5%;
	margin-top: -100px;
}
.copy {
	box-sizing: border-box;
	width:90%;
	height: auto;
    z-index: 111;
	text-align: center;
	position: relative;
	margin-left: 5%;
	display: block;
}
.copy img{
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 600px) { 
.copy {
	display: none;
}
}
.clickcent {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
}
.clickcent img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	display: block;
}
figure:hover > .clickcent {
	display: none;
}
.copyBox3 img {
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.maker {
	width: 80%;
	max-width: 150px;
	min-width: 120px;
	height: auto;
	padding: 2px 0;
	border-radius: 50px;
	color: #FFF;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: #454545;
}
ul.facili4Box {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
} 
ul.facili4Box li {
	box-sizing:border-box;
	width:24%;
	padding:0px;
	margin:0 0.5%;
	background-color:#FFF;
    list-style:none;
	float: left;
}
ul.facili4Box li a {
	text-decoration: none;
}
ul.facili4Box li:hover {
	opacity: 0.5;
}
ul.facili4Box li img {
	width:100%;
	height: auto;
	display: block;
	padding-bottom: 5px;
}
@media screen and (max-width: 1045px) { 
ul.facili4Box li {
	width:32.33%;
}
}
@media screen and (max-width: 600px) { 
ul.facili4Box li {
	width:49%;
}
}

.facilityTitle {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	background-color: #222222;
}
.facilityTitle2 {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	color: #000;
	background-color: #efefef;
	border: 1px solid #333;
}
@media screen and (max-width: 992px) { 
.facilityTitle2 {
	margin-bottom: 35px;
}
}

.faciBG1 {
	background-color: #222222;
	color: #FFF;
}





ul.faciBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	margin-bottom: 20px;
} 
ul.faciBox li {
	box-sizing:border-box;
	width:19%;
	padding:0px;
	margin: 0.5%;
	background-color:#FFF;
    list-style:none;
	float: left;
	text-align: center;
}
@media screen and (max-width: 1200px) { 
ul.faciBox li {
	width: 24%;
}
}
@media screen and (max-width: 845px) { 
ul.faciBox li {
	width: 33.33%;
}
}
.facilityTitle3 {
	box-sizing:border-box;
	width: 99%;
	height: auto;
	padding: 5px;
	font-size: 14px;
	float: left;
	color: #FFF;
	font-weight: 300;
	text-align: center;
}
.kishu {
	width: 100%;
	height: auto;
	padding: 2px 0 7px 0;
	color: #000;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
}
.detail {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
	padding: 0 0 10px 0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
}
.detail0 {
	box-sizing:border-box;
	width: 4%;
	height: auto;
	float: left;
	color: #000;
	text-align: center;
	padding: 5px 0 0 0;
}
.detail1 {
	box-sizing:border-box;
	width: 36%;
	height: auto;
	float: left;
	color: #000;
	text-align: right;
	padding: 5px 5px 0 5px;
	font-size: 12px;
}
.detail2 {
	box-sizing:border-box;
	width: 60%;
	height: auto;
	float: left;
	color: #333;
	text-align: left;
	padding: 5px 0 0 5px;
	font-weight: 400;
}

#content {
	display: block;
}
@media screen and (max-width: 845px) { 
#content {
	display: none;
}
}