@charset "utf-8";

/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular-subset.woff2") format("woff2"), 
       url("../fonts/NotoSansJP-Regular-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium-subset.woff2") format("woff2"), 
  	   url("../fonts/NotoSansJP-Medium-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2"), 
  	   url("../fonts/NotoSansJP-Bold-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black-subset.woff2") format("woff2"), 
       url("../fonts/NotoSansJP-Black-subset.woff") format("woff");
}

/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular-sub.woff2") format("woff2"), 
       url("../fonts/NotoSerifCJKjp-Regular-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium-sub.woff2") format("woff2"), 
  	   url("../fonts/NotoSerifCJKjp-Medium-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold-sub.woff2") format("woff2"), 
  	   url("../fonts/NotoSerifCJKjp-SemiBold-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold-sub.woff2") format("woff2"), 
  	   url("../fonts/NotoSerifCJKjp-Bold-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black-sub.woff2") format("woff2"), 
       url("../fonts/NotoSerifCJKjp-Black-sub.woff") format("woff");
}



@media print, screen and (min-width: 1px) {
body {
	color: #fcedc3;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../img/back_image.jpg) no-repeat center top;
	font-family: "小塚ゴシック R","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul{
	text-align:left;
	list-style-type: none;
	float:left;
}
img {
	border: none;
	text-align: center;
}
bold {
	font-weight: bold;
	line-height: 2.5em;
}

/*リンク文字
---------------------------------------------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #eae9ea;
	text-decoration: none;
}
.style1 {color: #FFFFFF}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 2px 0px 2px;
	border-right-color: #dff1fc;
	border-left-color: #dff1fc;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	overflow : hidden ;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header{
	text-align: center;
	font-size:100%;
	line-height:1.5;
	font-weight:normal;
	background:url(../img/top_home.png) repeat-x center top;
	color:#fff;
	overflow:hidden;
	padding:5px 0 5px;
}

/*ラッパー
---------------------------------------------------------------------------*/
#wrapper{
	position:relative;
}

.inner{
	margin: 0 auto;
	width: 100%;
	
}
.inner a {
	color: #efce74;
	text-decoration: none;
}
.inner a:hover {
	color: brown;
	text-decoration: none;
}

/*トップナビ
---------------------------------------------------------------------------*/
ul#topnav{
	float: right;
    margin-left:auto;
	overflow:hidden;
	margin:10px 0;
}

* html ul#topnav{height:1%;}

ul#topnav li{
	float:left;
}

ul#topnav a{
	display: block;
	padding: 0;
	color: #fff;
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1115px;
	height: 100%;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	overflow : hidden ;
}

/*タイトル・ロゴ
---------------------------------------------------------------------------*/
#title_top {
	float: left;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 1100px;
	line-height: 1.5em;
	margin-left: auto;
	/*padding: 10px 10px 50px 5px;*/
	padding: 10px 0 50px 0;
}
#main h1 {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
#main h2 {
	text-align: right;
	float: right;
}
#main h3 {
	text-align: left;
	float: left;
}
#main h4 {
	font-size: 110%;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
#main h5 {
	text-align: right;
	float: right;
}
#main h6 {
	font-size: 100%;
	text-align: center;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 20px 1em;
	text-align: left;
}
#yumepork {
	width: 258px;
	height: auto;
	margin: 30px 0px 30px 0px;
	text-align: right;
	float: left;
}
#menu_banner {
    text-align: center;
}
#menu_middle {
	text-align: center;
	float: left;
	width: 330px;
	height: auto;
	margin-top: 20px;
	padding: 0px 17px 40px 17px;
}
#textbox_yuempork {
	width: auto;
	height: auto;
	text-align: left;
	margin: 10px;
	float: right;
}
#textbox_right {
	width: 460px;
	height: auto;
	text-align: left;
	margin: 10px 20px 0px 0px;
	float: right;
}
#textbox_left {
	width: 460px;
	height: auto;
	text-align: left;
	margin: 10px 0px 0px 20px;
	float: left;
}
#textbox1 {
	width: auto;
	height: auto;
	text-align: left;
	float: left;
}
.banner_right {
	margin: 0px 30px 0px 30px;
	float: right;
	clear: both;
}
#long_banner {
	padding: 0px 0px 15px 0px;
}
#text_left {
	text-align: left;
}
#text_right {
	text-align: right;
}
#box_nakagawa {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_nakagawa.jpg) top left no-repeat;
}
#box_rice {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_rice.jpg) top right no-repeat;
}
#box_takeout {
	width: 1000px;
	height: 350px;
	margin: 30px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_rice.jpg) top right no-repeat;
}
#box_kasai {
	width: 850px;
	height: 500px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_kasai.jpg) top left no-repeat;
}
#box_pork {
	width: 1000px;
	height: auto;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_pork.jpg) top right no-repeat;
}
#box_kani {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_teiban_kani.jpg) top left no-repeat;
}
#box_gomoku {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_teiban_gomoku.jpg) top right no-repeat;
}

