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


* {
    padding: 0;
    margin: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
text-decoration: none;
color: #004400	
}

ul li, ol li {
    list-style: none;
}
header {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1000;
}
header::after {
    content: "";
    display: block;
    clear: both;
}


header .menu {
    padding-right: 25px;
    float: right;
}
header .menu a {
    display: block;
    line-height: 50px;
    color: #333;
    font-size: 1.2rem;
    position: relative;
}
header .menu a .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: relative;
}
header .menu a .label {
    vertical-align: middle;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
header .menu .icon span {
    display: block;
    width: 18px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 17px;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
header .menu .icon span:first-child {
    top: 19px;
}
header .menu .icon span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
header .menu .icon span:last-child {
    bottom: 19px;
}
body.navOpened header .menu .label {
    color: #161616;
}
body.navOpened header .menu .icon span {
    background: #161616;
}
body.navOpened header .menu .icon span:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
body.navOpened header .menu .icon span:nth-child(2) {
    opacity: 0;
}
body.navOpened header .menu .icon span:last-child {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}
.bg-nav {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55 );
    color: #161616;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
nav {
    padding: 30px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: #FFFFFF;
	 letter-spacing: 3px;
		line-height: 120%;
}
nav a {
    color: #161616;
}
nav h2 {
    padding: 0 15px 15px;
    border-bottom: solid 1px #161616;
    color: #161616;
    letter-spacing: 0.5em;
}
nav ul li {
    border-bottom: dotted 1px #161616;
    color: #ccc;
    height: 65px;
    padding: 5px 0;
}
nav ul li a {
    display: block;
    padding: 10px 15px;
    list-style-type: none
}
body.navOpened .bg-nav, body.navOpened nav {
    visibility: visible;
    opacity: 1;
}
body.navOpened .bg-nav {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scalef(1);
}
body.navOpened nav {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: -translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.kasou-footer {
    width: 100%;
	margin-top: 100px;
    padding: 10px;
    text-align: center;
    left: 0;
    bottom: 0;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.top-footer {
    width: 100%;
    padding: 10px;
    text-align: center;
    left: 0;
    bottom: 0;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
	color: #FFFFFF;
}
body.navOpened footer {
    color: #161616;
}

@media only screen and (min-width: 765px) {
html, body {
    font-size: 12px;
}
header .menu a {
    line-height: 75px;
}
header .menu a .icon {
    width: 75px;
    height: 75px;
}
header .menu .icon span {
    width: 27px;
    height: 3px;
    left: 25px;
}
header .menu .icon span:first-child {
    top: 28px;
}
header .menu .icon span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
}
header .menu .icon span:last-child {
    bottom: 28px;
}
body.navOpened header .menu .icon span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
body.navOpened header .menu .icon span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
}
.m-l {
    width: 200px;
	padding-bottom: 5px;
	
}
.m-r {
	font-size: 90%;
    width: 200px;
    color: #8C8C8C;
	font-weight: 400;
}

.h1-logo {
	float: left;
    width: 140px;
	margin: 25px 0 0 100px
}

