/*　タイトル画像 */
.menu_title {
    width: 1000px;
	margin:  0 auto;
    height: 200px;
    background: url("images/2205/shabushabu_image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
div.menu_title h2 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    padding-top: 70px;
    color: #fff;
    text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
/* 英語タイトル */
.menu_title .en-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  letter-spacing: 1px;
  opacity: 0.9;
  text-transform: capitalize;
}
/* 正月用 */
div.menu_title h2.newyear {
    padding-top: 60px;
}

/* コンテンツ全体 */
#p_contents {
    width: 1000px;
    margin: 0 auto 60px;
}

.oshinagaki {
    width: 100%;
    margin: 60px auto;
    flex: none;
    text-align: left;
    padding: 0;
}
.oshinagaki h3 {
    font-size: 18px;
    font-weight: bold;
    color: #5F0203;
    text-align: center;
    padding: 1rem 2rem;
    border-top: 6px double #5F0203;
    border-bottom: 6px double #5F0203;
}
.oshinagaki h3.alac {
	/*margin:60px auto 20px;*/
}
.oshinagaki h3 .en-text {
  display: block;
  font-size: 11px;
  color: #5F0203;
  margin-top: 2px;
  font-weight: normal;
}

/* h4装飾 */
.syabusyabu_title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px;
  margin: 25px 0 0px;
  text-align: center;
  background-color:#dfc8b8;
  border-radius: 3px;
}
.pt60 {padding-top: 60px;}
.bgc_gold { background: #ede0d7; color: #781309; font-weight: bold;}

.sukistart { margin-top: 80px;}
h4#okawari { margin-top:60px; margin-bottom: 40px;}
h4#ippin_tit { margin:40px auto 20px;}
h4.alacstart { margin-top:60px; margin-bottom: 40px;}
h4.sakestart { margin:20px auto 40px;}

.alac_title_bg {
/*background: linear-gradient(180deg, #E07B39, #C65D00);*/
background:#d0ad69;
color: #333;
}

.title_drinksub {
	font-size: 15px;
	background: #d0ad69;
color: #111;
	margin:20px auto;
	font-weight: bold;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
  border-radius: 3px;
  border-bottom: 3px solid #aa8c51;
  
}

.title_drinksub .sub{
	font-weight: normal;
	font-size: 13px;
}

.redwine {  background: #9c1c58; color: #fff; border-bottom: none; padding: 5px;}
.whitewine{background: #ffffff;
    color: #9c1c58;border-bottom: none; padding: 5px;}
.sparkwine{background: #dde4de;
    color: #435045;border-bottom: none; padding: 5px;}

.syabusyabu_title_sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.5;
  color: #333;
}
.red_bold {
	color: #781309;
	font-weight: bold;
}

.eraberuotoshi_txt {
  font-weight: bold;
  color: #781309;
  padding: 0 2px;
  border-bottom: 1px dotted #6d2e46;
}

.eraberuotoshi_txt a,
a.eraberu_a {
	color: #781309;
	transition: color 0.3s ease; /* なめらかに色が変化するように設定 */
}
.eraberuotoshi_txt a:hover,
a.eraberu_a:hover{
	color: #593300;
}
.fs90p {font-size: 88%;}
/* 言語切り替えボタン */
.btn_wrap {
    width: 1000px;
    margin: 0px auto;
}
/* 言語切替ボタン */
    .language-switcher {
  text-align: right;
  padding: 10px 0;
}

.language-select {
  display: inline-block;
  font-size: 14px;
}

.language-link {
  text-decoration: none;
  color: #6d2e46;
  transition: color 0.3s;
}

.language-link.active {
  font-weight: bold;
  text-decoration: underline;
}

.language-link:hover {
  color: #9c546e;
}

/* 各ページに着けるナビ */
.oshinagaki_list_navi {
    margin: 0px auto 30px;
	display: flex;
}
.oshinagaki_list_navi li {
    width: calc( (100% - 26px)/4 );
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 0px;
}
.oshinagaki_list_navi li:last-child {
    margin-right: 0;
}
/* 英語テキスト用スタイル */
.oshinagaki_list_navi .en-text {
  display: block;
  font-size: 11px;
  color: #777;
  margin-top: 2px;
  font-weight: normal;
}

.oshinagaki_list_navi li a{
    display: block;
    border:1px solid #000;
    color: #000;
    line-height: 1.5;
	padding: 10px 0;
    text-align: center;
    text-decoration: none;
    transition: .4s;
    border-radius: 10px;
}
.oshinagaki_list_navi li a:hover{
    display: block;
    border:1px solid #a51745;
    background: #a51745;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
/* 英語テキスト用スタイル */
.oshinagaki_list_navi li a:hover .en-text {
  color: #ffffff;
  transition: .4s;
}

/* 期間限定バナー */
h3#seasonal {
    border: none;
    background: #5F0203;
    color: #fff;
    padding: 5px 0 8px;
}
h3#seasonal .en-text {
	color: #fff;
}
.flex_list {
padding: 15px 0;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
}

/* セクションサブタイトル */
    .section-subtitle {
      text-align: center;
      background-color: #ede0d7;
	  color: #781309;
	  font-weight: bold;
      padding: 8px 0;
      margin: 40px 0 0;
	  line-height: 1.4;
    }
	.section-subtitle .small {
		font-size: 14px;
		color: #000;
		font-weight: normal;
	}
	
/* 横浜はセットの説明にも使う */
/* PC表示 */
.setmenu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* 上揃えに変更 */
  gap: 8px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #eee;
  
  margin-bottom: 60px;
}

.setmenu_title {
	display: block;
	width: 100%;
	color:#5a2c0a;
	font-weight: bold;
	margin-bottom: -10px;
}
.mt5 { margin-top: 5px; }
.mt15 {margin-top:15px;}
.mb40 {margin-botom:40px;}

.setmenu-items {
  width: calc(33% - 30px);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.setmenu-items .img {
  flex: 0 0 auto;
  margin-bottom: 2px;
}

.setmenu-items .img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
}

.setmenu-name {
  font-size: 14px;
  margin-top: 8px;
  /* 高さを固定して内容を上揃えに */
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 上揃え */
  text-align: center;
}

/* サイドメニュー - お通し */
/* PC表示 */
.side-menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* 上揃えに変更 */
  gap: 8px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #eee;
  
  margin-bottom: 60px;
}
.suki_side-menu {
	margin-bottom: 40px;
}

