.navigation,
.menu-mobile {
	display: none;
}
@media screen and  (min-width: 1024px){
#gnav{
    position: absolute;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #f4b2ba;
    box-shadow: 0 5px 25px 0 rgb(2 0 36 / 10%);
    border-radius: 30px;
    width: 1000px;
    padding: 10px 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}
#gnav #gnav-list > ul{
    display: flex;
}
#gnav ul li.dotted-style{
    border-right: dotted 2px #fff ;
    text-align: center;
    line-height: 22px;
}
#gnav ul li.dotted-style:nth-child(2) {
    padding: 15px 30px 0 40px;
}
#gnav ul li.dotted-style:nth-child(3) {
    padding: 0 10px;
}
#gnav ul li.dotted-style:nth-child(4),
#gnav ul li.dotted-style:nth-child(5){
    padding: 0 10px;
}
#gnav ul li.dotted-style:nth-child(6) {
    padding: 10px 20px 0;
}
#gnav ul li.dotted-style:nth-child(7){
    border-right: none;
    padding: 10px 40px 0 35px;
}
#gnav ul li img{
    margin: 0 auto 10px;
}
#gnav ul li:nth-child(2) img{
    margin: 0 auto 20px;
}
#gnav ul li:nth-child(3) img{
    margin: 0 auto 20px;
}
#gnav ul li:nth-child(7) img{
    margin: 0 auto 20px;
}
#gnav ul li.dotted-style .virus-navi{
    text-align: left;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.header__inner__nav ul li ul.gnav-hover {
    display: none;
    width: 1000px;
    background: #f4b2ba;
    position: absolute;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    z-index: 99;
    top: 130px;
    left: 0px;
    margin: 0;
    border-radius: 0 0 30px 30px;
    padding: 30px 40px;
}
.header__inner__nav ul li ul.gnav-hover > li {
    display: flex;
}
.header__inner__nav ul li ul li .gnav-title {
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    width: 265px;
    height: 100px;
    text-align: center;
    color: #f4b2ba;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__inner__nav ul li ul li .virus-navi li a{
    font-size: 16px;
    margin: 0 0 5px 0;
    display: flex;
}
.header__inner__nav ul li ul li ul {
    color: #fff;
    line-height: 22px;
    display: block;
    padding: 0;
    background: none;
    margin: 0 0 0 20px;
}
.header__inner__nav ul li ul.gnav01 li ul:nth-child(3) {
	margin: 0 0 0 40px;
}
.header__inner__nav ul li ul.gnav02 li ul:nth-child(3) {
	margin: 0 0 0 30px;
}
.radius-none{
    border-radius: 30px 30px 0 0 !important;
}
}

@media screen and (max-width: 1023px){
    /*========= ナビゲーションのためのCSS ===============*/

#gnav{
    position:fixed;
    z-index: 999;
	top:0;
    left: -120%;
	width:300px;
    height: 100%;
	background:#f2f2dc;
	transition: all 0.6s;
    font-size: 14px;
    line-height: 25px;
}
#gnav.panelactive{
    left: 0;
}
#gnav.panelactive #gnav-list{
    position: fixed;
    z-index: 999;
    width:300px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#gnav ul {
    z-index: 999;
    width: 290px;
}
#gnav .gnav-main {
    margin: 5px 0;
}
#gnav .has-child > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gnav .active{
    margin: 0 0 25px 0;
}
#gnav li{
	list-style: none;
    text-align: left;
}
#gnav li a{
	color: #63503f;
	text-decoration: none;
	padding:1px 20px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
#gnav-list img{
    margin: 40px auto;
    width: 170px;
}
#gnav-list .virus-navi{
    text-decoration: underline;
}
#gnav-list .gnav01,#gnav-list .gnav02,#gnav-list .gnav03{
    font-size: 10px;
    line-height: 18px;
    padding: 0 0 0 10px;
    display: none;
}
#gnav-list .active .fa-chevron-circle-down{
    transform: rotateX( 180deg ) ;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
    background: #d94f79;
	position:fixed;
    z-index: 9999;
	top:0px;
	right: 0px;
	cursor: pointer;
    width: 80px;
    height:80px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 23px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:29px;
}
.openbtn span:nth-of-type(2) {
	top:50px;
}
.openbtn span:nth-of-type(3) {
	top:39px;
}
.openbtn.active span:nth-of-type(1) {
    top: 33px;
    left: 27px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 45px;
    left: 27px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
}
.gsc-control-cse{
    background-color:#f2f2dc !important;
    border: none !important;
}
}

@media screen and (max-width: 519px){
    /*========= ナビゲーションのためのCSS ===============*/
    .openbtn {
        width: 50px;
        height: 50px;
    }
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        width: 45%;
      }
    .openbtn span:nth-of-type(1) {
        top:15px;
    }

    .openbtn span:nth-of-type(2) {
        top:23px;
    }

    .openbtn span:nth-of-type(3) {
        top:31px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
}