@charset "UTF-8";
*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
/* 	height:100%; */
	font-size: 10px;
	font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form,iframe{margin: 0;padding: 0;}
body{
	margin: 0 auto;
	background-color: #fff;
}
ul,li{list-style:none;margin:0;padding:0;}
ol li{list-style-position:outside;}
img{border: 0;}
h1{margin: 0; padding: 0;}
del {text-decoration: line-through;}
a{
	font-weight: bold;
	color: #001c3f;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
a:hover{
	color: #001c3f;
}
blockquote{
	margin: 0 0 0 5px;
	padding: 3px 0 3px 10px;
	border-left: 2px solid #DDD;
}
select,
input,
button,
textarea,
select,
button {
	font-size: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
sup{vertical-align: super;}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #000;
	letter-spacing: 0.08em;
}

/* header */
#header {
	position: absolute;
	top:0;
	left: 0;
	z-index: 777777;
	width: 100%;
	padding: 30px 0 0 70px;
}
#logo {display: block;}
#logo img{display: block;}

@media (max-width: 960px) {
	body {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8;
		letter-spacing: 0.04em;
	}
	#header{padding: 30px 0 0 30px;}
}
@media (max-width: 480px) {
	#header{padding: 20px 0 0 20px;}
	#logo {
		width: 130px;
	}
}

.container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 1000px) {
	.container { width: 960px; max-width: none;}
}
@media (max-width: 960px) {
	.container { width: 700px;}
}
@media (max-width: 768px) {
	.container{ width: 90%;}
}

#mainimg {
	position: relative;
	margin: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/mainimg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
#mainimg-body{
	width: 100%;
/* 	height: 100%; */
	z-index: 888888;
	position: absolute;
	left: 0;
	top: 50%;
}
#index-logo{
	width: 597px;
	height: 47px;
	margin: 0 auto 50px;
	line-height: 1;
}
#index-logo svg{display: none;height: 47px;}

#index-scroll{
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -32px;
	z-index: 777777;
}
a#index-scroll:hover{opacity: 0.5;}
#myPoly{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.YTPOverlay.raster {background: url(../img/raster.png);}
/* .mbYTP_wrapper{display: none;} */

@media (max-width: 767px) {
	#index-logo{
		width: 447px;
		height: 34px;
	}
	#myPoly{
	    -ms-transform: scale(0.75);
	    -webkit-transform: scale(0.75);
	    transform: scale(0.75);
	}
}
@media (max-width: 480px) {
	#index-logo{
	width: 298px;
	height: 23px;
	display: block;
	}
	#mainimg-body{top: 45%;}
	#index-scroll{bottom: 15px;}
	#myPoly{
	    -ms-transform: scale(0.5);
	    -webkit-transform: scale(0.5);
	    transform: scale(0.5);
	}
}
#index-logo svg path{
	stroke:#fff;
	fill:#fff;
/* 	fill-opacity:0; */
	stroke-width:1;
}

.points{width: 100%;overflow: hidden;}
#point-01{color: #fff;overflow: hidden;}
#point-01 h2{margin-bottom: 40px;}
#p01-up{
	width: 100%;
	height: 600px;
	background: url(../img/01-back.jpg) no-repeat center center;
	background-size: cover;
	display: table;
}
#p01-u-left,
#p01-u-right{
	width: 50%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#p01-u-left{text-align: center;background: url(../img/shadow.png) no-repeat center 295px;}
#p01-u-right{
	background-color: rgba(0,0,0,0.6);
	padding: 0 50px;
}
#p01-bottom{
	width: 100%;
	height: 570px;
	display: table;
}
.p01-b{
	display: table-cell;
	width: 33.3333333334%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 239px;
}
.p01-b h3{text-align: center;}
.p01-b-txt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 40px;
	background-color: rgba(0,0,0,0.4);
}
#p01-b-01{background-image: url(../img/01-01-back.jpg);}
#p01-b-02{background-image: url(../img/01-02-back.jpg);}
#p01-b-03{background-image: url(../img/01-03-back.jpg);}

