@charset "utf-8";
/* CSS Document */

#section{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 120px 0;
}
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


#title{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: bold;
	font-weight: 700;
	color: #022d6c;
	letter-spacing: 0.12em;
	margin: 0 0 15px 0;
}
#title span{
	display: block;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 300;
	font-weight: normal;
	font-size: 13px;
	margin: 10px 0 0 0;
	letter-spacing: 0.08em;
}
#title.cnt span{
	color: #ac8700;
}
.lead{
	text-align: center;
	margin: 0 0 30px 0;
}
.lead-txt{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 300;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	margin: 0 0 20px 0;
}

#section.restaurant .lead-txt{
	line-height: 170%;
	margin: 20px 0 40px;
}

/*home*/
#main{
	padding: 0 30px 30px;
	background-image: url(../../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
#main .pic{
	height: 80vh;
	position: relative;
	background-size: cover;
	background-position: center bottom;
	background-image: url(../../img/main.jpg);
}
#main .pic h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 300;
	font-weight: normal;
	font-size: 25px;
	color: #022d6c;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
	padding-left: 120px;
}
#main .pic h2::before{
	content: '';
	position:absolute;
	width: 100px;
	height: 1px;
	background-color: #022d6c;
	top:12px;
	left: 0;
}
.bnr-mv{
	width: 470px;
	height: auto;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.bnr-mv img{width: 100%;height: auto;}

#fair-box{
	padding: 60px 0 80px 0;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}
.title-box p{
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0;
  color: #ac8700;
}
#fair-box .inn{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.top-plan{
	width: 350px;
	float: left;
	background-color: #ac8700;
	padding: 5px;
}
.top-plan .box{
	border: 1px solid #fff;
	padding: 10px 20px 20px;
}
.top-plan .box .md{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 5px 0;
  color: #fff;
}
.top-plan .box .pic img{width: 100%;height: auto;}
.top-plan .box .date dl{margin:10px 0 5px 0;}
.top-plan .box .date dt{
    display: table-cell;
    width: auto;
    font-size: 12px;
    padding: 3px 5px;
    text-align: center;
    font-weight: normal;
    color: #ac8700;
    background-color: #fff;
    vertical-align: middle;
    line-height: 1;
}
.top-plan .box .date dd{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0 3px 10px;
    color: #fff;
    line-height: 1;
    font-size: 12px;
}
.top-plan .box p{
	text-align: left;
	line-height: 150%;
	margin: 0;
}
.top-plan .box p a:link{color: #fff;}
.top-plan .box p a:hover{color: #fff;}
.top-plan .box p a:visited{color: #fff;}
.top-plan .box p a:active{color: #fff;}

.fair-cal{
	float: right;
	width: 620px;
	border-top:1px solid #ddd;
}
.fair-cal .md{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 15px 0 5px 0;
}
.view-fair{
	text-align: right;
}
.view-fair span{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #022d6c;
}
.view-fair span::after{
	font-family: "fontAwesome";
  content: ' \f0a9 ';
  margin: 0 0 0 5px;
  color: #ac8700;
}
.movie{
	width: 100%;
	/*height: 100vh;
	position: relative;
	z-index: -1;*/
}
.movie .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
	mix-blend-mode: overlay;
}
.movie .inn img{
	height: 75px;
	width: auto;
}
.movie video {
/*position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;*/
}
.movie video{
	width: 100%;
	height: auto;
}

#concept-box{
	padding: 50px;
	background-color: #fff;
}
#concept-box .inn{
	height: 450px;
	background-image: url(../../img/concept.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
#concept-box .inn a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 5;
	background-color: rgba(255,255,255,0);
	transition: all .3s;
}
#concept-box .inn a:hover{
	background-color: rgba(255,255,255,0.3);
	transition: all .3s;
}
#concept-box .inn .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 92%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
	color: #fff;
}
#concept-box .inn .txt h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
}
#concept-box .inn .txt .lead-copy{
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin: 12px 0;
	color: #ac8700;
}
#concept-box .inn .txt p{
	font-size: 13px;
}

#bnr-list{
	background-color: #ebf2f2;
	padding: 50px 0;
}
#bnr-list .inn{
	width: 1000px;
	margin: 0 auto;
}
#bnr-list .inn ul{overflow: hidden;}
#bnr-list .inn ul li{
	width: 320px;
	margin: 10px 20px 10px 0;
	padding: 10px;
	background-color: #fff;
	float: left;
}
#bnr-list .inn ul li:nth-child(3n){
	margin: 10px 0 10px 0;
}
#bnr-list .inn ul li img{width: 100%;height: auto;}

#our-wedding{
	background-image: url(../../img/bg-wedding.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 160px 100px 100px;
	position: relative;
}
#our-wedding .overlay{
	background-color: rgba(2,45,108,0.9);
}
#our-wedding .inn{
	position: relative;
	z-index: 2;
	color: #fff;
}
#our-wedding .inn h2{
	  font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
#our-wedding .inn .lead{
	margin: 20px 0;
}
#our-wedding .inn ul li{
	overflow: hidden;
	margin: 30px 0;
}
#our-wedding .inn ul li .pic{
	float: left;
	width: 64%;
	height: 380px;
	background-position: 99.5% center;
	background-size: cover;
	position: relative;
}
#our-wedding .inn ul li .pic a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
#our-wedding .inn ul li .pic a:hover{
}
#our-wedding .inn ul li .txt{
	float: right;
	width: 35%;
	height: 380px;
	position: relative;
}
#our-wedding .inn ul li .txt .box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
}
.o-ceremony .pic{
	background-image: url(../../img/tmb-ceremony.png);
}
.o-banquet .pic{
	background-image: url(../../img/tmb-banquet.png);
}
.o-cuisine .pic{
	background-image: url(../../img/tmb-cuisine.png);
}
.o-dress .pic{
	background-image: url(../../img/tmb-dress.png);
}

.view-more span{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}
.view-more span::after{
	font-family: "fontAwesome";
  content: ' \f0a9 ';
  margin: 0 0 0 5px;
  color: #fff;
}

#our-wedding .inn ul li .txt .box h3{
	font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.2em;
}
#our-wedding .inn ul li .txt .box p{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 13px;
}
#our-wedding .inn ul li.even .pic{
	float: right;
	background-position: left center;
}
#our-wedding .inn ul li.even .txt{
	float: left;
}
#our-wedding .inn ul li.even .txt .box{
	text-align: right;
}

#other-box{
	padding: 100px 100px;
	background-color: #fff;
}
#other-box ul{overflow: hidden;}
#other-box ul li{
	width: 50%;
	float: left;
	text-align: center;
}
#other-box ul li .pic{
	height: 300px;
	background-position: center center;
	background-size: cover;
	margin: 0 0 20px 0;
}
#other-box ul li .pic.plan{background-image: url(../../img/party/tmb-plan.jpg);}
#other-box ul li .pic.report{background-image: url(../../img/party/tmb-report2.jpg);background-position: center top;}

#news-box{
	padding: 0 50px 100px;
	background-color:#fff;
}
#news-box .title-box{
	border-top:1px solid #ddd;
	padding-top: 80px;
}
#news-box ul{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 30px;
}
#news-box ul li{
	width: 23.5%;
	margin: 0 2% 0 0;
	float: left;
}
#news-box ul li:last-child{
	margin: 0;
}
#news-box ul li .pic{margin: 0 0 15px 0;}
#news-box ul li .pic img{width: 100%;height: auto;}
#news-box ul li .category span {
    display: inline-block;
    font-size: 11px;
    background-color: #ac8700;
    color: #fff;
    padding: 3px 12px;
    line-height: 1;
}
#news-box ul li .category span a{color: #fff;}
#news-box ul li .category{margin: 0 0 10px 0;}
#news-box ul li .date {
    font-size: 12px;
    color: #999;
    margin: 0 0 5px 0;
}

