@charset "UTF-8";
/*-- メディア
-------------------------------------------------------------*/
/*--- FlexBoxの分け方 ---*/
.l-flex.is-gap1 {
  gap: 1em;
}
@media only screen and (max-width:925px) {
  .l-flex.is-gap1 {
    gap: 10px;
  }
}

.l-flex.is-i2.is-gap1 > .item {
  width: calc((100% - 1em) / 2);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i2.is-gap1 > .item {
    width: 100%;
  }
}

.l-flex.is-i3.is-gap1 > .item {
  width: calc((100% - 2em) / 3);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i3.is-gap1 > .item {
    width: 100%;
  }
}

.l-flex.is-i4.is-gap1 > .item {
  width: calc((100% - 3em) / 4);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i4.is-gap1 > .item {
    width: 100%;
  }
}

.l-flex.is-i5.is-gap1 > .item {
  width: calc((100% - 4em) / 5);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i5.is-gap1 > .item {
    width: 100%;
  }
}

.l-flex.is-i6.is-gap1 > .item {
  width: calc((100% - 5em) / 6);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i6.is-gap1 > .item {
    width: 100%;
  }
}

.l-flex.is-gap2 {
  gap: 2em;
}
@media only screen and (max-width:925px) {
  .l-flex.is-gap2 {
    gap: 10px;
  }
}

.l-flex.is-i2.is-gap2 > .item {
  width: calc((100% - 2em) / 2);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i2.is-gap2 > .item {
    width: 100%;
  }
}

.l-flex.is-i3.is-gap2 > .item {
  width: calc((100% - 4em) / 3);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i3.is-gap2 > .item {
    width: 100%;
  }
}

.l-flex.is-i4.is-gap2 > .item {
  width: calc((100% - 6em) / 4);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i4.is-gap2 > .item {
    width: 100%;
  }
}

.l-flex.is-i5.is-gap2 > .item {
  width: calc((100% - 8em) / 5);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i5.is-gap2 > .item {
    width: 100%;
  }
}

.l-flex.is-i6.is-gap2 > .item {
  width: calc((100% - 10em) / 6);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i6.is-gap2 > .item {
    width: 100%;
  }
}

.l-flex.is-gap3 {
  gap: 3em;
}
@media only screen and (max-width:925px) {
  .l-flex.is-gap3 {
    gap: 10px;
  }
}

.l-flex.is-i2.is-gap3 > .item {
  width: calc((100% - 3em) / 2);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i2.is-gap3 > .item {
    width: 100%;
  }
}

.l-flex.is-i3.is-gap3 > .item {
  width: calc((100% - 6em) / 3);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i3.is-gap3 > .item {
    width: 100%;
  }
}

.l-flex.is-i4.is-gap3 > .item {
  width: calc((100% - 9em) / 4);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i4.is-gap3 > .item {
    width: 100%;
  }
}

.l-flex.is-i5.is-gap3 > .item {
  width: calc((100% - 12em) / 5);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i5.is-gap3 > .item {
    width: 100%;
  }
}

.l-flex.is-i6.is-gap3 > .item {
  width: calc((100% - 15em) / 6);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i6.is-gap3 > .item {
    width: 100%;
  }
}

.l-flex.is-gap4 {
  gap: 4em;
}
@media only screen and (max-width:925px) {
  .l-flex.is-gap4 {
    gap: 10px;
  }
}

.l-flex.is-i2.is-gap4 > .item {
  width: calc((100% - 4em) / 2);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i2.is-gap4 > .item {
    width: 100%;
  }
}

.l-flex.is-i3.is-gap4 > .item {
  width: calc((100% - 8em) / 3);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i3.is-gap4 > .item {
    width: 100%;
  }
}

.l-flex.is-i4.is-gap4 > .item {
  width: calc((100% - 12em) / 4);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i4.is-gap4 > .item {
    width: 100%;
  }
}

.l-flex.is-i5.is-gap4 > .item {
  width: calc((100% - 16em) / 5);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i5.is-gap4 > .item {
    width: 100%;
  }
}

.l-flex.is-i6.is-gap4 > .item {
  width: calc((100% - 20em) / 6);
}
@media only screen and (max-width:925px) {
  .l-flex.is-i6.is-gap4 > .item {
    width: 100%;
  }
}

@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-gap2.is-i2 {
    flex-direction: column;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-gap2.is-i2 .item {
    width: 100%;
  }
}

