@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 {
	background:#fff;
	display:block;
	position:relative;
	height:100%;
}
i.fas {
	/* 190718追加 */
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-color:rgba(255, 255, 255, 0.7);
	-webkit-text-stroke-width:1.5px;
}
#body-in {
	height:100%;
	position:relative;
}
section {
	width:100%;
	padding:40px 0;
	box-sizing:border-box;
}
a {
	text-decoration:none;
	outline:none;
	color:inherit;
}
img {
	vertical-align:top;
}
.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;
}
h1 {
	font-size:40px;
	text-align:center;
	margin-bottom:50px;
	letter-spacing:0.1em;
}
h2 {
	font-size:20px;
	text-align:center;
	margin-bottom:50px;
	letter-spacing:0.1em;
}
.midashi {
	background:#333;
	color:#fff;
	display:inline-block;
	padding:15px 60px;
	font-weight:600;
}
h3 {
	font-size:19px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	color:#930a15;
	margin-bottom:20px;
	font-weight:bold;
}
h5 {
	font-size:15px;
	margin-bottom:20px;
}
.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 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;
}
/* width */

#breadcrumb, .about-in, .btn-wrap, #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:40px;
	position:fixed;
	top:0;
	left:0;
	z-index:98;
}
#nav-wrap2.back_b {}
.page #nav-wrap2, .single #nav-wrap2 {
	background:rgba(137, 0, 0, 1.0);
}
#nav-wrap {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	margin:0 auto;
	position:absolute;
	background:rgba(137, 0, 0, 1.0);
	top:0;
	z-index:99;
}
.splogo {
	order:1;
	margin-right:auto;
}
.splogo img {
	max-height:65px;
	margin-left:50px;
}
.sp_shopname a {
	color:#fff;
	font-size:14px;
	text-align:right;
	display:block;
	line-height:30px;
	position:absolute;
	top:15px;
	right:50px;
}
#nav {
	order:2;
	font-size:14px;
	float:left;
}
/*#nav li {
float:left;
margin:20px 40px 0 0;
color:#fff;
position:relative;
transition:.3s;
}*/

