/*
 by kim
*/

@charset "utf-8";
/* @media screen and (min-width: 481px) スマホ横・タブレット縦
@media screen and (min-width: 897px)　タブレット横・PC　*/

/*=========================================== 
 BASE
=========================================== */
html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	/* position: relative;
	overflow: hidden; */
	min-max-width: 1000px;
	min-width: 320px;
	background: url(../img/bg_patt01.png) center 0;
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', Raleway, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
@font-face {
	font-family: 'mamelon3';
	src: url(../font/Mamelon3.eot);
	src: url(../font/Mamelon3.otf) format('opentype'), url(../font/Mamelon3.woff) format('woff');
}
@font-face {
	font-family: 'mamelon5';
	src: url(../font/Mamelon5.eot);
	src: url(../font/Mamelon5.otf) format('opentype'), url(../font/Mamelon5.woff) format('woff');
}
a {
	color: #333;
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* pc */
@media screen and (min-width: 897px) {
body {
	font-size: 1.6em;
}
}
/*=========================================== 
 COMMON PARTS
=========================================== */
.ft-raleway {
	font-family: Raleway;
}
.ft-mamelon3 {
	font-family: "mamelon3";
}
.ft-mamelon5 {
	font-family: "mamelon5";
}
.fc-y {
	color: #d09300;
}
.cmn_tit01 {
	margin: 0 0 40px;
	font-family: "mamelon5";
	font-size: 2rem;
	text-align: center;
}
.cmn_tit01_line {
	padding: 0 0 15px;
	background: url(../img/bg_dot01.png) repeat-x 0 bottom;
	background-size: auto 5px;
}
.cmn_tit02 {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 200px;
	padding: 10px 0;
	background: #e6bb28;
	font-size: 1.8rem;
	font-family: 'mamelon3';
	text-align: center;
	transform: translateX(-50%);
}
.cmn_tit03 {
	margin: 0 0 20px;
	padding: 0 0 3px;
	border-bottom: 3px solid #e6bb28;
	font-size: 1.8rem;
	font-family: 'mamelon3';
	text-align: center;
}
.content-inner {
	padding: 0 30px;
}
.cf:before, .cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
/* tablet */
@media screen and (min-width: 481px) {
.content-inner {
	padding: 0 50px;
}
}

/* pc */
@media screen and (min-width: 897px) {
.cmn_tit01 {
	margin: 0 0 60px;
	font-family: "mamelon5";
	font-size: 3.6rem;
	text-align: center;
}
.cmn_tit01_line {
	padding: 0 0 20px;
	background: url(../img/bg_dot01.png) repeat-x 0 bottom;
}
.cmn_tit02 {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 250px;
	padding: 10px 0;
	background: #e6bb28;
	font-size: 2.3rem;
	font-family: 'mamelon3';
	text-align: center;
	transform: translateX(-50%);
}
.cmn_tit03 {
	margin: 0 0 20px;
	padding: 0 0 3px;
	border-bottom: 3px solid #e6bb28;
	font-size: 2.3rem;
	font-family: 'mamelon3';
	text-align: center;
}
.content-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}
}
/*=========================================== 
 LAYOUT
=========================================== */
/* loading */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background: #fff;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.loader {
	margin: 100px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 3px solid rgba(230, 187, 40, 0.2);
	border-right: 3px solid rgba(230, 187, 40, 0.2);
	border-bottom: 3px solid rgba(230, 187, 40, 0.2);
	border-left: 3px solid #e6bb28;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@keyframes load8 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.loaded {
	opacity: 0;
	visibility: hidden;
}
/* header
------------------- */
.logo {
	display: none;
}
.l-header {
	position: relative;
	background: #fff;
}
.l-header-content::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 13px;
	background: url(../img/bg_wave01.png) center 0;
	background-size: auto 13px;
}
.l-header-content>.content-inner {
	position: relative;
}
.l-header-contact {
	display: none;
}
.st0 {
	fill: #070707;
}
.st1 {
	fill: #CD9CC5;
}
.st2 {
	fill: #F2DF91;
}
.st3 {
	fill: #B9CE61;
}
.st4 {
	fill: #939FD0;
}
.st5 {
	fill: #A185AF;
}
.st6 {
	fill: #E76857;
}
.header-logo {
	padding: 100px 0 60px;
	text-align: center;
}
.header-logo svg {
	width: 260px;
	height: 55px;
}
.header-logo h1 {
	display: none;
}
.header-copy {
	padding: 15px 0 0;
	font-size: 1.2rem;
	text-align: center;
}
/* mainvisual */
.mainvisual {
	position: relative;
	width: 100%;
	height: 380px;
}
.mainvisual div {
	opacity: 0;
}
.mv-cook {
	width: 100px;
	margin: 0 auto;
	animation: fadeIn 2s ease 0s forwards;
}
.mv-cook img {
	margin-left: -29px;
}
.mv-farmer {
	width: 134px;
	margin: -126px auto 0;
	animation: fadeIn 2s ease 0.3s forwards;
}
.mv-farmer img {
	margin-left: 71px;
}
.mv-car {
	width: 106px;
	margin: -94px auto 0;
	animation: fadeIn 2s ease 0.8s forwards;
}
.mv-car img {
	margin-left: -55px;
}
.mv-eating {
	width: 79px;
	margin: -80px auto 0;
	animation: fadeIn 2s ease 1.1s forwards;
}
.mv-around li {
	backface-visibility: hidden;
	position: absolute;
	animation: fadeIn 2s ease 2s forwards, horizontal 2s ease-in-out infinite alternate;
	opacity: 0;
}
.mv-around li img {
	animation: vertical 2s ease-in-out infinite alternate;
}
.mv-fish {
	width: 64px;
	top: 0;
	right: 10px;
	animation-duration: 1s !important;
}
.mv-meat {
	width: 50px;
	top: 230px;
	left: 0;
	animation-duration: 1.5s !important;
}
.mv-vegetable {
	width: 40px;
	top: 0;
	left: 5px;
	animation-duration: 2s !important;
}
.mv-rice {
	width: 63px;
	top: 230px;
	right: 0;
	animation-duration: 1.8s !important;
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @keyframes horizontal {
 0% {
transform:translateX( 3px);
}
 100% {
transform:translateX( -3px);
}
}
@keyframes vertical {
 0% {
transform:translateY(4px);
}
 100% {
transform:translateY( -4px);
}
}
/* header-menu */
.l-header-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.6rem;
	z-index: 10;
}
.l-header-menu-trigger {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #e6bb28;
}
.l-header-menu-trigger-bd {
	position: absolute;
	left: 7px;
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.l-header-menu-trigger-bd:nth-of-type(1) {
	top: 10px;
}
.l-header-menu-trigger-bd:nth-of-type(2) {
	top: 19px;
}
.l-header-menu-trigger-bd:nth-of-type(3) {
	bottom: 10px;
}
.active .l-header-menu-trigger-bd:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
.active .l-header-menu-trigger-bd:nth-of-type(2) {
	opacity: 0;
}
.active .l-header-menu-trigger-bd:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
.header-menu-logo svg {
	width: 260px;
	height: 55px;
	margin: 50px auto 20px;
}
.header-menu-tel, .header-menu-fax {
	font-weight: 700;
	font-size: 2.3rem;
}
.header-menu-tel span, .header-menu-fax span {
	color: #fff;
}
.header-menu-tel a {
	text-decoration: none;
}
.header-menu-fax {
	margin: 0 0 20px;
}
.header-menu-list {
	display: none;
	width: 100vw;
	/* height: 100vh;*/
	margin: 0 calc(50% - 50vw);
	text-align: center;
	background: rgba(230,187,40,0.95);
	padding: 20px 20px 30px;
}
.header-menu-item a {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-family: 'mamelon5';
	font-size: 2rem;
	text-decoration: none;
	letter-spacing: -0.05em;
	border-radius: 20px;
	background: #fff;
}
/* footer */
.l-footer {
	margin: 50px 0 0;
	padding: 13px 0 0;
	background: url(../img/bg_wave02.png) repeat-x center 0;
	background-size: auto 13px;
}
.l-footer-content {
	position: relative;
	padding: 50px 0 20px;
	background: #e6bb28;
}
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 30px;
}
.pagetop-btn {
	display: block;
	width: 45px;
	height: 45px;
	padding: 13px 0 0;
	border-radius: 50%;
	background: #fff;
	color: #e6bb28;
}
.pagetop-btn span {
	display: block;
	width: 18px;
	height: 19px;
	margin: auto;
	background: url(../img/bg_arrow02.png) no-repeat center center;
}
.footer-contact {
	margin: 0 0 40px;
	padding: 0 0 40px;
	background: url(../img/bg_dot02.png) repeat-x 0 bottom;
	background-size: auto 5px;
}
.footer-contact-txt {
	margin: 0 0 20px;
}
.footer-contact-msg {
	text-align: center;
}
.footer-contact-msg span {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	padding: 20px 0;
}
.footer-contact-msg-btn a {
	display: block;
	width: 300px;
	margin: 40px auto 0;
	padding: 5px 0;
	border: 3px solid #fff;
	border-radius: 20px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}