/*faq*/
.faq-box{
	width: 1000px;
	margin: 0 auto;
}
.faq dl{
	background-color: #ebf2f2;
	text-align: left;
	color: #022d6c;
}
.faq dt {
    padding: 10px 15px ;
    cursor: pointer;
    position: relative;
    margin: 4px 0;
}
.faq dt::before{
	font-family: "fontAwesome";
	content: '\f059';
	margin: 0 8px 0 0;
	color: #ac8700;
	font-weight: bold;
	font-size: 16px;
}
 
.faq dt.active:before {
  margin-top: -2px;
}
 
.faq dt.active:after {
  margin-top: 3px;
}
 
.faq dd {
    background-color: #fff;
    padding:25px 15px;
    line-height: 150%;
    display: none;
    color: #000;
}
.faq dd ul{margin: 12px 0 0 0;}
.faq dd ul li{
	font-size: 12px;
}
.faq dd ul li::before{
	content: '※';
	margin: 0 5px 0 0;
}

/*gallery*/
.gallery-list {
    padding: 0px 60px ;
}
.gallery-list ul{
	overflow: hidden;
}
.gallery-list ul li{
	width: 22%;
	float: left;
	margin: 0 4% 5% 0;
	position: relative;
}
.gallery-list ul li:nth-child(4n){margin: 0 0 5% 0;}
.gallery-list ul li .pic{
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
article.item .pic{
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.gallery-list ul li .pic img{
	width: 100%;
	height: auto;
}
article.item .pic img{
	width: 100%;
	height: auto;
}
.gallery-list ul li .sb{
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #555;
}
article.item .sb{
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #555;
}
.gallery-list ul li .title{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.02em;
}
article.item .title{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.02em;
}
.gallery-list ul li hr{
	border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(161, 218, 225, 0.3);
}
article.item hr{
	border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(161, 218, 225, 0.3);
}
.gallery-list ul li .view{
	font-size: 13px;
	text-align: right;
}
.gallery-list ul li .view span{
	color: #ac8700;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}
.gallery-list ul li .view span::after{
	font-family: "fontAwesome";
	content: '\f0da';
	margin: 0 0 0 5px;
}

article.item .view{
	font-size: 13px;
	text-align: right;
}
article.item .view span{
	color: #ac8700;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}
article.item .view span::after{
	font-family: "fontAwesome";
	content: '\f0da';
	margin: 0 0 0 5px;
}

hr.cept{
	width: 40px;
}

.gallery-title{
	text-align: center;
	margin: 80px 0 30px 0;
}
.gallery-title .eng{
	color: #ac8700;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.12em;
}
.gallery-title .sb{
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #555;
}

.gallerySlider .tmb img{height: 600px;width: auto;}
.gallerySlider .tmb{
  margin-right: 5px;
  position: relative;
}

.viewBt {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #ac8700;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}
.viewBt span::after{
	font-family: "fontAwesome";
	content: '\f0da';
	margin: 0 0 0 8px;
}


#mnsry_container {
  position: relative;
}
#mnsry_container:hover img {
  opacity: 0.28;
}

#mnsry_container article {
  width: 21%!important;
  min-height: auto!important;
  padding: 0 2% 4%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
#mnsry_container article h1 {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: all 1.2s;
  z-index: 1;
}
#mnsry_container article img {
  display: block;
  width: 100%;
  transition: all .8s;
}
#mnsry_container article:hover h1 {
  transform: translate3d(0, 18px, 0) scale(1.2, 0.4);
  opacity: 0;
}
#mnsry_container article:hover img {
  opacity: 1;
  transform: scale(1.04);
}

#loading_msg {
  position: fixed;
  top: 48%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 860px) {
  #mnsry_container article {
    width: 50%;
    min-height: 150px;
  }
}
@media (max-width: 667px) {
  #mnsry_container article {
    width: 100%;
    min-height: 180px;
  }
}

/*news*/
.news-box{
	overflow: hidden;
  width: 82%;
  margin: 0 auto;
  padding: 0px 0 0 0;
}
.news-box .entry-list{
	float: left;
	width: 77%;
  float: left;
}
.news-box .box .title{
	overflow: hidden;
	border-bottom:1px solid #eee;
	padding: 30px 0;
	margin: 0 0 30px 0;
}
.news-box .box .title .date{
	float: left;
	width: 18%;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #ac8700;
}
.news-box .box .title .right{
	float: right;
	width: 82%;
	padding-left: 5%;
	border-left: 1px solid #eee;
	
}
.news-box .box .title .right h2{
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
}
.news-box .box .title .right .cat{
	margin: 0 0 5px 0;
}
.news-box .box .title .right .cat span{
	display: inline-block;
	line-height: 1;
	background-color: #ac8700;
	color: #fff;
	font-size: 12px;
	padding: 3px 12px;
}
.news-box .box .title .right .cat span a:link{color: #fff;}
.news-box .box .title .right .cat span a:hover{color: #fff;}
.news-box .box .title .right .cat span a:visited{color: #fff;}
.news-box .box .title .right .cat span a:active{color: #fff;}

.news-box .entry-list img{
	max-width: 100%;
	height: auto;
}

.sharedaddy{display: none!important;}

.news-box .box {
	border-top:1px solid #eee;
	margin: 0 0 100px 0;
}

.news-box .nav{
	float: right;
  width: 18%;
  padding:60px 0 0 0px;
  border-top: 1px solid #eee;
}
.news-box .nav .nav-box{
	margin: 0 0 60px 0;
}
.news-box .nav .nav-box .md{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}
.news-box .nav .nav-box ul li{
	margin: 5px 0;
}



/*plan*/
.lead-cept{
	margin: 60px 0;
	text-align: center;
}
.pickup-plan{
	background-color: #ebf2f2;
	border-top:1px solid #a5dede;
	border-bottom:1px solid #a5dede;
	padding: 40px 60px;;
}
.pickup-plan .md{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	font-size:20px;
	color: #ac8700;
	margin: 0 0 20px 0;
	text-align: center;
}
.pickup-plan ul{overflow: hidden;border: 1px solid #fff;}
.pickup-plan ul li{
	position: relative;
	width: 33.333333333%;
	float: left;
	margin: 0;
	padding: 50px;
	background-color: #f1ebeb;
	
}
.pickup-plan ul li:nth-child(2){
	background-color: #e8e7e2;
}

.pickup-plan ul li .pic img{width: 100%;height: auto;}
.pickup-plan ul li .pic{overflow: hidden;position: relative;margin: 0 0 15px 0;}
.pickup-plan ul li .pic .title{
	position: absolute;
	padding: 20px;
	bottom:0;
}
.pickup-plan ul li .pic .title span{
	display: inline;
	background: linear-gradient(transparent 0%, #fff 0%);
	line-height: 250%;
	padding: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	font-weight: 800;
}
.pickup-plan ul li .price{
	font-size: 16px;
	font-weight: bold;
}
.pickup-plan ul li .sb{
	font-size: 13px;
	color: #555;
}
#plan .view{
	font-size: 13px;
	text-align: right;
}
#plan ul li .view span{
	color: #ac8700;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}
#plan ul li .view span::after{
	font-family: "fontAwesome";
	content: '\f0da';
	margin: 0 0 0 5px;
}

#plan .gallery-list ul li .title{
	font-weight: bold;
	font-weight: 800;
}
#plan .gallery-list ul li .price{
	color: #ac8700;
}
#plan .gallery-list ul li .sb{
	font-size: 12px;
}


.planWrap{
	background-color: #fafafa;
	padding: 60px 0;
	position: relative;
}
.planList{
	width: 70%;
	min-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px 30px 30px;
	
}
.selector{
	width: 90%;
	margin: 0 auto;
}
.selector ul{overflow: hidden;}
.selector ul li{
	text-align: center;
	float: left;
	width: 50%;
	background-color: rgba(0,0,0,0.1);
	line-height: 1.2;
	border-top: 15px solid #f7f7f5;
}
.selector ul li.active{
	background-color: rgba(255,255,255,1);
	border-top: 15px solid #fff;
}
.selector ul li span{
	display: block;
	padding: 20px 0 7px 0;
}

.planList ul{overflow: hidden;}
.planList ul li{
	width: 32%;
	float: left;
	margin: 0 2% 4% 0;
	position: relative;
}
.planList ul li:nth-child(3n){
	margin: 0 0 4% 0;
}

.planListItem ul li a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0);
	transition: all .3s;
}
.planListItem ul li a:hover{
	background-color: rgba(0,0,0,0.3);
	transition: all .3s;
}