#box_gyukatsu {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_teiban_gyukatsu.jpg) top right no-repeat;
}

#box_tonkatsu {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_teiban_tonkatsu.jpg) top left no-repeat;
}

#box_tontoro {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_teiban_tontoro.jpg) top right no-repeat;
}

#box_porksteak {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_teiban_porksteak.jpg) top right no-repeat;
}

#box_gangan {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_teiban_gangan.jpg) top left no-repeat;
}

#box_yamaage {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_teiban_yamaage.jpg) top left no-repeat;
}

#box_ayu {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_kisetsu_ayu.jpg) top left no-repeat;
}
#box_kaki {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: left;
	float: right;
	background: url(../img/pic_kisetsu_kaki.jpg) top right no-repeat;
}
#box_enkai_kama {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_enkai_kama.jpg) top left no-repeat;
}
#box_enkai_houji {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_enkai_houji.jpg) top right no-repeat;
}
#box_drink {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_drink.jpg) top left no-repeat;
}
#box_enkai_nikko {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_enkai_nikko.jpg) top left no-repeat;
}
#box_nabe_nikko {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_nabe_nikko.jpg) top right no-repeat;
}
#box_nabe_kaisen {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_nabe_kaisen.jpg) top left no-repeat;
}
#box_family {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_family.jpg) top left no-repeat;
}
#box_friend {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	float: right;
	background: url(../img/pic_friend.jpg) top right no-repeat;
}
#box_couple {
	width: 1000px;
	height: 350px;
	margin: 0px 0px 30px 10px;
	text-align: right;
	float: left;
	background: url(../img/pic_couple.jpg) top left no-repeat;
}
#store_gaikan {
	width: 1100px;
	height: auto;
	margin: 0px 0px 30px 0px;
	text-align: left;
	float: left;
	background: url(../img/store_gaikan.jpg) top left no-repeat;
}
#store_box {
	text-align: center;
	float: left;
	width: 500px;
	height: auto;
	padding:10px 0px 10px 0px;
}
#map1 {
	text-align: left;
	float: left;
}
#map {
	width: 50%;
}
#menu_sub {
	text-align: center;
	font-size: 110%;
	background: url(../img/banner_drink_sub.png) no-repeat;
}
#contact_title {
	text-align: center;
	width: 850px;
	height: 150px;
	background: url(../img/contact_thanks.png) top center no-repeat;
}
#contact_text {
	line-height: 1.5em;
	padding: 80px 0px 20px 0px;
}
#tennai_pics {
	width: 1100px;
}
#tennai_pics img {
	margin: 10px;
}
#flag {
	text-align: center;
	width: 135px;
	margin: 0 auto;
	clear: both;
}
.takeout_pc {
	display: block;
	float: right;

}
.sns_check {
    display: inline-block;
    float: none;
}
.sns_check img {
    display: block;
}
.takeout_sp {
	display: none;

}
iframe {
	height: 540px;
	margin-left: 10px;
}
small img {
	float: right;
}
.banner {
	text-align: center;
}
.banner_rewards {
    margin-left: 10px;
}
.sp_disp {
    display: none;
}


