@charset "UTF-8";

.menu-btn {
position:relative;
top: 38px;
margin-right: 38px;
margin-left: auto;
display: flex;
height: 88px;
width: 88px;
justify-content: center;
align-items: center;
z-index: 90;
background-color: #104435;
border-radius: 4em;
/*https://coding-calc.com/px-rate/*/
/*		top: 3.52vw;
margin-right: 3.52vw;*/
top: 3.32vw;
margin-right: 4.12vw;

/*    height: 8.15vw;
width: 8.15vw;*/
height: 7.65vw;
width: 7.65vw;

}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: '';
display: block;
height: 4px;
width: 30px;
border-radius: 0;
background-color: #ffffff;
position: absolute;

height: 0.37vw;
width: 2.78vw;
}
.menu-btn span:before {
bottom: 10px;
bottom: 0.93vw;
}
.menu-btn span:after {
top: 10px;
top: 0.93vw;
}

#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}
#menu-btn-check {
display: none;
}
#menu-btn-check nav{
display: none;
}

.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%;/*leftの値を変更してメニューを画面外へ*/
z-index: 80;
background-color: #3584bb;
transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
padding: 70px 10px 0;
padding: 6.48vw 0.93vw 0;
}
.menu-content ul li {
border-bottom: solid 1px #ffffff;
list-style: none;
}
.menu-content ul li a {
display: block;
width: 100%;
font-size: 15px;
box-sizing: border-box;
color:#ffffff;
text-decoration: none;
padding: 9px 15px 10px 0;
position: relative;
font-size: 1.39vw;
padding: 0.83vw 1.39vw 0.93vw 0;
}
.menu-content ul li a::before {
content: "";
width: 7px;
height: 7px;
border-top: solid 2px #ffffff;
border-right: solid 2px #ffffff;
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 16px;

width: 0.65vw;
height: 0.65vw;
right: 1.02vw;
top: 1.48;
}


#menu-btn-check:checked ~ .menu-content {
left: 0;/*メニューを画面内へ*/
}


/*////////////*/

header{width:100%;
max-width: 1080px;
margin-left:auto;
margin-right: auto;
display: block;
max-height: 160px;
/*height: 14vw;*/
position: relative;
z-index:201;

}
section{
	width:100%;
max-width: 1080px;
margin-left:auto;
margin-right: auto;
}
.hamburger-menu{

max-width: 1080px;
width:100%;
height: 14vw;
	max-height: 160px;
/*position: fixed;
background-image: url(../img/hed_bg_ichi.png);
background-size: 100% auto;
*/
position: relative;
top:0;

}
	#logo{
		position: absolute;
	}
	#logo img{ 
/*	width: 61.85vw;
	height: auto;
	max-width: 668px;*/
	width: 100vw;
	height: auto;
	max-width: 1080px;
}
.hamburger-menu nav{/*menu off*/
	display:none;
}
@media (min-width: 1080px) {
.menu-btn {    
top: 38px;
margin-right: 38px;
height: 88px;
width: 88px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
height: 4px;
width: 30px;
}
.menu-btn span:before {
bottom: 10px;
}
.menu-btn span:after {
top: 10px;
}
/*		#logo img{ 
	width: 668px;
}*/
}


footer {
    background-color: #282828;
    width: 100%;
    text-align: center;
}

footer table.lay_tbl01{
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    height: 14.4vw;
    max-height: 156px;
}
footer table.lay_tbl01 td:first-child {
    width: 40.13%;
    text-align: right;
    padding-left: 16.53vw;
}
footer table.lay_tbl01 td:last-child {
    width: 59.87%;
    text-align: left;
    padding-right: 16.53vw;
}
footer table.lay_tbl01 img{
    height: 14.4vw;
    max-height: 156px;
}
@media (min-width: 1080px) {
    footer table.lay_tbl01 td:first-child {
    padding-left: 178px;
}
footer table.lay_tbl01 td:last-child {
    padding-right: 178px;
}
}









/*////////*/
.bg_y01{
    background-color: #fffddc;
}
.kai_gakomi01{
    margin: 3.98vw 3.7vw 30vw;
    max-width: 1000px;
    width: 92.6vw;
    border-color: #104435;
    border-style: solid;
    border-width: 0.53vw;
    border-radius: 4.67vw;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-weight: 700;
    background-color: #fff;
    padding: 4.33vw 4.33vw 5.33vw; 
}
.kai_gakomi01 table{
    width: 100%;
    text-align: left;
    color: #262626;
}
.kai_gakomi01 th{
    font-size: 3.7vw;
    font-weight: 700;
    padding-bottom: 0.2em;
    padding-top: 0.5em;
    font-weight: bold;
}
.kai_gakomi01 td{
    font-size: 3.98vw;
    font-weight: 400;
    padding-bottom: 0.8em;
    border-bottom: #a4a4a4 solid 0.19vw;
    font-weight: bold;
}
.lay_txt01{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-weight: 400;
    text-align: left;
    font-size: 3.46vw;
    padding: 8.61vw 8.89vw;
}
.lay_txt01 p{
    line-height: 1.6;
    margin-bottom: 1em;
}
@media (min-width: 1080px) {
.kai_gakomi01{
    margin: 43px 40px 300px;
    border-width: 5.7px;
    border-radius: 70px;
    padding: 65px 65px 80px; 
}
.kai_gakomi01 th{
    font-size: 40px;
}
.kai_gakomi01 td{
    font-size: 43px;
    border-bottom: #a4a4a4 solid 2px;
}
.lay_txt01{
    font-size: 37px;
    padding: 93px 96px;
}

}



    
    