.side-menu-items {
  width: calc(25% - 30px);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.side-menu-items .img {
  flex: 0 0 auto;
  margin-bottom: 8px;
}

.side-menu-items .img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.side-menu-name {
  font-size: 14px;
  margin-top: 3px;
  /* 高さを固定して内容を上揃えに */
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 上揃え */
  text-align: center;
}

.fs12 {
  font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fwn {font-weight: normal;}
.txtGray {
	color: #666;
}

.red {
  color: #e74c3c;
  font-weight: bold;
}


/* 通常メニュー */
    .menu-items {
      display: flex;
      margin-bottom: 20px;
    }
    
    .menu-img {
      width: 30%;
    }
    
    .menu-img img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
    
    .menu-details {
      width: 68%;
      padding: 10px 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    
    .menu-name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
	  
    border-bottom: 1.5px dotted #6d2e46;
    padding-bottom: 8px;
    }
	
	.menu-name .fs90p {
	 font-size: 90%;
	}
    
    .menu-description {
      font-size: 14px;
      margin-bottom: 15px;
    }
    
    /* グラム表示のスタイル */
.gram-size {
  font-size: 13px; /* 通常のテキストより小さく */
  margin-right: 3px; /* 金額との間に少し余白 */
}

.menu-price {
  font-size: 16px; /* 金額のフォントサイズ */
  margin-bottom: 5px; /* 各価格行の間隔 */
  color: #111;
    font-weight: bold;
    line-height: 1.6;
    text-align: right;
width: 31%;
margin-left: auto;
}

/* ２つ並べる */
.menu-price_2gr {
  font-size: 16px; /* 金額のフォントサイズ */
  margin-bottom: 5px; /* 各価格行の間隔 */
  color: #111;
    font-weight: bold;
    line-height: 1.6;
    text-align: right;
width: 65%;
margin-left: auto;
display: flex;
}
.menu-price_2gr_inner {
	min-width: 207px;
}
.menu-price_2gr_inner:last-child {
	margin-left: 20px;
}


/* 150gが選べますの時用 */
.hosoku_wrap{
width: 100%;
display: flex;
grid: 10px;
}
.hosoku_wrap .hosoku_text {
	width: 45%;
	font-weight: normal;
}
.hosoku_wrap .menu-price {
	width: 31%;
}


.menu-price span{
}
.menu-price span.set,
.menu-price_2gr_inner span.set {
    background: #97827d;
    color: #fff;
	font-size: 13px;
    border-radius: 5px;
    padding: 0 4px;
    letter-spacing: -0.05em;
}
.seten { min-width: 48px;text-align: center; letter-spacing: 0; }
.menu-price span.course,
.menu-price_2gr_inner span.course{
    background: #d4a574;
    color: #fff;
	font-size: 13px;
    border-radius: 5px;
    padding: 0 4px;
    letter-spacing: -0.05em;
}
p.tokyu {
	text-align: left;
	display: block;
	margin-left: -10px;
}
p.tokyua5 {
	text-align: left;
	display: block;
	margin-left: -10px;
	color: red;
	/*margin-top: 15px;*/
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 3px;
}

.price-row span.set,
.price-row span.course {
    flex: 0 0 auto;
}

.price-row .price-amount {
    flex: 1;
    text-align: right;
    font-weight: bold;
}

.tax-included {
  font-size: 12px;
  color: #444;
  font-weight: normal;
}
	
	.menu-price .red{
	 color: #d54000;
	}
    

/* 食べ比べ定食スタイル - 1カラムに統合 */
.special-menu-section {
  margin: 40px 0 60px;
}

.oshinagaki h2.special-title {
/*  color: #333;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 0 8px 0;
  margin: 25px 0 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;*/
	color: #d54000;
	background: none;
    text-align: center;
    border: none;
    border-bottom: 3px solid #d54000;
    padding: 0;
    margin: 15px auto 20px;
    font-size: 20px;
    display: inline-block;
	font-family: serif;
}


.special-menu-items {
  display: flex;
  margin-bottom: 20px;
  
}

.special-img {
  width: 30%;
  padding-right: 20px;
}

.special-img img {
  width: 100%;
  height: auto;
  display: block;
}

.special-details {
  width: 68%;
  padding: 10px 15px 0 0;
}

.special-name {
  font-size: 18px;
   font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1.5px dotted #6d2e46;
    padding-bottom: 8px;
}

.grade {
  color: #d54000;
  font-weight: bold;
}

/* 【マークの余白調整 */
.bracket-start {
  margin-left: -0.3em;
}
.bracket-end {
  margin-right: -0.3em;
}


.special-price {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  line-height: 1.6;
  text-align: right;
}

.price-line {
  margin-bottom: 5px;
}

.special-tax {
  font-size: 12px;
  color: #444;
  font-weight: normal;
}

/* おかわり肉セクション */
.okawari-container {
  max-width: 100%;
  margin: 0 auto;
}

.okawari-row {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
}

.okawari-row:last-child {
  border-bottom: none;
}

.okawari-item {
  flex: 0 0 47%;
  display: flex;
  padding: 0 15px;
}

.okawari-item.empty {
  opacity: 0;
}

.okawari-photo {
  flex: 0 0 150px;
  margin-right: 20px;
}

.okawari-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.okawari-detail {
  flex: 1;
}

.okawari-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px 0;
  color: #111;
}
.okawari-title_mt15 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 3px 0;
  color: #111;
}