/*フッター
---------------------------------------------------------------------------*/
#footer_address {
    position: relative;
	font-size: 80%;
	clear: both;
	width: 1100px;
	height: 180px;
	line-height: 10em;
	padding: 10px 0px 0px 0px;
	background: url(../img/footer_address.jpg) no-repeat;
}
/*フッター内にリンク設定した場合用*/
#footer_address a {
	text-decoration: none;
}
/*フッターリスト*/
#footer_address li {
	font-size: 90%;
	display : inline;
	padding: 0px 10px 0px 30px;
}
#footer_list ul {
    display:inline;
    padding-left:25px;
}
ul.footer li {
	font-size: 70%;
    display:inline;
    padding-left:5px;
    padding-right:10px;
    border-right:1px solid #efce74;
}
ul.footer li a{
    color: #efce74;
}
ul.footer li a:hover {
	color: brown;
}
#cr {
    text-align:right;
	color:#efce74;
	font-size: 70%;
	padding:5px 30px 5px 0px;
}
#scrolltop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#scrolltop a {
    display: block;
}
#footer_helps {
    padding-bottom: 15px;
}
#footer_helps ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    clear: both;
    float: none;
}
#footer_helps ul li {
    display: flex;
    align-items: center;
}
#footer_helps ul li:first-child:before,
#footer_helps ul li:after {
    content: "｜";
    padding: 0 5px;
    color: #efce74;
}
#footer_helps ul li a {
    color: #efce74;
}


/*透明テーブル
---------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: 0;
}
td {
	border: 0;
	text-align: left;
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}

/*透明テーブル・ラインがドット
---------------------------------------------------------------------------*/
.cleartable {
	border-collapse: collapse;
	width: 100%;
	line-height: 1.5em;
}
.cleartable th {
	border-bottom: #939393 1px dotted;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: : #939393 1px dotted;
	white-space: nowrap;
}
.cleartable td {
	border-bottom: #939393 1px dotted;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	word-break: break-all;
}
.cleartable tr:hover {
    background: #939393;
    color: #000000;
}

/*角丸ボックス
---------------------------------------------------------------------------*/
.kado {
    border: solid 1px #c8ebf9;
	background: #f2f9fd;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
    text-align: center;
}
.kadosub {
    border: solid 1px #c8ebf9;
	background: #f2f9fd;
    border-radius: 10px;
	padding: 10px 10px 10px 10px;
    text-align: center;
	line-height: 1.5em;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}

.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #D70000;
}
p.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
	text-align: center;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: gray; /* 線色 */
   height: 1px; /* 高さ */
   clear:both;
}
dl {  
    border:1px;  
    width:100%;  
}  
dt { 
    width : 10em;
    text-align: left; 
    float:left;  
	line-height: 1.2em;
    padding:5px 5px 5px 30px;  
    clear:both;   
}  
dd { 
    text-align: left; 
	line-height: 1.2em;
    margin-left:100px;  
    padding:5px 5px 5px 10px; 
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}
}





@media screen and (max-width: 480px) {
body {
	text-align: center;
	color: #fcedc3;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background-attachment: fixed;
	background: #000000 url(../img/back_image_sp.jpg) no-repeat center top;
	font-size: 90%;
	line-height: 120%;
	max-width: 90%;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
img,img a {
	width: 100%;
	height: auto;
	border: none;
	text-align: center;
}
bold {
	font-weight: bold;
	line-height: 120%;
}
table {
	width: 100%;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header{
	line-height: 120%;
}

/*ラッパー
---------------------------------------------------------------------------*/
#wrapper{
	position:relative;
	text-align: center;
}

/*トップナビ
---------------------------------------------------------------------------*/
ul#topnav{
	text-align: center;
	width: 100%;
	float: none;
	clear: both;
}

ul#topnav li{
	float: none;
	clear: both;
}

ul {
  display: -webkit-box;
  display: -moz-box;
  width: 100%;
}
 
li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

