/* 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{
	width: 370px;
	padding-top: 1rem;
	position: relative;
}
#content .top-area .frame .title div::before{
	content: "";
	position: absolute;
	top: 0;
	left: -2rem;
	width: 127px;
	height: 100%;
	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 .img{
	position: absolute;
	top: 9rem;
	right: 0;
	max-width: 800px;
	width: 60%;
	border-radius: 30px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#content .top-area .frame {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	#content .top-area .frame::before {
		width: 80%;
		height: 100%;
	}
	#content .top-area .frame .title {
		margin-bottom: 2rem;
	}
	#content .top-area .frame .title div {
		width: 270px;
		margin-left: 2rem;
	}
	#content .top-area .frame .title div::before {
		width: 107px;
	}
	#content .top-area .frame .title div h2 {
		font-size: 53px;
	}
	#content .top-area .frame .img{
		position: relative;
		top: auto;
		width: 100%;
		border-radius: 0;
	}
}

/**************  **************/
.about{
	margin: 3rem 0;
	position: relative;
}
.about .frame {
	margin-bottom: 2rem;
}
.about .frame h2 {
	writing-mode: vertical-rl;
	font-size: 38px;
	margin: 0 auto;
}
.about .frame h2 span{
	padding: 0.3rem;
}
.about .frame h2 span:first-of-type{
	background-color: #FFC47D;
}
.about .frame h2 span:nth-of-type(2){
	background-color: #A2F1D9;
}
.about .frame h2 span:last-of-type{
	background-color: #5CE6FF;
	padding-bottom: 0;
}
.about .frame .box{
	flex-basis: 60%;
}
.about .about-slider {
	margin: 5rem 0;
}
.about .about-slider .slick-list {
  border-radius: 30px;
	overflow: hidden;
}
.about .about-slider .slick-dots {
  position: relative;
}
.about .about-slider .slick-dots li button {
  border: 2px solid #A2F1D9;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.about .about-slider .slick-dots li.slick-active button {
  background-color: #A2F1D9;
}
.about .about-slider .slick-dots li button::before {
	content: none;
}
.about .con {
	background-image:url(../img/about/img-con-back.png);
	background-size: 680px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 2rem;
	padding-bottom: 7rem;
}
.about .con p{
	max-width: 700px;
	width: auto;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
	.about .frame {
		flex-wrap: wrap;
	}
	.about .frame .box {
		flex-basis: 100%;
		margin-top: 2rem;
	}
	.about .about-slider {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.about .about-slider .slick-list {
		border-radius: 0;
	}
	.about .con {
		background-size: 120%;
		padding-top: 0;
		padding-bottom: 18rem;
	}
}

/************** マップ **************/
.map .title{
	background-image:url(../img/about/img-map-back.png);
	padding-top: 6rem;
}
.map .title .box {
  margin-bottom: 1rem;
}
@media screen and (min-width:768px) {
	.map .frame::before {
    top: 8.6%;
    height: 80.3%;
  }
	.map .title{
		padding-bottom: 15.2rem;
	}
}
@media screen and (max-width:767px) {
	.map .title{
		background-image:url(../img/about/img-map-back-sp.png);
		padding-top: 9rem;
	}
}

/************** アニマル **************/
.animals {
	margin-bottom: 5rem;
}
.animals .frame::before {
  height: 90%;
}