@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	overflow-x : hidden;
    overflow-y : auto;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

figure {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #000000;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	/* [disabled]overflow-x : hidden; */
	overflow-y : auto;
	font-size: 16px;
	background-image:url(../images/stripe.jpg);
	background-repeat:repeat;
}

a{
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	color:#33cc33;
}
	
a:active, a:focus {
	outline:0;
}


.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#fade{
	display:;
}


/* header */
#head_bg{
	width:100%;
	min-width:980px;
	height:100%;
	background-color:#b10000;
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
}

#head{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#h1{
	display:block;
	width:980px;
	height:10px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#ffffff;
}

#head_navi_bg{
	width:980px;
}

#head_tel{
	width:200px;
	height:60px;
	background-image:url(../images/head_tel.png);
	background-repeat:no-repeat;
	float:left;
}

.head_tel_txt{
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
}

/* navi */

#gnavi_bg{
	width:750px;
	height:80px;
	float:right;
}

.gnavi{
	width:750px;
}

.gnavi ul{
	margin:0;
	padding:0;
}

.gnavi li{
	width:125px;
	float:left;
}

.navi01{
	width:125px;
	height:60px;
	background-image:url(../images/navi01_off.png);
	background-repeat:no-repeat;
}
.navi01 :hover{
	width:125px;
	height:60px;
	background-image:url(../images/navi01_on.png);
	background-repeat:no-repeat;	
}

.navi02{
	width:125px;
	height:60px;
	background-image:url(../images/navi02_off.png);
	background-repeat:no-repeat;
}

.navi02 :hover{
	width:125px;
	height:60px;
	background-image:url(../images/navi02_on.png);
}

.navi03{
	width:125px;
	height:60px;
	background-image:url(../images/navi03_off.png);
	background-repeat:no-repeat;
}

.navi03 :hover{
	width:125px;
	height:60px;
	background-image:url(../images/navi03_on.png);
}

.navi04{
	width:125px;
	height:60px;
	background-image:url(../images/navi04_off.png);
	background-repeat:no-repeat;
}

.navi04 :hover{
	width:125px;
	height:60px;
	background-image:url(../images/navi04_on.png);
}

.navi05{
	width:125px;
	height:60px;
	background-image:url(../images/navi05_off.png);
	background-repeat:no-repeat;
}

.navi05 :hover{
	width:125px;
	height:60px;
	background-image:url(../images/navi05_on.png);
}

.navi06{
	width:125px;
	height:60px;
	background-image:url(../images/navi06_off.png);
	background-repeat:no-repeat;
}

.navi06 :hover{
	width:125px;
	height:60px;
	background-image:url(../images/navi06_on.png);
}

.navi_box{
	text-indent:-9999px;
	width:125px;
	height:60px;
	}
	
.navi_001{
	width:125px;
	height:60px;
	background-image:url(../images/navi01_on.png);
	background-repeat:no-repeat;
}

.navi_002{
	width:125px;
	height:60px;
	background-image:url(../images/navi02_on.png);
	background-repeat:no-repeat;
}

.navi_003{
	width:125px;
	height:60px;
	background-image:url(../images/navi03_on.png);
	background-repeat:no-repeat;
}

.navi_004{
	width:125px;
	height:60px;
	background-image:url(../images/navi04_on.png);
	background-repeat:no-repeat;
}

.navi_005{
	width:125px;
	height:60px;
	background-image:url(../images/navi05_on.png);
	background-repeat:no-repeat;
}

.navi_006{
	width:125px;
	height:60px;
	background-image:url(../images/navi06_on.png);
	background-repeat:no-repeat;
}
/* top_title */


/* main */
#main{
	width:100%;
	min-width:980px;
	padding:0 0 0 0;
	background-color:#ffffff;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	border-bottom:3px solid #b10000;
	margin-bottom:40px;
}

#main:after {
content: "";
display: block;
clear: both;
overflow: hidden;
}

#main_in {
	width:980px;
	height:400px;
}

#main02{
	width:100%;
	min-width:980px;
	padding:0 0 0 0;
	background-color:#ffffff;
	background-image:url(../images/main02.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	border-bottom:3px solid #b10000;
	margin-bottom:40px;
}

#main02:after {
content: "";
display: block;
clear: both;
overflow: hidden;
}

#main_in02 {
	width:980px;
	height:200px;
}

/* contents */

#contents{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	color:#595959;
}

