/*-------------------------------------------------------------------------
	Stylesheet
-------------------------------------------------------------------------*/
@charset "UTF-8";
 @font-face {
 	font-family: 'mp1p';
 	src: url('../font/mplus-1p-light.eot?') format('oldIE'), url('../font/mplus-1p-light.woff') format('woff'), url('../font/mplus-1p-light.ttf') format('truetype');
}
 @font-face {
 	font-family: 'ags';
 	src: url('../font/ags.otf') format('opentype');
}
body {
	width: 100%;
	overflow-x: hidden;
	margin: 0 auto;
	font-size: 14px;
	font-family: 'mp1p', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "MS Pゴシック", Verdana, Helvetica,  sans-serif;
	background-color: #000;
}
a {
	color: #b0c4de;
	text-decoration: none;
	font-style: normal;
}
.m-none {
	display: none;
}
.pc-none {
	display: inline;
}
@media only screen and (min-width: 1000px) {
	.m-none {
		display: inline;
	}
	.pc-none {
		display: none;
	}
}

/*-------------------------------------------------------------------------
		index.html
  -------------------------------------------------------------------------*/
#topimage {
	position: absolute;
	top: 60px;
	margin : 0 auto;
	width: 100vw;
	height: 60vh;
	background-image: url(../../top-logo.png);
	background-size: cover;
	background-position: 10% center;
	background-repeat: no-repeat;
	z-index: 100;
	overflow: hidden;
	border-bottom: 0px;
}
@media only screen and (min-width: 1000px) {
	#topimage {
		top: 0px;
		height: 100vh;
		background-position: center;
		border-bottom: 100px solid #000;
	}
}
#top-logo {
	display: none;
}
@media only screen and (min-width: 1000px) {
	#top-logo {
		display: inline;
		position: absolute;
		top: -50px;
		left: 0;
		right: 1100px;
		bottom: 0;
		margin: auto;
		width: 80px;
		height: 80px;
	}
}
#name1 {
	font-family: 'ags';
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 60px;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 1000px) {
	#name1 {
		top: -150px;
		font-size: 40px;
	}
}
#name2 {
	font-family: 'ags';
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	width: 90%;
	padding: 0 5%;
	font-size: 40px;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 1000px) {
	#name2 {
		top: -50px;
		font-size: 80px;
		left: 80px;
		width: 100%;
		padding: 0;
	}
}
#name3 {
	position: absolute;
	top: 180px;
	left: 0;
	right: 100px;
	bottom: 0;
	margin: auto;
	height: 18px;
	width: 60px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
}
@media only screen and (min-width: 1000px) {
	#name3 {
		top: 330px;
		right: 650px;
		width: 100px;
		font-size: 18px;
	}
}
#name4 {
	font-family: 'ags';
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 140px;
	font-size: 30px;
	color: #fff;
}
@media only screen and (min-width: 1000px) {
	#name4 {
		top: 400px;
		left: 0;
		right: 400px;
		width: 300px;
		font-size: 40px;
	}
}
.m-name {
	position: fixed;
	top: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 60px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 60px;
	background-color: #fff;
	background-image: url(../images/interface.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 96% center;
	border-bottom: 1px solid #D3D3D3;
	z-index: 1000;
}
.m-name img {
	width: 60px;
	height: 60px;
}
@media only screen and (min-width: 1000px) {
	.m-name {
		display: none;
	}
	.m-name img {
		display: none;
	}
}
#english {
	display: none;
}
@media only screen and (min-width: 1000px) {
	#english {
		display: inline;
		position: absolute;
		top: 130px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 16px;
		color: #fff;
		font-size: 16px;
		letter-spacing: 10px;
		text-align: center;
	}
}
#topvideo {
	display: none;
}
@media only screen and (min-width: 1000px) {
	#topvideo {
		display: inline;
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		overflow: hidden;
		z-index: 50;
	}
}
#topphoto {
	display: inline;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100vw;
	height: 60vh;
	overflow: hidden;
	z-index: 50;
}
@media only screen and (min-width: 1000px) {
	#topphoto {
		display: none;
	}
}
#arrow {
	display: none;
}
@media only screen and (min-width: 1000px) {
	#arrow {
		display: inline;
		position: absolute;
		top: 600px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 48px;
		height: 48px;
		text-align: center;
		padding: 4px;
		transition: .3s;
	}
}
#move-arrow {
	position:absolute;
	top:0;
	left:0;
}
#topsns {
	display: none;
}
@media only screen and (min-width: 1000px) {
	#topsns {
		display: table;
		float: right;
		margin: 80vh 60px 0 0;
		z-index: 50;
		width: 400px;
		height: 50px;
		color:#fff;
	}
	#topsns li {
		display: table-cell;
		list-style-type: none;
	}	
	#topsns li img {
		width: 50px;
		height: 50px;
	}
}		
#profile-img {
	width: 100%;
	margin: 0;
}
@media only screen and (max-width: 1000px) {
	#profile-img {
		width: 160%;
		margin: 0 -30%;
	}
}

