@charset "utf-8";
@-ms-viewport {
	width: auto !important;
	initial-scale: 1;
}
@viewport {
	width: device-width;
	initial-scale: 1;
}
.pc_v {
}
.sp_v {
	display: none !important;
}
html {
	height: 100%;
	display: block;
	position: relative;
}
body {
	height: 100%;
	font-size: 13px;
	line-height: 180%;
	display: block;
	position: relative;
	margin: 0;
}
#body-in {
	height: 100%;
	position: relative;
}
section {
	width: 100%;
	padding: 70px 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	outline: none;
	color: inherit;
}
img {
	vertical-align: top;
}
.splogo {
	display: none;
}
.fl_wrap {
	clear: both;
	overflow: hidden;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.btn_1 {
	font-size: 20px;
	color: #fff;
	padding: 10px;
	border: 1px solid #fff;
	font-weight: normal;
}
.btn_2 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 0 8px;
	border: 1px solid #000;
	background: #c5c5c5;
	display: inline-block;
	vertical-align: middle;
}
h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 19px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	color: #930a15;
	margin-bottom: 20px;
	font-weight: bold;
}
h5 {
	font-size: 15px;
	margin-bottom: 20px;
}
.nav-logo {
	font-weight: 700;
	float: left;
	padding: 12px 40px 8px 20px;
	font-size: 1.2em;
}
#nav-wrap .logo_pc img {
	width: 40px;
	height: auto;
	float: left;
}
.black,
.black p a,
.black a {
	color: black !important;
	border-top-color: black !important;
	border-left-color: black !important;
	border-right-color: black !important;
	border-bottom-color: black !important;
}
.black-bg {
	background: rgba(0, 0, 0, 0.5) !important;
}
.black p:after {
	color: black !important;
}
.white,
.white li a,
.white p a {
	color: white !important;
	border-top-color: white !important;
	border-left-color: white !important;
	border-right-color: white !important;
	border-bottom-color: white !important;
}
.white p:after {
	color: white !important;
}

.white-bg {
	background: white !important;
}
#about .important {
	background-color: #ffffff;
	border: 10px solid gray;
	padding: 20px;
	color: black;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 2em;
}

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

  width

---------------------------------*/
#nav-wrap,
#breadcrumb,
.about-in,
.information-in,
.blog-in,
.btn-wrap,
#insta,
#map,
#shokuzai,
#floormap,
#gallery,
#shopinfo {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
/*---------------------------------

  追従エリア

---------------------------------*/
.window_right {
	position: fixed;
	bottom: 200px;
	right: 0;
	width: 42px;
	height: auto;
	display: inline-block;
	z-index: 98;
}
.window_right img {
	width: 100%;
	height: auto;
}
#nav #sns {
	position: fixed;
	bottom: 350px;
	right: 10px;
	z-index: 99;
}
#nav #sns a {
	display: block;
	width: 31px;
	margin: 0 0 10px;
}
#nav #sns a img {
	width: 100%;
	height: auto;
}
/*---------------------------------

  ヘッダー

---------------------------------*/
#nav-wrap2 {
	width: 100%;
	padding-bottom: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
#nav-wrap2.white {
	background: white;
	border-bottom: 1px solid #acacac !important;
}
#nav-wrap2.black {
	background: Black;
	border-bottom: 1px solid #acacac !important;
}
#nav-wrap2 .black li a {
	color: black !important;
}
#nav-wrap {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
}
#nav {
	font-size: 14px;
	float: left;
}
.translate {
	z-index: 0;
	position: absolute;
	bottom: -70px;
	right: 0;
}

.translate::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1.5px #494949;
	border-right: solid 1.5px #494949;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: rotate(135deg);
}

