@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  width: 100%;
  font-size: 1.8rem;
  color: #341a01;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: url(../img/bg.jpg) repeat-y;
  background-size: 100% auto;
}

img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #341a01;
  text-decoration: none;
}

a:visited {
  color: #341a01;
  text-decoration: none;
}

a:hover {
  color: #a8400c;
  text-decoration: none;
}

a:active {
  color: #a8400c;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.disp_no {
  display: none !important;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

/* ボタン */
.btn {
  text-align: center;
}

.btn a {
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 8px 20px 10px;
  background: #4a311c;
  border-radius: 30px;
  line-height: 1.4;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}

.btn a:hover,
.btn a:active {
  opacity: 0.6;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
header {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  border-left: 1px solid #341a01;
  border-right: 1px solid #341a01;
}

.menu-btn {
  display: none;
}

.item {
  -webkit-mask-image: url("../img/main_mask.png");
  mask-image: url("../img/main_mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}

h1 a {
  width: 50%;
  height: 100px;
  max-width: 320px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/logo.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  left: 25px;
}

/*---------------------------------------------
 **  ヘッダロゴバリエーション
---------------------------------------------*/
h1.product-logo a {
  background: url(../img/logo02.png) no-repeat;
  background-size: 100% auto;
}

h1.contact-logo a {
  background: url(../img/logo02.png) no-repeat;
  background-size: 100% auto;
}

h1.company-logo a {
  background: url(../img/logo.png) no-repeat;
  background-size: 100% auto;
}

nav ul {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  top: 20px;
}

nav ul li {
  padding: 5%;
  display: inline-block;
  font-size: 100%;
  font-weight: 500;
}

nav ul li a:visited,
nav ul li a:link {
  color: #fff;
}

nav ul li a:hover,
nav ul li a:active {
  color: #fff;
}

nav ul .sp {
  display: none;
}

header p {
  width: 50%;
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 5px #585605;
  position: absolute;
  top: 30%;
  left: 50%;
}

@media screen and (max-width: 1120px) {
  header p {
    width: 60%;
    top: 42%;
    left: 40%;
  }
}

@media screen and (max-width: 940px) {
  header p {
    width: 70%;
    font-size: 180%;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

#home_menu {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5% 0;
}

#home_menu li {
  width: 20%;
  box-sizing: border-box;
  font-size: 130%;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 940px) {
  #home_menu li {
    font-size: 110%;
  }
}

#home_menu li a {
  display: inline-block;
}

#home_menu li a span {
  display: block;
  font-size: 80%;
  margin-top: -1em;
}

#home_menu li a:hover,
#home_menu li a:active {
  color: #341a01;
}

#home_menu .m_eat a {
  background: url(../img/logo_eat.png) no-repeat center top;
  background-size: 80px auto;
  padding: 35px 30px 20px 30px;
  padding-bottom: 20px;
  line-height: 1.4;
}

#home_menu .m_product a {
  background: url(../img/logo_product.png) no-repeat center top;
  background-size: 90px auto;
  padding: 35px 30px 20px 30px;
  letter-spacing: 0.1em;
}

#home_menu .m_year a {
  background: url(../img/logo_year.png) no-repeat center top;
  background-size: 90px auto;
  padding: 35px 30px 20px 30px;
}

#home_menu .m_know a {
  background: url(../img/logo_know.png) no-repeat center top;
  background-size: 90px auto;
  padding: 35px 30px 20px 30px;
  letter-spacing: 0.1em;
}

#home_menu .m_ask a {
  background: url(../img/logo_ask.png) no-repeat center top;
  background-size: 90px auto;
  padding: 35px 30px 20px 30px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 940px) {
  #home_menu .m_year a {
    padding: 35px 10px 20px 10px;
  }
}

#home_menu li a:hover {
  transform: scale(1.5);
}

/*---------------------------------------------
 ** コンテンツ
---------------------------------------------*/
#content {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 7%;
  border-left: 1px solid #341a01;
  border-right: 1px solid #341a01;
  text-align: center;
}

#content p {
  text-align: left;
}

.read {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 6%;
}

.read_center {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 6%;
  text-align: center !important;
}

h2 {
  padding: 10px 100px;
  font-size: 140%;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto 4%;
  border-top: 4px solid #341a01;
  border-bottom: 4px solid #341a01;
  margin-top: 15px;
}

.anklist {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 5%;
  background: #dfb99844;
  padding: 3% 0;
}

.anklist ul {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.anklist ul li a {
  background: url(../img/company/logo_company.png) no-repeat top 8px left;
  background-size: 18px auto;
  padding: 5px 0 5px 30px;
  font-size: 110%;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  display: block;
}

.topics {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto 6%;
  background: #fff;
  padding: 3% 5%;
  box-sizing: border-box;
}

.topics dl {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/line.png) repeat-y top -1px left;
  background-size: auto 51px;
  padding-bottom: 5px;
}

.topics dl dt {
  width: 200px;
  padding: 0 10px 0 3%;
  line-height: 2.8;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  text-align: left;
}

.topics dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #341a01;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 2px;
}

.topics dl dd {
  width: calc(100% - 200px);
  padding: 0 3% 0 10px;
  box-sizing: border-box;
  display: inline;
  text-align: left;
  line-height: 2.8;
}

h3 {
  width: 90%;
  max-width: 1150px;
  font-size: 140%;
  font-weight: 500;
  text-align: left;
  margin: 0 auto 10px;
}

.top_ban {
  width: 90%;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 5%;
}

.top_ban li {
  width: 48%;
}

.top_ban li a {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 170%;
  font-weight: 500;
  background: #ccc;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 960px) {
  .top_ban li a {
    font-size: 120%;
  }
}

.top_ban li.nigyou a {
  padding: 50px 10px;
  line-height: 1.7;
}

.contact_btn {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 15%;
}

.contact_btn a {
  width: 100%;
  padding: 40px 0;
  position: relative;
  display: block;
  background: #d0ab80;
  font-size: 180%;
  font-weight: 500;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 960px) {
  .contact_btn a {
    font-size: 120%;
  }
}

.contact_btn a:hover,
.contact_btn a:active {
  color: #341a01;
  background: #eaad65;
}

.contact_btn a::before {
  content: "CONTACT US";
  font-size: 70%;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50px;
  left: 22%;
}

