@charset "UTF-8";

/* ページタイトル */
.page_title {
	padding: 200px 0;
	background: url(/food/img/title.jpg) center center no-repeat;
	background-size: cover;
	}

.recell .title {
	padding: 50px 4vw;
	text-align: center;
	}

.recell .title h2 {
	display: block;
	margin: 0;
	font-size: 1.5em;
	}

.recell .title h2 span {
	display: block;
	font-size: .75em;
	}

.recell .title h3 {
	display: block;
	padding: 0;
	font-size: 1.5em;
	}

.recell .title h3 span {
	display: block;
	font-size: .75em;
	}

.recell .select {
	background: #0C6990;
	border-top: 10px solid #0C6990;
	}

.recell .select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	}

.recell .select li {
	display: block;
	}

.recell .select li a {
	display: block;
	padding: 1em 2em;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background: #3092bb;
	border-radius: 5px 5px 0 0;
	transition: .3s ease;
	}
@media screen and (max-width:767.98px){
.recell .select li a {
	padding: 1em;
	}
}

.recell .select li.on a,
.recell .select li a:hover {
	color: #0C6990;
	background: #fafafa;
	}


.recell .concept {
	width: 100%;
	margin: 0;
	padding: 50px 4vw;
	position: relative;
	text-align: center;
	background: #eff7e6;
	overflow: hidden;
	}
@media screen and (max-width:767.98px){
.recell .concept {
	padding: 50px 4vw 200px;
	}
}

.recell .concept h2 {
	display: block;
	margin: 0 0 2em;
	color: #65863d;
	font-size: 1.3em;
	}

.recell .concept p {
	display: block;
	margin: 0 0 2em;
	font-size: 1em;
	line-height: 2em;
	}
@media screen and (max-width:767.98px){
.recell .concept p br {
	display: none;
	}
}

.recell .concept .pic1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	}
@media screen and (max-width:767.98px){
.recell .concept .pic1 {
	left: 15%;
	bottom: 20px;
	width: 30%;
	}
}

.recell .concept .pic2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	}
@media screen and (max-width:767.98px){
.recell .concept .pic2 {
	right: 15%;
	bottom: 20px;
	width: 30%;
	}
}

.recell .attention {
	padding: 100px 4vw 0;
	}

.recell .attention p {
	text-align: center;
	}

.recell .menu div {
	position: relative;
	display: block;
	width: 100%;
	padding: 100px 100px 100px;
	}
@media screen and (max-width:767.98px){
.recell .menu div {
	padding: 20vw 6vw 0;
	}
}

.recell .menu h3 {
	display: block;
	margin: 0 0 1em;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.25em;
	}
@media screen and (max-width:767.98px){
.recell .menu h3 {
	text-align: center;
	}
}

.recell .menu h3 span {
	display: block;
	font-size: .75em;
	font-weight: 400;
	text-indent: -.5em;
	}
@media screen and (max-width:767.98px){
.recell .menu h3 span {
	text-indent: 0;
	}
}

.recell .menu p {
	display: block;
	margin: 0 0 2em;
	font-size: 1em;
	line-height: 2em;
	}

.recell .menu p span {
	font-size: .75em;
	}

.recell .menu p.price {
	line-height: 1.25em;
	}

.recell .menu p.price span.red {
	display: block;
	color: red;
	font-size: 1em;
	}

.recell .menu p.notice {
	margin: 0 0 1em;
	font-size: .75em;
	line-height: 1.5em;
	}

.recell .menu div.menu1 p {
	width: 50%;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu1 p {
	width: 100%;
	}
}

@media screen and (max-width:767.98px){
.recell .menu div.menu1 p.price {
	text-align: center;
	}
}

.recell .menu div.menu1 {
	background: url(/food/img/bg_menu1.jpg) right bottom no-repeat;
	background-size: 50% auto;
	}

.recell .menu div.menu1 img {
	display: block;
	position: absolute;
	width: 45%;
	right: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu1 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 20px;
	}
}

.recell .menu div.menu2 {
	padding-left: 50%;
	background: url(/food/img/bg_menu2.jpg) left bottom no-repeat;
	background-size: 70% auto;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu2 {
	padding-left: 6vw;
	}
}

