@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #2e1b0a;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: "fot-tsukuardgothic-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-weight: 400;
font-style: normal;
    color: #2e1b0a;
    width: 100%;
    min-width: 1025px;
    overflow-x: scroll;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    font-size: 18px;
    line-height: 2;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.img_dot img {
    display: block;
    margin: 0;
}
/* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	-ms-transform: translate(0, 60px);
	    transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.fadein {
	opacity: 1.0;
	-ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* contents */
.top_bg {
    background: url(../img/bg_yellow.jpg) no-repeat center top / cover;
}
/* mv */
.mv {
    position: relative;
    padding: 25px 5% 90px;
    background: url(../img/mv_bg.png) no-repeat center top /100% auto;
}
.mv::after {
    content: '';
    display: inline-block;
    background: url(../img/mv_ill.png) no-repeat top center / 100% auto;
    width: 274px;
    height: 236px;
    position: absolute;
    right: 0;
    top: 0;
}
.mv h1 {
    position: absolute;
    width: 165px;
    top: 25px;
    left: 5%;
}
.mv_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.mv_img h2 {
    position: absolute;
    max-width: 610px;
    width: 55%;
    left: -5%;
    bottom: 0;
    z-index: 1;
}
.mv_img figure {
    max-width: 595px;
    width: 55%;
    margin: 0 0 0 auto;
}
.mv_img span {
    display: block;
    position: absolute;
}
.mv_img .mv_img_ill02 {
    top: 13%;
    left: 26%;
    max-width: 203px;
    width: 22%;
    z-index: 2;
}
.mv_img .mv_img_ill03 {
    bottom: -2%;
    right: -3%;
    max-width: 200px;
    width: 21%;
}
/* ここから時間差フェードインアニメーション */
.move01 {
    -webkit-animation-name: fadeIn500ms;
            animation-name: fadeIn500ms;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
}
@-webkit-keyframes fadeIn500ms {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeIn500ms {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
.move02 {
    -webkit-animation-name: fadeIn500ms;
            animation-name: fadeIn500ms;
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
}
.move03 {
    -webkit-animation-name: fadeIn500ms;
            animation-name: fadeIn500ms;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
}
.move04 {
    -webkit-animation-name: fadeIn500ms;
            animation-name: fadeIn500ms;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
}
/* about */
.about_cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto 70px;
}
.about_cont_img {
    width: 46%;
    position: relative;
}
.about_cont_img::after {
    content: '';
    display: inline-block;
    background: url(../img/about_ill.png) no-repeat top center / 100% auto;
    width: 330px;
    height: 124px;
    position: absolute;
    right: -2%;
    bottom: -5%;
}
.about_cont_txt {
    width: 50%;
    margin: 10px auto 0;
}
.about_cont_txt h2 {
font-size: 20px;
line-height: 2.1;
text-align: center;
margin-bottom: 20px;
letter-spacing: -.05rem;
}
.about_cont_txtLogo {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
}
.about_cont_txtLogo figure {
    max-width: 115px;
    width: 25%;
}
.about_cont_txtLogo p {
    width: 70%;
    font-size: 16px;
    line-height: 1.75;
}
.about_btmImg img {
    width: 100vw;
    display: block;
}
/* taste */
.taste {
    background: url(../img/bg_lgreen.jpg) no-repeat center top / cover;
    padding-top: 35px;
}
.taste_top {
    padding-bottom: 55px;
}
.taste_topTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 0;
}
.taste_topTtl figure {
    max-width: 240px;
}
.taste_topTtl_txt {
    text-align: center;
    font-size: 32px;
    color: #3e862b;
    line-height: 1.5;
}
.taste_topTtl_txt span {
    display: block;
    margin: 10px auto 0;
    width: 35px;
}
.taste_topTtl_txt span img {
    vertical-align: top;
}
.taste_top p {
    text-align: center;
    margin: 0 auto 30px;
}
.taste_top p span {
    font-weight: bold;
}
.taste_top ul li {
    width: 47%;
}
.taste_top ul li figcaption {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}
.taste_teacher {
    background-image: -o-repeating-linear-gradient(left, #3e862b, #3e862b 5px, transparent 5px, transparent 9px), -o-repeating-linear-gradient(left, #3e862b, #3e862b 5px, transparent 5px, transparent 9px);
    background-image: repeating-linear-gradient(90deg, #3e862b, #3e862b 5px, transparent 5px, transparent 9px), repeating-linear-gradient(90deg, #3e862b, #3e862b 5px, transparent 5px, transparent 9px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 2px, 100% 2px;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
}
.taste_teacher_fig {
    max-width: 302px;
    width: 27%;
}
.taste_teacher_txt {
    width: 68%;
}
.taste_teacher_txt span {
    display: block;
    font-size: 18px;
    color: #c88f08;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}
.taste_teacher_txt h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.taste_teacher_txt figure {
    width: 35px;
    margin-bottom: 10px;
}
.taste_cont {
    background-color: #fff;
    border-radius: 50px;
    padding: 30px 50px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
}
.taste_cont_huki {
    position: absolute;
    max-width: 173px;
    width: 16%;
    right: 3%;
    top: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.taste_cont_txt {
    width: 48%;
    margin-top: 30px;
}
.taste_cont_txt h3 {
    color:#3e862b;
    font-size: 28px;
    position: relative;
    z-index: 1;
}
.taste_cont_txt span {
    display: block;
    margin: 10px 0;
    width: 35px;
}
.taste_cont figure {
    width: 48%;
}
.taste_inFig {
    margin: 60px auto 0;
}
.taste_inFig img {
    display: block;
    width: 100vw;
}
/* adatara */
.adatara {
    background: url(../img/bg_orange.jpg) no-repeat center bottom / cover;
    padding: 70px 0 45px;
}
.adatara_cont_txt {
    width: 47%;
}
.adatara_cont_txt h2 {
    color:#3e862b;
    font-size: 32px;
}
.adatara_cont_txt span {
    width: 35px;
    margin: 10px 0 15px;
    display: block;
}
.adatara_cont figure {
    width: 50%;
}
.adatara_midori {
    background-color: #e6cf73;
    border-radius: 40px;
    padding: 20px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 45px auto 0;
    position: relative;
}
.adatara_midori::after {
    content: '';
    display: inline-block;
    background: url(../img/adatara_ill.png) no-repeat top center / 100% auto;
    width: 72px;
    height: 81px;
    position: absolute;
    left: 5px;
    top: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.adatara_midori h3 {
    font-size: 24px;
    color:#3e862b;
    width: 20%;
    line-height: 1.5;
}
.adatara_midori h3 .adatara_midori_ttl01 {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.adatara_midori h3 .adatara_midori_ttl01::after {
    content: '';
position: absolute;
left: 0;
top: -2px;
display: inline-block;
width: 44px;
height: 44px;
border-radius: 30px;
background-color: #3e862b;
z-index: -1;
}
.adatara_midori h3 .adatara_midori_ttl02 {
    font-size: 18px;
    display: inline-block;
}
.adatara_midori p {
    width: 77%;
    font-size: 16px;
}
/* menu */
.menu {
    background: url(../img/bg_yellow.jpg) no-repeat center bottom / cover;
    position: relative;
    padding-bottom: 70px;
}
.menu::before {
    content: '';
    display: inline-block;
    background: url(../img/okazu_bg01.png) no-repeat top center / 100% auto;
    width: 327px;
    height: 351px;
    position: absolute;
    left: 0;
    top: 0;
}
.menu::after {
    content: '';
    display: inline-block;
    background: url(../img/okazu_bg02.png) no-repeat top center / 100% auto;
    width: 327px;
    height: 351px;
    position: absolute;
    right: 0;
    top: 0;
}
.menu_topImg {
    position: relative;
    z-index: 1;
}
.menu_topImg img {
    width: 100vw;
    display: block;
}
.menu_ttl {
    margin: 60px auto 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.menu_ttl span {
    display: block;
    width: 112px;
    margin: 0 auto 10px;
}
.menu_ttl h2 {
    font-size: 32px;
    color:#3e862b;
}
.menu_cont_top.menu02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.menu_cont_top figure {
    width: 47%;
}
.menu_cont_top_txt {
    width: 50%;
    margin-top: 30px;
}
.menu_cont_top_txt h3 {
    color:#3e862b;
    font-size: 28px;
    line-height: 1.5;
    display: inline-block;
    background: url(../img/okazu_ttlline.png) no-repeat center bottom /contain;
    margin-bottom: 25px;
}
.menu_cont_top_txt span {
    display: block;
    background-color: #3e862b;
    color: #fff;
    width: 80px;
    border-radius: 20px;
    text-align: center;
    line-height: 1;
    padding: 7px 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.menu_materialCont {
    width: 49%;
}
.menu_materialCont p {
    line-height: 1.7;
    letter-spacing: -.05rem;
}
.menu_materialCont_inn {
    position: relative;
}
.menu_materialCont_inn p {
    margin-left: 25px;
}
.menu_materialCont_inn::before {
    font-size: 16px;
    color: #fff;
display: inline-block;
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #2e1b0a;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}
.menu_materialCont_inn.ttlA::before {
    content: 'A';
}
.menu_materialCont_inn.ttlB::before {
    content: 'B';
}
.menu_materialCont_inn.ttlC::before {
    content: 'C';
}
.menu_materialCont_inn.ttlA::after, .menu_materialCont_inn.ttlB::after {
content: '';
position: absolute;
left: 9px;
top: 5px;
display: inline-block;
width: 2px;
height: calc(100% - 12px);
background-color: #2e1b0a;
}
.menu_cont_recipe {
    margin: 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.menu_cont_recipe span {
    display: block;
    background-color: #3e862b;
    color: #fff;
    max-width: 80px;
    width: 10%;
    border-radius: 20px;
    text-align: center;
    line-height: 1;
    padding: 7px 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.menu_cont_recipe ul {
    width: 87%;
}
.menu_cont_recipe ul li {
    line-height: 1.5;
    margin-bottom: 7px;
}
.menu_cont_recipe ul li:last-child {
    margin-bottom: 0;
}
.menu_cont_recipe ul li p {
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    position: relative;
    font-size: 14px;
}
.menu_cont_recipe ul li p::before {
    content: '';
    display: inline-block;
width: 17px;
height: 17px;
border-radius: 20px;
background-color: #2e1b0a;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2px;
    z-index: -1;
}
.menu_cont_chef {
    background-color: #fff;
    border-radius: 50px;
    padding: 35px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu_cont_chef figure {
    max-width: 305px;
    width: 30%;
}
.menu_cont_chefTxt {
    width: 66%;
}
.menu_cont_chefTxt_sub {
    display: block;
    color: #c88f08;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
}
.menu_cont_chefTxt h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
.menu_cont_chefTxt_coment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: -o-repeating-linear-gradient(left, #3e862b, #3e862b 9px, transparent 9px, transparent 14px);
    background-image: repeating-linear-gradient(90deg, #3e862b, #3e862b 9px, transparent 9px, transparent 14px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    padding-bottom: 20px;
}
.menu_cont_chefTxt_coment span {
    display: block;
    background-color: #3e862b;
    color: #fff;
    max-width: 93px;
    width: 15%;
    border-radius: 20px;
    text-align: center;
    line-height: 1;
    padding: 7px 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.menu_cont_chefTxt_coment p {
    width: 84%;
}
.menu_cont_chefTxt_pro {
    font-size: 16px;
    padding-top: 15px;
}
.menu_cont_chefTxt_pro span {
    display: block;
    color: #3e862b;
    font-weight: bold;
    line-height: 1;
}
.menu_line {
    max-width: 1000px;
    margin: 45px auto;
}
.menu_line img {
    display: block;
}
/* furusato */
.furusato {
    background: url(../img/bg_green.jpg) no-repeat center top / cover;
    position: relative;
    padding-bottom: 100px;
}
.furusato::before {
    content: '';
    display: inline-block;
    background: url(../img/furusato_bg01.png) no-repeat top center / 100% auto;
    width: 359px;
    height: 310px;
    position: absolute;
    left: 0;
    top: 0;
}
.furusato::after {
    content: '';
    display: inline-block;
    background: url(../img/furusato_bg02.png) no-repeat top center / 100% auto;
    width: 287px;
    height: 393px;
    position: absolute;
    right: 0;
    top: 16%;
}
.furusato_topImg {
    position: relative;
    z-index: 1;
}
.furusato_topImg img {
    width: 100vw;
    display: block;
}
.furusato_top {
    margin: 15px auto 55px;
    z-index: 1;
    position: relative;
}
.furusato_top span {
    display: block;
    width: 87px;
    margin: 0 auto 15px;
}
.furusato_top h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.furusato_top_cont {
    margin: 35px auto 30px;
}
.furusato_top_cont figure {
    width: 47%;
}
.furusato_top_cont p {
    width: 50%;
    color: #fff;
}
.furusato_top ul li {
    max-width: 330px;
    width: 32%;
}
.furusato_top ul li a {
    display: block;
    width: 100%;
    position: relative;
    background-color: #e5a50e;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: 2px #bc870a solid;
    border-radius: 100px;
    padding: 22px 15px 22px 0;
    font-size: 20px;
}
.furusato_top ul li a::after {
    content: '';
    display: inline-block;
    background: url(../img/btn_arw.png) no-repeat top center / 100% auto;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.furusato_pro {
    margin: 0 auto 80px;
}
.furusato_pro_ttlIll {
    display: block;
    width: 110px;
    margin: 0 auto 15px;
}
.furusato_pro h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    position: relative;
}
.furusato_pro h2::before {
    content: '';
    display: inline-block;
    background-image: -o-repeating-linear-gradient(left, #ffffff, #ffffff 9px, transparent 9px, transparent 14px);
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 9px, transparent 9px, transparent 14px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  width: 29vw;
    max-width: 380px;
height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
.furusato_pro h2::after {
    content: '';
    display: inline-block;
    background-image: -o-repeating-linear-gradient(left, #ffffff, #ffffff 9px, transparent 9px, transparent 14px);
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 9px, transparent 9px, transparent 14px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  width: 29vw;
    max-width: 380px;
height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
}
.furusato_pro_list {
    position: relative;
    background-image: -o-repeating-linear-gradient(top, #ffffff, #ffffff 9px, transparent 9px, transparent 14px), -o-repeating-linear-gradient(left, #ffffff, #ffffff 9px, transparent 9px, transparent 14px), -o-repeating-linear-gradient(top, #ffffff, #ffffff 9px, transparent 9px, transparent 14px);
    background-image: repeating-linear-gradient(180deg, #ffffff, #ffffff 9px, transparent 9px, transparent 14px), repeating-linear-gradient(90deg, #ffffff, #ffffff 9px, transparent 9px, transparent 14px), repeating-linear-gradient(180deg, #ffffff, #ffffff 9px, transparent 9px, transparent 14px);
    background-position: right top, left bottom, left top;
    background-repeat: repeat-y, repeat-x, repeat-y;
    background-size: 2px 100%, 100% 2px, 2px 100%;
    margin: 0 auto;
}
.furusato_pro_list::before {
    content: '';
    display: inline-block;
    background: url(../img/pro_ill01.png) no-repeat top center / 100% auto;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -8px;
    top: -39px;
}
.furusato_pro_list::after {
    content: '';
    display: inline-block;
    background: url(../img/pro_ill02.png) no-repeat top center / 100% auto;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -8px;
    top: -39px;
}
.furusato_pro ul {
    padding: 30px 50px 20px;
    position: relative;
}
.furusato_pro ul::before {
    content: '';
    display: inline-block;
    background: url(../img/pro_ill03.png) no-repeat top center / 100% auto;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -8px;
    bottom: -8px;
}
.furusato_pro ul::after {
    content: '';
    display: inline-block;
    background: url(../img/pro_ill04.png) no-repeat top center / 100% auto;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -8px;
    bottom: -8px;
}
.furusato_pro ul li {
    width: 30%;
}
.furusato_pro ul li figure {
    max-width: 275px;
    margin: 0 auto 10px;
}
.furusato_pro ul li h3 {
    color: #fff;
    line-height: 1;
    font-size: 24px;
    text-align: center;
}
.furusato_pro ul li span {
    display: block;
    width: 35px;
    margin: 15px auto 10px;
}
.furusato_pro ul li p {
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.furusato_contact {
    background-color: #fff;
    border-radius: 50px;
    padding: 35px 50px 15px;
    position:relative;
}
.furusato_contact::before {
    content: '';
    display: inline-block;
    background: url(../img/contact_ill01.png) no-repeat top center / 100% auto;
    width: 130px;
    height: 147px;
    position: absolute;
    left: 25%;
    top: -3px;
}
.furusato_contact::after {
    content: '';
    display: inline-block;
    background: url(../img/contact_ill02.png) no-repeat top center / 100% auto;
    width: 341px;
    height: 157px;
    position: absolute;
    left: -5px;
    bottom: -25px;
}
.furusato_contact_cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.furusato_contact_cont h2 {
    max-width: 200px;
    margin: 0 auto;
    width: 30%;
}
.furusato_contact_contInn {
    width: 61%;
    font-size: 20px;
}
.furusato_contact_contInn h3 {
    color: #3e862b;
}
.furusato_contact_contInn p {
    line-height: 1.7;
}
.furusato_contact_contInn p:first-of-type {
    background-image: -o-repeating-linear-gradient(left, #3e862b, #3e862b 9px, transparent 9px, transparent 14px);
    background-image: repeating-linear-gradient(90deg, #3e862b, #3e862b 9px, transparent 9px, transparent 14px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/* footer */
footer {
    background-color: #ebd69c;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
        font-size: 16px;
    }
	.pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    .flex {
        display: block;
    }
    /* mv */
.mv {
    position: relative;
    padding: 70px 5% 50px;
}
.mv::after {
    width: 150px;
    height: 130px;
}
.mv h1 {
    width: 140px;
}
.mv_img {
    display: block;
    padding-bottom: 130px;
}
.mv_img h2 {
    position: absolute;
    width: 70%;
    bottom: 0;
}
.mv_img figure {
    width: 80%;
}
.mv_img .mv_img_ill02 {
    top: 23%;
    left: 0;
    max-width: 100px;
    width: 27%;
}
.mv_img .mv_img_ill03 {
    bottom: 20%;
    max-width: 100px;
    width: 27%;
}
/* about */
.about_cont {
    margin: 0 auto 40px;
}
.about_cont_img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
}
.about_cont_img::after {
    width: 220px;
    height: 84px;
}
.about_cont_txt {
    width: 100%;
    margin: 0 auto;
}
.about_cont_txt h2 {
font-size: 18px;
line-height: 2;
}
.about_cont_txtLogo {
    padding: 15px 5%;
    max-width: 500px;
    margin: 0 auto;
}
.about_cont_txtLogo figure {
    max-width: 100px;
    width: 100%;
    margin: 0 auto 20px;
}
.about_cont_txtLogo p {
    width: 100%;
    font-size: 14px;
}
/* taste */
.taste {
    padding-top: 0;
}
.taste_top {
    padding-bottom: 30px;
}
.taste_topTtl {
    display: block;
    margin: 0 auto 20px;
    position: relative;
    padding-top: 85px;
}
.taste_topTtl figure {
    max-width: 130px;
    position: absolute;
    top: -3%;
}
.taste_topTtl figure:first-of-type {
    left: 0;
}
.taste_topTtl figure:last-of-type {
    right: 0;
}
.taste_topTtl_txt {
    font-size: 24px;
}
.taste_top p {
    margin: 0 auto 20px;
}
.taste_top ul {
    margin: 0 auto;
    max-width: 500px;
}
.taste_top ul li {
    width: 100%;
    margin-bottom: 20px;
}
.taste_top ul li:last-child {
    margin-bottom: 0;
}
.taste_top ul li figcaption {
    font-size: 14px;
}
.taste_teacher {
  margin: 0 auto 60px;
}
.taste_teacher_fig {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 20px;
}
.taste_teacher_txt {
    width: 100%;
}
.taste_teacher_txt span {
    font-size: 14px;
}
.taste_teacher_txt h3 {
    font-size: 20px;
}
.taste_cont {
    padding: 30px 5%;
    margin: 0 auto;
}
.taste_cont_huki {
    max-width: 120px;
    width: 100%;
    right: 0;
    top: 0px;
}
.taste_cont_txt {
    width: 100%;
    margin-top: 10px;
}
.taste_cont_txt h3 {
    font-size: 22px;
}
.taste_cont_txt span {
    margin: 5px 0 7px;
}
.taste_cont figure {
    width: 100%;
    margin: 20px auto 0;
    max-width: 500px;
}
.taste_inFig {
    margin: 40px auto 0;
}
/* adatara */
.adatara {
    padding: 40px 0 45px;
}
.adatara_cont_txt {
    width: 100%;
}
.adatara_cont_txt h2 {
    font-size: 24px;
}
.adatara_cont figure {
    width: 100%;
    margin: 30px auto 0;
    max-width: 500px;
}
.adatara_midori {
    padding: 20px 5%;
}
.adatara_midori::after {
    width: 55px;
    height: 63px;
    top: 5px;
}
.adatara_midori h3 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 5px 20px;
}
.adatara_midori h3 .adatara_midori_ttl01 {
    padding: 0 7px;
}
.adatara_midori h3 .adatara_midori_ttl01::after {
top: -1px;
width: 35px;
height: 35px;
}
.adatara_midori h3 .adatara_midori_ttl02 {
    font-size: 16px;
}
.adatara_midori p {
    width: 100%;
    font-size: 14px;
}
/* menu */
.menu {
    padding-bottom: 40px;
}
.menu::before {
    width: 150px;
    height: 161px;
}
.menu::after {
    width: 150px;
    height: 161px;
}
.menu_ttl {
    margin: 40px auto 20px;
}
.menu_ttl span {
    width: 70px;
}
.menu_ttl h2 {
    font-size: 24px;
    line-height: 1.5;
}
.menu_cont_top figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.menu_cont_top_txt {
    width: 100%;
    margin-top: 10px;
}
.menu_cont_top_txt h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.menu_cont_top_txt span {
    width: 70px;
    margin-bottom: 5px;
    font-size: 16px;
}
.menu_materialCont {
    width: 100%;
}
.menu_materialCont p {
    letter-spacing: 0;
}
.menu_cont_recipe {
    margin: 20px auto;
}
.menu_cont_recipe span {
    max-width: 80px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}
.menu_cont_recipe ul {
    width: 100%;
}
.menu_cont_chef {
    padding: 20px 5%;
}
.menu_cont_chef figure {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 20px;
}
.menu_cont_chefTxt {
    width: 100%;
}
.menu_cont_chefTxt_sub {
    font-size: 14px;
}
.menu_cont_chefTxt h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.menu_cont_chefTxt_coment {
    padding-bottom: 10px;
}
.menu_cont_chefTxt_coment span {
    max-width: 90px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}
.menu_cont_chefTxt_coment p {
    width: 100%;
}
.menu_cont_chefTxt_pro {
    font-size: 16px;
    padding-top: 15px;
}
.menu_cont_chefTxt_pro span {
    font-size: 14px;
}
.menu_cont_chefTxt_pro p {
    font-size: 14px;
}
.menu_line {
    margin: 30px auto;
}
/* furusato */
.furusato {
    padding-bottom: 60px;
}
.furusato::before {
    width: 280px;
    height: 245px;
}
.furusato::after {
    width: 250px;
    height: 343px;
    top: 16%;
}
.furusato_top {
    margin: 20px auto 30px;
}
.furusato_top span {
    width: 75px;
    margin: 0 auto 10px;
}
.furusato_top h2 {
    font-size: 24px;
}
.furusato_top_cont {
    margin: 30px auto;
}
.furusato_top_cont figure {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 500px;
}
.furusato_top_cont p {
    width: 100%;
}
.furusato_top ul li {
    width: 100%;
    margin: 0 auto 20px;
}
.furusato_top ul li:last-child {
    margin-bottom: 0;
}
.furusato_top ul li a {
    padding: 15px 10px 15px 0;
    font-size: 18px;
}
.furusato_top ul li a::after {
    width: 45px;
    height: 45px;
    right: 10px;
}
.furusato_pro {
    margin: 0 auto 80px;
}
.furusato_pro_ttlIll {
    width: 85px;
    margin: 0 auto 10px;
}
.furusato_pro h2 {
    font-size: 24px;
}
.furusato_pro h2::before {
  width: 15vw;
}
.furusato_pro h2::after {
    width: 15vw;
}
.furusato_pro_list::before {
    width: 40px;
    height: 40px;
    left: -5px;
    top: -29px;
}
.furusato_pro_list::after {
    width: 40px;
    height: 40px;
    right: -5px;
    top: -29px;
}
.furusato_pro ul {
    padding: 20px 5%;
}
.furusato_pro ul::before {
    width: 40px;
    height: 40px;
    left: -5px;
    bottom: -5px;
}
.furusato_pro ul::after {
    width: 40px;
    height: 40px;
    right: -5px;
    bottom: -5px;
}
.furusato_pro ul li {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
}
.furusato_pro ul li:last-child {
    margin-bottom: 0;
}
.furusato_pro ul li figure {
    max-width: 230px;
}
.furusato_pro ul li h3 {
    font-size: 20px;
}
.furusato_pro ul li span {
    margin: 10px auto 5px;
}
.furusato_contact {
    padding: 30px 5% 90px;
}
.furusato_contact::before {
    width: 90px;
    height: 102px;
    left: unset;
    right: 0;
    top: -50px;
}
.furusato_contact::after {
    width: 240px;
    height: 110px;
}
.furusato_contact_cont h2 {
    max-width: 160px;
    margin: 0 auto 30px;
    width: 100%;
    z-index: 1;
    position: relative;
}
.furusato_contact_contInn {
    width: 100%;
    font-size: 16px;
}
/* footer */
footer {
    font-size: 12px;
    padding: 10px 0;
}
}