/*-------------------------------------------------------------------------
		Header
-------------------------------------------------------------------------*/
.header {
	z-index: 100;
	overflow: hidden;
}

@media only screen and (max-width:801px) { /*max-widthに注意*/
	.fixbar dd,
	.fixbar-top dd {
		position: fixed;
		top: 61px;
		z-index: 100;
		width: 100%;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #20a2ff), color-stop(0.00, #3f87d9));
		background: -webkit-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: -moz-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: -o-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: -ms-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: linear-gradient(to bottom, #3f87d9 0%, #20a2ff 88%);
		display:none;
	}
	.fixbar dd ul,
	.fixbar-top dd ul {
		width: 100%;
	}
	.fixbar dd ul li,
	.fixbar-top dd ul li {
		width: 100%;
		font-size: 20px;
		line-height: 50px;
		padding: 0 10%;
		border-bottom: 1px solid #D3D3D3;
	}
	.fixbar dd ul li a,
	.fixbar-top dd ul li a {
		color: #fff;
		display: block;
	}
}
@media only screen and (min-width: 1000px) {
	.fixbar{
		margin-top: 0px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.fixbar-top {
		margin-top: -81px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		transition: .5s;
	}
	.header.fixed .fixbar-top {
		margin-top: 0px;
		transition: .5s;
	}
	.fixbar dd ul,
	.fixbar-top dd ul {
		display: table;
		width: 100%;
	}
	.fixbar dd ul li,
	.fixbar-top dd ul li {
		float: left;
		font-family: 'ags';
		width: 16.666666%;
		height: 80px;
		font-size: 24px;
		list-style: none;
		display: table-cell;
	}
	.fixbar dd ul li a,
	.fixbar-top dd ul li a {
		color: #fff;
		line-height: 80px;
		letter-spacing: 4px;
		text-align: center;
		display: block;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #20a2ff), color-stop(0.00, #3f87d9));
		background: -webkit-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: -moz-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: -o-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: -ms-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
		background: linear-gradient(to bottom, #3f87d9 0%, #20a2ff 88%);
		border-bottom: 1px solid #DCDCDC;
	}
	.fixbar dd ul li a:hover,
	.fixbar-top dd ul li a:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #61bdff), color-stop(0.00, #73a7e2));
		background: -webkit-linear-gradient(top, #73a7e2 0%, #61bdff 88%);
		background: -moz-linear-gradient(top, #73a7e2 0%, #61bdff 88%);
		background: -o-linear-gradient(top, #73a7e2 0%, #61bdff 88%);
		background: -ms-linear-gradient(top, #73a7e2 0%, #61bdff 88%);
		background: linear-gradient(to bottom, #73a7e2 0%, #61bdff 88%);
	}
}



/*-------------------------------------------------------------------------
		Article
-------------------------------------------------------------------------*/
article {
	margin-top: 60px;
	clear: both;
	overflow: hidden;
	width: 100%;
}
@media only screen and (min-width: 1000px) {
	article {
		margin-top: 80px;
	}
}
#top-article {
	margin-top: 70vh;
}
@media only screen and (min-width: 1000px) {
	#top-article {
		margin-top: 110vh;
	}
}
h2 {
	width: 96%;
	height: 80px;
	margin: 60px 2% 0;
	line-height: 80px;
	font-size: 26px;
	color: #fff;
}
@media only screen and (min-width: 1000px) {
	h2 {
		width: 80%;
		margin: -50px 10% 0;
		height: 360px;
		line-height: 400px;
		font-size: 40px;
	}
}
section {
	clear: both;
	width: 100%;
	margin: 0;
}
@media only screen and (min-width: 1000px) {
	section {
		width: 80%;
		margin: 0 10%;
		padding : 20px 0;
	}
}
section h3 {
	font-family: 'ags';
	cursor: pointer;
	font-size: 24px;
	padding: 20px 10px;
	margin: 10px 0;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #20a2ff), color-stop(0.00, #3f87d9));
	background: -webkit-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: -moz-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: -o-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: -ms-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: linear-gradient(to bottom, #3f87d9 0%, #20a2ff 88%);
	text-align: center;
}
@media only screen and (min-width:1000px) {
	section h3 {
		font-size: 50px;
		padding: 10px 10px;
		text-align: left;
	}
}
section:first-child h3 {
	border-top: 0px;
}
section h3 img {
	width: 20px;
	height: 20px;
	margin: 2px 10px;
	float:right;
	transform: rotate(90deg);
}
@media only screen and (min-width: 1000px) {
	section h3 img {
		width: 30px;
		height: 30px;
		margin: 10px;
	}
}
section div {
	display: none;
}
section p,
section div p {
	padding: 10px 20px 0;
	font-size: 16px;
	line-height: 35px;
	color: #dcdcdc;
}
@media only screen and (min-width: 1000px) {
	section p,
	section div p {
		font-size: 20px;
		line-height: 40px;
	}
}
section ul {
	width: 84%;
	padding-left: 40px;
	list-style-type: disc;
}
section div ul {
	width: 84%;
	padding-left: 40px;
	list-style-type: decimal;
}
section li,
section div li {
	font-size: 16px;
	line-height: 35px;
	color: #dcdcdc;
}
@media only screen and (min-width: 1000px) {
	section li,
	section div li {
		font-size: 20px;
		line-height: 40px;
	}
}

/*-------------------------------------------------------------------------
		Footer
-------------------------------------------------------------------------*/
.footer {
	clear:both;
	width: 100%;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #20a2ff), color-stop(0.00, #3f87d9));
	background: -webkit-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: -moz-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: -o-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: -ms-linear-gradient(top, #3f87d9 0%, #20a2ff 88%);
	background: linear-gradient(to bottom, #3f87d9 0%, #20a2ff 88%);
	color: #fff;
	border-top: 2px solid #000;
	margin-top: 50px;
}
.f-info {
	float:left;
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	.f-info {
		width: 100%;
	}
}
.f-info h4 {
	font-family: 'ags';
	margin: 20px;
	font-size: 30px;
	line-height: 30px;
}
@media only screen and (max-width: 1000px) {
	.f-info h4 {
		font-size: 26px;
	}
}
.f-info h5 {
	font-size: 10px;
	letter-spacing: 4px;
	margin-top: -10px;
}
.f-address {
	font-size: 14px;
	line-height: 20px;
	margin: 10px;
	letter-spacing: 2px;
}
.f-tel {
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 4px;
}
#map_canvas {
	float: right;
	width: 50%;
	height: 330px;
}
@media only screen and (max-width: 1000px) {
	#map_canvas {
		width: 100%;
	}
}
/*-------------------------------------------------------------------------
		Copyright
-------------------------------------------------------------------------*/
.copyright {
	clear: both;
	width: 100%;
	padding: 10px 0;
	background-color: #000;
	color: #c0c0c0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
@media only screen and (min-width: 1000px) {
	.copyright {
		font-size: 14px;
	}
}