@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;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}

html {
	height:100%;
	display:block;
	position:relative;
	
}

body {
	height:100%;
	font-size:13px;
	line-height:180%;
	background:url(img/bk_body.png);
	display:block;
	position:relative;
	
}


#body-in {
	height:100%;
	position:relative;
}

section {
	width:100%;
	padding:30px 0;
	box-sizing:border-box;
	overflow: hidden;
}

a {
	text-decoration:none;
	outline: none;
	color:inherit;
}

img {
	vertical-align:top;
}
.splogo{
	display: block;
	/* line-height: 100px; */
	/* padding: 5px 0; */
	height: 80px;
	box-sizing: border-box;
	vertical-align: middle;
	color: white;
	margin-top: 2px;
	margin-left: 10px;
	line-height: 1.4;
}
.headname{
	float:right;
	width:1000px;
	font-size: 12px;
	color:#FFF;
	margin:0;
	padding: 0;
	text-align: right;
}
.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:24px;
	text-align:center;
	margin-bottom:50px;
	letter-spacing:0.1em;
	font-weight: bold;
}

h3 {
	font-size:24px;
	padding-bottom:15px;
	line-height: 1.6;
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}

h4 {
	font-size:18px;
	color:#930a15;
	margin-bottom:20px;
	font-weight:bold;
}

h5 {
	font-size:20px;
	margin-bottom:20px;
}
p{
	font-size:16px;
}
.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 */

#nav-wrap,
#breadcrumb,
.about-in,
.information-in,
.blog-in,
#insta,
#map,
#shokuzai,
#floormap,
#gallery,{
	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%;
	position:fixed;
	top:0;
	left:0;
	background:url(img/bk_head.png);
	z-index:98;
	height:80px;
}

#nav-wrap2.back_b {
}

/*.page #nav-wrap2,
.single #nav-wrap2 {
	background:rgba(255,255,255,0.6);
}*/

#nav-wrap {
	margin:0 auto;
	z-index:99;
	width:1200px;
	display: flex;
	justify-content: space-between;
}

#nav {
	font-size: 1em;	
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.menu-phone,
.menu-map,
.menu-trigger{
	display: none;
}
/*#nav li {
	float:left;
	margin:20px 40px 0 0;
	color:#fff;
	position:relative;
	transition: .3s;
}*/
#nav ul {
	display:flex;
	text-align: right;
	justify-content: flex-end;
}
#nav li {
	position: relative;
	/*display: inline-block;*/
	color:#FFF;
	transition: .3s;
	padding: 0 10px;
	/*text-align: center;*/
}
#nav li:last-child {
	padding-right: 0;
}
#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;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
/*	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 {
	display: flex;
	justify-content: space-between;
}
.tel .telno{
	font-weight:bold;
	color:#000;
	font-size:20px;
}
#footer-btn .reserv_btn,
.tel .reserv_btn,
#reservearea .reserv_btn{
	background:#881313;
	/*border:1px solid #e39521;*/
	color:#fff;
	vertical-align: text-bottom;
}
#footer-btn .reserv_btn{
	padding:5px 10px;
	margin:10px;
    width: 250px;
	font-size:20px;
    display: inline-table;

}
.tel .reserv_btn{
	padding:5px 10px;
	font-size:16px;
}
#reservearea .reserv_btn{
	box-shadow:0px 3px 7px 1px #ccc;
	padding:5px 40px;
	font-size:20px;
}
#footer-btn{
	text-align: center;
	padding-top:30px;
}
.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%;
	width:1200px;
	margin:0 auto;
}

#breadcrumb h1 {
	display:inline-block;
}

#breadcrumb>span {
	display:inline-block;
	margin-right:10px;
}

#breadcrumb>span:first-child {
	margin-left:0;
}


