@charset "utf-8";

/* BASE =============================== */
html,body{
/*	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
/*	height:100%;*/
}

h1 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:nomal;
}
img{
	border: 0;
}
a{
	color: #000;
	text-decoration: underline;
}
a:link{
	color:#000;
	border:none;
}
a:visited{
	color:#000;
	text-decoration: none;
}
a:hover{
	color:#f00;
	text-decoration: none;
	opacity:0.8;  
	filter: (opacity=80);  
	-ms-filter: "alpha( opacity=80 )"; 
}

/* テキスト設定 */
.txt_red{
	color:#F00;
}
.txt_red_l{
	font-size:1.3em;
	color:#F00;
}
.txt_blue{
	color:#00F;
}
.txt_pink01_l {
	font-size:1.3em;
	font-weight: bold;
	color: #ff1493;
}
.txt_pink01 {
	font-weight: bold;
	color: #ff1493;
}
.txt_ygreen01 {
	font-weight: bold;
	color:#42b22c;
}
.txt_kon {
	font-weight: bold;
	color:#009;
}
.txt_s {
	font-size:0.9em;
}
.txt_ss {
	font-size:0.8em;
}

#box_404{
	width:98%;
	background:#fff;
	border:1px solid #CCC;
}
.box_404_in{
	padding:10px;
}
.txt_404{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
.imgsp_404{
	text-align:center;
	width:90%;
}

/* float設定 id */
#float_l{
	float:left;
}
#float_r{
	float:right;
}

/* float設定 class*/
.float_l{
	float:left;
}
.float_r{
	float:right;
}
/* floatリセット */
.c_both{
	clear:both;
}

ul{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
.mgtb5{
	margin:5px 0;
}
.line{
	width:100%;
	height:1px;
	background:#ccc;
	margin:10px 0;
}

/* text-align設定 */
.txt_align_l{
	text-align:left;
}
.txt_align_r{
	text-align:right;
}
.txt_align_c{
	text-align:center;
}

a img{
	background:none;
}

/* 画像下の隙間埋める用 */
.display_b{
	display:block;
}

/* スマホのみ表示させる画像専用 */
.imgsp img{
	width:100%;
}

.img_sp img{
	padding:10px 0;
	width:100%;
}
.img_pc{
	display:none;
}

/* ---------------------- 手羽先記念日用css ---------------------- */
.tebakinen{
	padding:0 10px;
	overflow:hidden;
	background:url(../tebakinen/images/tebakinen_bg.jpg) repeat-y;
}







/* -------------------------------------------- */

#header{
	padding:5px;
	overflow:hidden;
	margin:0 0 10px 0;
}
#logo{
}
#logo img{
	width:140px;
}
#honmaru{
	float:left;
}
#sns_pc{
	display:none;
}
#honmaru_sp{
	position:absolute;
	top:0;
	right:0;
	margin-right:85px;
	margin-top:5px;
	width:75px;
}
#honmaru_sp img{
	width:100%;
}

#language_sp{
}
#language_pc{
	display:none;
}

#openMenu{
	position:absolute;
	top:0;
	right:0;
	margin:5px;
}
#layerMenu{
	display:none;
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	height:100%;
	font-size: 14px;
	z-index:9999;
}
#layerMenu ul{
	border-top: solid 1px #ccc;
	margin-top:-15px;
}
#layerMenu ul li{
	background: #fff;
	list-style: none;
	border-bottom: solid 1px #ccc;
}
#layerMenu ul li a{
	position: relative;
	padding: 15px 10px;
	text-decoration: none;
	color: #555;
	display: block;
}
#layerMenu ul li a:hover{
	color: #EA0001;
}
#closeMenu{
	position: absolute;
	top:-60px;
	right: 0;
	margin:5px;
}

/* -------------------------------------------- */

nav{
	padding:0;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	color:#fff;
	width:100%;
	background:#E50500;
}
nav a{
	color: #fff;
	text-decoration: none;
	display:block;
}
nav a:link{
	color:#fff;
	border:none;
}
nav a:visited{
	color:#fff;
	text-decoration: none;
}
nav a:hover{
	color:#FFFF00;
	text-decoration: none;
}
#nav li{
	width:33%;
	display:block;
	padding:15px 0;
	float:left;
	background:#E50500;
	text-align:center;
}
.nav_on{
	color:#FFFF00;
}
#nav li#nav02, #nav li#nav03, #nav li#nav05, #nav li#nav06{
	border-left:1px solid #fff;
}
#nav li#nav01, #nav li#nav02, #nav li#nav03{
	border-bottom:1px solid #fff;
}

/* -------------------------------------------- */

#contents{
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#fff url(../images/bg01.png) repeat;
	
}
#contents_in{
	padding-bottom:20px;
}
.side_margin{
	margin:auto 5px;
	overflow:hidden;
}

/* -------------------------------------------- */

#bg_top{
	width:100%;
	height:auto;
	background:#fff url("../images/bg_hinode.jpg") no-repeat center center;
	overflow:hidden;
}


