/* movie */
#mv {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mv::before {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0);
}
.mv-header {
	margin-top: 0 !important;
}
.mv-content__inner {
	z-index: 1;
	position: absolute;
	top: 55%;
	width: 80%;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
.mv-content__inner img.img-responsive {
	margin: 0 auto 10px 0 !important;
}
.mv-content__title {
	padding-left: 15px;
	color: #ffffff;
}
.mv-content__title h3 {
	margin: 0 !important;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: left;
	font-weight: 700 !important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.mv-call {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.mv-call img {
	margin: 0;
	max-width: 300px;
	height: auto;
}
.mv-content-primary {
	position: relative;
	margin-bottom: 2rem;
	padding: 3rem 0 3rem;
	text-align: center;
	color: #FFF !important;
	letter-spacing: 2px;
	text-align: center;
	font-family: 'Shippori Mincho', serif !important;
	background-color: #263443;
}
.mv-content-primary h2 {
	margin-top: 0 !important;
	font-weight: 400 !important;
	font-size: 3.2rem !important;
}
.bnr {
	padding: 10px;
}
.img-banner {
	width: 100% !important;
	height: auto;
	position: relative;
}
#p-slider {
	margin: 0.5rem auto 0;
	overflow: hidden;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.bx-wrapper .bx-pager {
	padding-top: 10px;
	bottom: -20px;
}
.bx-wrapper {
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: rgba(0, 179, 203, 0.5) !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00b5cb !important;
}
@media (max-width: 1400px) {
	.mv-content__inner {
		width: 1140px;
	}
	.mv-content__title h3 {
		font-size: 1.7rem;
	}
}
@media (max-width: 1200px) {
	.mv-content__inner {
		width: 980px;
	}
	.mv-content__title h3 {
		font-size: 1.7rem;
	}
}
@media (max-width: 980px) {
	.mv-content__inner {
		width: 840px;
	}
	.mv-content__title h3 {
		font-size: 1.6rem;
	}
}
@media (max-width: 768px) {
	.mv-content__inner {
		margin: 0 auto;
		padding: 0 !important;
		width: 100%;
		text-align: center;
	}
	.mv-content__inner img.img-responsive {
		margin: 0 auto 0 !important;
		width: 90%;
	}
	.mv-content__title {
		padding-left: 10px;
		display: none !important;
	}
	.mv-content__title h3 {
		font-size: 1.2rem;
	}
	.bnr {
		padding: 0;
	}
}

.w-50 {width:50%;}

@media screen and (max-width:767px) {
.w-50 {width:auto;}
}