@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 82%;
	color: #231815;
	line-height: 1.6;
	height: 100%;
	background-color: #221815;
	-webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body.page {
	background-color: #e5e3de;
}

a:link { color: #231815; }
a:visited { color: #231815; }
a:hover { color: #231815; text-decoration: underline; }
a:active { color: #231815; }

#wrap{
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}

/***********************************/
/* header */
/***********************************/
header {
	padding: 14px 60px 0;
	margin-bottom: -1px;
	background: url(../images/bg_line.png) no-repeat 0 bottom;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

header h1 {
	padding-bottom: 25px;
	float: left;
}

header .link {
	margin-top: 2px;
	float: right;
}

header .link li {
	margin-right: 15px;
	float: left;
}

header .link li.tw {
	margin-right: 10px;
	padding-left: 5px;
}

header .link li.fb {
	margin-right: 0;
}

header #tel {
	position: absolute;
	bottom: 10px;
	right: 60px;
}

body.page header {
	padding-bottom: 25px;
}

body.page header #logo {
	margin-right: 30px;
	float: left;
}

body.page header h1 {
	padding-bottom: 0;
	margin-top: 15px;
	float: left;
}

/***********************************/
/* content */
/***********************************/
#content {
	width: 100%;
}


/*** news ***/

#news {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background: url(../images/bg_line_gray.png) no-repeat 0 bottom;
	position: relative;
	z-index: 10;
}

#news #news_inner {
	padding: 10px 60px 6px;
	background-color: #e1ded9;
}

#news #news_ttl {
	margin-right: 20px;
	float: left;
}

#news #news_ttl img {
	vertical-align: top;
}

#news .ticker {
  position: relative;
  overflow: hidden;
}

#news .ticker ul {
  width: 100%;
  position: relative;
}

#news .ticker ul li {
  width: 100%;
  display: none;
}


/*** keyvisual ***/

#keyvisual {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	background: url(../images/bg_line2.png) no-repeat 0 bottom;
	position: relative;
	/*z-index: 500;*/
}

#keyvisual #keyslider {
	width: 1000px;
	height: 450px;
	position: relative;
	overflow: hidden;
}

#keyvisual #keyslider li {
	width: 1000px;
	height: 450px;
	float: left;
}

#keyvisual .bx-pager {
	display: none;
}

#keyvisual .bx-wrapper {
	margin: 0 auto;
}

#keyvisual .controls a {
	width: 17px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	position: absolute;
}

#keyvisual .controls .bx-prev {
	background: url(../images/btn_arrow_left.png) no-repeat 0 0;
	top: 210px;
	left: 60px;
}

#keyvisual .controls .bx-next {
	background: url(../images/btn_arrow_right.png) no-repeat 0 0;
	top: 210px;
	right: 60px;
}

#keyvisual .controls { display: none; }
#keyvisual .hover .controls { display: block; }


/*** global ***/

#global {
	margin-top: -1px;
	margin-bottom: 40px;
	background-color: #ffffff;
	position: relative;
	z-index: 9999;
	padding-top: 9px;
}

#global:before {
	content: "";
	height: 11px;
	width: 1000px;
	background: url(../images/bg_line_nav2.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	zoom: 1;
}

#global:before , nav {/* ie7 */
	before: "";
  content: "" ;
}

#global .before {/* ie7 */
	height: 11px;
	width: 1000px;
	background: url(../images/bg_line_nav2.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	zoom: 1;
}

#global ul {
	padding-left: 64px;
	background: url(../images/bg_global.png) no-repeat 0 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 10;
}

#global ul li {
	margin-right: 3px;
	float: left;
}

#global ul li a {
	width: 172px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}


#global ul li.nav_home a { background: url(../images/global.png) no-repeat 0 0; }
#global ul li.nav_point a { background: url(../images/global.png) no-repeat -172px 0; }
#global ul li.nav_menu a { background: url(../images/global.png) no-repeat -344px 0; }
#global ul li.nav_space a { background: url(../images/global.png) no-repeat -516px 0; }
#global ul li.nav_profile a { background: url(../images/global.png) no-repeat -688px 0; }

#global ul li.current a#nav_home { background: url(../images/global.png) no-repeat 0 -49px; }
#global ul li.current a#nav_point { background: url(../images/global.png) no-repeat -172px -49px; }
#global ul li.current a#nav_menu { background: url(../images/global.png) no-repeat -344px -49px; }
#global ul li.current a#nav_space { background: url(../images/global.png) no-repeat -516px -49px; }
#global ul li.current a#nav_profile { background: url(../images/global.png) no-repeat -688px -49px; }

#global ul li:hover a#nav_home { background: url(../images/global.png) no-repeat 0 -49px; }
#global ul li:hover a#nav_point { background: url(../images/global.png) no-repeat -172px -49px; }
#global ul li:hover a#nav_menu { background: url(../images/global.png) no-repeat -344px -49px; }
#global ul li:hover a#nav_space { background: url(../images/global.png) no-repeat -516px -49px; }
#global ul li:hover a#nav_profile { background: url(../images/global.png) no-repeat -688px -49px; }