/* .flickSlider
--------------------------- */
.flickSlider{
	margin: 10px auto;
	text-align: left;
	display: none;
}

/* .flickView
--------------------------- */
.flickSlider .flickView{
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.flickSlider .flickView ul{
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
.flickSlider .flickView ul li{
	width: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
.flickSlider .flickView ul li img{
	width: 100%;
}
.flickSlider .flickThumb ul li.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb{
	display:none;
}


/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext{
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}
.flickSlider .btnPrev{
	left: 0;
	background: url(../images/btnPrev.png) no-repeat center center;
}

.flickSlider .btnNext{
	right: 0;
	background: url(../images/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb{
	display:none;
}

.flickSlider .flickView ul,
.flickSlider .flickThumb ul{
	display: inline-block;
	overflow: hidden;
}
#news_pc{
	display:none;
}
#news_sp{
	width:auto;
	height:365px;
	background:#fff url("../images/news_bg.jpg") no-repeat top left;
	overflow:auto;
	border:1px solid #ddd;
	margin:20px 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.news ul{
	margin-left:70px;
}
.news ul li{
	padding:10px;
	border-bottom:1px dashed #ddd;
	font-size:0.8em;
}
.news_event{
	font-size:0.9em;
	color:#fff;
	background:#bde645;
	padding:3px;
}
.news_menu{
	font-size:0.9em;
	color:#fff;
	background:#ffa64d;
	padding:3px;
}
.news_osirase{
	font-size:0.9em;
	color:#fff;
	background:#ffa8a8;
	padding:3px;
}


#top_osirase{
}
#top_osirase img{
	width:100%;
}
#top_osirase ul li{
	padding:5px 0;
}

#top_group{
}
#top_group img{
	width:48%;
}
#top_group ul{
	overflow:hidden;
	margin:10px 0;
}
#top_group li{
	padding:0;
}
.list_l img{
	float:left;
}
.list_r img{
	float:right;
}

#calendar{
	margin:30px 0;
	overflow:hidden;
}
.cal_tbl{
	margin:0 auto;
	width:94%;
}
.cal_tbl td{
	padding:10px;
}

#midasi{
	width:auto;
	margin:20px 0 10px 0;
	padding:5px 0 5px 50px;
	color:#fff;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	font-size:1.3em;
	overflow:hidden;
	background:#40220F url("../images/midasi_tebasaki.png") no-repeat 10px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#midasi.mgb10{
	margin:0 0 10px 0;
}
#top_box{
	margin:20px 0;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}


/* -------------------------------------------- */

/* shop　店舗 */
#pankuzu{
	padding:10px 5px;
}

/* shop　店舗トップ*/
#area_pc{
	display:none;
}
#area_sp img{
	width:100%;
}

/* accordion */
div.accordion {
  width: 100%;
}
div.accordion > ul{
	margin-top:10px;
}
div.accordion .toggle{
	border:1px solid #000;
	font-weight:bold;
}
div.accordion > ul > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding:10px;
}
div.accordion > ul > li > a:hover{
  background-color: #f5f5f5;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  position: absolute;
  right: 0;
  top:0;
  padding:10px;
  color: #fff;
  background:#000;
}
div.accordion > ul > li > a:after{
  content: "▼";
}
div.accordion > ul > li > a.active:after{
  content: "▲";
}
div.accordion > ul > li > ul {
  display: none;
}

div.accordion > ul > li > ul > li > a{
  display: block;
  color: #000;
  background-color: #fff;
  padding: 10px;
  position: relative;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  border-right:1px solid #000;
}
div.accordion > ul > li > ul > li > a:hover{
  background-color: #f5f5f5;
  text-decoration:none;
}
div.accordion > ul > li > ul > li > a:after{
  content: "▶";
}
div.accordion > ul > li > ul > li > a:after, div.accordion > ul > li > ul > li > a.active:after{
  position: absolute;
  right: 0;
  top:0;
  padding:10px;
  color: #000;
}
.takeout2 a:after{
	top:10px !important;
}

/* accordion2 */
div.accordion2 {
  width: 100%;
}
div.accordion2 > ul{
	margin-top:10px;
}
div.accordion2 .toggle{
	border:1px solid #000;
	font-weight:bold;
}
div.accordion2 > ul > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding:10px;
	margin-bottom:5px;
}
div.accordion2 > ul > li > a:hover{
  background-color: #f5f5f5;
}
div.accordion2 > ul > li > a:after, div.accordion2 > ul > li > a.active:after{
  position: absolute;
  right: 0;
  top:0;
  padding:10px;
  color: #000;
}
div.accordion2 > ul > li > a:after{
  content: "▶";
}
div.accordion2 > ul > li > a.active:after{
  content: "▶";
}
div.accordion2 > ul > li > ul {
  display: none;
}


/* shop　店舗各エリア */
#area_ken{
}
#area_ken_pc{
	display:none;
}


