@charset "UTF-8";
body,html {
	widht:100%;
	background:#52b7d1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.header {
	width:100%;
	float:left;
	position: relative;
}
.menu_wrap {
padding: 1rem;
background: #fff;
display: inline-block;
box-sizing: border-box;
}
header img {
	width:100%;
	height: auto;
	float:left;
}
header {
	width:100%;
	float: left;
	position: relative;
}
header .text {
	text-align: center;
	position: absolute;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	letter-spacing: 3px;
}

header h1 {
	font-size: 1.5rem;
	width:100%;
}
header h2 {
	font-size: 4.5rem;
	width:100%;
	margin:20px 0;
}
header h3 {
	font-size: 1.5rem;
	width:100%;
}
nav ul {
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
}
nav {
	width:100%;
	float:left;
	margin:25px 0;
}
nav li a {
	padding:3px 25px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 1.2rem;
}
nav li:last-child a {
	border:none !important;
}
nav a {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 2px;
}
.bloc01 {
	width:100%;
	float:left;
	color:#fff;
	text-align: center;
}
.bloc02 {
	width:100%;
	float:left;
	padding-top: 50px;
	color:#fff;
	text-align: center;
}
.bloc03 {
	width:100%;
	float:left;
	color:#fff;
	text-align: center;
}
.bloc04 {
	width:100%;
	float:left;
	color:#fff;
	text-align: center;
}
section h2 span {
	width:100%;
	float:left;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 7px;
	font-size: 1rem;
}
section h2 {
	width:100%;
	float:left;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 2px;
	font-size: 2rem;
	margin:20px 0;
}
.inner {
	width:1000px;
	margin:0 auto;
}
section h3 {
	text-align: center;
	font-size: 2.2rem;
	border:1px solid #fff;
	padding:5px 30px;
	display: inline-block;
	margin-bottom: 35px;
	line-height: 2;
	width: 300px;
}
section p {
	width:100%;
	float: left;
	display: inline-block;
	line-height: 2;
	font-size: 1rem;
}
.tight {
	width:400px;
	margin:0 auto;
	text-align: left !important;
}
.bloc02 li {
	width:33.33333%;
	float: left;
}
.bloc02 li img {
	width:100%;
	float:left;
	height: auto;
}
.bloc02 li h3 {
	border:none !important;
	padding:0 !important;
	color:#fff !important;
	text-align: center;
	font-size: 1rem;
	width:100%;
}
.narrow {
	width:500px;
	margin:0 auto;
}
.narrow p {
	font-size: 1rem;
	line-height: 2;
	text-align: left;
}
center {
	width:100%;
	float: left;
	margin:30px 0;
}
center img {
	width:200px;
	height: auto;
}
.bloc04 {
	padding-top: 50px;
}
.bloc04 .inner img {
	width:100%;
	float: left;
	height: auto;
}
.left {
	width:30%;
	float: left;
}
.left img {
	width:100%;
	float: left;
}
.right {
	width:68%;
	float: right;
}
footer {
	width:100%;
	float: left;
	color:#fff;
	font-size: 1rem;
	line-height: 1.5;
}
footer .inner {
	border-top:1px dashed #fff;
	padding:50px 0;
}
.address {
	width:40%;
	float: left;
}
.orner {
	width:60%;
	float: left;
}
.orner img {
	float: left;
	width: 60px;
	height: auto;
	margin-right: 10px;
}
footer .table {
	border-top:1px dashed #fff;
	margin-top: 10px;
	padding-top: 10px;
	width:100%;
	float: left;
	margin-bottom: 30px;
}
.bloc04 {
	padding-bottom: 50px;
}
iframe {
	width:100%;
	height: 200px;
	margin-top:20px;
}




















