@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 740px
---------------------------------------------*/
@media screen and (max-width: 740px) {

  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 15px;
    line-height: 1.8;
    border: none;
  }

  p {
    font-size: 15px;
  }

  .only_pc_none {
    display: block !important;
  }

  .only_sp_none {
    display: none !important;
  }

  .sp_br {
    display: inline;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  header,
  #content,
  footer {
    border-left: 0px;
    border-right: 0px;
  }

  /*---------------------------------------------
 ** ヘッダー
---------------------------------------------*/
  h1 a {
    top: 15px;
    left: 15px;
  }

  header p {
    width: auto;
    font-size: 130%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 3px #585605;
    display: inline-block;
    padding: 0 5%;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  @media screen and (max-width: 340px) {
    header p {
      font-size: 100%;
    }
  }

  /* ナビ */
  .menu-btn {
    display: block;
    position: fixed;
    top: 9px;
    right: 8px;
    width: 50%;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    z-index: 999;
  }

  .menu-btn i {
    position: absolute;
    top: 15px;
    left: 20%;
    text-align: center;
    font-size: 200%;
    color: #fff;
    padding-right: 22%;
  }

  .fa-window-close {
    display: none !important;
  }

  .menu-btn span {
    color: #fff;
    background: #ddbb00b8;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
  }

  .menu-btn span:after {
    content: attr(data-txt-menu);
    font-weight: bold;
    font-size: 150%;
    letter-spacing: 0.05em;
  }

  @media screen and (max-width: 740px) {
    .menu-btn {
      width: 52px;
    }

    .menu-btn i {
      position: absolute;
      top: 10px;
      left: 10px;
      text-align: center;
      font-size: 300%;
      padding-right: 22%;
    }

    .menu-btn i.fa-window-close {
      left: 8px;
    }
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .menu-btn span:after {
    content: attr(data-txt-close);
  }

  .open .fa-bars {
    display: none;
  }

  .open .fa-window-close {
    display: block !important;
  }

  .header_wrapper>div nav ul {
    display: block;
  }

  .header_wrapper>div nav ul li::before {
    content: "";
  }

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

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

  nav ul .sp {
    display: block;
  }

  nav ul li {
    padding: 2%;
  }

  nav ul {
    position: static;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(252, 245, 228, 0.95);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
    text-align: center;
  }

  .menu::before {
    content: "";
    width: 100%;
    height: 74px;
    background: url(../img/logo02.png) no-repeat #341a01 left 10px top 15px;
    background-size: 180px auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .menu ul {
    width: 93%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
  }

  .menu li {
    width: 50%;
    box-sizing: border-box;
    padding: 2% !important;
  }

  .menu li a {
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .menu .m_eat a {
    background: url(../img/logo_eat.png) no-repeat #fff left 5px top 7px;
    background-size: 45px auto;
    padding: 15px 5px 10px 62px;
    padding-bottom: 20px;
    line-height: 1.4;
  }

  .menu .m_product a {
    background: url(../img/logo_product.png) no-repeat #fff left 5px top 3px;
    background-size: 45px auto;
    padding: 13px 5px 15px 75px;
    letter-spacing: 0.1em;
  }

  .menu .m_year a {
    background: url(../img/logo_year.png) no-repeat #fff left 5px top 5px;
    background-size: 50px auto;
    padding: 13px 5px 15px 62px;
  }

  .menu .m_know a {
    background: url(../img/logo_know.png) no-repeat #fff left 5px top 5px;
    background-size: 50px auto;
    padding: 13px 5px 15px 75px;
    letter-spacing: 0.1em;
  }

  .menu .m_ask a {
    background: url(../img/logo_ask.png) no-repeat #fff left 5px top 5px;
    background-size: 50px auto;
    padding: 13px 5px 15px 75px;
    letter-spacing: 0.1em;
  }

  .menu ul li:nth-child(6),
  .menu ul li:nth-child(7),
  .menu ul li:nth-child(8),
  .menu ul li:nth-child(9) {
    width: 100%;
  }

  .menu ul li:nth-child(6) a,
  .menu ul li:nth-child(7) a,
  .menu ul li:nth-child(8) a,
  .menu ul li:nth-child(9) a {
    background: #ebd67f;
    text-align: center;
    padding: 8px 0;
    border: 10px;
    text-align: center;
  }

  .nav_sp {
    display: block;
  }

  @media screen and (max-width: 375px) {
    .menu li a {
      font-size: 12px;
    }

    .search_ban a,
    .entry_ban a {
      font-size: 100%;
    }
  }

  @media screen and (max-width: 340px) {
    .menu li a {
      font-size: 11px;
    }
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .menu {
    cursor: url(../images/cross.svg), auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

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

  #hello-world #home_menu {
    margin: 40px auto 0;
  }

  #home_menu li {
    width: 33%;
    font-size: 90%;
  }

  #home_menu li:nth-child(1) {
    animation: fuwafuwa1 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
  }

  #home_menu li:nth-child(2) {
    animation: fuwafuwa2 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
  }

  #home_menu li:nth-child(3) {
    animation: fuwafuwa3 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
  }

  #home_menu li:nth-child(4) {
    animation: fuwafuwa2 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
    margin-top: -30px;
  }

  #home_menu li:nth-child(5) {
    animation: fuwafuwa1 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
    margin-top: -30px;
  }

  @keyframes fuwafuwa1 {
    0% {
      transform: translateY(0);
    }

    33.33333% {
      transform: translateY(-5px);
    }

    66.66667% {
      transform: translateY(-2px);
    }

    100% {
      transform: translateY(0);
    }
  }

  @keyframes fuwafuwa2 {
    0% {
      transform: translateY(0);
    }

    33.33333% {
      transform: translateY(-2px);
    }

    66.66667% {
      transform: translateY(-5px);
    }

    100% {
      transform: translateY(0);
    }
  }

  @keyframes fuwafuwa3 {
    0% {
      transform: translateY(-5px);
    }

    33.33333% {
      transform: translateY(-2px);
    }

    66.66667% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-5px);
    }
  }

  #home_menu .m_eat a {
    background-size: 70px auto;
    padding: 35px 20px 5px 20px;
  }

  #home_menu .m_product a {
    background-size: 60px auto;
    padding: 35px 20px 5px 20px;
  }

  #home_menu .m_year a {
    background-size: 60px auto;
    padding: 35px 10px 5px 10px;
  }

  #home_menu .m_know a {
    background-size: 60px auto;
    padding: 35px 20px 5px 20px;
    margin-top: -20px;
  }

  #home_menu .m_ask a {
    background-size: 60px auto;
    padding: 35px 20px 5px 20px;
    margin-top: -20px;
  }

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

  h2 {
    padding: 5px 50px;
    font-size: 120%;
  }

  .anklist ul li a {
    font-size: 100%;
  }

  .topics {
    margin: 0 auto 50px;
    padding: 3% 5% 1%;
  }

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

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

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

  .topics dl dd:nth-of-type(1) {
    margin-top: 0px;
  }

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

  .top_ban li {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_ban li a {
    padding: 0;
    font-size: 120%;
  }

  .top_ban li.nigyou a {
    padding: 25px 10px;
  }

  .contact_btn a {
    padding: 40px 0 20px;
    font-size: 120%;
  }

  .contact_btn a::before {
    font-size: 70%;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .contact_btn a::after {
    width: 25%;
    right: 5%;
    bottom: -65px;
  }

  .pro_lineup {
    width: 95%;
  }

  .pro_lineup dl {
    padding: 5px 5px 0;
    font-size: 70%;
  }

  .pro_lineup dl dd p:nth-child(2) {
    font-size: 110%;
  }

  .h3_pro {
    background: url(../img/product/logo_product02.png) no-repeat bottom center;
    background-size: 60px auto;
    text-align: center;
    padding-bottom: 15px;
    font-size: 130%;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.6;
  }

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

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

  .h4_hakumai {
    width: 100%;
    margin: 0 auto 15px;
    box-sizing: border-box;
    padding: 8px 10px 7px 35px;
    font-weight: 700;
    background: url(../img/product/icon_hakumai.png) no-repeat #fff left 7px top 7px;
    background-size: 20px 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 35px;
    font-weight: 700;
    background: url(../img/product/icon_genmai.png) no-repeat #e4d3bc left 7px top 7px;
    background-size: 20px auto;
    border-bottom: 5px solid #d2e900;
    text-align: left;
  }

  .kome_box02 img {
    width: 90%;
    margin: 0 auto 10px;
  }

  .kome_box02 p {
    width: 100%;
  }

  .chart_btn a {
    float: none;
    margin: 0 auto 20px;
  }

  .online_btn a {
    width: calc(50% - 5px);
    margin-right: 10px !important;
    box-sizing: border-box;
    margin-bottom: 5%;
  }

  .online_btn a:last-child {
    margin-right: 0 !important;
  }

  .h3_com {
    background-size: 30px auto;
    font-size: 130%;
  }

  #ank04 .h3_com {
    font-size: 110%;
    line-height: 1.6;
  }

  .com_aisatsu {
    padding: 5% 5%;
  }

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

  .com_aisatsu div:nth-child(1) h4 {
    font-size: 120%;
  }

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

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

  .com_aisatsu div:nth-child(2) img {
    width: 50%;
    display: inline-block;
    margin-right: 10px;
  }

  .com_aisatsu div:nth-child(2) p {
    display: inline-block;
    text-align: left;
  }

  .com_rinen01 {
    height: 250px;
    margin-bottom: 100px;
    margin-top: 40px;
  }

  .com_rinen01 dl dt {
    font-size: 90%;
    line-height: 1.4;
  }

  .com_rinen01 dl dd {
    font-size: 80%;
    line-height: 1.4;
  }

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

  .com_rinen01 dl:nth-child(2) {
    width: 50%;
    position: absolute;
    top: 230px;
    left: 0%;
  }

  .com_rinen01 dl:nth-child(3) {
    width: 50%;
    position: absolute;
    top: 230px;
    right: 0%;
  }

  .com_rinen01 img {
    width: 100px;
    top: 95px;
    padding-right: 80px;
  }

  .com_rinen02 dl {
    width: 100%;
    margin-bottom: 15px;
  }

  .com_rinen02 dl dt {
    margin-bottom: 10px;
  }

  .com_data table th {
    width: 30%;
    padding: 5px 10px;
    font-size: 90%;
  }

  .com_data table td {
    padding: 5px 10px;
    font-size: 90%;
    line-height: 1.4;
    border-left: 3px solid #fff0d6;
  }

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

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

  .com_tatsuno>div dl {
    width: 100%;
    margin-bottom: 15px;
  }

  .enkaku table th {
    width: 24%;
  }

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

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

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

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

  .foot_data ul {
    margin-bottom: 20px;
  }

  .foot_menu {
    margin-bottom: 5px;
  }

  #pageTop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 0;
  }

  #pageTop a {
    width: 50px;
    height: 70px;
    opacity: 0.9;
  }

  #pageTop a:hover {
    opacity: 0.9;
  }
}

