/* =================================== */
/*	Basic Style 
/* =================================== */

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');

body {
	/*background-color:#fff;*/
	color: #555;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	font-size: 14px;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure {
	margin: 0;
}

p {
	margin: 0 0 15px;
}

a {
	color: #222;

	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none !important;
}

a[href^="tel:"]:hover {
	color: #222;
}

iframe {
	border: 0;
}

a,
a:focus {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
	outline: 0;
}

a:focus,
a:hover {
	color: #727272;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0 0 20px;
}

/* title */
h2 {
	font-size: 26px;
}

h2.s {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

.en {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.05em;
}

.en2 {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
}

h1.en {
	font-size: 26px;
}

h2.en {
	font-size: 24px;
}

h3.en {
	font-size: 22px;
}

h4.en {
	font-size: 20px;
}

h5.en {
	font-size: 18px;
}

h6.en {
	font-size: 16px;
}


/* title style 1 */
.tit-box {
	width: 100%;
	font-family: 'Cormorant Garamond', serif;
}

.tit-box div {
	float: left;
}

.tit-box h2 {
	font-size: 46px;
	text-align: center;
	margin-bottom: 30px;
	color: #000;
}

.tit-box h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	color: #000;
}

.tit-box div:nth-child(2) {
	/*width:26%;
	margin:0 2%;*/
	width: 36%;
	margin: 0 2%;
}

.tit-box div:nth-child(1),
.tit-box div:nth-child(3) {
	border-bottom: 1px solid #000;
	/*width:35%;*/
	width: 30%;
	height: 40px;
}

.tit-box-l div:nth-child(2) {
	width: 46% !important;
}

.tit-box-l div:nth-child(1),
.tit-box-l div:nth-child(3) {
	width: 25% !important;
}

.tit-box h2 span {
	display: block;
	font-size: 12px;
	color: #666;
}

.tit-box-w div:nth-child(1),
.tit-box-w div:nth-child(3) {
	border-bottom: 1px solid #fff !important;
}


/* title style 2 */
.tit-lined {
	position: relative;
	margin-bottom: 40px;
	color: #191919;
}

.tit-lined:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #69635D;
	width: 50px;
	bottom: -17px;
	left: 0;
}

/* title style 3 */
.tit-lined-d {
	border-bottom: 4px double #4C4844;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

/* title style 4 */
.tit-lined-do {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}


/* text */
.txt-cl {
	text-align: left;
}

.txt-black {
	color: #191919 !important;
}

.txt-white {
	color: #fff !important;
}

.txt-s {
	font-size: 12px;
}

.txt-l {
	font-size: 22px;
}

.txt-b {
	font-weight: bold;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}


/* button */
.btn:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 7px;
}



/* margin */
.mgnB0 {
	margin-bottom: 0 !important;
}

.mgnB5 {
	margin-bottom: 5px !important;
}

.mgnB10 {
	margin-bottom: 10px !important;
}

.mgnB15 {
	margin-bottom: 15px !important;
}

.mgnB20 {
	margin-bottom: 20px !important;
}

.mgnB30 {
	margin-bottom: 30px !important;
}

.mgnB40 {
	margin-bottom: 40px !important;
}

.mgnB50 {
	margin-bottom: 50px !important;
}

.mgnB60 {
	margin-bottom: 60px !important;
}

.mgnB70 {
	margin-bottom: 70px !important;
}

.mgnB80 {
	margin-bottom: 80px !important;
}

.mgnB110 {
	margin-bottom: 110px !important;
}

.mgnT0 {
	margin-top: 0 !important;
}

.mgnT5 {
	margin-top: 5px !important;
}

.mgnT10 {
	margin-top: 10px !important;
}

.mgnT20 {
	margin-top: 20px !important;
}

.mgnT30 {
	margin-top: 30px !important;
}

.mgnT40 {
	margin-top: 40px !important;
}

.mgnT50 {
	margin-top: 50px !important;
}

.mgnT60 {
	margin-top: 60px !important;
}

.mgnT70 {
	margin-top: 70px !important;
}

.mgnT80 {
	margin-top: 80px !important;
}

