    .small {
      font-size: 13px;
    }
    .bs {
      position: relative;
      border: 0.5px solid #c8a96e;
      padding: 48px 40px 52px;
      overflow: hidden;
      font-family: 'Zen Old Mincho', serif;
      margin-top: 3em;
      background: #faf8f4;
    }

    .bs.inner {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
    }

    .bs::before,
    .bs::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, #c8a96e 30%, #c8a96e 70%, transparent);
    }

    .bs::before {
      top: 0;
    }

    .bs::after {
      bottom: 0;
    }

    .eyebrow {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 11px;
      letter-spacing: 0.3em;
      color: #c8a96e;
      margin: 0 0 10px;
    }

    .main-title {
      font-size: 2em;
      font-weight: 400;
      color: #3a2e22;
      letter-spacing: 0.12em;
      line-height: 1.6;
      margin: 0 0 6px;
    }

    .sub-title {
      font-size: 15px;
      color: #8c7a6a;
      letter-spacing: 0.1em;
      line-height: 1.9;
      margin: 0 0 20px;
    }

    .time-bar {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 0.5px solid #c8a96e;
      padding: 6px 14px;
      margin-bottom: 24px;
    }

    .time-bar i {
      font-size: 13px;
      color: #c8a96e;
    }

    .time-main {
      font-family: 'EB Garamond', serif;
      font-size: 18px;
      color: #3a2e22;
      letter-spacing: 0.1em;
    }

    .time-lo {
      font-family: 'EB Garamond', serif;
      font-style: italic;
      font-size: 16px;
      color: #a89070;
      letter-spacing: 0.08em;
      border-left: 0.5px solid #e0d4be;
      padding-left: 8px;
    }

    .flow {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px;
    }

    .row {
      display: grid;
      gap: 8px;
    }

    .row.double {
      grid-template-columns: 1fr 1fr;
    }

    .row.single {
      grid-template-columns: 1fr;
    }

    .plus-row {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 5px 0;
    }

    .plus-circle {
      width: 18px;
      height: 18px;
      border: 1px solid #c8a96e;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 13px;
      color: #c8a96e;
      background: #faf8f4;
      flex-shrink: 0;
    }

    .plus-row hr {
      flex: 1;
      border: none;
      border-top: 0.5px solid #e0d4be;
      margin: 0;
    }

    .item {
      background: #fff;
      border: 0.5px solid #e8dfd0;
      border-left: 2px solid #e0d4be;
      padding: 12px 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .item.hi {
      border-left-color: #c8a96e;
      background: #fffdf9;
    }

    .item.opt {
      border-left-color: #d4c5b0;
      border-style: dashed;
      border-left-style: dashed;
    }

    .item-icon {
      font-size: 18px;
      flex-shrink: 0;
      opacity: 0.7;
      line-height: 1;
    }

    .item-body {
      flex: 1;
      min-width: 0;
    }

    .item-en {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 14px;
      letter-spacing: 0.18em;
      color: #9c8150;
      line-height: 1;
      margin-bottom: 2px;
    }

    .item-name {
      font-size: 18px;
      color: #3a2e22;
      letter-spacing: 0.08em;
      line-height: 1.4;
    }

    .badge {
      flex-shrink: 0;
      background: #c8a96e;
      color: #3a2e22;
      font-family: 'Cormorant Garamond', serif;
      font-size: 9px;
      letter-spacing: 0.12em;
      padding: 3px 8px;
    }

    .price {
      flex-shrink: 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: 14px;
      color: #c8a96e;
      letter-spacing: 0.05em;
    }

    .price small {
      font-size: 9px;
      color: #a89070;
      display: block;
      letter-spacing: 0.1em;
      text-align: right;
      margin-bottom: 1px;
    }

    .note {
      background: #3a2e22;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .note p {
      font-size: 15px;
      color: #d4c5b0;
      letter-spacing: 0.1em;
      line-height: 1.8;
      margin: 0;
    }

    .note-tag {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 5px;
      background: #c8a96e;
      color: #3a2e22;
      font-family: 'Cormorant Garamond', serif;
      font-size: 10px;
      letter-spacing: 0.18em;
      padding: 6px 12px;
    }


    /* drinkセット */
    .ds {
      position: relative;
      border: 0.5px solid #c8a96e;
      background: #faf8f4;
      padding: 36px 40px 40px;
      font-family: 'Zen Old Mincho', serif;
      margin-top: 16px;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
    }

    .ds-head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .ds-eyebrow {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 13px;
      letter-spacing: 0.3em;
      color: #c8a96e;
      margin: 0 0 6px;
    }

    .ds-title {
      font-size: 19px;
      font-weight: 400;
      color: #3a2e22;
      letter-spacing: 0.12em;
      margin: 0;
    }

    .ds-price-wrap {
      text-align: right;
    }

    .ds-price-label {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 11px;
      letter-spacing: 0.15em;
      color: #a89070;
      display: block;
      margin-bottom: 2px;
    }

    .ds-price {
      font-family: 'Cormorant Garamond', serif;
      font-size: 26px;
      color: #c8a96e;
      letter-spacing: 0.05em;
    }

    .ds-price small {
      font-size: 13px;
      color: #a89070;
      letter-spacing: 0.1em;
      margin-left: 2px;
    }

    .divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .divider-line {
      flex: 1;
      height: 0.5px;
      background: #e0d4be;
    }

    .divider-diamond {
      width: 6px;
      height: 6px;
      border: 1px solid #c8a96e;
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .drink-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      gap: 8px;
    }

    .drink-item {
      background: #fff;
      border: 0.5px solid #e8dfd0;
      border-left: 2px solid #e0d4be;
      padding: 12px 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .drink-icon {
      font-size: 20px;
      flex-shrink: 0;
      opacity: 0.7;
      line-height: 1;
    }

    .drink-body {
      flex: 1;
      min-width: 0;
    }

    .drink-name {
      font-size: 18px;
      color: #3a2e22;
      letter-spacing: 0.06em;
      line-height: 1.4;
      margin: 0;
    }

    .drink-sub {
      font-family: 'EB Garamond', serif;
      font-style: italic;
      font-size: 15px;
      letter-spacing: 0.12em;
      color: #a89070;
      margin: 2px 0 0;
    }


@media screen and (max-width:750px){
.bs.inner {
	width: 98%;
}
.row {
	display: inline;
}
.item.hi {
	margin-top: 10px;
}
.item {
	margin-top: 10px;
}
.ds {

	width: 98%;
}
.ds-head {
	display: inherit;
}
}
