@charset "UTF-8";
@media screen and (max-width: 768px) {
  a,
  a:link {
    text-decoration: none;
  }
  a:hover {
    transition: none;
  }
  /* sp */
  .sp {
    display: block !important;
  }
  .sp_off {
    display: none !important;
  }
  /* structure
====================================================================================================================================== */
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
  }
  #container {
    font-size: 1.5em;
    line-height: 1.9;
    overflow: hidden;
  }
  .wrapper {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
  }
  .box_3_column {
    width: 50%;
  }
  .box_4_column {
    width: 50%;
  }
  /* header
 ====================================================================================================================================== */
  #header {
    padding-bottom: 1.5em;
  }
  #header .wrapper {
    position: static;
  }
  #header .logo_set h1 {
    padding: 10px 0 0 0px;
    margin: 0 0 -8px 0;
    width: 130px;
  }
  #header .header_lead {
    position: static;
    padding-top: 0.7em;
  }
  #header .header_lead p {
    text-align: center;
  }
  #header .header_lead .lead {
    margin-bottom: 0.6em;
  }
  #header .site_title {
    padding-top: 0;
    margin-top: 1.2em;
  }
  #header .site_title img {
    width: 75px;
  }
  /* スマホ用ナビ
====================================================================================================================================== */
  .sp_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    /*
    width: 50px;
    height: 50px;
    */
    width: 56px;
    height: 60px;
    z-index: 999;
    text-align: center;
    background-color: #372f2d;
  }
  /* ハンバーガーメニュー
====================================================================================================================================== */
  .menu-trigger,
  .menu-trigger span {
    transition: all .4s;
  }
  .menu-trigger {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 25px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  /* globalnavi
 ====================================================================================================================================== */
  #gnav {
    display: none;
    position: absolute;
    /*top: 50px;*/
    top: 60px;
    z-index: 99999;
    width: 100%;
    margin-top: 0;
    background: none;
    background-color: rgba(240, 240, 240, 0.9);
    border: none;
  }
  #gnav ul {
    width: auto;
    border-right: none;
    border-top: 1px solid #ccc;
  }
  #gnav ul li {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    position: static;
    margin: 0;
  }
  #gnav ul li a {
    display: block;
    padding: 0.5em 1.3em;
    line-height: 1.3em;
    height: auto;
    font-size: 1rem;
    text-align: left;
    border: none;
  }
  #gnav ul li a:hover {
    background: none;
  }
  #gnav ul li ul.sub_menu {
    display: block;
    position: static;
    background: none;
    background-color: rgba(200, 200, 200, 0.3);
    padding: 0;
    border-top: none;
  }
  #gnav ul li ul.sub_menu li {
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;
    padding-left: 0;
    text-indent: 1.2em;
  }
  #gnav ul li ul.sub_menu li a {
    font-size: 1rem;
  }
  #gnav ul li ul.sub_menu li a:before {
    display: none;
  }
  #gnav ul li:last-child {
    border-right: none;
  }
  /*-- SEARCH/ --*/
  .search_box {
    position: static;
    margin: 1.7em auto;
    width: 280px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .search_box form {
    width: 280px;
    height: 31px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .search_box form input {
    border-radius: 0;
  }
  .search_box .search_form {
    width: 250px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }
  .search_box .search_btn {
    width: 19px;
    height: 19px;
    border: 0;
    position: absolute;
    top: 6px;
    right: 6px;
    visibility: visible;
    background-color: #fff;
  }
  #main_slider .catch {
    top: 35%;
    font-size: 1.6875rem;
  }
  .top_section .to_detail {
    position: static;
    text-align: center;
  }
  .top_section .to_detail a {
    height: 15px;
    line-height: 15px;
    background-size: auto 15px;
  }
  .inner_wrapper {
    width: auto;
  }
  .news .news_list {
    float: none;
    width: auto;
    margin-bottom: 2em;
  }
  .news .saiji_link {
    float: none;
    width: 100%;
    max-width: 260px;
    margin: 2.2em auto 0;
  }
  #conts .news_list {
    margin-bottom: 1em;
  }
  .banner_area_middle .inner_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .alternate_area .alter_box .half_box {
    width: 100%;
  }
  .alternate_area .alter_box .text_area {
    padding: 2em;
    height: auto;
    min-height: 19em;
    border-bottom: 1px solid #fff;
    background-size: auto 80%;
  }
  .alternate_area .alter_box .text_area .title {
    font-size: 1.75rem;
  }
  .alternate_area .alter_box .text_area .main_text {
    font-size: 1.25rem;
  }
  .alternate_area .alter_box .image_area {
    display: none;
  }
  .alternate_area .alter_box a.to_enkaku {
    font-size: 1rem;
    height: 15px;
    line-height: 15px;
    background-size: auto 15px;
  }
  .alternate_area .alter_box a.to_enkaku:hover {
    text-decoration: underline;
  }
  .alternate_area .alter_box.alter_box_first .text_area .main_text {
    font-size: 1.3125rem;
    line-height: 1.9em;
  }
  .alternate_area .alter_box.alter_box_first .image_area {
    display: block;
  }
  .alternate_area .alter_box:nth-child(odd) .text_area {
    float: none;
  }
  .alternate_area .alter_box:nth-child(odd) .image_area {
    float: none;
  }
  .alternate_area .alter_box:nth-child(even) .text_area {
    float: none;
  }
  .alternate_area .alter_box:nth-child(even) .image_area {
    float: none;
  }
  /*
  .top_section.products{
    .wrapper{
      padding-left: 0;
      padding-right: 0;
    }
    .box_3_column{
      .box{
        float: none;

      }
    }
  }
  .product_box{
    .image{
      margin-bottom: 0;
      width: 170px;
    }
    figcaption{
      width: calc(100% - 170px);
      padding: 0.7em 0.5em;
    }
  }



  */
  /* footer
 ====================================================================================================================================== */
  #footer .sitemap_open_close {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    margin: 0 -15px 2em;
    padding: 0.8em 15px;
  }
  #footer .sitemap_open_close p {
    text-align: center;
    font-size: 1.5625rem;
    color: #fff;
    margin-bottom: 0;
    background: url(../img/icon_closed.png) no-repeat right center;
  }
  #footer .sitemap_open_close.open p {
    background: url(../img/icon_opened.png) no-repeat right center;
  }
  #footer .sitemap {
    display: none;
    float: none;
    width: auto;
    margin: 0 -15px 2em;
  }
  #footer .sitemap.column03 .sitemap_box {
    width: 100%;
  }
  #footer .sitemap .sitemap_box {
    float: none;
    width: 100%;
    border-bottom: 1px dotted #888;
  }
  #footer .sitemap .sitemap_box p {
    font-size: 1rem;
  }
  #footer .sitemap .sitemap_box + .sitemap_box {
    border-left: none;
  }
  #footer .footer_side {
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  #footer .footer_info .footer_logo img {
    width: 230px;
  }
  /* side_fixed_box
  ====================================================================================================================================== */
  .top_page {
    bottom: 10px;
    width: 45px;
  }
  /* ページ内ナビゲーション
 ====================================================================================================================================== */
  #sub_navi {
    padding: 1.3em 0;
  }
  #sub_navi ul li {
    margin: 0 1.1em;
  }
  #sub_navi ul li a {
    background-size: 14px auto;
    padding: 0.2em 0;
    padding-right: 1.4em;
  }
  #sub_navi ul li a:hover, #sub_navi ul li a.active {
    background-size: 14px auto;
  }
  /* サイトマップ
  ====================================================================================================================================== */
  .sitemap .sitemap_second {
    margin-left: 2em !important;
  }
  .sitemap .sitemap_third {
    margin-left: 2em !important;
  }
  .sitemap .sitemap_third table td {
    vertical-align: top;
  }
  .sitemap .sitemap_third table td a {
    display: block;
    padding-left: 2em;
    text-indent: -2em;
  }
  /* ハム・ソーセージのお話
  ====================================================================================================================================== */
  table.t_story > tbody > tr > td {
    display: block;
    width: 100%;
  }
  table.t_story > tbody > tr > td.empty_cell {
    display: none;
  }
  table.t_story .table03 {
    height: auto !important;
  }
  table.t_story .table03 td {
    height: auto !important;
  }
  table.t_story .table03 td > div {
    text-align: left !important;
  }
  /* お問い合わせ
  ====================================================================================================================================== */
  table.t_form tbody th, table.t_form tbody td {
    display: block;
    border-top: none;
  }
  table.t_form tbody th {
    width: 100%;
    border-bottom: none;
  }
  table.t_form tbody tr:first-child th {
    border-top: 1px solid #ccc;
  }
  table.t_form tbody th.address_title {
    display: none;
  }
  table.t_form input[type="text"],
  table.t_form input[type="email"],
  table.t_form input[type="tel"],
  table.t_form textarea {
    padding: 0.7em;
  }
  form button {
    width: 230px;
  }
  form button[type="submit"] {
    background-size: 10px auto;
  }
  form button[type="button"],
  form button[type="submit"] + button[type="submit"] {
    background-size: 10px auto;
    margin-left: 0.4em;
  }
  form button[type="button"]:hover,
  form button[type="submit"] + button[type="submit"]:hover {
    background-size: 10px auto;
  }
}