/* shop　店舗詳細*/
#shop_name{
	overflow:hidden;
	padding:5px;
}
.aichi{
	background:#C80000;
}
.tokyo{
	background:#00A0E9;
}
.kanagawa{
	background:#004EA2;
}
.saitama{
	background:#A4A4E5;
}
.hiroshima{
	background:#864D9B;
}
.osaka{
	background:#26B7BC;
}
.kyoto{
	background:#F39800;
}
.kumamoto{
	background:#EB6EA5;
}
.hyogo{
	background:#DD4048;
}
.hokkaido{
	background:#96BA3C;
}
.mie{
	background:#22AC38;
}
.outlet{
	background:#000;
}

#takeout_menu{
	width:100%;
}
#takeout_menu ul{
	border-bottom:1px solid #ddd;
}
#takeout_menu li{
	width:33%;
	float:left;
	text-align:center;
	font-size:0.7em;
	padding:10px 0;
}

#shop_name li{
	float:left;
	padding:0;
}
#shop_name li.shop_name{
	width:80%;
}
#shop_name li.shop_name img{
	width:100%;
}

#shop_name li.shop_name_outlet img{
	width:100%;
}

#shop_name li.shop_tel{
	width:20%;
}
#shop_name li.shop_tel img{
	width:100%;
}

#shop_name li.shop_reitou_pc{
	display:none;
}

#shop_name li.shop_webyoyaku{
	width:35%;
}
#shop_name li.shop_webyoyaku img{
	width:100%;
}

#shop_name li.shop_beer{
	width:65%;
}
#shop_name li.shop_beer img{
	width:100%;
}
#shop_name li.reitou_sp{
	font-size:12px;
	color:#fff;
}

/* ---------- */
#shop_swiper{
}
.swiper-container{
	width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide{
	text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width:100%;
}

/* ---------- */
#shop_mitori{
}
#shop_mitori img{
	width:100%;
}

/* ---------- */
#shop_manager{
	background:#fff;
	border:1px solid #CCC;
	margin:10px 5px;
	padding:20px 10px;
	overflow:hidden;
}
#shop_manager li.manager_photo{
	float:left;
	padding:0 10px 10px 0;
}
#shop_manager li.manager_voice{
}

/* ---------- */
#shop_map{
	overflow:hidden;
	margin:0 5px 20px 5px;
}
#shop_map img{
	width:100%;
}
#shop_menu{
	overflow:hidden;
	margin:0 5px 20px auto;
}
#shop_menu img{
	width:100%;
}
.shop_orignal_menu{
	margin:20px auto;
}

.shop_midasi, .shop_midasi_brown, .shop_midasi_blue, .shop_midasi_red{
	width:100%;
	color:#fff;
	padding:10px;
	font-weight:bold;
}
.shop_midasi{
	background:#4C6A7A;
}
.shop_midasi_brown{
	background:#40220F;
}
.shop_midasi_blue{
	background:#0068B6;
}
.shop_midasi_red{
	background:#FF0000;
}
#shop_areaonly{
	overflow:hidden;
	margin:0 5px 20px 5px;
}
#shop_areaonly img{
	Width:100%;
}


/* ---------- 
 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい
---------- */
.social-area-syncer{
	min-height: 190px;
	background: #f5f5f5;	/* 背景色 */
	padding: 0.1em 0;
	margin:0 5px 20px 5px;
	overflow:hidden;
}
/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ){
	.social-area-syncer{ 
		min-height: 119px;
		margin:0 0 20px 0;
	 }
}
/* ---------- 
 [ul]要素
---------- */
/* スマホ */
ul.social-button-syncer{
	width: 238px;
	margin: 24px auto;
	padding: 0;
	border: none;
	list-style-type: none;
}
/* デスクトップ */
@media screen and ( min-width:480px ){
	ul.social-button-syncer{
		width: 480px;
	}
}
/* ---------- 
 [li]要素
---------- */
ul.social-button-syncer li{
	float: left;
	text-align: center;
	height: 71px;
	margin: 0 8px;
	padding:0;
}
/* ---------- 
 各種ボタン
---------- */
/* [Twitter] */
.sc-tw{
	width: 71px;
}
.sc-tw svg{
	width: 30px;
	height: 30px;
}
.sc-tw a{
	height: 56px;
	margin: 0 auto;
	padding-top: 6px;
	display: block;
	background: #1B95E0;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .5px;
	border-radius: 2px;
}
.sc-tw a:hover{
	color: #fff;
	background: #0c7abf;
}
.sc-tw span:before{
	white-space: pre;
	content: '\A';
}
/* [Facebook] */
.sc-fb{
	z-index: 99;
	width: 69px;
}
/* [LINE] */
.sc-li{
	width:50px;
}
.sc-li-img{
	border:none;
	margin:0 auto;
	padding:0;
	width:36px;
	height:60px;
}
/* [クーポン] */
.coupon {
	width:90%;
	text-align:center;
	margin:10px 0 20px 0;
}
/* デスクトップPCではLINEボタンを表示しない 
@media screen and ( min-width:480px ){
	.sc-li{
		display:none;
	}
}
*/