/* フッター */
#reservearea{
	padding-top:100px;
	margin-bottom:60px;
}
#reservearea .telno{
	font-size:30px;
}
#reservearea .container{
	box-shadow:0px 3px 7px 1px #ccc;
	width:860px;
	margin:0 auto;
	text-align:center;
	box-sizing: border-box;
	background: #fff;
	font-size:16px;
	display: flex;
}
#reservearea .container p {
	padding: 5px 0;
}
#reservearea .container .left,
#reservearea .container .right{
	padding:20px 15px;
	box-sizing: border-box;
}
#reservearea .container .left,
#reservearea .container .right{
	width:50%;
}
#reservearea .container .left{
	border-right:1px solid #eee;
}




#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;
}

#map{
	width: 100%;
}
#map iframe {
	width:100%;
	height:450px;
}
.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: 920px;
	height: 350px;
}

.map-canvas div {
	overflow: visible;
}

#shopinfo {
	padding-top:80px;
}
#shopinfo h3,
#shopinfo dl{
	width:800px;
	margin:0 auto;
}
#shopinfo h3{
	border:0px;
	margin-bottom:25px;
}
#shopinfo dl dt,
#shopinfo dl dd{
	float:left;
	border-top:1px solid #999;
	padding:20px 0;
	font-size:16px;
}	
#shopinfo dl.card dt:nth-child(3),
#shopinfo dl.card dd:nth-child(4),
#shopinfo dl.card dt:nth-child(5),
#shopinfo dl.card dd:nth-child(6),
#shopinfo dl.card dd:nth-child(8) {
	border-top:none;
	padding: 10px 0;
}
#shopinfo dl.card dt:nth-child(1),
#shopinfo dl.card dd:nth-child(2) {
	padding: 20px 0 10px;
}
#shopinfo dl.card dt:nth-child(1) {
	border-top:1px solid #999;
}
#shopinfo dt{
	width:150px;
}
#shopinfo dd{
	width:650px;
}
#shopinfo dl.card dd div {
	margin-bottom: 1em;
}
#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 p{
	padding:5px;
}

#shopinfo img {
	width:300px;
	height:auto;
}

#shopinfo .fl_right {
/*	margin-right:100px;*/
	margin-left:50px;
	width:650px;
	float: left;
}

#shopinfo p {
	font-size:16px;
	line-height:180%;
	letter-spacing:0.2em;
}
#shopinfo .links {
    position: relative;;
/*    padding-top:20px;
    border-top:1px solid #999;*/
    width:800px;
    margin: 70px auto;
    padding-bottom: 10px;
    text-align: center;
}
#shopinfo .links li {
    display: inline-block;
    padding: 0 2px 2px;
}
#shopinfo .links img{
    width:auto;
    height:80px;
}
#shopinfo .subtitle {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}
#footer {
/*	background-repeat:repeat-x;
	background-position:center top;
	height:292px;
	padding-top:130px;*/
	box-sizing:border-box;
}
#footer-bk{
	background:#000;
	color: #fff;
}

#footer-menu {
	margin:0 auto;
	text-align:center;
	font-size:16px;
}
#footer-menu li {
	display:inline-block;
	vertical-align: top;
	color:#000;
	margin:20px 10px;
}
#footer-menu .sub-nav li {
	display: block;
}
#footer-menu .main-navi{
	padding:0;
}

#footer-menu a {
	display:inline-block;
	color:#000;
}
}
#footer-menu .sub-nav{
	padding:0;
}
#footer-menu .sub-nav li{
	margin:5px 0;
}

#copy {
	font-size:13px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
}

#totop {
	width:90px;
	height:93px;
	position:fixed;
	right:30px;
	bottom:70px;
	z-index:999;
	display:none;
}

#totop img {
	width:100%;
	height:auto;
}
.aligncenter {
    display: block;
    margin: 10px auto !important;
}
#base_menu img {
	max-width: 100%;
	height: auto;
}
/* メインビジュアル */

#mainv {
	width:100%;
	height:560px;
	color:#fff;
	box-sizing:border-box;
	z-index: 21;
	margin-top:80px;
}

#mainv_blank {
	height: 120px;
}
@media screen and (max-width: 480px) {
	#mainv_blank {
		height: 80px;
	}	
}

.mainv_bg{
	position: relative;
    margin-top: 80px;
}

