/* CSS Document */

.season_box_04 .group_dl03 dl {
    display: block;
    border-top: solid 1px #e8e8e8;
    margin-top: 15px;
    padding-top: 20px;
    width: 100%;
}
.season_box_04 .group_dl03 dt, .season_box_04 .group_dl03 dd {
    display: block;
    width: calc(100% - 40px);
    margin-bottom: 10px;
    padding: 0 20px;
    position: relative;
}
.label_note {
    position: absolute;
    left: calc(16px * 12);
    top: 3px;
	  margin: 0;
    font-size: 12px;
    color: #606060;
    font-weight: normal;
}
.season_box_04 .ul_list_01{
    display: flex;
    flex-wrap: wrap;
}
.season_box_04 .ul_list_01 li {
    width: calc((100% - 8px * 3 - 0.5% * 3) / 3);
    margin-right: 0.5%!important;
	padding: 4px;
}
.season_box_04 .ul_list_01 li:nth-child(3n+3) {
    margin-right: 0!important;
}
.season_box_04 .group_dl03 dt .label2 {
    display: inline-block;
    position: absolute;
    width: auto;
    margin-left: 10px;
    padding: 0 10px;
    left: 280px;
    color: #444;
    font-size: 12px;
}
.season_box_04 .group_dl03 dt .label2.label2_02{
    left: 330px;
}
.season_box_04 .group_dl03 dt .label2.label2_02.bounenkai_premium{
    left: 150px;
}
.season_box_04 .group_dl03 dt .label2 span {
    font-weight: bold;
    color: #444;
    font-size: 16px;
}
.season_box_04 .group_dl03 dd, .season_box_04 .ul_list_01 li, .text_fix_01, .div_list_02 .col li {
    color: #595757;
}
.season_box_04 .group_dl03 dl:first-child{
  border-top: none;
  padding: 20px 0 0;
}
.enkai_acc_ttl {
    font-size: 16px;
    color: #fff;
    padding: 8px 40px 8px 10px;
    background: #87793b;
    position: relative;
    cursor: pointer;
}
.enkai_acc_detail {
    padding: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
    border-left: 2px solid #87793b;
    border-right: 2px solid #87793b;
    border-bottom: 2px solid #87793b;
}
.enkai_acc_ttl:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 29px;
    background: url(../../../../../images/shop/common/enkai/enkai_close.png) 0 0 no-repeat;
    background-size: contain;
    top: calc(50% - 14px);
    right: 8px;
}
.enkai_acc_ttl.open:after {
    background: url(../../../../../images/shop/common/enkai/enkai_open.png) 0 0 no-repeat;
    background-size: contain;
}
.enkai_acc_ttl:hover {
    opacity: 0.7;
}

#standard_drink .add_standard,
#premium_drink .add_premium{
	background:#f2df8c;
}

.add_premium img{
	width:100%;
}