.okawari-text {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.okawari-text p{
	line-height: 1.2;
	font-size: 12px;
	margin: 0 0 5px;
	color: #444;
}

.okawari-price-table {
  width: 75%;
  border-collapse: collapse;
   table-layout: fixed; /* テーブルレイアウトを固定に */
   margin-left: auto;
   margin-right: 0;
}

/* 生ビール・ワイン */
.beersub {display: block; margin-top: -3px; }

.drinks_table .okawari-price-table {
  width: 80%;
  border-collapse: collapse;
   table-layout: fixed; /* テーブルレイアウトを固定に */
   margin-left: auto;
   margin-right: 0;
}
.drinks_table .wine_width {
 width: 55%;
}
.drinks_table .okawari-price-table .tax {
	width: 36%;
	text-align: right;
}
.drinks_table .okawari-price-table .tax_short {
	width: 30%;
	text-align: right;
}

.okawari-price-table tr {
  line-height: 1.6;
  text-align: right;
}

/* グラム表示（左寄せ）*/
.okawari-price-table .gram {
  width: 30%; /* 幅を固定 */
  
  white-space: nowrap;
  font-size: 14px;
  padding-right: 0; /* 右の余白をなくす */
}

.okawari-price-table .gram_long {
  width: 50%; /* 幅を固定 */
  
  white-space: nowrap;
  font-size: 14px;
  padding-right: 0; /* 右の余白をなくす */
}

.okawari-price-table .gram_long_en {
  width: 70%; /* 幅を固定 */
  
  white-space: nowrap;
  font-size: 14px;
  padding-right: 0; /* 右の余白をなくす */
}

.okawari-price-table .tr{
	text-align: right;
}
.gram_long_beer {
  width: 70%; /* 幅を固定 */
  
  white-space: nowrap;
  font-size: 14px;
  padding-right: 0; /* 右の余白をなくす */
}



/* 価格（右寄せ）*/
.okawari-price-table .price {
  width: 25%; /* 幅を固定 */
  font-weight: bold;
  padding-right: 2px; /* 右の余白を少し */
  white-space: nowrap;
  font-size: 14px;
}

.okawari-price-table .price_short {
  width: 30%; /* 幅を固定 */
  font-weight: bold;
  padding-right: 2px; /* 右の余白0 */
  white-space: nowrap;
  font-size: 14px;
}
.okawari-price-table .price_short_beer {
  width: 22%; /* 幅を固定 */
  font-weight: bold;
  padding-right: 2px; /* 右の余白0 */
  white-space: nowrap;
  font-size: 14px;
}


.okawari-price-table .price_dlong {
  width: 35%; /* 幅を固定 */
  font-weight: bold;
  padding-right: 0px; /* 右の余白0 */
  white-space: nowrap;
  font-size: 14px;
}

/* 価格（右寄せ）*/
.okawari-price-table .price_long {
  width: 81%; /* 幅を固定 */
  font-weight: bold;
  padding-right: 0px; /* 右の余白を少し */
  white-space: nowrap;
  font-size: 14px;
}

/* 税込価格（左寄せ）*/
.okawari-price-table .tax {
width: 25%; /* 幅を固定 */
  font-size: 12px;
  color: #777;
  padding-left: 2px; /* 左の余白を少し */
}

.okawari-price-table .tax .tax_in3{
	display: block;
	margin-right: -5px;
}

/* 税込価格*/
.okawari-price-table .tax_short {
  width: 30%; /* 幅を固定 */
  font-size: 12px;
  color: #777;
  text-align: right;
  padding-left: 2px; /* 左の余白を少し */
}

/* 税込価格*/
.okawari-price-table .tax_long {
  width: 43%; /* 幅を固定 */
  font-size: 12px;
  color: #777;
  text-align: right;
  padding-left: 0px; /* 左の余白0 */
}


/* 円の文字サイズ調整 */
.okawari-price-table .fs12 {
  font-size: 12px;
  font-weight: normal;
  margin-left: 1px;
}

/* 空の項目 */
.okawari-item.empty {
  visibility: hidden; /* 内容を非表示にするが、スペースは確保 */
}

/* 英語版価格テーブルのスタイル */
.okawari-price-table-en {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: auto;
  table-layout: fixed; /* テーブルレイアウトを固定 */
}

/* グラム表示 - 右寄せ */
.gram-en {
  width: 34%;
  text-align: right;
  padding-right: 0px;
  white-space: nowrap;
  font-size: 14px;
}

/* 価格と税込み表示を同じセルに */
.price-tax-en {
  width: 33%;
  text-align: right; /* 右寄せに統一 */
  white-space: nowrap;
}

/* 価格部分の表示 */
.price-en {
  display: inline-block;
  min-width: 70px; /* 最小幅を設定 */
  text-align: right;
  font-weight: bold;
  font-size: 15px;
}

/* 税込表示のスタイル */
.tax-en {
  display: inline-block;
  min-width: 77px; /* 最小幅を設定 */
  text-align: right;
  font-size: 12px;
  color: #777;
}

/* 【】マークの余白調整 */
.bracket-start {
  margin-left: -0.3em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .gram-en {
    width: 28%;
    padding-right: 5px;
    font-size: 13px;
  }
  
  .price-tax-en {
    width: 72%;
  }
  
  .price-en {
    min-width: 70px;
    font-size: 14px;
  }
  
  .tax-en {
    min-width: 80px;
    font-size: 11px;
  }
}
/* ワイン種類テーブルのスタイル */
.wine-varieties {
  margin: 10px 0;
}

.wine-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #444;
}