.mgnL0 {
	margin-left: 0 !important;
}

.mgnL5 {
	margin-left: 5px !important;
}

.mgnL10 {
	margin-left: 10px !important;
}

.mgnL15 {
	margin-left: 15px !important;
}

.mgnL20 {
	margin-left: 20px !important;
}

.mgnL30 {
	margin-left: 30px !important;
}

.mgnL40 {
	margin-left: 40px !important;
}

.mgnL50 {
	margin-left: 50px !important;
}

.mgnL100 {
	margin-left: 100px !important;
}

.mgnR0 {
	margin-right: 0 !important;
}

.mgnR1 {
	margin-right: 1px !important;
}

.mgnR5 {
	margin-right: 5px !important;
}

.mgnR10 {
	margin-right: 10px !important;
}

.mgnR15 {
	margin-right: 15px !important;
}

.mgnR20 {
	margin-right: 20px !important;
}

.mgnR30 {
	margin-right: 30px !important;
}

.mgnR40 {
	margin-right: 40px !important;
}

.mgnR45 {
	margin-right: 45px !important;
}

.mgnR50 {
	margin-right: 50px !important;
}

.mgnR90 {
	margin-right: 90px !important;
}

.mgnR100 {
	margin-right: 100px !important;
}

.pdnT0 {
	padding-top: 0 !important;
}

.pdnB0 {
	padding-bottom: 0 !important;
}



/* background */
.bg-white {
	background: #fff !important;
}

.bg-whitesmoke {
	background: #f4f4f4 !important;
	padding: 3rem 4rem 2rem;
}


/* section */
.section-def {
	padding: 100px 0;
	/*padding:70px 0;*/
	background-color: #fff;
}


/*body > section{
	padding: 100px 0;
}
*/
/*.sec-title {}

.sec-title h2 {
  color: #191919;
  font-weight: 800;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}*/

.devider {
	margin-top: 30px;
}

.devider i {
	color: #cccccc;
}

.devider:before,
.devider:after {
	content: "_____";
	color: #e6e8ea;
	position: relative;
	bottom: 6px;
}

/*.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}*/


/* row-eq-height */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}


#preloader {
	background-color: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1100;
}

#preloader>img {
	left: 47%;
	position: absolute;
	top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
	/*background-color: rgba(16, 22, 54, 0.2);*/
	background-color: rgba(255, 255, 255, 0);
	border: 0 none;
	margin: 0;

	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
}

/* top動画の開始位置を下げた分の調整 --------*/
/*body.top {
	background:#000;
}

.top #navigation {
	background-color: rgba(0,0,0,1);	
}*/
/*-----------------------------------------*/

.navbar-toggle i {
	color: #333;
}

.navbar-brand {
	padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Cormorant Garamond', serif;
}

.header_scroll li a {
	color: #191919;
}

.logo_second,
.header_scroll .logo_first {
	opacity: 0;
}

.header_scroll .logo_second {
	opacity: 1;
	margin-left: -147px;
}


.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #767069;
	color: #767069;
}

.navbar-nav li.tel a {
	font-family: 'Lato', sans-serif;
}

.navbar-nav li.tel a.current,
.navbar-nav li.tel a:focus,
.navbar-nav li.tel a:hover {
	background-color: transparent;
	border-top: 1px solid transparent;
	color: #191919;
}

.navbar {
	min-height: 85px;
}

#logo {
	margin: 10px 0 0 0;
	/*width:210px;*/
	font-size: 14px;
}

#logo img {
	width: 55px;
}


/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
		width: 100%;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		width: 100%;
	}

	.collapsing {
		overflow: hidden !important;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #fff;
	}

	.nav>li>a {
		text-align: center;
	}

	#navigation.animated-header {
		padding: 20px 0;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.navbar-nav li a.current,
	.navbar-nav li a:focus,
	.navbar-nav li a:hover {
		background-color: transparent;
		border-top: 1px solid transparent;
		color: #767069;
	}

	.navbar-toggle i {
		font-size: 22px;
	}

}


/*=========================================
	Footer
==========================================*/