@media screen and (max-width: 540px) {
  .torikumi_box_wrapper + .torikumi_box_wrapper {
    margin-left: auto;
  }
  .torikumi_box_wrapper {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 0;
    margin: 0 auto 1.5em;
  }
  /* header
====================================================================================================================================== */
  #header .site_title img {
    width: 75px;
  }
  #main_slider .catch {
    top: 30%;
    font-size: 1.47rem;
    line-height: 1.6em;
  }
  /* footer
 ====================================================================================================================================== */
  #footer .banner_area ul li {
    width: 50%;
    margin-bottom: 1.25%;
  }
  #footer .sitemap_open_close p {
    background-size: 22px auto;
  }
  #footer .sitemap_open_close.open p {
    background-size: 22px auto;
  }
  #footer .footer_info .footer_logo img {
    width: 180px;
  }
  /* サイトマップ
  ====================================================================================================================================== */
  .sitemap .sitemap_second {
    margin-left: 1.5em !important;
  }
  .sitemap .sitemap_third {
    margin-left: 1em !important;
  }
  /* お客様相談室
  ====================================================================================================================================== */
  table.t_shitsumon th, table.t_shitsumon td {
    display: block;
    width: 100% !important;
  }
  table.t_shitsumon th {
    padding-bottom: 0;
  }
  table.t_shitsumon td {
    padding-top: 0;
  }
  table.t_shitsumon td .to_ichiran {
    margin-top: 1.5em;
  }
  /* お問い合わせ
  ====================================================================================================================================== */
  form button {
    width: 230px;
    display: block;
    margin: 0 auto;
  }
  form button[type="button"],
  form button[type="submit"] + button[type="submit"] {
    margin-top: 0.7em;
    margin-left: auto;
  }
}
