@charset "UTF-8";
/*

//////////////////////////////////////////

 Tamaya

 CSS for local

//////////////////////////////////////////

*/

#Wrapper{
	width:1234px;
	margin:0 auto;
	padding-bottom:150px;
}

article section.contents_box .inner_s{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/*------------------------------------------
	mgn / pdding
------------------------------------------*/
.mgn_btm_3l{
	margin-bottom: 3em;
}
.mgn_btm_4l{
	margin-bottom: 4em;
}
.mgn_btm_5l{
	margin-bottom: 5em;
}
.mgn_top_3l{
	margin-top: 3em;
}
.mgn_top_4l{
	margin-top: 4em;
}
.mgn_top_5l{
	margin-top: 5em;
}

.pdng_top_3l{
	padding-top: 3em;
}
.pdng_top_4l{
	padding-top: 4em;
}
.pdng_top_5l{
	padding-top: 5em;
}

/*------------------------------------------
	flexbox
------------------------------------------*/
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* 横：センタリンク */
.jus-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jus-ad {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jus-bn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 縦：センタリング*/
.al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*------------------------------------------
	タイトル
------------------------------------------*/
#title h2{
	width:100%;
	background:#fafafa;
	padding:20px;
	text-align:center;
	position:relative;
}
section#title figure{
	text-align:center;
}
section#title figure img{
	width:100%;
}
/*------------------------------------------
	共通
------------------------------------------*/
.left{
	float:left;
}
.right{
	float:right;
}


article section.contents_box{
	width:100%;
	margin:0 auto;
	padding-bottom:50px;
}
article section.bg_gray{
	background:#fafafa;
}




article section.contents_box .inner{
	width:1203px;
	margin:0 auto;
	text-align:center;
	clear:both;
	overflow:hidden;
}

article section.contents_box h3.img_title{
	width:100%;
	background:#fafafa;
	padding:30px 0px;
	text-align:center;
	position:relative;
}
article section.contents_box h3.img_title.title_nobg{
	background:none;
}

.nml_table .tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3rem;
	width: 90%;
	font-weight: 700;
	font-size: 18px;
}
.nml_table .tit02{
	margin-top: 20px;
}
.nml_table .tit a{
	font-size: 14px;
}

.nml_table table {
	border-top:1px solid #f0ede1;
	border-right:1px solid #f0ede1;
}
.nml_table table th{
	background:#f0ede1;
	padding:10px;
	border-bottom:1px solid #ffffff;
	text-align:left;
	vertical-align:middle;
}
.nml_table table td{
	background:#ffffff;
	padding:10px;
	border-bottom:1px solid #f0ede1;
	text-align:left;
}
.nml_table_full table {
	width:100%;
}

/* form tag */

.nml_table_full td textarea{
	width:90%;
}
.nml_table_full td input.required{
	width:90%;
}
.nml_table_full td input.harf{
	width:50%;
}



article section.contents_box h4{
	font-size:18px;
	margin-bottom:15px;
	text-align:left;
}
.red{
	color:#ab3f3f;
}

/* リスト */
ul.indent_list li{
	font-size:14px;
	margin-bottom:20px;
	text-indent:-16px;
	padding-left:20px;
}
ul.indent_list li.dot:before{
	content:"・";
}
ul.indent_list li.sq:before{
	content:"◇";
}
ul.indent_list li.km:before{
	content:"※";
}

ul.indent_list_lg li{
	font-size:14px;
	margin-bottom:20px;
	text-indent:-30px;
	padding-left:20px;
	line-height:30px;
}
ul.indent_list_lg li.dot:before{
	content:"●　";
}




ul.indent_list li p.frame{
	border:2px solid #ab3f3f;
	padding:10px;
	text-indent:0px;

}
/*------------------------------------------
	タイトル（テキスト）
------------------------------------------*/
section.contents_box  dl{
	margin-bottom:40px;
	display:block;
}

section.contents_box dl dt figure{
	margin-bottom:40px;
}

section.contents_box  dl dt{
	font-size:28px;
	letter-spacing:8px;
	margin-bottom:25px;
}



section.contents_box  h3.txt_title{
	font-size:28px;
	text-align:center;
	letter-spacing:8px;
	margin-bottom:25px;
}