.contact_btn a::after {
  content: "";
  width: 20%;
  height: 150px;
  max-width: 180px;
  position: absolute;
  background: url(../img/logo_contact.png) no-repeat;
  background-size: 100% auto;
  right: 18%;
  bottom: -20%;
}

.insta {
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 7%;
}

.insta li {
  width: 22%;
  margin-bottom: 3%;
}

.pro_lineup {
  width: 90%;
  max-width: 960px;
  margin: 3% auto 7%;
  display: flex;
  flex-wrap: wrap;
}

h2+.pro_lineup {
  margin: 0 auto 7%;
}

.pro_lineup dl {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 10px 10px 0;
  box-sizing: border-box;
  border: 1px solid #c69c6d;
  background: #fff;
  line-height: 1.4;
  font-size: 90%;
}

.pro_lineup dl a {
  display: block;
}

.pro_lineup dl:nth-child(3n) {
  margin-right: 0;
}

.pro_lineup dl dt {
  margin-bottom: 7px;
}

.pro_lineup dl dd p:nth-child(1) {
  font-size: 90%;
  color: #24642c;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center !important;
}

.pro_lineup dl dd p:nth-child(2) {
  font-weight: 500;
  text-align: center !important;
  margin-bottom: 10px;
}

.pro_lineup dl dd p:nth-child(2) span {
  font-weight: 400;
  font-size: 90%;
  display: block;
}

@media screen and (max-width: 930px) {
  .pro_lineup dl {
    width: 49%;
    margin-right: 2%;
  }

  .pro_lineup dl:nth-child(3n) {
    margin-right: 2%;
  }

  .pro_lineup dl:nth-child(2n) {
    margin-right: 0;
  }
}

section {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 7%;
}

.h3_pro {
  background: url(../img/product/logo_product02.png) no-repeat bottom center;
  background-size: 80px auto;
  text-align: center;
  padding-bottom: 30px;
  font-size: 160%;
  font-weight: 500;
  margin-bottom: 30px;
}

.h3_pro span {
  font-size: 60%;
  display: block;
}

.kome_box01 {
  width: 95%;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 90%;
  line-height: 1.7;
}

.kome_box01>img {
  width: 60%;
}

.kome_box01>div {
  width: 37%;
}

.kome_box01 table {
  width: 100%;
  background: rgba(255, 255, 255, 0.815);
  margin-bottom: 15px;
  font-size: 90%;
  box-sizing: border-box;
  border: 10px solid #fefbf6;
}

.kome_box01 table th {
  width: 30%;
  border-right: 1px solid #341a01;
  padding: 2px 10px;
  text-align: left;
  font-weight: 400;
}

.kome_box01 table td {
  padding: 2px 15px;
  text-align: left;
}

.h4_hakumai {
  width: 100%;
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding: 8px 10px 7px 45px;
  font-weight: 700;
  background: url(../img/product/icon_hakumai.png) no-repeat #fff left 10px top 10px;
  background-size: 22px auto;
  border-bottom: 5px solid #d2e900;
  text-align: left;
}

.h4_genmai {
  width: 100%;
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding: 8px 10px 7px 45px;
  font-weight: 700;
  background: url(../img/product/icon_genmai.png) no-repeat #e4d3bc left 10px top 10px;
  background-size: 22px auto;
  border-bottom: 5px solid #d2e900;
  text-align: left;
}

.kome_box02 {
  width: 95%;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 90%;
}

.kome_box02 img {
  width: 30%;
}

.kome_box02 p {
  width: 67%;
}

.chart_btn,
.online_btn {
  width: 100%;
}

.chart_btn {
  margin-top: -3%;
}

.chart_btn a {
  width: 40%;
  max-width: 200px;
  min-width: 160px;
  display: block;
  float: right;
  margin-bottom: 20px;
}

.online_btn a {
  width: 45%;
  max-width: 280px;
  display: block;
  float: left;
  margin-right: 20px;
}

.chart_btn::after,
.online_btn::after {
  content: "";
  display: block;
  clear: both;
}

.hosoku {
  margin-bottom: 15px;
}

.hosoku li {
  font-size: 90%;
  text-indent: -1.2em;
  margin-left: 1.5em;
  text-align: left;
}

#modal-main {
  display: none;
}

/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 90%;
  max-width: 900px;
  font-size: 100%;
  margin: 0;
  padding: 0 0 20px;
  background-color: #fbf4ea;
  position: fixed;
  z-index: 2;
}

#modal-main p {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 15px;
}

#modal-main_before p:hover {
  text-decoration: none;
}

/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 930px) {
  .kome_box01>img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 3%;
  }

  .kome_box01>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .kome_box01>div table {
    width: 40%;
  }

  .kome_box01>div p {
    width: 55%;
  }
}

/* 企業情報 */
.h3_com {
  background: url(../img/company/logo_company.png) no-repeat top 40px center;
  background-size: 40px auto;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 160%;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 7%;
  letter-spacing: 0.1em;
}

#ank05 .h3_com {
  letter-spacing: 0.5em;
  padding-left: 20px;
}

.h3_com span {
  font-size: 60%;
  display: block;
}

.com_aisatsu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.63);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
  padding: 3% 4%;
}

.com_aisatsu div:nth-child(1) {
  width: 75%;
  text-align: left;
}

.com_aisatsu div:nth-child(1) h4 {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.com_aisatsu div:nth-child(1) p:nth-of-type(1) {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 110%;
  margin: 2% 0 3%;
  font-weight: 400;
}

.com_aisatsu div:nth-child(2) {
  width: 20%;
}

.com_aisatsu div:nth-child(2) p {
  font-size: 90%;
  text-align: center !important;
  margin-top: 10px;
  line-height: 1.6;
}

.com_aisatsu div:nth-child(2) p span {
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .com_aisatsu div:nth-child(1) p:nth-of-type(1) br {
    display: none;
  }
}

.com_aisatsu div:nth-child(1) p:nth-of-type(2) {
  font-size: 90%;
}

#ank02 {
  width: 100%;
}

.com_rinen01 {
  width: 100%;
  height: 700px;
  background: url(../img/company/sanpou_bg.png) no-repeat center top;
  background-size: auto 100%;
  margin: 0 auto 10%;
  text-align: center;
  position: relative;
}

.com_rinen01 dl {
  width: 250px;
  margin: 0 auto;
}

