@charset "utf-8";
/*header
 ----------------------------------------------------*/
header {
  position: relative;
}
.pc_header_inner {
  background-size: auto auto;
  padding: 5px 0;
  background-color: rgba(244, 244, 244, 1);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5.7px, rgba(255, 255, 255, 1) 5.7px, rgba(255, 255, 255, 1) 7.1px);
}
.pc_header_inner .divHeadWrap {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.pc_header_inner .maruShinImg {
  width: 117px;
  position: absolute;
  left: 15px;
}
.pc_header_inner .liHeadDscText {
  margin-left: auto;
  margin-right: 435px;
}
.pc_header_inner .headBanner {
  display: flex;
  width: 540px;
  margin-right: 17px;
  position: absolute;
  top: 106px;
  right: 448px;
  transform: translateY(-100%);
}
@media screen and (max-width: 1570px) {
  .pc_header_inner .headBanner {
    width: 450px;
  }
}
.pc_header_inner .headBanner > li + li {
  margin-left: 10px;
}
.pc_header_inner .headContact {
  display: flex;
  align-items: normal;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.pc_header_inner .headContact a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  /* box-shadow */
  box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
}
.pc_header_inner .headContact .mailMagazinBtn a {
  border-right: solid 1px #fff;
  width: 105px;
  background: url(../img/header/mailmagazinicon.svg) no-repeat center top 10px, #d13737;
  padding: 50px 2% 15px;
  background-size: 30px;
  border-bottom-left-radius: 20px;
}
.pc_header_inner .headContact .mailMagazinBtn a:hover {
  background: url(../img/header/mailmagazinicon.svg) no-repeat center top 10px, #ffb229;
  background-size: 30px;
}
.pc_header_inner .headContact .onlineShopBtn a {
  border-right: solid 1px #fff;
  width: 105px;
  background: url(../img/header/carticon.svg) no-repeat center top 10px, #d13737;
  padding: 50px 2% 15px;
  background-size: 42px 38px;
}
.pc_header_inner .headContact .onlineShopBtn a:hover {
  background: url(../img/header/carticon.svg) no-repeat center top 10px, #ffb229;
  background-size: 42px 38px;
}
.pc_header_inner .headContact .contactBtn a {
  background: #01be9f;
  width: 245px;
  padding: 26px 2% 25px;
  font-size: 1.7rem;
}
.pc_header_inner .headContact .contactBtn a:hover {
  background: #0275bc;
}
.pc_header_inner .headContact .contactBtn p {
  font-size: 1.4rem;
  color: #fff;
}
.pc_header_inner .headContact .contactBtn span {
  color: #fff;
}
.pc_header_inner .headContact .contactBtn span::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: -9px;
  width: 25px;
  height: 25px;
  background: url(../img/header/mailicon.svg) no-repeat 0 0;
  background-size: 100%;
}
.pc_header_inner .headContact .contactBtn.bgRed a {
  background-color: #d64b4b;
}
.pc_header_inner .headContact .contactBtn.bgRed a:hover {
  background-color: #dda647;
}
.pc_header_inner .headContact .inspectionBtn a, .pc_header_inner .headContact .documentBtn a {
  border-bottom-left-radius: 20px;
  background-color: #d13737;
  width: 245px;
  padding: 26px 2% 25px;
  font-size: 1.7rem;
}
.pc_header_inner .headContact .inspectionBtn a:hover, .pc_header_inner .headContact .documentBtn a:hover {
  background-color: #ffb229;
}
.pc_header_inner .headContact .inspectionBtn a p, .pc_header_inner .headContact .documentBtn a p {
  font-size: 1.4rem;
  color: #fff;
}
.pc_header_inner .headContact .inspectionBtn a span, .pc_header_inner .headContact .documentBtn a span {
  color: #fff;
}
.pc_header_inner .headContact .inspectionBtn a span::before, .pc_header_inner .headContact .documentBtn a span::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: no-repeat center center/contain;
  background-size: 100%;
}
.pc_header_inner .headContact .inspectionBtn a span::before {
  width: 17.3px;
  height: 20.2px;
  background-image: url(../img/inspection/common/icon_flask.svg);
  vertical-align: -4px;
}
.pc_header_inner .headContact .documentBtn a span::before {
  width: 21px;
  height: 25px;
  background-image: url(../img/haccp/header/icon_paper.svg);
  vertical-align: -6px;
}
/*pc_header_inner_END*/
.logoImageWrap {
  display: flex;
  align-items: center;
  padding: 30px 0 30px;
  pointer-events: none;
}
.logoImageWrap .logoImage {
  width: 366px;
  pointer-events: auto;
}
.logoImageWrap .logoImageText {
  color: #01be9f;
  padding-left: 20px;
}
/*ヘッダーナビ*/
.header_nav {
  padding-top: 30px;
}
.header_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.header_nav ul li {
  text-align: center;
  flex-grow: 1;
  margin: 0 4px;
  width: 15%;
}
.header_nav ul li a {
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  position: relative;
  transition: 0.3s;
  display: block;
  padding-top: 13px;
}
.header_nav ul li.odd a:hover {
  background: #edc100;
  color: #fff;
}
.header_nav ul li.even a:hover {
  background: #f24200;
  color: #fff;
}
.header_nav ul li.odd a::after {
  border-bottom: 6px solid #edc100;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
}
.header_nav ul li.even a::after {
  border-bottom: 6px solid #f24200;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .header_nav ul li {
    text-align: center;
    flex-grow: 1;
    margin: 0 4px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* ===== header ===== */
  body {
    min-width: inherit;
  }
  .inner_in {
    width: 90%;
    margin: 0 auto;
  }
  .pc_header {
    display: none;
  }
  .header_nav {
    display: none;
  }
  header {
    height: 64px;
    position: relative;
    z-index: 999;
  }
  header .utility-sp {
    height: 64px;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  header .utility-sp.active {
    position: fixed;
  }
  .sub-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    background-image: url(../../img/head-top-bg-repeat.png);
    width: 100%;
  }
  .header-sp-logo {
    padding-left: 2%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
  }
  .utility-sp {
    position: relative;
    width: 100%;
  }
  .btn-menu {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
  ul.head-left-nav-ul {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 8%;
  }
  .btn-menu {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
  }
  .menu-trigger {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #01be9e;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    width: 43px;
    height: 3px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 31px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 42px;
  }
  .active .menu-trigger {
    background-color: transparent;
    position: fixed;
  }
  .active .menu-trigger span {
    background-color: #01be9e;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
    width: 30px;
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
    width: 30px;
  }
  #g-nav-sp {
    display: none;
    padding-bottom: 50px;
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e6f8f5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dropmenuLinks {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
  }
  .dropmenuLinks li > a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0.9em 18px 0.9em 30px;
    background-color: #fff;
  }
  .dropmenuLinks li > a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin-right: 0.2em;
    border-radius: 50%;
    background-color: #01be9f;
  }
  .dropmenuLinks li.has-children > a + * {
    display: none;
  }
  .dropmenuLinks li.has-children > a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 1px solid #01be9f;
    border-bottom: 1px solid #01be9f;
    margin-left: auto;
    transform: translateY(-25%) rotate(45deg);
    transition: transform 0.5s;
  }
  .dropmenuLinks li.has-children.js-active > a::after {
    transform: translateY(25%) rotate(-135deg);
  }
  .dropmenuLinks li.has-children ul a {
    padding-left: 69px;
  }
  .dropmenuLinks li.has-children ul.links-haccp a {
    background-color: #fcf4ed;
  }
  .dropmenuLinks li.has-children ul.links-haccp a::before {
    background-color: #e1934d;
  }
  .dropmenuLinks li.has-children ul.links-inspection a {
    background-color: #eaeff4;
  }
  .dropmenuLinks li.has-children ul.links-inspection a::before {
    background-color: #406ab5;
  }
  .dropmenuLinks li.has-children ul ul a {
    font-weight: 400;
    font-size: 1.3rem;
  }
  .dropmenuLinks li.has-children ul ul a::before {
    background-color: transparent !important;
  }
  .dropmenuBtns01 {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  .dropmenuBtns01 > li {
    margin-top: 20px;
  }
  .dropmenuBtns01 > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 86px;
    background-color: #d13737;
  }
  .dropmenuBtns01 > li > a:hover {
    background-color: #ffb229;
  }
  .dropmenuBtns01 > li > a p {
    color: #fff;
    line-height: 1.85;
    font-weight: 500;
  }
  .dropmenuBtns01 > li > a p:nth-of-type(1) {
    letter-spacing: 0.04em;
  }
  .dropmenuBtns01 > li > a p:last-of-type {
    display: flex;
    align-items: center;
    line-height: 1.24;
    font-size: 1.21em;
    letter-spacing: 0.14em;
  }
  .dropmenuBtns01 > li > a p:last-of-type::before {
    content: "";
    display: block;
    margin-right: 8px;
    background: no-repeat center center/contain;
    background-size: 100%;
  }
  .dropmenuBtns01 > li > a p:nth-of-type(n + 2) {
    margin-top: 0.2em;
  }
  .dropmenuBtns01 > li.bgGreen > a {
    background-color: #01be9f;
  }
  .dropmenuBtns01 > li.bgGreen > a:hover {
    background-color: #0275bc;
  }
  .dropmenuBtns01 > li.dropmenuBtnInspection a p:last-of-type::before {
    width: 22px;
    height: 25px;
    background-image: url(../img/header/icon_flask.svg);
  }
  .dropmenuBtns01 > li.dropmenuBtnContact a p:last-of-type::before {
    width: 29px;
    height: 23px;
    background-image: url(../img/header/icon_mail.svg);
  }
  .dropmenuBtns01 > li.dropmenuBtnMerumaga a p:last-of-type::before {
    width: 20px;
    height: 23px;
    background-image: url(../img/header/icon_merumaga.svg);
  }
  .dropmenuBtns01 > li.dropmenuBtnShop a p:last-of-type::before {
    width: 31px;
    height: 28px;
    background-image: url(../img/header/icon_shop.svg);
  }
  .dropmenuBtns02 {
    margin-top: 45px;
    padding: 0 10px;
    text-align: center;
  }
  .dropmenuBtns02 > li + li {
    margin-top: 11px;
  }
  .dropmenuBtns02 > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91px;
    background-color: #fff;
  }
}