/*タイトル・ロゴ
---------------------------------------------------------------------------*/
#title_top {
    text-align: center;
	width: 30%;
	height: 30%
	float: none;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	text-align: center;
	float: none;
	width: 100%;
	line-height: 120%;
}
#main h1 {
	width: 100%;
}
#main h1 img{
	width: 100%;
}
#main h2 {
	width: 100%;
	text-align: right;
	float: none;
	padding: 220px 0px 0px 0px;
}
#main h3 {
	width: 100%;
	text-align: left;
	float: none;
	padding: 220px 0px 0px 0px;
}
#main h4 {
}
#main h5 {
	width: 100%;
	float: none;
	padding: 300px 0px 0px 0px;
}
#main h6 {
}
/*段落タグの余白設定*/
#main img {
	width: 100%;
}
#facebook {
	float: none;
	width: auto;
	height: auto;
}
#fukidashi1 {
	display: none;
}
#yumepork {
	width: 100%;
	float: none;
}
#menu_middle {
	float: none;
	width: 95%;
	margin-left: -15px;
}
#textbox_yuempork {
	float: none;
}
#textbox_right {
	width: 90%;
	margin: 0px 10px 10px 10px;
	float: none;
}
#textbox_left {
	width: 90%;
	text-align: left;
	margin: 0px 10px 10px 10px;
	float: none;
}
#textbox1 {
	float: none;
}
#long_banner {
	padding: 0px 0px 15px 0px;
}
#text_left {
	text-align: left;
}
#box_nakagawa {
	width: 100%;
	float: none;
	background: url(../img/z_pic_nakagawa.jpg)  no-repeat;
	background-size: 96% auto;
	padding-top: 1em;
	margin: 0 auto;
}
#box_rice {
	width: 100%;
	float: none;
	background: url(../img/z_pic_rice.jpg) no-repeat;
	background-size: 96% auto;
	padding-top: 1em;
	margin: 0 0 2em 0;
}
#box_kasai {
	width: 100%;
	float: none;
	background: url(../img/z_pic_kasai.jpg) no-repeat;
	background-size: 96% auto;
	padding-top: 11em;
	margin: 0 0 2em 0;
}
#box_pork {
	width: 100%;
	float: none;
	background: url(../img/z_pic_pork.jpg) no-repeat;
	background-size: 96% auto;
	padding-top: 1em;
	margin: 0 0 -2em 0;
}
#box_kani {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_kani.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 4em 0;
}
#box_gomoku {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_gomoku.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 8em 0;
}
#box_tonkatsu {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_tonkatsu.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 3em 0;
}
#box_gyukatsu {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_gyukatsu.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 3em 0;
}
#box_porksteak {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_pork_steak.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 3em 0;
}
#box_yamaage {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_yamaage.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 3em 0;
}
#box_tontoro {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_tontoro.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 4em 0;
}
#box_gangan {
	width: 100%;
	float: none;
	background: url(../img/z_pic_teiban_gangan.jpg) no-repeat;
	background-size: 96% auto;
	margin-left: 0px;
	padding-top: 1em;
}
#box_ayu {
	width: 100%;
	float: none;
	background: url(../img/z_pic_kisetsu_ayu.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 2em 0;
}
#box_kaki {
	width: 100%;
	float: none;
	background: url(../img/z_pic_kisetsu_kaki.jpg) no-repeat;
	background-size: 96% auto;
	padding-top: 1em;
}
#box_enkai_kama {
	width: 100%;
	float: none;
	background: url(../img/z_pic_enkai_kama.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 2em;
	margin: 0 0 5em 0;
}
#box_enkai_houji {
	width: 100%;
	float: none;
	background: url(../img/z_pic_enkai_houji.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 2em;
	margin: 0 0 5em 0;
}
#box_drink {
	width: 100%;
	float: none;
	background: url(../img/z_pic_drink.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 4em 0;
}
#box_enkai_nikko {
	width: 100%;
	height: 100%;
	float: none;
	background: url(../img/z_pic_enkai_nikko.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 2em;
	margin: 0 auto;
}
#box_nabe_nikko {
	width: 100%;
	height: 100%;
	float: none;
	background: url(../img/z_pic_nabe_nikko.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 2em;
	margin: 0 auto;
}
#box_nabe_kaisen {
	width: 100%;
	float: none;
	background: url(../img/z_pic_nabe_kaisen.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 2em;
	margin: 0 auto;
}
#box_family {
	width: 100%;
	float: none;
	background: url(../img/z_pic_family.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 1em 0;
}
#box_friend {
	width: 100%;
	float: none;
	background: url(../img/z_pic_friend.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 2em 0;
}
#box_couple {
	width: 100%;
	float: none;
	background: url(../img/z_pic_couple.jpg) no-repeat;
	background-size: 98% auto;
	padding-top: 1em;
	margin: 0 0 -2em 0;
}
#store_gaikan {
	width: 100%;
	float: none;
	background: #000000;
}
#store_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0; 
	float: none;
}
#map1 {
	text-align: center;
	margin: 0 auto;
	float; left;
}
#map {
	width: 100%;
}
#menu_sub {
	text-align: center;
	font-size: 110%;
	background: url(../img/banner_drink_sub_mini.png) no-repeat;
}
#contact_title {
	width: 100%;
}
#contact_text {
	line-height: 120%;
}
#tennai_pics {
	width: 93%;
	padding: 0 auto;
}
#flag {
	margin: 0 auto;
	width: 50%;
}
#other_menu {
	display:none !important;
}
#mini_kama {
	display:none !important;
}
#starform {
	text-align: left;
	width: 100%;
	margin: 0px 0px 0px -10px;
	padding: 0;
}
.takeout_pc {
	display: none;

}
.takeout_sp {
	display: block;
	width: 100%;
	margin: 0 auto;

}
.banner_right {
	margin: 0px 0px 20px -10px;
	padding: 0;
}
iframe {
	text-align: center;
	width: 100%;
	height: 400px;
	margin: 10px 0px 0px 0px;
	float; left;
}
small img {
	width: 50%;
	height: auto;
	margin: 10px 0px 20px 0px;
}
.banner {
	text-align: center;
	width: 97%;
}
.banner_rewards {
	text-align: center;
	margin: 0 10px 0 0;
}
.sp_disp {
    display: block;
}
.pc_disp {
    display: none;
}