.com_rinen01 dl dt {
  font-size: 120%;
  color: #f7881e;
  font-weight: 500;
  line-height: 1.6;
}

.com_rinen01 dl dd {
  font-size: 90%;
  line-height: 1.6;
}

.com_rinen01 dl:nth-child(1) {
  position: absolute;
  top: 210px;
  right: 0;
  left: 0;
  padding-left: 0;
}

.com_rinen01 dl:nth-child(2) {
  position: absolute;
  top: 640px;
  left: 10%;
}

.com_rinen01 dl:nth-child(3) {
  position: absolute;
  top: 640px;
  right: 10%;
}

.com_rinen01 img {
  width: 170px;
  position: absolute;
  top: 320px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-right: 140px;
}

@media screen and (max-width: 830px) {
  .com_rinen01 {
    height: 600px;
  }

  .com_rinen01 dl:nth-child(1) {
    top: 170px;
  }

  .com_rinen01 dl:nth-child(2) {
    position: absolute;
    top: 530px;
    left: 5%;
  }

  .com_rinen01 dl:nth-child(3) {
    position: absolute;
    top: 530px;
    right: 5%;
  }

  .com_rinen01 img {
    width: 150px;
    top: 270px;
  }
}

.com_rinen02 {
  width: 90%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.com_rinen02 dl {
  width: 31%;
  box-sizing: border-box;
  padding: 3%;
  background: #e2f2fcbe;
}

.com_rinen02 dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}

.com_rinen02 dl dt span {
  font-size: 180%;
  color: #a67c52;
  display: block;
  letter-spacing: 0.05em;
}

.com_rinen02 dl dd {
  font-size: 90%;
}

.com_data table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.com_data table th {
  width: 25%;
  padding: 5px 20px;
  background: #c4a5876e;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}

.com_data table td {
  padding: 5px 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.63);
  border-left: 8px solid #fff0d6;
}

.com_data table tr:first-child th,
.com_data table tr:first-child td {
  padding: 20px 20px 5px;
}

.com_data table tr:last-child th,
.com_data table tr:last-child td {
  padding: 5px 20px 20px;
}

.enkaku table {
  max-width: 800px;
}

.enkaku table th {
  width: 20%;
  padding: 5px 20px;
  background: #c4a5876e;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}

.com_tatsuno>img {
  max-width: 900px;
  margin-bottom: 5%;
}

.com_tatsuno>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.com_tatsuno>div dl {
  width: 31%;
  box-sizing: border-box;
  padding: 1%;
  background: #fff;
  border: 1px solid #a67c52;
}

.com_tatsuno>div dt {
  margin-bottom: 15px;
}

.com_tatsuno>div dd {
  width: 90%;
  margin: 0 auto 20px;
  font-size: 90%;
  text-align: left;
}

.com_tatsuno>div dd span {
  font-size: 110%;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 5px 0 10px;
}

/*---------------------------------------------
 ** フッター
---------------------------------------------*/

footer {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  border-left: 1px solid #341a01;
  border-right: 1px solid #341a01;
  text-align: center;
  background: #ffffffb8;
  padding: 5% 0 0;
}

footer.green {
  background: #24582a;
  color: #fff;
}

footer.green a:link,
footer.green a:visited {
  color: #fff;
}

footer.green a:hover,
footer.green a:active {
  color: #b29475;
}

footer>a {
  width: 50%;
  max-width: 250px;
  margin-left: 5%;
  margin-bottom: 3%;
  display: block;
}

.foot_data {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 auto;
  border-right: 1px solid #a99787;
  box-sizing: border-box;
  position: relative;
}

.foot_data div {
  width: 19%;
  padding: 1.5% 1.5% 0;
  border-left: 1px solid #a99787;
  box-sizing: border-box;
  font-size: 80%;
}

.foot_data div:first-child {
  width: 24%;
}

.foot_data div:last-child {
  font-size: 75%;
}

.foot_data .foot_fb {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.foot_data .foot_insta {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  left: 70px;
}

.foot_menu {
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 10px;
}

.foot_data ul {
  margin-top: -8px;
  margin-bottom: 30px;
}

.foot_data ul {
  font-size:12px;
  text-indent: -1em;
  margin-left: 1.5em;
}

.foot_data ul li::before {
  content: "・";
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  footer>a {
    width: 50%;
    max-width: 250px;
    margin-left: 5%;
    margin-bottom: 0;
    display: block;
  }

  .foot_data {
    width: 95%;
    border-right: 0px;
    padding-bottom: 30px;
    font-size: 90%;
  }

  .foot_data div {
    width: 25%;
    padding: 1.5% 1.5% 0;
    border-left: 0px;
  }

  .foot_data div:first-child {
    width: 100%;
    border-bottom: 1px solid #a99787;
    border-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .foot_data div:nth-child(2),
  .foot_data div:nth-child(4) {
    width: 22%;
  }

  .foot_data div:nth-child(3),
  .foot_data div:nth-child(5) {
    width: 28%;
  }

  .foot_data .foot_fb {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: auto;
    top: -40px;
    left: auto;
    right: 45px;
  }

  .foot_data .foot_insta {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -40px;
    left: auto;
    right: 0;
  }
}

#copy {
  padding: 3% 0 2%;
  text-align: center;
  font-size: 80%;
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 60px;
  height: 80px;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*　お米の一年 */

.tabBox {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 3%;
}

.tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.tabBox .tabArea .one_tab {
  width: 7%;
}

.tabBox .tabArea .one_tab:nth-child(1) {
  width: 45%;
}

.tabBox .tabArea .one_tab:nth-child(8) {
  width: 9%;
}

.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
}

.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
  background: #cacaca47;
  border: 1px solid #ccc;
}

.tabBox .tabArea .one_tab .tab_inner img {
  width: 80%;
  max-width: 40px;
  margin: 0 auto;
}

.tabBox .tabArea .one_tab:nth-child(1) img {
  width: 90%;
  max-width: 385px;
}

.tabBox .tabArea .one_tab:nth-child(8) img {
  width: 90%;
  max-width: 50px;
}



.tabBox .tabArea .one_tab a.select .tab_inner {
  pointer-events: none;
}

.tabBox .tabArea .one_tab:nth-child(1) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(1) a:hover .tab_inner,
.tab_main:nth-child(1).is_show {
  background: #e0caaf78;
}

.tabBox .tabArea .one_tab:nth-child(2) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(2) a:hover .tab_inner,
.tab_main:nth-child(2).is_show {
  background: #bedfeb93;
}

.tabBox .tabArea .one_tab:nth-child(3) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(3) a:hover .tab_inner,
.tab_main:nth-child(3).is_show {
  background: #aacd796c;
}

.tabBox .tabArea .one_tab:nth-child(4) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(4) a:hover .tab_inner,
.tab_main:nth-child(4).is_show {
  background: #64c9483d;
}

.tabBox .tabArea .one_tab:nth-child(5) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(5) a:hover .tab_inner,
.tab_main:nth-child(5).is_show {
  background: #008b713d;
}

.tabBox .tabArea .one_tab:nth-child(6) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(6) a:hover .tab_inner,
.tab_main:nth-child(6).is_show {
  background: #ff97474d !important;
}

.tabBox .tabArea .one_tab:nth-child(7) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(7) a:hover .tab_inner,
.tab_main:nth-child(7).is_show {
  background: #efbda965;
}

.tabBox .tabArea .one_tab:nth-child(8) a.select .tab_inner,
.tabBox .tabArea .one_tab:nth-child(8) a:hover .tab_inner,
.tab_main:nth-child(8).is_show {
  background: #c5b0973b;
}

.tabBox .tabArea.bottom {
  align-items: flex-start;
}

.tabContent {
  width: 90%;
  max-width: 880px;
  margin: 110px auto 3%;
  position: relative;
}

.tabContent .tab_main {
  display: none;
  padding: 50px 25px 10px;
  text-align: center;
  min-height: 280px;
  transition-duration: 0.3s;
}

.tabContent .year_cal {
  width: 40%;
  max-width: 155px;
  position: absolute;
  top: -80px;
  left: 30px;
}

.tab_main.is_show {
  display: block;
}

.tabContent .year_data {
  width: 90%;
  margin: 1% auto 10%;
}

.tabContent h3 {
  font-family: 'Kosugi Maru',
    sans-serif;
  font-size: 280%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

.year_fukidashi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5%;
}

.year_fukidashi img {
  width: 13%;
  padding: 50px 3% 4%;
}

.year_fukidashi p {
  width: 71%;
  background: url(../img/year/fukidashi01.png) no-repeat top left;
  background-size: 100% auto;
  padding: 4% 5% 8% 8%;
  font-size: 105%;
  font-weight: 700;
  line-height: 1.6;
}

/*#tab07 .year_cal {
  max-width: 220px;
}*/

.fuki04_01 {
  max-width: 680px;
  flex-direction: row-reverse;
  margin: 0 auto 2%;
}

.fuki04_01 img {
  width: 12%;
  padding: 40px 3% 4%;
}

.fuki04_01 p {
  width: 69%;
  transform: scale(-1, 1);
}

.fuki04_01 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 2% 6%;
}