.mainv_logo_wrap{
    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;
}
.logo {
	display: table;
	line-height: 1.4;
}
.logo h1 {
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    display:table-cell;
    vertical-align: middle;
}
.logo img {
    max-width:40px;
    max-height:40px;
    margin-bottom: 0;
}
.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;
}

.mainv_nobg {
	height:20px!important;
}

.page_mainv_bg {
	overflow:hidden;
	position:absolute;
	width:100%;
	height:220px;
	top:0;
	left:0;
	z-index: 5;
    background-size: cover;
    background-position: center;
}

#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 {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color:#fff;
	padding:0;
}
#about .transparent{
	background:rgba(0,0,0,0.5);
	padding:50px 0;
}
#about h2 {
	padding:0;
	font-weight: bold;
	margin-bottom:40px;
}
#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 {
/*	background:url("../img/about_img1.png");*/
}

.about-img2 {
/*	background:url("../img/about_img2.png");*/
}

.about-img3 {
/*	background:url("../img/about_img3.png");*/
}

.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%;
}
#about .alignment-left {
    text-align: left;
}

#information,
#blog {
/*	background:url("../img/bg_info.png");*/
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-attachment:fixed !important;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	text-align: center;
	padding:50px 0;
}

#information h2,
#blog h2,
#shopin h2,
#shopinfo h2{
	color:#000;
	padding-bottom: 30px;
	margin:0 auto 40px auto;
	width:1000px;
	border-bottom:1px solid #999;
}
#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,
.blog-in{
	margin:0 auto;
	width:850px;
	box-sizing: border-box;
	padding:40px 50px;
	background: #fff;
}
.blog-in ul{
	margin-bottom:10px;
}
.blog-in li{
	border-bottom:1px solid #999;
	padding:15px 0;
}
.blog-in li:nth-last-child(1){
	border-bottom:0;
}
.blog-in li .info-img,
.blog-in li .info-date,
.blog-in li .info-title{
	float:left;
}
#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-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #999;
	display:block;
	letter-spacing:0.1em;
}

.list:last-child {
	padding-bottom:0;
	border-bottom:none;
}

.blog-in li .info-img img{
	width:100%;
	height:auto;
}

.blog-in li .info-img{
  width:15%;
  margin-right:5%;
}
#blog .info-date,
.blog-in li .info-title{
  width:80%;
}

.readmore {
	float:right;
}

#top-btn {
	margin-top:70px;
}
#top-btn .slick_container{
  display: none;
  }

.btn-wrap {
	margin:0px auto;
	width:1000px;
}
#information h3,
#blog h3,
.btn-wrap h3 {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    width:80%;
    margin:0 auto 30px auto;
    border-bottom: 0;
}

#information h3:before,
#blog h3:before,
#information h3:after,
#blog h3:after,
.btn-wrap h3:before,
.btn-wrap h3:after {
    /*border-top: 1px solid;*/
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    height: 1px;
}

