﻿@charset "utf-8";
* {
	box-sizing: border-box;
 }
header{
  top:0;
  width: 100%;
	background-color: #fff352;
	margin: 0;
	padding: 0;
  position: sticky;
  z-index: 100000;
}
body {
	margin:0;
	padding: 0;
}
ol, li{
	list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
	color: #525252;
	letter-spacing: 0.1em;
}
a.link{
  font-size: 0.8rem;
  border:solid 1px  #525252;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  display: block;
  margin: auto;
  width: 20vh;
  height: auto;
  text-align: center;
}
a.link:hover{
  background-color:#fff352;
}

.hamburger {
    margin: 0px auto 0px;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}
nav ul li a:hover{
	opacity: 0.6;
}
.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 5px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #525252;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-gNav {
    display: none;
}
.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}
@media screen and (max-width: 600px) {
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255,1);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

}
h2 {
	position: relative;
	justify-content: center;
    align-items: center;
	font-size: 23px;
	text-align: center;
	margin: 100px 0px 50px 0px;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 3px;
}  


.footer06 {
 color: #808080;
 background: #fff352;
 padding: 30px;
}
.footer06 a {
 color: #808080;
 text-decoration: none;
}
.footer06 li a:hover {
 text-decoration: underline;
}
.footer06 .wrap {
 width: 900px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer06 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer06 .wrap .box {
 width: 30%;
}
.footer06 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer06 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}
@media screen and (max-width: 900px) {
.footer06 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer06 .wrap h3 {
 border: none;
}
.footer06 .wrap .box {
 width: 100%;
}
.footer06 .wrap .box ul {
 border-top: 1px #c4c4c4 solid;
}
.footer06 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
}
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

.acmenu {
    max-width: 100%;
    list-style:none;
    justify-content: center;
    align-items: center;
}
.acmenu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-align:center;
    color: #000;
}
.acmenu_bar {
    display: block;
    margin-bottom:5px;
    padding : 15px;
    line-height: 1;
    color :black;
    font-size:min(30px,2.5vh);
    background : #ffd900;
    cursor :pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion {
    display: none;
}
.acmenu ul {
    margin: 0;
    padding: 0;
    background :white;
    list-style: none;
}
.acmenu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.acicon {
    padding:0 15px;
}

/*右側のアイコン*/
.acicon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f078';
}

#acmenu_bar01:checked ~ #links01 li,
#acmenu_bar02:checked ~ #links02 li, 
#acmenu_bar04:checked ~ #links04 li,
#acmenu_bar05:checked ~ #links05 li,
#acmenu_bar06:checked ~ #links06 li{
    width:100%;
    margin: 80px 0px 50px 0px;
    height: 100%;
    text-align:center;
    align-items:center;
    opacity: 1;
}
#acmenu_bar03:checked ~ #links03 li{
  margin: 100px 0px 0px 0px;
  height: 100%;
  text-align:center;
  align-items:center;
  opacity: 1;
}