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

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

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

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

figure{
	margin:0;
}

p {
    margin:0 0 15px;
}

a {
    color: #222;
/*
	
    -webkit-transition: all .8s ease-in 0s;
       -moz-transition: all .8s ease-in 0s;
        -ms-transition: all .8s ease-in 0s;
         -o-transition: all .8s ease-in 0s;
*/
}
a, a img {
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}

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;
}
a:hover img {
    opacity: .8;
}

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: 32px;
/*    font-size: 47px;*/
    letter-spacing: 4.7px;
/*    text-align: center;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
    position: relative;
}
.tit-box h2 i {
    display: inline-block;
    font-style: normal;
    padding-right: 3%;
}
#wReport .tit-box h2::after,
#linksR .tit-box h2::after {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #000;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

#wReport .tit-box h2 i,
#linksR .tit-box h2 i {
    background-color: #fff;
}
/*
.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: 14px;
/*    font-size: 18px;*/
    color: #000;
    text-align: left;
    padding-left: .4em;
    letter-spacing: 10.4px;
    position: absolute;
}

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

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


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

.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:#EAEAEC !important;
}


/* section */
.section-def{
	padding:100px 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%;
}

.fadeInUp {
/*  opacity : 0;*/
/*  transform: translateY(20px);*/
  transition: 1s;
}

/*=========================================
	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;
        background-color: #fff;
        padding: 0;
/*        padding: 0 0 10px 0;*/
        width: 100%;
        margin: 0 !important;
    }
    #navigation .container {
        padding: 0;
        width: 100%;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-toggle .fa-bars {
        color: #B89F9F;
    }
    .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-btn-xs {
        display: table;
        table-layout: fixed;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999999;
        border-top: 1px solid #B89F9F;
    }
    .footer-btn-xs div:nth-child(1),
	.footer-btn-xs div:nth-child(2){
        border-right: 1px solid #8a7170;
        background: #B89F9F;
    }
    .footer-btn-xs div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 11.5px;
    }
    .footer-btn-xs div a {
        background: #B89F9F;
        color: #fff;
        display: block;
        padding: 6px 0;
        text-decoration: none;
    }
    .footer-btn-xs div span {
        display: block;
        margin-top: 3px;
        letter-spacing: 2px;
    }
    #logo span {
        background-color: #b89f9e;
        color: #fff;
        text-align: center;
        letter-spacing: 3px;
        font-size: .8em;
        padding: 2px 10px;
    }
    /* #logo img{
        width:160px !important;
    } */
}


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

/* line button */
.ft-line{
	display:none;
	/*position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 12px;
    z-index: 9999;*/
}

/*.ft-line img{
	width:120px;
}*/

.vmg-logo {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 30px;
    float: none;
}
.vmg-logo:hover {
    opacity: 0.7;
}
.vmg-logo img {
	width: 100%;
}

/* vmg venue list */
.tit-ft-vmg{
    font-size: 16px;
}

