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

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


/* 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;}

@media screen and (max-width: 441px) {
	h2 {
		font-size: 18px !important;
	}
}

/* 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 div:nth-child(2){
	width:26%;
	margin:0 2%;
}

.tit-box div:nth-child(1),
.tit-box div:nth-child(3){
	border-bottom:1px solid #000;
	width:35%;
	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;
}

/* 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;
}

@media (min-width: 768px) {
	.txt-cl{
		text-align:center;
	}
}

.txt-black{
	color:#191919;
}

.txt-white{
	color:#fff;
}

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



/* 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;}

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


/* section */
.section-def{
	padding:100px 0;
}

/*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%;
}



/*=========================================
	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%;
}


/*=========================================
	Footer button
==========================================*/
/*.btn_sns{
	background-color: #191919;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    width: 42px;
}*/




/*=========================================
	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:300px;
}

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

.tit-ja{
	font-size:13px !important;
	letter-spacing:3.5px;
}


/* news 繝｡繧､繝ｳ荳� */
#news {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
    background-color: rgba(255,255,255,0.7);
    color: #222;
	padding:20px 0;
}

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:20%;
}

.area-news div:last-child{
	width:80%;
	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;
}


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

.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:last-child:after{
	font-family: 'FontAwesome';
    content: '\f105';
	font-size:22px;
	color:#7F061B;
	position:absolute;
	right:10px;
	top:40%;
}

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

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

/* plan / fair */
.section-plan{
	background:url(../img/top/bg_plan.jpg) bottom center no-repeat;
	background-size:cover;
	padding:60px 0;
}

.wrap-top-plan{
	background-color:rgba(0,0,0,0.3);
	text-align:center;
	padding:60px 0;
}

.wrap-top-plan h3,
.wrap-top-plan p{
	color:#fff;
}

/* report */
/* top */
.section-report{
	background:url(../img/top/bg_report.jpg) top center no-repeat;
	background-size:cover;
	padding:160px 0;
	margin-bottom:60px;
}

.list-plan .card{
	border:1px solid #aaa;
	padding:20px;
}

.list-plan .card h3{
	font-size:16px;
}

dl.report_info{
	font-size:14px;
	line-height:1.8;
	margin-bottom:20px;
}

dl.report_info dt{
	width:35%;
	float:left;
	margin-bottom:7px;
}

dl.report_info dd{
	margin:0 0 0 35%;
	margin-bottom:7px;
}

/* detail */
.bg-report-cap{
	background: #e8e8e8;
    padding: 20px 10px;
	margin-bottom:30px;
}

.bg-report-cap h2{
	font-size:20px;
	text-align:center;
	margin-bottom:0;
}

.wrap-data{
	background:#f5f5f5;
	padding:20px;
}

ul.list-report-photo li{
	list-style:none;
	float:left;
	width:33%;
	margin-bottom:30px;
}

ul.list-report-photo li:nth-child(2){
	margin:0 0.5% 30px;
}

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


.salon_box {
    border: 1px solid #ccc;
    padding: 20px 0;
    width: 86%;
    margin: 0 7%;
	text-align:center;
}

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

/*.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-01{
	margin:100px 0 20px;
}

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


/* 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;
}

/* news
------------------------------------------*/
.photo-news-detail img{
	width:100%;
	height:450px;
	object-fit:cover;
	margin-bottom:30px;
}


/* plan
------------------------------------------*/
/* top */
.post-item .thumbnail{
	margin-bottom:20px;
}

.post-item .excerpt{
	margin-bottom:30px;
}

/* detail */
.tit-plan{
	font-size:16px;
}

.subtit-plan{
	color:#000;
	font-weight:bold;
	margin-bottom:0px !important;
	font-size:14px;
}

.plan-item table p{
	margin-bottom:0 !important;
}

.plan-item table{
	width:100% !important;
	margin-bottom:30px;
}

.plan-item table th,
.plan-item table td{
	border-bottom:1px solid #e8e8e8;
	padding:12px !important;
	font-size:13px;
}


/* bestrate
------------------------------------------*/
/* top */
.page-template-page-wedding-bestrate .table-rwd {
	padding: 20px 30px;
	border-top: 1px solid #a2a2a2 !important;
    border-bottom: 1px solid #bf3971 !important;
}
@media screen and (min-width:768px) {
	.page-template-page-wedding-bestrate .table-rwd > div + div {
		padding-left: 30px;
	}
}
.bestoffer {
	position: absolute;
	right: 3%;
	bottom: 30px;
}
.bestoffer img {
	width: 170px;
}
@media only screen and (max-width: 767px) {
	.bestoffer {
		bottom: -40px;
	}
	.bestoffer img {
		width: 140px;
	}
}