@charset "utf-8";



/************************************************

	Font

************************************************/

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.4;
	color:#562213;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

	link

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

a:link,
a:visited {
	color: #87B541;
	text-decoration:underline;
}

a:hover {
	color: #C83722;
	text-decoration:none;
}

/************************************************

	Layout

************************************************/

/*--------------------
	Container
--------------------*/
#container {
	text-align:center;
	position: relative;
	background: url(../img/bg_yakitori.gif) left top repeat;
	background-attachment: fixed;
}

/*--------------------
	Header
--------------------*/
#header {
	background: url(../img/bg_header.png) center top repeat-x;
}
#header_inner {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
#logo img {
	margin: 150px auto 30px;
	width: 97%;
	height: auto;
	max-width: 909px;
}
.bx_boshu {
	color: #552113;
	font-weight: bold;
	position: relative;
	margin: 0 0 40px 0;
}
.bx_boshu p {
	font-size: 250%;
	background-color: #FF0;
	padding: 15px 10px 10px;
	border-radius: 10px 10px 0 0;
}
.bx_boshu2 a {
 display: inherit;
 }
.bx_boshu2 h4{
 margin-bottom: 35px;
 text-align: center;
 color: #FFFFFF;
 border: 1px dashed #fff;
 background: #C83722;
 padding: 20px;
 font-size: 120%;
 }
.bx_boshu2 a:link,a:visited{
 color:#562213;
 }
.bx_boshu dl {
	font-size: 200%;
	padding: 25px 10px;
	background-color: #FFF;
	border: 5px solid #FF0;
}
.bx_boshu dt {
	font-size: 70%;
	float: left;
	border: 2px dotted;
	padding: 5px 0;
	width: 160px;
	margin-right: 20px;
}
.bx_boshu dd {
	float: left;
}
.bx_boshu img {
	position: absolute;
	/*right: 20px;
	bottom: 15px;*/
	right: 10px;
	top: 25px;
}
#footer p.txt_att {
	display: block;
	margin: 0 0 40px;
	letter-spacing: 0.1em;
	border: 1px solid;
	padding: 5px 0;
}
/*--------------------
	gnav
--------------------*/
#gnav ul {
	display: table;
	width: 100%;
	line-height: 1.2;
}
#gnav li {
	display: table-cell;
	background-color: #C83722;
	border-right: 1px solid #CEDF7B;
	width: 25%;
	vertical-align: middle;
	border-bottom: 3px solid #771507;
}
	#gnav li:last-child {
		border-right: 0;
		background: #C83722 url(../img/ico_blank.png) right bottom no-repeat;
		background-size: 24px auto;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		-ms-background-size: 24px auto;
	}

#gnav li a {
	color: #FFF;
	display: block;
	padding: 20px 0;
	text-decoration: none;
}

#gnav li:hover {
	background-color: #562213;
	border-bottom: 3px solid #8B6459;
}
#gnav li.c_soon {
	background: url(../img/bg_c_soon.gif) 0 0 repeat;
	color: #9E978C;
	border-bottom: 3px solid #514432;
}
#gnav li.boshu a {
	font-size: 150%;
	color: #FF0;
	margin: 0 5px;
	font-weight: bold;
}


#sns ul {
	position: absolute;
	right: 10px;
	top: 14px;
}
#sns li {
	float: left;
	margin-right: 20px;
}

/*---------------
	totop
--------------------*/
#totop {
	position: fixed;
	z-index: 2;
	right: 0;
	bottom: 0;
}
/*--------------------
	Footer
--------------------*/
#footer {
	clear: both;
	padding-top: 5px;
}
#footer_inner {
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto 30px;
	color: #391D19;
}
	#footer_inner p {
		margin-bottom: 20px;
	}

#footer_inner ul {
	width: 100%;
}
	#footer_inner li {
  float:left;
		width: 20%;
	}
 #footer_inner li img {
  width: 100%;
  height: auto;
 }

#copy {
	padding: 15px 0;
	text-align: center;
	font-size: 80%;
	width: 100%;
	background: #C83722;
	clear: both;
	letter-spacing: 0.2em;
	color: #FFF;
}
/*--------------------
	Contents
--------------------*/
#contents {
	position: relative;
	width: 100%;
}
#contents_inner {
	clear: both;
	margin: 0 auto;
	max-width: 940px;
	text-align: left;
	padding: 50px 10px 0;
}
.bx_yakitori {
	position: relative;
}
.bx_yakitori div.txt01 {
	padding: 20px;
	background: #FFF;
	margin-bottom: 50px;
}

