body{
	/*font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
}

.imagv{
max-width:1080px;
margin-top: 0px;
vertical-align:text-bottom;
}

.title{
text-align: center;
/*font-family: 'Sawarabi Mincho', sans-serif;*/
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 32px;
line-height: 32px;
color: #219D55;
}


hr{
height: 1px;
background-color: #219D55;
border: none;
color: #0000ff;
}

nav, .cnt{
/*max-width:1080px;*/
width: 100%;
text-align: center;
}

.lead{
text-align: left;
width:100%;
/*font-family: 'Sawarabi Mincho', sans-serif;*/
font-family:Verdana,Arial,Helvetica,sans-serif;
line-height: 32px;
font-size: 16px;
}

.cright{
/*font-family: 'Sawarabi Mincho', sans-serif;*/
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
margin-top: -20px;
}

.mainframe{
width:100%;
margin-left: 0px;/*60*/
text-align: center;
}

.mainb{
margin-top: 0px;
text-align: left;
width:90%;
}


/*menu*/
.menu{
	float: right;
    height: 20px;
    position: relative;/*absolute;*/
    right: 0px;
    top: -30px;
    width: 40px;
    z-index: 99;
}

.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;/*relative;*/
    transition:transform .3s;
    width: 100%;
}

.menu__line--center{
    top: 9px;/*9*/
}
.menu__line--bottom{
	bottom: 0px;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(67,156,130,0.8);
    display: none;
    height: 100%;
    position: fixed;/*fixed;*/
    width: 1080px;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
font-family:Verdana,Arial,Helvetica,sans-serif;
/*font-family: 'Sawarabi Mincho', sans-serif;*/
	color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
	text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #000;
}
.hero{
    background:url(images/hero.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}