@media only screen and (min-width:1281px) {
  .l-flex.is-lg-i1 {
    flex-direction: column;
  }
}
@media only screen and (min-width:1281px) {
  .l-flex.is-lg-i1 .item {
    width: 100% !important;
  }
}
@media only screen and (min-width:1281px) {
  .l-flex.is-lg-i2 {
    flex-wrap: wrap;
    gap: 2em !important;
  }
}
@media only screen and (min-width:1281px) {
  .l-flex.is-lg-i2 .item {
    width: calc((100% - 2em) / 2) !important;
  }
}
@media only screen and (min-width:1281px) {
  .l-flex.is-lg-i3 {
    flex-wrap: wrap;
    gap: 2em !important;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-lg-i3 .item {
    width: calc((100% - 4em) / 3) !important;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-md-i1 {
    flex-direction: column;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-md-i1 .item {
    width: 100% !important;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-md-i2 {
    flex-wrap: wrap;
    gap: 2em !important;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-md-i2 .item {
    width: calc((100% - 2em) / 2) !important;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-md-i3 {
    flex-wrap: wrap;
    gap: 2em !important;
  }
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-flex.is-md-i3 .item {
    width: calc((100% - 4em) / 3) !important;
  }
}

/*-- ページ共通スタイル
------------------------+-------------------------------------*/
body {
  opacity: 0;
  animation: fadeIn 1s linear forwards 1s;
}

.l-pagetop-container {
  height: 300px;
  overflow: hidden;
  position: relative;
  background: no-repeat center right;
  background-size: auto 33%;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container {
    height: 253px;
    padding-top: 74px;
    margin-bottom: 30px;
    background-size: auto 65px;
    background-position: bottom 48px right 15px;
  }
}
.l-pagetop-container.public {
  height: 475px;
  background: no-repeat top center;
  background-size: cover;
  overflow: visible;
  margin-bottom: 2rem;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.public {
    height: 235px;
  }
}
.l-pagetop-container.public h2 {
  position: relative;
  padding: 2rem 0 2rem 3rem;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.public h2 {
    margin-top: 2rem;
    padding: 1em 0 1em 0;
  }
}
.l-pagetop-container.public h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-100vw + (100vw - 79.166%) / 2);
  right: -13rem;
  background: rgba(255, 255, 255, 0.7);
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  z-index: 0;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.public h2:before {
    right: -3rem;
  }
}
.l-pagetop-container.public h2 img {
  position: relative;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.public h2 img {
    height: 50px;
  }
}
.l-pagetop-container.public .p-bread-crumb {
  position: absolute;
  bottom: -3.8rem;
  z-index: 100;
  background: #fff;
}
.l-pagetop-container.beef {
  background-image: url("../img/tokusan/beef/page-back.jpg?2");
}
.l-pagetop-container.biton {
  background-image: url("../img/tokusan/biton/page-back.jpg?2");
}
.l-pagetop-container.yasai {
  background-image: url("../img/tokusan/yasai/page-back.jpg?3");
}
.l-pagetop-container.kakou {
  background-image: url("../img/tokusan/kakou/page-back.jpg?3");
}
.l-pagetop-container.buy {
  background-image: url("../img/shop/buy/page-back.jpg");
}
.l-pagetop-container.eat {
  background-image: url("../img/shop/eat/page-back.jpg");
}
.l-pagetop-container.about {
  background-image: url("../img/job/about/page-back.svg");
}
.l-pagetop-container.bank {
  background-image: url("../img/job/bank/page-back.svg");
}
.l-pagetop-container.document {
  background-image: url("../img/job/document/page-back.svg");
}
.l-pagetop-container.disclosure {
  background-image: url("../img/job/disclosure/page-back.svg");
}
.l-pagetop-container.kyosai {
  background-image: url("../img/job/kyosai/page-back.svg");
}
.l-pagetop-container.map {
  background-image: url("../img/job/map/page-back.svg");
}
.l-pagetop-container.recruit {
  background-image: url("../img/recruit/page-back.svg");
}
.l-pagetop-container.privacy {
  background-image: url("../img/privacy/page-back.svg");
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.privacy h2 img {
    height: 33px;
  }
}
.l-pagetop-container.contact {
  background-image: url("../img/contact/page-back.svg");
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.contact h2 img {
    height: 33px;
  }
}
.l-pagetop-container.goto {
  background-image: url("../img/goto/page-back.jpg");
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.goto h2 img {
    height: 33px;
  }
}
.l-pagetop-container.cookie {
  background-image: url("../img/cookie/page-back.svg");
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.cookie h2 img {
    height: 33px;
  }
}
.l-pagetop-container.info {
  background-image: url("../img/info/page-back.svg");
}
.l-pagetop-container.link {
  background-image: url("../img/link/page-back.svg");
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.link h2 img {
    height: 33px;
  }
}
.l-pagetop-container.route {
  background-image: url("../img/job/route/page-back.svg");
}
@media only screen and (max-width:925px) {
  .l-pagetop-container.route h2 img {
    height: 33px;
  }
}
.l-pagetop-container .l-inner {
  height: 100%;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container .l-inner {
    align-items: flex-start;
  }
}
.l-pagetop-container h2 {
  margin-top: 10rem;
  z-index: 10;
}
@media only screen and (max-width:925px) {
  .l-pagetop-container h2 img {
    display: block;
    height: 50px;
  }
}

/*-- トップページ
-------------------------------------------------------------*/
/*-- トップ画面
---------------------------------*/
.l-top-container {
  max-height: 70vh;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width:925px) {
  .l-top-container {
    max-height: 80vh;
    min-height: 0;
  }
}
.l-top-container .slide-media {
  display: flex;
  align-items: center;
}
.l-top-container .slick-slide img {
  min-height: 100%;
  min-width: 100%;
  max-width: 500%;
}
.l-top-container .item-hero-txt {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  opacity: 0;
  animation: fadeIn 0.3s var(--Baseeasing) 2.2s forwards;
  z-index: 100;
  max-height: 35vh;
}
@media only screen and (max-width:925px) {
  .l-top-container .item-hero-txt {
    width: 28rem;
    max-width: 100%;
    left: 2%;
    bottom: 24%;
    top: auto;
    transform: translate(0, 0);
  }
}
.l-top-container .list-top-banner {
  position: absolute;
  right: 85px;
  bottom: calc(5.7rem + 1vw);
  z-index: 100;
  gap: 10px;
}
@media only screen and (max-width:925px) {
  .l-top-container .list-top-banner {
    bottom: 115px;
  }
}
.l-top-container .list-top-banner li a {
  max-width: 200%;
}
@media only screen and (max-width:925px) {
  .l-top-container .list-top-banner li a {
    line-height: 1.5;
    padding-left: 3em;
    font-size: 1.6rem;
  }
}
.l-top-container .p-top-info {
  max-width: 77rem;
  width: 50%;
  height: 5.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media only screen and (max-width:925px) {
  .l-top-container .p-top-info {
    width: 50%;
    bottom: 0;
    height: 7rem;
  }
}
.l-top-container .p-top-info .p-top-info-title {
  height: 100%;
  padding: 0 5rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  background: var(--BaseColor);
  border-top-left-radius: 1.5rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:925px) {
  .l-top-container .p-top-info .p-top-info-title {
    height: 50px;
    width: 100%;
    border-top-right-radius: 15px;
    font-size: 1.4rem;
    padding-left: 2em;
  }
}
.l-top-container .p-top-info .p-top-info-body {
  width: calc(100% - 16rem);
  height: 100%;
  padding: 0 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
@media only screen and (max-width:925px) {
  .l-top-container .p-top-info .p-top-info-body {
    height: 150px;
    width: 100%;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
.l-top-container .p-top-info .p-top-info-body .slide-news {
  width: 100%;
  white-space: nowrap;
}
.l-top-container .p-top-info .p-top-info-body .slide-news .slick-slide {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-info-banner .p-btn {
  line-height: 2.5rem;
  padding: 10px 10px 10px 3em;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .p-info-banner .p-btn {
    text-align: left;
    line-height: 2.5rem;
    padding: 10px 10px 10px 3em;
  }
}
@media only screen and (max-width:925px) {
  .p-info-banner .p-btn {
    text-align: left;
    line-height: 2.5rem;
    padding: 10px 10px 10px 3em;
  }
}

/*-- ピックアップ仕事
---------------------------------*/
#pickup-job {
  padding-top: 0;
  background: url("../img/top/pickup-job-back.jpg") no-repeat bottom;
}
#pickup-job .p-title-box {
  position: relative;
}
#pickup-job .p-title-box:before {
  content: url("../img/top/pickup-title-back-2.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width:925px) {
  #pickup-job .p-title-box:before {
    display: none;
  }
}
#pickup-job .p-title-box .p-title {
  margin: 3rem 0;
}
@media only screen and (max-width:925px) {
  #pickup-job .p-title-box .p-title {
    margin: 0;
  }
}
#pickup-job .l-flex .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:925px) {
  #pickup-job .l-flex .item {
    margin-bottom: 10px;
    align-items: center;
  }
}
#pickup-job .l-flex .item h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--BaseColor);
  background: url("../img/top/pickup-job-title.png") no-repeat center;
  margin-top: -3rem;
  padding: 1rem;
  text-align: center;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width:925px) {
  #pickup-job .l-flex .item h3 {
    color: #fff;
    background: url("../img/top/pickup-job-title-sp.png") no-repeat center;
    background-size: contain;
  }
}
#pickup-job .l-flex .item .item-txt {
  margin-bottom: 10px;
}
#pickup-job .l-flex .item .p-btn {
  margin-top: auto;
}
@media only screen and (max-width:925px) {
  #pickup-job .l-flex .item .p-btn {
    width: 100%;
    max-width: 100%;
  }
}
#pickup-job .l-flex .item .pickup-two-btn-box {
  width: 100%;
  row-gap: 10px;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  #pickup-job .l-flex .item .pickup-two-btn-box .p-btn.is-fl {
    font-size: 1.4rem;
  }
  #pickup-job .l-flex .item .pickup-two-btn-box .p-btn.is-fl:before {
    left: 1rem;
  }
}
@media only screen and (max-width:925px) {
  #pickup-job .l-flex .item .pickup-two-btn-box .p-btn.is-fl {
    font-size: 1.6rem;
  }
}