.footer-contact-msg-btn a:hover {
	background: #fff;
	color: #d09300;
}
.contact-head {
	width: 190px;
	margin: 0 0 10px;
}
.contact-head::before {
	content: '●';
	display: inline-block;
	color: #fff;
}
.contact-head .require {
	color: #fff;
}
.contact-detail {
	margin: 0 0 10px;
}
.contact-detail input[type="text"], .contact-detail input[type="tel"], .contact-detail input[type="email"] {
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	background: #fff;
}
.contact-detail textarea {
	resize: none;
	width: 100%;
	height: 150px;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	background: #fff;
}
.contact-detail input::placeholder {
 color: #cbcbca;
}
.contact-submit-btn {
	display: block;
	width: 200px;
	margin: 20px auto 0;
	padding: 5px 0;
	border: 3px solid #fff;
	border-radius: 20px;
	background: none;
	cursor: pointer;
	font-family: 'Noto Sans JP';
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	transition: all 0.3s ease;
}
.contact-submit-btn:hover {
	background: #fff;
	color: #d09300;
}
.footer-txt {
	text-align: center;
}
.footer-logo svg {
	width: 260px;
	height: 55px;
	fill: #fff;
}
.footer-add {
	margin: 10px 0 30px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}
.footer-top {
	margin: 0 0 10px;
	padding: 5px 0;
	border-radius: 5px;
	background: #f2d677;
	font-weight: 700;
	text-align: center;
}
.footer-tel {
	line-height: 1.2;
	margin: 0 0 13px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #f3dd94;
	font-size: 2.2rem;
	font-weight: 700;
}
.footer-tel a {
	text-decoration: none;
}
.footer-tel span {
	color: #fff;
}
.footer-tel-txt {
	padding: 0 0 5px;
	font-size: 1.4rem;
	font-weight: 400;
}
.footer-copy {
	padding: 30px 0 0;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}