.translate select {
	background: rgba(255, 255, 255, 0.9);
	color: black;
	padding: 10px 30px 10px 15px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*---------------------------------

  全体

---------------------------------*/
#nav ul {
	float: left;
}
#nav li {
	position: relative;
	display: inline-block;
	color: #000;
	transition: 0.3s;
	padding: 0 10px;
	font-size: 0.9em;
	text-align: center;
}
#nav li:hover .sub-nav {
	opacity: 1;
	display: block;
}
#nav li .sub-nav {
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 100;
}
#nav li .sub-nav li {
	display: block;
	padding: 0;
}
#nav li .sub-nav li:last-child {
	border-bottom: none;
}
#nav li .sub-nav a {
	display: block;
	width: 100%;
	padding: 4px 0;
	color: #fff;
	background: #999;
}
#nav li .sub-nav a:hover {
	background: #ccc;
}
#nav li span.jp {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 13px;
	display: inline-block;
	width: 100px;
}
#nav li span.jp {
	top: 10px;
	transition: 0.3s;
	opacity: 0;
}
#nav li:hover span.jp {
	top: 23px;
	opacity: 1;
}
#nav .nav_logo {
	width: 100px;
	height: auto;
}
.tel {
	margin: 10px 0 0 20px;
	display: flex;
}
.tel .telno {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-right: 15px;
	white-space: nowrap;
}
.reserv_btn,
#reservearea .reserv_btn {
	background: #feae34;
	border: 1px solid #e39521;
	color: #fff;
	font-size: 12px;
	vertical-align: text-bottom;
	padding: 5px 10px;
	margin-left: 10px;
}
.reserv_btn.white {
	color: white !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}
.tel img,
.tel p {
	display: inline-block;
	vertical-align: bottom;
}
.tel img {
	margin-bottom: 4px;
}
.tel p {
	margin-left: 10px;
	line-height: 120%;
	letter-spacing: 0.1em;
}
.tel p span {
	font-size: 11px;
	letter-spacing: 0;
}
#breadcrumb {
	margin-top: 30px;
	font-size: 12px;
	line-height: 140%;
}
#breadcrumb h1 {
	display: inline-block;
}
#breadcrumb > span {
	display: inline-block;
	margin-right: 10px;
}
#breadcrumb > span:first-child {
	margin-left: 0;
}
/*---------------------------------

  フッター

---------------------------------*/
#reservearea {
}
#reservearea .container {
	border: 1px solid #999;
	width: 860px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
#reservearea .container .left,
#reservearea .container .middle,
#reservearea .container .right {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#reservearea .container .left,
#reservearea .container .right {
	width: 200px;
}
#reservearea .container .middle {
	width: 420px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
#access {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
#map iframe {
	width: 100%;
	height: 350px;
}
.map-canvas div {
	overflow: visible;
}
.ggmap {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1200px;
	height: 400px;
}
#shopinfo {
}
#shopinfo .shopname {
	font-weight: 700;
	margin: 5px 0;
}
#shopinfo .shoptitle {
	color: #fff;
	background-color: #666;
	padding: 3px 20px;
	display: inline-block;
	margin-top: 5px;
}
#shopinfo .subtitle {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}
#shopinfo p {
	padding: 5px;
}
#shopinfo img {
	width: 300px;
	height: auto;
}
#shopinfo .fl_right {
	margin-left: 50px;
	width: 650px;
	float: left;
	margin-bottom: 50px;
}
#shopinfo p {
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.2em;
}
#shopinfo .links {
	position: relative;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}
