/* max-width 960px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	 z-index
   1  body .site

*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 13rem;
  padding-bottom: 24rem;
}
#content .top-area .frame::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
  height: 70%;
	background-color: #5CE6FF;
	border-radius: 0 30px 30px 0;
	z-index: -1;
}
#content .top-area .frame .title div:first-of-type{
	width: 260px;
	padding-top: 1rem;
	position: relative;
}
#content .top-area .frame .title div:first-of-type:before{
	content: "";
	position: absolute;
	top: 0;
	left: -2rem;
	width: 127px;
	height: 127px;
	background-color: #FFC47D;
	border-radius: 50%;
}
#content .top-area .frame .title div h2{
	font-size: 71px;
	font-weight: normal;
	line-height: 110%;
	border-bottom: 1px solid #000;
}
#content .top-area .frame .title div p{
	font-size: 20px;
	text-align: right;
}
#content .top-area .frame .title .img-park{
	position: absolute;
	bottom: -13rem;
  left: 9rem;
  width: 240px;
}
#content .top-area .frame .img{
	position: absolute;
	top: 9rem;
	right: 0;
	max-width: 800px;
	width: 60%;
	border-radius: 30px;
	overflow: hidden;
}
@media screen and (min-width:768px) {
	#content .top-area .frame .title{
		position: relative;
	}
}
@media screen and (max-width:767px) {
	#content .top-area .frame {
		padding-top: 6rem;
		padding-bottom: 10rem;
	}
	#content .top-area .frame::before {
		width: 80%;
		height: 85%;
	}
	#content .top-area .frame .title {
		margin-bottom: 2rem;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 250px;
		margin-left: 2rem;
	}
	#content .top-area .frame .title div:first-of-type::before {
		width: 107px;
		height: 107px;
	}
	#content .top-area .frame .title div h2 {
		font-size: 40px;
	}
	#content .top-area .frame .title div p {
		top: 4rem;
	}
	#content .top-area .frame .title .img-park{
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 200px;
	}
	#content .top-area .frame .img{
		position: relative;
		top: auto;
		width: 100%;
		border-radius: 0;
	}
}

.big-img{
	border-radius: 30px;
	overflow: hidden;
	margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width:767px) {
	.big-img {
		margin: 2rem;
	}
}

/************** プール設備 **************/
.water{
	position: relative;
	margin-bottom: 5rem;
}
.water .frame{
	position: relative;
	z-index: 1;
}
.water .frame::before{
	content: "";
	position: absolute;
	top: 2rem;
	right: 0;
	width: 70%;
	height: 75%;
	background-color: #5CE6FF;
  border-radius: 30px 0 0 30px;
	z-index: -1;
}
.water .title .box{
  align-items: center;
}
.water .title .box div:first-of-type{
	width: 460px;
	padding-top: 1rem;
	position: relative;
	order: 2;
}
.water .title .box div:first-of-type:before{
	content: "";
	position: absolute;
	top: 0;
	left: -2rem;
	width: 127px;
	height: 127px;
	background-color: #FFC47D;
	border-radius: 50%;
}
.water .title .box div h3{
	font-size: 56px;
	font-weight: normal;
	line-height: 110%;
	border-bottom: 1px solid #000;
}
.water .title .box div p{
	font-size: 20px;
	text-align: right;
}
.water .title .img{
	max-width: 700px;
  border-radius: 30px;
  overflow: hidden;
	order: 1;
}
.water .animals-slider {
  padding-top: 3rem;
}
.water .animals-slider .slick-slide {
  margin: 0 2rem;
}
.water .animals-slider .slick-slide img {
	border-radius: 30px;
}
@media screen and (max-width:767px) {
	.water .frame::before {
		height: 83%;
	}
	.water .title {
		padding-top: 4rem;
	}
	.water .title .box {
		display: block;
	}
	.water .title .box div:first-of-type {
		width: 310px;
		margin-left: 2rem;
		padding-bottom: 2rem;
	}
	.water .title .box div:first-of-type::before {
		width: 107px;
		height: 107px;
	}
	.water .title .box div h3 {
		font-size: 37px;
	}
	.water .frame .img {
		position: relative;
		max-width: unset;
		border-radius: 0;
		margin: 0 -1rem;
	}
	.water .animals-slider {
		padding-top: 2rem;
	}
	.water .animals-slider .slick-slide {
		margin: 0 1rem;
	}
}