/*フッター
---------------------------------------------------------------------------*/
#footer_address {
	width: 100%;
	height: auto;
	line-height: 120%;
	background: #000000;
}
/*フッター内にリンク設定した場合用*/
#footer_address a {
	color: #fcedc3;
}
/*フッターリスト*/
#footer_address li {
	text-align: center;
	display : inline;
}
#footer_list ul {
    display:inline;
    padding-left:0px;
}
ul.footer {
	width: 100%;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 20px 0px 20px 0px;
}
ul.footer li a{
	white-space: nowrap;
}
ul.footer li a:hover {
}
#cr {
	display: inline-block;
    text-align: center;
	color:#efce74;
	font-size: 70%;
	padding:10px 0px 100px 0px;
}
#scrolltop {
}
#scrolltop a {
}
#footer_helps ul {
    font-size: 11px;
}

/*透明テーブル
---------------------------------------------------------------------------*/
table {
	word-wrap: break-word;
}
td {
}

/*透明テーブル・ラインがドット
---------------------------------------------------------------------------*/
.cleartable {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% -2%;
	overflow: auto;
}
.cleartable th {
}
.cleartable td {
	border-bottom: #939393 1px dotted;
	text-align: left;
	vertical-align: top;
}

/*角丸ボックス
---------------------------------------------------------------------------*/
.kado {
}
.kadosub {
	line-height: 120%;
}

/*その他
---------------------------------------------------------------------------*/
dt { 
    float: none;  
	line-height: 120%;
	margin-left: -20px;  
    clear:both;   
}  
dd { 
    text-align: left; 
	line-height: 120%;
    margin-left: 0px;  
}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.pudding_bnr {
    padding-bottom: 30px;
    padding-right: 5px;
}

@media(min-width: 768px){
    .pudding_bnr {
        padding-left: 10px;
        padding-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }
    .pudding_bnr a {
        display: inline-block;
    }
    .pudding_bnr img {
        display: block;
    }
}



/* 出前メニュー */
.delivery_container {
	background: rgba(255,255,255,.8);
	width: 1000px;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto;
	font-family: "Noto Sans";
	font-weight: 500;
	color: #000;
}
.delivery_container .sp_only {
	display: none;
}

