@charset "utf-8";

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

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

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

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

  p {
    font-size: 14px;
  }

  .only_pc_none {
    display: block !important;
  }

  .only_sp_none {
    display: none !important;
  }

  .sp_br {
    display: inline;
  }

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

.pconly{
display:none;
}



  /*---------------------------------------------
 ** スマホメニュー
---------------------------------------------*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 8px;
    top: 8px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: #171c61;
    z-index: 99999;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;

  }

  .hamburger span:nth-child(1) {
    top: 15px;
  }

  .hamburger span:nth-child(2) {
    top: 28px;
  }

  .hamburger span:nth-child(3) {
    top: 42px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 27px;
    left: 10px;
    background: #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 27px;
    background: #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .globalMenuSp {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    color: #fff;
    background: #171c61;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    padding-top: 10px;
  }

  .globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
  }

  .globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    border-bottom: 1px solid #36487d;
    border-left: 0 !important;
    border-right: 0 !important;
    margin: 0 !important;
  }

  .globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  .globalMenuSp ul li:hover {
    background: #ddd;
  }

  .globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1.2em 0;
    text-decoration: none;
    text-align: center;
  }

  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp {
    pointer-events: none;
  }

  .globalMenuSp.active {
    opacity: 100;
    pointer-events: visible;
  }

  #nav {
    width: 120px;
    padding: 32px 0 30px;
    z-index: 999;
  }

  .lower #nav {
    width: 120px;
    padding: 32px 0 30px;
  }



  #nav ul {
    box-sizing: border-box;
    margin-top: 4px;
    width: 100%;
  }

  #nav .pc_none {
    display: block;
  }

  #head_right .btn_box {
    display: none;
  }

  #nav img {
    width: 180px;
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: 20px;
  }

  .lower #nav img {
    width: 150px;
  }

  /*---------------------------------------------
 **  ヘッダー
---------------------------------------------*/

  #home #head_right {
    width: 100%;
    height: 500px;
  }


  #home #head_right img {
    width: 200% !important;
    height: 500px;
    margin: 0;
    object-fit: cover;
  }

  .lower #head_right {
    height: 500px;
    width: 85%;
    overflow: hidden;
  }

  .lower #head_right #main_img {
    width: 100%;
    height: 500px;
    margin-top: 0;
  }

  .f_right {
    margin: 0 auto 5%;
  }

  .f_right #head_right img {
    width: 200% !important;
    height: 500px;
    margin: 0;
    object-fit: cover;
  }

  .lower #head_right img {
    width: 140% !important;
    max-width: 140% !important;
    margin-right: -60px;
    margin-top: 0px;
  }


  /* トップページ */



  #top_news>div:nth-child(1) {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 50px;
  }

  #top_news>div:nth-child(2) {
    width: 85%;
    margin-right: auto;
    margin-left: 0;
    height: 450px;
    overflow: hidden;
  }

  #top_news dl {
    width: 100%;
  }

  #top_news p {
    width: 100%;
    margin: 3% auto 0;
  }

  .tri_icon::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: -20px;
    margin: auto;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 10px solid #171c61;
  }

  #top_news img {
    margin-left: 0;
    margin-top: 0;
  }


  /*---------------------------------------------
 ** 下層ページ
---------------------------------------------*/
  .order_con {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .order_con p {
    font-size: 110%;
  }

  .order_con p:nth-of-type(1) {
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 10px;
  }



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

  footer {
    padding-bottom: 70px;
  }

  .f_left {
    display: block;
    text-align: center;
  }

  .f_left>img {
    width: 120px;
    margin: 30px auto 10px;
  }

  .f_left>div {
    width: 90%;
    margin: 0 auto 40px;
  }

  .f_left>div p:nth-child(1) {
    font-size: 130%;
  }

  .f_left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .contact-dl dt {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .contact-dl dd {
    width: 100%;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: calc(100% - 1.2em);
    font-size: 16px;
  }



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

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

  #pageTop a:hover {
    opacity: 0.9;
  }

  #copy {
    font-size: 80%;
  }
}