#information h3:before,
#blog h3:before,
.btn-wrap h3:before {
    margin-right: 0.5em;
    background-image: -webkit-linear-gradient(left, transparent, #999 25%);
    background-image: linear-gradient(to right, transparent, #999 25%);

}
#information h3:after,
#blog h3:after,
.btn-wrap h3:after {
    margin-left: 0.5em;
    background-image: -webkit-linear-gradient(right, transparent, #999 25%);
    background-image: linear-gradient(to left, transparent, #999 25%);
}
.btn_infomore{
	background:#333;
	font-size:14px;
	padding:5px 15px;
	margin:50px auto;
	width:300px;
	text-align: center;
	color:#Fff;
	box-shadow: 0px 3px 7px 1px #ccc;
}
.btn_infomore a{
	display: block;
}
#top-btn .btn-list-cont{
  display: flex;
  flex-wrap: wrap;
}
#top-btn .btn-list{
  padding: 15px;
  width: 33.3%;
  box-sizing: border-box;
}
#top-btn .btn-list .main{
	height:250px;
	background-position: center !important;
	background-size: cover !important;
}
#top-btn .btn-list h4{
	vertical-align: bottom;
	position: relative;
	height: 50px;
}
#top-btn .btn-list h4 span{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#top-btn .btn-list .price,
#top-btn .btn-list .desc{
	padding:5px 0;
	line-height: 1.6;
}
#top-btn .btn-list .price{
	color:#930a15;
	border-top: 1px solid #999;
	font-size: 18px;
}
#recommend-list .bx-wrapper{
	width:800px;
	margin:0 auto;
}
.recommend-box .img{
	height:400px;
	background-size: cover !important;
	background-position: center !important;
}
.recommend-box h4{
	text-align: center;
	color:#000;
	margin-top:30px; 
	margin-bottom: 10px;
}
.recommend-box .price{
	text-align: center;
}
#top_link{
	width:1000px;
	margin:0 auto;
}
#top_link .link_list{
	margin-bottom: 60px;
}
#top_link .link_img{
	width:350px;
	height:350px;
  border-radius: 50%;
}
#top_link .link_txt_wrap{
	width:500px;
	text-align: center;
}
#top_link h4{
	font-size:40px;
	padding:20px 50px;
	border:1px solid #999;
	display: inline-block;
}
#top_link h5{
	font-size:22px;
	margin-top:30px;
	margin-bottom: 10px;
	text-align: left;
}
#top_link .desc{
	text-align: left;
}

#top_link .btn_infomore{
	margin:50px 0 0 0 ;
}
.fl_right .btn_infomore{
	float: right;
}


#shopin{
	text-align: center;
}
#shopin iframe{
	width:1000px;
	height:600px;
	margin:0 auto;
}

.page {
}

.page-h2 {
	text-align:center;
	margin-bottom:20px;
}

#course_menu {
}

.course_list {
	margin-bottom:100px;
}

.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 #ccc;
}

#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: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 {
	max-width:1280px;
	margin:30px auto 0 auto;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.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: 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: 21px;
  font-weight: bold;
  text-align: center;
}

.menu-list-01 article .table {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  flex-wrap: wrap;
  text-align: center;
}

.menu-list-01 article .table .table-in {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.menu-list-01 article .table .image {
  flex-basis: 100%;
  width: 100%;
  padding-bottom: 1em;
}

.menu-list-01 article .table .image img {
  max-width: 250px;
}

.menu-list-01 article .name {
  flex-basis: 80%;
  font-weight: bold;
  text-align: left;
}

.menu-list-01 article .price {
  flex-basis: 20%;
  text-align: right;
  white-space: nowrap;
}

.menu-list-01 article .note {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc !important;
}

.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;
  font-weight: bold;
}

.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 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;
}
/*bxslider*/
.bx-wrapper{
	border:0 !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0!important;
}
.bx-controls{
	display: none;
}
.slider li{
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width:100%;
/* 	height:560px; */
	line-height:560px;
	text-align: center;
    height: 0;
    padding-top: 50%;/* (画像の高さ / 画像の横幅) × 100 */
}
.slider p{
	display: inline-block;
	vertical-align: middle;
	font-size:34px;
}
#copy2{
	display: none;
}


@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{
	}
}

#footer .spbtn2 {
	display: none;
}




/* accordion */

.accordion-wrap {
  position: relative;
  padding-bottom: 50px;
}

.accordion-wrap + .accordion-wrap {
  margin-top: 40px;
}

.accordion-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  background: transparent;
  color: white;
  border: 2px solid white;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.accordion-trigger.white {
  background: #b5b5b5;
  border: 2px solid black;
}

.accordion-trigger::after {
  content: "続きを読む";
}

.accordion-trigger .fa {
  margin-right: 0.5em;
}

.accordion-item {
  overflow: hidden;
  transition: 1s ease;
}

.accordion-item p {
  padding-bottom: 70px;
}

.accordion-item.is-hide {
  height: 50px;
}

.accordion-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 150px;
}