.footer {
	background-color: #f4f4f4;
	color: #4C4C4C;
	padding-top: 40px;
	padding-bottom: 20px;
}

.nav-footer li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
}

.copyright {
	color: #B5B5B5;
	letter-spacing: 1px;
	font-size: 13px;
}

/*.copyright a{
	color:#B5B5B5;
}

.copyright a:hover{
	color:#CECECE;
}*/

.logo-footer {
	float: left;
}

.logo-footer img {
	width: 70px;
	margin: 0 10px 0 0;
}

/* page top */
#back-top {
	bottom: 20px;
	position: fixed;
	right: 15px;
	z-index: 9;
}


/* nav-top-footer */
dl.nav-top-footer {
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 10px;
}

dl.nav-top-footer dt {
	float: left;
	width: 10%;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding-top: 5px;
}

dl.nav-top-footer dd {
	display: inline-block;
	border-left: 1px solid #ccc;
	line-height: 1;
	padding: 0 10px;
	margin: 0;
}

dl.nav-top-footer dd:first-child(1) {
	margin-left: 10%;
}

dl.nav-top-footer dd:last-child {
	border-right: 1px solid #ccc;
}

dl.nav-top-footer dt a {
	color: #064668;
}

/* vm list */
table.vm-list {
	font-size: 12px;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 0;
}

table.vm-list th {
	width: 60px;
}

/* footer info */
dl.footer-info dt {
	font-size: 12px;
	margin-bottom: 10px;
}

dl.footer-info dd {
	font-size: 11px;
}


/* footer fixed btn */
.footer-btn {
	display: table;
	table-layout: fixed;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999999;
}

.footer-btn div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

.footer-btn div a {
	background: #422B2F;
	color: #fff;
	display: block;
	padding: 10px 0;
}

.footer-btn div a:hover {
	text-decoration: none;
}

.footer-btn div a {
	border: 1px solid #937A7F;
	border-right: none;
}

.footer-btn div:last-child {
	width: 200px;
	border-right: 1px solid #937A7F;
}

.footer-btn-tel {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-left: 10px;
}

#footer-lp {
	background: #fff;
	padding-top: 1em;
}

.tit-nav-ft-03 {
	position: relative;
	overflow-x: hidden;
}

.tit-nav-ft-03::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	margin-left: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.tit-nav-ft-03::after {
		width: 62%;
	}
}


/*=========================================
	Slider
==========================================*/

/*#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 55%;
}

.carousel-caption h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom:20px;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #BFBFBF;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}*/

/*=========================================
	Big Video
==========================================*/
#big-video-wrap {
	z-index: -1;
}

.top_movie {
	/*background-color:transparent;
	height:100%;*/
	width: 100vw;
	height: 100vh;
}

.caption-movie {
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 48%;
}

.caption-movie img {
	width: 779px;
}


/*=========================================
	Owl Carousel
==========================================*/
.owl-gallery .owl-nav .owl-next {
	right: 0;
	position: absolute;
}

.owl-gallery .owl-nav .owl-prev {
	left: 0;
	position: absolute;
}

.owl-gallery .owl-controls {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: -20px auto;
	top: 45%;
}

.owl-gallery .owl-controls .owl-nav [class*="owl-"] {
	background: none repeat scroll 0 0 #fff;
	border: 0 solid #fff;
	border-radius: 100%;
	color: #242424;
	cursor: pointer;
	display: inline-block;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	margin: 0 30px;
	padding: 0;
	text-align: center;
	width: 50px;
}

.owl-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
	color: #242424;
}


.section-white .owl-gallery .owl-controls .owl-nav [class*="owl-"] {
	background: #f5f5f5;
}

.owl-gallery .owl-item {
	width: 100%;
	text-align: center;
}

.owl-gallery img {
	/*margin:20px auto 0;
  max-width: 100px;*/
	width: 100%;
}

.owl-gallery h3 {
	font-size: 16px !important;
	margin: 20px 0 5px;
}

.owl-gallery small {
	font-size: 13px;
	font-style: italic;
}