.bx_yakitori h2 {
	padding: 20px 10px;
	text-align: center;
	background: #562213;
	font-size: 180%;
	color: #FFF;
}
	#boshu h2 {
		color: #fff;
	}
.txt01 {
	line-height: 2.0em;
}
#boshu h3 {
	border-bottom: 2px dashed #fff;
	padding: 17px 0 17px 50px;
	margin-bottom: 20px;
	font-size: 140%;
	background: url(../img/bg_h3.png) left center no-repeat;
	background-size: 60px auto;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	-o-background-size: 60px auto;
	-ms-background-size: 60px auto;
}
.bx_boshu2 {
	margin-bottom: 20px;
}
.bx_boshu2 span.shop_txt_s01{
 font-size:0.7em;
 }
#contents section .bx_boshu2 td {
 background: url(../img/icon_01.png) left center no-repeat;
 padding:5px 0;
 }
#contents section .bx_boshu2 td a {
 padding-left:20px;
 padding-bottom:2px;
 line-height:1.2em;
 vertical-align: middle;
 }
#contents section .bx_boshu2 tr{
 height:28px;
 }
.bx_boshu2 td a:link{
 color:#562213;
 text-decoration:none;
 }
.bx_boshu2 td a:visited{
 text-decoration: underline;
 }
.bx_boshu2 td a:hover, a:active {
 text-decoration:underline;
 color:#562213;
 }
.bx02 a:link, .bx02 a:visited {
 text-decoration:underline;
 color: #562213;
 }
.mail_link {
	white-space: nowrap;
}
.shop_box02{
 display:none;
 }
.t_r{
 margin-right:0 !important;
 }
.bx02 {
 background:url(../img/shop_bk.jpg) repeat;
 position:relative;
 padding: 15px 20px;
 max-width: 250px;
 height:485px;
 float: left;
 font-size: 0.8em;
 line-height: 1.4;
 margin: 0 15px 20px 0;
}
.tohyo_box01{
 width:100%;
 margin-top:15px;
 }
.btn01 {
 position:absolute;
 bottom:15px;
 }
.btn01 img{
 display:block;
 margin:0 auto;
 }
.btnoff{
 position: absolute;
 right: 0px;
 bottom: 15px;
 left: 0px;
 margin: auto auto;
}
.btnoff img{
	display:block;
	margin:0 auto;
}
.shop_r{
 margin-right:0;
 }
#contents section .bx02 .shop_info dt{
 float: left;
 margin-right: 5px;
 width: 55px;
 text-align: center;
 border: 1px solid #87B541;
 font-size: 11px;
 }
#contents section .bx02 .shop_info dd{
 margin-bottom:5px;
 margin-left:62px;
 }
#contents section .bx02 .shop_info dd a{
 text-decoration:none;
 }
#contents section .shop_ttl span{
 font-size:0.8em;
 vertical-align:baseline;
 }
#contents section .bx02 .map{
 display:block;
 margin:5px 0;
 }
.shop_hp{
 font-size:0.9em;
 }
.shop_img01{
 display: block;
 float: left;
 margin-bottom:10px;
 }
.bx02 .txt_shop01 {
 padding: 10px 0;
 border-bottom:1px dotted #fff;
}
.shop_ttl{
 font-size: 1.4em ;
 font-weight: bold;
 margin-bottom: 5px;
 }
.to_shoplist{
 display:none;
 }
/*--------------------
	form
--------------------*/
body{
 position: relative;
 background: url(../img/bg_yakitori.gif) left top repeat;
 background-attachment: fixed;
 }

#form {
 max-width: 920px;
 margin: 0 auto 50px;
 font-size:1.1em;
}
#form h2 {
 background: #562213/* url(../img/bg_h3.png) left center no-repeat !important*/;
 padding: 20px 10px;
 text-align: center;
 font-size: 180%;
 color: #FFF;
 margin-bottom:0;
}
.form_txt01{
 padding: 20px;
 background: #FFF;
 text-align:center;
 }
#form .tbl_form01 th, #form .tbl_form01 td {
 border: 1px solid #562213;
 padding: 5px 10px;
 }
#form .tbl_form01{
 border-collapse: collapse;
 border-spacing: 0;
 margin-bottom:50px;
 }
.tbl_form01{
 width: 100%;
 max-width: 600px;
 margin:0 auto;
 }
input.form_touhyo{
 max-width:100%;
 height:auto;
 }
#form .tbl_form01 select {
 width:120px;
 }
 