.footer-nav-vmg{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.footer-nav-vmg div{
    width: calc(100% / 3 - 20px);
}

.footer-nav-vmg dl{
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.footer-nav-vmg dl dt{
    width: 60px;
    padding-left: 10px;
    font-weight: normal;
}
    
.footer-nav-vmg dl dd{
    width: calc(100% - 70px);
}

.footer-nav-vmg dl dd a:hover{
    text-decoration: none;
}

@media screen and (max-width:767px) {
    
    .footer-nav-vmg{
        flex-direction: column;
    }
    
    .footer-nav-vmg div{
        width: 100%;
        justify-content: center;
    }
    
    .footer-nav-vmg dl{
        font-size: 11px;
        margin: 0 auto 10px;
        padding-top: 10px;
    }
        
    .brises-room {
        display: flex;
        flex-direction: column-reverse;
    }
    
}

/*=========================================
	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: 100vh;
/*	height:1000px;*/
	position:relative;
}

/* main visual h1 */
.tit-main-visual h1 {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 8%;
    right: 0;
    float: none !important;
    min-width: 220px;
    width: 28%;
    min-height: 115px;
    height: 18%;
    text-align: center;
}

.tit-main-visual h1 span{
	display:block;
	font-size:16px;
	margin-top:20px;
}
#mainlogo h1 img {
    min-width: 220px;
    width: 100%;
}
.main-visual section,
.main-visual section div {
    height: 100%;
}
/*
.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;
}
.bestoffer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.bestoffer img {
    width: 180px;
}
@media screen and (max-width: 767px) {
    .bestoffer img {
        width: 120px !important;
    }
}


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

#news_top .area-news{
	margin-bottom: 0 !important;
}
.area-news{
	display:table;
	margin-bottom:30px;
}

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

.area-news > div:first-child{
	width:10%;
    min-width: 180px;
}

.area-news > div:last-child{
	width:90%;
	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;
}
.list-plan .card h3 br {
	display: none;
}

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

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

dl.report_info dd{
	margin:0 0 0 40%;
	margin-bottom:7px;
}
dl.report_info dd,
dl.report_info dt {
	font-size: .87em;
}

/* 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;
}
.ttl-underline {
    padding-bottom: .5em;
    border-bottom: 1px solid #aaa;
}

.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;
}
.report_gallery {
    display:flex;
    flex-wrap: wrap;
    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;
}
.report_gallery a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    margin-bottom: 2%;
}
.report_gallery a:before {
    display: block;
    content: '';
    padding-top: 100%;
}
.report_gallery a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
}
@media screen and (max-width:767px) {
    .report_gallery a {
        width: 49%;
    }
    
    dl.report_info dd,
    dl.report_info dt {
        font-size: .75em;
    }
}
@media screen and (min-width:768px) {
    .report_gallery a {
        width: 32%;
    }
}
.report_gallery a:hover {
    opacity: .8;
}
.report_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.report_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

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


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


.movielink {
/*
    letter-spacing: 0em;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0;
*/
    position: relative;
     height: 0;
     overflow: hidden;
}
.movielink iframe {
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.movielink a {
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0,0,0,.1);
}
.movielink a:hover {
    background-color: rgba(0,0,0,0) !important;
}
.movielink .img {
    -webkit-transition: all 3s;
    transition: all 3s;
    padding-bottom: calc(440/640*100%);
    z-index: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.movielink:hover .img {
/*    opacity: .8;*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.movielink p {
    display: inline-block;
    white-space: nowrap;
/*    line-height: 45px;*/
    letter-spacing: .1em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 8px;
    text-align: center;
    margin-bottom: 0;
}
.movielink p span {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.7);
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    display: block;
}
.movielink p span i {
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0;
    transform: rotate(90deg);
}
.movielink p span::before, .movielink p span::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.movielink p .spin {
  width: 70px;
  height: 70px;
}
.movielink:hover p .spin {
  color: #fff;
}
.movielink p .spin::before, .movielink p .spin::after {
  top: 0;
  left: 0;
}
.movielink p .spin::before {
  border: 2px solid transparent;
}
.movielink:hover p .spin::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.movielink p .spin::after {
  border: 0 solid transparent;
}
.movielink:hover p .spin::after {
  border-top: 2px solid #fff;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.movielink p .circle {
  border-radius: 100%;
}
.movielink p .circle::before, .movielink p .circle::after {
  border-radius: 100%;
}

#concept,
#facility {
    padding-top: 16%;
    position: relative;
}
#concept::before,
#facility::before {
    content: '';
    display: block;
    background-color: #F3F5F7;
    width: 64%;
    position: absolute;
    bottom: 6%;
    margin: auto 0;
}
#concept::before {
    right: 0;
    top: 10%;
}
#facility::before {
    left: 0;
    top: 0;
    bottom: 0;
}
#facility .container {
    padding-top: 4%;
}

.img_shadow {
    box-shadow: 20px 20px 20px rgba(0,0,0,.1);
}
#concept h3 {
    font-size: 24px;
    color: #000;
    letter-spacing: 13.2px;
    line-height: 2;
}

.box_report img {
    object-fit: cover;
    margin-bottom: 10px;
}

#linksR .container,
#wReport .tit-box {
    margin-right: 0 !important;
    margin-left: auto;
    padding: 0 !important;
}
#linksR .container .col-md-12 {
    padding-right: 0 !important;
}
.more_btn {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
}
.more_btn a.more_btn {
    padding-bottom: calc(248/696*44%);
    max-width: 226px;
    width: 44%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/top/btn_more.png);
    display: inline-block;
}
/* 点滅 */
/*
.more_btn a.more_btn:hover {
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {background-image: url(../img/top/btn_more.png);}
    100% {background-image: url(../img/top/btn_more_off.png);}
}
@-moz-keyframes blink{
    0% {background-image: url(../img/top/btn_more.png);}
    100% {background-image: url(../img/top/btn_more_off.png);}
}
@keyframes blink{
    0% {background-image: url(../img/top/btn_more.png);}
    100% {background-image: url(../img/top/btn_more_off.png);}
}
*/