/*-- ピックアップ特産品
---------------------------------*/
#pickup-tokusan {
  position: relative;
  background: url("../img/top/pickup-tokusan-back.svg") no-repeat top right;
}
#pickup-tokusan:before {
  content: url("../img/top/pickup-tokusan-back2.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#pickup-tokusan .l-flex .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
#pickup-tokusan .l-flex .item .p-sub-title {
  width: 100%;
  margin-top: -2rem;
  display: inline-block;
}
@media only screen and (max-width:925px) {
  #pickup-tokusan .l-flex .item h3 {
    margin-bottom: 10px;
  }
}
#pickup-tokusan .l-flex .item .p-btn {
  width: 100%;
  max-width: 100%;
}

/*-- スライダー
---------------------------------*/
.image-slider li {
  margin-right: 2rem;
}
.image-slider li img {
  width: 100%;
}

/*-- ショップ情報
---------------------------------*/
#shop {
  background: url("../img/top/shop-back.svg") no-repeat top right;
}
#shop:before {
  content: "";
  width: 40%;
  height: 100%;
  background: url("../img/top/shop-icon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.7rem;
  left: -7rem;
  display: none;
}
@media only screen and (max-width:925px) {
  #shop:before {
    content: url("../img/top/shop-icon-sp.png");
    top: 171px;
    left: -18px;
    background: none;
  }
}
#shop .p-title-box {
  position: relative;
}
#shop .p-title-box .item-shop-icon {
  position: absolute;
  bottom: 0;
  left: calc(50% + 16em);
}
@media only screen and (max-width:925px) {
  #shop .p-title-box .item-shop-icon {
    width: 107px;
    left: auto;
    right: 0px;
  }
}
#shop .l-flex .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:925px) {
  #shop .l-flex .item {
    margin-bottom: 10px;
  }
}
#shop .l-flex .item h3 {
  display: flex;
  height: 3em;
  align-items: center;
}
@media only screen and (max-width:925px) {
  #shop .l-flex .item h3 {
    height: auto;
  }
}
#shop .l-flex .item .item-txt {
  margin-bottom: 10px;
}
#shop .l-flex .item .p-btn {
  margin-top: auto;
}
@media only screen and (max-width:925px) {
  #shop .l-flex .item .p-btn {
    width: 100%;
    max-width: 100%;
  }
}
#shop .shop-list-sp h3 {
  max-width: 100%;
  color: #fff;
  background: rgba(57, 172, 74, 0.8);
  font-size: 3.3rem;
  margin-bottom: 1rem;
  padding: 0.5rem 5rem;
  border-radius: 0.6rem;
}
#shop .shop-list-sp p {
  max-width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  margin: 0.5rem 0 3rem;
  padding: 1rem 5rem;
  border-radius: 0.6rem;
  text-align: left;
}