@media (min-width: 770px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}



/*　お米の一年 */

@media screen and (max-width: 740px) {
  .tabBox .tabArea {
    height: 180px;
  }

  .tabBox .tabArea .one_tab {
    width: 32%;
    margin-bottom: 5px;
  }

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

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

  .tabBox .tabArea .one_tab:nth-child(1) img {
    width: 40% !important;
  }

  .tabBox .tabArea .one_tab:nth-child(1) .only_pc_none {
    width: 50% !important;
    max-width: 145px;
  }

  .tabBox .tabArea .one_tab:nth-child(5),
  .tabBox .tabArea .one_tab:nth-child(6),
  .tabBox .tabArea .one_tab:nth-child(7) {
    width: 22.5%;
  }

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


  .tabBox .tabArea .one_tab .tab_inner {
    height: 50px;
  }

  .tabContent {
    margin-top: 80px;
  }

  .tabContent .year_data {
    width: 100%;
  }

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

  .tabContent .year_cal {
    max-width: 100px;
    top: -50px;
    left: 15px;
  }

  .year_fukidashi {
    display: block;
    position: relative;
    margin-bottom: 100px;
  }

  .year_fukidashi img {
    width: 50px !important;
    margin: 0 auto 30px;
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .year_fukidashi10 img {
    width: 50px !important;
    margin: 0 auto 30px;
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .fuki05_01 img {
    width: 80px !important;
    padding-right: 20px;
    bottom: -70px !important;
  }

  .year_fukidashi p {
    width: 100% !important;
    margin: 0 auto 30px !important;
    background: url(../img/year/fukidashi_sp.png) no-repeat !important;
    background-size: 100% 100% !important;
    transform: none !important;
    font-size: 90%;
    padding: 0 !important;
    min-height: 130px;
    text-align: center !important;
  }

  .year_fukidashi10 p {
    background: url(../img/year/fukidashi04_sp.png) no-repeat !important;
    background-size: 100% 100% !important;
  }

  .year_fukidashi p span {
    transform: none !important;
    padding: 40px 10px 30px !important;
  }

  .fuki11_01 p span,
  .fuki04_03 p span {
    padding: 30px 10px 30px !important;
  }

  .fuki05_02 p span {
    padding: 45px 10px 30px !important;
  }

  .year_col2 img {
    width: 90%;
    margin: 0 auto 10px;
  }

  .year_col3 img {
    width: 90%;
    margin: 0 auto 10px;
  }

  .year_col2 p {
    width: 100%;
  }

  .year_column {
    width: 100%;
    margin-top: 50px 6% 3%;
    padding-top: 40px;
  }

  .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: 10px;
  }

  .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: 10px;
  }

  .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: 10px;
  }
}

