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

	 z-index
   1  body .site
*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 13rem;
	padding-bottom: 16.9rem;
  margin-bottom: 3rem;
}
#content .top-area .frame::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 90%;
	background-color: #A2F1D9;
	border-radius: 0 30px 30px 0;
	z-index: -1;
}
#content .top-area .frame .title div:first-of-type{
	width: 270px;
	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 .img{
	max-width: 930px;
	width: auto;
	position: absolute;
  top: 3rem;
  right: 0;
}
@media screen and (max-width:991px) {
	#content .top-area .frame {
		padding-top: 8rem;
		padding-bottom: 6.9rem;
	}
	#content .top-area .frame .img {
		max-width: 500px;
	}
}
@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: 3rem;
		margin-bottom: 3rem;
	}
	#content .top-area .frame::before {
		width: 80%;
		height: 90%;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 220px;
		margin-left: 2rem;
		margin-bottom: 3rem;
	}
	#content .top-area .frame .title div:first-of-type:before {
		width: 107px;
		height: 107px;
	}
	#content .top-area .frame .title div h2 {
		font-size: 38px;
	}
	#content .top-area .frame .title div p {
		top: 4rem;
	}
	#content .top-area .frame .img {
		position: relative;
		width: 95%;
	}
}

/************** マップ **************/
.guide-map{
	position: relative;
	margin-bottom: 15rem;
}
@media screen and (min-width: 768px) {
	.guide-map .img{
		position: relative;
	}
  .guide-map .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 91.1%;
    background-color: #CDDD60;
    z-index: -1;
  }
}
@media screen and (max-width:767px) {
	.guide-map .img{
		margin: 0;
	}
	.guide-map .frame{
		margin: 2rem;
	}
	.guide-map .frame > p{
		padding: 0.5rem;
		color: #fff;
		background-color: #E95513;
		margin-bottom: 2rem;
	}
	/*.guide-map .frame a{
		align-items: center;
		background-color: #FFC47D;
    padding: 1rem;
		padding-left: 3rem;
    border-radius: 30px;
		font-size: 23px;
		margin-bottom: 3rem;
	}
	.guide-map .frame a img{
		width: 60px;
	}*/
	.guide-map .frame div{
		margin-bottom: 2rem;
	}
}

/************** 注意事項 **************/
.important-points {
  text-align: center;
  margin-top: 5rem;
}
.important-points h4{
	margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 34px;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.important-points h4::before,
.important-points 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;
}
.important-points h4::before {
  left: 0;
}
.important-points h4::after {
  right: 0;
}
.important-points ul{
	list-style: decimal;
	list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
	display: inline-block;
  text-align: justify;
}
.important-points ul li.red{
	color: #FF0000;
}
@media screen and (max-width:767px) {
	.important-points h4 {
    font-size: 23px;
    padding: 0 3rem;
  }
	.important-points h4::before,
	.important-points h4::after {
    width: 35px;
    height: 35px;
  }
}