@media (max-width: 960px) {
	#p01-bottom{height: 460px;}
	.p01-b{padding-top: 169px;}
}
@media (max-width: 767px) {
	#p01-up{height: auto;}
	#p01-up{display: block;}
	#p01-u-left,
	#p01-u-right{
		display: block;
		background-color: rgba(0,0,0,0.4);
		padding: 50px;
		width: 100%;
		height: 50%;
	}
	.p01-b-txt{padding: 20px 30px;}
}
@media (max-width: 480px) {
/* 	#point-01 h2{margin-bottom: 20px;} */
	#p01-u-left{padding: 50px 20px 30px;display: block;height: auto;}
	#p01-u-right{padding: 10px 20px 30px;display: block;height: auto;}
	#p01-bottom{
		height: auto;
		display: block;
	}
	.p01-b{
		padding-top: 100px;
		height: 300px;
		display: block;
		width: 100%;
	}
}

#point-02{
	background: url(../img/02-back.jpg) no-repeat center top;
	background-size: contain;
	padding-top: 203px;
	margin-bottom: 80px;
}
#point-02 h2{margin-bottom: 30px;}
#p02-up{margin-bottom: 147px;}
#p02-head{width: 360px;}
#p02-lead{width: 630px;}
.p02-list{padding-bottom: 39px;margin-bottom: 40px;background: url(../img/02-line.gif) no-repeat center bottom;}
.p02-list-img{width: 560px;}
.p02-list-txt{width: 400px;padding-top: 100px;}
.p02-list-txt h3{margin-bottom: 20px;}
#p02-01{padding-bottom: 30px;}
#p02-01 .p02-list-txt{padding-top: 170px;}
#p02-02 .p02-list-txt{text-align: right;}
#p02-03{padding-bottom: 0;margin: 0;background: none;}

@media (max-width: 960px) {
	#point-02{
		padding-top: 103px;
		background-size: auto 480px;
	}
	#p02-up{margin-bottom: 40px;}
	#p02-head,#p02-lead{width: 100%;float: none;}
	#p02-head{text-align: center;margin-bottom: 40px;}
	#p02-lead h2{text-align: center;}
	#p02-lead p{padding: 15px; background-color: #fff;}
	.p02-list .left,.p02-list .right {float: none;}
	.p02-list-img{margin: 0 auto;}
	.p02-list-txt{margin: 0 auto;width: 560px;padding-top: 22px;}
	#p02-01 .p02-list-txt{padding-top: 22px;}
	#p02-02 .p02-list-txt{
		text-align: justify;
		text-justify: inter-ideograph;
		-webkit-text-size-adjust: 100%;
	}
}
@media (max-width: 767px) {
	#point-02{
		padding-top: 103px;
		background-size: auto 480px;
	}
	.p02-list-img{width: 100%;}
	.p02-list-img img{width: 100%;}
	.p02-list-txt{width: 100%;}
}
@media (max-width: 480px) {
	#point-02{
		padding-top: 103px;
		background-size: auto 440px;
	}
	#p02-lead h2{margin-bottom: 40px;line-height: 1;}
}


#point-03{background-color: #f8f6eb;padding-bottom: 10px;}
#point-03 h1{margin-bottom: 35px;text-align: center;}
#point-03 h2{margin-bottom: 30px;text-align: center;}
#p03-up{
	background: url(../img/03-back.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 20px;
	color: #fff;
}
#p03-head{
	background-color: rgba(0,0,0,0.3);
	padding: 95px 0 145px 0;
}
#p03-head p{width: 790px; margin: 0 auto;}
.p03-list{width: 100%;max-width: 1200px;margin: 0 auto 50px;}
.p03-list-item{width: 33.3333333333%;padding: 0 5px;display: block;float: left;}
.p03-item{background-color: #fff;}
.p03-list-img{position: relative;}
.p03-list-img h3{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	margin-top: -10px;
}
.p03-list-item p{padding: 20px 30px;}

@media (max-width: 1200px) {
	.p03-list{width: 100%;}
}
@media (max-width: 960px) {
	#p03-head p{width: 100%;}
}
@media (max-width: 767px) {
	#p03-head{padding: 60px 0 60px 0;}
	.p03-list{display: block;}
	.p03-list-item{width: 100%;padding: 0 5px;display: block;margin-bottom: 15px;}
	.p03-list-item img{width: 100%;}
	.p03-list-item h3 img{width: 178px;}
	.p03-list-item p{padding: 20px 20px;}
}
@media (max-width: 480px) {
	#point-03 h1{margin-bottom: 30px;}
}

.points h1{
	width: 302px;
	height: 171px;
	margin: 0 auto;
	line-height: 1;
}
.points h1 svg{
	display: none;
	height: 171px;
}
.pointsPoly{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 480px) {
	.points h1{
	width: 280px;
	height: 160px;
	}
	.points h1 svg{height: 160px;}
	.pointsPoly{
	    -ms-transform: scale(0.92715231788079);
	    -webkit-transform: scale(0.92715231788079);
	    transform: scale(0.92715231788079);
	}
}
.points h1 svg path{
	stroke:#fff;
	fill:#fff;
	fill-opacity:1;
	stroke-width:1;
	stroke-opacity:0;
}
#point-02 h1 svg path{
	stroke:#000;
	fill:#000;
}