.wine-type {
  width: 65px;
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

.wine-name {
  text-align: left;
  padding-left: 0;
  vertical-align: top;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .wine-type {
    width: 70px;
    font-size: 13px;
  }
  
  .wine-name {
    font-size: 13px;
  }
}

.fs12 {
  font-size: 12px;
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
	.okawari-detail {
  flex: 1;
  max-width: 100%;
}

  .okawari-item {
    flex: 0 0 100%; /* モバイル表示では1行1アイテム */
  }
  
  .okawari-price-table .gram {
    width: 25%;
  }
  
  .okawari-price-table .price {
    width: 30%;
  }

.okawari-price-table .tax .tax_in3 {
	margin: 0;
}

}

.fn12 { font-weight: normal; font-size: 14px;}

/* div構造の価格表示 */
.okawari-price-row {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  justify-content: flex-end;
  width: 100%;
}

/* グラム表示がある場合 */
.okawari-price-row.with-gram {
  justify-content: space-between;
}

/* グラム表示 */
.price-gram {
  flex: 0 0 60px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}

/* 価格表示 */
.price-amount {
  flex: 0 0 80px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

/* 税込価格 */
.price-tax {
  flex: 0 0 auto;
  font-size: 12px;
  color: #777;
  white-space: nowrap;
  text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
.menu-price {
width: 45%;
}

.hosoku_wrap{
width: 100%;
display: flex;
grid: 0px;
}
.hosoku_wrap .hosoku_text {
	width: 45%;
	font-weight: normal;
}
.hosoku_wrap .menu-price {
	width: 45%;
}
/* ２つ並べる */
.menu-price_2gr {
	width: auto;
display: block;
}
.menu-price_2gr_inner {
	min-width:295px;
}
.menu-price_2gr_inner:last-child {
	margin-left: 0px;
	margin-top: 20px;
}

  /* div価格表示調整 */
  .okawari-price-row {
    margin-top: 10px;
  }
  
  .price-amount {
    flex: 0 0 70px;
    font-size: 15px;
  }
  
  .price-gram {
    flex: 0 0 50px;
    font-size: 13px;
  }
}

/* 消費税表示の注意書きスタイル */
.tax-notice {
  margin: 40px 0;
  padding: 15px;
  text-align: center;
}

.tax-notice p {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* スマホ表示 - グリッドレイアウト */
@media (max-width: 768px) {
  .okawari-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 10px;
  }
  
  .okawari-row {
    display: contents; /* グリッドで制御するためrowを解除 */
  }
  
  .okawari-price-table {
    width: 100%;

}
  
  .okawari-item {
    padding: 0 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
  }
  
  .okawari-photo {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .okawari-photo img {
    width: 80px;
    height: 80px;
  }
  
  .okawari-title {
    font-size: 14px;
  }
  
  .okawari-price-table .gram {
    width: auto;
    font-size: 12px;
  }
  
  .okawari-price-table .price {
    width: auto;
    font-size: 12px;
  }
  
  .okawari-price-table .tax {
    font-size: 10px;
  }
}


/* ドリンク表示用のスタイル - 上下レイアウト */
.drinks-container {
  max-width: 1000px;
  margin: 0 auto;
}

.drinks-row {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
}

.drinks-row:last-child {
  border-bottom: none;
}

.drinks-item {
  display: flex;
  width: 100%;
  padding: 0 15px;
}

.full-width {
  width: 100%;
}

/* 写真部分 */
.drinks-photo {
  flex: 0 0 400px;
  margin-right: 20px;
}

.drinks-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 情報ラッパー - 上下レイアウト */
.drinks-info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
}

/* タイトル部分 */
.drinks-detail {
  width: 100%;
  margin-bottom: 15px; /* 下にマージンを追加 */
}

/* 価格部分 */
.drinks-price {
  width: 100%;
}

.drinks-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0; /* 下部にマージンを追加 */
  line-height: 1.6;
}

/* 価格表示部分 */
.okawari-price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end; /* 右寄せ */
  width: 100%;
}

