/* ==============================
   Drink Page Common
   ============================== */

/* トップのメイン画像 */
.irish-visual .drink-main-visual__inner{ background-image: url('../../menu/images/bg-irish-whiskey.webp'); }
.scotch-visual .drink-main-visual__inner{ background-image: url('../../menu/images/bg-scotch-whisky.webp'); }
.bourbon-visual .drink-main-visual__inner{ background-image: url('../../menu/images/bg-bourbon-whiskey.webp'); }
.japanese-visual .drink-main-visual__inner{ background-image: url('../../menu/images/bg-japanese-whisky.webp'); }
.more-visual .drink-main-visual__inner{ background-image: url('../../menu/images/bg-more-drinks.webp'); }

.drink-main-visual__inner {
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
  height: 55vh;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;  
  flex-direction: column;
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center;  
}

.drink-main-visual__title {
  font-family: var(--font-base); 
  font-size: 40px;
  font-weight: bold;
  color: var(--color-text);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2; 
}
.drink-main-visual__subtitle {
  font-family: var(--font-base);
  font-size: 16px;
  color: var(--color-text);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.drink-menu__header {
  margin-bottom: 40px;
  text-align: center; 
}
.drink-menu__title {
  font-family: var(--font-title);
  font-size: 40px; 
  color: var(--color-text);
}
.drink-menu__subtitle {
  font-size: 16px;
  color: var(--color-text);
  line-height: 0.1;
}
.drink-menu__description--large {
  font-size: 20px; 
  line-height: 1.8;
  font-weight: bold;
  margin-top: 60px;
}
.drink-menu__description--small {
  font-size: 16px; 
  margin-bottom: 40px;
  line-height: 2;
}
.drink-menu__list {
  margin-bottom: 20px;
}
.drink-menu__item {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  padding: 0 20px;
  height: 62px;
  border-bottom: 2px solid var(--color-background); 
  background-color: #F4DBB9; 
  color: #333; 
  margin-bottom: 0px; 
}
.drink-menu__item-name,
.drink-menu__item-price {
  font-size: 20px; 
  font-weight: bold;
}
.drink-menu__note {
  font-size: 16px;
  color: var(--color-text);
}
#drink-menu .section__inner {
  max-width: 800px; 
  margin: 0 auto; 
  padding: 0 ;
}
.drink-menu__category-title { 
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.drink-menu__subcategory-title { 
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 40px;
}
.drink-menu__whisky-type {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.other-menu__image {
  width: 100%;
  margin-bottom: 10px; 
}
#drink-menu {
  padding-top: 50px;
  padding-bottom: 113px; 
  padding-left: 0;
  padding-right: 0;
}
section#drink-menu {
  padding-top: 0;
}