#shopinfo .links li {
	display: inline-block;
	padding: 0 2px 2px;
}
#shopinfo .links img {
	width: auto;
	height: 80px;
}
#footer {
	background-repeat: repeat-x;
	background-position: center top;
	box-sizing: border-box;
}
#footer-menu {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
#footer-menu li {
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin: 10px 10px 5px;
}
#footer-menu .sub-nav li {
	display: block;
}
#footer-menu .main-navi {
	border-top: 1px solid #ccc;
	padding: 0;
}
#footer-menu a {
	display: inline-block;
}
#footer-menu .sub-nav {
	padding: 0;
}
#footer-menu .sub-nav li {
	margin: 5px 0;
}
#footer-info {
	padding: 30px 0;
	text-align: center;
	background: #fff;
}
#copy {
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	color: #000;
	display: inline-block;
}
#privacypolicy {
	clear: both;
	margin: 0 auto;
	color: #000;
	font-size: 13px;
	display: inline-block;
}
#privacypolicy::before {
	content: '';
	color: #fff;
	padding: 0;
}
#privacypolicy::after {
	content: '|';
	color: #fff;
	padding: 0 5px 0 10px;
}
@media screen and (max-width: 1024px) {
	#privacypolicy {
		display: block;
	}
	#privacypolicy::before,
	#privacypolicy::after {
		content: '|';
		color: #888;
		padding: 0 5px;
	}
}
#totop {
	width: 90px;
	height: 93px;
	position: fixed;
	right: 30px;
	bottom: 70px;
	z-index: 999;
	display: none;
}
#totop img {
	width: 100%;
	height: auto;
}
/*---------------------------------

  メインビジュアル

---------------------------------*/
#mainv_blank {
	position: relative;
	width: 100%;
	height: 60px;
	color: #fff;
	box-sizing: border-box;
	z-index: 21;
}
.mainv_bg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% * 1000 / 2000); /* (画像の高さ / 画像の横幅) × 100 */
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 23;
	margin-top: 80px;
}
.mainv_logo_wrap {
	display: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 25;
}
.mainv_logo_wrap img {
	display: none;
}
.mainv_logo_wrap h1 img {
	display: block;
	width: 100%;
	height: auto;
}
.mainv_logo_wrap h1 .logo {
	display: block;
	width: 191px;
	height: auto;
	margin: 0 auto 45px;
}
.mainv_logo_wrap h1 .lead {
	display: block;
	width: 304px;
	height: auto;
	margin: 0 auto 45px;
}
.page #mainv,
.single #mainv {
	width: 100%;
	height: 240px;
	padding: 0;
}
.page_mainv_bg {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-size: cover;
}
#course_page .page_mainv_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#menu_page .page_mainv_bg {
	background-position: center 35%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#drink_page .page_mainv_bg {
	background-position: center 8%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#space_page .page_mainv_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#information_page .page_mainv_bg,