/*---------------------------------------------
 ** 480px
---------------------------------------------*/

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

  .lower #nav img {
    width: 110px;
  }

  .lower #head_right {
    height: 275px;
  }

  #nav {
    width: 60px;
  }

  #nav img {
    width: 140px;
    position: absolute;
    top: 0;
    left: 3%;
    margin-top: 15px;
  }

  #pan {
    font-size: 80%;
  }

  #top_news h2 {
    font-size: 140%;
    margin-bottom: 0%;
    text-align: center;
  }

  .lower h2 {
    font-size: 140%;
    padding: 8% 0 3.5%;
  }

  .lower h2::after {
    content: "";
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background: #171c61;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .lower h2+.read {
    margin-bottom: 10%;
    margin-top: 5%;
  }

  #top_news>div:nth-child(2) {
    height: 280px;
  }

  #top_news dl {
    padding: 4% 0;
  }

  #top_news dl dt {
    width: 100%;
    display: block;
    font-weight: 500;
  }

  #top_news dl dd {
    width: 100%;
    line-height: 1.6;
  }

  .lower #head_right {
    width: 100%;
  }

  .lower #head_right #main_img {
    width: 90%;
    height: 290px;
    position: absolute;
    top: -5px;
    left: 10%;
    z-index: -1;
    margin-top: 0;
  }

  .lower #head_right img {
    width: 150% !important;
    margin-left: auto;
    margin-top: -10px;
    object-fit: contain;
    margin-right: -80px;
  }

  #order #main_img img {
    width: 135% !important;
  }





  .kitamura_data {
    margin-bottom: 15%;
  }

  .kitamura_data .data01 {
    width: 100%;
  }

  .kitamura_data .data02 {
    width: 100%;
  }

  .kitamura_data .data02 h3 {
    font-size: 140%;
    padding-top: 10px;
    text-align: center;
  }

  .about_tbl {
    border-top: 1px solid #999;
  }

  .about_tbl tr {
    display: flex;
    flex-wrap: wrap;
  }

  .about_tbl tr th {
    width: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
    vertical-align: top;
    font-weight: 300;
    background: #ededed;
  }

  .about_tbl tr td {
    width: 100%;
    padding: 3% 2% 5%;
    box-sizing: border-box;
  }

  .pro_box {
    margin-bottom: 15%;
  }

  .pro_box>ul {
    width: 100%;
  }

  .pro_box>div {
    width: 100%;
  }

  .pro_box h3 {
    font-size: 130%;
  }

  .pro_hine img:first-of-type {
    width: 100%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 40px !important;
  }

  .pro_hine {
    margin-bottom: 15%;
  }

  .pro_hine>dl {
    width: 100%;
    display: block;
  }

  .pro_hine>dl dt {
    vertical-align: middle;
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    font-size: 130%;
    padding: 10px 0 5px;
    min-height: auto;
  }

  .recipe_data h3 {
    font-size: 130%;
    margin-top: 5%;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .recipe_data h3 span span {
    padding: 0 5px;
    margin-left: 3px;
  }

  .recipe_data .data01 .recipe_tbl h4 {
    font-size: 100%;
  }

  .recipe_data .data01 div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 10px;
  }

  .recipe_data .data01 .recipe_tbl {
    width: 100%;
  }

  .recipe_data .data02 h4 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 100%;
  }

  .recipe_data .data02>ul li {
    margin-bottom: 17px;
    font-size: 90%;
  }

  .point_box h4 {
    width: 100%;
    margin-bottom: 10px !important;
  }

  .point_box ul {
    width: 100%;
  }

  .message_box img {
    width: 90%;
    max-width: 250px;
    margin: 0 auto;
  }

  .message_box p {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 3% 3.5%;
    background: #ededed;
    position: relative;
    margin-bottom: 30px;
  }

  .message_box p:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ededed transparent transparent transparent;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
  }

  .thumb-item-nav .slick-track {
    padding: 5px;
    box-sizing: border-box;
  }

  .thumb-item-nav {
    margin: 0 auto;
    width: 100%;
    padding-top: 5px;
  }

  .thumb-item-nav li {
    width: 31% !important;
    margin: 0 3.5% 2% 0 !important;
    box-sizing: border-box;
  }

  .thumb-item-nav li:nth-child(5n) {
    margin: 0 3.5% 2% 0 !important;
  }

  .thumb-item-nav li:nth-child(3n) {
    margin: 0 0 2% 0 !important;
  }

  .thumb-item-nav li img {
    height: 90px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #town #container {
    margin-top: 10%;
  }

  .order_data h3 {
    font-size: 120%;
  }

  .fax_box p {
    width: 100%;
  }

  .fax_box>div {
    width: 90%;
    margin: 0 auto 10px;
  }

  .fax_no {
    text-align: center;
  }

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

  .order_con p:nth-of-type(2) {
    font-size: 70%;
  }

  .order_con p:nth-of-type(2) i {
    font-size: 150%;
  }

  .order_data dl dt {
    font-size: 105%;
  }

  .order_data {
    margin-bottom: 10%;
  }

  .contact_info {
    padding: 20px;
  }

  .f_right {
    width: 100%;
    margin: 0 !important;
    margin-left: -10%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(23, 28, 97, 0.934);
    justify-content: flex-start;
    text-align: center;
  }

  .f_right .btn_b:nth-child(1) {
    display: none;
  }

  .f_right .btn_b {
    width: 65%;
    padding: 15px 10px;
    margin-bottom: 0 !important;
    margin: 0 auto;
  }

  .f_right .btn_b a {
    width: 100%;
    padding: 5px 5px 5px 20px;
    display: inline-block;
    font-size: 110%;
  }

  .f_right .btn_b a span {
    display: inline-block;
    position: relative;
  }

  .f_right .btn_b a span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    font-size: 120%;
    position: absolute;
    top: -3px;
    left: -30px;
  }

  .info_data h3 span:nth-child(1) {
    font-size: 80%;
    padding: 3px 5px;
  }

  .info_data h3 span:nth-child(2) {
    font-size: 100%;
    padding: 5px 5px;
  }

  .info_btn .btn_b {
    width: 200px;
    margin: 15% auto !important;
  }

  .info_btn .btn_b a {
    box-sizing: content-box;
    padding: 5px 10px;
  }

  .info_box {
    width: 95%;
    text-align: center;
  }

  .info_box img {
    float: none;
    width: 250px;
    margin: 0 auto;
  }

  .info_box h3 {
    font-size: 100%;
    text-align: left;
    margin-bottom: 5px;
  }

  .info_box p {
    text-align: left;
  }

  .wp-pagenavi {
    margin-top: 5%;
  }


}

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

  .f_left>div p,
  #copy {
    font-size: 11px;
  }
}