.planList ul li .pic{position: relative;}
.planList ul li .pic img{width: 100%;height: auto;}
.planList ul li .label{
	border-top:1px solid #b79f63;
	color: #b79f63;
	
}
.planList ul li .label span{
	display: block;
	padding: 15px 0;
}
.planList ul li .pic .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.9) 100%);
    
}
.planList ul li .pic .text p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 0 0;
}
.planList ul li .pic .hd{
	text-align: left;
	font-size: 12px;
}
.planList ul li .pic .text .md{
	font-weight: bold;
    font-size: 16px;
}
.planList ul li p{
	font-size: 13px;
	line-height: 150%;
}
.planList ul li .textBox{
	text-align: center;
	margin-top: 12px;
}
.planList ul li .textBox .md{
	font-size: 17px;
	font-weight: bold;
}
.planList ul li .bt{
	text-align: center;
}
.planList ul li .bt span{
	display: block;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    background-color: #b79f63;
    border: 1px solid #b79f63;
    color: #fff;
    padding: 10px 0;
    transition: all .3s;
}
.planList ul li .bt span:hover{
	background-color: #fff;
	color: #b79f63;
	transition: all .3s;
}

.timeList .date{
	width: 90%;
	margin:0 auto;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
.timeList .date span{
	display: inline-block;
	background-color: #efefef;
	margin: 0 3px 0 0 ;
	font-size: 13px;
	padding: 6px 10px;
	border: 1px solid #efefef;
	border-radius: 2px;
}
.timeList .date .select span{color: #fff;background-color: #c19742;}
.timeList .date span.year{
	background-color: #fff;
	border: 1px solid #fff;
}
.timeList .date span.active{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.hdMonth {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: bold;
    color: #b79f63;
}
.timeList ul{
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	
}
.timeList ul.tab li{padding: 10px 0 10px 0;position: relative;display: inline-block;}
.timeList .content .planpanel{
	width: 90%;
	margin: 0 auto;
}
.timeList .content{padding-bottom: 70px;width: 100%;}
.timeList .content .planpanel li{width: 100%;}
.timeList .content li{margin-bottom: 30px;}
.timeList li .icon{
	padding: 5px;
	background-color: #7ec1b1;
	display: inline-block;
	position: absolute;
	top:0;
	right: 20px;
}

.timeList li .icon .sq {
	border: 1px solid #fff;
}
.timeList li .icon .sq span{
	display: inline-block;
	color: #fff;
	background-color: #7ec1b1;
	font-size: 12px;
	padding: 6px 20px;
}

.timeList li .inner{
  width: 100%!important;
	border: 1px solid #eee;
	padding: 20px 20px ;
	overflow: hidden;
}
.timeList li .inner .date{
	border-bottom:1px solid #eee;
	padding: 0 0 20px 0;
}
.timeList li .inner .date span{
	display: inline-block;
	background-color: #efefef;
	margin: 0 3px 0 0 ;
	font-size: 12px;
	padding: 6px 10px;
	border: 1px solid #efefef;
	border-radius: 2px;
}
.timeList li .inner .date span.year{
	background-color: #fff;
	border: 1px solid #fff;
}
.timeList li .inner .date span.active{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.timeList li .inner .title{
	text-align: left;
	padding: 10px 0;
	margin: 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.timeList li .inner .wrap .pic{
  width: 48%;
  float: right;
  
  overflow: hidden;
  position: relative;
  padding-top: 30%;
  margin-bottom: 0px;
}
.timeList li .inner .wrap .pic img{
  width: 100%;
  height: auto;
  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.timeList li .inner .wrap .txt{
	width: 48%;
	float: left;
	padding: 0px 0 0 0;
}
.timeList li .inner .wrap .txt .price{margin: 0 0 20px 0;}
.timeList li .inner .wrap .txt .price span{
	background-color: #fff;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}
.timeList li .inner .wrap .txt .price span.md{
	font-size: 12px;
	background-color: #efefef;
	padding: 5px 20px;
	font-weight: normal;
}
.timeList li .inner .wrap .txt p{line-height: 150%;margin: 0 0 20px 0;}

.timeList ul li .inner .bt{margin: 12px 0 0 0;}
.timeList ul li .inner .bt span{
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    background-color: #fff;
    color: #b79f63;
    line-height: 1;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #b79f63;
}

.titlePlan{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.plan_date{
	text-align: center;
}
.plan_date dl{margin: 10px 0 0px 0;}
.plan_date dt{
    display:inline-block;
    width: 100px;
    font-size: 12px;
    padding: 3px 0px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background-color: #022d6c;
    vertical-align: middle;
    
}
.plan_date dd{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 5px 7px;
    line-height: 1.5;
    font-size: 17px;
    color: #022d6c;
    font-weight: bold;
    font-weight: 800;
}
.plan_date .price_off{margin-bottom: 10px;}
.plan_date .price_off span{
	display: inline-block;
	padding: 4px 0px;
	color: #ac8700;
}
.term{text-align: center;}

.plan_inn{
	width: 1000px;
	margin: 20px auto 60px;
	padding: 30px 30px 60px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.plan_inn .wrap{overflow: hidden;margin-bottom: 50px;}
.plan_inn .wrap .pic{float: left;
	width: 38%;
}
.plan_inn .wrap .pic img{width: 100%;height: auto;}
.plan_inn .wrap .txt{
	float: right;
	width: 58%;
	font-size: 16px;
	line-height: 180%;
}
.plan_inn .wrap .txt p{
	margin: 20px 0;
	font-size: 15px;
}

.plan_info{border-top:1px solid #ddd;padding-top: 80px;}
.plan_info .md{
	text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: bold;
    font-weight: 700;
    color: #022d6c;
    letter-spacing: 0.12em;
    margin: 0 0 15px 0;
}
.plan_info .md span{
	    display: block;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 300;
    font-weight: normal;
    font-size: 13px;
    margin: 4px 0 0 0;
    letter-spacing: 0.08em;
}

.single-plan #section{padding-bottom: 0;}


/*report*/
#report .gallery-list ul li{
	width: 32%;
    float: left;
    margin: 0 2% 5% 0;
    position: relative;
}
#report .gallery-list ul li:nth-child(4n){
	margin: 0 2% 5% 0;
}
#report .gallery-list ul li:nth-child(3n){
	margin: 0 0 5% 0;
}
.gallery-list ul li .season{
	font-size: 12px;
	color: #777;
}

.entryReport {
	width: 80%;
	margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.entryReport .main{
 overflow: hidden;
 width: 100%;
 height: 550px;
 position: relative;
}
.entryReport .main img{
width: 100%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index:1;
text-align: center;
vertical-align: middle;
}
.reportInfo {
    padding: 40px 0;
    text-align: center;
}
.reportInfo .date,
.reportInfo .name {
    font-size: 14px;
}
hr.cept {
    width: 40px;
    margin: 10px auto 15px;
}
.reportInfo .md {
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}
.reportInfo .inn dl{display: inline-block;}
.reportInfo .inn dt{
    display: table-cell;
    width: 80px;
    font-size: 13px;
    padding: 5px 0px;
    text-align: center;
    font-weight: normal;
    border:1px solid #d5b000;
    color: #000;
    vertical-align: middle;
    line-height: 1;
}
.reportInfo .inn dd{
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px 5px 20px;
    line-height: 1;
}
.entryReport .wrap{overflow: hidden;}
.entryReport .pic_l {
    width: 49.7%;
    float: left;
    padding-right: 5px;
}
.entryReport .pic_r {
    width: 49.7%;
    float: right;
    padding-left: 5px;
}
.entryReport ul li {
    margin-bottom: 15px;
}
.entryReport .pic_l img,
.entryReport .pic_r img {
    width: 100%;
    height: auto;
}

.entryReport ul li{
  margin-bottom: 15px;
  width: 100%;
}
.entryReport ul li.vertical{
  height: 350px;
  overflow: hidden;
}
.entryReport .wide{
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px
}
.entryReport .wide img{
  position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
.cassette{overflow: hidden;margin-bottom: -20px;}

.caption .cap02 {
    font-size: 13px;
    color: #777;
}

.freetxt {
    margin: 0 auto 40px;
    width: 800px;
}

.single-report .btBack{
	margin-top: 80px;
}

/*fair*/
.pickUpFair {
    background-color: #ebf2f2;
    border-top: 1px solid #a5dede;
    border-bottom: 1px solid #a5dede;
    padding: 40px 60px;
    
}
.pickUpFair .md {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 20px;
    color: #ac8700;
    margin: 0 0 20px 0;
    text-align: center;
}

.pickUpFair .wrap{overflow: hidden;}

.fairWrap .pickUpFair {margin-bottom: 50px;position: relative;}
.fairWrap .pickUpFair .wrap{overflow: hidden;}

.fairWrap .pickUpFair dl{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.fairWrap .pickUpFair dl:last-child{margin: 0;}
.fairWrap .pickUpFair dl .pic{position: relative;}
.fairWrap .pickUpFair dl .pic img{width: 100%;height: auto;}
.fairWrap .pickUpFair dl .pic .fairTxtInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.9) 100%);
}
.fairWrap .pickUpFair dl .titleFair{
	font-size: 15px;
}
.fairWrap .pickUpFair dl .date{
	font-size: 14px;
	padding: 10px 0 3px 0;
}

.fair_category{
	text-align: center;
	margin-bottom: 10px;
}
.fair_category ul li{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 3px;
}
.fair_category ul li span{
	display: block;
    padding: 5px 7px;
    background-color: #ac8700;
    border: 1px solid #ac8700;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}
.fairWrap h2{
	font-size: 18px;
	color: #022d6c;
	font-weight: normal;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-weight: 800;
	margin-bottom: 24px;
}
ul.content{
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
}
.full_cal{
	width:70%;
	margin: 0 auto 50px;
}
.full_cal .pc iframe{width:100%;}

.fairList{
	border-top: 1px solid #ddd;
	margin: 0 auto;
	background-color: #fff;
}
.fairList dl.hide{display: none;}
.fairList dl{
  margin: 0;
  width: 100%;
  display: table;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.fairList dt{
    display: table-cell;
    width: 22%;
    font-size: 13px;
    padding: 0px;
    text-align: center;
    color: #A18100;
    background-color: #f9f9f9;
    border-right: 1px solid #ddd;
    vertical-align: top;
}
.fairList dd{
    display: table-cell;
    width: 78%;
    padding: 0px;
    color: #4C4C4C;
    line-height: 1.5;
}
.fairList dt .day {
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 20px 0;
    color: #ac8700;
    font-weight: bold;
}
.fairList dt .day span{display: block;font-size: 14px;}
.fairList .otherFair{
	font-size: 14px;
	color: #ac8700;
}
.fairList .otherFair span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 3px 0 0;
}
.fairList .inn{
  padding: 20px;
  overflow: hidden;
}
.fairList .inn .pic{
  float: left;
  width: 25%;
  height: auto;
  overflow: hidden;
}
.fairList .inn .pic img{
  width: 100%;
  height: auto;
}

.fairList .inn .fairTxtInfo{
  float: right;
  width: 72%;
  font-size: 14px;
  text-align: left;
}
.fairList .inn .fairTxtInfo p{
	font-size: 13px;
}
.fairList .inn .fairTxtInfo .titleFair{
  font-size: 16px;
  padding: 24px 0 7px 0;
  text-align: left;
  border-bottom:1px solid #eee;
  margin-bottom: 7px;
  font-weight: bold;
}
.fairList .inn .fairTxtInfo ul.icon{
  overflow: hidden;
}
.fairList .inn .fairTxtInfo ul.icon li,
.topics ul.icon li{
  display: inline-block;
  margin: 0 2px;
}
.fairList .inn .fairTxtInfo ul.icon li span,
.topics ul.icon li span{
  display: block;
  padding: 3px 7px;
  background-color: #ac8700;
  border: 1px solid #ac8700;
  font-size: 12px;
  color: #fff;
}
.fairList .inn .fairTxtInfo .bt ul{overflow: hidden;margin-top: 20px;}
.fairList .inn .fairTxtInfo .bt ul li{
  display: inline-block;
  width:49%;
  float: left;
  margin: 0 1% 0 0;
  text-align: center;
  background-color: #022d6c;
  border: 1px solid #022d6c;
  transition: all .3s;
}
.fairList .inn .fairTxtInfo .bt ul li:hover{
  background-color: #fff;
  transition: all .3s;
}
.fairList .inn .fairTxtInfo .bt ul li:hover span{
	background-color: #fff;
  transition: all .3s;
  color: #022d6c;
}
.fairList .inn .fairTxtInfo .bt ul li span{
  color: #fff;
  padding: 10px 0;
  display: block;
  width: auto;
  background-color: #022d6c;
  border: none;
}
.fairList .inn .fairTxtInfo .bt ul li:first-child span svg{
	color: #ece000;
}

.fairList .inn .fairTxtInfo .bt ul li:last-child{
	margin: 0;
	background-color: #fff;
	border: 1px solid #B79F66;
	
}
.fairList .inn .fairTxtInfo .bt ul li:last-child span{
	color: #000;
	background-color: #fff;
}
.fairList .inn .fairTxtInfo .bt ul li:last-child span:hover{color: #ac8700;}

.full_cal .otherFair{
	font-size: 12px;
	padding: 5px 5px;
}
.fc-event {
    position: relative;
    display: block;
    font-size: 1em;
    line-height: 1.3;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0)!important;
    background: rgba(255,255,255,0)!important;
    color: #B79F66!important;
    font-weight: 400;
}
.eo-fullcalendar-reset.fc-unthemed .fc-today {
    background: rgba(255,255,255,0)!important;
}

.calendar .md{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.calendar table{
	border-top: 1px solid #E7E5E1;
	border-left: 1px solid #E7E5E1;
}
.calendar thead{border-bottom: 1px solid #E7E5E1;}
.calendar thead tr th {
    background-color: #efefef;
    color: #4f4f4f;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.2em;
    border-right: 1px solid #DADADA;
    padding: 10px 0;
    width: 14.28%;
    font-weight: bold;
}
.calendar thead tr th:nth-child(6) {
    background-color: #8ed4ef;
    color: #fff;
    border-right: 1px solid #FFFFFF;
}
.calendar thead tr th:nth-child(7) {
    background-color: #f4baba;
    color: #fff;
    border-right: 1px solid #FFFFFF;
}
.calendar tbody tr td {
    background-color: #fff;
    border-right: 1px solid #E7E5E1;
    border-bottom: 1px solid #E7E5E1;
    padding: 1px;
    vertical-align: center;
    text-align: center;
    width: 14.28%;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 12px;
}
.calendar tbody tr td:nth-child(6) {
    background-color: #8ed4ef;
    color: #fff;
    border-right: 1px solid #FFFFFF;
}
.calendar tbody tr td:nth-child(7) {
    background-color: #f4baba;
    color: #fff;
    border-right: 1px solid #FFFFFF;
}

.calendar tbody tr td .day{
	margin: 0 0 0px 0;
	padding: 2px;
}
.calendar tbody tr td .day span{
  padding: 7px;
  display: block;
}
.calendar tbody tr td .day a{
  background-color: #1e8cbe;
  display: block;
  color: #fff;
}

.calendar tbody tr td .title{
	background-color: #efefef;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
}
.calendar tbody tr td .title a{
	display: block;
	width: 100%;
	height: 100%;
}
.calendar tbody tr td .otherFair{
	padding: 10px 0;
}
.calendar tbody tr td .otherFair span{
	font-weight: bold;
	font-size: 17px;
}

.month_nav{
  overflow: hidden;
  font-size: 13px;
}
.month_nav .prev{
  float: left;
}
.month_nav .next{
  float: right;
}

.fairListCal .day_info{
  font-size: 14px;
  color: #A18100;
  font-weight: bold;
  margin-bottom: 10px;
}

.fairListCal .fairList .inn{
  border-bottom: 1px solid #ddd;
  padding: 25px 10px;
}

#fair h2{
	text-align: center;
}
#fair h2 span{display: block;font-size: 14px;font-weight: normal;color: #022d6c;padding: 12px 0 12px 0;}
#fair .topics {
    padding: 0;
    text-align: center;
    margin: 0 0 0px 0;
}
#fair .topics .time dl,
#fair .topics .time_required dl{margin: 0px 0;display: inline-block;}
#fair .topics .time dt,
#fair .topics .time_required dt{
    display: table-cell;
    width: 100px;
    font-size: 14px;
    padding: 3px 0px;
    text-align: center;
    font-weight: normal;
    color: #ac8700;
    background-color: #fff;
    vertical-align: middle;
}
#fair .topics .time dd,
#fair .topics .time_required dd{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 12px 3px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #4C4C4C;
    line-height: 1.5;
}
#fair .topics .time dd span{margin-right: 10px;}
#fair .topics .icoList{margin: 0;padding: 0;}
.push span{
	font-size: 12px!important;
	background-color: #a39453;
	color: #fff!important;
	display: inline-block!important;
	width: auto;
	padding: 3px 15px!important;
	margin: 10px 0 0 0;
}
#fair .topics .time_required span{
	font-weight: bold;
	margin: 0 5px;
	font-size: 16px;
	display: inline-block;
}
#fair .topics .icon{margin-top: 15px;}

#fair .topics .information{
	margin: 0 0 15px 0;
}
#fair .topics .information span{
	font-size: 13px;
	background-color: #f1f1f1;
	padding: 3px 12px;
}
#fair .topics .information span.reseveInfo{
	background-color: #000;
	color: #fff;
}
.fairBox{overflow: hidden;margin: 0 0 80px 0;}
.fairBox .pic{float: left;width: 30%;}
.fairBox .pic img{width: 100%;height: auto;}
.fairBox .txt{float: right;width: 67%;}
.fairBox .txt p{line-height: 150%;margin: 0 0 30px 0;font-size: 15px;}
.fairBox .txt .hd{font-size: 15px;font-weight: bold;margin: 0 0 10px 0;border-bottom: 1px dotted #ccc;padding: 6px 0 10px 0;}
.fairBox .txt .privilege{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #a5dede;
  background-color: #fafafa;
}
.fairBox .txt .privilege p{margin: 0 0 0 0;}
.fairBox .txt .privilege .hd{
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0 10px 0;
  color: #022d6c;
}
.fairBox .txt .reserveBox .hd{margin: 0 0 15px 0;}
.fairBox .txt .reserveBox{
	overflow: hidden;
}
.fairBox .txt .reserveBox .bt{width: 100%;background-color: #022d6c;padding: 1px;}
.fairBox .txt .reserveBox .bt span{
	display: block;
	width: auto;
    background-color: #022d6c;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0px 0 0 0;
    transition: all .3s;
}
.fairBox .txt .reserveBox .bt span:hover{
	background-color: #fff;
	color: #022d6c;
	transition: all .3s;
}
.fairBox .txt .reserveBox .timelist{
	float: left;
	width: 50%;
	text-align: center;
}
.fairBox .txt .reserveBox .tel{
	font-size: 24px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	float: right;
	width: 50%;
	text-align: center;
}
.fairBox .txt .reserveBox .tel p{
	font-size: 14px;
	margin: 0 0 5px 0;
}
.fairBox .txt .reserveBox .tel .pc span{display: inline-block;font-size: 14px;}
.fairInfoSection{overflow: hidden;margin: 0 0 100px 0;}

.fair_inn{
	width: 70%;
    margin: 0px auto;
    padding: 30px 30px 60px;
    background-color: #fff;
}

#fair .mailform{
  width: 100%;
  margin: 0 auto 80px;
}
#fair .mailform .md {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.contentTitle {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.contentTitle span{
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	color: #022d6c;
	font-weight: bold;
	font-weight: 800;
}
.contentTitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a5dede;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.contentList{
    width:100%;
    margin: 0 0 30px 0;
}
.contentList ul{
    width:102%;
    margin:0 -2% 0 0;
    overflow:hidden;
    _zoom:1;
}
.contentList ul li{
    width:48%;
    padding:0;
    margin-right:2%;
    margin-bottom:2%;
    float:left;
}
.contentList ul li .pic{width: 35%;float: left;position: relative;height: 140px;overflow: hidden;}
.contentList ul li .pic img{
	width: 150%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:1;
}
.contentList ul li .txt{width: 62%;float: right;line-height: 160%;text-align: left;}
.contentList ul li .txt .title{
	font-size: 16px;
	text-align: left;
	margin: 0 0 12px 0;
	color: #022d6c;
	font-weight: bold;
	font-weight: 800;
}
.btnBox{
	overflow: hidden;
	width: 100%;
}
.btnBox .bPrev{
	float: left;
	width: 49%;
}
.btnBox .bDown{
	float: right;
	width: 49%;
	margin: 0 2px 0 0;
}
.bPrev span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    text-align: center;
    padding: 18px 0;
    width: 100%;
}
.bDown span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    text-align: center;
    padding: 18px 0;
    width: 100%;
}

