﻿
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hv:hover {
  opacity: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: auto;
}

body#news {
  background: none;
}

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

/*------------------------------
レイアウト
------------------------------*/
.inner {
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.pc-inline {
  display: none !important;
}

.sp-inline {
  display: inline-block !important;
}

.table-layout {
  width: 100%;
  margin: 30px 0;
}

.table-layout {
  overflow: auto;
  white-space: nowrap;
}

.table-layout::-webkit-scrollbar {
  height: 6px;
  background: #fff;
}

.table-layout::-webkit-scrollbar-track {
  background: inherit;
}

.table-layout::-webkit-scrollbar-thumb {
  background: #cdcfd2;
  border-radius: 10px;
}

.center {
}

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

.sp-right {
  text-align: right !important;
}

.f12 {
}

.f14 {
}

.f16 {
  font-size: 15px;
}

.f18 {
  font-size: 16px;
}

.f20 {
  font-size: 16px;
}

.f22 {
  font-size: 18px;
}

.f24 {
  font-size: 20px;
}

.f26 {
  font-size: 20px;
}

.f28 {
  font-size: 20px;
}

.f30 {
}

.f32 {
}

.f34 {
  font-size: 24px;
}

.f36 {
}

.f38 {
  font-size: 28px;
}

.mb100 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 45px;
}

.mb80 {
  margin-bottom: 50px;
}

.mb70 {
}

.mb60 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 12px;
}

.mb10 {
}

.section {
  padding: 50px 3%;
}

.textlink {
}

.color-white {
}

.ttl01 {
  font-size: 18px;
}

.ttl-02 {
  font-size: 18px;
}

.ttl-03 {
  font-size: 18px;
}

.ttl-04 span {
}

.ttl-04::after {
}

.ttl-05 {
  font-size: 18px;
  padding: 0 0 4px 28px;
}

.ttl-05::before {
  width: 18px;
  height: 18px;
}

.flexbox-2way {
}

.flexbox-2way .lbox {
  width: 100%;
}

.subttl-01 {
  font-size: 16px;
}

.pl-20 {
  padding-left: 0;
}

.flexbox-2way .rbox {
  width: 100%;
}

.flexbox-2way.reverse {
}

.flexbox-2way.reverse .lbox {
  order: 2;
}

.flexbox-2way.reverse .rbox {
  order: 1;
  margin: 0 0 40px;
}

.flexlist-2way li {
  width: 100%;
  margin: 0 0 60px;
}

.flexlist-2way li:nth-last-child(-n + 2) {
  margin: 0 0 60px;
}

.flexlist-2way li:last-child {
  margin: 0 0 0;
}

.ttl-04 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.flexlist-3way {
}

.flexlist-3way li {
  width: 100%;
  margin: 0 0 38px;
}

.flexlist-3way li:nth-last-child(-n + 3) {
  margin: 0 0 30px;
}

.flexlist-3way li:last-child {
  margin: 0 0 0;
}

.imagebox.fullheight {
  height: 380px;
}

.table-01 {
}

.table-01 tbody {
}

.table-01 tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.table-01 th {
  padding: 20px 0 10px 0;
  width: 100%;
}

.table-01 td {
  padding: 10px 0 20px;
  width: 100%;
}

.table-01 tr:first-child th {
  padding: 20px 0 10px 0;
}

.table-01 tr:first-child td {
  padding: 10px 0 20px;
}

/* header */

/* aside */
.aside {
}

.content-access {
  padding: 50px 0 0;
}

.content-access .topttl-02 {
}

.content-access .topttl-02::after {
}

.content-access p {
}

.content-access__map {
}

.content-access__map iframe {
  height: 300px;
}

.content-contact {
}

.content-contact .topttl-02 {
}

.content-contact p.center {
}

.content-contact .btn-02 {
}

.main {
  margin: 100px 0 0;
}

.article {
}

/* aside */
.aside {
}

.aside .aside-contact {
}

.aside .aside-contact .content {
}

.aside-contact__item {
  align-items: center;
  justify-content: center;
}

.aside-contact__tel {
  width: 100%;
  margin: 0 0 30px;
}

.aside-contact__tel--btn {
}

.aside-contact__tel--btn::before {
}

.aside-contact__tel--btn p {
}

.aside-contact__mail {
  width: 100%;
  max-width: 280px;
}

.aside-contact__mail--btn {
}

.aside-contact__mail--btn::before {
}

.aside-contact__mail--btn p {
}

/*top*/
.mv {
  position: relative;
  height: 48vh;
  padding-left: 10px;
}

