/*
   【スマホ切り替え】
   ヘッダー、ナビ、フッター　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: 550px;
	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: 310px;
		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;
	}
}

/************** レストラン・ショップ **************/
.ras{
	text-align: center;
	margin-bottom: 5rem;
}
.ras > div{
	margin-bottom: 5rem;
}
.ras h3{
	margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 34px;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.ras h3::before,
.ras 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%;
}
.ras h3::before {
  left: 0;
}
.ras h3::after {
  right: 0;
}
.ras .img {
	border-radius: 30px;
  overflow: hidden;
	margin-bottom: 0.5rem;
}
.ras p.time {
	font-size: 18px;
  color: #F23F5E;
	margin-bottom: 0.5rem;
}
.ras .restaurant .menu h4 {
	display: inline-block;
  padding: 0.5rem 4rem;
  font-size: 23px;
  margin-top: 3rem;
	margin-bottom: 2rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.ras .restaurant .menu .frame{
	flex-wrap: wrap;
}
.ras .restaurant .menu .frame:before,
.ras .restaurant .menu .frame:after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.ras .restaurant .menu .frame:before {
	order: 1;
}
.ras .restaurant .menu .frame .box{
	flex-basis: 24%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
	margin-bottom: 1rem;
}
.ras .restaurant .menu .frame .box figure{
	padding-top: 85%;
  overflow: hidden;
  position: relative;
}
.ras .restaurant .menu .frame .box figure img{
	box-shadow: unset;
	max-width: none;
  width: auto;
  height: 100%;
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.ras .restaurant .menu .frame .box div{
	padding: 1rem;
	font-size: 20px;
}
.ras .restaurant .menu .frame .box div p.price{
  text-align: right;
  font-weight: bold;
}
.ras .restaurant .menu ul {
  text-align: justify;
  text-indent: -1em;
  margin-left: 1em;
	margin-bottom: 1rem;
}
.ras .restaurant .menu p.allergy{
	font-size: 20px;
  color: #F23F5E;
}
.ras .restaurant .menu p.allergy a {
	color: #F23F5E;
  position: relative;
  margin: 0 8px;
  z-index: 1;
  transition: all .3s ease;
}
.ras .restaurant .menu p.allergy 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;
}
.ras .restaurant .menu p.allergy a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.ras .cashless {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
}
.ras .cashless p {
  text-align: center;
	margin-bottom: 1rem;
}
.ras .cashless h4 {
  font-size: 23px;
  margin-bottom: 1rem;
  font-weight: normal;
	position: relative;
	display: inline-block;
}
.ras .cashless h4::after {
  content: '';
  background: #A2F1D9;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:767px) {
	.ras h3 {
    font-size: 20px;
    padding: 0 3rem;
  }
	.ras h3::before,
	.ras h3::after {
    width: 35px;
    height: 35px;
  }
	.ras .restaurant .menu .frame .box {
		flex-basis: 48%;
	}
	.ras .restaurant .menu .frame .box div,
	.ras .restaurant .menu p.allergy {
		font-size: 18px;
	}
	.ras .cashless h4 {
		font-size: 20px;
	}
}