/*ここからメイン*/

.facility {
  height: 100%;
  background-image: url("../images/event_backimg.png");
}

.facility_title_1 {
  font-size: 2.0rem;
  padding-top: 200px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.facility_title_2 {
  font-size: 4.8rem;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.facility_icon {
  width: 160px;
  height: 40px;
  background-color: #D44525;
  color: #FFF;
  border-radius: 10px;
  font-size: 1.2rem;
  margin: 0 auto;
}

.facility_icon_ {
  padding-bottom: 50px;
}

.facility_icon p {
  padding: 10px;
  display: flex;
  justify-content: center;
	font-weight: bold;
}

.facility_icon_off {
  width: 160px;
  height: 40px;
  background-color: #848484;
  color: #FFF;
  border-radius: 10px;
  font-size: 1.2rem;
  margin: 0 auto;
  margin-bottom: 70px;
}

.facility_icon_off p {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.facility_main_innner {
  width: 100%;
  height: 570px;
  margin-bottom: 300px;
  padding-bottom: 30px;
}

.facility_main_innner img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}


@media screen and (max-width: 1270px) {
	
	.facility {
  height: 100%;
  background-image: url("../images/event_backimg.png");
	}

	.facility_title_1 {
	  font-size: 2.0vw;
	  padding-top: 20vw;
	  display: flex;
	  justify-content: center;
	  font-weight: bold;
	}

	.facility_title_2 {
	  font-size: 4.8vw;
	  padding-bottom: 3vw;
	  display: flex;
	  justify-content: center;
	  font-weight: bold;
	}

	.facility_icon {
	  width: 15vw;
	  height: 4vw;
	  background-color: #D44525;
	  color: #FFF;
	  border-radius: 1vw;
	  font-size: 1.5vw;
	  margin: 0 auto;
	}

	.facility_icon_ {
	  padding-bottom: 5vw;
	}

	.facility_icon p {
	  padding: 0.8vw;
	  display: flex;
	  justify-content: center;
		font-weight: bold;
	}

	.facility_main_innner {
	  width: 90vw;
	  height: 55vw;
	  padding-bottom: 5vw;
	}

	.facility_main_innner img {
	  width: 100%;
	  height: 100%;
	  border-radius: 3vw;
	  object-fit: cover;
	}
	
}


/*ここからメイン*/


/*ここから下部*/

.facility_main {
  height: 100%;
  background-image: url("../images/event_backimg.png");
}

.facility_main_innner {
  width: 960px;
  margin: 0 auto;
}

.facility_content img {
  width: 10px;
  background-color: #000;
}

.facility_main_innner_2 {
  width: 810px;
  margin: 0 auto;
}


h2 {
	  position: relative;
	  display: inline-block;
  font-size: 3.2rem;
	margin-top: 125px;
  margin-bottom: 35px;
  padding-left: 25px;
  font-weight: bold;
}

	
	h2::before{
   content: '';
	  position: absolute;
	  top: 10px;
	  left: 0;
	  display: inline-block;
	  width: 5px;
	  height: 65%;
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*位置調整*/
	  background-color: #D44525;
	}



h3 {
  	font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.facility_contents h3{
	margin-top: 50px;
}

.facility_contents p{
	 font-size: 1.9rem;
  	line-height: 42px;
 	margin-bottom: 25px;
}

.facility_contents p strong{
	 font-size: 1.9rem;
  	line-height: 42px;
 	margin-bottom: 25px;
	font-weight: bold;
}

.facility_contents ul, .facility_contents ul strong{
	list-style: square;
	margin-bottom: 50px;
	padding-left: 1.9rem;
}

.facility_contents ol, .facility_contents ol strong{
	list-style: decimal;
	margin-bottom: 50px;
	padding-left: 1.9rem;
}

.facility_contents ul li, .facility_contents ul li strong{
	 font-size: 1.9rem;
  	line-height: 28px;
 	margin-bottom: 13px;
	padding-left: 1px;
    text-indent: -1px;
}

.facility_contents ol li, .facility_contents ol li strong{
	 font-size: 1.9rem;
  	line-height: 28px;
 	margin-bottom: 13px;
	padding-left: 1px;
    text-indent: -1px;
}

.facility_main_innner_2 img {
  padding-bottom: 68px;
}

.article_sns {
  height: 90px;
  border-top: 1px solid #C9C9C9;
  padding-bottom: 290px;
	margin-top: 100px;
}

.article_sns img {
  margin-top: 50px;
  margin-right: 50px;
}

.article_sns img {
  float: left;
}

.article_twitter {
  width: 94px;
}

.article_facebook {
  width: 82px;
}

.article_line {
  width: 115px;
}

.article_print {
  width: 160px;
}

.facility_contents table{
	width: 100%;
}

.facility_contents tr:first-child{
	background-color: #d3d3d3;
}

.facility_contents tr td{
	height: 50px;
	 border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	font-size: 1.5rem;
	padding: 5px;
	text-align: center;
}

.facility_contents tr td:last-child{
	border-left: none;
}

sup {
	font-size: 70%; 
	vertical-align: top;
	position: relative;
	top: -0.2em; 
}


@media screen and (max-width: 1270px) {

		.facility_main {
	  height: 100%;
	  background-image: url("../images/event_backimg.png");
	}

	.facility_main_innner {
	  width: 90%;
	  margin: 0 auto;
	}

	.facility_content img {
	  width: 10px;
	  background-color: #000;
		padding-bottom: 5vw;
	}

	.facility_main_innner_2 {
	  width: 80%;
	  margin: 0 auto;
	}

	.facility_main_innner_2 p {
	  font-size: 1.9vw;
	  line-height: 5vw;
	  padding-bottom: 5vw;
	}

	h2 {
	  position: relative;
	  display: inline-block;
	  font-size: 3.2vw;
		margin-top: 6vw;
  		margin-bottom: 4vw;
		padding-left: 2vw;
		font-weight: bold;
	}
	
	h2::before{
	  content: '';
	  position: absolute;
	  top: 1vw;
	  left: 0;
	  display: inline-block;
	  	width: 0.5vw;
	  height: 65%;
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*位置調整*/
	  background-color: #D44525;
	}

	

	h3 {
	 font-size: 2.4rem;
	  margin-top: 3.0vw;
	  margin-bottom: 3.0vw;
	  font-weight: bold;
	}
	
	.facility_contents p{
		font-size: 1.9vw;
		line-height: 4.0vw;
		padding-bottom: 1vw;
	}
	
	.facility_contents p strong{
		font-size: 1.9vw;
		line-height: 4.0vw;
		padding-bottom: 1vw;
		font-weight: bold;
	}

	.facility_contents ul, .facility_contents ul strong{
		list-style: square;
		margin-bottom: 0;
		padding-left: 1.9vw;
	}

	.facility_contents ol, .facility_contents ol strong{
		list-style: decimal;
		margin-bottom: 8vw;
		padding-left: 1.9vw;
	}	
	
	.facility_contents ul li, .facility_contents ul li strong{
		font-size: 1.9vw;
		line-height: 4.0vw;
		margin-bottom: 13px;
		padding-left: 1px;
		text-indent: -1px;
	}
	
		.facility_contents ol li, .facility_contents ol li strong{
		font-size: 1.9vw;
		line-height: 4.0vw;
		margin-bottom: 13px;
		padding-left: 1px;
		text-indent: -1px;
	}

	.facility_main_innner_2 img {
	  padding-bottom: 5vw;
	}

	.article_sns {
	  height: 9vw;
	  border-top: 1px solid #C9C9C9;
	  padding-bottom: 24vw;
		margin-top: 10vw;
	}

	.article_sns img {
	  margin-top: 5vw;
	  margin-right: 5vw;
	}

	.article_sns img {
	  float: left;
	}

	.article_twitter {
	  width: 9.4vw;
	}

	.article_facebook {
	  width: 8.2vw;
	}

	.article_line {
	  width: 11.5vw;
	}

	.article_print {
	  width: 16.0vw;
	}
	
	
	.facility_contents table{
		width: 100%;
	}

	.facility_contents tr:first-child{
		background-color: #d3d3d3;
	}

	.facility_contents tr td{
		height: 100%;
		 border-top: 1px solid black;
		border-bottom: 1px solid black;
		border-right: 1px dotted black;
		border-left: 1px dotted black;
		font-size: 1.9vw;
		padding: 3vw;
		text-align: center;
	}

	.facility_contents tr td:last-child{
		border-left: none;
	}

}


/*ここまで下部*/


/*ここからfacilityボタン*/

.facility_main_btn {
  width: 1180px;
  height: 350px;
  margin: 0 auto;
}

.facility_main_btn img {
  width: 550px;
  float: left;
  margin: 80px 20px;
}

.facility_main_btn a :hover {
  transition: 0.5s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

@media screen and (max-width: 1270px) {
	
.facility_main_btn {
	  width: 90%;
	  height: 24vw;
	  margin: 0 auto;
	}

	.facility_main_btn img {
	  width: 44%;
	  float: left;
	  margin: 5vw 2vw;
	}

	.facility_main_btn a :hover {
	  transition: 0.5s;
	  opacity: 0.6;
	  filter: alpha(opacity=60);
	  -moz-opacity: 0.6;
	}

}


/*ここまでfacilityボタン*/