.fuki04_02 {
  max-width: 600px;
  margin: 0 auto 2%;
}

.fuki04_02 img {
  width: 14%;
  padding: 40px 3% 4%;
}

.fuki04_02 p {
  width: 67%;
}

.fuki04_02 p span {
  display: block;
  padding: 1% 15%;
}

.fuki04_03 {
  display: block;
}

.fuki04_03 img {
  width: 14%;
  margin: 0 auto;
  padding: 0;
}

.fuki04_03 p {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  background: url(../img/year/fukidashi03.png) no-repeat top left;
  background-size: 100% auto;
  padding: 5% 5% 8% 5%;
}

.fuki04_03 p span {
  display: block;
  padding: 1% 5%;
  text-align: center;
}

.fuki05_01 {
  max-width: 600px;
  flex-direction: row-reverse;
  margin: 0 auto 2%;
}

.fuki05_01 img {
  width: 20%;
  padding: 10px 3% 1%;
}

.fuki05_01 p {
  width: 55%;
  transform: scale(-1, 1);
  padding-top: 3%;
}

.fuki05_01 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 1% 8%;
}

.fuki05_02 {
  max-width: 650px;
  margin: 0 auto 2%;
}

.fuki05_02 img {
  width: 13%;
  padding: 20px 3% 0;
}

.fuki05_02 p {
  width: 74%;
  padding: 3% 1%;
}

.fuki05_02 p span {
  display: block;
  padding: 5% 8% 6%;
}

.fuki06_01 {
  max-width: 600px;
  flex-direction: row-reverse;
  margin: 0 auto 2%;
}

.fuki06_01 img {
  width: 14%;
  padding: 10px 3% 1%;
}

.fuki06_01 p {
  width: 60%;
  transform: scale(-1, 1);
  padding-top: 3%;
}

.fuki06_01 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 1% 8%;
}

.fuki06_02 {
  max-width: 650px;
  margin: 5% auto 2%;
}

.fuki06_02 img {
  width: 13%;
  padding: 20px 3% 0;
}

.fuki06_02 p {
  width: 74%;
  padding: 3% 1%;
}

.fuki06_02 p span {
  display: block;
  padding: 2% 5% 6% 13%;
}

.fuki07_01 {
  max-width: 700px;
  flex-direction: row-reverse;
  margin: 2% auto 0;
}

.fuki07_01 img {
  width: 14%;
  padding: 10px 3% 1%;
}

.fuki07_01 p {
  width: 65%;
  transform: scale(-1, 1);
  padding-top: 3%;
}

.fuki07_01 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 3% 6%;
}

.fuki07_02 {
  max-width: 650px;
  margin: 5% auto 2%;
}

.fuki07_02 img {
  width: 13%;
  padding: 20px 3% 0;
}

.fuki07_02 p {
  width: 74%;
  padding: 3% 1%;
}

.fuki07_02 p span {
  display: block;
  padding: 2% 5% 6% 13%;
}

.fuki08_01 {
  max-width: 580px;
  flex-direction: row-reverse;
  margin: 2% auto 0;
}

.fuki08_01 img {
  width: 16%;
  padding: 10px 3% 1%;
}

.fuki08_01 p {
  width: 65%;
  transform: scale(-1, 1);
  padding-top: 3%;
}

.fuki08_01 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 3% 12%;
}

.fuki08_02 {
  max-width: 800px;
  margin: 5% auto 2%;
}

.fuki08_02 img {
  width: 11%;
  padding: 30px 1% 0 6%;
}

.fuki08_02 p {
  width: 78%;
  padding: 3% 1%;
}