/***********************************
 * main
 */
 
#recommend_iframe {
	width: 100%;
	min-height: 370px;
}
 
.home #recommend {
	padding: 0 60px;
	margin-bottom: 40px;
	overflow: hidden;
	zoom: 1;
}

.home #recommend h2 {
	width: 90px;
	height: 310px;
	margin-right: 27px;
	float: left;
}

.home #recommend ul {
	width: 763px;
	float: left;
}

.home #recommend ul li {
	width: 227px;
	margin-right: 41px;
	float: left;
}

.home #recommend ul li:nth-child(3n) {
	margin-right: 0;
}

.home #recommend ul li .recommend_photo {
	margin-bottom: 10px;
}

.home #recommend ul li h3 {
	font-size: 154%;
	padding-bottom: 8px;
	background: url(../../images/bg_line_recommend.png) no-repeat 0 bottom;
}

.home #recommend ul li .price {
	font-size: 124%;
	margin-bottom: 5px;
	display: inline;
}

.home #recommend ul li .price span {
	font-size: 125%;
	font-weight: normal;
}

.home #recommend ul li .price p {
}


/*** section common ***/

section {
	padding: 0 60px;
}

.home section .visual {
	width: 880px;
	height: 400px;
}

.home section h2 {
	padding: 70px 0 0 55px;
}

.home section .pagetop {
	text-align: right;
	padding-bottom: 35px;
	clear: both;
}

.home section .pagetop a:hover,
.home .more a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;
}

.home #point .visual { background: url(../../images/bg_point.jpg) no-repeat 0 0; }
.home #menu .visual { background: url(../../images/bg_menu.jpg) no-repeat 0 0; }
.home #space .visual { background: url(../../images/bg_space.jpg) no-repeat 0 0; }
.home #profile .visual { background: url(../../images/bg_profile.jpg) no-repeat 0 0; }


/*** point ***/

.home #point {
	background-color: #e5e3df;
}

.home #point .visual {
	margin-bottom: 35px;
}

.home #point ul {
	overflow: hidden;
	zoom: 1;
}

.home #point ul li {
	width: 420px;
	margin-bottom: 35px;
	float: left;
}

.home #point ul li:nth-child(2n) {
	float: right;
}

.home #point ul li h3 {
	margin-bottom: 18px;
}

.home #point ul li p {
	width: 160px;
	float: left;
}

.home #point ul li figure {
	width: 245px;
	float: right;
}

.home #point ul li.vegetable {
	position: relative;
}

.home #point ul li.vegetable figure {
	position: absolute;
	top: 35px;
	right: 0;
}


/*** menu ***/

.home #menu {
}

.home #menu .visual {
	margin-bottom: 35px;
}

.home #menu .lead {
	margin-bottom: 40px;
}

.home #menu .menu {
	margin-bottom: 30px;
}

.home #menu .menu h3 {
	margin-bottom: 25px;
}


/* course */

.home #menu #course ul {
	overflow: hidden;
	zoom: 1;
}

.home #menu #course ul li {
	width: 267px;
	min-height: 350px;
	margin-right: 39px;
	position: relative;
	float: left;
}

.home #menu #course ul li:last-child {
	margin-right: 0;
}

.home #menu #course ul li .menu_photo {
	margin-bottom: 10px;
}

.home #menu #course ul li h4 {
	font-size: 154%;
	padding-bottom: 8px;
	background: url(../../images/bg_line_course.png) no-repeat 0 bottom;
}

.home #menu #course ul li .price {
	font-size: 124%;
	margin-bottom: 5px;
	display: inline;
}

.home #menu #course ul li .price span {
	font-size: 125%;
	font-weight: normal;
}

.home #menu #course ul li p.more {
	position: absolute;
	bottom: 0;
	right: 0;
}


/* yakiniku */

.home #menu #yakiniku {
	overflow: hidden;
	zoom: 1;
}

.home #menu .column {
	margin-right: 25px;
	float: left;
}

.home #menu .column div {
	line-height: 1.7;
	margin-bottom: 2em;
}

.home #menu .last {
	margin-right: 0;
}

.home #menu .column h4 {
	font-weight: bold;
}

.home #menu .column dl {
	width: 200px;
}

.home #menu .column dl dt {
	float: left;
}

.home #menu .column dl dd {
	text-align: right;
}

.home #menu .more { clear: both; }
.home #menu .more p { float: left; background-color: #ffffff;/*android*/ }
.home #menu .more a { float: right; }

.home #menu #yakiniku figure {
	float: right;
}


/* alcohol */

.home #menu #alcohol {
	overflow: hidden;
	zoom: 1;
}

.home #menu #alcohol h4 span {
	float: right;
	font-weight: normal;
}

.home #menu #alcohol .column {
	margin-bottom: 2em;
}