@media screen and (max-width:767.98px){
.recell .menu div.menu2 p.price {
	text-align: center;
	}
}

.recell .menu div.menu2 img {
	display: block;
	position: absolute;
	width: 45%;
	left: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu2 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 20px;
	}
}

.recell .menu div.menu3 p {
	width: 50%;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu3 p {
	width: 100%;
	}
}

@media screen and (max-width:767.98px){
.recell .menu div.menu3 p.price {
	text-align: center;
	}
}

.recell .menu div.menu3 img {
	display: block;
	position: absolute;
	width: 45%;
	right: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu3 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 10px;
	}
}

.recell .menu div.menu3 img.pic2 {
	width: 25%;
	right: 20%;
	top: auto;
	bottom: 0;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu3 img.pic2 {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 20px;
	}
}

.recell .menu div.menu4 {
	padding-left: 50%;
	background: url(/food/img/bg_menu4.jpg) left bottom no-repeat;
	background-size: 70% auto;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu4 {
	padding-left: 6vw;
	}
}

@media screen and (max-width:767.98px){
.recell .menu div.menu4 p.price {
	text-align: center;
	}
}

.recell .menu div.menu4 img {
	display: block;
	position: absolute;
	width: 45%;
	left: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu4 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 20px;
	}
}

.recell .menu div.menu5 img {
	display: block;
	position: absolute;
	width: 45%;
	right: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu5 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 10px;
	}
}

.recell .menu div.menu6 {
	padding-left: 50%;
	background: url(/food/img/bg_menu6.jpg) left bottom no-repeat;
	background-size: 70% auto;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu6 {
	padding-left: 6vw;
	}
}

@media screen and (max-width:767.98px){
.recell .menu div.menu6 p.price {
	text-align: center;
	}
}

.recell .menu div.menu6 img {
	display: block;
	position: absolute;
	width: 45%;
	left: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu6 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 20px;
	}
}

.recell .menu div.menu7 img {
	display: block;
	position: absolute;
	width: 45%;
	right: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu7 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 10px;
	}
}

.recell .menu div.menu8 {
	padding-left: 50%;
	background: url(/food/img/bg_menu6.jpg) left bottom no-repeat;
	background-size: 70% auto;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu8 {
	padding-left: 6vw;
	}
}

@media screen and (max-width:767.98px){
.recell .menu div.menu8 p.price {
	text-align: center;
	}
}

.recell .menu div.menu8 img {
	display: block;
	position: absolute;
	width: 45%;
	left: 0;
	top: 110px;
	}
@media screen and (max-width:767.98px){
.recell .menu div.menu8 img {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin: 0 0 20px;
	}
}

.recell .rice {
	margin: 0 0 100px;
	padding: 100px;
	text-align: center;
	background: url(/food/img/bg_rice.jpg) no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767.98px){
.recell .rice {
	padding: 20vw 6vw;
	}
}

.recell .rice h2 {
	display: block;
	margin: 0 0 1em;
	font-size: 1.5em;
	}

.recell .rice p {
	display: block;
	margin: 0 0 2em;
	font-size: 1em;
	line-height: 2em;
	}

.recell .rice img {
	display: block;
	width: 40%;
	margin: 0 auto;
	}


.recell .party {
	padding: 100px;
	text-align: center;
	background: url(/food/img/bg_party.jpg) no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767.98px){
.recell .party {
	padding: 20vw 6vw;
	}
}

.recell .party h2 {
	display: block;
	margin: 0 0 1em;
	font-size: 1.5em;
	}

.recell .party p {
	display: block;
	margin: 0 0 2em;
	font-size: 1em;
	line-height: 2em;
	}

.recell .party p.notice {
	display: block;
	margin: 0 0 2em;
	font-size: .8em;
	line-height: 1em;
	}

.recell .party img {
	display: block;
	width: 50%;
	margin: 0 auto 20px;
	}
@media screen and (max-width:767.98px){
.recell .party img {
	width: 100%;
	}
}



.sp {
	display: none;
	}
@media screen and (max-width:767.98px){
.sp {
	display: inline;
	}
}