.fuki08_02 p span {
  display: block;
  padding: 3% 5% 6% 11%;
}

.fuki09_01 {
  max-width: 700px;
  flex-direction: row-reverse;
  margin: 2% auto 0;
}

.fuki09_01 img {
  width: 16%;
  padding: 10px 3% 1%;
}

.fuki09_01 p {
  width: 65%;
  transform: scale(-1, 1);
  padding-top: 3%;
}

.fuki09_01 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 3% 8%;
}

.fuki09_02 {
  max-width: 800px;
  margin: 5% auto 2%;
}

.fuki09_02 img {
  width: 11%;
  padding: 30px 1% 0 6%;
}

.fuki09_02 p {
  width: 76%;
  padding: 3% 1%;
}

.fuki09_02 p span {
  display: block;
  padding: 3% 5% 6% 13%;
}

.fuki09_03 {
  max-width: 780px;
  flex-direction: row-reverse;
  margin: 2% auto 0;
}

.fuki09_03 img {
  width: 14%;
  padding: 10px 3% 1%;
}

.fuki09_03 p {
  width: 67%;
  transform: scale(-1, 1);
  padding-top: 3%;
}

.fuki09_03 p span {
  transform: scale(-1, 1);
  display: block;
  padding: 4% 0%;
}


.fuki10_01 {
  max-width: 600px;
  margin: 5% auto 2%;
}

.fuki10_01 p {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  background: url(../img/year/fukidashi04.png) no-repeat top left;
  background-size: 100% auto;
  padding: 6% 5% 8% 5%;
}

.fuki10_01 p span {
  display: block;
  padding: 1% 5%;
  text-align: center;
}

.fuki11_01 {
  max-width: 800px;
  margin: 5% auto 2%;
}

.fuki11_01 img {
  width: 10%;
  padding: 50px 1% 0 2%;
}

.fuki11_01 p {
  width: 85%;
  padding: 3% 1%;
}

.fuki11_01 p span {
  display: block;
  padding: 2% 3% 6% 8%;
}


.year_col2,
.year_col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 5%;
}

.year_col2 img {
  width: 48%;
}

.year_col3 img {
  width: 32%;
}


.year_col2 p {
  width: 48%;
}

.year_col2_r {
  flex-direction: row-reverse;
}

.year_link {
  width: 95%;
  margin: 5% auto 1%;
  display: flex;
  justify-content: space-between;
}

.year_link p {
  width: 50%;
  display: block;
  text-align: left;
  font-size: 120%;
  font-weight: 700;
}

.year_link p:nth-child(2) {
  text-align: right !important;
}

.mt60 {
  margin-top: 60px;
}

.year_column {
  width: 95%;
  background: url(../img/year/column_bg.jpg);
  background-size: 37px;
  position: relative;
  padding: 5% 8% 3%;
  box-sizing: border-box;
  font-size: 90%;
  margin: 0 auto 8%;
  box-shadow: -4px 4px 8px #94a285;
}

