/* max-width 960px
   height auto

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

	 z-index
   1  body .site

*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 9rem;
  padding-bottom: 6rem;
  margin-bottom: 3rem;
}
#content .top-area .frame::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
  height: 100%;
	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: 4rem;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
@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: 1rem;
	}
	#content .top-area .frame .title {
		margin-bottom: 2rem;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 280px;
		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: 2rem;
	}
}

/************** 料金 **************/
.fee{
	text-align: center;
	margin-bottom: 5rem;
}
.fee > p{
	text-align: center;
	margin-bottom: 3rem;
}
.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%;
}
.fee h4::before{
	left: 0;
}
.fee h4::after{
	right: 0;
}
.fee .frame p{
	font-size: 23px;
	margin-bottom: 1rem;
}
.fee .table{
  border-radius: 30px;
  overflow: hidden;
	border: 1px solid #A2F1D9;
	margin-bottom: 3rem;
}
.fee .table .tr{
	flex-basis: 25%;
}
.fee .table .tr:not(:last-of-type) .th {
  border-right: 1px solid #fff;
}
.fee .table .th,
.fee .table .td {
  padding: 1rem 0;
}
.fee .table .tr:not(:last-of-type) .td {
  padding: 1.5rem 0;
}
.fee .table .tr .th{
	background-color: #A2F1D9;
}
.fee .table .tr:not(:last-of-type) .td{
	border-right: 1px solid #A2F1D9;
}
.fee .table .tr:last-of-type .th{
	background-color: #FFC47D;
}
.fee .table .tr:last-of-type .td{
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fee .table .tr:last-of-type .td ul {
	text-align: justify;
}
.fee ul li {
	background-image:url(../img/reservation/img-link.png);
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5rem;
}
.fee ul a {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}
.fee ul a::after {
  content: '';
  background: #FFC47D;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
  z-index: -1;
}
.fee ul a:hover::after {
	transform-origin: left top;
  transform: scale(1, 1);
}
.fee .table span {
  font-size: 40px;
}
.fee .facility {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fee .facility ul {
  font-size: 20px;
	text-align: justify;
}
@media screen and (min-width:768px) {
	.fee .table.adjustment .tr:not(:last-of-type){
		flex-basis: 37.5%;
	}
	.fee .table.jalan .tr .th{
		flex-basis: 75%;
	}
	.fee .table.jalan .tr .td{
		flex-basis: 25%;
	}
	.fee ul a {
		margin-left: 0.3rem;
	}
}
@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 .frame{
		margin: 0 2rem;
	}
	.fee .frame p{
		font-size: 16px;
		text-indent: -1.3em;
    margin-left: 1.3em;
	}
	.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(3) .td{
		padding: 1.7rem 0;
	}
	.fee .table.adjustment .tr:last-of-type{
		flex-basis: 100%;
	}
	.fee .table.jalan .tr .th,
	.fee .table.jalan .tr .td{
		flex-basis: 50%;
	}
	.fee .facility ul {
		font-size: 16px;
	}
	.fee .facility ul li {
		background-position: left 0.3rem;
	}
}