/* tablet */
@media screen and (min-width: 481px) {
.mv-vegetable {
	left: 65px;
}
.mv-meat {
	left: 60px;
}
.mv-fish {
	right: 70px;
}
.mv-rice {
	right: 70px;
}
.l-header-menu-trigger {
	top: 25px;
	right: 25px;
}
.header-menu-list {
	padding: 0 50px 50px;
}
}
/* pc */
@media screen and (min-width: 897px) {
.l-header-content::before {
	height: 27px;
	background-size: auto 27px;
}
.header-logo svg {
	width: 373px;
	height: 79px;
}
.header-logo {
	position: absolute;
	top: 287px;
	left: 0;
	padding: 0;
}
.header-copy {
	padding: 15px 0 0;
	font-size: 1.5rem;
	text-align: right;
}
.l-header-contact {
	display: block;
}
.l-header-contact li {
	float: left;
	padding: 30px 0 0 20px;
	font-size: 2.1rem;
	font-weight: 700;
}
.l-header-contact {
	position: absolute;
	top: 0;
	right: 0;
}
.header-tel a {
	text-decoration: none;
}
/* mainvisual */
.mainvisual {
	position: static;
	height: 627px;
}
.mainvisual div {
	position: absolute;
	margin: 0;
}
.mainvisual div img {
	margin: 0;
}
.mv-cook {
	width: 137px;
	top: 129px;
	right: 303px;
}
.mv-farmer {
	width: 183px;
	top: 156px;
	right: 144px;
}
.mv-car {
	width: 146px;
	top: 315px;
	right: 351px;
}
.mv-eating {
	width: 108px;
	top: 333px;
	right: 278px;
}
.mv-fish {
	width: 98px;
	top: 147px;
	right: 64px;
}
.mv-meat {
	width: 69px;
	top: 474px;
	left: 497px;
}
.mv-vegetable {
	width: 57px;
	top: 232px;
	left: 497px;
}
.mv-rice {
	width: 92px;
	top: 326px;
	right: 2px;
}
/* header-menu */
.l-header-menu-trigger, .header-menu-logo, .header-menu-tel, .header-menu-fax {
	display: none;
}
.l-header-menu {
	position: static;
	padding: 35px 0 0;
}
.l-header-menu * {
	transition: all 0.3s ease;
}
.header-menu-list {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	background: none;
}
.header-menu-item {
	padding: 66px 0 0;
	font-size: 1.8rem;
}
.header-menu-item a {
	margin: 0;
	padding: 0;
	background: none;
}
.header-menu-item a::after {
	content: '';
	display: block;
	height: 5px;
	transition: 0.3s;
	opacity: 0;
	background: url(../img/bg_dot01.png) repeat-x 0 bottom;
	background-size: auto 5px;
}
.header-menu-item a:hover::after {
	opacity: 1;
}
.menu-point {
	background: url(../img/navi_point.png) no-repeat center 0;
	background-size: 29px auto;
}
.menu-daily {
	background: url(../img/navi_daily.png) no-repeat center 0;
	background-size: 68px auto;
}
.menu-campaign {
	background: url(../img/navi_campaign.png) no-repeat center 0;
	background-size: 45px auto;
}
.menu-order {
	background: url(../img/navi_order.png) no-repeat center 0;
	background-size: 43px auto;
}
.menu-contact {
	background: url(../img/navi_contact.png) no-repeat center 0;
	background-size: 46px auto;
}
.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding-top: 15px;
	background: #e6bb28;
}
.menu-fixed .header-menu-item {
	padding: 0 0 15px;
	background-size: 0px;
}
.menu-fixed .header-menu-item::after {
	background: url(../img/bg_dot02.png) repeat-x 0 bottom;
	background-size: auto 5px;
}
/* footer */
.l-footer {
	margin: 100px 0 0;
	padding: 27px 0 0;
	background: url(../img/bg_wave02.png) repeat-x center 0;
}
.pagetop {
	right: 30px;
}
.footer-txt {
	float: left;
	width: 370px;
	padding: 0 0 60px;
	text-align: left;
}
.footer-add {
	margin: 0 0 30px;
	padding: 0 0 0 90px;
}
.footer-tel-txt {
	font-size: 1.6rem;
}
.footer-tel {
	font-size: 3rem;
}
.footer-copy {
	padding: 0;
	text-align: left;
}
.footer-contact {
	float: right;
	width: 600px;
	padding: 0;
	margin: 0;
	background: none;
}
.contact-head {
	float: left;
	width: 190px;
	margin: 0 0 10px;
}
.contact-detail input[type="text"], .contact-detail input[type="tel"], .contact-detail input[type="email"] {
	width: 290px;
}
.contact-detail textarea {
	width: calc(100% - 190px) !important;
}
}
/*=========================================== 
 CONTENTS
=========================================== */