/*--------------------
	thanks
--------------------*/
#thanks {
	max-width:880px;
 height:auto;
	margin: 0 auto 50px;
	font-size: 14px;
 padding:20px;
 background:#fff;
}
	#thanks h2 {
  max-width:100%;
	}
 #thanks h2 img{
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto;
  }
	#thanks .coupon {
  margin:10px auto;
  max-width: 520px;
	}
#thanks .coupon img{
 max-width:100%;
 display:block;
 margin:0 auto;
 }
	#thanks .map {
	}
	#thanks .txt_att {
		margin-bottom: 0;
	}
	#thanks .shop_info {
  max-width:500px;
  margin:0 auto;
  background: url(../img/shop_bk.jpg) repeat !important;
		font-size: 13px;
		background: #fff;
		padding: 5px 11px;
	}
	#thanks .shop_info dd {
		text-align: left;
  margin-bottom:5px;
	}
	#thanks .shop_info dt {
	float: left;
 margin-right: 5px;
 width: 55px;
 text-align: center;
 border: 1px solid #87B541;
 font-size: 11px;
	}
#thanks .shop_info dd a:link{
 color: #562213;
 }
#thanks .shop_info dd a{
 text-decoration:none;
 }
#print {
	position:absolute;
	top: 10px;
	right: 10px
}
#thanks .txt_att{
 max-width:500px;
 margin:0 auto;
 color: #FFFFFF;
 text-align:center;
 border: 1px dashed #fff;
 background: #000;
 padding: 10px;
 margin-bottom:10px;
 font-size: 120%;
 }

/************************************************

	Layout Block

************************************************/

.large { font-size: 120%;}
.small { font-size: 80%;}

/*floating image*/
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.tac {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}
.block {
	display: block;
}
/*Margin*/
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb0 { margin-bottom:0 !important; }
.mt10 { margin-top:10px; }
.ml30 { margin-left:30px; }

/************************************************

	Clear

************************************************/
.clear {
	clear: both;
}
#gnav ul,
#contents_inner,
#header_inner,
#footer_inne, .clearfix{
	zoom:1;
}

#gnav ul:after,
#breadcrumb ul:after,
#contents_inner:after,
#header_inner:after,
#footer_inner:after, .clearfix:after{
	content:''; display:block; clear:both; overflow:hidden;
}

/************************************************

	結果発表

************************************************/

h3.ico_no1 {
	font-size: 150%;
	background: url(../img/ico_no1.png) left top no-repeat;
	padding: 20px 0 10px 85px;
}
h3.ico_no2 {
	font-size: 150%;
	background: url(../img/ico_no2.png) left top no-repeat;
	padding: 20px 0 10px 85px;
}
h3.ico_no3 {
	font-size: 150%;
	background: url(../img/ico_no3.png) left top no-repeat;
	padding: 20px 0 10px 85px;
}
.bx_rank01, .bx_rank02 {
	background: url(../img/bg_border01.png) left bottom repeat-x;
 padding-bottom:15px;
 padding: 15px 0;
}
.bx_rank02 {
	float:left;
	width:48%;
 margin-top: 5px;
 padding: 10px 0;
}
.border_last{
 background:none;
 }
.txt01_re{
 padding-top:0;
 }
.bx_rank01 img, .bx_rank02 img {
 float: left;
 margin: 0 10px 7px 0; 
}
.bx_rank02 img.fl_r {
 float: right;
 margin: 0;
}

.bx_rank02 p {
 font-size: 90%;
}
.bx_rank02 .ico_no {
	margin-bottom: 10px;
}
.bx_rank02 .ico_no span {
 background: url(../img/bg_no.gif) left top no-repeat;
 padding: 10px 20px 10px 14px;
 color: #362621;
 font-size: 120%;
 font-family: Arial;
}
.bx_rank02 .ico_no span.rank {
 padding: 10px 20px 10px 8px;
}
#result .shop_info{
 font-size:0.8em;
 line-height:1.4;
 margin-bottom:0;
 }
#contents #result .shop_info dt {
 float:left;
 margin-right: 5px;
 width: 55px;
 text-align: center;
 border: 1px solid #87B541;
 font-size: 11px;
}
.bx_rank01 .shop_info dt{
 margin-bottom: 23px;
 }


#contents #result .shop_info dd {
 margin-bottom: 5px;
 margin-left:0px;
 line-height: 1.5em;
}
.boder_none{
 border:none !important;
 float:none;
 }
#contents #result .map {
 display: block;
 line-height: 0;
}
#contents #result .map img{
 float:none;
}
.result_data{
 min-width:330px;
 float:left;
 }
.result_txt01{
 display:block;
 line-height: 1.6em;
 }
.bx_rank_r{
 float:right;
 }
