@charset "UTF-8";

@media only screen and (min-width:926px) and (max-width:1280px) {
}

/*----- 20250915 修正 -----*/
#pickup-job .l-flex .item .p-btn,
#shop .l-flex .item .p-btn,
#pickup-tokusan .l-flex .item .p-btn,
.item-toku-yasai-box a{
  margin-left:auto;
  margin-right:auto;
}


.l-pagetop-container.buy{
    background-position:center;
}

.l-footer-before{
    margin-bottom: -4rem;
}
.p-udon-box{
  margin-bottom: 2rem;
}
.p-udon-box .p-title.is-public{
  margin-bottom: 0;
}
table .no-border {
  border: none;
  background: none;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.l-cookie,
.l-disclosure{
  display: flex;
  flex-direction: column;
  min-height: 100vh;   /* ビューポート全体の高さ */
}
.l-cookie main,
.l-disclosure main {
  flex: 1;
}
/* .l-cookie footer{
  flex: 1;
} */

/* @media only screen and (max-width:1199px) {
  footer .p-flogo-box{
    flex-direction: column;
    align-items: flex-start;gap: 0
  }
} */
.pickup-two-btn-box{
  width: 100%;
  gap:10px;
  margin-top: auto;
}
@media only screen and (min-width: 1280px) and (max-width: 1490px){
  .pickup-two-btn-box .p-btn.is-fl{
    font-size:1.6rem;
  }
  .pickup-two-btn-box .p-btn.is-fl:before{
    left: 1rem;
  }
}
 @media only screen and (max-width:1030px) {
  footer p{
    font-size: 1.4rem;
  }
  footer .f_copy p{
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1280px){
  .l-toku-txt .l-flex{
    align-items: center;
  }
}
@media only screen and (max-width: 924px){
  /* .item-toku-yasai-box .item-title,
  .item-toku-yasai-box p{
    width: 570px;
    max-width: 100%;
    margin: 0 auto;
  } */
  /* .item-toku-yasai-box .p-btn{
    margin-bottom: 2em;
  } */
  #shop1 .l-shop-menu{
    flex-direction: row;
  }
  #shop1 .l-shop-menu > .item {
    width: calc((100% - 10px) / 2);
  }
  .l-shop-menu figure img {
    max-width: 100%;
  }
  #pickup-job .l-flex .item,
  #shop .l-flex .item,
  #pickup-tokusan .l-flex .item{
    width:500px;
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
  }
}
@media only screen and (min-width: 926px) and (max-width: 1280px){
  .l-flex.is-md-i1.p-kyousai-flex{
      flex-direction: row;
      gap: 1em;
  }
  .l-flex.is-i2.is-gap4.p-kyousai-flex > .item{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .p-kyousai-flex .l-flex.is-gap4{
    gap:2em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 925px){
  .p-400box{
      width:400px;
      max-width: 100%;
      margin-left:auto;
      margin-right:auto;
  }
  .p-600box{
      width:600px;
      max-width: 100%;
      margin-left:auto;
      margin-right:auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1769px){
  .route-box .l-flex{
    font-size:1.4rem;
  }
  table.route td {
    height: 5em;
  }
}
@media only screen and (max-width: 480px){
  .p-title{
    font-size:2.6rem;
  }
  .l-recruit table td{
    font-size:1.6rem;
  }
}

/*--- トップ画面途中スライダー ---*/
.image-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  --pixel:340px;
}

.image-slider .track {
  display: flex;
  /* width: calc(300vw); */
  width: calc(var(--pixel) * 18);
  animation: scroll 20s linear infinite;
}

.image-slider .slide {
  flex: 0 0 auto;
  /* width: calc(16.666vw / 2); */
  width: var(--pixel);
  text-align: center;
  aspect-ratio: 4 / 3;
}

.image-slider .slide img {
  width: 95%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

@keyframes scroll {
  from { transform: translateX(0); }
  /* to   { transform: translateX(-100vw); } */
  to { transform: translateX( calc( (var(--pixel) * 6) * -1 ) ); }
}

@media only screen and (min-width: 926px) and (max-width: 1280px){
  .image-slider {
    --pixel:300px;
  }
}
@media only screen and (max-width: 925px){
  .image-slider {
    --pixel:250px;
  }
}
@media only screen and (max-width: 925px) {
    #shop .p-title-box .item-shop-icon {
        width: 100px;
        left: auto;
        right: -10px;
    }
}

.item-toku-yasai-box{
  flex-direction:row;
  border: 1px solid #cdcdcd;
  padding: 15px;
  border-radius:10px;
}
.item-toku-yasai-box > figure{
  width:40%;
}
.item-toku-yasai-box > div{
  width:60%;
}
@media only screen and (max-width: 925px) {
  .item-toku-yasai-box{
    flex-direction:column;
    /* border: none;
    padding: 0; */
  }
  .item-toku-yasai-box > figure{
    width:100%;
  }
  .item-toku-yasai-box > div{
    width:100%;
  }
}

.yasai-online-box{
  height: 100%;
  max-height: 248px;
}
@media only screen and (max-width: 1280px) {
  .yasai-online-box{
    height: 248px;
  }
}
@media only screen and (max-width: 1109px) {
  #map1 table{
    font-size:1.4rem;
  }
  #map1 table colgroup col:nth-child(1){
    width:171px;
  }
  #map1 table colgroup col:nth-child(2){
    width:240px;
  }
  #map1 table colgroup col:nth-child(3),
  #map1 table colgroup col:nth-child(4){
    width: 122px;
  }
  #map1 table colgroup col:nth-child(5){
    width: 85px;
  }

  /*--- 各支店テーブル ---*/
  #map1 table.is-shiten colgroup col:nth-child(1){
    width:10px;
  }
  #map1 table.is-shiten colgroup col:nth-child(2){
    width:161px;
  }
  #map1 table.is-shiten colgroup col:nth-child(3){
    width:240px;
  }
  #map1 table.is-shiten colgroup col:nth-child(4),
  #map1 table.is-shiten colgroup col:nth-child(5){
    width: 122px;
  }
  #map1 table.is-shiten colgroup col:nth-child(6){
    width: 86px;
  }
}