.owl-gallery p {
	font-weight: 300;
	margin: 0 0 20px;
	color: #888;
	font-size: 14px;
	background: #f5f5f5;
	padding: 15px;
}


/*=========================================
	table_rwd
==========================================*/
.table_rwd {
	margin-bottom: 40px;
}

.table_rwd dl {
	display: table;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 0;
}

.table_rwd dl dt {
	display: table-cell;
	width: 52%;
	padding: 10px;
	vertical-align: middle;
}

.table_rwd dl dd {
	display: table-cell;
	width: 48%;
	padding: 10px;
	vertical-align: middle;
}


/*=========================================
	Youtube
==========================================*/
.iframe_wrap_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}

.iframe_wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*=========================================
	tab panel
==========================================*/
/* 3 */
ul.tab-party3 {
	padding: 0;
	margin-bottom: 30px;
}

ul.tab-party3 li {
	list-style-type: none;
	width: 33.05%;
	float: left;
	margin: 0 0.25% 3px 0;
	display: inline-block;
}

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

ul.tab-party3 li a {
	outline: none;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #5a2a27;
	padding: 10px 0;
}

ul.tab-party3 li a:hover {
	color: #fff;
	background-color: #5a2a27;
}

ul.tab-party3 li a.selected {
	cursor: default;
	color: #fff;
	background-color: #5a2a27;
}

ul.panel-party3 {
	clear: both;
	padding: 0;
}

/* 4 */
ul.tab-party4,
ul.tab-party4-2 {
	padding: 0;
	margin-bottom: 30px;
}

ul.tab-party4 li,
ul.tab-party4-2 li {
	list-style-type: none;
	width: 24.75%;
	float: left;
	margin: 0 0.25% 3px 0;
	display: inline-block;
}

ul.tab-party4 li:last-child,
ul.tab-party4-2 li:last-child {
	margin-right: 0;
}

ul.tab-party4 li a,
ul.tab-party4-2 li a {
	outline: none;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #5a2a27;
	padding: 10px 0;
}

ul.tab-party4 li a:hover,
ul.tab-party4-2 li a:hover {
	color: #fff;
	background-color: #5a2a27;
}

ul.tab-party4 li a.selected,
ul.tab-party4-2 li a.selected {
	cursor: default;
	color: #fff;
	background-color: #5a2a27;
}

ul.panel-party4,
ul.panel-party4-2 {
	clear: both;
	padding: 0;
}

/* 5 */
ul.tab-party5 {
	padding: 0;
	margin-bottom: 30px;
}

ul.tab-party5 li {
	list-style-type: none;
	width: 19.75%;
	float: left;
	margin: 0 0.25% 3px 0;
	display: inline-block;
}

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

ul.tab-party5 li a {
	outline: none;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #5a2a27;
	padding: 10px 0;
}

ul.tab-party5 li a:hover {
	color: #fff;
	background-color: #5a2a27;
}

ul.tab-party5 li a.selected {
	cursor: default;
	color: #fff;
	background-color: #5a2a27;
}

ul.panel-party5 {
	clear: both;
	padding: 0;
}

/* dinner */
ul.tab-party3 li:nth-child(2) a,
ul.tab-party3 li:nth-child(3) a,
ul.tab-party4 li:nth-child(4) a,
ul.tab-party4-2 li:nth-child(4) a,
ul.tab-party5 li:nth-child(4) a,
ul.tab-party5 li:nth-child(5) a {
	background-color: #5e5675 !important;
	color: #fff !important;
}


/*=========================================
	TOP
==========================================*/

/* main visual */
.main-visual {
	/*	background:url(../img/top/main_visual.jpg) bottom center no-repeat;*/
	height: 800px;
	position: relative;
}

/* main visual h1 */
.tit-main-visual h1 {
	position: relative;
	padding: 30px 0;
	color: #fff;
	font-size: 62px;
	line-height: 1.3;
	text-align: center;
	margin-top: 240px;
	display: inline-block;
}

.tit-main-visual h1 span {
	display: block;
	font-size: 16px;
	margin-top: 20px;
}

