@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}


.page .site-body {
    padding: 0;
}
.wp-singular .site-header {
	box-shadow: none;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}


/*タイトルの下の文字*/
.page-header-title::after {
    content: "STORE";
    text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}



/* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */


.page-nav-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.page-nav-wrapper .page_accordion-nav {
    width: 40%;
}




.main-image-area {
    width: 54%;
    height: auto;
}

.main-image-area img {
    width: 100%;
    height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.2s ease;
      border-radius: 20px 0 0 24px;
}
/* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */

/* ===================================================
   【全体】↓↓
   =================================================== */
.sec_ss {
    margin-top: -160px;
}

.shop_ss_icon {
  width: 36px;
  margin-right: 10px;
}


/*stickyを成立させるための構造の強制リセット*/
html, body, main, #container, #wrapper {
    overflow: visible !important;
}


.ss_area-wrapper {
    display: block !important;
    position: relative !important;
    width: 100%;
    overflow: visible !important;
}


.add_sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 55px;
    z-index: 999;
    width: 100%;
  margin-bottom: 40px;
    display: block !important;
    clear: both; /* 周辺にfloatが使われていた場合のバグを完全リセット */
}


/*表のエリア）のスタイル強制リセット*/
.ss_tables-container {
    display: block !important;
    float: none !important;
    position: relative !important;
    width: 100%;
    clear: both;
}

.ss_tables-container .tablepress>:where(thead,tfoot)>tr>* {
    background-color: #dfdede;
    color: var(--head-text-color);
    font-weight: 600;
    vertical-align: middle;
    word-break: normal;
}

.division-banner {
    width: 100%;
    background-color: #021887;
    color: #fff;
}
.banner-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 8px 0 12px;
    box-sizing: border-box;
}
.division-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
}


.ss_sticky-nav {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 0 8px;
    box-sizing: border-box;
}
.ss_sticky-nav ul {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
  flex-wrap: wrap;
}
.ss_sticky-nav ul li { flex: 1; }
.ss_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    background-color: #f59322;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    letter-spacing: 0.05em;
}
.ss_btn:hover { background-color: #e08113; }


.ss_area-wrapper .ss_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}



/*ページ内リンクジャンプ時の被り・隠れ防止*/
.ss_table-block {
    margin-bottom: 80px;      
    padding-top: 130px;       
    margin-top: -130px;
  max-width: 800px;
  margin-right: auto;
  margin-left:  auto;
}
.ss_table-block h3 {
    font-size: 22px; color: #333333;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*ヘッダーからのリンク時、到着が上にずれる為*/
#petro01::before,
#petro02::before,
#trad01::before,
#trad02::before,
#trad03::before,
#trad04::before,
#trad05::before {
    content: "";
    display: block;
    height: 30px;
    margin-top: -30px;
    visibility: hidden;
}


.sec_iuc {
  padding-bottom: 300px;
}
.dt-container .dt-input {
    border-radius: 5px;
}

/*MAPボタン*/
.site-body td.column-4 {
  padding-top: 14px;
}
.btn.btnS {
  background-color: #f59322;
  color: #FFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  height: 26px;
  width: 40px;
}
/*MAPボタン*/
 /* ===================================================
   【全体】↑↑
   =================================================== */
/* ===================================================
   トラックステーション等バナー↓↓
   =================================================== */
.ss_ban_cont {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 186px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  height: 130px;
  gap: 10px;
}

.ss_ban_cont a {
  display: block;
  height: 100%;
  /*親の高さに対して、画像の本来の比率を保った幅になるよう*/
  width: max-content; 
}

.ss_ts_map, .ss_ban-diesel {
  height: 100%;
  width: auto;          /* 縦横比を保つための重要設定 */
  object-fit: contain;  /* 画像を潰さずに枠内に収める */
}
 /* ===================================================
   トラックステーション等バナー↑↑
   =================================================== */

/* ===================================================
   画面最下部・フルスクリーン黒帯↓↓
   =================================================== */
