@charset "utf-8";
/* CSS Document */



.head{
	background-color:#FFFFFF;
	
}



.menu01{
	padding:20px 70px;
	
}


.fixed {
    position: fixed;
    top:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:0;
}

.fixed h1 {
	display:none;
}

.fixed .g-menu ul li a {
	border-top:0;
	padding-top:20px;
	padding-bottom:20px;
}

.fixed .g-menu ul li {
	width:20%;
	padding:0;
}

.fixed .g-menu {
	float:none;
	width:1200px;
	border-bottom:1px solid #000000;
}



h1{
	display:block;
	float:left;
	height:122px;
}

h1 img {
	width:100%;
}


.g-menu{
	float:right;
	width:60%;
}

.g-menu ul{
	width:100%;
}

.g-menu ul li{
	float:left;
	list-style:none;
	padding:15px;
}

.g-menu ul li a{
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:110%;
	line-height:1.6;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#000000;
	padding-top:30px;
}

.g-menu ul li a:hover {
	color:#6faac0;
}

.g-menu ul li a span{
	font-size:60%;
}

.totop{
	display:block;
	width:100%;
	height:50px;
	background-color: #FFF;
	border-bottom:1px solid #4A4A4A;
	line-height:50px;
	text-align:center;
	letter-spacing:0.2em;
	font-size:80%;
}

.foot01{
	background-color:#FFF;
	padding:50px 70px;
}

.foot01 p{
	padding-top:0px;
	line-height:1.5em;
}

.foot02 {
	float:left;
	width:50%;
}

.foot02 h1 {
	float:none;
	margin-bottom:0px;
	max-width:250px;
}

.foot02 p {
	font-size:90%;
}

.foot03 {
	float: right;
	width:40%;
}

.foot03 h6 {
	color:#323232;
	font-size:160%;
	margin-bottom:20px;
}

.foot03 p {
	letter-spacing:0.4em;
	font-size:120%;
	line-height:2;
}

address {
	padding-top: 20px;
	text-align:center;
	color:#4A4A4A;
	font-size:80%;
	padding-bottom:20px;
	letter-spacing:0.2em;
	background-color: #000000;
}



.main{
	
}

.background{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden; 
}

.contents{
	background-color:#FFFFFF;
	padding:10px 80px 40px 80px;
}

.seco-menu{
	display:none;
	width:100%;
	background-color:#CCC;
}

.seco-menu ul{
	display:flex;
	display: -webkit-flex;
	width:980px;
	padding:20px 0;
	list-style-type:none;
	margin:0 auto;
}

.seco-menu ul li{
	width:33.3%;
	position:relative;
	overflow:hidden;
	border:solid 1px #555;
}

.seco-menu ul li a{
	width:100%;
	background-color:#FFF;
	color:#000;
	line-height:4em;
	font-size:110%;
	text-align:center;
	display:block;
	letter-spacing:3px;
}

.seco-menu ul li a:hover{
	color:#09C;
}

.seco-menu ul li a:hover + .after{
	background-color:#09C;
	transition:0.3s;
	-webkit-transform:0.3s;
}

.after{
	width:30px;
	height:30px;
	background-color:#FFF;
	position:absolute;
	right:-15px;
	bottom:-15px;
	transform:rotate(-45deg) ;
	transition:0.3s;
	-webkit-transform:0.3s;
}

.main-img > h3{
	text-align:center;
	color:#FFF;
	font-size:300%;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:40px;
	letter-spacing:3px;
	line-height:1.6;
}

h3 span{
	
}


.h4-sect{
	text-align:center;
	margin-top:40px;
	margin-bottom:50px;
}

.h4-sect img{
	margin-bottom:20px;
}

h4{
	font-size:220%;
	font-weight:200;
	line-height:1em;
	color:#333;
}