/* デスクトップPCでクーポンボタンを表示しない */
@media screen and ( min-width:767px ){
		.coupon {
			display:none;
}
}


/* ---------- */
#shop_info{
	margin:0 5px 20px 5px;
}
#tbl_shop_info{
	margin:0 auto;
	margin-bottom:40px;
	padding:0;
	position:relative;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #B5B5B5;
	width: 100%;
}
#tbl_shop_info th{
	background:#F5F1E9;
	width:30%;
	border-bottom: 1px solid #B5B5B5;
}
#tbl_shop_info td{
	background:#fff;
	width: 70%;
	border-bottom: 1px solid #B5B5B5;
}
#tbl_shop_info tr th{
	text-align:center;
	padding:6px 6px;
}

#tbl_shop_info tr td{
	text-align:left;
	padding:6px 6px;
}
.tel_pc{
	display:none;
}

#shop_menu_l img{	
	width:100%;
}
#shop_menu_r img{	
	width:100%;
}

/* - - - - - menu - - - - - */
#menu_main img{
	width:100%;
}
#menu_mini01 img{
	width:48%;
}
#menu_mini01 ul{
	overflow:hidden;
	margin:0;
	margin-bottom:10px;
}
.mgb10{
	margin-bottom:10px;
}
#menu_mini02 img{
	width:100%;
}

#menu_mini03 img{
	width:100%;
}
#menu_only_tenpo li{
	background:#fff;
	padding:10px;
	border-bottom:1px dashed #ddd;
}
.allow_r{
	position: absolute;
	right:15px;
}
#menu_only_tenpo li a{
	display:block;
	text-decoration: none;
}
#menubook{
	padding:0;
	background:#E6D7C9;
}

#switch{
	overflow:hidden;
	padding:10px 0;
}
.switch_l{
	width:49%;
	float:left;
}
.switch_r{
	width:49%;
	float:right;
}
#swicth_swiper .swiper-container{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#swicth_swiper .switch_swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#areamenu_itiran{
}
#areamenu_itiran ul{
	overflow:hidden;
	margin:10px 0;
}
.areamenu_itiran_l{
	width:45%;
	float:left;
	overflow:hidden;
	padding:5px;
}
.areamenu_itiran_l img{
	width:100%;
}
.areamenu_itiran_c{
	clear:both;
}
.aco_areaitiran{
	width:100%;
	float:left;
	font-size:12px;
	margin-right:12px;
}

/* enkai */
#enkai img{
	width:100%;
}
#enkai_l, #enkai_c, #enkai_r{
	margin:10px 0;
	padding:10px;
}
#enkai_l{
	background:#F29800;
}
#enkai_c{
	background:#F05A8C;
}
#enkai_r{
	background:#8DC21F;
}
#enkai .accordion{
	margin-bottom:20px;
}
#enkai .accordion > ul > li > ul > li {
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	padding:10px;
	border-bottom:1px solid #ddd;
}
#enkai .accordion > ul > li > ul {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.itibu{
	color:#fff;
	border:2px solid #A57D4C;
}
.zenbu{
	color:#FFC200;
}
.sp_small{
	font-size:0.6em;
}
#box{
	margin:0;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}
.box_cha{
	color:#6A3906;
	font-weight:bold;
	margin:5px 0;
	padding:10px;
	border:1px solid #6A3906;
	background:#fff;
	overflow:hidden;
	border-radius:8px;
}

/* - - - - - info - - - - - */
#news_info{
	width:auto;
	overflow:auto;
	margin:20px 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background:#fff;
}
#news_info ul{
	margin:0 10px;
}
#news_info ul li{
	padding:20px 0;
	border-bottom:1px dashed #ddd;
}
#campaign img{
	width:100%;
}
#campaign a{
	color:#F00;
	text-decoration:underline;
}
#campaign a:link{
	color:#F00;
}
#campaign a:visited{
	color:#F00;
	text-decoration: none;
}
#campaign a:hover{
	text-decoration:none;
}

.btn_line{
	width:90%;
	margin:10px auto;
}
input[type=image]{
	width:30%;
}
input[type=text], input[type=email], input[type=url], input[type=tel], textarea{
	font-size:100%;
	-webkit-border-radius: 6px;
	border-radius:6px;
	width:95%;
	-webkit-appearance:none;
	appearance:none;
	border:3px solid #e5e5e5;
}
input[type=text], input[type=email], input[type=url], input[type=tel]{
	height:40px;
}
input:focus, textarea:focus{
	background:#f0f8ff;
	border-color:#1e90ff;
}
.mail_submit{
	margin-bottom:10px;
}


/* - - - - - saiji - - - - - */