.otherFairList .md{
  font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}

.pickUpFair .title{
	font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #ac8700;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.pickUpFair .title span{
	display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 4px;
}
.pickUpFair .title hr{
	width: 50px;
	border-top:1px solid #ddd;
	margin: 12px auto 12px;
}

.otherFairList .fairList{width: 100%;}


.nv{
	height: 400px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.nv .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.nv .inn .md img{height: 60px;width: auto;}


.fairWrap.dis{
	background-color: #ebf2f2;
  border-top: 1px solid #a5dede;
  border-bottom: 1px solid #a5dede;
  padding: 40px 0px;
}


.otherFairList .bt ul li{
	border: 1px solid #022d6c;
}
.otherFairList .bt ul li span{
	color: #fff;
	background-color: #022d6c;
}

#fair.single #section{padding-bottom: 0;}


/*party*/
.main{
	padding: 30px 30px 0;
}
.main .pic{
	width: 100%;
	height: 80vh;
	background-position: center center;
	background-size: cover;
	background-image: url(../../img/party/main.jpg);
	position: relative;
}
.main .pic.fuji{background-image: url(../../img/party/main-fuji.jpg);}
.main .pic.tiara{background-image: url(../../img/party/main-tiara.jpg);}
.main .pic.restaurant{background-image: url(../../img/party/main-restaurant.jpg);}

.party .main .pic h2{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:2;
	text-align: center;
	vertical-align: middle;
	
}
.party .main .pic h2#title{
	color: #fff;
}
.party .main .pic .overlay{
	background-color: rgba(0,0,0,0.2);
}