.year_column::before {
  content: '';
  width: 170px;
  height: 80px;
  background: url(../img/year/column01.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.year_column2 {
  box-shadow: -4px 4px 8px #b59982;
}

.year_column2::before {
  content: '';
  width: 170px;
  height: 80px;
  background: url(../img/year/column02.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.year_column3::before {
  content: '';
  width: 170px;
  height: 80px;
  background: url(../img/year/column03.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}



.year_column01::before {
  content: '';
  width: 230px;
  height: 80px;
  background: url(../img/eat/eat_col01.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.year_column02::before {
  content: '';
  width: 230px;
  height: 80px;
  background: url(../img/eat/eat_col02.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.year_column03::before {
  content: '';
  width: 230px;
  height: 80px;
  background: url(../img/eat/eat_col03.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.year_column h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .tabBox {
    font-size: 90%;
  }

  .tabContent {
    font-size: 90%;
  }

  .tabContent h3 {
    font-size: 200%;
  }

}

/*　知る */
.know_lineup {
  width: 90%;
  max-width: 880px;
  margin: 4% auto 2%;
  background: #fff;
  padding: 0 10px 30px;
  box-sizing: border-box;
}

.know_lineup>div:nth-child(1) {
  position: relative;
  min-height: 360px;
}

.know_lineup_img01 {
  background: url(../img/know/know01.jpg) no-repeat top 60px left;
  background-size: 100% auto;
}

.know_lineup_img02 {
  background: url(../img/know/know02.jpg) no-repeat top 60px left;
  background-size: 100% auto;
}

.know_lineup_img03 {
  background: url(../img/know/know03.jpg) no-repeat top 60px left;
  background-size: 100% auto;
}

.know_lineup_img04 {
  background: url(../img/know/know04.jpg) no-repeat top 60px left;
  background-size: 100% auto;
}

.know_lineup_img05 {
  background: url(../img/know/know05.jpg) no-repeat top 60px left;
  background-size: 100% auto;
}

.know_lineup_img06 {
  background: url(../img/know/know06.jpg) no-repeat top 60px left;
  background-size: 100% auto;
}


.know_linup_no {
  font-size: 110%;
  position: absolute;
  top: -10px;
  left: 10px;
  line-height: 1.0;
  font-weight: 500;
}

.know_linup_no span {
  font-size: 410%;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.know_lineup_img04 .know_linup_no {
  color: #fff;
}

.know_lineup_img04 .know_linup_no span {
  color: #341a01;
}

.know_linup_ttl {
  font-size: 180%;
  padding: 15px 5% 0 15%;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.0;
}

.know_lineup>div:nth-child(2) p {
  text-align: center !important;
}

.link_btn {
  text-align: center !important;
}

.link_btn a {
  border: 2px solid #5D3819;
  color: #5D3819;
  font-size: 90%;
  padding: 5px 65px 5px 50px;
  display: inline-block;
  position: relative;
  margin: 1% auto 0;
  border-radius: 30px;
}

.link_btn a:hover {
  background: #5D3819;
  color: #fff;
  transition: 0.5s;
}

.link_btn a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #5D3819;
  position: absolute;
  top: 12px;
  right: 40px;
  pointer-events: none;
}

.link_btn a:hover {
  background: #5D3819;
  color: #fff;
  transition: 0.5s;
}

.link_btn a:hover::after {
  border-color: transparent transparent transparent #fff;
  transition: 0.5s;
}

.sdgs {
  width: 100%;
  background: #fff;
  padding: 4% 0 2%;
  margin: 8% 0 -8%;
  box-sizing: border-box;
}

.sdgs p {
  width: 90%;
  margin: 0 auto 1em;
}

.sdgs_p1 {
  font-size: 160%;
  margin: 3% auto 2%;
  text-align: center !important;
}

.sdgs_p1 span {
  display: block;
  color: #666;
  font-size: 70%;
  margin-bottom: 1%;
  letter-spacing: 0.05em;
}

.sdgs_p2 {
  font-size: 90%;
  margin-bottom: 3%;
  text-align: center !important;
}

.sdgs_logo {
  text-align: center;
}

.sdgs_logo img {
  max-width: 300px;
  margin: 0 auto 1%;
}

.sdgs_logo p {
  font-size: 80%;
  padding-bottom: 3%;
  text-align: center !important;
}

#header_know {
  text-align: left;
  z-index: 2;
}

#header_know h1 a {
  width: 60%;
  max-width: 380px;
  padding: 1% 5% 1% 0;
  box-sizing: border-box;
  position: relative;
  background: none;
  display: block;
  text-indent: 0;
  top: 0;
  left: 30px;
  pointer-events: all;
  cursor: pointer;
}

.header .knowBox {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 3%;
}


.knowContent {
  width: 100%;
  margin: 0 auto 3%;
  position: relative;
}

.knowContent .know_main {
  display: none;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5%;
  margin-bottom: 8%;
}

.know_detail_main {
  width: 100%;
}

#know01,
#know02,
#know03,
#know04,
#know05,
#know06 {
  margin-top: -410px;
  padding-top: 410px;
}

.know_main.is_show {
  display: block;
}

.knowContent h3 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 3%;
  margin-left: 0;
  margin: -8% 0 3%;
}

.knowContent h3.mt {
  margin-top: 5%;
}

.know_data {
  width: 90%;
  max-width: 880px;
  margin: 3% auto;
}

.know_data p {
  margin-bottom: 7%;
}

.know_data h4 {
  font-size: 130%;
  text-align: left;
  padding: 1% 0 4%;
}

.know_p03_01 {
  text-align: left;
  margin-bottom: 5%;
}

.know_p03_01 img {
  max-width: 400px;
}

.hoas {
  background: url(../img/know/know_p03_02.png) no-repeat top right;
  background-size: auto 100%;
  padding-right: 25%;
  padding-bottom: 50px;
  padding-top: 40px;
  box-sizing: border-box;
}

.know_p04_01 {
  width: 100%;
  background: url(../img/know/know_p04_01.jpg) no-repeat top 40px right;
  background-size: 100% auto;
  padding: 0 5% 40%;
  box-sizing: border-box;
}

.know_p04_01 p {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 7%;
  box-sizing: border-box;
  padding-right: 18%;
}

.know_p04_02 {
  width: 100%;
  background: url(../img/know/know_p04_02.jpg) no-repeat top 50px right;
  background-size: 70% auto;
  padding: 0 20% 300px 0;
  box-sizing: border-box;
}

.know_p05_01 {
  width: 100%;
  background: url(../img/know/know_p05_01.png) no-repeat top 50px right;
  background-size: 45% auto;
  padding-right: 15%;
  box-sizing: border-box;
}

.know_p06 {
  width: 90%;
  margin: 0 auto 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.know_p06_01 {
  width: 48%;
  position: relative;
}

.know_p06_01 img:nth-of-type(1) {
  width: 240px;
  position: absolute;
  top: 0px;
  left: 8%;
  z-index: 2;
}

.know_p06_01 img:nth-of-type(2) {
  width: 200px;
  position: absolute;
  top: 80px;
  right: 8%;
  z-index: 1;
}

@media screen and (max-width: 940px) {
  .know_p06_01 img:nth-of-type(1) {
    width: 240px;
    position: absolute;
    top: 0px;
    left: 2%;
    z-index: 2;
    margin-bottom:8%;
  }

  .know_p06_01 img:nth-of-type(2) {
    width: 200px;
    position: absolute;
    top: 80px;
    right: 2%;
    z-index: 1;
  }
}

.know_p06_01 h4 {
  width: 90%;
  text-align: center;
}

.know_p06_01:nth-of-type(1) h4 span {
  display: inline-block;
  font-size: 130%;
  margin: 350px auto 4%;
  box-sizing: border-box;
  font-weight: 700;
  padding: 30px 0 10px 80px;
  text-align: center;
  background: url(../img/year/illust01.png) no-repeat left top 10px;
  background-size: 60px auto;
}

.know_p06_01:nth-of-type(2) h4 span {
  display: inline-block;
  font-size: 130%;
  margin: 350px auto 4%;
  box-sizing: border-box;
  font-weight: 700;
  padding: 30px 0 10px 80px;
  text-align: center;
  background: url(../img/year/illust02.png) no-repeat left top;
  background-size: 70px auto;
}


.know_p06_01 p {
  width: 90%;
  margin: 0 auto 7%;
  box-sizing: border-box;
  padding-bottom: 30px;
  font-size: 95%;
}



.know_link {
  width: 90%;
  margin: 8% auto 1%;
  display: flex;
  justify-content: space-between;
}

.know_link_first {
  flex-direction: row-reverse;
}

.know_link p a {
  display: block;
  font-size: 120%;
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #341a01;
  box-sizing: border-box;
}

.know_link_right a {
  padding: 0 60px 0 20px;
  text-align: right;
}

.know_link_left a {
  padding: 0 20px 0 60px;
}

.know_link_right a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #341a01;
  border-right: 3px solid #341a01;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 10px;
}

.know_link_left a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #341a01;
  border-right: 3px solid #341a01;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 12px;
  left: 10px;
}

.know_link p a:hover {
  border-bottom: 3px solid #a8400c;
  transition: 0.5s;
}

.know_link_left a:hover:after,
.know_link_right a:hover:after {
  border-top: 3px solid #a8400c;
  border-right: 3px solid #a8400c;
  transition: 0.5s;
}

@media screen and (max-width: 900px) {
  .know_link p a {
    font-size: 110%;
  }

  .know_link_left a {
    padding: 0 10px 0 30px;
  }

  .know_link_right a {
    padding: 0 30px 0 10px;
  }
}

.know_navi {
  width: 90%;
  margin: 0 auto;
  padding: 3% 0 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.know_navi a {
  width: 30%;
  background: #fff;
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5%;
  box-shadow: 8px 8px #888;
}

@media screen and (max-width: 1180px) {
  .know_navi a {
    width: 46%;
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 800px) {
  .know_navi a {
    padding: 10px 0 0;
    margin-bottom: 5%;
  }
}

.know_navi a:hover {
  transform: scale(1.1);
}

.know_navi a dl {
  width: 95%;
  margin: 0 auto;
}

.know_navi dl dt {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 180%;
  font-weight: 700;
  color: #8C6239;
  z-index: 2;
  letter-spacing: 0.1em;
}

.know_navi dl dd {
  width: 100%;
  height: 220px;
  display: block;
  position: relative;
  line-height: 1.6;
}

.know_navi dl dd span {
  font-size: 130%;
  font-weight: 700;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.know_navi01 dl dd {
  background: url(../img/know/know_navi01.jpg) no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.know_navi02 dl dd {
  background: url(../img/know/know_navi02.jpg) no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.know_navi03 dl dd {
  background: url(../img/know/know_navi03.jpg) no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.know_navi04 dl dd {
  background: url(../img/know/know_navi04.jpg) no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.know_navi05 dl dd {
  background: url(../img/know/know_navi05.jpg) no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.know_navi06 dl dd {
  background: url(../img/know/know_navi06.jpg) no-repeat;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.know_navi01 dl dd span,
.know_navi02 dl dd span,
.know_navi06 dl dd span {
  top: 45%;
}

.know_navi a:hover dl dd {
  background-color: rgba(255, 255, 255, 0.7) !important;
  transition: 0.5s;
}

.know_foot {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0 15px;
  font-size: 80%;
  text-align: center !important;
  border-left: 1px solid #341a01;
  border-right: 1px solid #341a01;
}

/*　食べる */
.eat_lineup {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 5%;
  background: #dfb99844;
  padding: 3% 0;
  position: relative;
}

.eat_lineup::before {
  content: '';
  width: 20%;
  height: 180px;
  background: url(../img/eat/masu.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -15%;
  left: -10%;
}

.eat_lineup::after {
  content: '';
  width: 20%;
  height: 250px;
  background: url(../img/eat/shamoji.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -15%;
  right: -5%;
}




.eat_lineup ul {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}

.eat_lineup>ul>li>a {
  background: url(../img/eat/logo_eat02.png) no-repeat top 8px left;
  background-size: 30px auto;
  padding: 8px 0 8px 45px;
  font-size: 105%;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  display: block;
}

.eat_lineup .sub li {
  text-align: left;
  padding: 0 0 0 30px;
  font-size: 90%;
}

.h3_eat {
  background: url(../img/eat/logo_eat02.png) no-repeat top 40px center;
  background-size: 70px auto;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 7%;
}

.eat_point {
  margin: 0 auto 4%;
  background: #fcfcfc;
  box-sizing: border-box;
  box-shadow: -3px 3px 5px #b59982;
  position: relative;
  padding: 2% 3% 0.3% 15%;
}

.point_green ::before {
  content: '';
  width: 13%;
  height: 150px;
  background: url(../img/eat/point_green.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1.5%;
  top: 10%;
}

.point_yellow ::before {
  content: '';
  width: 13%;
  height: 150px;
  background: url(../img/eat/point_yellow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1.5%;
  top: 10%;
}

.point_pink ::before {
  content: '';
  width: 13%;
  height: 150px;
  background: url(../img/eat/point_pink.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1.5%;
  top: 10%;
}

.eat_point h4 {
  font-size: 140%;
  font-weight: bold;
  text-align: left;
}

.eat_point p {
  font-size: 90%;
  background: url(../img/eat/point_bg.jpg) repeat-y;
  padding: 1% 2% 3%;
  box-sizing: border-box;
}

.eat_howto {
  margin: 0 auto 4%;
}

.eat_howto h4 {
  font-size: 130%;
  font-weight: bold;
  margin: 0 0 3%;
  padding-top: 3%;
}

#eat04_03 .eat_howto h4+p {
  margin: 5% auto 3%;
}

.eat_recipe01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.eat_recipe01 img {
  width: 62%;
}

.eat_recipe01>div {
  width: 35%;
  background: #fff;
  padding: 2% 3%;
  box-sizing: border-box;
  text-align: left;
  font-size: 85%;
}

.eat_recipe01>div table {
  margin-bottom: 8%;
  width: 100%;
}

.eat_recipe01>div table caption {
  font-size: 120%;
  font-weight: 700;
}

.eat_recipe01>div table tr td:nth-child(2) {
  padding-left: 15px;
  box-sizing: border-box;
}

.eat_recipe02 h4 {
  font-size: 120%;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.eat_recipe02>div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5%;
}

.eat_recipe02>div dl {
  width: 24%;
  border: 1px solid #D1AC80;
  margin-right: 1.333%;
  background: #fff;
  padding: 1.5% 2% 16% 2%;
  box-sizing: border-box;
  margin-bottom: 1%;
  text-align: left;
  font-size: 80%;
  position: relative;
}

.eat_recipe02>div dl:nth-child(4n) {
  margin-right: 0;
}

.eat_recipe02>div dl dt span {
  display: inline-block;
  color: #fff;
  background: #86766A;
  font-size: 110%;
  padding: 3px 8px 5px;
  line-height: 1.0;
  border-radius: 20px;
  margin-bottom: 4px;
}

.eat_recipe02>div dl dd {
  width: 90%;
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.eat_recipe03 {
  width: 95%;
  margin: 0 auto 10%;
  text-align: left;
}

.eat_recipe03 h4 {
  margin-bottom: 5px;
  font-size: 100%;
}

.eat_recipe03 p {
  font-size: 90%;
  margin-bottom: 0;
}


.eat_recipe03 .gaibu a {
  width: 90%;
  max-width: 200px;
  display: block;
  float: right;
}

.eat_recipe03 .gaibu:after {
  content: '';
  display: block;
  clear: both;
}



.eat_column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.eat_column {
  width: 95%;
  background: url(../img/year/column_bg.jpg);
  background-size: 37px;
  position: relative;
  padding: 5% 8% 3%;
  box-sizing: border-box;
  font-size: 90%;
  margin: 0 auto 8%;
  box-shadow: -4px 4px 8px #9e9586;
}

.eat_column_box .eat_column {
  width: 47%;
  background: url(../img/year/column_bg.jpg);
  background-size: 37px;
  position: relative;
  padding: 5% 3% 3%;
  box-sizing: border-box;
  font-size: 90%;
  margin: 0 auto 8%;
  box-shadow: -4px 4px 8px #9e9586;
}


.eat_column01::before {
  content: '';
  width: 180px;
  height: 80px;
  background: url(../img/eat/eat_col01.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.eat_column02::before {
  content: '';
  width: 180px;
  height: 80px;
  background: url(../img/eat/eat_col02.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.eat_column03::before {
  content: '';
  width: 180px;
  height: 80px;
  background: url(../img/eat/eat_col03.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}

.eat_column h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 900px) {

  .eat_lineup::before {
    width: 15%;
    top: -5%;
    left: -5%;
  }

  .eat_lineup::after {
    width: 15%;
  }

  .eat_howto,
  .eat_point,
  .eat_recipe01,
  .eat_recipe02,
  .eat_recipe03 {
    width: 100%;
  }

  .eat_recipe01 img {
    width: 60%;
  }

  .eat_recipe01>div {
    width: 38%;
  }

  .eat_recipe02>div dl {
    width: 32.5%;
    margin-right: 1.25%;
    padding-bottom: 22%;
    margin-bottom: 1.25%;
  }

  .eat_recipe02>div dl:nth-child(4n) {
    margin-right: 1.25%;
  }

  .eat_recipe02>div dl:nth-child(3n) {
    margin-right: 0;
  }

  .eat_column_box .eat_column {
    width: 100%;
    margin-bottom: 8%;
    padding: 5% 8% 3%;
  }

  .eat_column_box h4 {
    padding-top: 0;
  }

}

/*　聞く */

.ask_soudan {
  width: 90%;
  max-width: 880px;
  margin: 4% auto 2%;
  padding: 0 10px 30px;
  box-sizing: border-box;
}

.ask_soudan h3 {
  width: auto;
  display: inline-block;
  background: #c9a210d1;
  padding: 1.3% 5% 1.5%;
  border-radius: 15px;
  margin: 0 auto 7%;
  text-align: center;
  color: #fff;
  font-size: 180%;
}

.ask_soudan .soudan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ask_soudan .soudan>div {
  width: 48%;
  max-width: 500px;
  background: #c9a21021;
  border-radius: 30px;
  padding: 5% 3%;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.ask_soudan .soudan .mail {
  background: url(../img/ask/icon_mail.png) no-repeat top 10px center #c9a21021;
  background-size: 15% auto;
}

.ask_soudan .soudan .letter {
  background: url(../img/ask/icon_letter.png) no-repeat top 10px center #c9a21021;
  background-size: 20% auto;
}

.ask_soudan .soudan>div h4 {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: 5%;
}

.ask_soudan .soudan>div h4 span {
  display: inline-block;
  border-bottom: 2px solid #341a01;
  font-weight: 700;
}

.ask_soudan .soudan>div a {
  display: block;
  width: 90%;
  max-width: 260px;
  margin: 40px auto 0px;
}

.ask_soudan .soudan>div a:hover {
  transform: scale(1.1);
}

.ask_soudan .soudan>div p {
  width: 90%;
  text-align: center !important;
  margin: 10px auto 0px;
  font-size: 95%;
}

@media screen and (max-width: 810px) {
  .ask_soudan .soudan {
    font-size: 90%;
  }
}


.ask_message {
  width: 60%;
  max-width: 400px;
  margin: 30px auto 70px;
  position: relative;
  background: url(../img/ask/fuki.png) no-repeat top center;
  background-size: 70% auto;
  padding: 25px 0 45px;
  box-sizing: border-box;
}

.ask_message p {
  font-size: 85%;
  text-align: center !important;
  line-height: 1.6;
  box-sizing: border-box;

}

.ask_message img {
  width: 70px;
  display: inline-block;
  position: absolute;
  bottom: -65px;
  left: 20%;
}

.ask_faq {
  width: 90%;
  max-width: 880px;
  margin: 4% auto 2%;
  padding: 0 10px 30px;
  box-sizing: border-box;
}

.ask_faq h3 {
  width: auto;
  display: inline-block;
  background: #80a707c7;
  padding: 1.3% 8% 1.5%;
  border-radius: 15px;
  margin: 0 auto 7%;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 180%;
}

.ask_faq .q {
  background: #b3d44d70;
  padding: 5px 20px 15px 5em;
  box-sizing: border-box;
  text-indent: -2em;
  line-height: 1.7;
}

.ask_faq .q span {
  font-size: 110%;
  font-weight: 700;
}

.ask_faq .q span:first-child {
  font-size: 160%;
  color: #4C8334;
  width: 1.2em;
  display: inline-block;
}

.ask_faq .a {
  padding: 10px 0 50px 5em;
  box-sizing: border-box;
  line-height: 1.7;
  background: url(../img/ask/icon_a.png) no-repeat top left 15px;
  background-size: 55px auto;
}

.ask_faq .a span {
  font-size: 110%;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}

.ask_faq .a a {
  color: #e25a00;
  text-decoration: underline;
}

.ask_faq .a a:hover {
  color: #f78336;
  text-decoration: none;
}

.ask_contact {
  width: 90%;
  max-width: 880px;
  margin: 4% auto 2%;
  padding: 0 10px 30px;
  box-sizing: border-box;
}

.ask_contact h3 {
  width: auto;
  display: inline-block;
  background: #17a2ded4;
  padding: 1.3% 5% 1.5%;
  border-radius: 15px;
  margin: 0 auto 7%;
  text-align: center;
  color: #fff;
  font-size: 180%;
}

.ask_contact>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ask_contact>div a {
  display: inline-block;
  width: 45%;
  margin: 0 auto 20px;
}

.ask_contact>div a:hover {
  transform: scale(1.1);
}

footer.yellow {
  background: #d3af00d4;
}

/*
-----------------------------------------------
2022 追加
----------------------------------------------- */
.shosai-btn{
position:relative !important;
margin-top:-25px !important;
  text-align: center;
  display:block;
  width: 90%;
}

.shosai-btn img{
margin-left:-8% !important;
padding:0 !important;
position:relative !important;
}