#saiji {
	width: 100%;
	margin: 0 0 50px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#saiji-tab {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	border-bottom:2px solid #584324;
}
#saiji-tab li {
	float: left;
	font-weight:bold;
	list-style-type: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 2px 0 0;
}
#saiji-tab li a {
	display:block;
	height: 20px;
	padding: 10px;
	text-align:center;
	text-decoration:none;
	background-color: #E2D1B8;
	color:#000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-bottom-left-radius: 0;
	border-top-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 0;  
    -webkit-border-bottom-left-radius: 0;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 0;  
    -moz-border-radius-bottomleft: 0;
}
#saiji-tab li a:hover {
	background-color: #584324;
	color:#FFF;
}

#saiji-tab li a.selected {
	background-color: #584324;
	color:#fff;
}
#saiji{
	background:#fff;
}
.ctCalendar{
	font-size:0.7em;
}
.ctCalendar{
	width: 100%;
}
.ctCalendar th{
	border: 1px solid #CCC;
	padding:10px 0;
	padding-bottom: 2px;
	background-color: #FED1B4;
}
.ctCalendar .ctCal_th1{
	width: 24px;
	text-align: center;
}
.ctCalendar .ctCal_th2{
	text-align: center;
	width: 34px;
}
.ctCalendar .ctCal_th3{
	text-align: center;
}
.ctCalendar tr td{
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.ctCalendar .ctCal_bg_h{
	background-color: #f5f2e9;
}
.ctCalendar .ctCal_bg_w{
}
.ctCalendar .ctCal_1{
	text-align: center;
}
.ctCalendar .ctCal_2{
	text-align: center;
}
.ctCalendar .ctCal_3{
	width: 184px;
	padding-left: 5px;
	padding-right: 5px;
}
.ctCalendar .ctCal_4{
	padding-right: 5px;
	padding-left: 5px;
	width: 184px;
}
.ctCalendar .ctCal_5{
	width: 185px;
	padding-right: 5px;
	padding-left: 5px;
}
.ctCalendar .ctCal_3_4{
	width: 138px;
	padding-left: 5px;
	padding-right: 5px;
}
.ctCalendar .ctCal_4_4{
	padding-right: 5px;
	padding-left: 5px;
	width: 138px;
}
.ctCalendar .ctCal_5_4{
	width: 138px;
	padding-right: 5px;
	padding-left: 5px;
}
.ctCalendar .ctCal_6_4{
	width: 137px;
	padding-right: 5px;
	padding-left: 5px;
}
.ctCalendar .ctCal_saiji{
	background-color:#e8fafc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	vertical-align: top;
}
.ctCalendar .ctCal_end{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.ctCalendar .ctCal_b .ctCal_1,.ctCalendar .ctCal_b .ctCal_2{
	color:#0066CC;
}
.ctCalendar .ctCal_r .ctCal_1,.ctCalendar .ctCal_r .ctCal_2{
	color:#ee3300;
}

/* - - - form - - -*/
#form{
	background:#fff;
}
#tbl_form{
	margin:0 0 24px 0;
	text-align:center;
	padding:0 10px;
	min-height: 100%;
	position:relative;
	overflow:hidden;
	zoom:1;
}
#tbl_form input[type=text], #tbl_form input[type=email], #tbl_form input[type=url], #tbl_form input[type=tel], #tbl_form textarea{
	width:95%;
	font-size:100%;
	-webkit-border-radius: 6px;
	border-radius:6px;
	-webkit-appearance:none;
	appearance:none;
	border:3px solid #e5e5e5;
}
#tbl_form input[type=text],  #tbl_form input[type=email],  #tbl_form input[type=url],  #tbl_form input[type=tel]{
	height:40px;
}
#tbl_form input:focus,  #tbl_form textarea:focus{
	background:#f0f8ff;
	border-color:#1e90ff;
}
#tbl_form .inq_btn{
	text-align:center;
}
#tbl_form .button{
	width:85%;
}
#tbl_form .button02{
	width:85%;
}
#tbl_form .inq_th{	
	margin-top:14px;
	text-align:left;
}

#tbl_form .inq02_th{
	text-align:left;
	margin-top:24px;
	padding:10px 0;
	background:#f0f8ff;
	width:100%;
	min-width:100%;
}
#tbl_form .inq02_td{
	text-align:left;
	padding:10px 0;
}
#inq_caution{
	border:2px solid #F00;
	padding:10px;
	background:#fff;
}
.txt_caution{
	font-size:1.3em;
	color:#F00;
	font-weight:bold;
	margin:5px 0;
}
#thanks_message{
	text-align:left;
}

/* - - - privacy - - - */
.privacy_midasi{
	font-size:1.1em;
	font-weight:bold;
	color:#F00;
}



/* - - - - - footer - - - - - */
#footer{
	background:#000;
	height:auto;
	padding:20px 0;
	margin:0 auto;
	color:#fff;
	text-align:center;
	width:100%;
	overflow:hidden;
}
#footer a{
	color:#fff;
}
#footer ul{
	font-size:0.9em;
	text-align:center;
	padding:5px 0;
}
#footer li{
	display:inline;
}
#footer .none{
	display:none;
}

