@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
html,body{
  width: 100%;
  height: 100%;
}
img, object, embed, video {
	max-width: 100%;
}
.title {
	color: #514031;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #7f5835;
	padding: 0;
	width: 30px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#hr-color {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ffffff;
	padding: 0;
	width: 30px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/*--------------------class--------------------*/
.icon {
	color: #7f5835;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
}
a:hover img.link-img {
	position: relative;
	top: 1px;
	left: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none!important;
}
.title {
	margin-bottom: 30px;
	font-family: 'Josefin Slab', serif;
	letter-spacing: 0.3em;
}
.link {
	color: #3cb371;
	text-decoration: none;
	border: 1px solid #3cb371;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.link:hover {
	color: #46702F;
	border: 1px solid #46702F;
}
/*--------------------header--------------------*/
header {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.8s;
	transition: all 0.4s;
}
#navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#nav-logo-white img {
	display: none;
}
#right-menu {
	position: fixed;
	z-index: 999;
	top: 25px;
	right: 10px;
	padding: 5px;
}
#right-menu img {
	width: 40px;
	display: block;
}
#left-homelink img {
	width: 50px;
}
#left-homelink {
	position: fixed;
	z-index: 999;
	top : 30px;
	left: 0;
}
#left-homelink:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none!important;
}
#left-tellink img {
	width: 50px;
}
#left-tellink {
	position: fixed;
	z-index: 999;
	top : 30px;
	left: 0;
}
#left-tellink:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none!important;
}

/*--------------------mainv--------------------*/
#main-v {
	background: #FF9;
	position: relative;
	display: block;
	z-index: 0;
	background-color: #330000;
}
#main-v ul.bxslider {
	padding: 0;
	margin: 0;
}
.bxslider li {
	background: center / cover no-repeat;
}
/*--------------------inwrap--------------------*/
#inwrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	z-index: 5;
	position: absolute;
	top: 50%;
	margin-top: -160px;
}
#main-v #inwrap {
	color: #FFF;
}
#inwrap #logo {
	margin-bottom: 30px;
}
#inwrap #logo img {
	width: 185px;
}
#main-v #inwrap .tel:hover{
	color: #8BC288;
	border: thin solid #8BC288;
}
#angle-down {
	position: absolute;
	bottom: 8%;
	left: 50%;
	width: 50px;
	margin-left: -25px;
}
/*--------------------concept--------------------*/
#concept {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../img/concept_bg_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#concept-wrap {
	width: 90%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#concept-text {
	text-align: left;
	color: #7f5835;
	margin-top: 30px;
	margin-bottom: 70px;
}
#link-wrap p {
	margin-bottom: 50px;
}
/*--------------------news--------------------*/
#news {
	background-color: #514031;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
#news-wrap-right .icon img {
	width: 30px;
}
#news-wrap-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#news-wrap-left img {
	padding-bottom: 30px;
}
#news-wrap-right .title {
	width: 200px;
	margin: 0 auto;
}
#news-wrap-right .icon {
	color: #FFF;
}
#news-wrap-right .text {
	color: #FFF;
	margin-bottom: 70px;
	text-align: left;
}
#news-wrap-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*--------------------access--------------------*/
#access {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-image: url(../img/concept_bg_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#map{
	position: relative;
	padding-bottom: 65%;
	overflow: hidden;
}
#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#access-wrap-left p {
	font-size: 11px;
	letter-spacing: 1px;
}
.inner-icon img {
	width: 12px;
	vertical-align: text-top;
}
#access-wrap-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
	color: #7f5835;
	margin-bottom: 30px;
}
#access-wrap-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#access-tellink p {
	display: block;
	border: 2px solid #3cb371;
	padding: 10px;
	color: #3cb371;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