.tit-main-visual h1::before,
.tit-main-visual h1::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.tit-main-visual h1::before {
	top: 0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

.tit-main-visual h1::after {
	bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}
.main-visual__site-title {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

/* news メイン下 */
#news {
	/*	position:absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	color: #222;
	padding: 100px 0 20px;
}

dl.news-list {
	margin: 0;
}

dl.news-list dt {
	width: 15%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

dl.news-list dd {
	margin-left: 10%;
}

/* link area */
.area-link div img {
	margin-bottom: 20px;
}

.area-link div h4 {
	margin-bottom: 10px;
}


/* news */
.area-news {
	display: table;
	margin-bottom: 30px;
}

.area-news div {
	display: table-cell;
	vertical-align: top;
}

.area-news div:first-child {
	width: 35%;
}

.area-news div:last-child {
	width: 65%;
	padding-left: 20px;
}

.area-news dl dt span {
	font-size: 14px;
	margin-left: 10px;
}

.area-news dl dt {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.area-news dl dt h3 {
	font-size: 16px;
	margin: 10px 0 0;
}

.area-news dl dd p {
	font-size: 1.4em;
}

/* fair */
.area-top-fair {
	border: 1px solid #CCC9C6;
	padding: 10px;
	display: table;
	margin-bottom: 20px;
}

.area-top-fair div {
	display: table-cell;
	vertical-align: middle;
}

.area-top-fair div:first-child {
	width: 40%;
}

.area-top-fair div:last-child {
	padding-left: 15px;
}

.area-top-fair div h3 {
	font-size: 16px;
	color: #222;
}

.area-top-fair div h3,
.area-top-fair div p {
	margin-bottom: 10px;
}

.area-top-fair div p:last-child {
	margin-bottom: 0;
}

/* link */
.area-link-second {
	display: table;
	/*border-top:1px solid #CCC9C6;*/
	width: 100%;
}

.area-link-second div {
	display: table-cell;
}

.area-link-second .photo {
	width: 56%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.area-link-second .txt {
	width: 44%;
	padding: 160px 30px;
	text-align: center;
	background: #f7f7f7;
}

.area-link-second .txt .tit-box {
	text-align: center;
	display: block;
}


/* access */
.gmap {
	height: 410px;
}

/* plan */
.card {
	box-shadow: 0 1px 2px #ccc;
	margin: 0 10px 20px;
}

.card-content {
	padding: 20px;
}

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

/*.bnr-mnw{
	background:#fff;
	padding:30px 0 0 !important;
	margin:0 0 -70px;
}

.bg-concept{
	background:url(../img/top/photo_concept.jpg) 0 0 no-repeat fixed;
	background-size:cover;
	width:100%;
	padding:350px 0;
	text-align:center;
}


.bg-plan{
	background:url(../img/top/photo_plan.jpg) 0 0 no-repeat fixed;
	background-size:cover;
	width:100%;
	padding:200px 100px;
	text-align:left;
}*/


/*=========================================
	2nd
==========================================*/

/* commmon
------------------------------------------*/

/* page title */
.area-hero-title {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 200px 0;
}

.area-hero-title-s {
	padding: 90px 0 50px !important;
}

.area-hero-title h1 {
	color: #fff;
	font-size: 50px;
}

.area-hero-title p {
	color: #fff;
	margin-bottom: 0;
}

.txt-capacity {
	border: 1px solid #767069;
	padding: 5px 10px;
	line-height: 1;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
}

.txt-mgn-01 {
	margin: 100px 0;
}

.txt-mgn-02 {
	margin: 130px 0;
}

/* pankuzu */
.pankuzu-wrap {
	margin: 0;
	/*background:#f7f7f7;*/
	background-color: rgba(247, 247, 247, 0.9);
	padding: 13px 0;
}

.pankuzu-fixed {
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: rgba(247, 247, 247, 0.9);
	overflow: visible;
}

ul.pankuzu {
	margin-left: 20px;
}

ul.pankuzu li {
	color: #333;
	font-size: 14px;
	list-style: none;
	display: inline-block;
	margin: 0;
}

ul.pankuzu li:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 7px 0 10px;
}

ul.pankuzu li:last-child:after {
	content: '';
}

ul.pankuzu li a {
	color: #333;
	text-decoration: none;
}

ul.pankuzu li a:hover {
	color: #666;
	text-decoration: underline;
}

/*.txt-mgn-02-01{
	margin:100px 0 20px;
}

.txt-mgn-02-02{
	margin:0 0 100px;
}*/

/* plan
------------------------------------------*/
.table-plan th,
.table-plan td {
	border-top: 1px solid #fff !important;
}

.table-plan th {
	width: 70px;
}

/* banquet
------------------------------------------*/
.box-case {
	background: #f9f9f9;
	padding: 20px;
	display: table;
}

.box-case div {
	display: table-cell;
	vertical-align: top;
}

.box-case div:nth-child(1) {
	width: 25%;
}

.box-case div:nth-child(2) {
	padding-left: 20px;
}

.box-case div table {
	font-size: 12px;
	margin-bottom: 0;
}

.box-case div table th {
	font-weight: normal;
	width: 55px;
	padding: 3px 5px 3px 0;
}

.box-case div table td {
	padding: 3px 0px;
}



/* fair
------------------------------------------*/
/*.fair_zexy_pc {
    width: 100%;
    height: 8800px;
}*/


/* guest
------------------------------------------*/
/*ul.nav-guest{
	margin:0 auto;
	text-align:center;
}

ul.nav-guest li{
	display:inline-block;
	line-height:1;
	padding:0 15px;
	border-left: 1px solid #ccc;
}

ul.nav-guest li:last-child{
	border-right: 1px solid #ccc;
}

dl.list-guest{
	margin-bottom:30px;
}

dl.list-guest dt{
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	font-weight:bold;
	margin-bottom:20px;
	font-size:16px;
}

.txt-guest-en{
	font-size:38px !important;
}*/



/*  ikkyu
------------------------------------------*/
.ikku_box table {
	margin: auto;
}

.ikku_box .col-md-8 {
	padding: 15px;
	border: 1px solid #dedede;
	background-color: rgb(238, 232, 216);
	color: #333;
}


/*  event
------------------------------------------*/
.section-def-lp {
	background-color: #fffef3;
}

.lp-event .caption {
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	text-shadow: 0 0 10px #333;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 130px;
	position: relative;
	padding-top: 60px;
}

.lp-event .caption img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 180px;
}

.lp-event .caption span {
	display: block;
	font-size: 40px;
}

.lp-event .caption-2 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-shadow: 0 0 6px #333;
	text-align: center;
	margin: 280px 0 20px;
}

.lp-event .date {
	background: #2D201C;
	width: 180px;
	padding: 20px 0;
	text-align: center;
	margin: 100px 0 20px 30px;
}

.lp-event .date h3 {
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	width: 80%;
	margin: 0 auto 15px;
}

.lp-event .date h3 span {
	color: #fff;
	font-size: 20px;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.lp-event .box-price {
	background: #ac1e23;
	text-align: center;
	padding: 17px 10px;
	color: #fff;
}

.lp-event .box-price h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.lp-event .price-line {
	border-top: 2px solid #e0c086;
	border-bottom: 2px solid #e0c086;
	outline: 4px solid #ac1e23;
	padding-left: 0;
	padding-right: 0;
}

.lp-event .box-menu {
	/*
	background:#2D201C;
	padding:10px;	
*/
	color: #422210;
}

.lp-event .box-menu .h2,
.lp-event .box-menu .h3,
.lp-event .box-menu p {
	color: #422210;
}

.lp-event .box-menu h3 {
	border-bottom: dashed 1px;
	padding-bottom: 10px;
}



.lp-event .list-chef dt span {
	background: #ddd;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	display: block;
	width: 80px;
	font-size: 24px;
}

.list-chef dl {
	background-color: #fdf1e7;
	padding: 15px;
	margin-bottom: 20px;
}

.list-chef dl dt img {
	width: 100%;
}

.reserve_box {
	width: 80%;
	margin: 0 auto 60px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 10px 30px;
	text-align: center;
}

.ex-menu {
	border: 1px solid #b18247;
	outline: 3px solid #b18247;
	outline-offset: 3px;
}

.wine-set {
	background-color: #fef6d9;
	background-image: url(../img/event/wine_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.list-chef h3 span {
	display: inline-block;
}

p.top-tel span {
	font-size: 30px;
	margin-left: 15px;
}

.s2 {
	display: flex;
	align-items: center;
}

.s2:before,
.s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}

.s2:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #888, transparent);
}

.s2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #888, transparent);
}

.txt-menu {
	background: #7F061B;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 10px;
}


@media only screen and (min-width: 769px) {
	.tit-box h3 {
		font-size: 26px;
	}

	.lp-event {
		background-image: url(../img/event/bg_check.jpg);
		background-repeat: repeat;
	}

	.section-def-lp {
		width: 92%;
		margin: auto;
	}

	.wine-set {
		margin-top: -6px;
	}

	.lp-event .box-menu-inner {
		/*	background:#fdf1e7;*/
		padding: 18px 20px;
	}

	.list-chef dl:first-child dd p {
		float: left;
		width: 70%;
	}

	.list-chef dl:first-child dd img {
		float: right;
		width: 30%;
	}

	.menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-flex-pack: justify;
		-moz-flex-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}

	.menu div {
		float: none !important;
	}

	p {
		line-height: 2
	}

	.ex-menu,
	.wine-set {
		width: 45%;
	}

	.txt-cl {
		text-align: center;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.lp-event .section-def-lp img {
		margin-bottom: 20px;
		width: 100%;
	}

	.lp-event .caption img {
		width: 25%;
	}

	.lp-event .caption {
		margin-bottom: 0px;
		padding-top: 40%;
		font-size: 5vw !important;
	}

	br.visible-xs {
		display: block;
	}

	footer p a,
	footer p {
		color: #fff;
	}

}

@media only screen and (max-width: 768px) {

	.lp-event .section-def-lp img {
		margin-bottom: 20px;
		width: 100%;
	}

	.lp-event .caption {
		font-size: 35px;
		margin-bottom: 0px;
		padding-top: 40%;
	}

	.lp-event .caption span {
		font-size: 16px;
		display: inline-block;
	}

	.lp-event .caption img {
		width: 35%;
	}

	.lp-event .caption-2 {
		font-size: 16px;
		margin: 40px 0 20px;
	}

	.lp-event .date {
		width: 90%;
		margin: 40px auto 20px;
		padding: 10px 0;
	}

	.lp-event .date h3 {
		font-size: 30px;
		margin-bottom: 0;
	}

	.lp-event .date h3 span {
		font-size: 28px;
		display: inline;
		padding-bottom: 0;
		border-bottom: none;
	}

	.lp-event .date p {
		font-size: 11px;
	}

	.lp-event table.list-chef th,
	.lp-event table.list-chef td {
		padding: 12px 10px !important;
	}

	.lp-event table.list-chef th span {
		font-size: 16px;
		width: 50px;
	}

	.wine-set {
		margin-top: 30px;
		padding: 20px 0;
	}

	.ex-menu {
		padding: 20px 0;
		line-height: 2;
		margin: 15px;
	}

	table {
		width: 100%
	}

	.christmas {
		display: flex;
		flex-direction: column-reverse;
	}
}

/*スマホ以上(シェフのご紹介部分)*/
@media screen and (min-width: 540px) {
	.list-chef dl dt {
		width: 20%;
	}

	.list-chef dl dd {
		width: 80%;
	}

	.list-chef dl:nth-child(2n-1) dd {
		padding-left: 3%;
	}

	.list-chef dl:nth-child(2n) dd {
		padding-right: 3%;
	}

	.list-chef dl:nth-child(2) dt {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.list-chef dl:nth-child(2) dd {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.lp-event .list-chef dt img {
		max-width: 200px;
	}

	.list-chef dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

	}

	.list-chef dl dt .hidden-xs {
		display: block !important;
	}

	.list-chef dl dt .visible-xs {
		display: none !important;
	}
}