#blog_page .page_mainv_bg {
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#post_page .page_mainv_bg {
	background-position: center 63%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#sitemap_page .page_mainv_bg {
	background-position: center 63%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide2 {
	margin-top: 80px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.slide2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------------------------

  ページ

---------------------------------*/
.top {
}
#about {
}
#about h2 {
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 40px;
}
#about .alignment-left {
	text-align: left;
	width: 560px;
	margin: 0 auto;
}
#about h3 {
	font-weight: bold;
	border: none;
	text-align: center;
	font-size: 18px;
}
.about-in {
	width: 1130px;
	margin: 0 auto;
}
.about-in > .fl_wrap {
	margin-bottom: 30px;
}
.about-img1 {
}
.about-img2 {
}
.about-img3 {
}
.about-in > .fl_wrap > div {
	width: 356px;
	height: 287px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	margin-left: 31px;
	float: left;
	position: relative;
}
.about-in > .fl_wrap > div:first-child {
	margin-left: 0;
}
.about-in > .fl_wrap > div p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.2em;
}
.about-in > .fl_wrap > div p.about_on {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.about-in > .fl_wrap > div:hover p.about_off {
	opacity: 0;
}
.about-in > .fl_wrap > div:hover p.about_on {
	display: table-cell;
	opacity: 1;
	text-align: left;
	box-sizing: border-box;
	padding: 30px;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.about_read {
	font-size: 16px;
	text-align: center;
	line-height: 200%;
}
#information {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
}
#blog {
	background-position: center 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	text-align: center;
}
#information h2,
#blog h2,
#access h2 {
	color: #000;
	margin-bottom: 20px;
}
.information-in,
.blog-in {
	padding: 0px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 15px;
}
.information-in {
	margin: 0 auto;
	width: 800px;
}
.blog-in {
	margin: 0 auto;
	width: 900px;
}
.blog-in ul {
	margin-bottom: 10px;
}
.blog-in li {
	width: 202px;
	border: 1px solid #999;
	margin-right: 28px;
	float: left;
}
.blog-in li img {
	width: 100%;
	height: auto;
}
.blog-in li:last-child {
	margin-right: 0px;
}
#information .btn_infomore,
#blog .btn_infomore {
	background: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	padding: 5px 15px;
	display: inline-block;
	border: 1px solid #999;
	margin-top: 10px;
}
.list_wrap {
	text-align: left;
}
.list {
	padding: 0;
	border-bottom: 1px solid #999;
	display: block;
	letter-spacing: 0.1em;
}
.list:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#information .info-date {
	color: #000;
	margin: 7px 30px;
	display: inline-block;
}
#information .info-title {
	margin: 7px 0px;
	display: inline-block;
}
#blog .info-date {
	color: #999;
	margin: 0px;
	font-size: 10px;
	text-align: right;
	padding: 5px;
}
#blog .info-title {
	padding: 5px;
}
.readmore {
	float: right;
}
#top-btn {
}
#top-btn .slick_container {
	display: none;
}
.btn-wrap {
	overflow: hidden;
	padding: 0 50px;
}
.btn-list {
	position: relative;
	width: 530px;
	height: 290px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 2;
}
.btn-list:nth-child(2n) {
	margin-left: 30px;
}
.btn-list .desc {
	width: 265px;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	z-index: 10;
	word-break: break-all;
}
.btn-list h4 {
	color: #fff;
	margin: 0;
	padding: 15px;
	font-size: 15px;
}
.btn-list p {
	color: #fff;
	padding: 14px;
	padding: 0 15px;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
}
.btn_infomore {
	background: none;
	font-size: 14px;
	padding: 5px 15px;
	display: inline-block;
	border: 1px solid #999;
	margin-top: 10px;
	color: #fff;
}
.page {
}
.page-h2 {
	text-align: center;
	margin-bottom: 20px;
}
#course_menu {
}
.course_list {
	margin-bottom: 50px;
}
.course_list:last-child {
	margin-bottom: 0;
}
.course_list > .fl_left {
	width: 400px;
}
.course_list > .fl_left img {
	width: 100%;
	height: auto;
}
.course_list > .fl_right {
	width: 523px;
}
.course_list > .fl_right pre {
	font-size: 14px;
}
.course_list table {
	width: 100%;
}
.course_list table tr td:first-child {
	width: 20%;
	padding-right: 10px;
	box-sizing: border-box;
}
.course_list table tr td:last-child {
	width: 80%;
}
#nomihodai h3 span {
	font-size: 13px;
}
.nomiho_menu {
	margin-top: 30px;
}
.nomiho_menu .fl_left {
	margin-right: 40px;
	width: 480px;
}
.nomiho_menu .fl_left:nth-child(2n) {
	margin-right: 0;
}
.nomiho_menu h4 {
	font-size: 18px;
}
#course_comment {
	text-align: center;
}
.alc_lead {
	width: 298px;
	height: 273px;
	box-sizing: border-box;
	border: 1px solid #000;
	position: relative;
	float: left;
	margin-right: 2.66666px;
	margin-bottom: 2.66666px;
}
.alc_lead_in {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 150%;
}
.alc_lead_in h3 {
	font-size: 23px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.alc_lead_in p {
	margin-bottom: 20px;
}
.alc_lead_in p:last-child {
	margin-bottom: 0;
}
.alc_list {
	width: 298px;
	height: 273px;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-right: 2.66666px;
	margin-bottom: 2.66666px;
}
.alc_list:nth-child(4n) {
	margin-right: 0;
}
.alc_list p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.alc_list p.alc_off {
	opacity: 1;
}
.alc_list p.alc_on {
	opacity: 0;
}
.alc_list:hover p.alc_off {
	opacity: 0;
}
.alc_list:hover p.alc_on {
	opacity: 1;
	font-size: 13px;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
	position: static;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.alc_list1 {
	background: url('../img/menu_img1.png');
}
.alc_list2 {
	background: url('../img/menu_img2.png');
}
.alc_list3 {
	background: url('../img/menu_img3.png');
}
.alc_list1,
.alc_list2,
.alc_list3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#ryori > .fl_wrap > .fl_left {
	margin-top: 20px;
	margin-right: 40px;
	width: 480px;
}
#ryori > .fl_wrap > .fl_left:nth-child(2n) {
	margin-right: 0;
}
#ryori table {
	width: 100%;
}
#ryori table tr td {
	padding-bottom: 20px;
	width: 65%;
}
#ryori table tr td:last-child {
	text-align: right;
	width: 35%;
}
.nihonshu_h4 {
	margin-top: 40px;
}
#nihonshu > .fl_left {
	margin-right: 40px;
	width: 480px;
}
#nihonshu > .fl_left:nth-child(2n) {
	margin-right: 0;
}
#nihonshu table {
	width: 100%;
}
#nihonshu table tr td {
	width: 65%;
	padding-bottom: 20px;
}
#nihonshu table tr td:last-child {
	width: 35%;
	text-align: right;
}
.drink_list {
	margin-top: 50px;
}
.drink_list h4 {
	margin-bottom: 20px;
}
.drink_list table {
	width: 100%;
}
.drink_list table tr td {
	padding-bottom: 20px;
}
.drink_list table tr td:last-child,
.drink_list table tr td:nth-child(2) {
	text-align: right;
}
.drink_list table tr td:first-child,
.drink_list table tr td:nth-child(3) {
	width: 31.2%;
}
.drink_list table tr td:nth-child(2) {
	width: 20.8%;
	padding-right: 40px;
}
.drink_list table tr td:last-child {
	width: 16.8%;
}
#gallery .fl_left {
	width: 20%;
}
@media (min-width: 1025px) {
	#gallery .fl_left img {
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 240px;
	}
	#gallery a.fl_left {
		height: 240px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		position: relative;
	}
}
@media (max-width: 1024px) {
	#gallery .fl_left img {
		position: static;
		max-width: 100%;
		height: auto;
		width: auto;
	}
	#gallery a.fl_left {
		max-height: 240px;
		height: auto;
		max-width: 240px;
	}
}
#form,
#form table {
	width: 100%;
}
#reservation {
	box-sizing: border-box;
	border: 1px solid #acacac;
	padding: 30px 60px;
	margin-bottom: 60px;
}
#reservation_page form table tr td {
	width: 30%;
	padding-bottom: 20px;
	box-sizing: border-box;
}
#reservation_page form table tr td {
	width: 20%;
}
#reservation_page form table tr td:last-child {
	width: 80%;
	text-align: left;
}
#reservation_page form input,
#reservation_page form textarea {
	margin: 0 auto;
	padding: 7px;
	border: solid 1px #000;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	background: #fff;
}
#reservation_page form textarea {
	width: 100%;
}
#reservation_page form input:focus,
#reservation_page form textarea:focus {
	border: 1px solid #999;
}
.va_top {
	vertical-align: top !important;
}
#reservation_page form dt .va_top {
	vertical-align: top;
	padding-top: 10px;
	display: inline-block;
}
#reservation_page form input[type='submit'],
#reservation_page form input[type='button'] {
	width: auto;
	padding: 5px 40px;
	display: inline-block;
	background: #fff;
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid #000;
	color: #000;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
}
#information_arc {
	box-sizing: border-box;
	border: 1px solid #acacac;
	padding: 30px 60px;
	margin-bottom: 60px;
}
#information_arc .list_wrap {
	padding-bottom: 5px;
	border-bottom: 1px dashed #000;
}
#pagenation {
	width: 100%;
	margin-top: 30px;
}
#pagenation ul {
	letter-spacing: -1.4em;
	text-align: center;
}
#pagenation ul li {
	display: inline-block;
	letter-spacing: 0;
	font-size: 12px;
}
#pagenation ul li a,
#pagenation ul li .current {
	padding: 5px 12px;
	display: inline-block;
}
#pagenation ul li a {
}
#pagenation ul li .current {
	color: darkorange;
}
#single_contents {
}
#single_contents h2 {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}
#single_contents img {
	max-width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