#sns_sp{
	padding:15px 0;
}
#sns_sp img{
	padding:0 10px;
}
#copy{
	font-size:0.8em;
}
.imgpc{
	display:none;
}



/*------ 会社概要 -----*/
.companytb li {
    float: left;
    list-style-type: none;
    width: 25%;
	margin: 20px 0 0 0;
	font-family: "Rounded Mplus 1c";
}
.companytb li a {
	width: 25%;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 9% 0;
    text-align: center;
    width: 100%;
    background: #40220F;
    border: 1px solid #40220F;
    border-bottom: none;
}
.companytb li a:hover{
    background:#fff;
    color:#40220F;
}
.companytb li a.current {
    background: #fff;
    color: #40220F;
}
.officettl{
	width:auto;
	margin:0 0 10px 0;
	padding:0 0 5px 50px;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	font-size:1.3em;
	overflow:hidden;
	background:#fff url("../images/midasi_tebasaki2.png") no-repeat 10px;
}
#company{
    clear:both;
 }  
#company div {
    padding: 5%;
    background: white;
    text-align: center;
    border: 1px solid #40220F;
    border-top: none;
}
#company p{
    margin-top:20px;
    line-height:2em;
    color:#40220F;
}
#company strong {
    font-size: 2em;
    font-weight: bold;
    color: #40220F;
    text-decoration: underline;
}
.gaiyoutbl{
	width:100%;
}
.gaiyoutbl th	{
	width: 25%;
	text-align: left;
	background-color: #EFEFEF;
	padding: 2%;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	font-weight:normal;
}
.gaiyoutbl td {
	text-align: left;
	padding: 2%;
	border-bottom: 1px solid #ccc;
}
.gaiyoutbltop {
	border-top: 1px solid #ccc;
}
.gtblright {
	width: 10%;
	border-top: 1px solid #ccc;
	text-align: right;
}
@media only screen and (max-width:480px){
    .gaiyoutbl	{
		margin: 0 -10px; 
	}
    .gaiyoutbl th,
    .gaiyoutbl td{
		width: 100%;
		display: block;
		border-top: none;
    }
}
@media screen and ( min-width:767px ){
.companytb li a {
	    font-size: 1.2em;
}
.gtblright {
	width:15%;
	border-left: 1px solid #ccc;
}
.gtbl_l {
	width:15%;
	border-left: 1px solid #ccc;
}
}

/*------ 会社概要 事務所tbl -----*/

.officetbl th	{
	width: 50%;
	text-align: left;
	margin: 0;
	padding: 0 1%;
	vertical-align: top;
	font-weight: normal;
}
.officetbl td {
	width: 50%;
	text-align: left;
	vertical-align: top;
	margin: ;0;
	padding: 80px 0 0 0;
}
.officeleft,
.officeright {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 0;
}
.officetokyotbl {
	border-top: 1px solid #40220F;
	margin: 30px 0 0 0;
}
.officetokyotbl th	{
	width: 70%;
	text-align: left;
	margin: 0;
	padding: 0 1%;
	vertical-align: top;
	font-weight: normal;
}
.officetokyotbl td {
	width: 30%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 80px 0 0 0;
}
.comlist li {
	margin: 0 0 0 10px;
}
@media only screen and (max-width:480px){
    .officetbl	{
		margin: 0 -10px; 
	}
    .officetbl th,
    .officetbl td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.officetokyotbl	{
		margin: 0 -10px; 
	}
    .officetokyotbl th,
    .officetokyotbl td{
		width: 100%;
		display: block;
		border-top: none;
		padding: 0;
    }
} 

.cap {
	text-align: center;
}


/* PC版 =============================== */


@media screen and ( min-width:767px ){

.imgsp{
	display:none;
}
.imgpc{
	display:block;
}



/* -------------------------------------------- */
#header{
	width:960px;
	margin:0 auto;

}
#header_left{
	float:left;
}
#header_right{
	float:right;
}
#logo img{
}

#sns_pc{
	display:block;
	float:right;
}
#sns_pc img{
	padding:0 5px;	
}

#language_sp{
	display:none;
}
#language_pc{
	display:block;
	float:right;
}
#language_pc img{
	padding:0 10px;
	border-left:1px solid #CCC;
}
#honmaru_sp{
	display:none;
}

/* -------------------------------------------- */

#nav_wrap{
	width:100%;	
	height:60px;
	background:#E50500;
}
#nav{
	width:960px;
	margin:0 auto;
}

#nav li{
	padding:16px 0;
	font-size:18px;
}
.nav_on{
	color:#FFFF00;
}
#nav li#nav01{
	width:88px;
}
#nav li#nav02, #nav li#nav03, #nav li#nav04, #nav li#nav05, #nav li#nav06{
	width:173px;
}
#nav li#nav02, #nav li#nav03, #nav li#nav05, #nav li#nav06{
	border-left:none;
}
#nav li#nav01, #nav li#nav02, #nav li#nav03{
	border-bottom:none;
}
#nav li#nav01, #nav li#nav02, #nav li#nav03, #nav li#nav04, #nav li#nav05, #nav li#nav06{
	border-left:1px solid #fff;
}
#nav li#nav06{
	border-right:1px solid #fff;
}