.price-amount {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

.price-tax {
  flex: 0 0 auto;
  font-size: 12px;
  color: #777;
  white-space: nowrap;
  text-align: left;
}

/* スマホ表示用のメディアクエリ（まとめ） */
@media (max-width: 768px) {
  .drinks-item {
    flex-direction: column;
  }
  
  .drinks-photo {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .drinks-photo img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
  
  .drinks-title {
    font-size: 14px;
    text-align: center;
  }
  
  /* スマホ用の調整 */
  .drinks-detail {
    margin-bottom: 10px;
  }
  
  /* 620px以下の表示設定 */
  .oshinagaki_list_navi {
    margin: 0px auto 30px;
    display: block;
  }
  
  .oshinagaki_list_navi li {
    width: 100%;
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 8px;
  }
}

/* さらに小さい画面用 */
@media (max-width: 480px) {
  .okawari-price-row {
    justify-content: center; /* 中央寄せに変更 */
  }
  
  .okawari-container {
    grid-template-columns: 1fr;
  }
  
  .okawari-item.empty {
    display: none;
  }
  
  .setmenu-items .img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .side-menu-items .img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
}

#p_contents .mt0 {margin-top: 0;}

/* スマホ表示 
------------------------ */
@media (max-width: 768px) {


/* メインコンテンツ */
.menu_title {
    width: 100%;
    height: 20vh;
}
#p_contents {
    width: 95%;
    margin: 0 auto 60px;
}


.oshinagaki_list_navi li a {
    line-height: 1.1;
}

.flex_list {
    padding: 15px 0;
	margin-top: 15px;
    margin-bottom: 0px;
    display:block;
}
.flex_list li{
	text-align: center;
	margin-bottom: 20px;
}
.flex_list li img {
	width: 100%;
	max-width: 485px;
	margin:  0 auto;
}

/*　セットグリッド表示 */

  .setmenu-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px; 
    padding: 10px 5px 0 15px; 
  }
  .setmenu_title {
    width: 100%;
    margin-bottom: 0px;
	grid-column: 1 / -1;
}
  .setmenu-items {
    width: 90%;
    margin: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
  
  .setmenu-items .img {
    flex: 0 0 auto;
    padding: 3px; /* 画像周りに少し余白 */
  }
  
  .setmenu-items .img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px; /* 画像に丸みを追加 */
  }
  
  .setmenu-name {
    font-size: 12px;
    padding: 0;
    line-height: 1.4;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }

/*　選べるお通しグリッド表示 */

  .side-menu-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px; 
    padding: 10px 5px 0 15px; 
  }
  
  .side-menu-items {
    width: 90%;
    margin: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
  
  .side-menu-items .img {
    flex: 0 0 auto;
    padding: 3px; /* 画像周りに少し余白 */
  }
  
  .side-menu-items .img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px; /* 画像に丸みを追加 */
  }
  
  .side-menu-name {
    font-size: 12px;
    padding: 0;
    line-height: 1.4;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }
  
  .fs12 {
    font-size: 10px;
  }
  
  .or-divider {
    display: none; /* orを非表示 */
  }