/*------------------------------------------
	予約
------------------------------------------*/
.reserv_info iframe{
	width:100%;
	height:500px;
}
section.contents_box .inner.reservbox {
	width:852px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
section.contents_box .inner.reservbox{
	font-size:14px;
}

section.contents_box .inner.reservbox ul.indent_list li{
	margin-bottom:5px;
}
section.contents_box .inner.reservbox section.flow figure{
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}
.nml_table.tbl_tex_box table th ,
.nml_table.tbl_tex_box table td
{
	width:25%;
	text-align:center;
}
section.contents_box .inner.reservbox .btncenter {
	margin-top:50px;
}
section.contents_box .inner.reservbox .btncenter input{
	font-size:18px;
	padding:10px;
}

section.contents_box .inner.reservbox  p.frame{
	margin-top:30px;
	border:2px solid #ab3f3f;
	padding:10px;
	text-indent:0px;

}


/*------------------------------------------
	料理
------------------------------------------*/

article #Kaisen section.bg_gray{
	background:#eff5f6;
}
article #Fugu section.bg_gray{
	background:#f9f0f0;
}


section.contents_box .inner.cuisine_box{
	width:1245px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-top:50px;
}
section.contents_box .inner.cuisine_box.cuisine_box_price{
	width:1000px;
}

section.contents_box .plan_box .box_price{
	width:50%;
	text-align:center;
}

section.contents_box .plan_box .plan_box_center{
	width:100%;
	margin: 0 auto;
}



/* ナビ　*/
navi.l_navi ul{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-top:50px;
}
navi.l_navi ul li{

	border-top:1px solid #fafafa;
	border-left:1px solid #fafafa;
	border-right:1px solid #fafafa;
	width:45%;
}
navi.l_navi ul li a{
	width:100%;
	display:block;
	text-align:center;
	padding:20px;
	height:30px;
	font-size:180%;

	text-decoration:none;
	color:#333333;
}
navi.l_navi ul li a:hover{
	background:#fafafa;

}
navi.l_navi ul li a.here{
	background:#fafafa;
	font-weight:bold;
}


/*海鮮*/
#Kaisen navi.l_navi ul li a.here{
	background:#eff5f6;
	font-weight:bold;
}
#Kaisen navi.l_navi ul li a:hover{
	background:#f9f0f0;
}
#Kaisen navi.l_navi ul li a.here:hover{
	background:#eff5f6;
}

/*ふぐ*/
#Fugu navi.l_navi ul li a.here{
	background:#f9f0f0;
	font-weight:bold;
}
#Fugu navi.l_navi ul li a:hover{
	background:#eff5f6;
}
#Fugu navi.l_navi ul li a.here:hover{
	background:#f9f0f0;
}


section.contents_box .plan_box{

}
section.contents_box .plan_box .box_price{
	width:50%;
	text-align:center;
}
section.contents_box .plan_box .thumbs_box{
	width:50%;
}
section.contents_box .plan_box .box_price.price_left{
	padding-left:0px;

}

section.contents_box .plan_box .box_price dl{
	margin-bottom:0px;
	text-align:center;
}

section.contents_box .plan_box .box_price dl dt.title{
	font-size:180%;
}

section.contents_box .plan_box .box_price dl dt.fixation{
	padding:20px;
	background:url(../images/cuisine/teiban.png) 20px center no-repeat;
}
section.contents_box .plan_box .box_price dl dt.full{
	padding:20px;
	background:url(../images/cuisine/fugu/manpuku.png) 20px center no-repeat;
}



section.contents_box .plan_box .box_price dl dt.title i{
	font-size:70%;
}
section.contents_box .plan_box .box_price dl dt.s_title{
	font-size:100%;
}
section.contents_box .plan_box .box_price dl dt.plan{
	margin-bottom:20px;

}
section.contents_box .plan_box .box_price dl dd{
	font-size:150%;
	margin-bottom:20px;

}
section.contents_box .plan_box .box_price dl dd i{
	font-size:80%;
}
section.contents_box .plan_box ul{

}

section.contents_box .plan_box .box_price.price_left dl{

}
section.contents_box .plan_box .box_price.price_left dl dt.plan{

}
section.contents_box .plan_box .box_price dl.sup dd{

	font-size:100%;
	margin-bottom:0px;
}

/*	子ども料金　*/
section.contents_box .inner.cuisine_box_kids_list{
	width:956px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-top:30px;
}




section.contents_box .inner.cuisine_box_kids_list dl.kids_price{
	width:302px;
	float:left;
}
section.contents_box .inner.cuisine_box_kids_list dl.kids_price dt {
	font-size:150%;
}

