@charset "UTF-8";
/* CSS Document */
/*header*/
header　.col2{
	position: relative;
}
header .col2 .logo{
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	padding: 5px 46px 9px 100px;
}

.gnavi__pc-style{
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	border-radius: 0 0 0 10px;
	z-index: 5;
}
.gnavi__pc-style > ul{
	padding: 3px 100px 3px 20px;
}
/*eventとnewsで違うところ*/
.news:before{
	font-size: 20px;
	content: "News";
	display: block;
	font-weight: normal;
}
.event:before{
	font-size: 20px;
	content: "Event";
	display: block;
	font-weight: normal;
}
/*main*/
main{
	position: relative;
}
.content li a{
	color: #333333;
}
	/*hero_img*/
	.hero_img {
		position: relative;
		width: 100%;
  min-height: 50vh;
  background: url("../img/bg01.png")
    center / cover;
}
	.hero_img h1{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	position: absolute;
    top: 27%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #ffffff;
}
.Inner{
	position: absolute;
	top: 134%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 20px;
	width: 800px;
	height: 600px;
}
.content{
	width: 600px;
	margin: 50px auto;
}
h2{
	font-size: 20px;
	color:#09768D;
	padding: 5px 0 20px;
}
footer ul{
		margin: 100px 0 0 0;
	}

@media screen and ( max-width : 864px ){
img{
		max-width: 100%;
		height: auto;
	}
	header .col2 .logo{
	padding: 5px;
}
	.hero_img {
  min-height: 100vh;
}
	.hero_img h1{
    top: 13%;
    left: 40%;
}
	.content{
	width: 90%;
	margin: 20px auto 50px;
}
	.Inner{
	position: absolute;
	top: 63%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 20px 20px 0 0;
	width: 90%;
	height: 525px;
}
	footer ul{
		margin: 0;
	}
}