#preloader-status{
	vertical-align: middle;
}
#preloader-status img{
	margin: auto;
	display: table;
	opacity: 0.3;
}
.loader{
	left: 49.8%;
	top: unset;
	opacity: 0.3;
}
.i4ewOd-pzNkMb-haAclf,
.gmap-gray-scale iframe .i4ewOd-pzNkMb-haAclf{
	background-color: #3330;
}
.gmap-gray-scale iframe .i4ewOd-pzNkMb-r4nke,
.gmap-gray-scale iframe .i4ewOd-pzNkMb-ornU0b-b0t70b-Bz112c{
	display: none;
}
.gmap-gray-scale iframe .i4ewOd-pzNkMb-tJHJj{
}
.gmap-gray-scale iframe{
	filter: grayscale(100%);
}
img.logo-dark {
	background-color: #fff;
	border-radius: 70px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 70px;
	padding: 0px 15px 5px 15px;
	box-sizing: content-box;
	margin-left: -15px;
}
img.logo-dark:before {
	content: "";
}
img.logo-dark:after {
	content: "";
}
.Lineup_container{
	position: relative;
}
.top_left{
	top: 0;
	left: 0;
}
.bottom_left{
	bottom: 0;
	left: 0;
	transform: scale(1, -1);
}
.top_right{
	top: 0;
	right: 0;
	transform: scale(-1, 1);
}
.bottom_right{
	bottom: 0;
	right: 0;
	transform: scale(-1, -1);
}
.top_left,
.bottom_left,
.top_right,
.bottom_right{
	position: absolute;
}
h2.vc_custom_heading.vc_custom_1607767230387{
	font-size: 50px;
	color: #5f5f5f;
	text-align: center;
	font-family:Noto Sans;
	font-weight:400;
	font-style:normal;
}
.col-md-11 {
	padding-top: 85px;
}
body.js_isMobile .navbar-fixed-bottom .navbar-collapse,
body.js_isMobile .navbar-fixed-top .navbar-collapse {
	margin-top: 30px;
}
@media (max-width: 1380px){
	h2.vc_custom_heading.vc_custom_1607767230387{
		font-size: 30px;
	}
}
@media (min-width: 992px){
	.col-md-8 {
		margin: 0 16.66666667%;
	}
}
@media screen and (max-width:991.33px){
	.col-md-1.pcdis{
		display:none;
	}
	.textpadding15 {
		text-align: center;
	}
	.col-md-2.pcdis {
		position: absolute;
	}
	h2.vc_custom_heading.vc_custom_1607767230387{
		font-size: 26px;
	}
	.w100_img{
		width: 100%;
	}
}
@media screen and (max-width:640px){
	.textpadding15 {
		text-align: left;
	}
}
/*////////////////////////////////////////////////////
	Instagram
/////////////////////////////////////////////////////*/
div.Instagram{
	margin: 50px 0 170px 0;
}
div.Instagram a{
	margin-left: -50px;
}
img.Instagram{
}
.insta_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 70px 0 50px 0;
}

.insta_list li{
	position: relative;
	width: calc((100% - 40px)/3);
	width: 18%;
}
.insta_list li::before{
	content: "";
	display: block;
}
.insta_list img{
	width: 100%;
}
.insta_list a{
	object-fit: cover;
	width: 100%;
	overflow: hidden;
	height: 200px;
	display: block;
}
@media screen and (max-width:1320px){
	.insta_list a {
		height: 15vw;
	}
}
@media screen and (max-width:991.33px){
	.insta_list li{
		width: 31%;
	}
	.insta_list a {
		height: 170px;
	}
}
@media screen and (max-width: 750px){
	.insta_list li{
		width: calc((100% - 20px)/2);
	}
	.insta_list a {
		height: 100%;
	}
}



#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}