.spec{
	text-align: center;
	margin: 0 0 50px 0;
}
.spec dl{display: inline-block;}
.spec dt{
    display: table-cell;
    width: 100px;
    font-size: 13px;
    padding: 7px 0px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #ac8700;
    background-color: #f1f1f1;
    vertical-align: middle;
    line-height: 1;
}
.spec dd{
    display: table-cell;
    vertical-align: middle;
    padding: 7px 20px 7px 20px;
    line-height: 1;
}

.partyscene{
	width: 80%;
	margin: 0 auto 80px;
}
.partyscene .md {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #022d6c;
    letter-spacing: 0.12em;
    line-height: 120%;
}
.partyscene .md small{
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.partyscene .md span{
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	
}
.partyscene .md:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.partyscene ul{overflow: hidden;}
.partyscene ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.partyscene ul li:last-child{margin: 0;}
.partyscene ul li .pic img{width: 100%;height: auto;}
.partyscene ul li h3{
	text-align: center;
	margin: 16px 0 10px 0;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 20px;
	color: #ac8700;
	font-weight: normal;
	line-height: 150%;
}


#section.restaurant .partyscene ul li{
	width: 49%;
}
#section.restaurant .partyscene ul li p{
	text-align: center;
}

.photogallery{
	background-image: url(../../img/party/bg-gallery.jpg);
	background-repeat: repeat-x;
	padding: 100px 0 100px 0;
}
.photogallery .lead{margin: 80px 0 0 0 ;}
.photogallery .tmb{margin: 0 20px;}