/* */
.container {
        padding: 0 10px;
      }
	  
	  .special-menu-items {
    flex-direction: column;
  }
  
  .special-img, .special-details {
    width: 100%;
  }
  
  .special-img {
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  .special-name {
    font-size: 14px;
  }
  
  .special-price {
    font-size: 14px;
  }
      
      .side-menu-item {
        width: calc(50% - 10px);
      }
      
      .side-menu-img {
        height: 120px;
      }
	  
	  .setmenu-item {
        width: calc(50% - 10px);
      }
      
      .setmenu-img {
        height: 120px;
      }
      
      .menu-item, .special-menu-item {
        flex-direction: column;
      }
      
	  .menu-img,special-img{
	  	width: 100%;
	  }
	  
	  .menu-items {
    display: block;
	}
      .menu-details,  .special-details {
        width: 90%;
		margin-right: auto;
		margin-left: auto;
      }
      
      .menu-img img, .special-img img {
           width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
      }
      
      .menu-details, .special-details {
        padding: 15px;
      }
      
      .special-menu-item::before {
        top: 5px;
        left: -25px;
        padding: 3px 25px;
        font-size: 10px;
      }
      
      .special-meats {
        flex-direction: column;
      }
      
      .meat-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
      }

}

/* navi は620以下から楯列へ */
@media (max-width: 620px) {
	.oshinagaki_list_navi {
    margin: 0px auto 30px;
    display: block;
}

.oshinagaki_list_navi li {
    width: 100%;
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 8px;
}
}