/************** 営業日 **************/
.day{
	text-align: center;
	margin-bottom: 5rem;
}
.day h4{
	margin: 0 auto;
	margin-bottom: 2rem;
	font-size: 34px;
	display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.day h4::before,
.day h4::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #5CE6FF;
	border-radius: 50%;
}
.day h4::before{
	left: 0;
}
.day h4::after{
	right: 0;
}
.day .table{
	align-items: stretch;
	border: 1px solid #A2F1D9;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 3rem;
}
.day .table .tr{
	text-align: center;
	font-size: 18px;
}
.day .table .tr:not(:nth-of-type(2)){
	flex-basis: 25%;
}
.day .table .tr:nth-of-type(2){
	flex-basis: 50%;
}
.day .table .th,
.day .table .td{
	padding: 1rem 0;
	line-height: 190%;
}
.day .table .tr:first-of-type .th{
	height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
	background-color: #A2F1D9;
}
.day .table .tr:last-of-type .th,
.day .table .tr:last-of-type .td{
	padding: 1.5rem 0;
}
.day .table .tr:last-of-type .th{
	background-color: #FFC47D;
}
@media screen and (min-width:768px) {
	.day .table .tr:not(:last-of-type){
		border-right: 1px solid #A2F1D9;
	}
}
@media screen and (max-width:767px) {
	.day h4{
		font-size: 23px;
		padding: 0 3rem;
	}
	.day h4::before, .day h4::after {
		width: 35px;
		height: 35px;
	}
	.day .frame{
		margin: 0 2rem;
	}
	.day .table {
		display: block;
	}
	.day .table .tr {
		font-size: 14px;
	}
}

/************** 注意、制限 **************/
.attention{
	margin-bottom: 5rem;
}
.attention .box{
	flex-basis: 48%;
	text-align: center;
}
.attention .box h4 {
  margin: 0 auto;
  margin-bottom: 1rem;
  font-size: 34px;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.attention .box h4::before,
.attention .box h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #5CE6FF;
  border-radius: 50%;
}
.attention .box h4::before {
  left: 0;
}
.attention .box h4::after {
  right: 0;
}
.attention .box ul {
  text-align: justify;
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
  margin-left: 1rem;
}
.attention .box ul li span{
	color: #F23F5E;
}
@media screen and (max-width:767px) {
	.attention .frame {
		display: block;
	}
	.attention .box:first-of-type{
		margin-bottom: 5rem;
	}
	.attention .box h4 {
    font-size: 23px;
		padding: 0 3rem;
  }
	.attention .box h4::before,
	.attention .box h4::after {
    width: 35px;
    height: 35px;
  }
}

/************** 遊園地 **************/
.map {
  margin-bottom: 5rem;
}
.map .title{
	background-image:url(../img/pool/img-park-back.png);
	padding-top: 4.5rem;
  padding-bottom: 12rem;
}
.map .title .box {
  margin-bottom: 1rem;
}
.map .title .box div {
  width: 440px;
}
.map .title .box div h3 {
  border-bottom: 0;
}
.map .title .box div p{
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  border-top: 1px solid #000;
}
.map .title > p {
  max-width: 550px;
  width: auto;
  margin-left: auto;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .map .title {
		margin-right: 0;
  }
}
@media screen and (min-width:768px) {
	.map .frame::before {
    top: 3.6%;
    height: 90.3%;
  }
}
@media screen and (max-width:767px) {
	.map .title{
		background-image:url(../img/pool/img-park-back-sp.png);
		background-position: right;
		padding-top: 9rem;
    padding-bottom: 8rem;
	}
	.map .title .box div {
		width: 240px;
	}
	.map .title .box div h3 {
    font-size: 39px;
  }
	.map .title .box div p {
		top: 4rem;
	}
}