/*
   【スマホ切り替え】
   ヘッダー、ナビ、フッター　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: #5CE6FF;
	border-radius: 0 30px 30px 0;
	z-index: -1;
}
#content .top-area .frame .title div:first-of-type{
	width: 480px;
	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-bottom: 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: 250px;
		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: 38px;
	}
	#content .top-area .frame .title div p {
		top: 4rem;
	}
}

/************** 募集 **************/
.n-recruit{
	text-align: center;
	margin-bottom: 5rem;
}
.n-recruit h3{
	margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 34px;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.n-recruit h3::before,
.n-recruit h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #A2F1D9;
  border-radius: 50%;
}
.n-recruit h3::before {
  left: 0;
}
.n-recruit h3::after {
  right: 0;
}
.n-recruit > p span {
  color: #F23F5E;
}
.n-recruit .frame {
	max-width: 800px;
	width: auto;
	margin: 0 auto;
	margin-top: 3rem;
}
.n-recruit .frame .box {
	margin-bottom: 3rem;
}
.n-recruit .frame .box p {
  margin-bottom: 0.5rem;
}
.n-recruit .frame .box p span {
  font-weight: bold;
}
.n-recruit .frame .box ul {
  text-align: justify;
}
.n-recruit .frame .box ul li span {
	color: #F23F5E;
}
.n-recruit .frame .box.question div {
  background-image: url(../img/reservation/img-link.png);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 2rem;
  display: inline-block;
  margin-top: 1rem;
	margin-bottom: 1.5rem;
  font-size: 22px;
}
.n-recruit .frame .box.question div a {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}
.n-recruit .frame .box.question div 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;
}
.n-recruit .frame .box.question div a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.n-recruit .frame .box.photo p.ttl {
  font-size: 20px;
	margin-top: 1rem;
}
@media screen and (min-width:768px) {
	.n-recruit h3 br {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.n-recruit h3 {
    font-size: 23px;
    padding: 0 3rem;
  }
	.n-recruit h3::before,
	.n-recruit h3::after {
    width: 35px;
    height: 35px;
  }
}