@charset "UTF-8";
/* CSS Document */
body {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#wrapper{
	width: 100%;
}
p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, th {
	font-family:"A1 Mincho", "游ゴシック体","YuGothic","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",sans-serif;
	color: #231815;	
}
p {
	font-size: 15px;
}
header {
	z-index: 1000;
	width: 100%;
	padding-bottom: 10px;
}
section {
	margin: 0 auto;
	width: 100%;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}



.bg_gray{
	background-color: #F7F8F8;
}


.bg_white{
	background-color: #ffffff;
}



.btn_a a:hover img{
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity:1.0;
}

.btn_a {
	position: relative;
	width: 249px;
	height: 57px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.btn_a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn_a:hover img:nth-of-type(2) {
	opacity: 0;
}

nav{
	height: 70px;
	width: 100%;
	margin-top: 70px;

	
}
nav ul{
	margin: 0 auto;	
	display: flex;
	width: 450px;	
	
	
}
nav li{
	margin-right: 30%;
	}
.bg_main {
	display: flex;
	width: 100%;
}
.logo {
	margin-top: -50px;
	padding-left: 200px;
}
.main_image{
	overflow: hidden;
	height: 400px;
}
.main_image img{
	padding-top: 30px;
	padding-left: 80px;
	max-width:  130%;
	min-width: 1945px;
}
	



.subtitle {
	margin: 0 0 60px 0; 
}
.subtitle2 {
	text-align: center;
}

.container{
	margin: 0 auto;
	width: 50%;
	padding: 50px 0 90px 0;
}


.container p ,h3 {
	line-height: 1.7em;
	margin-bottom: 30px;
}
.container dl{
	letter-spacing: 0.02em;
	font-size: 14px;
	margin-right: 110px;
}
.container dt{
	font-weight: 600;
	border-bottom: 1px solid #ffffff;
	float: left;
	line-height: 1.7em;
	margin-right: 20px;
}
.container dd{
	margin-bottom: 40px;
	padding-left: 100px;
	line-height: 1.7em;
	width: 100%;
}
.container ul {
	list-style: none;
	margin-top: 25px;
	margin-left: 60px;
	margin-right: 60px;
	width: 30%;
}
.container li {
	margin-bottom: 20px;
	font-size: 77%;
	text-align: center;
}
.container a{
	text-decoration-line: none;
}

.banner{
	display: flex;
	align-items: center;
	justify-content:center;
}




span.fade-rollover {
	height: 164px;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 95%;
	height:40%;	
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gmap2 {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	height:50%;	
}
.gmap2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


footer {
	width: 100%;	
	background-color: #F7F8F8;
	height: 60px;
}
footer div{
	margin: 0 auto;
	width: 40%;
}

footer p{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
	font-size: 12px;
}