.tit_h2_img{
	display:block;
	width:980px;
	height:48px;
	background-image:url(../images/top_tit01.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:40px;
}

.txt{
	display:block;
	width:960px;
	padding:0 10px 0 10px;
	margin-bottom:40px;
}

.fb_bg{
	width:960px;
	height:300px;
	background-color:#edeff4;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
}

.fb_bg2{
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

.bnr_btm{
	width:960px;
	padding:0 10px 0 10px;
	margin-bottom:40px;
}

.bnr_btm ul{
	margin:0;
	padding:0;
}

.bnr_btm li{
	width:300px;
	float:left;
}

.bnr_tit{
	width:300px;
	height:200px;
}

.bnr01{
	width:300px;
	height:200px;
	background-image:url(../images/bnr01_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:30px;
}

.bnr01 :hover{
	width:300px;
	height:200px;
	background-image:url(../images/bnr01_on.png);
	background-repeat:no-repeat;
}

.bnr02{
	width:300px;
	height:200px;
	background-image:url(../images/bnr02_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:30px;
}

.bnr02 :hover{
	width:300px;
	height:200px;
	background-image:url(../images/bnr02_on.png);
	background-repeat:no-repeat;
}

.bnr03{
	width:300px;
	height:200px;
	background-image:url(../images/bnr03_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.bnr03 :hover{
	width:300px;
	height:200px;
	background-image:url(../images/bnr03_on.png);
	background-repeat:no-repeat;
}


.bnr04{
	width:300px;
	height:200px;
	background-image:url(../images/bnr04_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:30px;
}

.bnr04 :hover{
	width:300px;
	height:200px;
	background-image:url(../images/bnr04_on.png);
	background-repeat:no-repeat;
}

.bnr05{
	width:300px;
	height:200px;
	background-image:url(../images/bnr05_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:30px;
}

.bnr05 :hover{
	width:300px;
	height:200px;
	background-image:url(../images/bnr05_on.png);
	background-repeat:no-repeat;
}

.bnr06{
	width:300px;
	height:200px;
	background-image:url(../images/bnr06_off.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.bnr06 :hover{
	width:300px;
	height:200px;
	background-image:url(../images/bnr06_on.png);
	background-repeat:no-repeat;
}

/*----------------------------------------------------------------------------------------------------
																		  greeding
----------------------------------------------------------------------------------------------------*/
.h2_tit_bg{
	display:block;
	clear:both;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	color:#595959;
	font-size:46px;
	line-height:1em;
}

.h2_tit_bg_txt{
	display:block;
	clear:both;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	color:#595959;
	margin-top:10px;
	margin-bottom:10px;
}

.mb{
	display:block;
	margin-bottom:50px;
}

.cary_img{
	display:block;
	width:800px;
	height:312px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/japan.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom:50px;
	border:1px solid #b10000;
	border-left:60px solid #b10000;
}

.point{
	display:block;
	font-size:72px;
	letter-spacing:0.1em;
	line-height:normal;
	padding-top:100px;
	padding-left:50px;
}

.point_s{
	display:block;
	margin-top:-10px;
	padding-left:60px;
	font-size:14px;
}

/*----------------------------------------------------------------------------------------------------
																		  gyoza
----------------------------------------------------------------------------------------------------*/

.gyozamap{
	width:980px;
	height:300px;
	background-image:url(../images/gyozamap.jpg);
	background-repeat:no-repeat;
	margin-bottom:50px;
	text-indent:-9999px;
}

.h2_tit_bg02{
	display:block;
	clear:both;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	color:#b10000;
	font-size:46px;
	line-height:1em;
	border:3px solid #b10000;
	padding:20px 10px;
}


.howto{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

.howto ul{
	width:740px;
	margin:20px 0 0 60px;
	padding:0;
}

.howto li{
	font-size:18px;
	border-bottom:3px solid #cfcfcf;
	margin-bottom:20px;
}

.number{
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:36px;
	color:#b10000;
}

.bdr_btm{
	border-bottom:3px solid #cfcfcf;
	padding-bottom:10px;
}

.yoyaku{
	clear:both;
	width:834px;
	height:78px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding:20px 10px;
	border:3px solid #b10000;
	text-align:center;
	font-size:18px;
	background-image:url(../images/yoyaku.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.f_bg{
	font-size:24px;
}

.f_col_r{
	color:#b10000;
}

/*----------------------------------------------------------------------------------------------------
																		  dish
----------------------------------------------------------------------------------------------------*/
.tit_h3{
	background-color:#ffd700;
	color:#b10000;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 20px;
	font-size:16px;
	margin-bottom:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	behavior: url(PIE.htc);
}

.dish_txt01{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img01.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt02{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img02.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt03{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img03.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt04{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img04.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt05{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img05.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt06{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img06.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt07{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img07.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt08{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img08.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt09{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img09.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt010{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img010.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt011{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img011.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt012{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img012.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.dish_txt013{
	display:block;
	width:840px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding-top:30px;
	background-image:url(../images/dish_img013.jpg);
	background-position:right;
	background-repeat:no-repeat;
}


/*----------------------------------------------------------------------------------------------------
																		  dish
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
																		  qa
----------------------------------------------------------------------------------------------------*/

.qa_bg{
	clear:both;
	width:860px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

.qa_q{
	width:50px;
	height:50px;
	float:left;
	background-image:url(../images/qa_q.png);
	background-repeat:no-repeat;
}

.qa_a{
	width:80px;
	height:125px;
	float:left;
	background-image:url(../images/qa_a.png);
	background-repeat:no-repeat;
	margin-bottom:50px;
}

.q_txt{
	display:block;
	width:785px;
	float:right;
	padding:0 0 10px 15px;
	border-bottom:3px solid #b10000;
	font-size:16px;
}

.a_txt{
	display:block;
	width:740px;
	float:right;
	padding:0 0 10px 15px;
	border-bottom:1px dotted #ffd700;
	margin-top:30px;
}


/*----------------------------------------------------------------------------------------------------
																		  qa
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
																		  access
----------------------------------------------------------------------------------------------------*/

.img_fl{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	line-height:2em;
}

.img_fll{
	width:385px;
	float:left;
}

.img_flr{
	width:415px;
	height:220px;
	float:right;
	background-image:url(../images/access_img.jpg);
	background-repeat:no-repeat;
	margin-top:39px;
}

.list_tit{
	width:385px;
	border-bottom:3px solid #b10000;
	padding:0 0 10px 30px;
	font-size:21px;
	margin-bottom:20px;
}

.img_fll ul{
	padding:0 0 10px 0;
	border-bottom:1px dotted #595959;
}

.img_fll li{
	width:355px;
	float:left;
	padding-left:30px;
}

.f_24{
	display:block;
	text-align:right;
	font-size:24px;
	color:#b10000;
}

#gmap{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	height:600px;
	border: 8px solid #b10000;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/*----------------------------------------------------------------------------------------------------
																		  access
----------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------
																		  footer
----------------------------------------------------------------------------------------------------*/
#foot_bg{
	clear:both;
	width:100%;
	min-width:850px;
	height:330px;
	margin-left:auto;
	margin-right:auto;
}

#foot{
	clear:both;
	width:100%;
	min-width:850px;
	height:235px;
	margin-left:auto;
	margin-right:auto;
	background-color:#b10000;
	background-repeat:repeat;
	padding-top:45px;
}

#foot_in{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.foot_fll{
	width:630px;
	float:left;
}

.foot_flr{
	width:220px;
	float:right;
}

.foot_tel{
	display:block;
	text-indent:-9999px;
	width:515px;
	height:100px;
	background-image:url(../images/btm_tel.png);
	background-repeat:no-repeat;
	margin-bottom:28px;
}

.foot_navi{
	letter-spacing:0.1em;
	color:#ffffff;
}

.foot_navi :visited{
	color:#ffffff;
}

.foot_navi :link{
	color:#ffffff;
}

.foot_navi :hover{
	color:#ffd700;
}

.foot_logo{
	display:block;
	width:210px;
	height:68px;
	background-image:url(../images/logo_off.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-indent:-9999px;
}

.foot_logo:hover{
	display:block;
	width:201px;
	height:68px;
	background-image:url(../images/logo_on.png);
	background-repeat:no-repeat;
}

.foot_add{
	color:#ffffff;
}

#copy{
	width:100%;
	min-width:980px;
	height:35px;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	background-color:#272727;
	text-align:center;
	color:#ffffff;
	padding-top:15px
}

#pagetop {
	position: fixed;
	bottom: 0px;
	padding-right:20px;
	padding-bottom:20px;
}
#pagetop a {
	display: block;
	width:70px;
	height:70px;
	background-image:url(../images/pegetop.png);
	background-repeat:no-repeat;
}