.deli_ttl {
	display: flex;
	margin: -30px -30px 20px;
	padding: 40px 30px !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4;
	font-size: 46px;
	font-family: "Noto Serif";
	font-weight: 600;
	color: #fff;
	background: url(../img/delivery/deli_ttl_bg.png) #ff8b00 repeat left top / 100px auto;
	text-shadow: 0 0 8px rgba(0,0,0,.35),
				 0 0 8px rgba(0,0,0,.35),
				 0 0 8px rgba(0,0,0,.35);
}
.deli_ttl .start_date {
	text-shadow: none;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	display: flex;
	align-items: center;
	height: 40px;
	background: #e77d00;
	margin-bottom: 10px;
	transform: translateY(.1em);
}
.deli_ttl .start_date span {
	transform: translateY(-.1em);
}
.deli_beginning_txt {
	font-size: 24px;
	line-height: 1.6;
	text-align: center !important;
	padding: 0 !important;
	margin-bottom: 20px;
	font-family: "Noto Serif";
	font-weight: 700;
	color: #000;
	text-shadow: 0 0 8px #fff,
				 0 0 8px #fff,
				 0 0 8px #fff,
				 0 0 8px #fff,
				 0 0 8px #fff;

}
.deli_area dl {
	display: flex;
}
.deli_area dl dt,
.deli_area dl dd {
	display: flex;
	align-items: center;
	margin: 0;
	font-weight: 500;
	box-sizing: border-box;
	padding: 25px;
	font-size: 16px;
}
.deli_area dl dt {
	justify-content: center;
	width: 185px;
	background: #000;
	color: #fff;
	flex-shrink: 0;
}
.deli_area dl dd {
	background: #fff;
	border: 3px #000 solid;
	width: 100%;
}

.deli_menu {
	padding: 30px 0 15px;
}
.deli_menu .deli_menu_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.deli_menu .deli_menu_ttl:before,
.deli_menu .deli_menu_ttl:after {
	content: "";
	display: block;
	width: 75px;
	height: 1px;
	background: #999;
}
.deli_menu .deli_menu_ttl:before {
	margin-right: 15px;
}
.deli_menu .deli_menu_ttl:after {
	margin-left: 15px;
}

