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

	 z-index
   1  body .site
*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 13rem;
  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{
	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;
		margin-bottom: 3rem;
	}
	#content .top-area .frame::before {
		width: 80%;
		height: 85%;
	}
	#content .top-area .frame .title {
		display: block;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 270px;
		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;
    padding-top: 2rem;
	}
}

/************** 料金 **************/
.fee{
	margin-bottom: 5rem;
}
.fee h4{
	width: 380px;
	margin: 0 auto;
	margin-bottom: 1rem;
	font-size: 34px;
	text-align: center;
	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%;
}
.fee h4::before{
	left: 0;
}
.fee h4::after{
	right: 0;
}
.fee .table{
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
}
.fee .table span{
	font-size: 40px;
}
.fee .table .tr{
	text-align: center;
	font-size: 18px;
}
.fee .table .th,
.fee .table .td{
	padding: 1rem 0;
}
.fee .table .tr:not(:last-of-type) .th{
	border-right: 1px solid #fff;
}
.fee .group{
	margin-bottom: 3rem;
}
.fee .group p{
	text-align: center;
	margin-bottom: 2rem;
}
.fee .group .table{
	border: 1px solid #A2F1D9;
}
.fee .group .table .tr{
	flex-basis: 25%;
}
.fee .group .table .tr .th{
	background-color: #A2F1D9;
}
.fee .group .table .tr:not(:last-of-type) .td{
	border-right: 1px solid #A2F1D9;
}
.fee .group .table .tr:last-of-type .td span{
	color: #F23F5E;
}
.fee .unlimited{
	margin-bottom: 5rem;
}
.fee .unlimited p{
	font-size: 23px;
	padding-left: 2.2rem;
	position: relative;
	margin-bottom: 1rem;
}
.fee .unlimited p::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border: 4px solid #000;
	border-radius: 50%;
}
.fee .unlimited .table{
	align-items: stretch;
	border: 1px solid #FFC47D;
}
.fee .unlimited .table .tr .th{
	background-color: #FFC47D;
}
.fee .unlimited .table .tr:first-of-type {
  flex-basis: 55%;
}
.fee .unlimited .table .tr:last-of-type {
  flex-basis: 45%;
}
.fee .unlimited .table .tr:first-of-type .th{
	height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.fee .unlimited .table .tr:first-of-type .th span{
	width: 100%;
}
.fee .unlimited .table .tr:last-of-type .td{
	font-size: 23px;
}
.fee .reservation .link{
	flex-wrap: wrap;
	max-width: 900px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5rem;
}
.fee .reservation .link a{
	flex-basis: 48%;
	align-items: center;
	font-size: 20px;
	padding: 1rem;
  border-radius: 50px;
}
.fee .reservation .link a:first-of-type{
	background-color: #5CE6FF;
}
.fee .reservation .link a:nth-of-type(2){
	background-color: #A2F1D9;
}
.fee .reservation .link a:last-of-type {
	background-color: #FFC47D;
	font-size: 30px;
  flex-basis: 70%;
  margin: 0 auto;
	margin-top: 2rem;
}
.fee .reservation .link a p{
	flex-basis: calc(100% - 90px);
	text-align: center;
}
.fee .reservation .link a .img{
	flex-basis: 70px;
}
.fee .reservation .flow h5 {
	font-size: 25px;
	text-align: center;
}
.fee .reservation .flow .box {
	margin-top: 2rem;
}
.fee .reservation .flow .box {
	font-weight: bold;
}
.fee .reservation .flow .box p.title {
	font-size: 18px;
	background-color: #A2F1D9;
  display: inline-block;
}
.fee .reservation .flow .box p.red {
	color: #F23F5E;
}
.fee .reservation .flow .box ol,
.fee .reservation .flow .box ul {
	text-indent: -1em;
  margin-left: 1em;
	font-weight: bold;
}
.fee .reservation .flow .box ol li a {
	text-decoration: underline;
}
.fee .reservation .flow .box ol li a:hover {
	text-decoration: none;
}
.fee .reservation .flow .box ul li:not(.attention) {
	list-style: disc;
  list-style-position: inside;
}
.fee .reservation .flow .box div {
	border-top: 2px solid #000;
	font-weight: normal;
	padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.fee .reservation .flow .box div ol {
  margin-top: 0.5rem;
	margin-bottom: 2rem;
	line-height: 200%;
}
@media screen and (max-width:767px) {
	.fee h4{
		width: 270px;
		font-size: 23px;
	}
	.fee h4::before,
	.fee h4::after {
		width: 35px;
		height: 35px;
	}
	.fee .frame{
		margin: 0 2rem;
	}
	.fee .table {
		flex-wrap: wrap;
	}
	.fee .table span{
		font-size: 31px;
	}
	.fee .table .tr {
		font-size: 14px;
	}
	.fee .group p {
		font-size: 14px;
	}
	.fee .group .table .tr {
		flex-basis: 50%;
	}
	.fee .group .table .tr .td {
		padding: 2rem 0;
	}
	.fee .unlimited {
		margin-bottom: 3rem;
	}
	.fee .unlimited p {
		font-size: 18px;
		padding-left: 1.7rem;
	}
	.fee .unlimited p::before {
		width: 15px;
		height: 15px;
	}
	.fee .unlimited .table,
	.fee .unlimited .table .tr:first-of-type .th {
		display: block;
	}
	.fee .unlimited .table .tr:first-of-type .th span {
		font-size: 16px;
	}
	.fee .unlimited .table .tr:last-of-type .th {
		background-color: transparent;
		padding-bottom: 0;
	}
	.fee .unlimited .table .tr:last-of-type .td {
		font-size: 16px;
	}
	.fee .reservation .link {
		display: block;
		font-size: 18px;
	}
	.fee .reservation .link a {
		font-size: 4.5vw;
	}
	.fee .reservation .link a:not(:last-of-type){
		margin-bottom: 1rem;
	}
	.fee .reservation .link a:last-of-type {
		font-size: 7vw;
		margin-top: auto;
	}
	.fee .reservation .link a p{
		flex-basis: calc(100% - 50px);
		text-align: justify;
	}
	.fee .reservation .link a .img{
		flex-basis: 40px;
	}
}