
body {
	background-color: #A3080B;
	margin: 0px auto;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#inside_wrapper {
	width: 793px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}

#main_bg {
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-y;
}
#copyright {
	font-family: 'Noto Sans JP', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFDB;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

#copyright a:link {
	color: #FFFFDB;
	text-decoration: underline;
}

#copyright a:visited {
	color: #FFFFDB;
	text-decoration: underline;
}
.sm {
	background-image: url(img/sm_bg.png);
	background-repeat: repeat-y;
	width: 193px;
	vertical-align: top; /* valign="top" の代わり */
}

.sm-img {
	width: 193px;  /* `width="193"` の代わり */
	height: 379px; /* `height="379"` の代わり */
	border: none;  /* `border="0"` の代わり */
  }

.sm_body {
	width: 172px;
	margin-left: 21px;
	text-align: center;
}

.main {
	background-image: url(img/main_bg.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
.main_ttl {
	font-family: 'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color: #BD191C;
	text-align: left;
	width: 549px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E090A;
	padding: 15px;
}

a {
  color: black; /* 通常時の色 */
  /* text-decoration: none;  下線を消す（必要なら） */
}

a:hover {
  color: #900; /* マウスを乗せた時の色（例：濃い赤） */
}

a:visited {
  color: #333; /* クリック済みリンクの色 */
}

  /* タイトル画像のスタイル */
.main-title-img {
	width: 148px; /* 画像の幅 */
	height: 41px; /* 画像の高さ */
	margin-right: 10px; /* hspace="10" の代わり */
	margin-bottom: 23px; /* vspace="23" の代わり */
	float: left; /* align="left" の代わり（画像を左寄せ） */
}
  
.menu_options {
	text-align: center;
	padding: 15px 10px;
	width: 559px;
	font-size: 12px;
	line-height: 1.5em;
}

.main_body {
	position: relative;
	text-align: left;
	padding: 15px 10px;
	width: 559px;
	font-size: 12px;
	line-height: 1.5em;
}
.menu_pdf {
	position: absolute;
	top: 15px;
	right: 15px;
	/*text-align: left;
	padding: 15px 10px;
	width: 559px;
	font-size: 12px;
	line-height: 1.5em;*/
	/*float: right;*/ /* テーブルの右側に配置 */
	/* margin-left: 20px; テーブルとの間隔を空ける */
    }
	  
  
  /* メニュー画像のスタイル */
.menu_pdf_img {
	width: 88px; /* 画像の幅 */
	height: 117px; /* 画像の高さ */
	border: none; /* border="0" の代わり */
	float: right; /* align="right" の代わり（画像を右寄せ） */
	/* margin-left: 10px; 画像の左側に余白を作る */
	/* display: block; を追加すると、余計な隙間がなくなる */
}

.menu_nav{
	margin: 25px 0 25px;
}

@media only screen and (max-width: 750px) {
	
	.menu_nav{
		width: 500px;
	}
}

.main_body2 {
	text-align: left;
	padding: 15px 0px;
	width: 579px;
	font-size: 12px;
	line-height: 1.5em;
}

.menu_ttl {
	font-family: 'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

.menu_txt {
	font-family: 'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #666666;
}

 /*.menu_container {
  display: grid; */
   /*grid-template-columns: repeat(3, 1fr); /* 3列にする */
   /*gap: 10px; */
   /* text-align: center; */
 /*} */

.menu_list {
	float: left;
	width: 180px;
	margin-right: 4px;
	margin-bottom: 10px;
	text-align: center;
}

/* 画像のスタイル */
.menu-image {
	width: 180px; /* 画像の幅 */
	height: 150px; /* 画像の高さ */
	border: none; /* border="0" の代わり */
  }

.menu_drink_wrapper {
  display: flex;          /* 横に並べる */
  align-items: flex-end;  /* 下揃え */
  gap: 12px;   
  margin-top: 65px;
  margin-left: 3px;//* 要素の間隔 */
}
.menu_drink {
  width: 40px;              /* 横幅を小さく設定 */
  height: 120px;            /* 高さもバランスよく調整 */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 5px;
}

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

  
  /* 画像のスタイル */
.drink-image1 {
	width: 46px; /* 画像の幅 */
	height: 150px; /* 画像の高さ */
	border: none; /* border="0" の代わり */
  }
  /* 画像のスタイル */
.drink-image2 {
	width: 47px; /* 画像の幅 */
	height: 150px; /* 画像の高さ */
	border: none; /* border="0" の代わり */
}

.menu_cat {
	/*font-family: 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;*/
	font-family: 'Luckiest Guy', cursive;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	color: #8D070B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.menu_cat2 {
	font-family: 'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: bold;
}

/* テーブルのスタイル */
.menu-topping {
	width: 100%; /* 幅を100%に指定 */
	border: none; /* border="0" の代わり */
	border-collapse: collapse; /* cellspacing="0" を適用（セルの間の余白をなくす） */
  }
  
  /* セル（td, th）のスタイル */
.menu_topping td {
	padding: 0; /* cellpadding="0" の代わり（セル内の余白をなくす） */
}


.clear {
	clear: both;
}
.nomal12 {
	font-family:'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 13px;
	line-height: 1.4em;
	width: 96px;
	/* text-align: left; */
}
.nomal12-icon {
width: 22px; /* 画像の幅 */
height: 27px; /* 画像の高さ */
vertical-align: middle; /* 画像をテキストの中央に揃える */
}

.menu-category {
    border: none;             /* `border="0"` の代わり */
    border-collapse: separate; /* `cellspacing` を有効にする */
    border-spacing: 5px;      /* `cellspacing="5"` の代わり */
  }
  
  /* リンクのスタイル */
  /* .noma112_ramen_link {
	text-decoration: none;
	color: #333;
	font-size: 14px;
  } */

/* テーブルのスタイル */
.nomal11 {
	font-family: 'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	width: 500px; /* テーブルの幅を500pxに指定 */
	border: none; /* border="0" の代わり */
	margin: 0 auto; /* align="center" の代わり（中央揃え） */
	border-collapse: separate; /* cellspacing="0" の代わり */
	border-spacing: 0; /* セル間の余白を0にする */
}
  
  /* セル（td, th）のスタイル */
.nomal11 td {
	padding: 3px; /* cellpadding="3" の代わり（セル内の余白） */
}

.atten {
	font-size: 13px;
	line-height: 1.5em;
	padding: 10px;
	display: block;
	border: 1px solid #CCCCCC;
}
.menu_subcat {
	font-family: 'Exo', 'Noto Sans JP', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #E1E1E1;
	padding-left: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}

/* 空白のセル（幅30px） */
.empty-cell1 {
	width: 30px; /* width="30" の代わり */
}

/* 空白のコンテンツ */
.empty-content {
	text-align: left; /* デフォルトの左揃え */
}
  
  /* 飲み物の英語名 */
.drink-name-en {
	text-align: left;
}
  
  /* 飲み物の日本語名 */
.drink-name-jp {
	text-align: left;
}
  
  /* 価格セル（右寄せ） */
.price-cell {
	text-align: right; /* align="right" の代わり */
}

  /* サイズ表記（右寄せ） */
.price-label {
	text-align: right; /* align="right" の代わり */
  }
  
.narrow {
	padding-right: 10px;
	padding-left: 10px;
}
.footer_menu {
	font-family: 'Noto Sans JP', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 750px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.footer_menu a:link {
	color: #FFFFDB;
	text-decoration: none;
	font-weight: bold;
}

.footer_menu a:visited {
	color: #FFFFDB;
	font-weight: bold;
	text-decoration: none;
}
.subtitle {
	font-size: 14px;
	line-height: 1.4em;
	color: #9C0B0C;
}

#header-btn {
	font-family: 'Noto Sans JP', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	width: 765px;
	margin: 20px auto 0 auto;
	text-align: right;
	font-size: 95%;
	color: rgba( 255, 255, 255, 1.0 );
	font-weight: bold;
}

#header-btn .btn {
	font-family: 'Noto Sans JP', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	padding: 3px 10px 3px 10px;
	color: #FFF;
	text-decoration: none;
	background-color: rgba( 62, 9, 10, 0.30 );
//	border: 1px solid #aaa;
	width:70px;
	height:22px;
	transition-property: color, background-color;
	transition-duration: 0.2s;
	transition-timing-function:ease-in-out;
}

#header-btn .crt_btn {
	font-family: 'Noto Sans JP', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	padding: 3px 10px 3px 10px;
	margin: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
	background-color: rgba( 255, 255, 255, 0.20 );
	width:70px;
	height:22px;
	transition-property: color, background-color;
	transition-duration: 0.2s;
	transition-timing-function:ease-in-out;
}

#header-btn a.btn:hover {
	color: #900;
	background-color: rgba( 255, 255, 255, 1.0 );
}