.pic-cept{
	height: 800px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.pic-cept.fuji{background-image: url(../../img/party/cept-fuji.jpg);}
.pic-cept.tiara{background-image: url(../../img/party/cept-tiara.jpg);}

.pic-cept .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:2;
	text-align: center;
	vertical-align: middle;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 20px;
	line-height: 180%;
	color: #fff;
}

.other-banquet{
	border-top:1px solid #eee;
	padding: 60px 30px 30px;
}
.other-banquet ul{overflow: hidden;}
.other-banquet ul li{
	width: 49%;
	float: left;
	margin: 0 2% 0 0;
	text-align: center;
}
.party .other-banquet ul li{
	width: 33%;
	margin: 0 0.5% 0 0;
}
.other-banquet ul li:last-child{margin: 0;}
.other-banquet ul li .pic{margin: 0 0 10px 0;}
.other-banquet ul li .pic img{width: 100%;height: auto;}
.other-banquet ul li p{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
}
.other-banquet ul li p span{
	display: block;
	font-size: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #022d6c;
  letter-spacing: 0.12em;
  margin: 5px 0 0 0;
}

body.party #section{padding-bottom: 0;}
body.party #section.restaurant{padding-top:60px;}

.nv-box ul{overflow: hidden;}
.nv-box ul li{
	width: 50%;
	height: 400px;
	float: left;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.nv-box ul li.tmb-plan{
	background-image: url(../../img/party/tmb-plan.jpg);
}
.nv-box ul li.tmb-report{
	background-image: url(../../img/party/tmb-report.jpg);
}
.nv-box ul li .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:2;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.nv-box ul li .inn p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin: 0;
}
.nv-box ul li .inn h2#title{
	font-size: 36px;
	color: #fff;
}
.nv-box ul li .inn .bt span{
	background-color: #fff;
	color: #022d6c;
	transition: all .3s;
}
.nv-box ul li .inn .bt span:hover{
	background-color: #022d6c;
	color: #fff;
	transition: all .3s;
}
.nv-box .tmb-fair{
	height: 400px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-image: url(../../img/party/tmb-fair.jpg);
}
.nv-box .tmb-fair .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:2;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.nv-box .tmb-fair .inn h2#title{
	font-size: 36px;
	color: #fff;
}
.nv-box .tmb-fair .inn .bt span{
	background-color: #fff;
	color: #022d6c;
	transition: all .3s;
}
.nv-box .tmb-fair .inn .bt span:hover{
	background-color: #022d6c;
	color: #fff;
	transition: all .3s;
}

.banquet-list ul li{
	height: 380px;
	width: 100%;
	margin: 0 0 30px 0;
	float: none;
	background-color: #f1f1f1;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.banquet-list ul li.fuji-top{
	background-image: url(../../img/party/fuji-top.jpg);
}
.banquet-list ul li.tiara-top{
	background-image: url(../../img/party/tiara-top.jpg);
}
.banquet-list ul li.restaurant-top{
	background-image: url(../../img/party/restaurant-top.jpg);
}
.banquet-list ul li .overlay{
	background-color: rgba(0,0,0,0.5);
}
.banquet-list ul li .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:2;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.banquet-list ul li .inn h2#title{color: #fff;}
.banquet-list ul li .inn .bt span{
	background-color: #fff;
	color: #022d6c;
}
.partyscene .other-list{margin: 100px 0 0 0;}
.partyscene .other-list ul li{
	width: 49%;
	text-align: center;
}
.partyscene .other-list ul li .pic{
	margin: 0 0 20px 0;
	height: 350px;
	background-size: cover;
	background-position: center center;
}
.other-list ul li.partyspace-top .pic{
	background-image: url(../../img/party/partyspace-top.jpg);
}
.other-list ul li.restaurant-top .pic{
	background-image: url(../../img/party/restaurant-top.jpg);
}