body {
  padding-bottom: 60px!important;
}
.ss_bottom-black-wrapper {
    width: 100%;
    background-color: #000000; 
    box-sizing: border-box;
    clear: both;
    

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}


.ss_bottom-black-wrapper .ss_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}



.ss_bottom-nav ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ss_nav-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ss_nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}


.ss_nav-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 4px;
    text-decoration: none;
    color: #ffffff;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ss_nav-btn:hover {
    background-color: #fff;
  color: #000;
}
.ss_nav-btn:hover .ss_nav-icon {
    color: inherit; 
}

/* ▴ アイコン */
.ss_nav-icon {
    width: 14px;
    height: 14px;
    color: #ffffff;
    margin-bottom: 6px;
    display: block;
}
.ss_nav-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* テキスト*/
.ss_nav-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.3;
}

/* 最下部固定時にコンテンツが隠れるのを防ぐbody余白（PC版） */
body {
    padding-bottom: 100px; 
}

/* ===================================================
   画面最下部・フルスクリーン黒帯↑↑
   =================================================== */



/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************************************/
/************ max-width: 1380px *************************************/
/********************************************************************/

@media screen and (max-width: 1380px){
  /* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */
  .sec_page_acc {
    width: 60%;
}
  .page-nav-wrapper .page_accordion-nav {
    width: 48%;
}
  .main-image-area {
    width: 50%;
}
  /* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */
    /* ===================================================
   【全体】↓↓
   =================================================== */
  /* ===================================================
   【全体】↑↑
   =================================================== */
}
/********************************************************************/
/************ max-width: 1100px *************************************/
/********************************************************************/

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

  
  }
/********************************************/
/************ max-width: 1024px *************/
/********************************************/
/*タブレット横*/
@media screen and (max-width: 1024px) {
   /* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */
  .page-nav-wrapper {
        flex-direction: column;
    }
    .page-nav-wrapper .page_accordion-nav {
        width: 100%;
    }
    .main-image-area {
        display: none; /* スマホでは画像エリアを非表示 */
    }
    .sec_page_acc {
    width: 57%;
}
  .page-nav-wrapper .page_accordion-nav {
    width: 100%;
}
    /* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */
    /* ===================================================
   【全体】↓↓
   =================================================== */
  /* ===================================================
   【全体】↑↑
   =================================================== */

}



/********************************************/
/* max-width: 991px ハンバーガー切替サイズ*******/
/********************************************/
@media screen and (max-width: 991px) {
  /* ===================================================
   【全体】↓↓
   =================================================== */
  .add_sticky { top: 0; }
    .banner-inner { padding: 8px 0 10px; }
    .division-title { font-size: 24px; }
    .ss_sticky-nav { padding: 15px 0; }
    .ss_sticky-nav .ss_inner { padding: 0; }
    .ss_sticky-nav ul {
        overflow-x: auto !important; white-space: nowrap; padding: 0 20px 8px 20px; -webkit-overflow-scrolling: touch; justify-content: flex-start;
    }
    
    .ss_table-block { padding-top: 100px; margin-top: -100px; margin-bottom: 50px; }
  .ss_ban_cont {
    margin: 0 auto 60px;
}
  /*ヘッダーからのリンク時、到着が上にずれる為のコード初期値に*/
  #petro01::before,
#petro02::before,
#trad01::before,
#trad02::before,
#trad03::before,
#trad04::before,
#trad05::before {
        content: none;
        display: none;
    }
  /* ===================================================
   【全体】↑↑
   =================================================== */
  /* ===================================================
   画面最下部・フルスクリーン黒帯↓↓
   =================================================== */
  body {
  padding-bottom: 120px!important;
}
  .ss_bottom-nav ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 1px; /* 簡易的な境界線として隙間を1px空ける */
        background-color: rgba(255, 255, 255, 0.1); /* 隙間から見える境界線の色 */

    }

    .ss_nav-item {
        background-color: #000000;
    }


    .ss_nav-item:not(:last-child)::after {
        display: none;
    }

    .ss_nav-btn {
        padding: 12px 4px;
    }

    .ss_nav-text {
        font-size: 12px;
        white-space: normal;
        word-break: break-all;
    }
  .ss_nav-item:nth-child(6) .ss_nav-text {
    font-size: 11px;
  }
    /* ===================================================
   画面最下部・フルスクリーン黒帯↑↑
   =================================================== */
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット縦*/
@media screen and (max-width: 834px) {

    /* ===================================================
   【全体】↓↓
   =================================================== */
  /* ===================================================
   【全体】↑↑
   =================================================== */
 /* ===================================================
   画面最下部・フルスクリーン黒帯↓↓
   =================================================== */
  /* ===================================================
   画面最下部・フルスクリーン黒帯↑↑
   =================================================== */
}