/* -------------------------------------------- */

#contents{

}
#contents_in{
	width:960px;
	overflow:hidden;
	margin:0 auto;
}

/* -------------------------------------------- */

#bg_top{
	height:415px;
	margin:0 auto;
}

#top_all{
	width:960px;
	margin:27px auto;
}
/* .flickSlider
--------------------------- */
#flick_box{
	width:630px;
	position: absolute;
}
.flickSlider{
	margin:0;
	display: none;
	overflow:hidden;
}
.flick_l{
	width:70px;
	margin:0 10px;
	float:left;
}
.flick_r{
	width:540px;
	float:left;
}

/* .flickView
--------------------------- */
.flickSlider .flickView{
}
.flickSlider .flickView ul{
}
.flickSlider .flickView ul li{
}
.flickSlider .flickView ul li img{
	width: 540px;
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb{
	display:block;
}

/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext{
}
.flickSlider .btnPrev{
	background:url(../images/btnPrevpc.png) no-repeat center center;
	left:5px;
}

.flickSlider .btnNext{
	background:url(../images/btnNextpc.png) no-repeat center center;
	left:500px;
}


/* =======================================
	ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after{
}

/* .flickThumb
--------------------------- */
.flickSlider .flickThumb{
	display:block;
}

.flickSlider .flickView ul,
.flickSlider .flickThumb ul{
}
.flickThumb li img{
	margin-bottom:10px;
}

/* -------------------------------------------- */
#news_sp{
	display:none;
}
#news_pc{
	display:block;
	width:300px;
	height:360px;
	background:#fff url("../images/news_bg.jpg") no-repeat top left;
	overflow:auto;
	border:1px solid #ddd;
	margin:0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	float:right;
}
.news ul{
}
.news ul li{
}

/* -------------------------------------------- */
#osirase_left{
	width:630px;
	float:left;
}
#osirase_right{
	width:300px;
	float:right;
}
#top_osirase{
}
#top_osirase img{
	width:300px;
}
#top_osirase ul li{
	float:left;
}
.list_l{
	padding-right:30px;
}
#top_group{
}
#top_group img{
}
#top_group ul{
	margin:15px 0;
}
#top_group li{
}
.list_l img{
}
.list_r img{
}

#midasi{
	width:auto;
	margin:20px 0 10px 0;
	padding:5px 0 5px 50px;
	color:#fff;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	font-size:1.3em;
	overflow:hidden;
	background:#40220F url("../images/midasi_tebasaki.png") no-repeat 10px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#top_box{
	margin:20px 0;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}



/* -------------------------------------------- */

/* shop */
#pankuzu{
}

/* shop　店舗トップ*/
#area_pc{
	display:block;
}
#area_sp{
	display:none;
}
#area_l{
	width:630px;
	float:left;	
}
#area_r{
	width:300px;
	float:right;
}

/* shop　店舗各エリア */
#area_ken{
}
#area_ken_pc{
	display:block;
}
.aco_pc{
	width:150px;
	float:left;
	font-size:12px;
	margin-right:12px;
}
.aco_pc_r{
	width:150px;
	float:right;
	font-size:12px;
}
.c_both_pc{
	clear:both;
}
.kana{
	width:150px;
	float:left;
	margin-right:12px;
}

/* shop　店舗ページ*/
#shop_name{
	padding:7px 4px;
	height:47px;
}
#shop_name img{
}
#shop_name li{
}
#shop_name li.shop_name{
	width:383px;
}
#shop_name li.shop_name img{
}
#shop_name li.shop_name_outlet{
	width:475px;
	float:left;
	margin-top:-7px;
}
#shop_name li.shop_name_outlet_r{
	width:475px;
	float:right;
	padding:0;
	margin:0;
}
#shop_name li.shop_tel{
	display:none;
}
#shop_name li.shop_tel img{
	width:100%;
}
#shop_name li.shop_reitou_pc{
	display:inline;
	width:93px;
}
#shop_name li.shop_reitou_pc img{
	width:100%;
}
#shop_name li.shop_webyoyaku{
	width:166px;
}
#shop_name li.shop_webyoyaku img{
}
#shop_name li.shop_beer{
	width:310px;
}
#shop_name li.shop_beer img{
}
#shop_name li.reitou_sp{
	display:none;
}
#shop_name .pc_r{
	float:right;
}

/* ---------- */
.shop_box{
	margin-top:20px;
}
.shop_orignal_menu{
	margin:20px auto;
}

#shop_swiper{
	width:480px;
	float:left;
}
.swiper-container{
}
.swiper-slide{
}
.swiper-slide img{
}

/* ---------- */

#shop_mitori{
	width:470px;
	float:right;
}
#shop_mitori img{
}

/* ---------- */
#shop_manager{
	margin:20px 0 0 0;
}
#shop_manager li.manager_photo{
}
#shop_manager li.manager_voice{
}