@media screen and (max-width: 400px) {
  .tabContent .tab_main {
    padding: 50px 15px 10px;
  }

  .fuki11_01 p span br,
  .fuki04_03 p span br {
    display: none;
  }

  #tab07 .year_cal {
    width: 45%;
  }
}

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


  .tabContent p {
    font-size: 90% !important;
  }

  .fuki11_01 p span,
  .fuki04_03 p span {
    font-size: 90%;
  }
}

/*　知る */
@media screen and (max-width: 740px) {
  .know_lineup {
    padding-top: 10px;
  }

  .know_linup_no {
    top: 10px;
    font-size: 90%;
  }

  .know_linup_no span {
    font-size: 200%;
    margin-bottom: 5px;
  }

  .know_linup_ttl {
    font-size: 120%;
    text-align: right !important;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .know_linup_ttl_br {
    padding: 5px 5% 0 15%;
  }

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

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

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

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

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

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

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

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

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

  .know_lineup>div:nth-child(2) p br {
    display: none;
  }



  .knowContent h3 {
    width: 100%;
    font-size: 130%;
    margin: 0 0 3%;
    line-height: 1.6;
  }

  .know_data h4 {
    font-size: 110%;
    line-height: 1.6;
    width: 100%;
  }

  .know_data p br {
    display: none;
  }

  .know_link {
    display: inline-block;
  }

  .know_link p {
    display: inline-block;
  }

  .know_link_left {
    float: left;
  }

  .know_link_right {
    float: right;
  }

  .know_link p a {
    border-bottom: 1.5px solid #341a01;
    font-size: 100%;
  }

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

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

  .know_link_right a:after,
  .know_link_left a:after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #341a01;
    border-right: 2px solid #341a01;
    position: absolute;
    top: 10px;
  }

  .know_navi a {
    width: 90%;
    padding: 10px 0 10px;
    margin: 0 auto 30px;
    box-shadow: 5px 5px #888;
  }

  .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;
  }


  .know_navi dl dd {
    height: auto;
  }

  .know_navi dl dd {
    background-position: center center;
  }

  .know_navi dl dd span {
    font-size: 120%;
    position: static !important;
    display: inline-block;
    padding: 20% 0 20%;
    text-shadow: 1px 1px 2px #fff,
      0 0 1em #fff,
      0 0 0.2em #fff;
  }

  .know_navi dl dd span br {
    display: none;
  }

  @media screen and (max-width: 400px) {
    .know_navi dl dd span {
      font-size: 100%;
    }

    .know_navi dl dt {
      position: absolute;
      top: 30px;
      right: 0;
      left: 0;
      margin: 0 auto;
      font-size: 130%;
      font-weight: 700;
      color: #8C6239;
      z-index: 2;
    }
  }

  @media screen and (max-width: 340px) {
    .know_navi dl dd span {
      font-size: 90%;
    }
  }

  .sdgs_p1 {
    font-size: 120%;
  }

  .sdgs_p2 {
    text-align: left !important;
  }

  .sdgs_p2 br {
    display: none;
  }

  .sdgs_logo img {
    max-width: 250px;
    margin: 5% auto;
  }

  .know_foot {
    border-left: 0;
    border-right: 0;

  }

  .hoas {
    background: url(../img/know/know_p03_02.png) no-repeat bottom center;
    background-size: 50% auto;
    padding: 0 0 190px;
  }

  .know_p04_01 {
    background: url(../img/know/know_p04_01.jpg) no-repeat bottom center;
    background-size: 90% auto;
    padding: 0 0 240px;
    margin-bottom: 10%;
  }

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

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

  .know_p05_01 {
    width: 100%;
    background: url(../img/know/know_p05_01.png) no-repeat top center;
    background-size: 180px auto;
    padding-right: 0%;
    padding-top: 150px;
  }

  #header_know h1 a {
    width: 70%;
    height: auto;
    max-width: 380px;
    padding: 1% 65px 1% 0;
    box-sizing: border-box;
    position: relative;
    background: none;
    display: block;
    text-indent: 0;
    margin: 5px auto;
    pointer-events: all;
    cursor: pointer;
    box-sizing: border-box;
  }

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

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

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

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

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

  }

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

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

  .know_p06_01 h4 {
    width: 100%;
  }

  .know_p06_01 p {
    width: 100%;
    margin: 0 auto 7%;
  }

  @media screen and (max-width: 340px) {
    .know_p06_01 img:nth-of-type(1) {
      width: 180px;
      position: absolute;
      top: 0px;
      left: 5%;
      z-index: 2;
    }

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




  /*　食べる */
  .eat_lineup>ul>li>a {
    background-size: 20px;
    padding: 5px 0 8px 30px;
  }

  .eat_lineup .sub li {
    padding-left: 15px;
  }

  .eat_lineup::before {
    width: 18%;
    top: auto;
    left: auto;
    right: 14%;
    bottom: 5%;
    background: url(../img/eat/masu.png) no-repeat bottom;
    background-size: 100% auto;

  }

  .eat_lineup::after {
    width: 15%;
    bottom: -8%;
    right: -3%;
    background: url(../img/eat/shamoji.png) no-repeat bottom;
    background-size: 100% auto;
  }

  .eat_point {
    padding: 4% 3% 0.3% 3%;
    margin-top: 10%;
  }

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

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

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

  .eat_point h4 {
    font-size: 110%;
    padding-left: 20%;
  }

  .eat_recipe01 img {
    width: 100%;
    margin-bottom: 5%;
  }

  .eat_recipe01>div {
    width: 100%;
  }

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

  .eat_recipe01>div table {
    width: 48%;
  }

  .eat_recipe02>div dl {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 35%;
    margin-bottom: 2%;
  }

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

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

  .eat_recipe03 p {
    margin-bottom: 10px;
  }

  .eat_recipe03 .gaibu a {
    margin-bottom: 5%;
  }

  .eat_column,
  .eat_column_box .eat_column {
    margin-top: 8%;
    padding: 13% 5% 3%;
  }

  .eat_column01::before,
  .eat_column02::before,
  .eat_column03::before {
    width: 150px;
  }



  /* 聞く */
  @media screen and (max-width: 650px) {
    .ask_soudan .soudan>div {
      width: 100%;
      max-width: 400px;
      background: #c9a21021;
      border-radius: 30px;
      padding: 5% 3%;
      box-sizing: border-box;
    }

    .ask_soudan .soudan>div p {
      font-size: 100%;
    }
  }

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

    .ask_message {
      width: 250px;
      background-size: 90% auto;
    }

    .ask_message img {
      left: 10%;
    }
  }

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

    .ask_soudan h3,
    .ask_faq h3,
    .ask_contact h3 {
      font-size: 130%;
    }

    .ask_message {
      margin: 0px auto 70px;
    }

    .ask_soudan .soudan>div a {
      margin: 30px auto 0;
    }

    .ask_faq .q {
      padding: 25px 20px 15px 20px;
      text-indent: 0;
      position: relative;
    }

    .ask_faq .q span:first-child {
      font-size: 160%;
      color: #4C8334;
      width: auto;
      display: inline-block;
      position: absolute;
      top: -20px;
      left: 10px;
    }

    .ask_faq .a {
      padding: 38px 20px 50px 20px;
      background: url(../img/ask/icon_a.png) no-repeat top left 15px;
      background-size: 40px auto;
    }

    .ask_contact>div a {
      width: 90%;
      margin: 0 auto 20px;
    }

  }
}