/*
.black .accordion-item::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255,0.9) 50%, rgba(255, 255, 255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,0.9) 50%, rgba(255, 255, 255,0.9) 50%, #fff 100%);
}
.white .accordion-item::before {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0,0.9) 50%, rgba(0, 0, 0,0.9) 50%, #000 100%);
  background: linear-gradient(top, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,0.9) 50%, rgba(0, 0, 0,0.9) 50%, #000 100%);
}
*/
.accordion-trigger.is-show {
  bottom: 2em;
}

.accordion-trigger.is-show::after {
  content: "閉じる";
}

.accordion-trigger.is-show + .accordion-item::before {
  display: none;
}

/* course_button */
.course_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.course_button a {
  display: block;
  flex-basis: 47%;
}

.course_button a div {
  display: block;
  margin: 5px;
  padding: 0.5em 0;
  border-radius: 2px;
  background: #967c4a;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}



/* リッチスペース用 */
.inner ul,
.tab.ul {
  padding-left: 0;
}

.tab {
  border-bottom-color: #b49664;
}

.tab li {
  background-color: #ecdec7;
}

.tab li.active {
  color: #ffffff;
  background-color: #b49664;
}

.tab {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  margin-bottom: 80px;
}

.tab li {
  width: 100%;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
}

.tab li:last-child {
  margin: 0;
}

.facility_title {
  display: table;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #b49664;
  box-sizing: border-box;
}

.facility_description {
	margin-bottom: 3em;
}

.facility_title span {
  display: table-cell;
  padding: 20px;
}

.facility_list li {
  margin-bottom: 120px;
}

.facility_list li:last-child {
  margin-bottom: 0;
}

.facility_list p {
  margin-bottom: 3em;
}

.facility_title_first {
  color: #ffffff;
  background-color: #b49664;
  text-align: center;
  width: 150px;
  line-height: 1.5;
}

.cf {
  display: flex;
}

.facility_gallery {
  display: flex;
  flex-basis: 50%;
  margin-right: 35px;
  float: left;
}

/* .facility_data {
  flex-basis: 50%;
  float: right;
} */

.gallery {
  width: 400px;
}

.gallery_nav {
  width: 120px;
  margin: 0 0 0 20px;
}

.gallery_nav img {
  display: block;
  max-width: 100%;
}


/* スライダーエリア */
.facility_gallery .slick-prev:before,
.facility_gallery .slick-next:before {
  color: black;
}

.sliderArea {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/*タブ実装*/
.tab_box .tab_panel {
  /* display: none; */
}

.tab_box .tab_panel.active {
  /* display: block; */
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 3);
  height: 50px;
  border-bottom: 3px solid #b49664;
  background-color: #f7e4c9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  border-radius: 3px 3px 0 0;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.tab_item.none {
	width: calc(100% / 2);
}



/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #b49664;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#koshitsu:checked ~ #koshitsu_content,
#kashikiri:checked ~ #kashikiri_content,
#seki:checked ~ #seki_content {
  display: block;
}

.detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6em;
}

.detail:last-child {
	margin-bottom: 0;
}

.facility_img {
}

.img-in {
	width: 400px;
}

.facility_data {
  max-width: 100%;
}


.swiper-container {
	position: relative;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
}

.swiper-slide {

}

.facility_table {
  width: 400px;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #b49664;
  border-left: 1px solid #b49664;
  border-right: 1px solid #b49664;
  border-bottom: 1px solid #b49664;
}

.facility_table tr {
  border-bottom: 1px solid #b49664;
}

.facility_table th {
  width: 90px;
  padding: 20px;
  text-align: left;
  background: #ecdec7;
  border-bottom: 1px solid #b49664;
}

.facility_table td {
  padding: 20px;
  border-bottom: 1px solid #b49664;
}

.facility_table td {
  padding: 20px;
  border-bottom: 1px solid #b49664;
}
.swiper-container {
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
}

/*---------------------------------  jobs  ---------------------------------*/

.job {
	padding-bottom: 150px;
}
.job h3,
.job-child h3 {
	font-size: 1.3em;
	background: #f5f5f5;
	padding: .5em;
	font-weight: bold;
}
.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;
}