.shop-slick .slick-slide,
.shop-slick2 .slick-slide {
  margin-right: 2rem;
}
.shop-slick .slick-slide figure,
.shop-slick2 .slick-slide figure {
  border-radius: 1rem;
  overflow: hidden;
}

#info {
  position: relative;
  background: url("../img/top/info-back.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
@media only screen and (max-width:925px) {
  #info {
    background-size: auto 100%;
  }
}
#info:before {
  content: "";
  width: 26%;
  max-width: 43.6rem;
  height: 300px;
  background: url("../img/top/info-icon1.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -3rem;
  right: 2.5%;
  z-index: 100;
  display: none;
}
@media only screen and (max-width:925px) {
  #info:before {
    display: none;
  }
}
@media only screen and (max-width:925px) {
  #info h3 {
    text-align: center;
  }
}
#info .item {
  background: #fff;
  padding: 3rem;
  border-radius: 3rem;
}
#info .item.item-news-box {
  width: 60%;
}
@media only screen and (max-width:925px) {
  #info .item.item-news-box {
    width: 100%;
  }
}
#info .item.item-insta-box h3 {
  margin: 0 1em 0 0;
  font-size: 2.2rem;
}
#info .item.item-insta-box h3 img {
  margin-right: 0.3rem;
}
#info .item.item-insta-box .item-insta-body {
  max-height: 45rem;
  overflow-y: scroll;
}
#info .item .item-info-title {
  width: 25%;
  position: relative;
}
@media only screen and (max-width:925px) {
  #info .item .item-info-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:925px) {
  #info .item .item-info-title h3 {
    margin-bottom: 4px;
  }
}
#info .item .item-info-title:after {
  content: url("../img/top/info-icon2.svg");
  position: absolute;
  top: 25rem;
  right: 4rem;
}
@media only screen and (max-width:925px) {
  #info .item .item-info-title:after {
    display: none;
  }
}
#info .item .item-info-title .p-link {
  color: var(--BaseFontColor);
  padding-left: 1rem;
}
#info .item .item-info-title .p-link:before {
  background-color: #f2c64c;
}
#info .item .item-info-title .p-link:after {
  content: url("../img/common/link-icon.svg");
  display: inline-block;
  width: 1.1rem;
  padding-right: 0.5rem;
  position: absolute;
  left: 0;
  top: -2px;
}
#info .item .item-info-body {
  width: 75%;
}
@media only screen and (max-width:925px) {
  #info .item .item-info-body {
    width: 100%;
  }
}
#info .item .item-info-body .item-info-cate {
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:925px) {
  #info .item .item-info-body .item-info-cate {
    gap: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
  }
}
#info .item .item-info-body .item-info-cate li {
  width: 12.1rem;
  padding: 5px 0;
  border-radius: 1.8rem;
  border: 1px solid;
  border-color: var(--BaseFontColor);
  background: #fff;
  text-align: center;
  transition: color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media only screen and (max-width:925px) {
  #info .item .item-info-body .item-info-cate li {
    width: calc(50% - 0.5em);
    margin-bottom: 1em;
  }
}
#info .item .item-info-body .item-info-cate li:hover {
  color: #fff;
  background: var(--BaseFontColor);
  transform: translateY(0px);
  box-shadow: 0 0 0 0;
}
#info .item .item-info-body .item-info-cate li.active {
  color: #fff;
  background: var(--BaseFontColor);
  transform: translateY(0px);
  box-shadow: 0 0 0 0;
}
#info .item .item-info-body .item-info-cate li.active:before {
  content: url("../img/top/info-cate-icon.svg");
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
#info .item .item-info-list {
  max-height: 45rem;
  overflow-y: scroll;
}
#info .item .item-info-list dl {
  border-bottom: 1px solid var(--BaseFontColor);
  padding: 1rem 0;
}
#info .item .item-info-list dl:first-child {
  border-top: 1px solid var(--BaseFontColor);
}
#info .item .item-info-list dl dt {
  margin-bottom: 0.6em;
}
#info .item .item-info-list dl span {
  width: 9.5rem;
  padding: 0.3rem 0;
  border-radius: 1.4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 1em;
}
#info .item .item-info-list dl span.cate1 {
  background: #ed66a4;
}
#info .item .item-info-list dl span.cate2 {
  background: #3a65aa;
}
#info .item .item-info-list dl span.cate3 {
  background: #39ac4a;
}
#info .item .item-info-list dl span.cate4 {
  background: #ea6060;
}