.bx_rank02 .ico_no span.rank_10{
 padding: 10px 16px 10px 10px;
}
#result h2{
 color:#FF0;
 }
.bx_rank01_img{
 max-width:550px;
 }


/*SP(1080pxまで)
------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
 .android .coupon{
  max-width:100%;
  }
  
.android	#thanks h2 {
  max-width:100%;
	}
.android #thanks h2 img{
  max-width:520px;
  }
.android .bx_rank01_img img{
 width:100%;
 }
.android .bx_rank02 {
 float: none;
 width: 100%;
}

 
 }

/*SP(970pxまで)
------------------------------------------------------------*/
@media screen and (max-width: 977px) {
.bx02 {
 background:url(../img/shop_bk.jpg) repeat;
 padding: 15px 20px;
 max-width:100% ;
 /*max-width: 250px;*/
 line-height: 1.4;
 height:auto;
 margin: 0 0 20px 0;
 float:none !important;
}
.bx02 .txt_shop01 {
 padding-top:0;
 border-bottom: 1px dotted #fff;
}
.#contents section .li_shop li{
 float: left;
 padding-left: 25px;
 min-width: 27%;
 margin-right: 25px;
 font-size:1.2em;
 }
.shop_box02{
 display:none;
 }
.shop_img01 {
 margin-bottom:15px;
 width:100%;
 }
 .shop_setsumei{
  float:right;
  width:100%;
  }
.btn01 {
 width:100%;
 }
.btn01 img{
 display:block;
 margin:0 auto;
 }
 .shop_img01 {
 width:41%;
 }
 .shop_setsumei{
  float:right;
  width:57%;
  }

 .android .shop_img01{
  float:none;
  width:100%;
  }
  .android .shop_setsumei{
  float:none;
  width:100%;
  }
.result_data {
 float: none;
}


/*SP(880pxまで)
------------------------------------------------------------*/
@media screen and (max-width: 880px) {
	.bx_boshu img {
		width: 20%;
		height: auto;
		top: 13px;
	}
#contents section .li_shop li {
  float: left;
  padding-left: 20px;
  min-width: 27%;
  margin-right: 15px;
  font-size:0.75em;
}
.tbl_shp01{
 line-height: 1.2em;
 text-align: left;
 }
.tbl_shp01 a{
 display: inherit;
 text-align: left;
 }
.kaigyo01{
 word-wrap:break-word;
 }
.shop_box02{
 display:none;
 }
.bx_boshu2_2{
 margin-bottom:20px;
 }
.bx_boshu2_2 table{
 text-align:center !important;
 font-size:0.9em;
 }
.bx_boshu2_2 table,.bx_boshu2_2 tr,.bx_boshu2_2 td{
 border:1px solid #562213;
}
#contents section .bx_boshu2_2 td {
 padding:5px 3px;
 line-height:1.2em;
 vertical-align:middle;
 }
#contents section .bx_boshu2_2 td a {
 /*line-height:1.1em;*/
 }
#contents section .bx_boshu2_2 tr{
 height:28px;
 }
.bx_boshu2_2 span.shop_txt_s01{
 font-size:0.7em;
 }
.bx_boshu2_2 td a:link{
 color:#562213;
 text-decoration:underline;
 }
.bx_boshu2_2 td a:visited{
 color:#562213;
 text-decoration: underline;
 }
.bx_boshu2_2 td a:hover, a:active {
 text-decoration:underline;
 color:#562213;
 }
.shop_img01{
 float:none;
 width:100%;
}
.shop_setsumei{
 float:none;
 width:100%;
}


}

/*SP(770pxまで)
------------------------------------------------------------*/
@media screen and (max-width: 770px) {
.result_data {
 float: left; 
}
.bx_rank01 .bx_rank01_img img{
 width: 100%;
 }
#contents #result .shop_info dt{
 margin-bottom:5px;
 }
#contents #result .map{
 margin-top:5px;
 }
.bx_rank01_img img{
 width:100%;
 }

}

/*SP(641px以上)
------------------------------------------------------------*/
@media screen and (min-width: 641px) {
.shop_box02{
 display:none;
 }

.result_txt01{
 float:left;
 }
 
 }