#access_wrap a {
	text-decoration: none;
	color: #3cb371;
}
#access_wrap a:hover {
	color: #46702F;
}
/*--------------------footer--------------------*/
footer {
	background-color: #514031;
	padding-top: 30px;
}
#footer-nav ul li {
	list-style-type: none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	line-height: 1em;
}
#footer-wrap p {
	color: #FFF;
}
#footer-nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer-nav a:hover {
	color: #8BC288;
}
#footer-wrap img {
	width: 40px;
	margin-right: 10px;
}
#footer-wrap .tel img {
	width: 40px;
}
#footer-wrap #footer-nav ul {
	text-align: center;
	padding-left: 0px;
}
#copyright {
	font-size: 10px;
}
#copyright a {
	font-size: 10px;
}
#footer-wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
/*--------------------page top--------------------*/
#pageTop{
    position:fixed;
	right: 10px;
    bottom:20px;
    text-align:center;
}
#pageTop img:hover{
    opacity: 0.7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none!important;
}
#pageTop a{
    text-decoration:none;
    display:block;
	cursor:pointer;
}
#pageTop img{
	width: 45px;
}

/*-------------------- < about stagione > --------------------*/
#main-v-02 {
	background-size: cover;
	height: 200px;
	position: relative;
	background-image: url(../img/concept_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
#main-v-02 h2 img {
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	margin-top: -21.5px;
	margin-left: -125px;
	
}
#main-v-02 h2 {
	margin: 0;
}
#concept-contents p{
	text-align: left;
	color: #7f5835;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 0.3em;
	line-height: 2em;
}
#section-wrap {
	background-image: url(../img/concept_bg_2.jpg);
}
#concept-1 {
	text-align: center;
	background-image: url(../img/concept_bg_1.jpg);
	background-size: cover;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
#concept-1-text {
	display: block;
	margin-right: auto;
	margin-left: auto;
	min-width: 250px;
	max-width: 400px;
	letter-spacing: 0.3em;
	line-height: 2.5em;
}

#concept-2 {
	text-align: center;
}
#concept-pt-2 img {
	width: 100%;
}
#concept-3 {
	text-align: center;
}
#concept-pt-3 img {
	width: 100%;
}
#subtitle1 img {
	width: 230px;
}
#subtitle2-1 img, #subtitle2-2 img {
	width: 260px;
	padding-top: 30px;
}
#subtitle2-1 {
	display: block;
}
#subtitle2-2 {
	display: none;
}
#subtitle3-1 img, #subtitle3-2 img {
	width: 170px;
	padding-top: 30px;
}
#subtitle3-1 {
	display: block;
}
#subtitle3-2 {
	display: none;
}
#owner-name {
	float: right;
}
/*-------------------- < menu&drink > --------------------*/
#main-v-03 {
	background-size: cover;
	height: 200px;
	position: relative;
	background-image: url(../img/menu&drink_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
#main-v-03 h2 img {
	position: absolute;
	width: 200px;
	top: 50%;
	left: 50%;
	margin-top: -21.5px;
	margin-left: -100px;
	
}
#main-v-03 h2 {
	margin: 0;
}
#menu_list_nav ul {
	list-style: none;
	padding: 0;
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu_list_nav li {
	display: inline-block;
}
#menu_list_nav li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
#menu_list_nav li a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none!important;
}
#lunch_menu, #dinner_menu,#drink_menu {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 30px;
}
#lunch_menu .title img {
	width: 280px;
}
#dinner_menu .title img {
	width: 280px;
}
#drink_menu .title img {
	width: 280px;
}
#tabwrap {
	width: 100%;
	display: block;
} 
.time p {
	color: #7f5835;
	font-family: 'Josefin Slab', serif;
	font-size: 16px;
	font-weight: 600;
}
.time #time-1 {
	margin-bottom: 5px;
}
.time .text-1 {
	font-family: sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.time .text-2 {
	font-size: 13px;
}
.time #time-2 {
	margin-top: 0px;
	margin-bottom: 50px;
}
.time #time-lunch {
	margin-bottom: 50px;
}
#time-3 {
	margin-bottom: 50px;
}
#tabwrap1 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
}
ul.tabs li {
	display: inline-block;
	width: 133px;
	font-size: 16px; 
}
ul.tabs li a {
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 15px 24% 5px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 10px 10px 0 0;
	border: 2px solid #B2977F;
	border-bottom: 0;
	color: #B2977F;
	font-family: 'Josefin Slab', serif;
	font-weight: 600;
	font-size: 18px;
}
ul.tabs li a.selected {
	text-decoration: none;
	background-color: #FDF5E6;
	padding: 15px 24% 7px;
	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 10px 10px 0 0;
	border: 2px solid #7f5835;
	border-bottom: 0;
	color: #7f5835;

}
ul.tab_content {
	list-style: none;
	clear: both;
	border: 2px solid #7f5835;
	padding: 30px 0;
	margin: 0;
	background-color: #FDF5E6;
}
#tabwrap2 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
ul.tabs2 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
}
ul.tabs2 li {
	display: inline-block;
	width: 84px; 
	font-size: 16px;
}
ul.tabs2 li a {
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 15px 10% 5px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 10px 10px 0 0;
	border: 2px solid #B2977F;
	border-bottom: 0;
	color: #B2977F;
	font-family: 'Josefin Slab', serif;
	font-weight: 600;
	font-size: 18px;
}
ul.tabs2 li a.selected {
	text-decoration: none;
	background-color: #FDF5E6;
	padding: 15px 10% 7px;
	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 10px 10px 0 0;
	border: 2px solid #7f5835;
	border-bottom: 0;
	color: #7f5835;

}
ul.tab_content2{
	list-style: none;
	clear: both;
	border: 2px solid #7f5835;
	padding: 30px 0;
	margin: 0;
	background-color: #FDF5E6;
}
#tabwrap3 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
ul.tabs3 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
}
ul.tabs3 li {
	display: inline-block;
	width: 133px;
	font-size: 16px; 
}
ul.tabs3 li a {
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 15px 24% 5px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 10px 10px 0 0;
	border: 2px solid #B2977F;
	border-bottom: 0;
	color: #B2977F;
	font-family: 'Josefin Slab', serif;
	font-weight: 600;
	font-size: 18px;
}
ul.tabs3 li a.selected {
	text-decoration: none;
	background-color: #FDF5E6;
	padding: 15px 24% 7px;
	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 10px 10px 0 0;
	border: 2px solid #7f5835;
	border-bottom: 0;
	color: #7f5835;

}
ul.tab_content3 {
	list-style: none;
	clear: both;
	border: 2px solid #7f5835;
	padding: 30px 0;
	margin: 0;
	background-color: #FDF5E6;
}
#menu_drink_contents {
	background-image: url(../img/concept_bg_2.jpg);
	padding-top: 50px;
	z-index: 1;
}
#menu_list_nav {
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#menu_list_nav ul li {
	width: 31.66%;
	max-width: 110px;
	line-height: 2.5em;
	border-radius: 5px;
}