#nav li {
	position:relative;
	display:inline-block;
	transition:.3s;
	padding:8px 15px;
	text-align:center;
}
#nav li a {
	color:#fff;
	font-weight:600;
	font-size:1rem;
}
#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;
	/*	border-bottom:1px solid #fff;*/
}
#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:.3s;
	opacity:0;
}
#nav li:hover span.jp {
	top:23px;
	opacity:1;
}
#nav .nav_logo {
	width:100px;
	height:auto;
}
.tel {
	order:3;
	display:flex;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	padding:25px;
	background:#333;
	margin-left:10px;
	/*	color:#fff;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.tel .telno {
	font-weight:bold;
	color:#fff;
	font-size:1rem;
}
.tel .reserv_btn a, .reserv_btn:before, #reservearea .reserv_btn {
	color:#fff;
	font-weight:600;
	font-size:1rem;
}
.reserv_btn:before {
	content:"/";
	margin-left:7px;
	margin-right:5px;
}
.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:20px;
	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:url("../img/bg_map.png");*/
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
.gmap {
	height:0;
	overflow:hidden;
	padding-bottom:25%;
	position:relative;
	max-width:1130px;
	margin:0 auto;
}
.gmap iframe {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.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:1130px;
	height:400px;
}
.map-canvas div {
	overflow:visible;
}
#shopinfo {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	max-width:1140px;
	align-items:flex-start;
}
#shopinfo img {
	flex-shrink:0;
	width:300px;
	height:auto;
}
#shopinfo .shopname {
	font-weight:700;
	font-size:1.6em;
	margin:0 0 15px;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px dotted #333;
}
#shopinfo .subtitle {
	display: block;
	margin: 5px 0;
	font-weight: 700;
}
#shopinfo dl,#shopinfo dt,#shopinfo dd .card:after {
	content: '、'
}
#shopinfo dl,#shopinfo dt,#shopinfo dd .card:last-child:after {
	content: ''
}
.shopdesc {
	display:flex;
	flex-direction:column;
	text-align:left;
}
.shopdesc .column {
	display:flex;
}
.shopdesc div {
	max-width:100%;
	margin-right:30px;
}
.address {
	order:1;
}
.access {
	order:2;
}
.time {
	order:3;
}
.shopdetail {
	margin-left:50px;
}
#shopinfo .shopdetail dt {
	display:block;
}
.shopdesc p {
	font-size:16px;
	line-height:1.6;
	letter-spacing:0.2em;
	margin-bottom: 2em;
}
.shopdesc p:first-child {
	color:#fff;
	background-color:#666;
	padding:3px 20px;
	display:inline-block;
	margin-top:5px;
	margin-bottom:10px;
}
#shopinfo .single {
	margin: 1em 0;
}
#shopinfo .links {
	position:relative;
	margin-bottom:40px;
	margin-top:0px;
	padding-bottom:10px;
	text-align:center;
}
#shopmap .links ul {
	display:flex;
	justify-content:center;
}
#shopmap .links li img {
	max-width:60px;
	padding:5px;
}
#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;
	background:#000;
	position:relative;
}
#footer-menu {
	margin:0 auto;
	text-align:center;
	font-size:16px;
}
#footer-menu li {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	margin:0 10px;
}
#footer-menu .sub-nav li {
	display:block;
}
#footer-menu .main-navi {
	padding:0;
	margin: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 50px;
	text-align:center;
}
#copy {
	clear:both;
	font-size:13px;
	margin:0 auto;
	color:#fff;
	display:inline-block;
}
#privacypolicy {
	clear:both;
	margin:0 auto;
	color:#fff;
	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 {
position:relative;
width:100%;
height:100vh;
color:#fff;
padding:90px 30px;
box-sizing:border-box;
z-index:21;
min-width:1200px;
}
*/

#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:74px;
}
.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 h1 {
}
*/

/*
.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:150px;
	padding:0;
}
.page_mainv_bg {
	overflow:hidden;
	position:absolute;
	width:100%;
	height:150px;
	top:0;
	left:0;
	z-index:5;
}
#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 */