/*---------------------------------------------
 ** 360px
---------------------------------------------*/
@media screen and (max-width: 360px) {
  p {
    font-size: 12px;
  }

  .lower h2+.read {
    font-size: 90%;
  }

  .sp_tel .phone {
    font-size: 140%;
  }

  #nav {
    width: 40px;
  }

  #nav ul {
    margin-top: 10px;
  }

  .sp_tel p.map a {
    padding: 5px 10px;
    font-size: 14px;
  }

  .lower #nav img {
    width: 90px;
    margin-top: 10px;

  }


  .lower #head_right {
    height: 240px;
    width: 85%;
  }

  .lower #head_right img {
    height: 300px;
    margin-top: -20px;
    margin-right: 20px;
  }

  #about #head_right img {
    margin-top: -20px;
    margin-right: -10px;
  }

  #recipe #head_right img {
    margin-top: 0px;
    margin-right: -40px;
  }

  #order #head_right img {
    width: 115% !important;
    margin-top: -10px;
    margin-right: -25px;
  }

  #product #main_img img {
    margin-left: -70px;
  }

  .lower h2 {
    font-size: 120%;
  }

  .kitamura_data .data02 h3 {
    font-size: 120%;
  }

  .kitamura_data .data01 dd {
    font-size: 10px;
  }

  .about_tbl tr td {
    font-size: 90%;
  }

  .pro_box h3 {
    font-size: 120%;
  }

  .pro_data dl {
    font-size: 80%;
  }

  .pro_hine>dl dt {
    font-size: 120%;
  }

  .pro_hine>dl dd {
    font-size: 80%;
  }

  .order_data h3 {
    font-size: 110%;
  }

  .fax_box .btn_b a {
    font-size: 16px !important;
  }

  .order_data dl dt {
    font-size: 100%;
  }

  .order_con h3 {
    font-size: 90%;
  }

  .order_con p:nth-of-type(2) {
    font-size: 60%;
  }

  .order_con p:nth-of-type(2) i {
    font-size: 140%;
  }

  .f_left>img {
    width: 90px;
  }

  .f_left>div p:nth-child(1) {
    font-size: 100%;
  }

  .lower #head_right #main_img {
    height: 240px;

  }



}



/* スマホのときのみ電話をかける */
@media (min-width: 770px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}