/*SP(640pxまで)
------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;　
	}
	.txt01 {
		line-height: 1.6em;
	}
	#container {
		background: url(../img/bg_yakitori.gif) top center repeat;
		background-size: 500px auto;
		-webkit-background-size: 500px auto;
		-moz-background-size: 500px auto;
		-o-background-size: 500px auto;
		-ms-background-size: 500px auto;

	}
	#header {
		background-size: auto 45px;
		-webkit-background-size: auto 45px;
		-moz-background-size: auto 45px;
		-o-background-size: auto 45px;
		-ms-background-size: auto 45px;
	}
	#logo img {
		margin: 60px 0 10px 0;
	}
	#contents_inner {
		padding: 20px 10px 0;
	}
	#gnav li a {
		padding: 10px 5px;
		font-size: 90%;
	}
	#gnav li:last-child a {
		padding: 10px 15px 10px 10px;
	}
	#gnav li.boshu a {
		font-size: 120%;
	}
	#totop {
		width: 59px;
	}
	#footer_inner {
		margin: 0 auto 20px;
	}
	#copy {
		letter-spacing: 0;
	}
	.bx_boshu {
		margin: 0 0 20px 0;
	}
.shop_box01{
 display:none;
 }
.shop_box02{
 display:block;
 }
	#footer p.txt_att {
		font-size: 70%;
		margin:	10px 10px 30px;
	}
	#boshu h3 {
		padding: 5px 0 5px 30px;
		margin-bottom: 15px;
		font-size: 120%;
		background: url(../img/bg_h3.png) left center no-repeat;
		background-size: 30px auto;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-o-background-size: 30px auto;
		-ms-background-size: 30px auto;
	}
.bx_boshu2 h4 {
 padding: 12px;
 }
.bx_boshu2 h4 p {
 font-size:0.8em;
 }
	#boshu h2 {
		font-size: 130%;
	}
	.bx_yakitori h2 {
		font-size: 110%;
		padding: 15px 10px;
	}
	.bx_yakitori h2 span {
		width: 80px;
		font-size: 10px;
		padding: 33px 0;
	}
	.bx_yakitori div.txt01 {
		margin-bottom: 20px;
	}
	.bx_boshu p {
		font-size: 160%;
		margin-left: -10px;
	}
	.bx_boshu dl {
		font-size: 110%;
		padding: 10px;
	}
	.bx_boshu dt {
		float: none;
		text-align: center;
		margin: 0 auto 10px;
		width: 100%;
	}
	.bx_boshu dd {
		float: none;
	}

.bx02{
 background:url(../img/shop_bk.jpg) repeat;
 padding:10px;
 }
.to_shoplist{
 display:block;
 float: right;
 margin: -10px 0 20px 0;
 font-size: 12px;
 border: 1px solid #87B541;
 padding: 0 8px 0 27px;
 background: url(../img/ico_arrow.png) 5px center no-repeat;
 background-size: 15px 15px;
 -webkit-background-size: 15px 15px;
 }
.to_shoplist a{
 text-decoration:none;
 }
.btn01 {
 width:92%;
 }
.btn01 img{
 display:block;
 margin:0 auto;
 }
.shop_info {
  margin-bottom: 0;
}
 .shop_img01{
  float:none;
  width:100%;
  }
  .shop_setsumei{
  float:none;
  width:100%;
  }
.result_data {
 min-width: 100%;
 }  

h3.ico_no1 {
	font-size: 120%;
	background: url(../img/ico_no1_sp.png) left top no-repeat;
	padding: 18px 0 15px 65px;
}
h3.ico_no2 {
	font-size: 120%;
	background: url(../img/ico_no2_sp.png) left top no-repeat;
	padding: 18px 0 15px 65px;
}
h3.ico_no3 {
	font-size: 120%;
	background: url(../img/ico_no3_sp.png) left top no-repeat;
	padding: 18px 0 15px 65px;
}
.bx_rank02{
 float:none;
 width:100%;
 }
h3.ico_no1 {
 padding: 18px 0 7px 65px;
}
h3.ico_no2 {
 padding: 18px 0 7px 65px;
}
h3.ico_no3 {
 padding: 18px 0 7px 65px;
}



/*--------------------
	form
--------------------*/
#form h2{
 font-size:1.1em;
 padding:10px;
 }
#form .tbl_form01 th, #form .tbl_form01 td{
 padding: 2px 5px;
 }
#form .tbl_form01{
 margin-bottom:20px;
 }
.form_txt01{
 padding:10px;
 }
#form .tbl_form01 th{
 font-size:0.8em;
 }
.form_kaisethu{
 font-size:0.8em;
 }
/*--------------------
	thanks
--------------------*/
#thanks{
 padding:10px;
 overflow:hidden;
 }
#thanks h2{
 margin-top:20px;
 }
#print{
 width:60%;
 }
#thanks .txt_att{
 font-size:0.8em;
 padding:0 10px;
 }
#thanks .shop_info dd {
 margin-left:62px;
 }
 
 
 
}


