.page_img {
    background: url("../img/facility/mv.jpg");
    background-position: center;
    background-size: cover;
    height: 500px;
  }
	
	section {
    line-height: 1.5;
    letter-spacing: 0.09em;
	}
  section img {
    width: 100%;
  }

.page_ttl {
	font-size: clamp(18px, 3vw, 30px);
}
.page_ttl span {
	font-size: clamp(16px, 3vw, 50px);
}
/*
****************************************
　ナヴィゲーションのTOP非表示
****************************************
*/
  .intro {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

.intro img {
	object-fit: cover;
    width: 100%;
    height: 100%;	  
	  }
  .intro_box01 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }
  .intro_box02 {
    background: rgb(0, 0, 0, 0.45);
    color: #fff;
    grid-column: 4 / 7;
    grid-row: 1 / 2;
	  display: flex;
  flex-direction: column;
	  justify-content: center
  }
  .intro_box02 h3 {
    width: 80%;
    margin: 0 auto 0;
    text-align: left;
    font-size: 34px;
    font-size: clamp(20px, 3vw, 34px);
	  padding: 0;
  }
  .intro_box02 p {
    width: 80%;
    margin: 30px auto 0;
    text-align: left;
    font-size: 16px;
	  font-size: clamp(15px, 3vw, 16px);
    line-height: 2;
	  
  }
  .intro_box03 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .intro_box04 {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }
  .intro_box05 {
    grid-column: 5 / 7;
    grid-row: 2 / 3;
  }
@media screen and (max-width: 965px) {
	  .intro_box01, .intro_box02 {
    grid-column: 1 / 7;
    grid-row: 1 / 2;
	}
	.intro_box02 p, .intro_box02 h3 {
		width: 90%;
	}
	}
	

  /*
****************************************
  サービス３つ
****************************************
*/
.point {
	width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
}
.point123 {
	width: 100%;
    display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.point123 img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

  .point-img {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .point-box {
    background: rgb(0, 0, 0, 0.45);
    color: #fff;
    grid-column: 3 / 5;
    grid-row: 1 / 2;
	  display: flex;
  flex-direction: column;
	  justify-content: center
  }
  .point-img02 {
	  grid-column: 3 / 5;
    grid-row: 1 / 2;
  }
  .point-box02 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
@media screen and (max-width: 965px) {
	.point-img, .point-box {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
  }
}

  /*
****************************************
  サービス内容
****************************************
*/
.service_contents {
    width: 95%;
    max-width: 1200px;
    margin: 80px auto 0;
}
.service_contents h4 {
  font-weight: 600;
}
.service01 p {
	margin-bottom: 20px;
	text-align: left;
}
.service02 p {
  /*width: 95%;
  margin: 0 auto;*/
  text-align: left;
  font-size: 16px;
}
.service_contents table {
  width: 100%;
  margin: 0 auto 20px;
}
.service_contents table th {
  vertical-align: top;
}
.service01, .service02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
	padding: 0;
}
.service01 h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.service01 li {
  width: calc(100% / 2 - 18px);
  display: flex;
  flex-direction: column;
}
.service01 li img {
  margin-top: auto;
}



.service02 {
  margin-top: 60px;
}
.service02 h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.service02 li {
  width: calc(100% / 3 - 18px);
  display: flex;
  flex-direction: column;
}
.service02 table {
  margin-top: 10px;
  font-size: 15px;
}
.service02 table td {
	text-align: left;
}
.service_box_inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
	margin-bottom: 20px;
}
.service02 li img {
  margin-top: auto;
}
@media screen and (max-width: 959px) {
  .service02 li {
    width: calc(100% / 2 - 5px);
  }
	.service02 h4 {
  text-align: left;
}
}
@media screen and (max-width: 650px) {
	.service01, .service02 {
		gap: 30px;
	}
	.service01 li, .service02 li {
    width: 100%;
  }
	.service-drink img {
		margin-top: 20px !important;
	}
	.service-alcohol td {
		padding-left: 5px;
	}
	
}



/*
****************************************
  施設情報
****************************************
*/
.info {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}
.info h3 {
  font-size: 30px;
  font-size: clamp(20px, 3vw, 30px);
}
.info table {
  border-collapse:collapse;
  margin-top: 40px;
}
.info table tr {
  border: solid 1px #eee;
  text-align: center;
}
.info table th {
  font-weight: 600;
  background: #f4f4f4;
  width: 20%;
}
.info table td {
  text-align: left;
  padding-left: 18px;
  padding: 20px 10px 18px 20px;
}
.info table a {
	color: #2ea7e0;
	text-decoration: underline;
}
@media screen and (max-width: 959px) {
	.info table {
		margin-top: 20px;
	}
.info table th,.info table td  {
  display: block;
	width: 100%;
	padding: 15px 5px;
}
	.info table td {
		width: 95%;
		margin: 0 auto;
	}
}



/*
****************************************
  施設情報
****************************************
*/
.access_map2 {
	margin-top: 120px;
}