@media only screen and (max-width: 925px) {
  #map1 table th,
  #map1 table td{
    padding: 10px;
    font-size:1.3rem;
  }
  #map1 table colgroup col:nth-child(1){
    width:117px;
  }
  #map1 table colgroup col:nth-child(2){
    width:223px;
  }
  #map1 table colgroup col:nth-child(3),
  #map1 table colgroup col:nth-child(4){
    width: 112px;
  }
  #map1 table colgroup col:nth-child(5){
    width: 77px;
  }

  /*--- 各支店テーブル ---*/
  
  #map1 table.is-shiten colgroup col:nth-child(1){
    width:10px;
  }
  #map1 table.is-shiten colgroup col:nth-child(2){
    width:107px;
  }
  #map1 table.is-shiten colgroup col:nth-child(3){
    width:223px;
  }
  #map1 table.is-shiten colgroup col:nth-child(4),
  #map1 table.is-shiten colgroup col:nth-child(5){
    width: 112px;
  }
  #map1 table.is-shiten colgroup col:nth-child(6){
    width: 77px;
  }
}
.scroll-hint-icon-wrap.is-active {
  animation: hint 1s 3s forwards;
}
@keyframes hint {
  from{opacity:1;}
  to{opacity:0;}
}

.goto .p-txt-box{
  margin-bottom:10px;
}
.goto .p-btn{
  margin-top:auto;
}


@media only screen and (max-width: 1320px) {
  .l-pagetop-container.biton{
		background-image:url("../img/tokusan/biton/page-back-md.jpg?2");
    background-position: center;
  }
}
@media only screen and (max-width: 670px) {
  .l-pagetop-container.biton{
		background-image:url("../img/tokusan/biton/page-back-sp.jpg?2");
    background-position: center;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1280px) {
  #shop3 .l-inner > .l-flex{
    flex-direction: row;
  }
  #shop3 .l-inner > .l-flex.is-md-i1 .item{
    width:auto !important;
  }
}