.btn_arrow {
    letter-spacing: 10px;
    padding: 0 20px 10px 0;
    background-position: left bottom;
    position: relative;
    display: inline-block;
    z-index: 1;
    background-image: url(../img/top/arrow_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
/*
#facility .btn_arrow::before {
    display: block;
    content: '';
    background-image: url(../img/top/arrow_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute
}
*/
.btn_arrow::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #0000000d;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    right: -21px;
    bottom: -15px;
}
/* 点滅 */
/*
.btn_arrow:hover::before {
	-webkit-animation:flash 0.8s ease-in-out infinite alternate;
    -moz-animation:flash 0.8s ease-in-out infinite alternate;
    animation:flash 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes flash{
    0% {opacity:1;}
    100% {opacity:0.2;}
}
@-moz-keyframes flash{
    0% {opacity:1;}
    100% {opacity:0.2;}
}
@keyframes flash{
    0% {opacity:1;}
    100% {opacity:0.2;}
}
*/

.btn_arrow:hover {
    text-decoration: none;
    opacity: .7;
}
section.section-def ul.btnlink {
    margin-top: 40px;
}
section.section-def ul.btnlink li a {
    color: #7F061B;
    background-color: #fffffffa;
    padding: 0 3rem 0 1.5rem;
    border: 1px solid #7F061B;
    font-size: 1.1em;
    display: inline-block;
    line-height: 60px;
    position: relative;
    text-decoration: none;
}
section.section-def ul.btnlink li a::after {
    -webkit-transition: all .3s;
    transition: all .3s;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #7F061B;
    border-right: 1px solid #7F061B;
    position: absolute;
    top: 50%;
    right: 7%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

#facility h3{
    position: relative;
}
#facility h3::after {
    content: '';
    display: inline-block;
    width: 148px;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #000;
}
.swiper-container,
.linkimg {
    padding-left: 3%;
}
.linkimg {
    aspect-ratio: 370/170;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container::after {
    content: '';
    display: block;
    height: 60px;
}
img[alt*="CEREMONY"] {
    max-width: 266px;
    width: 40%;
}
img[alt*="BANQUET"] {
    max-width: 231px;
    width: 38%;
}

@media only screen and (min-width:1200px) {
    .box_report img {
        width: 204px;
        height: 204px;
    }
    .container {
/*        width: 1240px !important;*/
    }
    #linksR .container,
    #wReport .tit-box {
        width: calc(620px + 50%) !important;
    }
    .more_btn {
        width: 1240px !important;
    }
    #concept p {
        font-size: 18px;
        line-height: 2.5;
        letter-spacing: 8px;
    }
    .movielink {
         padding-bottom: 28.1%;
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .box_report img {
        width: 164px;
        height: 164px;
    }  
    #linksR .container,
    #wReport .tit-box {
        width: calc(485px + 50%) !important;
    } 
    
    .more_btn {
        width: 970px !important;
    }
    #concept p {
        font-size: 16px;
        line-height: 2.4;
        letter-spacing: 6px;
    }
    .movielink {
         padding-bottom: 28.1%;
    }
}
@media only screen and (max-width:991px) and (min-width:769px) {
    .box_report img {
        width: 172.5px;
        height: 172.5px;
    }   
    #linksR .container,
    #wReport .tit-box {
        width: calc(485px + 50%) !important;
    }
    
    .more_btn {
        width: 750px !important;
        margin: auto;
    }
    #concept p {
        font-size: 16px;
        line-height: 2.4;
        letter-spacing: 4px;
    }
    .movielink {
         padding-bottom: 37.5%;
    }
}
@media only screen and (max-width:768px) {

    #linksR .container,
    #wReport .tit-box {
        width: 98% !important;
    }
    #concept p {
        font-size: 11px;
        line-height: 2.8;
        letter-spacing: 2px;
    }
    #concept h3 {
        letter-spacing: 2.2px;
        font-size: 18px;
    }
    .movielink p span i {
        top: 11px;
    }
    .btn_arrow {
        font-size: 11px !important;
        letter-spacing: 6px !important;
    }
    .movielink {
         padding-bottom: 46.8%;
    }
/*
    .box_report img {
        width: 172.5px;
        height: 172.5px;
    }  
*/
    #news_top .area-news > div:first-child{
        display: none;
    }
    #news_top .area-news > div + div {
        margin-top: 0 !important;
    }
    
    .area-news > div + div {
        margin-top: 15px;
    }
    .area-news > div {
        width:100% !important;
        padding-left:0 !important;
        display: block;
    }
    #navigation:not(.header_scroll),
    #ft-contact:not(.header_scroll) {
        opacity: 0;
    }
    #navigation.header_scroll,
    #ft-contact.header_scroll {
      animation-name:fade-in1;
      animation-duration:.8s; /*アニメーション時間*/
      animation-timing-function: ease-out; /*アニメーションさせるイージング*/
      animation-iteration-count:1; /*繰り返し回数*/
      animation-direction:normal; /*往復処理をするかどうか*/
      animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
    }
    @keyframes fade-in1 {
      0% {opacity: 0}
      100% {opacity: 1}
    }
    
    .navbar-front-page{
        opacity: 1 !important;
    }
    
}


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

/*.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
------------------------------------------*/
.news_top {
    padding: 40px 0;
}
#news_top {
    padding: 15px 0;
}
.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;
}
.style {
    padding-top: 50px;
}
.style__btn {
    text-align: right;
}