@charset "utf-8";
/*===============================

	index_ティザー

===============================*/
body{ display: block; background-color: #001655; }
div#container{
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

header{
	width: 100%;
	margin: 20px auto 72px;
}
header h1{
	width: 198px;
	margin: auto;
}

footer .addWrap{
	width: 320px;
	width: auto;
	margin: auto;
}
footer .addWrap .addInner{}
footer .addWrap .addInner .hub{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}
footer .addWrap .addInner .hub a{
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin-left: 15px;
	text-decoration: underline;
}
footer .addWrap .addInner .add{
	line-height: 1;
	margin-bottom: 12px;
}
footer .addWrap .addInner .tel{ line-height: 1; }
footer .addWrap .addInner .tel a{
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}

footer .addWrap .addInner.add_tokyo{ margin-bottom: 25px; }


#contents .txt{
	margin-bottom: 43px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}
#contents .txt a{
	display: inline-block;
	text-decoration: underline;
}

@media all and (max-width: 750px){
	div#container{
	}
	
	header{ margin: 16.667% auto 30.667%; }
	header h1{
		width: 39.952%;
		margin: auto;
	}

	footer .addWrap{
		width: 100%;
		margin: auto;
	}
	footer .addWrap .addInner{}
	footer .addWrap .addInner .hub{
		font-size: 4.267vw;
		line-height: 1;
		margin-bottom: 3.846%;
	}
	footer .addWrap .addInner .hub a{
		display: inline-block;
		font-size: 4.267vw;
		line-height: 1;
		margin-left: 2.5%;
		text-decoration: underline;
	}
	footer .addWrap .addInner .add{
		font-size: 3.733vw;
		line-height: 1;
		margin-bottom: 3.077%;
	}
	footer .addWrap .addInner .tel{ line-height: 1; }
	footer .addWrap .addInner .tel a{
		display: inline-block;
		line-height: 1;
		text-decoration: none;
	}

	footer .addWrap .addInner.add_tokyo{ margin-bottom: 25px; }


	#contents{
		width: 100%;
	}
	#contents .txt{
		width: 100%;
		font-size: 4.8vw;
		line-height: 1;
		letter-spacing: 0;
		/*margin-right: -3%;*/
		margin-bottom: 8%;
		text-align: center;
	}
}