#movie{width: 100%;margin-bottom: 100px;background-color: #001c3f;}
#movie a{
	min-height: 400px;
	background: url(../img/movie-back.jpg) no-repeat center center;
	display: block;
	background-size: cover;
	color: #fff;
	padding-top: 137px;
	position: relative;
}
/* #movie a:hover{opacity: 0.5;} */
#movie a:before{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/* 	background-color: rgba(0,28,63,0); */
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
#movie a:hover:before{background-color: rgba(0,28,63,0.6);}
#movie h1{margin-bottom: 17px;}
#movie p{margin-bottom: 17px;}
#movie p span{display: inline-block; margin-right: 20px;}
/*
@media (max-width: 960px) {
}
*/
@media (max-width: 767px) {
	#movie a{
		min-height: 290px;
		color: #fff;
		padding-top: 80px;
		text-align: center;
	}
	#movie a:before{background-color: rgba(0,28,63,0.6);}
}
@media (max-width: 480px) {
	#movie{margin-bottom: 80px;}
	#movie a{padding: 80px 0 60px;}
	#movie p span{display: block; margin: 0 0 20px 0;}
}


#gallery{margin-bottom: 120px;}
#gallery h1{margin-bottom: 68px;text-align: center;}
ul#photolist{width: 100%}
ul#photolist li{width: 25%;float: left;padding: 0;margin: 0;/* background-color: #001c3f; */}
ul#photolist li a{
	position: relative;
	display: block;
	overflow: hidden;
}
ul#photolist li a:after{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
/* 	background-color: rgba(0,28,63,0); */
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
ul#photolist li a:hover:after{background-color: rgba(0,28,63,0.6);}
ul#photolist li a img{
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
/* ul#photolist li a:hover{opacity: 0.5;} */
ul#photolist li a:hover img {
	-ms-transform: scale3d(1.1, 1.1, 1);
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 480px) {
	#gallery h1{margin:0 auto 30px;width: 300px;}
	ul#photolist li{width: 50%;}
}

#story{width: 100%;margin-bottom: 100px;background-color: #001c3f;}
#story a{
	min-height: 400px;
	background: url(../img/storty-back.jpg) no-repeat center center;
	display: block;
	background-size: cover;
	color: #fff;
	padding-top: 90px;
	position: relative;
}
#story a:hover{opacity: 0.5;}
#story h1{
	padding:8px 0 8px 40px;
	border-left: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 90px;
}
@media (max-width: 767px) {
	#story{margin-bottom: 80px;}
	#story a{padding-top: 45px;min-height: 310px;}
	#story h1{
		text-align: center;
		padding:8px 0 8px;
		border: none;
		position: relative;
		left: 0;
		top: 0;
	}
}
@media (max-width: 480px) {
	#story h1{margin:0 auto 30px;width: 300px;}
}

#service{margin-bottom: 70px;overflow: hidden;}
#service h1{margin-bottom: 68px;text-align: center;}
ul#servicelist{width: 100%}
ul#servicelist li{display: table; width: 50%;float: left;padding: 0;margin: 0;height: 300px;}
ul#servicelist li a{display: table-cell;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);text-align: center;vertical-align: middle;}
ul#servicelist li a:hover{background-color: rgba(0,28,63,0.6);}
#s-l-01{background: url(../img/service-01-back.jpg) no-repeat center center;background-size: cover;}
#s-l-02{background: url(../img/service-02-back.jpg) no-repeat center center;background-size: cover;}
#s-l-03{background: url(../img/service-03-back.jpg) no-repeat center center;background-size: cover;}
#s-l-04{background: url(../img/service-04-back.jpg) no-repeat center center;background-size: cover;}
@media (max-width: 480px) {
	#service{margin-bottom: 40px;}
	ul#servicelist li{width: 100%;height: 200px;}
}