.slide2 {
	margin-top:0px;
	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 {
	padding:70px 0 120px;
}
#about h1 {
	padding:0;
	margin-bottom:40px;
	letter-spacing:0.3em;
}
#about h2 {
	padding:0;
	background-position:center center;
	background-repeat:no-repeat;
	font-weight:bold;
	margin-bottom:80px;
}
#about h3 {
	font-weight:bold;
	border:none;
	text-align:center;
	font-size:18px;
}
.about-in {
	width:1130px;
	margin:0 auto;
	position: relative;
}
.about-in>.fl_wrap {
	margin-bottom:30px;
}
.about-img1 {
	/*	background:url("../img/about_img1.png");*/
}
.about-img2 {
	/*	background:url("../img/about_img2.png");*/
}
.about-img3 {
	/*	background:url("../img/about_img3.png");*/
}
.swiper-slide {
	background:rgba(255, 255, 255, 0.7);
	padding:35px;
	position:relative;
}
.swiper-img img {
	width:400px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.swiper-text {
	text-align:left;
	color:#000;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-left:440px;
	margin-right:35px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.swiper-text>h3 {
	text-align:left;
	border-bottom:none;
	margin-bottom:15px;
	font-size:22px;
}
.swiper-text>p {
	text-align:left;
	line-height:2;
	font-size:15px;
}
.about-in>.fl_wrap>div:first-child {
	margin-left:0;
}
.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 {
	margin:0 auto;
	display:inline-block;
}
.about_read p {
	font-size:16px;
	text-align:center;
	line-height:200%;
}
#about .alignment-left {
    text-align: left;
}
#information {
	/*	background:url("../img/bg_info.png");*/
	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 {
text-align:center;
padding:60px 0;
background-image:url("https://syrup.mixh.jp/wp-test/hakata/wp-content/uploads/2018/01/tennai.jpg") ;
background-size:cover;
background-attachment:fixed;
}
*/

.blog-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	padding:0 100px;
	width:1200px;
	margin:0 auto;
}
.blog-in, .information-in, .sns-in {
	padding:40px 50px;
	background:rgba(255, 255, 255, 0.7);
	font-size:15px;
	width:45%;
	box-sizing:border-box;
}
.blog-in ul, .information-in ul {
	margin-bottom:10px;
	background:rgba(255, 255, 255, 0.7);
	padding:10px;
}
.blog-in li, .information-in li {
	border-bottom:1px solid #999;
	padding:15px 0;
}
.blog-in li img, .information-in li img {
	width:20%;
	height:auto;
	padding-right:15px;
	float:left;
}
#information .info-date, #blog .info-date {
	color:#999;
	margin:0px;
	font-size:10px;
}
#information .info-title {
	margin:7px 0px;
	display:inline-block;
}
#information_arc .info-title {
	margin:10px 0px;
	display:inline-block;
}
#blog .info-title {
	flex:1;
}
.blog-in li:first-child, .information-in li:first-child {
	border-top:1px solid #999;
}
#information .btn_infomore, #blog .btn_infomore {
	background:rgba(255, 255, 255, 0.7);
	font-size:14px;
	padding:5px 10px 5px 60px;
	display:inline-block;
	border:1px solid #999;
	margin-top:10px;
}
#top-btn .btn_infomore {
	font-size:14px;
	padding:7px 10px 7px 10px;
	display:inline-block;
	border:1px solid #999;
	margin-top:10px;
	color:#fff;
}
.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;
}
.readmore {
	float:right;
}
section {
	/* 190718追加 */
	text-align:center;
}
#top-btn {
	padding:60px 0;
}
a.btn {
	display:block;
}
a.btn p {
	transition-property:all;
	transition:0.3s linear;
}
a.btn:hover p {
	opacity:0.5;
	transition-property:all;
	transition:0.3s linear;
}
.btn-wrap {
	overflow:hidden;
	padding:0 50px;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.btn-list {
	position:relative;
	width:47%;
	height:350px;
	overflow:hidden;
	margin-bottom:30px;
	z-index:2;
	box-sizing:border-box;
}
#top-btn .btn-list .desc {
	width:265px;
	background:rgba(0, 0, 0, 0.6);
	height:100%;
	text-align:center;
	letter-spacing:0.2em;
	z-index:10;
	word-break:break-all;
}
.btn-cap {
	height:250px;
	position:relative;
	margin-bottom:30px;
}
.btn-cap img {
	width:200px;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.btn-list h4 {
	color:#fff;
	margin:0;
	padding:20px;
	font-size:15px;
}
.btn-list p {
	color:#fff;
	padding:14px;
	padding:0 15px;
	text-align:left;
	margin-bottom:15px;
	/*	top:50%;
left:50%;
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%, -50%);
text-align:center;
position:relative;*/
}
#top-btn .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,#base_menu {
	margin-bottom:5em;
}
.course_list {
	margin-bottom:50px;
}
.course_list:last-child {
	margin-bottom:0;
}
.course_list>.fl_left {
	width:400px;
}
.course_list>.fl_left img {
	width:400px;
	height:320px;
	object-fit:cover;
}
.course_list>.fl_right {
	width:523px;
	text-align:left;
}
.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;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #acacac;
	padding:30px 60px;
	margin-bottom:60px;
	margin-top:80px;
}
#information_arc .list_wrap {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}
#information_arc .list_wrap .info-date {
	font-size:0.9em;
	color:#999;
}
#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 {}
#single_contents {}
#single_contents h2 {
	text-align:left;
    padding-bottom:10px;
    border-bottom:2px solid #000;
    margin-bottom:10px;
    margin:3em 0 2em;
    font-weight:700;
}
#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;
	text-align:left;
	line-height:2.5;
}
#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 {
	max-width:1280px;
	margin:30px auto 0 auto;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shop-list li {
	display:inline-block;
	width:30%;
	margin:0 1% 30px;
	text-align:left;
}
.shop-list li .shop-name {
	margin-top:5px;
}
.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:50px 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;
	box-sizing:border-box;
	border: 1px solid #fff;
	padding:20px;
	background: white;
}
.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:21px;
}
.menu-list-01 article .table {
	display:table;
	width:100%;
	margin-bottom:10px;
	padding:0 20px;
	box-sizing:border-box;
}
.menu-list-01 article .name {
	display:table-cell;
	padding-right:10px;
}
.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;
}
.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:10px;
}
.menu-list-02 article .name {
	display:table-cell;
	padding-right:10px;
}
.menu-list-02 article .price {
	display:table-cell;
	text-align:right;
	white-space:nowrap;
}
.menu-list-02 article .note {
	margin-bottom:30px;
}
.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 .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 {
	/*width:100%;*/
	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 figure {
	margin:0;
	max-width:300px;
}
.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 {}
}
/* フッターSNSボタン */