/*ceremony*/
.select-tab{
	width: 1000px;
	margin: 20px auto 30px;
}
.select-tab ul{overflow: hidden;border-right: 1px solid #ddd;}
.select-tab ul li{
	width: 50%;
	float: left;
	text-align: center;
	border-left: 1px solid #ddd;
}
.select-tab ul li span{
	display: block;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 16px;
	font-weight: normal;
}
.select-tab ul li.active span{color: #ac8700;}
.ceremony .main {padding: 0 30px;margin: 0 0 60px 0;}
.ceremony .main .pic{
	height: 600px;
	background-size: cover;
	background-position: center center;
}
.ceremony .pic.chapel{background-image: url(../../img/ceremony/main-chapel.jpg);}
.ceremony .pic.fujiyama{background-image: url(../../img/ceremony/main-fujiyama.jpg);}
.ceremony .pic.asama{background-image: url(../../img/ceremony/main-asama.jpg);}

.ceremony-concept{padding: 100px 30px;}
.ceremony-concept .box{
	position: relative;
	height: 600px;
}
.ceremony-concept .box .pic{
	background-position: center center;
	background-size: cover;
	background-image: url(../../img/ceremony/chapel01.jpg);
	width: 65%;
	height: 450px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.ceremony-concept.fujiyama .box .pic{
	background-image: url(../../img/ceremony/fujiyama01.jpg);
}
.ceremony-concept.fujiyama .spec-box .pic{
	background-image: url(../../img/ceremony/fujiyama02.jpg);
}
.ceremony-concept.asama .box .pic{
	background-image: url(../../img/ceremony/asama01.jpg);
}
.ceremony-concept.asama .spec-box .pic{
	background-image: url(../../img/ceremony/asama02.jpg);
}

.ceremony-concept .box .txt{
	width: 65%;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #f1f1f1;
}
.ceremony-concept .box .txt .inn{
	position: relative;
	height: 450px;
}
.ceremony-concept .box .txt .inn p{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	padding-right: 45%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
}
.ceremony-concept .box .copy-jp{
	text-align: right;
	position: absolute;
	top:60px;
	right: 0px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 17px;
	font-weight: normal;
	color: #ac8700;
}
.ceremony-concept .box .copy-eng{
	text-align: left;
	position: absolute;
	bottom:60px;
	left: 30px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 18px;
	left: 0px;
	letter-spacing: 0.1em;
	color: #ac8700;
}
.ceremony-concept .spec-box{
	overflow: hidden;
	padding: 100px 0;
}
.ceremony-concept .spec-box .pic{
	height: 500px;
	width: 64%;
	float: left;
	background-image: url(../../img/ceremony/chapel02.jpg);
	background-size: cover;
	background-position: center center;
}
.ceremony-concept .spec-box .txt{
	height: 500px;
	width: 33%;
	float: right;
	border-top:1px solid #ddd;
}
.ceremony-concept .spec-box .txt .md{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: #ac8700;
	padding: 80px 0 40px 0;
}
.ceremony-concept .spec-box .txt .md span{
	display: block;
	font-size: 12px;
	font-family: Verdana, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	
}
.ceremony-concept .scene h2#title{position: relative;}
.ceremony-concept .scene h2#title::after{
	content: '';
	width: 1px;
	height: 120px;
	background-color: #ddd;
	position: absolute;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.ceremony-concept .scene .pics{
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: 100px auto 0;
	height: 550px;
}
.ceremony-concept .scene .pics .pic{
	width: 550px;
	height: 550px;
	float: left;
	background-image: url(../../img/ceremony/chapel03.jpg);
	background-size: cover;
	background-position: center center;
}
.ceremony-concept .scene .pics .txt{
	width: 450px;
	height: 550px;
	float: right;
	position: relative;
}
.ceremony-concept .scene .pics .txt p{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
	color: #ac8700;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 200%;
}

.pic-list {padding: 100px 0;}
.pic-list ul{overflow: hidden;}
.pic-list ul li{
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
	position: relative;
}
.pic-list ul li:last-child{margin: 0;}
.pic-list ul li img{width: 100%;height: auto;}
.pic-list ul li .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
	color: #ac8700;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 200%;
}
.ceremony .cept-pic{padding: 0 30px;}
.ceremony .cept-pic .pic{
	height: 800px;
	background-image: url(../../img/ceremony/cept-chapel.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.ceremony .cept-pic p{
	text-align: center;
	color: #ac8700;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 200%;
	padding: 30px 0 80px 0;
}

body.ceremony #section{padding-bottom: 0;}


/*concept*/
body.concept #section{padding-bottom: 0;}
.concept .main{overflow: hidden;}
.concept .main .pic{
	width: 50%;
	height: 80vh;
	float: left;
	background-image:url(../../img/concept/main.jpg);
	background-position: right top;
}
.concept .main .pic img{width: 100%;height: auto;}
.concept .main .txt{
	float: right;
	width: 50%;
	height: 80vh;
}
.concept .main .list{
	position: relative;
}
.concept .main .txt .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
}
.concept .main .txt .inn h2{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 58px;
	line-height: 130%;
	color: #ac8700;
	margin: 0 0 10px 0;
}

.concept .main .txt .inn p{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
}
.concept .main .txt .bt{
	position: absolute;
	left: 5%;
	bottom: 5%;
}
.concept-lead{
	text-align: center;
	padding: 50px 0 100px 0;
}
.loop-slide{margin: 0 0 100px 0;}
.loop-slide .tmb{
	width: 300px;
	height: 300px;
	margin: 0 25px;
}
.loop-slide .tmb img{width: 100%;height: auto;}

.feature{
	background-color: #000;
	padding: 30px;
}
.feature .cept-txt{
	text-align: center;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	padding: 50px 0;
	color: #fff;
}
.feature .box{
	height: 500px;
	overflow: hidden;
}
.feature .box .pic{
	float: left;
	width: 65%;
}
.feature .box .pic .tmb{
	height: 500px;
	background-position: center center;
	background-size: cover;
}
.feature .box .history .pic01{background-image: url(../../img/concept/history01.jpg);}
.feature .box .history .pic02{background-image: url(../../img/concept/history02.jpg);}
.feature .box .history .pic03{background-image: url(../../img/concept/history03.jpg);}

.feature .box .hotel .pic01{background-image: url(../../img/concept/hotel01.jpg);}
.feature .box .hotel .pic02{background-image: url(../../img/concept/hotel02.jpg);}
.feature .box .hotel .pic03{background-image: url(../../img/concept/hotel03.jpg);}


.feature .slick-dots {
    bottom: 25px!important;
}
.feature .slick-dots li button:before{
	color: #fff!important;
}
.concept .feature .slick-dots {display: none;}

.feature .box .txt{
	float: right;
	width: 32%;
	height: 500px;
	color: #fff;
	position: relative;
}
.feature .box .txt .inn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index:1;
	text-align: left;
	vertical-align: middle;
}

.feature .box .txt h3{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 42px;
	color: #ac8700;
	line-height: 130%;
	margin: 0 0 20px 0;
	letter-spacing: 0.06em;
}
.feature .box .txt .lead{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
}
.feature .box .txt p{
	font-size: 13px;
}
.feature .box.even .pic{float: right;}
.feature .box.even .txt{
	float: left;
}
.feature .box.even .txt h3{text-align: right;}
.feature .box.even .txt .lead{text-align: right;}

.designer{
	border-top:1px solid #333;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.designer .tmb img{width: 100%;height: auto;}
.designer .tmb{
	float: left;
	width: 20%;
}
.designer .profile{
	float: right;
	width: 75%;
}
.designer .profile p{
	font-size: 12px!important;
	line-height: 150%;
}
.designer .profile .name span{
	display: block;
	font-size: 11px;
}
.designer .profile .name{
	margin: 0 0 10px 0;
	line-height: 120%;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 14px;
	line-height: 150%;
}


/*cuisine*/

body.cuisine #section{padding-bottom: 0;}

.cept-chef{
	background-image: url(../../img/cuisine/cept-chef.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	height: 450px;
	margin: 0 0 100px 0;
}

.cuisine .main{
	padding: 30px 30px 0;
}
.cuisine .main .pic{
	height: 80vh;
	background-position: center center;
	background-size: cover;
	background-image: url(../../img/cuisine/main.jpg);
	position: relative;
}
.cuisine .main .pic h1{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 0.08em;
	line-height: 150%;
}

.cuisine-lead{
	text-align: center;
  padding: 80px 0 40px 0;
}
.cuisine-lead h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.select-cuisine{
	padding: 30px 30px 10px;
	overflow: hidden;
}
.select-cuisine ul{
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.select-cuisine ul li{
	display: inline-block;
	text-align: center;
	width: 400px;
	
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	position: relative;
	background-color: #f1f1f1;
}
.select-cuisine ul li.active{background-color: #fff;}
.select-cuisine ul li.active::after{
	content: '';
	position: absolute;
	width: 398px;
	height: 3px;
	background-color: #fff;
	bottom:-2px;
	left: 0;
	z-index:3;
}
.select-cuisine ul li span{
	display: block;
	padding: 10px 0;
}

.chef{
	width: 1100px;
	margin: 0 auto 150px;
	position: relative;
}
.chef .pic img{width: 100%;height: auto;}
.chef .pic{width: 720px;margin: 0 auto 30px;}
.chef p{
	text-align: center;
}
.chef .copy img{
	width: 52px;
	height: auto;
}
.chef .copy {
	position: absolute;
	top:0;
	right: 0;
}
.chef h2{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 28px;
	color: #022d6c;
	letter-spacing: 0.08em;
	position: relative;
	top:200px;
}
.chef h2 span{
	display: block;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
.chef h2::after{
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background-color: #ddd;
	bottom: -20px;
	left: 0;
	z-index: -1;
}

.cuisine .feature {
    background-color: #f1f1f1;
    padding: 30px;
    position: relative;
}
.cuisine .feature h2{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 75px;
	text-align: right;
	color: #022d6c;
	letter-spacing: 0.1em;
	position: absolute;
	top: -60px;
	right: 30px;
	z-index: 10;
}
.cuisine .feature .box{
	margin: 0 0 50px 0;
	height: 550px;
}
.cuisine .feature .box:last-child{margin: 0;}
.cuisine .feature .box .txt{
	border-top:1px solid #ddd;
	color: #000;
}
.cuisine .feature .box .txt h3 img{height: 50px;width: auto;}
.cuisine .feature .box .txt h3{margin: 0 0 30px 0;}
.cuisine .feature .box .txt .lead {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #ac8700;
    margin: 0 0 20px 0;
}
.cuisine .feature .slick-dots {
    bottom: -40px!important;
}
.cuisine .feature .slick-dots li button:before {
    color: #000!important;
}
.cuisine .feature .box.even .txt .inn{
	text-align: right;
}

.cuisine .feature .box .style .pic01{background-image: url(../../img/cuisine/style01.jpg);}
.cuisine .feature .box .style .pic02{background-image: url(../../img/cuisine/style02.jpg);}
.cuisine .feature .box .style .pic03{background-image: url(../../img/cuisine/style03.jpg);}

.cuisine .feature .box .water .pic01{background-image: url(../../img/cuisine/water01.jpg);}
.cuisine .feature .box .water .pic02{background-image: url(../../img/cuisine/water02.jpg);}
.cuisine .feature .box .water .pic03{background-image: url(../../img/cuisine/water03.jpg);}

.cuisine .feature .box .farm .pic01{background-image: url(../../img/cuisine/farm01.jpg);}
.cuisine .feature .box .farm .pic02{background-image: url(../../img/cuisine/farm02.jpg);}
.cuisine .feature .box .farm .pic03{background-image: url(../../img/cuisine/farm03.jpg);}


.nv-box ul li.tmb-cuisine {
    background-image: url(../../img/cuisine/tmb-cuisine.jpg);
}
.nv-box ul li.tmb-sweets {
    background-image: url(../../img/cuisine/tmb-sweets.jpg);
}

.nv-sweets{
	background-color: #fff;
	padding: 60px;
}
.nv-sweets .inn{
	height: 400px;
	position: relative;
	background-image: url(../../img/cuisine/main-sweets.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.nv-sweets .inn .box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.nv-cuisine{
	background-color: #fff;
	padding: 60px;
}
.nv-cuisine .inn{
	height: 400px;
	position: relative;
	background-image: url(../../img/cuisine/main.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.nv-cuisine .inn .box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 95%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}

.sweets .main .pic{background-image: url(../../img/cuisine/main-sweets.jpg);}

.cuisine .feature .box .pre-sweets-a .pic01{background-image: url(../../img/cuisine/pre-sweets-a01.jpg);}
.cuisine .feature .box .pre-sweets-a .pic02{background-image: url(../../img/cuisine/pre-sweets-a02.jpg);}
.cuisine .feature .box .pre-sweets-a .pic03{background-image: url(../../img/cuisine/pre-sweets-a03.jpg);}

.cuisine .feature .box .pre-sweets-b .pic01{background-image: url(../../img/cuisine/pre-sweets-b01.jpg);}
.cuisine .feature .box .pre-sweets-b .pic02{background-image: url(../../img/cuisine/pre-sweets-b02.jpg);}
.cuisine .feature .box .pre-sweets-b .pic03{background-image: url(../../img/cuisine/pre-sweets-b03.jpg);}
.cuisine .feature .box .pre-sweets-b .pic04{background-image: url(../../img/cuisine/pre-sweets-b04.jpg);}

.cuisine .feature .box .pre-sweets-c .pic01{background-image: url(../../img/cuisine/pre-sweets-c01.jpg);}
.cuisine .feature .box .pre-sweets-c .pic02{background-image: url(../../img/cuisine/pre-sweets-c02.jpg);}
.cuisine .feature .box .pre-sweets-c .pic03{background-image: url(../../img/cuisine/pre-sweets-c03.jpg);}

body.sweets .nv-cuisine #title{color: #fff;}

/*dress*/
body.dress #section{
	padding-bottom: 0;
}
.dress .main{
	padding: 0 30px;
}
.dress .main .pic {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-image: url(../../img/dress/main.jpg);
}

.dress-concept{
	padding: 100px 0 100px 0;
	position: relative;
}
.dress-concept .inn{
	height: 750px;
	width: 768px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.dress-concept h2{
	font-size: 70px;
	padding: 120px 0 30px 50px;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
  font-weight: 200;
  position: relative;
}
.dress-concept h2::before{
	content: '';
	position: absolute;
	top:2px;
	left: 0;
	width: 200px;
	height: 2px;
	background-color: #000;
}
.dress-concept h2 span{
	display: block;
	font-weight: normal;
	font-size: 22px;
	padding-left: 3px;
	line-height: 1;
	margin: 10px 0 0 0;
	letter-spacing: 0.03em;
}

.dress-concept .pic01{
	position: absolute;
	top: 0px;
	right: -120px;
	z-index: -1;
}
.dress-concept .pic02{
	position: absolute;
	bottom: -50px;
	left: -300px;
	z-index: -1;
}
.dress-concept .pic01 img{
	width: 457px;
	height: 686px;
}
.dress-concept .pic02 img{
	width: 641px;
	height: 427px;
}
.dress-concept p.lead{
	text-align: left;
	padding-left: 55px;
}
.dress-concept p.lead-btm{
	text-align: center;
	margin: 120px 0 0 0;
	position: relative;
}
.dress-concept p.lead-btm::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 200px;
	background-color: #000;
	
	top: -220px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	z-index:1;
	text-align: center;
	vertical-align: middle;
}

.photogallery p{text-align: center;}

.movie-cuisine{
	width: 100%;
	position: relative;
	margin: 0 0 50px 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.ui-datepicker-today{
	pointer-events: none;
	opacity: 0.3;
	background-color:#ddd;
}
.ui-datepicker-today + td{
	pointer-events: none;
	opacity: 0.3;
	background-color:#ddd;
}



