.mv .slider {
  height: 48vh;
}

.mv .slider .slider01 {
  height: calc(48vh - 20px);
}

.mv .slider .slider02 {
  height: calc(48vh - 20px);
  background-position: left bottom;
}

.mv .slider .slider03 {
  height: calc(48vh - 20px);
}

.slider .slick-dots li {
  max-width: 50px;
}

.slider .slick-dots li::after {
  bottom: 75px;
  left: 80px;
  font-size: 18px;
  max-width: 200px;
  font-size: 16px;
  bottom: 65px;
  max-width: unset;
  left: 70px;
}

.slider .slick-dots li:nth-of-type(2)::after {
  /* bottom: 67px; */
  /* line-height: 1.25; */
  max-width: 180px;
  max-width: unset;
}

.mv .mv-text img {
  max-width: 30px;
}

.mv .mv-text {
  bottom: 50px;
  left: 0;
  height: 80px;
  max-width: 350px;
  max-width: 360px;
}

.mv .mv-text p {
  font-size: 20px;
}

.slider .slick-dots {
  max-width: 100%;
  bottom: 0;
}

.topttl_01 {
  font-size: 22px;
}

.topttl_01 .en {
  font-size: 15px;
}

.top-news__list .top-news__title {
  display: block;
  margin: 10px 0 0;
}

.top-recruit__flexbox {
}

.top-recruit__flexbox--imagebox {
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
}

.top-recruit__flexbox--textbox {
  width: 100%;
}

.top-recruit__flexbox--textbox p {
}

/* lower */
.lowermv__type2 {
  height: 300px;
  min-height: unset;
}

.lowermv__type2::before {
}

.lowermv__type2 .content {
}

.lowermv__type2--ttl {
  font-size: 14px;
}

.lowermv__type2--ttl span {
  font-size: 24px;
}

.contactform__wrap {
}

.contactform {
}

.contactform__table {
}

.contactform__table tbody {
}

.contactform__table tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.contactform__table th {
  width: 100%;
  background: #ededed;
  padding: 15px 3%;
}

.contactform__table td {
  width: 100%;
  padding: 15px 3% 40px;
}

.must-text {
}

.must-text.none {
  display: none;
}

.contactform__tel {
  justify-content: flex-start;
}

.contactform__tel span {
  padding: 0 10px;
}

.contactform__table textarea {
}

.contactform p {
}

.text-link {
}

.text-link:hover {
}

.contactform__policy {
}

.contactform__policy--checkbox {
}

.sub-news {
    padding: 0px 3% 80px;
}

.archive-news__list {
}

.archive-news__list li {
}

.archive-news__list li::after {
  bottom: 11px;
}

.archive-news__item {
}

.archive-news__item h3 {
}

.archive-news__item .date {
}

.archive-news__item img {
}

.archive-news__item p {
}

section.section div.content div.center {
}

input.contactform__text01 {
}

input.contactform__text02 {
  max-width: 200px;
}

input.header__navi--contact {
}

.entry-contents__header {
  padding: 0 0 40px;
}

.entry-contents__header h2 {
  font-size: 18px;
}

.entry-contents__header .date {
}

.entry-contents__header img {
}

.entry-contents {
}

.entry-contents p {
}

.entry-contents img {
}

.entry-contents ul {
}

.entry-contents ul li {
}

.entry-contents ul li::before {
}

.sp-scroll {
  overflow-x: scroll;
  margin: 0 0 30px;
}

.entry-contents table {
}

.entry-contents .sp-scroll table {
  margin: 0 0 15px;
  min-width: 800px;
}

.entry-contents thead {
}

.entry-contents tr {
}

.entry-contents th {
}

.entry-contents tbody {
}

.entry-contents td {
}

.entry-contents__footer {
  padding: 40px 0 0;
  margin: 40px auto 0;
}

.section-item01 {
}

.section-item01 .content {
}

.section-item01__image {
  width: 100%;
  height: 300px;
}

.section-item01__content {
  width: 100%;
  margin: 0 auto;
}

.section-item01__content--subttl {
}

.section-item01__content--subttl span {
}

.section-item01__content--ttl {
  font-size: 20px;
}

.section-item01__content--ttl span {
  padding: 0 3% 17px;
}

.section-item01__content--ttl span::after {
}

.section-item01__content--textwrap {
  padding: 0;
}

.section-item01__content--textwrap p {
}

.section-item01__content--subttl02 {
  font-size: 18px;
  padding: 20px 0 20px;
}