.deli_menu_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
	float: none;
}
.deli_menu_list > li {
	width: 300px;
	min-height: 275px;
	background: #fff;
	margin-right: 20px;
	margin-top: 20px;

	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.deli_menu_list > li:nth-child(3n) {
	margin-right: 0;
}
.deli_menu_list > li .deli_menu_img {
}
.deli_menu_list > li .deli_menu_img img {
	max-width: 300px;
	display: block;
}
.deli_menu_list > li .deli_menu_name {
	padding: 0 !important;
	text-align: center !important;
	font-size: 16px;
	font-weight: 700;

	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.deli_menu_list > li .deli_menu_name .deli_menu_price {
	font-size: 14px;
	font-weight: 400;
}
.deli_menu_list > li.note {
	background: none;
	display: block;
	text-align: left;
	width: 620px;
	margin-right: 0;
}

.note_list {
	font-size: 14px;
	font-weight: 400;
	float: none;
	margin-bottom: 30px;
}
.note_list li {
	display: flex;
	text-align: left;
}
.note_list li:before {
	content: "※";
}

.deli_order_box {
	border: 5px #e77d00 solid;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 145px;
	box-sizing: border-box;
	padding: 10px;
}
.deli_order_box .deli_order_up_txt {
	text-align: center !important;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px !important;
	font-weight: 400;
	line-height: 1;
}
.deli_order_box .deli_order_tel {
	padding: 0 !important;
	display: flex;
	align-items: center;
	font-size: 42px;
	line-height: 1;
	color: #ca0000;
	font-weight: 900;
}
.deli_order_box .deli_order_tel:before {
	content: "";
	width: 43px;
	height: 42px;
	display: block;
	background: url(../img/delivery/icon_tel.png) no-repeat left center / contain;
	margin-right: 15px;
}
.deli_order_box .deli_order_tel span {
    font-size: 20px;
    transform: translateY(3px);
}


/* 印刷専用要素は、画面には表示しない */
.print_footer {
	opacity: 0;
	position: absolute;
	z-index: -9999;

	display: flex;
	width: 1000px;
	height: 172px;
	margin: 0 auto;
	background: #371400;
	box-sizing: border-box;
	align-items: center;
	padding: 0 0 0 30px;
	font-family: "Noto Serif";
	font-weight: 500;
}
.print_footer_inner {
}
.printf_logo {
	display: block;
	width: 226px;
	height: 52px;
	background: url(../img/delivery/print_footer_log.png) no-repeat left center / contain;
	overflow: hidden;
	text-indent: -200vw;
	margin-bottom: 5px;
}
.printf_address {
	font-size: 16px;
	line-height: 1.6;
	color: #eace76;
}
.printf_address strong {
	font-size: 20px;
	font-weight: 600;
}
.printf_address table th {
	text-align: left;
	padding-right: 16px;
	font-weight: 500;
}
.printf_media {
	position: absolute;
	right: 14px;
	top: calc(50% + 11px);
	transform: translateY(-50%);
}



/* 出前メニュースマホ */
@media screen and (max-width: 480px) {

	.delivery_container .sp_only {
		display: block;
	}
    .delivery_container .pc_only {
    	display: none;
    }

	.delivery_container {
		background: none;
	    width: auto;
	    padding: 0 5px 0 0;
	}

	.deli_ttl {
	    display: flex;
	    margin: 0 0 30px;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    line-height: 1.2;
	    font-size: 36px;
	    padding: 30px 10px !important;
	    width: auto !important;
	}
	.deli_ttl .start_date {
	    margin: 0 0 10px;
	    font-size: 20px;
	    height: 36px;
	    transform: translateY(0);
	}
	.deli_ttl .start_date span {
	    transform: translateY(-.05em);
	}
	.deli_beginning_txt {
	    font-size: 18px;
	    line-height: 1.4;
	    color: #fff;
	    text-shadow: none;
	}

	.deli_area dl {
	    display: block;
	}
	.deli_area dl dt,
	.deli_area dl dd {
		width: 100%;
		padding: 7px;
	}
	.deli_area dl dt {
	    width: 100%;
	    border: 3px #fff solid;
	    border-bottom: none;
	}
	.deli_area dl dd {
	    background: #fff;
	    border: 3px #fff solid;
	    width: 100%;
	}

	.deli_menu {
		padding-bottom: 10px;
	}
	.deli_menu .deli_menu_ttl {
	    color: #fff;
	    margin-bottom: 20px;
	}
	.deli_menu_list {
	    display: block;
	    margin: 0;
	}
	.deli_menu_list > li {
	    width: 100%;
	    min-height: auto;
	    margin: 0 0 20px;
	}
	.deli_menu_list > li .deli_menu_img {
	    width: 100%;
	}
	.deli_menu_list > li .deli_menu_img img {
		max-width: 100%;
	    width: 100%;
	}
	.deli_menu_list > li .deli_menu_name {
	    padding: 15px !important;
	    line-height: 1.4;
	}

	.note_list {
		display: block;
	    color: #fff;
	    float: none;
	}

	.deli_order_box {
	    min-height: 135px;
	}
	.deli_order_box .deli_order_up_txt {
	    text-align: center !important;
	    font-size: 16px;
	    margin: 0;
	    padding: 0 0 10px !important;
	    font-weight: 400;
	    line-height: 1;
	}
	.deli_order_box .deli_order_tel {
	    font-size: 32px;
	}
	.deli_order_box .deli_order_tel span {
		position: absolute;
	    transform: translate(48px, 28px);
        font-size: 16px;
	}
	.print_footer {
		display: none;
	}
	
    .deli_menu_list > li.note {
        width: auto;
    }
}





/* 2023-10-06追加 */
/* PC */
@media print, screen and (min-width: 1px) {
    .menu_flag {
        text-align: center !important;
        float: none !important;
    }
    .menu_flag img {
        display: block;
        margin: 0 auto 25px;
    }
    
    .menu_item_large {
        width: 1000px;
        height: 350px;
        margin: 0 0 50px 0;
        background-repeat : no-repeat;
    }
    .menu_item_large:last-child {
        margin-bottom: 0;
    }
    .menu_item_large h3 {
        float: none !important;
    }
    .menu_item_large p {
        width: 460px;
        height: auto;
        text-align: left;
        padding: 0 !important;
    }
    
    .img_left {
        text-align: right;
        background-position: left top;
    }
    .img_left h3 {
        text-align: right !important;
    }
    .img_left p {
        margin: 10px 20px 0 auto;
    }

    .img_right {
        text-align: left;
        background-position: right top;
        margin-left: auto;
    }
    .img_right h3 {
        text-align: left !important;
    }
    .img_right p {
        margin: 10px auto 0 20px;
    }
    
    .menu_item_large.menu_img_01 {
        background-image: url(../img/menu_img_l_01.jpg);
    }
    .menu_item_large.menu_img_02 {
        background-image: url(../img/menu_img_l_02.jpg);
    }
    .menu_item_large.menu_img_03 {
        background-image: url(../img/menu_img_l_03.jpg);
    }
    .menu_item_large.menu_img_drink_top {
        background-image: url(../img/pic_drink.jpg);
    }
    
    .menu_item_small_box {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: center;
        float: none !important;
    }
    
    .menu_item_small_box .menu_item_small {
        width: 330px;
        margin: 0 17px;
        /*min-height: 455px;*/
        padding-bottom: 50px;
        box-sizing: border-box;
    }
    .menu_item_small_box .menu_item_small img {
        display: block;
    }
    .menu_item_small_box .menu_item_small p {
        padding: 0 !important;
    }
    
    .menu_drink_tables_box {
        display: flex;
        justify-content: space-between;
        transform: translateX(-2px);
    }
    .menu_drink_tables_box .drink_table_item {
        width: 350px;
        margin: 0;
    }
    .menu_drink_tables_box .price_cell {
        text-align: right;
    }
    
    .party_items_box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .party_items_box .party_item {
        width: 540px;
        background: rgba(0,0,0,.4);
        padding: 53px 0 60px;
    }
    .party_items_box .party_item h2 {
        float: none !important;
        margin-bottom: 20px;
    }
    .party_items_box .party_item h2 img {
        display: block;
    }
    .party_items_box .party_item p {
        text-align: center !important;
        padding: 0 20px !important;
        line-height: 1.8;
    }

}





/* SP */
@media screen and (max-width: 480px) {
    .menu_flag {
        text-align: center !important;
        float: none !important;
        padding-top: 0 !important;
    }
    .menu_flag img {
        display: block;
        margin: 0 auto 25px;
        width: 100%;
        max-width: calc(135px / 1.5);
    }
    
    .menu_item_large {
        width: 90vw;
        height: auto;
        margin: 0 0 30px 0;
        background-repeat : no-repeat;
        background-size: 100% auto;
    }
    .menu_item_large:last-child {
        margin-bottom: 0;
    }
    .menu_item_large h3 {
        float: none !important;
        padding-top: calc(90vw * .7) !important;
    }
    .menu_item_large p {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 0 !important;
    }

    .menu_item_small_box {
        margin: 0;
    }
    .menu_item_small_box .menu_item_small {
        width: 100%;
        margin: 0;
        padding-bottom: 30px;
    }

    .menu_drink_tables_box {
        display: block;
        transform: translateX(0);
    }
    .menu_drink_tables_box .drink_table_item {
        width: 100%;
        margin: 0 0 40px;
    }
    .menu_drink_tables_box .drink_table_item:last-child {
        margin-bottom: 0;
    }
    .menu_drink_tables_box .drink_table_item img {
        max-width: 100%;
    }
    .menu_drink_tables_box .drink_table_item #menu_sub {
        background-position: center;
    }
    .menu_drink_tables_box .price_cell {
        text-align: right;
    }

    .party_items_box {
        display: block;
        margin-bottom: 40px;
    }
    .party_items_box .party_item {
        width: 100%;
        background: rgba(0,0,0,.4);
        border: 1px rgba(255,255,255,.3) solid;
        box-sizing: border-box;
        padding: 53px 0 60px;
        margin-bottom: 20px;
        position: relative;
    }
    .party_items_box .party_item:before {
        content: "";
        display: block;
        width: 52px;
        height: 50px;
        background: url(../img/icon_kasai.png) no-repeat left center / contain;
        position: absolute;
        left: 17px;
        top: 12px;
    }
    .party_items_box .party_item h2 {
        float: none !important;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .party_items_box .party_item h2 img {
        display: block;
    }
    .party_items_box .party_item p {
        text-align: center !important;
        padding: 0 20px !important;
        line-height: 1.8;
    }


}