#header-btn img.fb {
	padding:0;
	margin:0 0 -6px 7px;
}

.branch_bnr_wrap {
	width: 600px;
	display: inline-block;
	padding: 10px 20px 10px 210px;
}

.branch_bnr {
	display: block;
	float: left;
	width: 170px;
	height: 115px;
	margin: auto;
	padding: 10px 0 0 0;
}

table {
  width: 760px;
  max-width: 100%;
  border: none;
}

td.ramen-logo {
  text-align: left; /* ロゴを左寄せ */
  vertical-align: middle; /* ロゴを中央配置 */
  padding-left: 10px; /* 左の余白調整 */
}

td.ramen-address {
  text-align: right; /* address.png を右寄せ */
  vertical-align: bottom; /* address.png を少し下に配置 */
}

.custom-table {
	max-width: 100%;
	width: 760px;
	margin: 0 auto;
	border-collapse: collapse; /* cellspacing="0" と同じ効果 */
	border: none; /* border="0" と同じ効果 */
}
  
.custom-table td {
    padding: 0; /* cellpadding="0" と同じ効果 */
}

/* border="0" cellpadding="0" cellspacing="0" style="max-width: 100%; width: 760px;" の代わり */
.custom-table3 {
    border: none;               /* `border="0"` の代わり */
    border-collapse: collapse;  /* `cellspacing="0"` の代わり */
    width: 760px;               /* `width="760px"` の代わり*/
    max-width: 100%; 
    margin: 0 auto;         
}
  