.menu_text_wrap {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}
.menu_text_wrap p {
	margin-bottom: 35px;
}
.menu_text_wrap .secondpatto {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.menu_text_wrap .dinner_img_width{
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.menu_text_wrap p {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.menu_text_wrap .other_title {
	width: 160px;
}
.menu_text_wrap .drin-text {
	color: #7f5835;
	width: 250px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
.menu_text_wrap .drin-text a {
	text-decoration: none;
	color: #3cb371;
}
.menu_text_wrap .drin-text a:hover {
	color: #006400;
}
.menu_text_wrap table {
	color: #7f5835;
	width: 230px;
	margin-top: 50px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
td {
	padding: 10px 0;
}
.td-right-1 {
	padding-left: 20px;
}
#Drink2 .menu_text_wrap table {
	color: #7f5835;
	width: 250px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.td-right-2 {
	padding-left: 15px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#concept-text {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#news-wrap-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#news-wrap-right .text {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#access-wrap-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#access_wrap {
	margin-right: auto;
	margin-left: auto;
	width: 285px;
	text-align: left;
}
#footer-wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#news-wrap-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#access-wrap-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#heading-logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*-------------------- < menu&drink > --------------------*/
#menu_list_nav ul li {
	width: 110px;
	padding: 0 10px;
}
ul.tabs li {
	width: 203px; 
}
ul.tabs li a {
	padding: 15px 33% 5px;
}
ul.tabs li a.selected {
	padding: 15px 33% 7px;
}
ul.tabs2 li {
	width: 140px; 
}
ul.tabs2 li a {
	padding: 15px 25% 5px;
}
ul.tabs2 li a.selected {
	padding: 15px 25% 7px;
}
.menu_text_wrap .drin-text{
	width: 350px;
}
.menu_text_wrap table {
	width: 280px;
}
.td-right-1 {
	padding-left: 70px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
hr { 
margin-bottom: 60px;
}
#hr-color { 
margin-bottom: 60px;
}
.title {
	margin-bottom: 30px;
}
header h1 {
	margin: 0;
}
#left-homelink {
	display: none;
}
#left-tellink {
	display: none;
}
#right-menu img {
	display: none;
}
#close-text {
	display: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-image: url(../img/nav_logo.png);
	background-repeat: no-repeat;
	background-size: 180px 35px;
	background-position: 20px 7px;
}
nav {
	background-color: rgba(106,76,51,0.3);
	height: 50px;
}
#nav-logo-white img {
	display: block;
	position: absolute;
	width: 180px;
	padding-top: 7px;
	padding-left: 20px;
}
#navbar {
	position: relative;
	top: 15px;
	right: 15px;
	width: 100%;
	display: inline-block;
}
.header-nav{
	position: absolute;
	right: 35px;
}
.header-link{
	display: block;
	position: absolute;
	right: 10px;
}
#navbar ul li {
	display: inline-block;
	float: left;
}
.header-link ul li {
	display: inline-block;
	float: left;
}
.header-link img {
	width: 20px;
	pading-right: 10px;
}
#navbar ul li a {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
#concept {
	padding-top: 100px;
	padding-bottom: 100px;
}
#concept-text {
	margin-bottom: 100px;
}
#news {
	padding-top: 100px;
	padding-bottom: 100px;
}
#news-wrap-right {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#news-wrap-right .text {
	margin-bottom: 100px;
}
#access {
	padding-top: 100px;
	padding-bottom: 100px;
}
#access-wrap-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#news-wrap-left img{
	padding-bottom: 0;
}
#map {
	padding-bottom: 56%;
}
#footer-wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#news-wrap-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#access-wrap-right {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
#heading-logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageTop{
    right:20px;
    bottom:20px;
}
/*-------------------- < about-stagione > --------------------*/
#main-v-02 {
	height: 350px;
}
#concept-1 {
	height: 450px;
}
#concept-pt-2 img {
	display: none;
}
#concept-2 {
	min-height: 500px;
	height: 650px;
	background-image: url(../img/concept-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#concept-text-left {
	min-width: 300px;
	max-width: 500px;
	text-align: center;
}
#concept-text-left h2 {
	color: #fff;
	padding-top:50px;
}
#concept-text-left p {
	color: #FFF;
	letter-spacing: 0.3em;
	line-height: 2.5em;
}
#concept-pt-3 img {
	display: none;
}
#concept-3 {
	min-height: 500px;
	height: 650px;
	background-image: url(../img/concept-bg-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#concept-text-right {
	min-width: 300px;
	max-width: 500px;
	text-align: center;
	float: right;
	clear: both;
	
}
#concept-text-right h2 {
	color: #fff;
	padding-top:50px;
}
#concept-text-right p {
	color: #FFF;
	letter-spacing: 0.3em;
	line-height: 2.5em;
}
.hr-select {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#subtitle2-1 {
	display: none;
}
#subtitle2-2 {
	display: block;
}
#subtitle3-1 {
	display: none;
}
#subtitle3-2 {
	display: block;
}
/*-------------------- < menu&drink > --------------------*/
#main-v-03 {
	height: 350px;
}
#dinner_menu h3, #drink_menu h3 {
	padding-top: 30px;
}
#lunch_menu hr ,#dinner_menu hr {
	margin-bottom: 30px;
}
ul.tabs2 li {
	width: 190px; 
}
ul.tabs2 li a {
	padding: 15px 32% 5px;
}
ul.tabs2 li a.selected {
	padding: 15px 32% 7px;
}
.menu_text_wrap p {
	margin-bottom: 50px;
}
.menu_text_wrap .dinner_img_width{
	width: 260px;
}
.menu_text_wrap .drin-text{
	width: 450px;
}
#Drink2 .menu_text_wrap table {
	width: 260px;
}
.td-right-2 {
	padding-left: 25px;
}
}

@media only screen and (min-width: 1024px){
	body {
		font-size: 14px;
	}
	#access_wrap {
		width: 350px;
	}
	#access-wrap-left p {
		font-size: 14px;
	}
	#map {
		padding-bottom: 75%;
	}
}
/*----------------------------------------*/

.tax p {
	color: ;
	font-size: 10px;
}