.home #menu #alcohol .column div {
	margin-bottom: 0;
}
.home #menu #alcohol dl .kerning {
	letter-spacing: -0.1em;
}


/*** space ***/

.home #space {
	background-color: #e5e3df;
}

.home #space .visual {
	margin-bottom: 45px;
}

.home #space ul {
	overflow: hidden;
	zoom: 1;
}

.home #space ul li {
	width: 420px;
	margin-bottom: 45px;
	float: left;
}

.home #space ul li:nth-of-type(even) {
	float: right;
}

.home #space ul li .space_photo {
	float: left;
}

.home #space ul li .detail {
	width: 205px;
	float: left;
}

.home #space ul li .detail h3 {
	margin-top: 5px;
	margin-bottom: 12px;
	padding-left: 20px;
	padding-bottom: 15px;
	background: url(../../images/bg_line_space.png) no-repeat 0 bottom;
}

.home #space ul li .detail p {
	margin-left: 20px;
}


/*** profile ***/

.home #profile {
	padding: 0;
	color: #ffffff;
	background-color: #221815;
	overflow: hidden;
	zoom: 1;
}

.home #profile .visual {
	margin: 0 auto;
	margin-bottom: 45px;
}

.home #profile #profile_detail {
	width: 880px;
	margin: 0 auto;
	background: url(../../images/bg_profile_map.png) no-repeat right 0;
}

.home #profile #profile_logo {
	margin-bottom: 25px;
}

.home #profile #profile_detail address {
	line-height: 1.9;
	margin-bottom: 8px;
}

.home #profile #profile_detail dl {
	line-height: 1.3;
	margin-top: 5px;
	overflow: hidden;
	zoom: 1;
}

.home #profile #profile_detail dl dt {
	width: 60px;
	color: #221815;
	text-align: center;
	margin: 0 5px 5px 0;
	background: #ffffff;
	float: left;
}

.home #profile #profile_detail dl dd {
	margin-bottom: 5px;
}

.home #profile #profile_detail .access {
	margin-top: 45px;
}

/*.home #profile #profile_map {
	width: 220px;
	padding: 10px 60px 0 310px;
	background: url(../../images/bg_profile_map.png) no-repeat 0 10px;
	float: right;
}

.home #profile #profile_map div {
	width: 220px;
	font-size: 93%;
}

.home #profile #profile_map h3 {
	margin-bottom: 28px;
}

.home #profile #profile_map h4 {
	margin-bottom: 7px;
}

.home #profile #profile_map p {
	margin-bottom: 25px;
}*/

.home #profile #gmap {
	width: 1000px;
	height: 440px;
}

.home #profile .pagetop {
	width: 880px;
	margin: 0 auto;
}

/***********************************/
/* footer */
/***********************************/
footer {
	height: 50px;
	text-align: center;
	padding-top: 30px;
	background: url(../images/bg_line.png) no-repeat 0 0;
}



/***********************************/
/* sp */
/***********************************/
.sp #point ul li {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}
.sp #point ul li:nth-child(2n) {
	float: none;
}
.sp #point ul li h3 {
	margin-bottom: 18px;
}
.sp #point ul li p {
	width: 410px;
	font-size: 185%;
	background-color: #e5e3df;
	float: left;
}
.sp #point ul li figure {
	width: 420px;
	float: right;
}
.sp #point ul li figure img {
	width: 100%;
	height: auto;
}
.sp #point ul li.vegetable figure {
	position: static;
	top: 0;
	right: 0;
}

.sp #menu .column {
	margin-right: 0;
	float: none;
}
.sp #menu .column h4 {
	font-size: 216%;
}
.sp #menu .column h5 {
	font-size: 154%;
}
.sp #menu .column dl {
	width: 100%;
	font-size: 216%;
}
.sp #menu #yakiniku figure {
	float: none;
	text-align: center;
	margin-bottom: 40px;
}
.sp #menu #alcohol figure {
	text-align: center;
}
.sp #menu #alcohol .column div {
	margin-bottom: 2em;
}

.sp #space ul li {
	width: 100%;
	margin-bottom: 45px;
	float: none;
	overflow: hidden;
	zoom: 1;
}
.sp #space ul li:nth-of-type(even) {
	float: none;
}
.sp #space ul li .space_photo {
	width: 420px;
	float: left;
}
.sp #space ul li .space_photo img {
	width: 100%;
	height: auto;
}
.sp #space ul li .detail {
	width: 460px;
	float: left;
}
.sp #space ul li .detail h3 {
	background: url(../../images/bg_line_space.png) repeat-x 0 bottom;
}
.sp #space ul li .detail p {
	font-size: 185%;
	background-color: #e5e3df;
}

/* tel */

.home #tel_sp { display: none; }
.sp #tel { display: none; }
.sp #tel_sp {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 60px;
}

.home #profile_tel_sp { display: none; }
.sp #profile_tel { display: none; }
.sp #profile_tel_sp { display: block; }