/* ドロワーメニュー*/
#l-menu {display: block;
position: fixed;
background:;
width: 50px;height:50px;
background-color:#fff;
top:60px;right:19px;
z-index: 100;
border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0));
}

#toggle {
position: fixed;
top: 75px;right: 30px;
}

#toggle-box {
position: relative;
width: 28px;
height: 21px;
cursor: pointer;
}
#toggle-box > span {
width: 100%;
height: 3px;
left: 0;
display: block;
background: #3198C0;
position: absolute;
transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {top: 0;}
#toggle-box > span:nth-child(2) {top:45%;}
#toggle-box > span:nth-child(3) {bottom: 0;}

.is-open #toggle-box > span {background: #3198C0;}

.is-open #toggle-box > span:nth-child(1) {top: 40%;transform: rotate(45deg) translatey(-10%);}
.is-open #toggle-box > span:nth-child(2) {width: 0;}
.is-open #toggle-box > span:nth-child(3) {top: 40%;transform: rotate(-45deg) translatey(-10%);}

.is-open {overflow: hidden;}
.is-open #nav-content {z-index: 1;transform: translateX(0);}
.is-open #nav-content a {pointer-events: auto;}

/* z-index */
#toggle {z-index: 500;}

#main {position: relative; z-index: 0;}

#nav-content {
display:block;
z-index: 1;
overflow-x: hidden;
width: 100%;
height:100vh;height !important:100svh !important;
background:#F9F1E4;
background-size:cover;
position: fixed;
top: 0;
left: 0;
padding: 80px 0 0 0;
text-align:center;
transform: translateX(100%); 
transition:transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
font-size: 140%;
}
#nav-content a{
color:#3198C0;
}
#nav-content nav {margin-bottom: 30px;}

.nav-logo{
position: absolute;
top:20px;
left:20px;
}

.nav-logo img {width:260px;height: auto;}

#nav-content hr{margin: 0 0 30px 0;border-top: 1px solid #fff;}


/*レスポンシブ対応------------------------------------------------------------------*/

@media screen and (max-width: 845px) {
#l-menu {display: block;
position: fixed;
background:;
width: 50px;height:50px;
background-color:#fff;
top:15px;right:19px;
z-index: 100;
border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0));
}
.nav-logo{display: block;top:30px;left:35px;}
#toggle {display: block;top:30px;right: 30px;}
}
@media screen and (max-width: 600px) {
#nav-content {display: block;}
.nav-logo{top:20px;left:20px;}

#toggle {display: block;}

#menu-txt{
font-size:9px;
  font-weight:bold;
margin-top:6px;
}

#nav-content nav {margin-bottom: 20px;}
}

@media screen and (max-width: 480px) {
#nav-content {padding:80px 0 0 0;font-size: 110%;}
#nav-content ul {list-style: none;margin-bottom: 0;}
#nav-content ul li {margin: 0 0 15px 0;}
}
/*--------------------------------------------------------------------------------*/

.ac {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom:3px;
}
.ac-parent {
  height: 50px;
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  transition: .3s;
  color: #3198C0;
	background:transparent url(../images/maru.png) no-repeat left center;background-size:14px;padding-left:22px;margin-left:22px;
}

.ac-child {
padding: 0.2em 0 0.5em 0;
font-size:14px;
}

.ac-child ul li {
margin: 0 0 10px 0 !important;
color: #3198C0;
}
.ac-child ul li a {
color: #3198C0;
}

.ac-none  {
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  color: #3198C0;
}

/*--------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.ac-parent {height: 34px;line-height: 34px;}
.ac-none {height: 28px;line-height: 28px;}
.ac-child ul li {margin: 0 0 8px 0 !important;}
.ac-child {padding: 0.3em 0 0.0 0;font-size:13px;}
}
/*--------------------------------------------------------------------------------*/

#nav-content .link-box{margin:30px 0 20px 0;font-size: 80%;}
#nav-content .link-box .link-btn{display:inline-block;vertical-align:top;font-size:80%;width:280px;background-color:#fff;padding: 20px 10px !important;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;margin: 0 10px 10px 10px;}
#nav-content .link-box .link-btn a{text-decoration: none;display:block;}
#nav-content .link-box .link-btn:hover{text-decoration:none;cursor: pointer;filter: alpha(opacity=65);-moz-opacity:0.65;opacity:0.65;}

/*レスポンシブ対応------------------------------------------------------------------*/
@media screen and (max-width:600px){
#nav-content .link-box .link-btn{padding: 12px 10px !important;margin: 0 10px 10px 10px;}
}

@media screen and (max-width:480px){
#nav-content .link-box .link-btn{font-size:100%;}
}

/*--------------------------------------------------------------------------------*/


#toggle-box > span, {
    	background: #0075CF; /* 元の色 */
    }


    #toggle-box > span.invert{
    	background: #0075CF; /* スクロール後の色 */
    }