section.contents_box .inner.cuisine_box_kids_list dl.kids_price dt.plan{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 42px;
    width: 290px;
    background-color: #3e6c8d;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 5px;
}


section.contents_box .inner.cuisine_box_kids_list dl.kids_price dt i{
	font-size:60%;
}
section.contents_box .inner.cuisine_box_kids_list dl.kids_price dd {
	font-size:150%;
	color:#663613;
}
section.contents_box .inner.cuisine_box_kids_list ul{
	clear:both;
	text-align:left;
}

section.contents_box .inner dl.hd dt i.other{
	margin:0 auto;
	height:60px;
	display:block;
	overflow:visible;
	width:380px;
	padding-top:5px;
	background:url(../images/cuisine/seafood/txt_reserv_01.png) 0px 0px no-repeat;
}

/*	メニュー　*/
section.contents_box .inner.cuisine_menu_box{
	width:974px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-top:30px;
}
section.contents_box .inner.cuisine_menu_box dl{

	/*min-width: 300px;*/
	width:32.7%;
	float:left;
	margin:3px;
	padding-bottom:20px;
	background:#ffffff;
}
section.contents_box .inner.cuisine_menu_box dl dt figure{
	margin-bottom:15px;
}
section.contents_box .inner.cuisine_menu_box dl dt{
	margin-bottom:10px;
	font-size:180%;

}
section.contents_box .inner.cuisine_menu_box dl dd{
	color:#888888;
}
section.contents_box .inner.cuisine_menu_box dl dd i{
	font-size:80%;
}
section.contents_box .inner.cuisine_menu_box dl.no_img{
	width:100%;
	padding-bottom:0px;
}
section.contents_box .inner.cuisine_menu_box dl.no_img dt{
	padding-top:25px;
}
section.contents_box .inner.cuisine_menu_box dl.no_img dd{
	border-bottom:1px solid #fafafa;
	padding-bottom:23px;
	color:#888888;
}




/*------------------------------------------
	Siteseeng
------------------------------------------*/
section.contents_box .inner.Siteseeng_box .hd_txt {
	padding-top:30px;
	padding-bottom:30px;
	background:url(../images/siteseeing/img_top_bg.png) right center no-repeat;
}

section.contents_box .inner.Siteseeng_box .hd_txt p{
	text-align:left;
	line-height:42px;
	font-size:14px;
	padding-bottom:40px;
}

section.contents_box .inner.Siteseeng_box {
	width:852px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
section.contents_box .inner.Siteseeng_box dl.hd{
	width:100%;
	padding-top:40px;
}
section.contents_box .inner.Siteseeng_box dl.hd dd{
	text-align:center;
	width:100%;
}
section.contents_box .Siteseeng_box dl{
	width:45%;
}
section.contents_box .Siteseeng_box dl dt figure{
	text-align:left;
}
section.contents_box .Siteseeng_box dl dd{
	text-align:left;
	width:95%;
}





/*------------------------------------------
	Faciliies
------------------------------------------*/

section.contents_box .inner.facibox {
	width:852px;
	margin:0 auto;
	overflow:hidden;
	clear:both;

}
section.contents_box .facibox dl{
	margin-bottom:40px;
	display:block;
}

section.contents_box .facibox dl dt figure{
	margin-bottom:40px;
}

section.contents_box .facibox dl dt{
	font-size:28px;
	letter-spacing:8px;
	margin-bottom:25px;
}
section.contents_box .facibox h3.tx_title {
	font-size:28px;
	letter-spacing:8px;
	margin-bottom:25px;
	clear:both;
}
section.contents_box .facibox ul{
	text-align:left;
}
.nml_table table th{
	width:30%;
}

/*------------------------------------------
	access
------------------------------------------*/
#access{
	font-size: 1rem;
}
#access  section.contents_box.contents_box_mgn{
	margin-bottom: 5em;
}

#access  section.contents_box  dl.stl_01 dd{
	color: #987b15;
}


#access section.contents_box .route{
	padding:50px 0px;
}
#access section.contents_box .spec_box {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#access section.contents_box .spec_box .figure{
	width:30%;
}