.custom-table3 td {
    padding: 0; /* `cellpadding="0"` の代わり */
}
    

.main-table {
	width: 100%; /* スマホ画面では幅を100%にする */
	max-width: 883px; /* PCでは最大幅を883pxにする */
	margin: 0 auto; /* 左右のマージンを自動調整して中央揃え */
	border-collapse: collapse;
  }
  
  
.main-table td {
	padding: 0; /* `cellpadding="0"` の代わり */
}

.main-table2 {
	width: 793px; /* スマホ画面では幅を100%にする */
	/*max-width: 793px; PCでは最大幅を883pxにする */
    border: none; 
	margin: 0 auto; /* 左右のマージンを自動調整して中央揃え */
	border-collapse: collapse; 
}
  
  
.main-table2 td {
	padding: 0; /* `cellpadding="0"` の代わり */
}

/* 画像のサイズを指定 */
.in-bar-img {
	width: 793px;  /* `width="793"` の代わり */
	height: 29px;  /* `height="29"` の代わり */
}

/* テーブルセル（td）のスタイル */
.menu-item {
	/* text-align: center;  */
	/* padding: 5px;  */
    vertical-align: top; /* valign="top" の代わり */
}
  
/* すべてのメニュー画像に共通のスタイル */
.menu-img {
	border: none; /* border="0" の代わり */
	/* display: block; */
	margin: auto; 
}

/* 画像（img）のスタイル */
.navi-menu {
	width: 90px; /* width="90" をCSSに移行 */
	height: 144px; /* height="144" をCSSに移行 */
}

.navi-menu2 {
	width: 124px;  /* `width="124"` の代わり */
	height: 157px; /* `height="157"` の代わり */
	border: none;  /*`border="0"` の代わり*/
  }
  
/* 店舗案内の画像専用スタイル */
.navi-shopinfo {
	width: 94px; /* width="94" をCSSに移行 */
	height: 144px; /* height="144" をCSSに移行 */
}

.navi-shopinfo2 {
	width: 105px; /* 画像の幅 */
	height: 157px; /* 画像の高さ */
	border: none; 
}
 
/* 「店長から」の画像専用スタイル */
.navi-owner {
	width: 96px; /* width="96" をCSSに移行 */
	height: 144px; /* height="144" をCSSに移行 */
}

.navi-owner2 {
	width: 109px; /* 画像の幅 */
	height: 157px; /* 画像の高さ */
	border: none; 
}

/* 「おすすめ」の画像専用スタイル */
.navi-recommend {
	width: 94px; /* width="94" をCSSに移行 */
	height: 144px; /* height="144" をCSSに移行 */
}

.navi-recommend2 {
	width: 101px; /* width="94" をCSSに移行 */
	height: 157px; /* height="144" をCSSに移行 */
    border: none; 
}
.navi-open2 {
	width: 161px; /* width="94" をCSSに移行 */
	height: 157px; /* height="144" をCSSに移行 */
    border: none; 
}



/* 中央揃えのスタイル */
.center-content {
	text-align: center; /* align="center" の代わり */
}

.menu-category {
	border: none; /* border="0" の代わり */
	border-collapse: separate; /* `cellspacing` を有効にする */
	border-spacing: 5px; /* `cellspacing="5"` の代わり */
}
	  
/* valign="top" の代わり */
.valign-top td {
  vertical-align: top;
}

/* width="50%" の代わり */
.td-width-50 {
  width: 50%;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  body {
    transform: scale(0.45); /* 全体を90%に縮小 */
    transform-origin: top left; /* 縮小の基準を左上にする */
  }
}

  
  
  