#goto {
  padding-top: 4rem;
  padding-bottom: 10.4rem;
  margin-bottom: -1.6rem;
  margin-top: -1.6rem;
  background: url(../img/top/goto-back.svg) no-repeat center center;
}
#goto .p-btn {
  margin: 1.5rem auto 0;
}

#pickup-job .p-title,
#pickup-tokusan .p-title,
#shop .p-title,
#info .p-title,
#goto .p-title {
  z-index: 100;
  position: relative;
}
@media only screen and (max-width:925px) {
  #pickup-job .p-title,
  #pickup-tokusan .p-title,
  #shop .p-title,
  #info .p-title,
  #goto .p-title {
    height: 47px;
  }
}

@media only screen and (max-width:925px) {
  #pickup-tokusan,
  #shop {
    background-size: 91%;
  }
}

/*-- 特産品ページ
-------------------------------------------------------------*/
/*--- メッセージ ---*/
.l-toku-kanban {
  z-index: 10;
  margin-bottom: 20px;
}
@media only screen and (max-width:925px) {
  .l-toku-kanban {
    background: url("../img/top/info-back.png") no-repeat center;
    background-size: auto;
    background-size: 100% 100%;
  }
}
.l-toku-kanban .l-inner-small {
  padding: 7rem 4rem 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width:925px) {
  .l-toku-kanban .l-inner-small {
    padding: 7rem 1rem 0;
  }
}
.l-toku-kanban .l-inner-small:before {
  content: url("../img/tokusan/messaege-back.png");
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
@media only screen and (max-width:925px) {
  .l-toku-kanban .l-inner-small:before {
    display: none;
  }
}
.l-toku-kanban .l-inner-small * {
  position: relative;
}
.l-toku-kanban .l-inner-small .p-title-box {
  margin-bottom: 1em;
}
.l-toku-kanban .l-inner-small .p-title {
  color: var(--BaseFontColor);
  margin-bottom: 0;
}
.l-toku-kanban .l-inner-small .p-txt-box {
  background: #fff;
  border-radius: 3rem;
  padding: 1em;
  text-align: left;
}

/*--- 概要 ---*/
.l-toku-txt {
  padding-top: 2rem;
}
.l-toku-txt .l-flex {
  align-items: flex-end;
}

.p-toku-img {
  max-width: 400px;
}
@media only screen and (max-width:925px) {
  .p-toku-img {
    max-width: 320px;
  }
}

/*--- レシピ ---*/
.l-toku-recipe {
  background: #f9f6e8;
  position: relative;
}
@media only screen and (max-width:925px) {
  .l-toku-recipe {
    overflow-x: hidden;
  }
}
.l-toku-recipe:before {
  content: "";
  width: 25%;
  max-width: 42rem;
  height: 100%;
  background: url("../img/tokusan/recipe-icon.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -5rem;
  right: calc((100vw - 79.166%) / 2 - 7rem);
}
@media only screen and (max-width:925px) {
  .l-toku-recipe:before {
    display: none;
  }
}
.l-toku-recipe .slider {
  margin-top: 7em;
}
.l-toku-recipe .slick-list {
  overflow: visible;
}
.l-toku-recipe .slick-prev, .l-toku-recipe .slick-next {
  top: -5.5rem;
  background: url("../img/tokusan/recipe-prev-icon.svg") !important;
  width: 6rem;
  height: 6rem;
  transition: opacity 0.2s;
}
.l-toku-recipe .slick-prev:before, .l-toku-recipe .slick-next:before {
  display: none;
}
.l-toku-recipe .slick-prev {
  left: 0;
}
.l-toku-recipe .slick-prev:hover {
  opacity: 0.5;
}
.l-toku-recipe .slick-next {
  right: 0;
  transform: translateY(-3rem) rotate(180deg);
}
.l-toku-recipe .slick-next:hover, .l-toku-recipe .slick-next :focus {
  opacity: 0.5;
}

.p-recipe-box {
  width: calc(25vw - 2rem);
  overflow: hidden;
  border-radius: 3rem;
  background: #fff;
  border: 1px solid #666666;
  margin: 0 1rem;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .p-recipe-box {
    width: calc(35vw - 2rem);
  }
}
@media only screen and (max-width:925px) {
  .p-recipe-box {
    width: calc(100vw - 2rem);
    border-radius: 1rem;
  }
}
.p-recipe-box figure {
  height: 31rem;
  overflow: hidden;
}
@media only screen and (max-width:925px) {
  .p-recipe-box figure {
    min-height: 235px;
  }
}
.p-recipe-box figure img {
  width: 100%;
}
.p-recipe-box .p-recipe-txt-box {
  padding: 2.7rem 3rem;
}
@media only screen and (max-width:925px) {
  .p-recipe-box .p-recipe-txt-box {
    padding: 1em;
  }
}
.p-recipe-box .p-recipe-txt-box h4 {
  font-size: 2rem;
  color: var(--BaseColor);
}
@media only screen and (max-width:925px) {
  .p-recipe-box .p-recipe-txt-box h4 {
    font-size: 1.8rem;
  }
}
.p-recipe-box .p-recipe-txt-box p {
  margin-bottom: 1rem;
}
.p-recipe-box .p-recipe-txt-box .zairyo {
  color: #909090;
  padding-left: 5em;
  text-indent: -5em;
}
@media only screen and (max-width:925px) {
  .p-recipe-box .p-recipe-txt-box .zairyo {
    padding-left: 0;
    text-indent: 0;
  }
}
@media only screen and (max-width:925px) {
  .p-recipe-box .p-btn {
    width: calc(100% - 10px);
    font-size: 1.4rem;
  }
}

.p-recipe-detail-img {
  width: 24rem;
}
@media only screen and (max-width:925px) {
  .p-recipe-detail-img {
    width: 100%;
  }
}

.p-recipe-detail-txt {
  width: calc(100% - 24rem - 2em);
}
@media only screen and (max-width:925px) {
  .p-recipe-detail-txt {
    width: 100%;
  }
}

.l-online-box {
  padding-top: 0;
}

.p-toku-byouki {
  font-size: 2rem;
  margin-bottom: 1em;
}

.p-toku-list dl {
  display: flex;
  align-items: flex-start;
  height: 3em;
  margin-top: 1em;
}
@media only screen and (max-width:925px) {
  .p-toku-list dl {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
}
.p-toku-list dl dt {
  width: 31%;
  line-height: 3.5rem;
  max-width: 17.5rem;
  background: var(--BaseColor);
  border-radius: 1.75rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width:925px) {
  .p-toku-list dl dt {
    width: 100%;
    max-width: 100%;
  }
}
.p-toku-list dl dd {
  width: 69%;
  padding-left: 1em;
}
@media only screen and (max-width:925px) {
  .p-toku-list dl dd {
    width: 100%;
  }
}

/*--- 野菜 ---*/
.item-toku-yasai-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width:925px) {
  .item-toku-yasai-box {
    max-width: 100%;
  }
}
.item-toku-yasai-box .icon {
  position: absolute;
  bottom: calc(100% + 4px);
  right: 0;
  transform: translateY(0);
  display: none;
}
.item-toku-yasai-box .item-title {
  position: relative;
  white-space: nowrap;
}
.item-toku-yasai-box > figure {
  text-align: center;
}
.item-toku-yasai-box a {
  margin-top: auto;
  font-size: 1.4rem;
}
@media only screen and (max-width:925px) {
  .item-toku-yasai-box a:before {
    width: 1rem;
    height: 1rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
  }
}

.yasai-online-box {
  width: 35.9rem;
  height: 35.9rem;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 3rem;
  overflow: hidden;
  border: 0.5rem solid #f2c64c;
  position: relative;
  margin: 0 auto;
  transition: opacity 0.4s;
}
.yasai-online-box:hover {
  opacity: 0.8;
}
.yasai-online-box figure {
  width: 100%;
  height: 100%;
  display: block;
}
.yasai-online-box figure img {
  width: 100%;
}
.yasai-online-box .yasai-online-btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

/*--- 加工品 ---*/
.item-toku-kakou-img {
  width: calc(30% - 2em);
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .item-toku-kakou-img {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width:925px) {
  .item-toku-kakou-img {
    width: 100%;
    text-align: center;
  }
}

.item-toku-kakou-box {
  width: 70%;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .item-toku-kakou-box {
    width: 100%;
  }
}
@media only screen and (max-width:925px) {
  .item-toku-kakou-box {
    width: 100%;
    margin-top: 45px;
  }
}
.item-toku-kakou-box .p-recipe-box {
  width: calc(min(1520px, 79.166vw) * 0.67 / 3);
  margin: 0 0.5rem;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .item-toku-kakou-box .p-recipe-box {
    width: calc(26vw - 2rem);
  }
}
@media only screen and (max-width:925px) {
  .item-toku-kakou-box .p-recipe-box {
    width: calc((100vw - 5rem) / 2);
  }
}
.item-toku-kakou-box .p-recipe-box figure {
  height: auto;
}
@media only screen and (max-width:925px) {
  .item-toku-kakou-box .p-recipe-box figure {
    min-height: auto;
  }
}
.item-toku-kakou-box .p-recipe-box .p-recipe-txt-box {
  padding: 0.5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width:925px) {
  .item-toku-kakou-box .p-recipe-box .p-recipe-txt-box {
    padding: 1em;
  }
}
.item-toku-kakou-box .p-recipe-box .is-tc {
  margin-top: auto;
  margin-bottom: 10px;
}
.item-toku-kakou-box .slick-track {
  display: flex;
}
.item-toku-kakou-box .slick-slide {
  height: auto !important;
}
.item-toku-kakou-box .slick-prev, .item-toku-kakou-box .slick-next {
  width: 3rem;
  height: 3rem;
}
.item-toku-kakou-box .slick-prev {
  top: -2rem;
  left: 0;
}
.item-toku-kakou-box .slick-next {
  top: -2rem;
  left: 5rem;
}
.item-toku-kakou-box .slick-prev::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/tokusan/recipe-prev-icon.svg") no-repeat;
  display: block;
  background-size: 3rem;
}
.item-toku-kakou-box .slick-next::before {
  content: "";
  width: 3rem;
  height: 3rem;
  transform: rotate(180deg);
  background: url("../img/tokusan/recipe-prev-icon.svg") no-repeat;
  display: block;
  background-size: 3rem;
}

.item-kakou-title-box .p-btn {
  margin-bottom: 2rem;
}
@media only screen and (max-width:925px) {
  .item-kakou-title-box .p-btn {
    margin-bottom: 0;
  }
}

/*-- ショップページ
-------------------------------------------------------------*/
.l-shop-odd-box {
  background: #f9f6e8;
}

.item-corp-title,
.item-idou-title {
  font-size: 1.9rem;
  margin-top: 1.5em;
  display: flex;
  align-items: center;
}
.item-corp-title:before,
.item-idou-title:before {
  margin-right: 1rem;
}

.item-corp-title:before {
  content: url("../img/shop/buy/corp-icon.svg");
  margin-bottom: -0.4rem;
}

.item-idou-title:before {
  content: url("../img/shop/buy/idou-icon.svg");
  margin-bottom: -1rem;
}

@media only screen and (max-width:925px) {
  .l-shop-menu figure img {
    max-width: 250px;
    width: 100%;
  }
}

/*--- JAバンクページ
-------------------------------------------------------------*/
.item-bank-icon {
  position: relative;
}
.item-bank-icon:before {
  content: "";
  width: 100%; /* 60em */
  height: 100%;
  max-width: 60rem;
  max-height: 60rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff9e1;
  z-index: 0;
  border-radius: 45em;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .item-bank-icon:before {
    width: 100%;
    height: 100%;
  }
}
.item-bank-icon img {
  position: relative;
}

.item-bank-img {
  width: 300px;
  border: 1px solid #ddd;
  margin: 10px auto 10px;
}

@media only screen and (min-width:926px) and (max-width:1280px) {
  .p-kitei-box {
    gap: 5px !important;
  }
}
@media only screen and (max-width:925px) {
  .p-kitei-box {
    gap: 0 !important;
  }
}
.p-kitei-box .p-link.is-pdf {
  display: inline-block;
}

.l-container .p-kitei-box .item-list-bar {
  padding-top: 0;
}

.p-bank-info .item {
  padding: 20px 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.p-bank-info .item figure {
  margin-bottom: 10px;
}

.p-bank-info .item h4 {
  margin-bottom: 10px;
}

.p-bank-info .item h4,
.p-bank-info .item .p-btn {
  margin-top: auto;
}

/*--- 組合概況ページ
---------------------------------*/
@media only screen and (max-width:925px) {
  .p-jigyo-box {
    text-align: left;
  }
}
.p-jigyo-box h4 {
  display: inline-block;
  margin-bottom: 3rem;
  padding: 0.5rem 3rem;
  font-size: 2.2rem;
  border-radius: 1.5rem;
  color: #fff;
  background: var(--BaseColor);
}
@media only screen and (max-width:925px) {
  .p-jigyo-box h4 {
    width: 100%;
    text-align: center;
  }
}
.p-jigyo-box .item {
  width: calc(33% - 2em);
  padding: 1em;
  margin: 0 1em 2em;
  border-radius: 1em;
  border: 1px solid #bdbdbd;
  min-height: 390px;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .p-jigyo-box .item {
    width: calc(50% - 2em);
  }
}
@media only screen and (max-width:925px) {
  .p-jigyo-box .item {
    width: 100%;
    min-height: 1px;
    margin: 0 0 2em;
  }
}
.p-jigyo-box .item .p-txt-box {
  margin-bottom: 0;
}

.item-map-title {
  padding-top: 1em;
  display: inline-block;
  font-size: 2.2rem;
}

/*--- ドキュメントページ
---------------------------------*/
.l-koho-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  column-gap: 10px;
}
.l-koho-box figcaption {
  white-space: nowrap;
}

@media only screen and (max-width:925px) {
  .p-koho-new-box {
    width: 100%;
  }
}
.p-koho-new-box .p-txt-box {
  line-height: 1.9em;
  margin-bottom: 1em;
}
.p-koho-new-box .item-koho-new-title {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:925px) {
  .p-koho-new-box .item-koho-new-title {
    margin-bottom: 1.5em;
  }
}
.p-koho-new-box .item-koho-new-title:before {
  content: url("../img/job/document/koho-new-icon.png");
  margin-bottom: -1rem;
  margin-right: 1rem;
}
.p-koho-new-box .item-koho-new-topics-box {
  width: 100%;
  max-width: 40rem;
  border: 1px solid var(--BaseColor);
  margin-bottom: 3rem;
}
.p-koho-new-box .item-koho-new-topics-box dt {
  width: 100%;
  line-height: 3.7rem;
  padding-left: 1em;
  font-weight: bold;
  color: #fff;
  background: var(--BaseColor);
}
.p-koho-new-box .item-koho-new-topics-box dd {
  padding: 1em;
}

.p-bnm-box {
  border: 1px solid #dddddd;
  border-bottom: none;
}
.p-bnm-box .item-bnm-title {
  width: 100%;
  line-height: 4.2rem;
  padding: 1rem 2rem 1rem 5rem;
  border-bottom: 1px solid #dddddd;
  position: relative;
  cursor: pointer;
}
.p-bnm-box .item-bnm-title.active:after {
  transform: rotate(0deg);
}
.p-bnm-box .item-bnm-title:before, .p-bnm-box .item-bnm-title:after {
  content: "";
  width: 1.6rem;
  height: 0.2rem;
  background: var(--BaseColor);
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -0.2rem;
}
.p-bnm-box .item-bnm-title:after {
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.5s;
}
.p-bnm-box .item-bnm-txt {
  width: 100%;
  padding: 2rem;
  border-bottom: 1px solid #dddddd;
  display: none;
}
.p-bnm-box .item-bnm-txt.active {
  display: block;
}
.p-bnm-box .item-bnm-txt .item {
  margin-bottom: 1rem;
}
@media only screen and (max-width:925px) {
  .p-bnm-box .item-bnm-txt .item {
    width: 48% !important;
  }
}

.item-shozoku {
  color: var(--BaseColor);
  margin: 1em 0;
  display: block;
}

/*--- お問い合わせページ
---------------------------------*/
.p-contact-box {
  margin-top: 2em;
  margin-bottom: 2em;
}
.p-contact-box .item {
  margin-bottom: 2em;
}

.contact .p-title {
  font-size: 2.6rem;
  white-space: nowrap;
}
@media only screen and (max-width:925px) {
  .contact .p-title {
    white-space: normal;
  }
}

/*-- ピックアップ仕事
---------------------------------*/
.l-islands {
  padding: 0 0 9rem;
  margin-top: -12em;
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .l-islands {
    margin-top: 0;
  }
}
@media only screen and (max-width:925px) {
  .l-islands {
    margin-top: 0;
  }
}
.l-islands .p-public-txt {
  background-color: #fff;
  border-radius: 3rem;
  padding: 6em 2em 1em;
  margin-top: 0;
  background: #f9f6e8;
}

/*-- お知らせ
---------------------------------*/
.item-info-list-sub dl {
  border-bottom: 1px solid var(--BaseFontColor);
  padding: 1rem 0;
}
.item-info-list-sub dl:first-child {
  border-top: 1px solid var(--BaseFontColor);
}
.item-info-list-sub dl dt {
  margin-bottom: 0.6em;
}
.item-info-list-sub dl span {
  width: 9.5rem;
  padding: 3px 0;
  border-radius: 1.4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 1em;
}
.item-info-list-sub dl span.cate1 {
  background: #ed66a4;
}
.item-info-list-sub dl span.cate2 {
  background: #3a65aa;
}
.item-info-list-sub dl span.cate3 {
  background: #39ac4a;
}
.item-info-list-sub dl span.cate4 {
  background: #ea6060;
}

.route-title {
  border: 1px solid #c3c3c3;
  padding: 0.5em 1em;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.route-title:after {
  content: "";
  border-left: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
}
.route-title.on:after {
  transform: translateY(calc(-50% + 3px)) rotate(135deg);
}

.p-route-pict {
  border-radius: 3rem;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width:925px) {
  .p-route-pict {
    width: 320px;
  }
}
.p-route-pict img {
  margin-bottom: -12px;
}

.item-idou-title {
  margin-top: 0;
}

.route-box {
  display: none;
}
.route-box .item {
  width: calc((100% - 2em) / 3);
}
@media only screen and (min-width:926px) and (max-width:1280px) {
  .route-box .item {
    width: calc((100% - 1em) / 2);
  }
}
@media only screen and (max-width:925px) {
  .route-box .item {
    width: 100%;
  }
}
.route-box .item table {
  width: 100%;
}
@media only screen and (max-width:925px) {
  .route-box .item table {
    width: auto;
    min-width: 100%;
  }
}
.route-box .item table tr:nth-child(odd) td {
  background-color: #edf5e2;
}
.route-box .item table .no-border {
  border: none;
  background: none;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.route-box .item table tr td.grayback {
  background-color: #d1d1d1;
}

#map1 .p-btn {
  font-size: 1.5rem;
}

/*# sourceMappingURL=custom.css.map */