/* home-point */
.home-point {
	padding: 60px 0;
}
.home-point-tit {
	margin: 0 0 20px;
	text-align: center;
}
.home-point-tit-sub {
	display: block;
	width: 130px;
	margin: 0 auto;
	padding: 5px 0;
	background: #efc21d;
	font-size: 1.4rem;
}
.home-point-tit-main {
	display: inline-block;
	position: relative;
	padding: 5px 0 0;
	font-size: 2.6rem;
}
.home-point-tit-main::after {
	position: absolute;
	top: -44px;
	right: 2px;
	content: '';
	display: inline-block;
	width: 29px;
	height: 44px;
	background: url(../img/navi_point.png) no-repeat 0 0;
	background-size: 25px auto;
	transform: rotateZ(20deg);
}
.home-point-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.home-point-item {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 0 20px 90px;
	padding: 30px 35px 0 60px;
	border-radius: 50%;
	background: #fff;
	text-align: left;
}
.home-point-item.point01 {
}
.home-point-item.point02 {
}
.home-point-item.point03 {
}
.home-point-item::before {
	position: absolute;
	top: 80px;
	left: -100px;
	content: '';
	display: inline-block;
	width: 185px;
	height: 189px;
}
.home-point-item::after {
	position: absolute;
	content: '';
	display: inline-block;
}
.home-point-item.point01::before {
	background: url(../img/point_img01.png) no-repeat 0 0;
	background-size: 150px auto;
}
.home-point-item.point02::before {
	background: url(../img/point_img02.png) no-repeat 0 0;
	background-size: 150px auto;
}
.home-point-item.point03::before {
	background: url(../img/point_img03.png) no-repeat 0 0;
	background-size: 150px auto;
}
.home-point-item.point01::after {
	width: 106px;
	height: 82px;
	left: 75px;
	bottom: -23px;
	background: url(../img/point_ico01.png) no-repeat 0 0;
	background-size: 90px auto;
}
.home-point-item.point02::after {
	width: 45px;
	height: 50px;
	left: 50px;
	bottom: -15px;
	background: url(../img/point_ico02.png) no-repeat 0 0;
	background-size: 35px auto;
}
.home-point-item.point03::after {
	width: 73px;
	height: 49px;
	right: 0;
	top: 10px;
	background: url(../img/point_ico03.png) no-repeat 0 0;
	background-size: 60px auto;
}
.home-point-item span {
	display: block;
	padding: 0 0 0 50px;
	font-size: 3rem;
	font-weight: 600;
}
.home-point-item p {
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.1px;
}
.home-point-item.point02 p {
	font-size: 1.5rem;
}
.home-point-item p>strong {
	color: #d7aa12;
}
/* pc */
@media screen and (min-width: 897px) {
/* home-point */
.home-point {
	padding: 120px 0;
}
.home-point-tit {
	margin: 0 0 35px;
}
.home-point-tit-sub {
	width: 200px;
	padding: 5px 0;
	font-size: 1.8rem;
}
.home-point-tit-main {
	font-size: 3.9rem;
}
.home-point-tit-main::after {
	top: -44px;
	right: 2px;
	width: 29px;
	height: 44px;
	background-size: 29px auto;
}
.home-point-list {
	display: inherit;
	text-align: left;
}
.home-point-item {
	display: inline-block;
	width: 340px;
	height: 340px;
	padding: 80px 35px 0 100px;
}
.home-point-item.point01 {
	margin: 0 0 0 440px;
}
.home-point-item.point02 {
	margin: 0 0 0 150px;
}
.home-point-item.point03 {
	margin: 0 0 0 245px;
}
.home-point-item::before {
	top: 41px;
	left: -150px;
	width: 226px;
	height: 231px;
}
.home-point-item.point01::before {
	background: url(../img/point_img01.png) no-repeat 0 0;
}
.home-point-item.point02::before {
	background: url(../img/point_img02.png) no-repeat 0 0;
}
.home-point-item.point03::before {
	background: url(../img/point_img03.png) no-repeat 0 0;
}
.home-point-item.point01::after {
	width: 129px;
	height: 99px;
	left: 107px;
	bottom: -14px;
	background: url(../img/point_ico01.png) no-repeat 0 0;
}
.home-point-item.point02::after {
	width: 54px;
	height: 59px;
	left: 42px;
	bottom: 15px;
	background: url(../img/point_ico02.png) no-repeat 0 0;
}
.home-point-item.point03::after {
	width: 94px;
	height: 63px;
	right: 11px;
	top: 34px;
	background: url(../img/point_ico03.png) no-repeat 0 0;
}
.home-point-item span {
	font-size: 4.5rem;
}
.home-point-item p {
	font-size: 2.1rem;
}
.home-point-item.point02 p {
	font-size: 1.8rem;
}
}
/* home-daily */
.home-daily-wrapper {
	padding: 100px 0;
	background: #fff;
}
.home-daily-tit>span {
	position: relative;
}
.home-daily-tit>span::before {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 70px;
	height: 51px;
	margin: auto;
	background: url(../img/navi_daily.png) no-repeat;
	background-size: 70px auto;
}
.home-daily-img {
	padding: 10px 30px 20px;
	text-align: center;
}
.normalfood {
	display: block;
	margin: 0 0 5px;
	font-size: 1.7rem;
}
.normalfood::before {
	content: '●';
	padding: 0 5px 0 0;
	color: #efc21d;
}
.sidedish {
	float: left;
	width: 113px;
	padding: 3px 0;
	border-radius: 5px;
	background: #f1df91;
	font-size: 1.3rem;
	text-align: center;
}
.set {
	float: left;
	width: 113px;
	padding: 3px 0;
	border-radius: 5px;
	background: #cc9bc5;
	font-size: 1.3rem;
	text-align: center;
}
.home-daily-txt-head dt {
	margin: 0 0 10px;
	clear: both;
}
.home-daily-txt-head dd {
	float: left;
	padding: 0 0 10px 15px;
	line-height: 1;
	font-size: 2.5rem;
}
.home-daily-txt-head dd>strong {
	font-weight: 700;
}
.home-daily-txt-head dd>span {
	font-size: 1.4rem;
}
.home-daily-txt-main {
	position: relative;
	margin: 10px 0 40px;
	padding: 30px;
	border: 2px solid #e6bb28;
	border-radius: 10px;
}
.home-daily-txt-main::after {
	position: absolute;
	bottom: -23px;
	right: 4px;
	content: '';
	display: inline-block;
	width: 98px;
	height: 73px;
	background: url(../img/daily_ico01.png) no-repeat 0 0;
	background-size: 80px auto;
}
.home-daily-txt-main>p {
	font-weight: 700;
}
.home-daily-btn>a {
	display: block;
	width: 300px;
	margin: 40px auto 0;
	padding: 10px 0;
	border: 3px solid #d09300;
	border-radius: 30px;
	background: #d09300;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}
.home-daily-btn>a:hover {
	background: #fff;
	color: #d09300;
}
.home-daily-btn>a span {
	display: inline-block;
	margin: -3px 0 0 10px;
	padding: 0 5px;
	vertical-align: middle;
	border-radius: 3px;
	background: #fff;
	font-size: 1.3rem;
	color: #d09300;
	transition: all 0.3s ease;
}
.home-daily-btn>a:hover span {
	background: #d09300;
	color: #fff;
}
/* pc */
@media screen and (min-width: 897px) {
/* .home-daily */
.home-daily-wrapper {
	padding: 100px 0 127px;
}
.home-daily-tit>span::before {
	top: 0;
	left: -100px;
	right: inherit;
	width: 226px;
	height: 231px;
	background-size: 84px auto;
}
.home-daily-img {
	float: left;
	padding: 45px 0 0;
}
.home-daily-txt {
	float: right;
	width: calc(100% - 440px);
}
.normalfood {
	font-size: 1.7rem;
}
.sidedish {
	padding: 5px 0;
	font-size: 1.5rem;
}
.set {
	padding: 5px 0;
	font-size: 1.5rem;
}
.home-daily-txt-head .set {
	margin-left: 13px;
}
.home-daily-txt-head dt {
	clear: none;
}
.home-daily-txt-head dd {
	font-size: 3rem;
}
.home-daily-txt-main {
	padding: 30px 40px;
}
.home-daily-txt-main::after {
	background: url(../img/daily_ico01.png) no-repeat 0 0;
}
.home-daily-note {
	letter-spacing: -0.4px;
}
.home-daily-btn>a {
	width: 350px;
	font-size: 2rem;
}
}
/* home-campaign */
.home-campaign-wrapper {
	margin: -13px 0 0;
	padding: 13px 0 0;
	background: url(../img/bg_wave02.png) repeat-x center 0;
	background-size: auto 13px;
}
.home-campaign-wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	background: url(../img/bg_wave02.png) repeat-x center 0;
	background-size: auto 12px;
	transform: rotateZ(180deg);
}
.home-campaign-tit {
	position: relative;
}
.home-campaign-tit::before {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 43px;
	height: 40px;
	margin: auto;
	background: url(../img/navi_campaign.png) no-repeat;
	background-size: 43px auto;
}
.home-campaign {
	padding: 100px 0 60px;
	background: #e6bb28;
}
.home-campaign-txt {
	margin: 0 0 30px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.home-campaign-txt>span {
	color: #fff;
}
.home-campaign-img {
	padding: 0 0 30px;
	text-align: center;
}
.home-campaign-main {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
}
.home-campaign-main dt {
	float: none;
	margin: 0 20px 15px 0;
}
.home-campaign-main dd {
	margin: 0 0 15px;
	line-height: 1;
	font-size: 2rem;
	letter-spacing: -0.1px;
}
.home-campaign-main dd>span {
	vertical-align: middle;
	font-size: 1.2rem;
}
.home-campaign-main dd>span.times {
	font-size: 1.5rem;
}
.home-campaign-main dd span.arrow {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	background: url(../img/bg_arrow01.png) no-repeat center 0;
	background-size: 16px auto;
	text-indent: 100%;
}
.home-campaign-note {
	padding: 10px 0 0;
}
/* pc */
@media screen and (min-width: 897px) {
/* home-campaign */
.home-campaign-wrapper {
	margin: -27px 0 0;
	padding: 27px 0 0;
	background: url(../img/bg_wave02.png) repeat-x center 0;
}
.home-campaign-wrapper::after {
	height: 27px;
	background: url(../img/bg_wave02.png) repeat-x center 0;
}
.home-campaign-tit::before {
	display: none;
}
.home-campaign-tit>span {
	padding: 20px 84px 0 0;
	background: url(../img/navi_campaign.png) no-repeat right 0;
	background-size: 60px auto;
}
.home-campaign {
	padding: 70px 0 80px;
}
.home-campaign-content {
	display: flex;
}
.home-campaign-txt {
	margin: 0 0 30px;
	font-size: 2rem;
}
.home-campaign-img {
	margin: 0 30px 0 0;
	padding: 0;
}
.home-campaign-main {
	width: calc(100% - 360px);
	padding: 30px 40px;
}
.home-campaign-main dt {
	clear: left;
	float: left;
}
.home-campaign-main dd {
	font-size: 3.5rem;
}
.home-campaign-main dd>span {
	font-size: 2rem;
}
.home-campaign-main dd>span.times {
	font-size: 2.7rem;
}
.home-campaign-main dd span.arrow {
	width: 65px;
	background: url(../img/bg_arrow01.png) no-repeat center 0;
	background-size: 28px auto;
}
.home-campaign-note {
	font-size: 1.5rem;
	text-align: right;
}
}
/* home-order */
.home-order {
	padding: 60px 0 0;
}
.home-order-tit>span {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
.home-order-tit>span::before {
	position: absolute;
	top: 0;
	left: -51px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 39px;
	background: url(../img/navi_order.png) no-repeat;
	background-size: 40px auto;
}
/* home-order-head */
.home-order-head {
	margin: 0 0 80px;
}
.home-order-head-img {
	position: relative;
	max-width: 530px;
	margin: 0 auto;
}
.home-order-head-img::before {
	position: absolute;
	top: -30px;
	right: -20px;
	white-space: pre;
	content: 'エリアは今後\A拡大予定です！';
	display: inline-block;
	width: 140px;
	height: 91px;
	line-height: 1.5;
	padding: 20px 0 0;
	background: url(../img/order_bg01.png) no-repeat 0 0;
	background-size: 140px auto;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	transform: rotateZ(10deg);
	text-align: center;
}
.home-order-head-txt {
	margin: 0 0 30px;
}
.home-order-head-top {
	margin: 0 0 15px;
	padding: 5px 0;
	border: 2px solid #e6bb28;
	border-radius: 5px;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.home-order-head-tel {
	position: relative;
	line-height: 1.2;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 3px solid #e6bb28;
	border-bottom: 3px solid #e6bb28;
	font-size: 2.2rem;
	font-weight: 700;
}
.home-order-head-tel::before {
	position: absolute;
	bottom: 3px;
	right: 0;
	content: '';
	display: inline-block;
	width: 73px;
	height: 69px;
	background: url(../img/order_ico01.png) no-repeat 0 0;
	background-size: 65px auto;
}
.home-order-head-tel-txt {
	padding: 0 0 5px;
	font-size: 1.4rem;
	font-weight: 400;
}
.home-order-head-tel a {
	text-decoration: none;
}
/* home-order-flow */
.home-order-flow {
	position: relative;
	margin: 0 0 70px;
	padding: 50px 30px 30px;
	border-radius: 20px;
	background: #fff;
}
.home-order-flow-list {
	margin: 0 0 30px;
}
.home-order-flow-item {
	position: relative;
	min-height: 165px;
	line-height: 1.3;
	padding: 0 0 40px 110px;
	margin: 0 0 20px;
}
.home-order-flow-item::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	margin: auto;
	background: url(../img/bg_dot01.png) repeat-x 0 bottom;
	background-size: auto 5px;
}
.home-order-flow-item:last-child::after {
	display: none;
}
.home-order-flow-item>span {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Raleway;
	font-weight: 600;
	font-size: 3.1rem;
	color: #d09300;
}
.home-order-flow-item.flow03>span, .home-order-flow-item.flow04>span, .home-order-flow-item.flow05>span {
	font-size: 2.8rem;
}
.home-order-flow-item.flow01 {
	background: url(../img/step_img01.png) no-repeat 10px 25px;
	background-size: 80px auto;
}
.home-order-flow-item.flow02 {
	background: url(../img/step_img02.png) no-repeat 10px 25px;
	background-size: 80px auto;
}
.home-order-flow-item.flow03 {
	background: url(../img/step_img03.png) no-repeat 10px 25px;
	background-size: 80px auto;
}
.home-order-flow-item.flow04 {
	background: url(../img/step_img04.png) no-repeat 10px 25px;
	background-size: 80px auto;
}
.home-order-flow-item.flow05 {
	padding-bottom: 0;
	background: url(../img/step_img05.png) no-repeat 10px 25px;
	background-size: 80px auto;
}
.home-order-flow-item>p {
	padding: 0 0 15px;
}
.home-order-flow-detail li {
	margin: 0 0 5px;
	padding: 2px 0;
	border: 2px solid #e6bb28;
	border-radius: 5px;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
}
.home-order-flow-detail li.times {
	position: relative;
	margin-bottom: 30px;
}
.home-order-flow-detail li.times::after {
	position: absolute;
	bottom: -28px;
	left: 50%;
	content: '×';
	display: inline-block;
	width: 23px;
	height: 23px;
	padding: 2px 0 0;
	border-radius: 12px;
	background: #e6bb28;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	transform: translateX(-50%);
}
/* home-order-benefit */
.home-order-benefit {
	position: relative;
	padding: 50px 30px;
	border-radius: 20px;
	background: #fff;
}
.home-order-benefit-txt {
	margin: 0 0 20px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.home-order-benefit-tbl {
	position: relative;
	margin: 0 0 50px;
}
.home-order-benefit-limited {
	position: absolute;
	top: -30px;
	left: -40px;
	width: 70px;
	height: 70px;
	line-height: 1.1;
	padding: 3px 0 0;
	background: #d09300;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	transform: rotateZ(-10deg);
}
.home-order-benefit-limited>span {
	font-size: 1.3rem;
}
.home-order-benefit-pc {
	display: none;
}
.home-order-benefit-tbl table {
	width: 100%;
	line-height: 1.3;
	margin: 0 0 10px;
	border-collapse: collapse;
	font-size: 1.4rem;
}
.home-order-benefit-tbl th, .home-order-benefit-tbl td {
	padding: 15px 10px;
	border: 2px solid #e6bb28;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
}
.home-order-benefit-tbl th {
	background: #f8edbb;
}
.home-order-benefit-tbl thead .onsen {
	background: #93a0d0;
}
.home-order-benefit-tbl thead .sweets {
	background: #cc9bc5;
}
.home-order-benefit-tbl thead .tour {
	background: #b9ce61;
}
.home-order-benefit-tbl thead th>span {
	display: inline-block;
	margin: 0 0 15px;
	padding: 2px 10px;
	border-radius: 15px;
	background: #fff;
	font-size: 1rem;
	font-weight: 700;
}
.home-order-benefit-tbl thead th img {
	display: block;
	margin: 0 auto;
}
.home-order-benefit-tbl thead .onsen span {
	color: #93a0d0;
}
.home-order-benefit-tbl thead .sweets span {
	color: #cc9bc5;
}
.home-order-benefit-tbl thead .tour span {
	color: #b9ce61;
}
.home-order-benefit-tbl tbody th {
	width: 110px;
	padding: 15px 5px;
	letter-spacing: -0.2px;
}
.home-order-benefit-tbl tbody tr:nth-child(even) td {
	background: #fdf7dc;
}
.home-order-benefit-tbl tbody th>span {
	font-weight: 400;
}
.home-order-benefit-tbl tbody td>span {
	font-size: 1.1rem;
}
.home-order-benefit-bnr ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.home-order-benefit-bnr li {
	width: 100%;
	padding: 0 0 10px;
	opacity: 1;
	transition: all 0.3s ease;
	text-align: center;
}
.home-order-benefit-bnr li:hover {
	opacity: 0.5;
}
/* tablet */
@media screen and (min-width: 481px) {
.home-order-benefit-bnr {
}
.home-order-benefit-bnr li {
	width: 50%;
	padding: 0 10px 20px;
}
}
/* pc */
@media screen and (min-width: 897px) {
/* home-order */
.home-order {
	padding: 80px 0 0;
}
.home-order-tit>span {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
.home-order-tit>span::before {
	position: absolute;
	top: 0;
	left: -71px;
	content: '';
	display: inline-block;
	width: 50px;
	height: 49px;
	background: url(../img/navi_order.png) no-repeat;
	background-size: 50px auto;
}
/* home-order-head */
.home-order-head {
	margin: 0 0 90px;
}
.home-order-head-img {
	float: right;
}
.home-order-head-img::before {
	display: none;
}
.home-order-head-txt {
	float: left;
	width: calc(100% - 610px);
}
.home-order-head-top {
	font-size: 1.8rem;
}
.home-order-head-tel {
	font-size: 3rem;
}
.home-order-head-tel-txt {
	font-size: 1.6rem;
}
.home-order-head-tel::before {
	z-index: 1;
	position: absolute;
	top: -69px;
	right: -110px;
	white-space: pre;
	content: 'エリアは今後\A拡大予定です！';
	display: inline-block;
	width: 181px;
	height: 116px;
	line-height: 1.5;
	padding: 25px 0 0;
	background: url(../img/order_bg01.png) no-repeat 0 0;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	transform: rotateZ(10deg);
	text-align: center;
}
.home-order-head-tel::after {
	position: absolute;
	bottom: 3px;
	right: 15px;
	content: '';
	display: inline-block;
	width: 97px;
	height: 103px;
	background: url(../img/order_ico01.png) no-repeat 0 0;
}
/* home-order-flow */
.home-order-flow {
	margin: 0 0 70px;
	padding: 75px 50px 50px;
}
.home-order-flow-list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
	background-image: url(../img/bg_arrow01.png), url(../img/bg_arrow01.png), url(../img/bg_arrow01.png), url(../img/bg_arrow01.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 161px 39px, 368px 39px, 576px 39px, 783px 39px;
}
.home-order-flow-item {
	width: 150px;
	padding: 115px 0 0;
	background-position: center 0 !important;
	background-size: 100px auto !important;
}
.home-order-flow-item > p {
	padding: 0 0 20px;
}
.home-order-flow-item::after {
	display: none;
}
/* home-order-benefit */
.home-order-benefit {
	padding: 75px 50px 50px;
}
.home-order-benefit-txt {
	margin: 0 0 40px;
	font-size: 2rem;
}
.home-order-benefit-limited {
	top: -50px;
	left: -40px;
	width: 100px;
	height: 100px;
	padding: 8px 0 0;
	font-size: 2.3rem;
}
.home-order-benefit-limited>span {
	font-size: 1.5rem;
}
.home-order-benefit-pc {
	display: block;
}
.home-order-benefit-sp {
	display: none;
}
.home-order-benefit-tbl table {
	font-size: 1.6rem;
}
.home-order-benefit-tbl th, .home-order-benefit-tbl td {
	padding: 20px 10px;
	font-size: 1.6rem;
}
.home-order-benefit-tbl thead th>span {
	font-size: 1.4rem;
}
.home-order-benefit-tbl tbody th {
	width: 200px;
	padding: 20px 10px;
	letter-spacing: 0;
}
.home-order-benefit-tbl tbody td {
	width: calc(100% / 3.6);
}
*::-ms-backdrop, .home-order-benefit-tbl tbody td {
width:26%;
}
.home-order-benefit-tbl tbody td>span {
	font-size: 1.4rem;
}
.home-order-benefit-bnr ul {
	justify-content: space-between;
	margin: 0 -10px;
}
.home-order-benefit-bnr li {
	width: 25%;
	padding: 0 10px;
}
}
