@charset "UTF-8";

/* ----------------------------------
 COMMON
---------------------------------- */
#header {
    margin-bottom: 0;
}

.eng {
    font-family: 'Noto Sans Japanese', sans-serif;
}

/* ----------------------------------
 SHOP HEADER
---------------------------------- */
#shop_header_bg {
    min-height: 160px;
    margin: 0 0 40px 0;
    justify-content: center;
    align-items: center;
}

#shop_header_bg .shop-header-inner {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
}

#shop_header_banner {
    margin: 0 0 40px 0;
}

#shop_header_banner .shop-header-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #shop_header_banner .shop-header-inner {
        width: 100%;
        padding: 0 15px; /* オプション: サイドにパディングを追加 */
        align-items: center;
    }

/* ----------------------------------
 SHOP LEFT
---------------------------------- */
#left_connect .banners {}

#left_connect .banners li {
    margin: 0 0 10px 0;
    text-align: center;
}

/* ----------------------------------
 SHOP FOOTER
---------------------------------- */
#shop_footer {
    padding: 60px 0;
    border-top: #E0E0E0 1px solid;
}

#shop_footer .shop-footer-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shop_footer .shop-footer-logo {
    width: 260px;
    padding: 0 40px 0 0;
    border-right: #E0E0E0 1px solid;
}

#shop_footer .shop-footer-logo img {
    width: 220px;
    vertical-align: top;
}

#shop_footer .shop-footer-menu {
    width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#shop_footer .shop-footer-menu li {
    margin: 0 0 0 40px;
    font-size: 16px;
}

#shop_footer .shop-footer-menu li a {
    padding: 0 0 0 20px;
    transition: 0.3s;
    position: relative;
    display: block;
}

#shop_footer .shop-footer-menu li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #111;
    border-top: 1px solid #111;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}

#shop_footer .shop-footer-menu li a:hover {
    text-decoration: underline;
}

/* ----------------------------------
 SHOP TOP
---------------------------------- */
#shop_top .shop-top-banner {
    margin: 0 0 40px 0;
    text-align: center;
}

/* mainvisual */
#top_mainvisual {
    margin: 0 0 80px 0;
}

#top_mainvisual #slide_mv li {
    height: 310px;
}

#top_mainvisual .bx-wrapper .bx-pager {
    padding-top: 20px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #E0E0E0;
}

#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    outline: 0;
    border-radius: 12px;
    background: #E0E0E0;
    text-indent: -9999px;
    display: block;
}

#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #111111;
}

#top_mainvisual .bx-wrapper .bx-pager-item,
#top_mainvisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}

#top_mainvisual .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* pickup */
#top_pickup {
    margin: 0 0 60px 0;
}

#top_pickup .banners {
    display: flex;
    flex-wrap: wrap;
}

#top_pickup .banners li {
    width: 450px;
    margin: 0 30px 10px 0;
}

#top_pickup .banners li:nth-child(2n) {
    margin: 0 0 10px 0;
}

/* features */
#top_features {
    padding: 40px 19px 20px;
    margin: 0 0 80px 0;
    border: #E0E0E0 1px solid;
    border-radius: 10px;
    background: #F8F8F8;
    box-sizing: border-box;
}

#top_features .headline {
    margin: 0 0 30px 0;
}

#top_features .eng {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #111111;
}

#top_features .jpn {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

#top_features .banners {
    display: flex;
    flex-wrap: wrap;
}

#top_features .banners li {
    width: 290px;
    margin: 0 10px 10px 0;
}

#top_features .banners li img {
    vertical-align: top;
}

#top_features .banners li a {
    transition: 0.3s;
}

#top_features .banners li a:hover {
    opacity: 0.7;
}

#top_features .banners li:nth-child(3n) {
    margin: 0 0 10px 0;
}
/* ====== テーブル共通設定 ====== */
.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  table-layout: fixed; /* レイアウト安定 */
}

.table-wrapper th,
.table-wrapper td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}

.table-wrapper th {
  background-color: #f8f8f8;
  font-weight: 600;
}

/* 内部テーブル（サイズ表など） */
.table-wrapper .size-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-top: 8px;
}

.table-wrapper .size-table th,
.table-wrapper .size-table td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  text-align: center;
}

/* ====== レスポンシブ対応 ====== */
@media screen and (max-width: 768px) {

  /* メインテーブルをカード型に */
  .table-wrapper table,
  .table-wrapper thead,
  .table-wrapper tbody,
  .table-wrapper th,
  .table-wrapper td,
  .table-wrapper tr {
    display: block;
    width: 100%;
  }

  /* 行ごとに枠線を囲む */
  .table-wrapper tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
  }

  /* セル内の調整 */
  .table-wrapper th {
    background-color: #f0f0f0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  .table-wrapper td {
    padding: 10px;
    border: none;
  }

  /* 内部テーブル（size-table）は横スクロール対応）*/
  .table-wrapper .size-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 8px;
    border: 1px solid #ccc;
  }

  .table-wrapper .size-table th,
  .table-wrapper .size-table td {
    display: inline-block;
    min-width: 80px;
    border: 1px solid #ccc;
  }
}