@media screen and (max-width: 750px) {/*ここからSP用―――――――――――――――ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.enkai_acc_ttl {
    font-size: 14px;
}
.d-block {
		display: block;
	}
.label_note {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
.season_box_04 .group_dl03 dt .label2 {
    display: inline-block;
    position: relative;
    float: none;
    width: auto;
    margin-top: 2px;
    padding: 0 5px;
    font-size: 2.2vw;
    left: 5px;
    top: 0;
}
.season_box_04 .group_dl03 dt .label2.label2_02{
    left: 5px;
}
.season_box_04 .group_dl03 dt .label2.label2_02.bounenkai_premium{
    left: 0;
}
.season_box_04 .group_dl03 dt .label2 span {
    font-size: 3.0vw;
}
.season_box_04 .group_dl03 dt, .season_box_04 .group_dl03 dd {
    width: 100% ;
    padding: 0 ;
}
.season_box_04 .ul_list_01 li {
    width: 100%!important;
    margin: 0!important;
}
.season_box_list_01 .box_content {
    width: 100%;
}
.season_box_list_01 .box_content ul li {
    font-size: 3.2vw;
}
.season_box_04 .group_dl03 dl:first-child{
  padding: 0;
}
}

/* ==============================
   リセット・ベース（スコープ付き）
============================== */
.drink-v2-wrap *, .drink-v2-wrap *::before, .drink-v2-wrap *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.drink-v2-wrap {
  font-family: 'Hiragino Kaku Gothic ProN','Meiryo',sans-serif; 
  color: #333;
  margin-top: 40px;
}

/* ==============================
   タイトル
============================== */
.drink-v2-wrap .tit_course {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
}

/* ==============================
   説明欄
============================== */
.drink-v2-wrap .plan-desc-box {
  background: #fff;
  border: 2px solid #d4c4a8;
  padding: 20px 24px;
  margin-bottom: 0;
}
.drink-v2-wrap .plan-desc-box .desc-lead {
  font-size: 0.92rem;
  color: #5c4a32;
  line-height: 1.8;
  margin-bottom: 16px;
}
.drink-v2-wrap .plan-desc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drink-v2-wrap .plan-desc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #faf8f4;
  border: 1px solid #e8e0d0;
  border-left: 4px solid #b59a73;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
}
.drink-v2-wrap .plan-desc-item.item-std  { border-left-color: #c8963a; }
.drink-v2-wrap .plan-desc-item.item-pre  { border-left-color: #8b7355; }
.drink-v2-wrap .plan-desc-item .desc-name {
  font-size: 0.88rem;
  font-weight: bold;
  color: #3d2b1a;
  white-space: nowrap;
  min-width: 110px;
}
.drink-v2-wrap .plan-desc-item .desc-count {
  font-size: 0.78rem;
  font-weight: normal;
  color: #b59a73;
  display: block;
  margin-top: 2px;
}
.drink-v2-wrap .plan-desc-item .desc-text {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.7;
}
.drink-v2-wrap .plan-desc-item .desc-price {
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: bold;
  color: #8b7355;
  white-space: nowrap;
  align-self: center;
}
@media (max-width: 520px) {
  .drink-v2-wrap .plan-desc-item { flex-wrap: wrap; gap: 8px; }
  .drink-v2-wrap .plan-desc-item .desc-price { margin-left: 0; }
}

/* ==============================
   プランタブとメインボックスの間隔
============================== */
.drink-v2-wrap .plan-tabs-wrapper { margin-top: 20px; }

/* ==============================
   プラン選択タブ（上段）
============================== */
.drink-v2-wrap .plan-tabs {
  display: flex;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 2px solid #d4c4a8;
  border-bottom: none;
}
.drink-v2-wrap .plan-tab {
  flex: 1;
  padding: 14px 8px;
  text-align: center;
  cursor: pointer;
  background: #ede8df;
  color: #8b7355;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.4;
  transition: all 0.2s ease;
  border-right: 1px solid #d4c4a8;
  user-select: none;
}
.drink-v2-wrap .plan-tab:last-child { border-right: none; }
.drink-v2-wrap .plan-tab:hover { background: #e0d5c4; }
.drink-v2-wrap .plan-tab.active {
  background: linear-gradient(135deg, #8b7355, #b59a73);
  color: #fff;
  position: relative;
}
.drink-v2-wrap .plan-tab.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  height: 2px;
  background: #b59a73;
}
.drink-v2-wrap .plan-tab .tab-count {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 2px;
  opacity: 0.85;
}
.drink-v2-wrap .plan-tab .tab-price {
  display: block;
  font-size: 0.72rem;
  margin-top: 1px;
  opacity: 0.8;
}

/* ==============================
   メインボックス
============================== */
.drink-v2-wrap .drink-box {
  background: #fff;
  border: 2px solid #d4c4a8;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

/* ==============================
   カテゴリタブ（横スクロール対応）
============================== */
.drink-v2-wrap .category-tab-wrapper {
  background: #f5efe6;
  border-bottom: 2px solid #d4c4a8;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.drink-v2-wrap .category-tab-wrapper::-webkit-scrollbar { display: none; }
.drink-v2-wrap .category-tabs {
  display: flex;
  min-width: max-content;
  padding: 0 4px;
}
.drink-v2-wrap .cat-tab {
  padding: 10px 16px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.84rem;
  color: #8b7355;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  user-select: none;
}
.drink-v2-wrap .cat-tab:hover { color: #5c4a32; background: rgba(181,154,115,0.1); }
.drink-v2-wrap .cat-tab.active {
  color: #5c4a32;
  font-weight: bold;
  border-bottom-color: #b59a73;
  background: rgba(181,154,115,0.15);
}

/* スクロールヒント（SP用） */
.drink-v2-wrap .scroll-hint {
  display: none;
  text-align: right;
  font-size: 0.72rem;
  color: #b59a73;
  padding: 4px 10px 0;
}
@media (max-width: 600px) { .drink-v2-wrap .scroll-hint { display: block; } }

/* ==============================
   コンテンツパネル
============================== */
.drink-v2-wrap .content-area {
  padding: 24px 20px;
  min-height: 260px;
}
.drink-v2-wrap .cat-panel { display: none; height: fit-content;}
.drink-v2-wrap .cat-panel.active { display: block; }

/* パネルヘッダー */
.drink-v2-wrap .panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e0d0;
}
.drink-v2-wrap .panel-header .ph-title { font-size: 1.1rem; font-weight: bold; color: #5c4a32; }
.drink-v2-wrap .panel-header .ph-count {
  font-size: 0.8rem;
  background: #b59a73;
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
}

/* プランバッジ */
.drink-v2-wrap .badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 50px;
  vertical-align: middle;
}
.drink-v2-wrap .badge-soft    { background: #e8f5e9; color: #388e3c; border: 1px solid #a5d6a7; }
.drink-v2-wrap .badge-std     { background: #fff3e0; color: #c65f00; border: 1px solid #ffcc80; }
.drink-v2-wrap .badge-premium { background: #fff8e1; color: #a06000; border: 1px solid #ffe082; }

/* ドリンクグリッド */
.drink-v2-wrap .drink-grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.drink-v2-wrap .drink-item {
  background: #faf8f4;
  border: 1px solid #e8e0d0;
  border-radius: 8px;
  padding: 10px 14px;
  transition: background 0.15s, border-color 0.15s;
}
.drink-v2-wrap .drink-item:hover { background: #f5ede0; border-color: #c8b090; }
.drink-v2-wrap .drink-item .d-name { font-size: 0.88rem; font-weight: bold; color: #3d2b1a;}
.drink-v2-wrap .drink-item .d-sub  { font-size: 0.75rem; color: #888; line-height: 1.5; }

/* 仕切り線 */
.drink-v2-wrap .divider { border: none; border-top: 1px dashed #d4c4a8; margin: 18px 0; }

/* サブ見出し */
.drink-v2-wrap .sub-heading {
  font-size: 0.8rem;
  font-weight: bold;
  color: #b59a73;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.drink-v2-wrap .sub-heading::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #b59a73;
  border-radius: 2px;
}

/* 注釈 */
.drink-v2-wrap .note {
  font-size: 0.77rem;
  color: #888;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10px 14px;
  line-height: 1.8;
}

/* プランパネル */
.drink-v2-wrap .plan-panel { display: none; }
.drink-v2-wrap .plan-panel.active { display: block; }

/* ナビゲーション矢印 */
.drink-v2-wrap .nav-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 14px;
  border-top: 1px solid #ede8df;
}
.drink-v2-wrap .nav-btn {
  padding: 7px 16px;
  border: 1.5px solid #d4c4a8;
  border-radius: 50px;
  background: #fff;
  color: #8b7355;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
}
.drink-v2-wrap .nav-btn:hover { background: #f5efe6; border-color: #b59a73; }
.drink-v2-wrap .nav-btn:disabled { opacity: 0.3; cursor: default; pointer-events: none; }
.drink-v2-wrap .nav-current { font-size: 0.8rem; color: #b59a73; font-weight: bold; }

/* ==============================
   レスポンシブ
============================== */
@media (max-width: 750px) {
  .drink-v2-wrap { padding: 0 3vw; }
  .drink-v2-wrap .drink-grid-list { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .drink-v2-wrap .content-area { padding: 16px 14px;}
  .drink-v2-wrap .panel-header .ph-title { font-size: 1rem; }
  .drink-v2-wrap .plan-tab { font-size: 0.8rem; padding: 12px 6px; }
  .drink-v2-wrap .plan-desc-box { padding: 16px; }
  .drink-v2-wrap .swiper-button-next,
  .drink-v2-wrap .swiper-button-prev {
    padding: 7px 16px;
    background: transparent;
    border: none;
    color: #8b7355;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .drink-v2-wrap .swiper-navigation-icon{
    display: none !important;
  }
  .drink-v2-wrap .swiper-button-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  .drink-v2-wrap .plan-tab { border-right: none; border-bottom: 1px solid #d4c4a8; }
  .drink-v2-wrap .plan-tab:last-child { border-bottom: none; }
}

@media screen and (min-width: 751px) {

    .drink-v2-wrap .category-tabs {
      width: 100%;
      overflow-x: auto;
      min-width: auto;
      -webkit-overflow-scrolling: touch;
    }

    .drink-v2-wrap .category-tabs .cat-tab{
      cursor: grab;
    }

    .drink-v2-wrap .category-tabs:active .cat-tab{
      cursor: grabbing;
    }

    .drink-v2-wrap .category-tabs::-webkit-scrollbar {
      display: none;
    }

    .drink-v2-wrap .swiper-button-next,
    .drink-v2-wrap .swiper-button-prev {
        display: none;
    }

    .drink-v2-wrap .swiper {
        overflow: visible;
        width: 100%;
    }

    .drink-v2-wrap .swiper-wrapper {
        display: block;
        width: 100%;
        transform: none;
    }

    .drink-v2-wrap .swiper-slide {
        width: 100%;
    }

    .drink-v2-wrap .swiper-button-wrapper {
        display: none;
    }
}