#button{margin-bottom: 120px}
#button a{
	text-align: center;
	background-color: #001c3f;
	width: 450px;
	height: 60px;
	line-height: 56px;
	display: block;
	margin: 0 auto;
	padding: 2px 0 0;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#button a:hover{
	background: #003980;
}
@media (max-width: 480px) {
	#button{margin-bottom: 80px}
	#button a{
		width: 300px;
		height: 60px;
		padding: 2px 15px 0;		
	}
}

.slides{padding: 0;overflow: hidden;margin-bottom: 80px;}
.slides section {position: relative;}
.slides .wrap {width: 3990px;}
.slides .slider li,.slides .slider2 li{padding: 0 5px;overflow: hidden}
.slides .slider li img,.slides .slider2 li img {width: 560px;}
.slides section .prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 20px;
	z-index: 100;
}
.slides section .next {
	position: absolute;
	margin-top: -20px;
	top: 50%;
	right: 20px;
	z-index: 100;
}
@media (max-width: 480px) {
/* 	.slide .wrap {width: 1280px;} */
	.slides .slider li,.slides .slider2 li{width: 300px!important;}
	.slides .slider li img,.slides .slider2 li img {width: 300px;}
}


/* footer */
#footer {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #001c3f;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	padding: 74px 0;
	text-align: center;
	position: relative;
}
#copyright {
	color: #fff;
	line-height: 1;
}
#to_top{
	position: absolute;
	right: 40px;
	top: 50%;
	display: block;
	height: 24px;
	width: 27px;
	margin: 0;
	z-index: 88888;
	margin-top: -12px;
}
a#to_top:hover{opacity: 0.5;}
@media (max-width: 480px) {
	#footer {padding: 50px 0 120px;}
	#to_top{
		position: absolute;
		right: 50%;
		top: 55%;
		display: block;
		height: 24px;
		width: 27px;
		margin: 0;
		z-index: 88888;
		margin: 0 -13.5px -12px 0;
	}
}


/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Display */
.ib { display: inline-block;}
.back{background-color: #F5FFF5;}

/* Clearfix */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-narrow:before,
.container-narrow:after,
.container-mini:before,
.container-mini:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.container-narrow:after,
.container-mini:after,
.row:after {
	clear: both;
}

/* Float */
.left   {float: left;}
.right  {float: right;}
.center {margin-right: auto !important; margin-left: auto !important;}

@media (max-width: 480px) {
	.left,.right{float: none;}	
}

/* Text Alignment */
.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}
.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}
.text-nowrap { white-space: nowrap;}

@media (max-width: 767px) {
	.text-left-xs { text-align: left;}
	.text-right-xs { text-align: right;}
	.text-center-xs { text-align: center;}
}
@media (min-width: 992px) {
	.text-left-md { text-align: left;}
	.text-right-md { text-align: right;}
	.text-center-md { text-align: center;}
}

/* Spacing */
.mtlg { margin-top: 60px;}
.mblg { margin-bottom: 60px;}
.mtmd { margin-top: 30px;}
.mbmd { margin-bottom: 30px;}
.mts { margin-top: 15px;}
.mbs { margin-bottom: 15px;}

/* No spacing */
.mtn { margin-top: 0;}
.mrn { margin-right: 0;}
.mbn { margin-bottom: 0;}
.mln { margin-left: 0;}

.w500{width: 500px;}
.w540{width: 540px;}
.w800{width: 800px;}

/* Buffers */
.ptmd { padding-top: 30px;}
.pbmd { padding-bottom: 30px;}

@media (max-width: 767px) {
	.mtlg { margin-top: 30px;}
	.mblg { margin-bottom: 30px;}
	.mtmd { margin-top: 15px;}
	.mbmd { margin-bottom: 15px;}
	.mts { margin-top: 10px;}
	.mbs { margin-bottom: 10px;}
	
	.ptmd { padding-top: 15px;}
	.pbmd { padding-bottom: 15px;}
}

/* Visibility */
.visible-xs,
.visible-xs-block { display: none !important;}

@media (max-width: 767px) {
	.visible-xs,
	.visible-xs-block { display: block !important;}
	.hidden-xs { display: none !important;}
}