#shop_menu_l{
	width:470px;
	float:left;
	margin:0;
}
#shop_menu_r{	
	width:470px;
	float:right;
	margin:0;
}


/* ---------- */
#shop_map{
	width:470px;
	float:left;
	margin:0;
}
#shop_map img{
}
#shop_menu{
	width:50%;
	float:left;
	margin:0;
}
#shop_map img{
}
.shop_midasi{
}
#shop_map_r{
	width:480px;
	float:right;
}
#shop_areaonly{
	margin:0 0 20px 0;
}
#shop_areaonly img{
}

.gmap{
	width:470px;
	height:350px;
}

/* ---------- */
#shop_info{
	margin:0 0 20px 0;
}
#tbl_shop_info{
}
#tbl_shop_info th{
	width:225px;
}
#tbl_shop_info td{
}
#tbl_shop_info tr th,
#tbl_shop_info tr td{
	padding:10px;
}
.tel_sp{
	display:none;
}
.tel_pc{
	display:block;
}

/* saiji */
.ctCalendar{
	font-size:1em;
}

/* info */
.btn_line{
	width:30%;
	margin:10px 0;
}
input[type=image]{
	width:10%;
}
input[type=text], input[type=email], input[type=url], input[type=tel], textarea{
	width:70%;
}
input[type=text], input[type=email], input[type=url], input[type=tel]{
	height:40px;
}
input:focus, textarea:focus{
}

/* calendar */
#calendar{
}
.cal_tbl{
	margin:0 auto;
	width:60%;
}




/* menu　メニューページ*/
#menu_main_l{
	width:470px;
	float:left;
}
#menu_main_r{
	width:470px;
	float:right;
}
#menu_mini01, #menu_mini02, #menu_mini03{
	width:300px;
	float:left;
}
#menu_mini02{
	padding:0 30px;
}

#menu_mini01 img{
	width:300px;
}
#menu_mini01. list_l img{
	float:none;
}
#menu_mini01 .list_r img{
	float:none;
}
#menu_only_tenpo li{
	width:280px;
	position:relative;
	padding-right:20px;
}
.mgb10pc{
	margin-bottom:10px;
}
#menu_mini02 img{
/*	width:100%;*/
}
#menu_mini03 img{
/*	width:100%;*/
}
#menu_only_tenpo li{
/*	background:#fff;
	padding:10px;
	border-bottom:1px dashed #ddd;*/
}
.allow_r{
/*	position: absolute;
	right:15px;*/
}
#menu_only_tenpo li a{
/*	display:block;
	text-decoration: none;*/
}
#menubook{
	padding:5px;
}
#areamenu_itiran{
}
#areamenu_itiran ul{
}
.areamenu_itiran_l{
	width:225px;
	padding:0;
}
#pad_both{
	padding:0 5px;
}
#pad_r{
	padding-right:20px;
}
.areamenu_itiran_l img{
	width:100%;
}
.areamenu_itiran_l{
	margin:0 5px;
}
.areamenu_itiran_c{
	clear:none;
}


/* enkai */
#enkai img{
	width:none;
}
#enkai_l, #enkai_c, #enkai_r{
	padding:10px 0;
	width:312px;
	float:left;
	text-align:center;
	margin-bottom:0;
}
#enkai_l img, #enkai_c img, #enkai_r img{
	width:290px;
}
#enkai_c{
	margin-left:11px;
	margin-right:11px;
}
/* accordion */
#enkai3 .accordion {
	margin-left:10px;
}
#enkai3 .accordion > ul{
	width:290px;
	text-align:left;
}

#enkai .pc_l{
	width:480px;
	float:left;
}
#enkai .pc_r{
	width:480px;
	float:right;
}

/* ---------- */
.switch_l, .switch_r{
	width:235px;
	float:left;
	margin-right:10px;
}
#swicth_swiper .swiper-container{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#swicth_swiper .switch_swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* - - - form - - -*/
#tbl_form{
	margin:0 auto;
}
#tbl_form .button{
	width:40%;
	margin-bottom:32px;
}
#tbl_form .inq_th{
	padding-left:20px;
}
#tbl_form .button02{
	width:40%;
	margin-right:10px;
	margin-bottom:32px;
}
/* - - - - - footer - - - - - */
#footer_bg{
	width:100%;
	background:#000;
}

#footer_pc{
	width:960px;
	margin:0 auto;
	text-align:center;
}
#footer ul{
}
#footer li{
}
#footer .none{
	display:inline;
}
#footer .br{
	display:none;
}
#sns_sp{
	display:none;
}
#sns_sp img{
}
#copy{
	margin-top:20px;
}
#box_404{
	width:960px;
	height:900px;
	background: url(../images/bg_404.png) no-repeat;
	border:none;
}
.box_404_in{
	padding:100px 130px 0 130px ;
}
.txt_404{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
.imgsp_404{
	display:none;
}
.img_sp{
	display:none;
}
.img_pc{
	display:block;
}

}