.sns-selector {
	padding:3em 0;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
}
.sns-selector i {
	color:#ccc;
	margin:0 15px;
}
/* ページトップボタン */

.page-top {
	position:absolute;
	right:0;
	bottom:20px;
	cursor:pointer;
	z-index:1800;
}
/*
#page-top {
position:fixed;
bottom:40px;
right:0;
}
#page-top a img {
text-decoration:none;
color:#fff;
width:180px;
display:block;
z-index:999;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
#page-top a img:hover {
opacity:0.6;
filter:alpha(opacity=60);
}
*/

/* 追従エリア */

#yoyaku {
	position:fixed;
	bottom:130px;
	right:0;
	width:180px;
	height:auto;
	display:inline-block;
	z-index:1900;
}
/* sectionの背景を暗く */

#slider, #blog {
	position:relative;
}
#slider:before, #blog:before {
	background-color:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:' ';
}
.blog-in, .information-in {
	position:relative;
}
/* スライダー */

#slider .about-in {
	position:relative;
}
#arrows1 {
	position:absolute;
	width:100%;
	display:flex;
	justify-content:space-around;
	top:265px;
}
#arrows1 .slick-next:before, #arrows1 .slick-prev:before, #arrows2 .slick-next:before, #arrows2 .slick-prev:before {
	margin:0;
	content:" ";
	display:inline-block;
	width:50px;
	height:50px;
	vertical-align:middle;
}
#button.slick-prev, #button.slick-next {
	z-index:2;
}
#arrows1 .slick-next:before, #arrows2 .slick-next:before {
	background:url(img/slide_next.png);
	background-size:contain;
}
#arrows1 .slick-prev:before, #arrows2 .slick-prev:before {
	background:url(img/slide_prev.png);
	background-size:contain;
}
#arrows2 .slick-prev, #arrows2 .slick-next {
	/* トップスライダーのボタンを一時的に消去 */
	display:none!important;
}
.slick-slide {
	height:400px!important;
}
.slide-dots button {
	margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.slide-dots {
	text-align:center;
	position:relative;
	bottom:45px;
	margin-left:-12px;
}
.slide-dots li {
	display:inline-block;
	margin:0 12px;
}
.slide-dots li button {
	position:relative;
	text-indent:-9999px;
}
.slide-dots li button:before {
	font-family:"Font Awesome 5 Free";
	content:'\f111';
	font-weight:900;
	font-size:14px;
	text-indent:0px;
	position:absolute;
	top:0;
	left:0;
	color:gray;
}
.slide-dots li.slick-active button:before {
	font-family:"Font Awesome 5 Free";
	content:'\f111';
	font-weight:900;
	color:orange;
}
.slick-dotted.slick-slider {
	margin-bottom:0!important;
}