#single_contents p {
	max-width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
#single_contents p.post_time {
	margin-bottom: 30px;
	display: block;
	color: #be1a21;
}
#sitemap a {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 1.4em;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
#sitemap a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}
#sitemap a span {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.shop-list {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
}
.shop-list li {
	width: 290px;
	text-align: left;
	box-sizing: border-box;
	padding: 10px;
}
.shop-list li:nth-child(4n + 3):last-child {
	margin-left: auto;
	margin-right: 315px;
}
.shop-list li .shop-name {
	margin: 5px 0 10px;
	line-height: 1.4;
}
.shop-list li .m-img-bg {
	height: 120px;
}
.shop-list li .m-img-bg .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.w900 {
	width: 900px;
	margin: 0 auto;
}
.page-title {
	margin: 40px 0;
	text-align: left;
	font-size: 28px;
}
.page-title.al-center {
	text-align: center;
}
.page-description {
	line-height: 1.6;
	margin-bottom: 40px;
	padding: 0 1.5em;
	font-size: 16px;
}
.page-description.line {
	padding: 0 1.5em 30px;
	border-bottom: 1px solid #898989;
}
.menu-list-01 {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	margin-bottom: 50px;
	font-size: 16px;
}
.menu-list-01 * {
	box-sizing: border-box;
}
.menu-list-01 article {
	width: 49%;
	margin-bottom: 20px;
	background: #fff;
}
.menu-list-01 article:nth-child(odd) {
	margin-right: 1%;
}
.menu-list-01 article:nth-child(even) {
	margin-left: 1%;
}
.menu-list-01 article .title {
	margin-bottom: 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #898989;
	font-size: 1.2em;
}
.menu-list-01 article .table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 20px;
}
.menu-list-01 article .name {
	display: table-cell;
	padding-right: 10px;
	font-size: 1.1em;
}
.menu-list-01 article .price {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
}
.menu-list-01 article .note {
	margin-bottom: 30px;
	padding: 0 20px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.menu-list-02 {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	margin-bottom: 50px;
	font-size: 16px;
}
.menu-list-02 * {
	box-sizing: border-box;
}
.menu-list-02 article {
	width: 49%;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #898989;
}
.menu-list-02 article:nth-child(odd) {
	margin-right: 1%;
}
.menu-list-02 article:nth-child(even) {
	margin-left: 1%;
}
.menu-list-02 article .title {
	margin-bottom: 20px;
	padding: 0;
	border-bottom: none;
	font-size: 21px;
}
.menu-list-02 article .table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.menu-list-02 article .name {
	display: table-cell;
	padding-right: 10px;
	font-weight: 700;
}
.menu-list-02 article .price {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
	font-weight: 700;
	font-size: 0.9em;
}
.menu-list-02 article .note {
	margin-bottom: 40px;
	font-size: 0.9em;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.recommend-list {
	display: flex;
	width: 100%;
	margin: 40px 0 50px;
}
.recommend-list * {
	box-sizing: border-box;
}
.recommend-list .box {
	position: relative;
	width: 23%;
	margin: 0 0 0 2%;
	cursor: pointer;
	vertical-align: middle;
}
.recommend-list .box:nth-of-type(1) {
	margin: 0 2% 0 0;
	cursor: default;
}
.recommend-list .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	padding: 20px;
}
.recommend-list .base-txt .center {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.recommend-list .title {
	position: relative;
	background: #f9f9f9;
	border: 1px solid #898989;
	text-align: center;
	font-size: 28px;
}
.recommend-list .m-img-bg {
	height: 200px;
}
.recommend-list .m-img-bg .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.recommend-list .img {
	position: relative;
}
.recommend-list .img::before {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.recommend-list .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	font-size: 16px;
	opacity: 0;
}
.recommend-list .box:hover .txt {
	opacity: 1;
	transition: all 0.3s ease;
}
.space-list-01 {
	margin-bottom: 50px;
}
.space-list-01 * {
	box-sizing: border-box;
}
.space-list-01 img {
	max-width: 100%;
	height: auto;
}
.space-list-01 ul {
	display: flex;
}
.space-list-01 li {
	width: 50%;
	padding: 0 5%;
	text-align: center;
	font-size: 14px;
}
.space-list-01 li figure {
	margin: 0;
}
.space-list-01 li figcaption {
	margin-top: 10px;
}
.space-list-02 {
	margin-bottom: 80px;
}
.space-list-02 * {
	box-sizing: border-box;
}
.space-list-02 img {
	max-width: 100%;
	height: auto;
}
.space-list-02 li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.space-list-02 li > div {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.space-list-02 .name {
	margin: 0 0 20px 40px;
	font-size: 22px;
	font-weight: bold;
}
.space-list-02 dl {
	margin: 0 0 40px 40px;
	font-size: 16px;
	overflow: hidden;
}
.space-list-02 dt {
	clear: both;
	float: left;
	width: 20%;
	padding-bottom: 10px;
}
.space-list-02 dd {
	float: left;
	width: 80%;
	padding-bottom: 10px;
}
.space-list-03 {
	margin-bottom: 80px;
}
.space-list-03 * {
	box-sizing: border-box;
}
.space-list-03 img {
	max-width: 100%;
	height: auto;
}
.space-list-03 ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.space-list-03 li {
	width: 47%;
	margin-bottom: 40px;
}
.space-list-03 li:nth-child(odd) {
	margin-right: 3%;
}
.space-list-03 li:nth-child(even) {
	margin-left: 3%;
}
.space-list-03 li .box {
	margin: -70px 5% 0;
	padding: 30px;
	background: #fff;
	border: 1px solid #898989;
}
.space-list-03 li .m-img-bg {
	height: 350px;
}
.space-list-03 li .m-img-bg .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.space-list-03 .name {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.space-list-03 dl {
	width: 100%;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
}
.space-list-03 dt {
	clear: both;
	float: left;
	width: 30%;
	margin: 0 0 20px;
	padding: 0 10px;
	background: #000;
	color: #fff;
}
.space-list-03 dd {
	float: left;
	width: 70%;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.photo-list {
	margin-bottom: 60px;
}
.photo-list * {
	box-sizing: border-box;
}
.photo-list img {
	max-width: 100%;
	height: auto;
}
.photo-list ul {
	display: flex;
	margin-left: -20px;
}
.photo-list li {
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	width: 33%;
	box-sizing: border-box;
}
.photo-list li figcaption {
	margin-top: 10px;
}
.gallery-list {
	margin-bottom: 50px;
}
.gallery-list * {
	box-sizing: border-box;
}
.gallery-list ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
.gallery-list li {
	width: 25%;
}
.gallery-list li img {
	width: 100%;
	vertical-align: middle;
}
.gallery-list .pagenation {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
}
.gallery-list .pagenation .prev {
	float: left;
}
.gallery-list .pagenation .next {
	float: right;
}
.spbtn {
	display: none;
}
/*---------------------------------

  banner

---------------------------------*/
.banner {
	text-align: center;
	margin: 0 15px 40px;
}
.banner img {
	width: 70%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.banner {
		margin: 0 15px 40px;
	}
}
@media all and (-ms-high-contrast: none) {
	@-ms-viewport {
		width: auto !important;
	}
	/*---------------------------------

  IE11用

---------------------------------*/
	*::-ms-backdrop,
	html {
		height: 100% !important;
		overflow-y: hidden !important;
		overflow-x: hidden !important;
		box-sizing: border-box;
	}
	*::-ms-backdrop,
	body {
		height: 100% !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		position: relative;
		left: 0;
		right: 0;
	}
	*::-ms-backdrop,
	.menu-trigger {
	}
}

/* gotop */

#goto_top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 9;
}
#goto_top a img {
	max-width: 50px;
	height: auto;
	display: block;
}

.spbtn2 {
	display: none;
}
/*---------------------------------  jobs  ---------------------------------*/

.job {
	padding-bottom: 150px;
}
.job h3,
.job-child h3 {
	font-size: 1.3em;
	background: #f5f5f5;
	color: black;
	padding: 0.5em;
}
.job-box {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0;
}
.job-box li {
	border: 1px solid #bfbfbf;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33% - 14px);
	height: 200px;
	box-sizing: border-box;
}
.job-box li:nth-child(3n) {
	margin-right: 0;
}
.job-box li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 100%;
	height: 100%;
	transition: all 0.5s 0s ease;
}
.job-box li a:hover {
	background: #ccc;
}
.job-box li a:last-child {
	margin-right: 0;
}
.job-child dl {
	width: 100%;
	border-bottom: none;
	display: flex;
	vertical-align: middle;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.job-child dt {
	padding: 10px;
	width: 15%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bolder;
}
.job-child dd {
	padding: 10px;
	width: 85%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-inline-start: 0;
}
.job-child .joblink dt {
	padding: 10px;
	width: 20%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bolder;
}
.job-child .joblink dd {
	padding: 10px;
	width: 80%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-inline-start: 0;
}
.job-child .send_url {
	display: inline-block;
	background: #ba9b68;
	color: white;
	border-radius: 5px;
	padding: 15px 50px;
	margin-bottom: 2em;
}
.job-child .send_url:hover {
	background: orange;
}
#shopinfo dd a {
	text-decoration: underline;
}
#reservearea a {
	text-decoration: underline;
}

/* review_widget */
.ti-widget {
	max-width: 1500px;
	margin: 50px auto;
}
.ti-inner {
	min-height: 300px;
}