.section-item01__content--subttl03 {
  font-size: 20px;
  padding: 0px 0 0px;
}

.section-item03 {
}

.secion-item03__head {
  margin-bottom: 30px;
}

.secion-item03__head::before {
  width: 100%;
  top: auto;
  height: 80%;
}

.secion-item03__head .content {
}

.secion-item03__head .secion-item03__head--content {
  width: 100%;
  order: 2;
  padding: 20px 7% 20px 0;
}

.secion-item03__head .secion-item03__head--image {
  width: 100%;
  order: 1;
}

.secion-item03__head .secion-item03__head--image img {
}

.secion-item03__head.reverse {
}

.secion-item03__head.reverse::before {
}

.secion-item03__head.reverse .secion-item03__head--content {
  padding: 20px 0 20px 7%;
}

.secion-item03__head.reverse .secion-item03__head--image {
}

.secion-item03__head.reverse .secion-item03__head--image img {
}

.factory-item {
  padding: 0px 3% 0;
}

.factory-item__ttl {
  width: 100%;
}

.factory-item__text {
  width: 100%;
  padding: 30px 0 0;
}

.about-item01 {
}

.about-item01 .section-item01__image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.about-item01 .section-item01__content {
  width: 100%;
  padding: 0;
}

.sub-shop ul li {
  flex-direction: column;
}

.sub-shop ul li .label {
  width: 100%;
  padding: 10px;
  background: #f7f4ed;
  margin-bottom: 20px;
}

.shop-overview .wrap {
  margin-bottom: 20px;
}

.sub-shop .btn001 {
  margin: 30px 0 50px auto;
}

.shop-overview .wrap {
  flex-direction: column;
}

.shop-overview .wrap .img_box {
  padding-right: 25px;
}

.shop-overview .wrap:nth-child(3) {
  flex-direction: column-reverse;
}

.shop-overview .wrap:nth-child(3) .img_box {
  padding-right: 0;
  padding-left: 25px;
}

.shop-overview .wrap:nth-child(3) .txt_box {
  padding: 30px;
}

.shop-overview .wrap .txt_box {
  padding: 30px;
}

.shop-overview .wrap .txt_box p br {
  display: none;
}

.shop-apple-pie .cards {
  gap: 50px;
  flex-direction: column;
}

.sub-recruit .wrap::after {
  left: 100px;
}

.sub-section {
  padding: 20px 25px 100px;
}

.breadcrumbs-sub {
  right: 10px;
  bottom: 10px;
}

.sub-privacy {
  padding: 25px 3% 40px;
}

.shop-overview .section_ttl {
    margin: 0 auto 25px;
}

.sub-shop {
    padding: 50px 0;
}

.sub-about .staff .sub-btn01, .sub-about .profile .sub-btn01 {
    margin: 40px 0 40px auto;
}

.lowermv__type2--ttl {
    padding-left: 24px;
}

.lowermv__type2--ttl span {
    margin-left: -24px;
}

.lowermv__type2--ttl span::before {
    width: 16px;
    height: 16px;
    bottom: 1px;
}

@media screen and (max-width: 576px) {
  .main {
    margin: 80px 0 0;
  }
  .sub-product .products-cards {
    justify-content: center;
  }

  .sub-product .products-cards .card {
    width: 100%;
    max-width: 300px;
  }

  .sub-product .btn001 {
    margin: 50px auto 0;
  }

  .sub-product p br {
    display: none;
  }

  .archive-news__item .news-img {
    width: 100%;
  }

  .news-details {
    flex-direction: column;
    gap: 20px;
  }

  .pagination__button {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .archive-news__item .news-list {
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border: none;
  }

  .sub-recruit .wrap .img_box {
    width: 100%;
  }

  .sub-recruit .wrap .img_box img {
    border-radius: 15px 15px 0 0px;
    max-height: 400px;
  }

  .sub-recruit .wrap {
    flex-direction: column-reverse;
  }

  .sub-recruit-guide ul li {
    flex-direction: column;
  }

  .sub-recruit-guide ul li .label {
    width: 100%;
    background: #f7f4ed;
    padding: 10px;
    margin-bottom: 20px;
  }

  .sub-recruit-guide .btn001 {
    margin: 30px auto 0;
  }

  .mv .mv-text {
    height: 80px;
    height: 60px;
  }

  .mv .mv-text p {
    font-size: 18px;
  }

  .mv .mv-text img {
    max-width: 25px;
  }

  .wp-pagenavi .page,.wp-pagenavi .current,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