/* さらに小さい画面用 */
@media (max-width: 480px) {
	.menu-price {
	width: 55%;
	}

  .okawari-container {
    grid-template-columns: 1fr;
  }
  
  .okawari-item.empty {
    display: none;
  }
  
   .side-menu-items .img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px; /* 画像に丸みを追加 */
  }
  
  .setmenu-items .img img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px; /* 画像に丸みを追加 */
  }
  
}

/* 画像なし2カラムレイアウト用のスタイル */
.okawari-container-no-image {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.okawari-row-no-image {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.okawari-row-no-image:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.okawari-item-no-image {
  flex: 0 0 45%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 15px;
  margin-right: 6%;
}

.okawari-item-no-image:last-child {
  margin-right: 0;
}

/* 商品名部分 */
.okawari-name-section {
  flex: 1;
  padding-right: 20px;
}

.okawari-title-no-image {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #111;
  line-height: 1.4;
}

.okawari-text-no-image {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  color: #666;
}

/* 価格部分 */
.okawari-price-section {
  flex: 0 0 auto;
  text-align: right;
  min-width: 120px;
}

/* シンプルな価格表示 */
.simple-price {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  display: inline;
}

.simple-tax {
  font-size: 12px;
  color: #777;
  display: inline;
  margin-left: 5px;
  font-weight: normal;
}

/* 複数価格用のテーブル（コンパクト版） */
.compact-price-table {
  border-collapse: collapse;
  font-size: 14px;
}

.compact-price-table td {
  padding: 2px 0;
  white-space: nowrap;
}

.compact-gram {
  text-align: left;
  padding-right: 8px;
  font-size: 13px;
}

.compact-price {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}

.compact-tax {
  text-align: left;
  font-size: 11px;
  color: #777;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .okawari-row-no-image {
    flex-direction: column;
  }

  .okawari-item-no-image {
    flex: 1;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px;
  }

  .okawari-item-no-image:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .okawari-name-section {
    padding-right: 15px;
  }

  .okawari-price-section {
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .okawari-item-no-image {
    flex-direction: column;
    align-items: flex-start;
  }

  .okawari-name-section {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .okawari-price-section {
    width: 100%;
    text-align: left;
  }
}