/* max-width 960px
   height auto

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

	 z-index
   1  body .site

*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 13rem;
  padding-bottom: 19rem;
}
#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: 430px;
	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%;
}
#content .top-area .frame .title div p{
	font-size: 20px;
	text-align: right;
	position: absolute;
	top: 6rem;
	left: 0;
	width: 100%;
	border-top: 1px solid #000;
}
#content .top-area .frame .title .img-park{
	position: absolute;
	bottom: -15rem;
  left: 0;
  width: 370px;
}
#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: 15rem;
	}
	#content .top-area .frame::before {
		width: 80%;
		height: 76%;
	}
	#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: 290px;
	}
	#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;
	}
}

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

/************** 料金 **************/
.fee{
	text-align: center;
	margin-bottom: 5rem;
}
.fee h4{
	margin: 0 auto;
	margin-bottom: 2rem;
	font-size: 34px;
	display: inline-block;
	padding: 0 4rem;
	position: relative;
}
.fee h4::before,
.fee 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%;
	z-index: -1;
}
.fee h4::before{
	left: 0;
}
.fee h4::after{
	right: 0;
}
.fee p{
	font-size: 23px;
	margin-bottom: 1rem;
}
.fee p.group span{
	font-size: 18px;
}
.fee .table{
	border: 1px solid #A2F1D9;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.fee .table span{
	font-size: 40px;
}
.fee .table .tr{
	flex-basis: 25%;
	text-align: center;
	font-size: 18px;
}
.fee .table .tr:not(:last-of-type){
	border-right: 1px solid #fff;
}
.fee .table .th,
.fee .table .td{
	line-height: 190%;
}
.fee .table .th{
	padding: 1rem 0;
}
.fee .table .td{
	padding: 1.37rem 0;
}
.fee .table .tr:first-of-type .th,
.fee .table .tr:nth-of-type(2) .th{
	background-color: #A2F1D9;
}
.fee .table .tr:nth-of-type(3) .th,
.fee .table .tr:last-of-type .th{
	background-color: #FFC47D;
}
.fee .table.group .tr{
	flex-basis: 50%;
}
.fee .table.group .tr:first-of-type{
	display: flex;
	justify-content: center;
  align-items: center;
}
.fee .table.group .tr:first-of-type .td{
	padding: 0;
}
.fee ul{
	text-align: justify;
	font-size: 14px;
	text-indent: -1em;
  margin-left: 1em;
}
.fee ul li.emphasis{
	font-weight: bold;
  margin: 1rem 0;
}
.fee p.notes{
	text-align: justify;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	.fee h4{
		font-size: 23px;
		padding: 0 3rem;
	}
	.fee h4::before,
	.fee h4::after {
		width: 35px;
		height: 35px;
	}
	.fee p{
		font-size: 18px;
	}
	.fee p.group span {
		font-size: 14px;
	}
	.fee .frame{
		margin: 0 2rem;
	}
	.fee .table {
		flex-wrap: wrap;
	}
	.fee .table span{
		font-size: 31px;
	}
	.fee .table .tr {
		flex-basis: 50%;
		font-size: 14px;
	}
	.fee .table .tr:nth-of-type(2){
		border-right: 0;
	}
	.fee .table .tr:nth-of-type(2) .th,
	.fee .table .tr:last-of-type .th{
		padding: 1.2rem 0;
	}
	.fee .table .td{
		padding: 1.26rem 0;
	}
	.fee ul{
		display: none;
	}
}

/************** 遊具一覧 **************/
.vehicle{
	text-align: center;
	margin-bottom: 5rem;
}
.vehicle h4{
	margin: 0 auto;
	font-size: 34px;
	display: inline-block;
	padding: 0 4rem;
	position: relative;
}
.vehicle h4::before,
.vehicle 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%;
	z-index: -1;
}
.vehicle h4::before{
	left: 0;
}
.vehicle h4::after{
	right: 0;
}
.vehicle .frame .list {
	flex-wrap: wrap;
}
.vehicle .frame .list:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.vehicle .frame .list .box{
	flex-basis: 31%;
	font-size: 20px;
	margin-top: 3rem;
}
.vehicle .frame .list .box div{
	border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0.5rem;
	position: relative;
}
.vehicle .frame .list .box div p{
	position: absolute;
  top: 0;
  left: 0;
	background-color: #F23F5E;
  color: #fff;
	padding-left: 1.5rem;
	padding-right: 1rem;
  border-radius: 0 0 10px 0;
	font-size: 18px;
}
.vehicle .frame .list .box p.price{
	text-align: right;
	margin-bottom: 0.5rem;
}
.vehicle .frame .list .box p.limit{
	font-size: 16px;
}
.vehicle .frame .list .box p.limit span{
	color: #F23F5E;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.vehicle h4{
		font-size: 23px;
		padding: 0 3rem;
	}
	.vehicle h4::before,
	.vehicle h4::after {
		width: 35px;
		height: 35px;
	}
	.vehicle .frame .list:after {
		width: 48%;
	}
	.vehicle .frame .list .box{
		flex-basis: 48%;
		font-size: 18px;
		margin-top: 2rem;
	}
	.vehicle .frame .list .box div p{
		padding: 0;
		border-radius: 0;
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	.vehicle .frame .list .box p.limit {
		font-size: 14px;
	}
}

/************** 休止 **************/
.pause{
	text-align: center;
	margin-bottom: 5rem;
}
.pause h4{
	margin: 0 auto;
	margin-bottom: 2rem;
	font-size: 34px;
	display: inline-block;
	padding: 0 4rem;
	position: relative;
}
.pause h4::before,
.pause 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%;
	z-index: -1;
}
.pause h4::before{
	left: 0;
}
.pause h4::after{
	right: 0;
}
.pause p{
	font-size: 21px;
	color: #F23F5E;
	max-width: 800px;
	width: auto;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.pause h4{
		font-size: 23px;
		padding: 0 3rem;
	}
	.pause h4::before,
	.pause h4::after {
		width: 35px;
		height: 35px;
	}
	.pause p{
		font-size: 16px;
	}
}

/************** プール **************/
.map {
  margin-bottom: 5rem;
}
.map .title{
	background-image:url(../img/amusement-park/img-pool-back.png);
	padding-top: 7rem;
  padding-bottom: 8.2rem;
}
.map .title .box {
  margin-bottom: 1rem;
}
.map .title > p {
  max-width: 415px;
  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: 1.65rem;
    height: 24.1rem;
  }
}
@media screen and (max-width:767px) {
	.map .title{
		background-image:url(../img/amusement-park/img-pool-back-sp.png);
		padding-top: 8rem;
	}
}