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

	 z-index
   1  body .site
*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 9rem;
	padding-bottom: 7rem;
  margin-bottom: 3rem;
}
#content .top-area .frame::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
  height: 100%;
	background-color: #A2F1D9;
	border-radius: 0 30px 30px 0;
	z-index: -1;
}
#content .top-area .frame .title div:first-of-type{
	width: 310px;
	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{
	flex-basis: 40%;
}
@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;
	}
	#content .top-area .frame::before {
		width: 80%;
	}
	#content .top-area .frame .title {
		display: block;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 180px;
		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;
	}
}

/************** アクセス **************/
.access{
	margin-bottom: 5rem;
}
.access .frame {
	margin-bottom: 5rem;
	justify-content: center;
}
.access .frame > div{
	flex-basis: 48%;
	border-radius: 30px;
  overflow: hidden;
}
.access .frame .gmap div{
	position: relative;
  width: 100%;
  height: 0;
  padding-top: 69%;
}
.access .frame .gmap div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .traffic{
	max-width: 800px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.access .traffic h3{
	margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 34px;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.access .traffic h3::before,
.access .traffic h3::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%;
}
.access .traffic h3::before {
  left: 0;
}
.access .traffic h3::after {
  right: 0;
}
.access .traffic .box {
  margin-bottom: 2rem;
}
.access .traffic .box p {
  font-size: 23px;
  margin-bottom: 0.5rem;
	border-bottom: 1px solid #000;
}
.access .traffic .box ul {
  text-align: justify;
	list-style: disc;
	list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
}
.access .traffic .box .img {
	margin-top: 1rem;
}
@media screen and (max-width:767px) {
	.access .frame {
		display: block;
	}
	.access .frame .gmap{
		margin-bottom: 2rem;
	}
	.access .traffic h3 {
    font-size: 23px;
    padding: 0 3rem;
  }
	.access .traffic h3::before,
	.access .traffic h3::after {
    width: 35px;
    height: 35px;
  }
	.access .traffic .box p {
    font-size: 20px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
}