#access section.contents_box .spec_box .nml_table{
	padding-left:25px;
	width:60%;
}
#access section.contents_box .spec_box .nml_table table{
	width:100%;
}
#access section.contents_box .parking_box {
	padding-top:30px;
}
#access section.contents_box .parking_box figure{
	width:50%;
}
#access section.contents_box .parking_box .parking_spec{
	width:50%;
}
#access section.contents_box .parking_box .parking_spec dl {
	padding-left:25px;
}
#access section.contents_box .parking_box .parking_spec dl dt{
	text-align:left;
	font-size:200%;
	margin-bottom:25px;
}
#access section.contents_box .parking_box .parking_spec dl dd{
	text-align:left;
}
#access section.contents_box .parking_box .parking_spec dl dd.btn{
	padding-top:25px;
}
#access section.contents_box .parking_box .parking_spec dl dd.btn a{
	color: #007ED7;
	border:1px solid #9a9a9a;
	padding:10px 30px 10px 30px;
	font-size:120%;
	color:#9a9a9a;
	text-decoration:none;
	text-align:center;
}

#access section.contents_box .parking_box .parking_spec dl dd.btn a:hover{
	color: #ffffff;
	border:1px solid #9a9a9a;
	background:#9a9a9a;
}

/* AddParkin */
#access ul.img_box li{
	width: 33%;
}
#access ul.box_harf li{
	width: 50%;
}
#access ul.box_taxy li{
	line-height: 1em;
}
#access p.ct{
	width: 100%;
	text-align: center;
	clear: both;
}
.taxy_tbl table{
	width: 100%;
	margin: 0 auto;
}
.taxy_tbl table th.tg-02ax{
	background: #f2f1eb;
}
.taxy_tbl table th.tg-0lax{
	border-right: 1px solid #ffffff;
}

#access .tbl_box table{
	width: 90%;
}
#access .tbl_box li dl  dd.txt{
		margin-bottom: 3em;
		color: #999;
}
#access .tbl_box li dl dt{
	margin-bottom: 10px;
}

#access ul.box_taxy li{
	padding: 0 1em;
}
#access ul.box_taxy li dl dt{
	font-size: 1.6rem;
	color: #245f96;
	padding: .8em 0;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
}
#access ul.box_taxy li dl dd{
	font-size: 1.6rem;
	color: #245f96;
}
/*------------------------------------------
	about_us
------------------------------------------*/
article#about_us {
	background-image: url(../images/common/img_bg_01.png);
}

article#about_us #Wrapper section.contents_box{
	width:80%;
	padding:30px;
	margin:0 auto;
	padding-bottom:150px;
}

article#about_us #Wrapper section.contents_box h3{
	text-align:center;
	font-size:180%;
	margin-bottom:30px;
	margin-top:30px;
}
article#about_us #Wrapper section.contents_box p{
	line-height:36px;
	font-size:120%;
	margin-bottom:25px;
}
article#about_us #Wrapper section.contents_box p.us{
	text-align:right;
	font-size:150%;
}





/*ACCESS MAP*/
#access {
	padding-bottom: 50px;
}

#access .map-guide {
	margin-top: 50px;
	text-align:center;
}
#access h3 {
	float: left;
	margin-right: 26px;
}
#access p {
	float: left;
}
#access a.map-zoom {
	color: #007ED7;
	border:1px solid #9a9a9a;
	padding:10px 30px 10px 30px;
	font-size:120%;
	color:#9a9a9a;
	text-decoration:none;
}
#access a.map-zoom:hover{
	color: #ffffff;
	border:1px solid #9a9a9a;
	background:#9a9a9a;
}


/*Googleマップ*/
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
#map_canvas {
	height: 435px;
	width: 100%;
}




/* ～750px
----------------------------------------------------------- */
@media (max-width:750px) {


	.inner_s{
		padding: 0 1em;
	}
	article section.contents_box .inner_s{
		width: auto;
	}

	.flexbox{
		display: block;
	}

	#access .tbl_box table{
		width: auto;
		width: 100%;
	}

	#access ul.img_box li{
		text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto;
	}

	.taxy_tbl table{
		width: auto;
	}
	#access .nml_table table th,
	#access .nml_table table td {
		width: 50%;
		text-align: center;
	  clear: both;
	  float: none!important;
		white-space: nowrap;
	}

	article section.contents_box img{
		width: 90%;
	}
	#access ul.box_harf li{
		width: auto;
	}

	#access ul.box_taxy li{
		margin: 1em 0;
	}
	.nml_table table.tbl_side {
		width: 100%;
	}
	#access .nml_table table.tbl_side th, #access .nml_table table.tbl_side td{
		width: 100%!important;
	  clear: both!important;
	  float: left!important;
	}

}


@media (max-width:480px) {


}