/********************************************/
/************ max-width: 768px *************/
/********************************************/
/*タブレット縦*/
@media screen and (max-width: 768px) {
   /* ===================================================
   【全体】↓↓
   =================================================== */
      .sec_ss {
        margin-top: -30px;
    }
      .ss_sticky-nav {
        padding: 10px 0 0;
    }
  .ss_sticky-nav ul li { flex: 0 0 80px; }
  
      .ss_table-block {
        padding-top: 120px;       
    margin-top: -120px;
        margin-bottom: 30px;
    }
  /* ===================================================
   【全体】↑↑
   =================================================== */
  /* ===================================================
   トラックステーション等バナー↓↓
   =================================================== */
.ss_ban_cont {
    margin: 0 auto 40px;
    padding: 0;
    height: 98px;
    
  }
  .ss_ban_cont a {
    /* 2つの画像が画面幅を超えて並ばないよう、最大でも横幅の約半分（gapを考慮）に制限 */
    max-width: calc(50% - 5px); 
  }

 /* ===================================================
   トラックステーション等バナー↑↑
   =================================================== */
  /* ===================================================
   画面最下部・フルスクリーン黒帯↓↓
   =================================================== */
  /* ===================================================
   画面最下部・フルスクリーン黒帯↑↑
   =================================================== */
  }
  
/********************************************/
/************ max-width: 480px *************/
/********************************************/
/*スマホ縦*/
@media screen and (max-width: 480px) {
       /* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */
.page_acc_sub-menu li {
    font-size: 14px;
}
    /* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */
    /* ===================================================
   【全体】↓↓
   =================================================== */
  .ss_area-wrapper .ss_inner {
    padding: 0 10px;
}
  .banner-inner {
        padding: 10px 20px;
    }
  .ss_sticky-nav ul {
    padding: 0;
    }
  .ss_sticky-nav ul {
    gap: 6px;
    list-style: none;
  }
     .ss_btn {
        height: 34px;
        border-radius: 5px;
    }
      .ss_table-block {
        padding-top: 96px;
        margin-top: -96px;
    }
  .ss_table-block h3 {
    margin: 0 0 10px 0;
}
  .sec_iuc {
  padding-bottom: 130px;
}
  /*MAPボタン*/

.btn.btnS {
  font-size: 12px;
  height: 28px;
    width: 36px;
}
/*MAPボタン*/
  /* ===================================================
   【全体】↑↑
   =================================================== */
    /* ===================================================
   トラックステーション等バナー↓↓
   =================================================== */
.ss_ban_cont {
   gap: 6px;
    justify-content: space-between; /* スマホ時は両端揃え */
  }

 /* ===================================================
   トラックステーション等バナー↑↑
   =================================================== */
  
  /* ===================================================
   画面最下部・フルスクリーン黒帯↓↓
   =================================================== */
     /* .ss_bottom-nav ul {
        grid-template-columns: repeat(2, 1fr); 
    }*/

    .ss_nav-btn {
        padding: 6px 2px 4px;
    }

    .ss_nav-icon {
        width: 12px;
        height: 12px;
        margin-bottom: 4px;
    }

    .ss_nav-text {
        font-size: 12px;
    }

    
    body {
        padding-bottom: 120px;
    }
  /* ===================================================
   画面最下部・フルスクリーン黒帯↑↑
   =================================================== */

  }