@charset "UTF-8";

/*===============================================
画面の横幅が768px以上（PC用）

(max-width: 767.99px) (max-width: 959.99px)
(max-width: 1024.99px) (max-width: 1059.99px)
===============================================
画面の横幅が約767.99pxまで（SP用）

(min-width: 376px)(max-width: 375.99px)
(min-width: 376px)(max-width: 567.99px)
(min-width: 568px)
(max-width: 959.99px)
===============================================*/

*{box-sizing: border-box;}


  html {
    font-family: "游明朝体", "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    line-height: 1.8;
    height: 100%;
    word-break: break-word;
    color: #4d4d4d;
    background-color: var(--color-base);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;

    scroll-behavior: smooth;  /*スムーズスクロール*/

  }

  body {
    font-size: 20px;
    margin: 0;
    /*font-family: serif;*/

  }

  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  ::-moz-selection {
    color: #f2bb32;
    background: var(--color-theme);
  }

  ::selection {
    color: #f2bb32;
    background: var(--color-theme);
  }

  img {border: 0;margin: 0;}
  figure {margin: 0;}
  p {margin: 0; padding: 0;}
  a {text-decoration: none;color: #4d4d4d;}

  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  h1,
  h2,
  h3,
  h4 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
  }

  main {display: block;}



/* ///  header ///////////////////////　*/

.header-all {
    margin: 0 auto;
    padding: 0.5rem 0 0.5rem;
    width: 100%;
    background: #fff;
     z-index: 2000;
     min-height: 70px;
    font-family: serif;
}

.header{
    margin: 0rem auto 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0rem 0 0.5rem;
    max-width: 1100px;
    }



/* left */
  .header .header_logo {
    margin: 0;
    float: left;
    width: 34%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0.5rem 0 0.5rem 3%;
    justify-content: flex-start;}
@media screen and (max-width: 767.99px) {
.header .header_logo {
    width: 60%;
}}
@media screen and (max-width: 959.99px) {
.header .header_logo {
    width: 46%;
    padding: 0 0 0.5rem 3%;
    margin-top: -1vh;
}}
@media screen and (min-width: 960px)  and (max-width: 1024.99px) {
.header .header_logo {
    width: 30%;
  }}
@media screen and (max-width: 567.99px) {
.header .header_logo {
    width: 50%;
    padding: 1.5vh 0 0.5rem 3%;
  }}



.header .header_logo img { width: 100%;}
@media screen and (max-width: 767.99px) {
.header .header_logo img {
    width: 100%;
    padding: 1.4rem 0 0.5rem 0%;
}}
@media screen and (min-width: 768px) and (max-width: 915.99px) {
.header .header_logo img {
    width: 80%;
    margin-top: 1rem;
}}
@media screen and (min-width: 916px) and (max-width: 1024.99px) {
.header .header_logo img {
    width: 100%;
    margin-top: 0rem;
}}

.header .header_logo a:hover{ opacity: 0.3;}





/* right  PC*/
.header .header_right {
/*margin-right: 16%; */
    /* position: absolute; */
    right: 12%;
    text-align: left;
    padding: 0rem 0 0.5rem;
    display: flex;
    align-items: center;
    width: 50%;
    color: #71bd43;
    float: right;
    justify-content: flex-end;}
@media screen and (max-width: 809.99px) {
.header .header_right {
    margin-right: 0%;
  }}
@media screen and (min-width: 780px) {
.header .header_right {
    margin-right: 0%;
    margin-top: 0.5rem;
    width: 64%;
  }}
@media screen and (max-width: 767.99px) {
.header .header_right {
    margin-right: 0%;
  }}
@media screen and (max-width: 667.99px) {
.header .header_right {
    margin-right: 4%;
  }}
@media screen and (max-width: 597.99px) {
.header .header_right {
    margin-right: 4%;
  }}
@media screen and (max-width: 375.99px) {
.header .header_right {
    margin-top: 0.4rem;
  }}
@media screen and (max-width: 1024.99px) {
.header .header_right {
    margin-right: 8%;
    width: 52%;
  }}
@media screen and (max-width: 959.99px) {
.header .header_right {
    margin-right: 8%;
    width: 44%;
  }}




.header_right .tellfree {
    margin: 0rem 1% 0 0;
    /* padding: 2px; */
    width: fit-content;
    font-size: 1.4rem;
}


.header_right .tellfree .free {
    margin: 0rem 0 1rem;
    font-size: 100%;
    letter-spacing: 0.1em;
    border: 1px solid #71bd43;
    padding: 3px;
    line-height: 1.2;
    text-align: center;
}


.header_right .tellonoya {
    margin: 0 2% 0 0;
    /* padding: 2px; */
    width: 40%;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";}
@media screen and (max-width: 959.99px) {
.header_right .tellonoya {
    margin: -0.5vh 2% 0 0;
    width: 60%;
}}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya {
    margin: -0.5vh 2% 0 0;
    width: 68%;
}}
@media screen and (max-width: 575.99px) {
.header_right .tellonoya {
    margin: -2.5vh 2% 0 0;
    width: 34%;
}}
@media screen and (max-width: 375.99px) {
.header_right .tellonoya {
    margin: -0.5vh 2% 0 0;
    width: 40%;
}}



.header_right .tellonoya .telephone {
    margin: 0rem 1% 0 0;
    float: left;
    text-align: left;
    width: 100%;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 0.4;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya .telephone {
    font-size: 164%;
    margin: 0.6rem 6% 0.6rem 0;
}}
@media screen and (max-width: 860.99px) {
.header_right .tellonoya .telephone {
    font-size: 160%;
}}
@media screen and (max-width: 959.99px) {
.header_right .tellonoya .telephone {
    font-size: 3rem;
}}


.header_right .tellonoya .telephoneimg{
    text-align: center;
    margin: 0.5rem;
    position: absolute;
    /* left: 0; */
    right: 5%;
    top: 0;
    bottom: 0;
    width: 42%;
    z-index: 6000;}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya .telephoneimg{
    width: 7%;
    right: 11%;
    margin-top: 1.2rem;
  }}
@media screen and (max-width: 667.99px) {
.header_right .tellonoya .telephoneimg{
    width: 6%;
    right: 12%;
    margin-top: 1.75rem;
  }}
@media screen and (max-width: 567.99px) {
.header_right .tellonoya .telephoneimg{
    width: 13%;
    margin-top: 1.4rem;
  }}
@media screen and (max-width: 540.99px) {
.header_right .tellonoya .telephoneimg{
    width: 8%;
    margin-top: 1.6rem;
    right: 20%;
  }}
  @media screen and (max-width: 414.99px) {
.header_right .tellonoya .telephoneimg{
    width: 10%;
    margin-top: 1.6rem;
    right: 20%;
  }}
@media screen and (max-width: 375.99px) {
.header_right .tellonoya .telephoneimg{
    margin-top: 1.5rem;
    width: 12%;
    right: 19%;
  }}


.header_right .tellonoya .telephoneimg a {
    display: block;
}

.header_right .tellonoya .telephoneimg img{
    width: 100%;
}

.header_right .tellonoya .telephoneimg img,
.header_right .tellonoya .telephoneimg a img {
    width: 100%;}




.header_right .tellonoya .telephone a{
    display: block;
    padding: 0;
    color: #71bd43;
    text-decoration: none;
    font-feature-settings: "palt";
    transition: 1s;
    font-size: 100%;
    line-height: 0.3;
    margin-top: 1rem;
    }


.header_right .tellonoya .telephone a:hover{ 
    color: #c56283;
    opacity: 0.7;
}



.header_right .tellonoya .time {
    margin: -0.7rem 0 1rem;
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.025em;}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya .time {
    font-size: 94%;
}}
@media screen and (max-width: 860.99px) {
.header_right .tellonoya .time {
    font-size: 62%;
}}
@media screen and (max-width: 959.99px) {
.header_right .tellonoya .time {
    font-size: 56%;
}}

.header_right .right_area .telephone {
    float: right;
    display: block;
    margin: 0 1rem 0 0;
    width: 44%; }
@media screen and (max-width: 767.99px) {
.header_right .right_area .telephone {
    width: 78%;
}}




.header_right .tel_area .tel img,
.header_right .right_area .telephone img {
    width: 100%;
}



#nav-wrapper {
    width: 54px;
    float: right;
    background: #fff;
    position: relative;
    display: block!important;
    margin: -0.25em 4% 0 0;
    z-index: 2500;
    float: right;}
@media screen and (max-width: 767.99px) {
#nav-wrapper {
    right: 3%;
    top: 0.5rem;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}}



/*　ハンバーガーボタン
.hamburger {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  cursor: pointer;
  z-index: 3000;
  display: block;}



.hamburger__line {
  position: absolute;
  width: 100%;
  height: 5px;
  right: 0;
  background-color: #4d4d4d;
  transition: all 0.5s;}
@media screen and (max-width: 767.99px) {
.hamburger__line {
    width: 100%;
    height: 4px;
    right: 0;
}}



/* 三 
.hamburger__line--1 {
  top: 10px;}
@media screen and (max-width: 767.99px) {
.hamburger__line--1 {
  top: 8px;
}}

.hamburger__line--2 {
  top: 30px;}
@media screen and (max-width: 767.99px) {
.hamburger__line--2 {
  top: 24px;
}}

.hamburger__line--3 {
  top: 50px;}
@media screen and (max-width: 767.99px) {
.hamburger__line--3 {
  top: 42px;
}}


/* X 
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}
*/


/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
      position: fixed;
      right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
      top: 0;
      width: 30%; /* 出てくるスライドメニューの幅 */
      height: auto;
      padding-bottom: 2rem;
      /*background-color: #f4edd2fa;*/
       background-color: rgb(249 240 200 / 95%);
      transition: all 0.5s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */}
@media screen and (max-width: 767.99px) {
.sp-nav {
    width: 80%; /* 出てくるスライドメニューの幅 */
}}



/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


.sp-nav ul {
    float: inherit;
    margin: 6rem auto 1rem;
    padding: 0;
    width: 100%;
}

.sp-nav ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
.sp-nav ul li:last-child {
    padding-bottom: 0;
}
.sp-nav ul li:hover{
    background :#fbfaf790;
}

.sp-nav ul li a {
    display: block;
    color: #4d4d4d;
    padding: 1em 0 0.5rem;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #00000070;
    /*text-shadow: 1px 1px 1px #fff;*/
    /*font-family: 'Noto Serif JP', serif;*/
}

.sp-nav.active {
  opacity: 100;

}




/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #4d4d4d;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}




/* ///  TOPVIEW　 ///////////////////////　*/

.topview {
    width: 100%;
    /*margin-bottom: 3rem;  注記帯が無い時は表示 */
    height: auto;}
@media screen and (max-width: 767.99px) {
.topview {
    /*margin-bottom: 1rem;   注記帯が無い時は表示 */
}}




.titletopcap {
    position: absolute;
    top: 12%;
    margin: 0rem auto;
    text-align: left;
    /* width: 60%; */
    color: #fff;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.2;
    font-feature-settings: "palt";
    filter: drop-shadow(0.5px 1px 0.5px #55555570);
    left: 9%;}
@media screen and (max-width: 767.99px) {
.titletopcap {
    font-size: 130%;
    width: 90%;
    left: 5%;
    top: 0%;
    filter: drop-shadow(3px 4px 0px #fff);
    color: #82b03d;
}}
@media screen and (min-width: 414px)and (max-width: 595.99px)  {
.titletopcap {
    font-size: 160%;
    top: 4%;
}}
@media screen and (max-width: 413.99px)  {
.titletopcap {
    font-size: 140%;
    top: 4%;
}}
@media screen and (min-width: 768px) and (max-width: 1024.99px) {
.titletopcap {
    top: 16%;
    left: 5%;
    font-size: 140%;
    color: #fff;
    filter: drop-shadow(0.5px 1px 0.5px #55555550);
}}




/*  */
.titletopcap .titletopcapimg {
    margin: 3rem 0% 0 9%;
    text-align: center;
    width: 30%;
    display: flex;
    justify-content: space-around;}
@media screen and (max-width: 767.99px) {
.titletopcap .titletopcapimg {
    margin: 0.5rem 0% 0 0%;
    text-align: center;
    width: 44%;
    display: inline-block;
}}
@media screen and (min-width: 768px) and (max-width: 959.99px) {
.titletopcap .titletopcapimg {
    margin: 1rem 0% 0 5%;
    width: 14%;
    display: inline-flex;
  }}
@media screen and (min-width: 956px) and (max-width: 1024.99px) {
.titletopcap .titletopcapimg {
    margin: 1rem 0% 0 12%;
    width: 20%;
    display: inline-flex;
  }}

@media screen and (min-width: 1025px) {
.titletopcap .titletopcapimg {
    margin: 1rem 0% 0 12%;
    width: 36%;
    display: inline-flex;
  }}




.titletopcap .titletopcapimg img {
    width: 70%;
    margin: 0 5%;}

@media screen and (min-width: 768px)  and (max-width: 1024.99px) {
.titletopcap .titletopcapimg img {
    width: 100%;
    margin: 1rem 8%;
  }}
@media screen and (max-width: 767.99px) {
.titletopcap .titletopcapimg img {
    width: 76%;
    margin: 0.6rem 4%;
}}





/* ///  obi ///////////////////////　*/

.obi_item {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    text-align: center;
    background: #dfe0c4;}
@media (max-width: 767.99px) {
.obi_item {
    margin: 0 auto 2em;
}}



.obi_item .obicap {
    margin: 0 auto 2rem;
    padding: 0.8rem 1vw;
    text-align: center;
    max-width: 940px;
    color: #7d991c;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings: "palt";}
@media (max-width: 896.99px) {
.obi_item .obicap {
        font-size: 110%;
}}
@media (max-width: 767.99px) {
.obi_item .obicap {
    padding: 1vh 0;
    font-size: 64%;
}}
@media (max-width: 375.99px) {
.obi_item .obicap {
    font-size: 58%;
}}



.obi_item .obicap a {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration:none;
    color:#7d991c;
    display:block;}
@media (max-width: 820.99px) {
.obi_item .obicap a {
    font-size: 70%;
    color:#50711b;
}}
@media (max-width: 768.99px) {
.obi_item .obicap a {
    font-size: 116%;
}}
@media (max-width: 768.99px) {
.obi_item .obicap a {
    font-size: 126%;
    line-height: 1.2;
}}



.obi_item .obicap a:hover {
    color:#104110;
    transition:1s;
}


.obi_item .obicap a::after {
    content:" \0232a\0232a";
    margin: 0 auto 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
    text-decoration:none;
    color:#7d991c;
    transition:1s;
    animation:blink0 1s ease-in-out infinite alternate;
}
.obi_item .obicap a:hover::after {
    color:#104110;
}

@keyframes blink0{
    0% {opacity:0;}
    100% {opacity:1;}
}






/* ///  BTN ///////////////////////　*/
/* */
.titlebtn-box {
margin: 0rem 15% 2rem;
text-align: center;
width: 70%;
height: fit-content;}
@media screen and (max-width: 767.99px) {
.titlebtn-box {
    width: 100%;
        margin: 0rem auto 1em;
        padding: 6px;
    background: #fff;
    }}

.titlebtn-box a{
text-decoration:none;

}

.titlebtn-box a:hover{
text-decoration:none;
opacity:0.9;
    transform: translateY(-0.5rem);
}



.titlebtn-box .capname {
    margin: 0rem auto -0.5rem;
    width: 100%;
    font-size: 2rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    animation: changehover2 3.2s ease infinite;
    line-height: 1;}
@media screen and (max-width: 767.99px) {
.titlebtn-box .capname {
        font-size: 84%;
        font-feature-settings: "palt";
}}


@keyframes changehover2  {
  0% {opacity: 1; color: #4d4d4d;scale:1.0;}
  70% {opacity: 1; color: #4d4d4d;scale:1.0;}
  86% {opacity: 1; color: #ffe8aa;scale:1.04;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}




.titlebtn-box .btn00{
    position: relative;
    margin: 1rem 8%;
    padding: 0rem 1em;
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    background: #bf731c;
    background-image: url(../img/img_books2.png), linear-gradient(to bottom, #f3c477 0%, #bf731c 100%);
    background-repeat: no-repeat;
    background-position: 93% top;
    background-size: contain;
    text-decoration: none;
    color: #333;
    text-align: center;
    border-radius: 20rem;
    width: 84%;
    /*max-width: 840px;*/
    transition: 0.8s ease all;
    outline: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;}
@media screen and (max-width: 1024.99px) {
.titlebtn-box .btn00{
    margin: 1rem auto;
    width: 100%;
}}
@media screen and (max-width: 767.99px) {
.titlebtn-box .btn00{
        font-size: 100%;
        border-radius: 2rem;
        width: 90%;
        padding: 0.4rem 1%;
        margin: 1rem 5%;
}}
@media screen and (max-width: 414.99px) {
.titlebtn-box .btn00{
        width: 90%;
        padding: 0.4rem 1%;
        margin: 1rem 5%;
}}


.titlebtn-box .btn00::after{
    content: "";
    position: absolute;
    width: 4%;
    height: 100px;
    bottom: 0;
    top: calc(50% - 0.65em);
    right: 11px;
    background-image: url(../img/ic_ore.png);
    background-size: 83%;
    vertical-align: bottom;
    background-repeat: no-repeat;}
@media screen and (max-width: 767.99px) {
.titlebtn-box .btn00::after{
        width: 6%;
    top: calc(50% - 0.45em);
    right: 1%;
}}




.btn00:hover {
   /* background: #ffde67 ;
    background: linear-gradient(to bottom, #ffde67  0%, #f4ce4b  100%);
*/
    animation: changehover4 2s ease;
}

@keyframes changehover4  {
  40% {opacity: 1; color: #F8B500;scale:1.02;}
  80% {opacity: 1;color: #4d4d4d;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}



/*  */
.titlebtn-box .btn00 .btnimg {
    width: 14%;
    margin: 1rem 1%;
        padding: 0rem;
    position: absolute;

    left: 2%;}
  
@media screen and (max-width: 767.99px) {
.titlebtn-box .btn00 .btnimg {
width: 11%;
margin: 0;
/*top: calc(50% - 1.6em);*/
}}
@media screen and (max-width: 540.99px) {
.titlebtn-box .btn00 .btnimg{
    width: 11%;
    margin: 0;
    /*top: calc(50% - 1.4em);*/
}}

@media screen and (max-width: 516.99px) {
.titlebtn-box .btn00 .btnimg{
        width: 15%;
        /* top: 1.2rem; */
        /*top: calc(50% - 1.4em);*/
}}

@media screen and (max-width: 375.99px) {
.titlebtn-box .btn00 .btnimg {
        width: 15%;
        margin: 0;
        left: 3%;
        /* top: 1rem; */
        /*top: calc(50% - 1.45em);*/
}}


.titlebtn-box .btn00 .btnimg img{
    width: 100%;
    height: auto;
}

.titlebtn-box .btn00 .btnimg a:hover {
    opacity:1!important;
}



/*  */
.titlebtn-box .btn00 .btn00-lcap {
    width: 100%;
    margin: 3rem 0 0rem 0;
    font-size: 4rem;
    font-weight: bold;
    /* position: sticky; */
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    /* filter: drop-shadow(1px 1px 0px #55555530); */
    flex-wrap: wrap;}
@media screen and (max-width: 823.99px) {
.titlebtn-box .btn00 .btn00-lcap{
        font-size: 150%;
        text-align: center;
        float: right;
}}
@media screen and (max-width: 767.99px) {
.titlebtn-box .btn00 .btn00-lcap {
        font-size: 100%;
        width: 68%;
        text-align: center;
        margin: 2rem 0% 0rem 1%;
}}
@media screen and (max-width: 667.99px) {
.titlebtn-box .btn00 .btn00-lcap {
        font-size: 100%;
        width: 70%;
        text-align: center;
        margin: 1.2vh 1% 1rem 1%;
}}
@media screen and (max-width: 375.99px) {
.titlebtn-box .btn00 .btn00-lcap {
font-size: 88%;
        width: 60%;
        margin: 1.2vh 0% 1rem 1%;
}}





.titlebtn-box .btn00  .book{
    top: calc(0% - 0.6em);
    right: 5%;
    position: absolute;
    width: 16%;}
@media screen and (min-width: 1131px) {
.titlebtn-box .btn00  .book{
top: calc(0% - 0.6em);
    width: 15%;
}}
@media screen and (max-width: 1130.99px) {
.titlebtn-box .btn00  .book{
top: calc(0% - 1.8em);
    width: 15%;
}}
@media screen and (max-width: 1080.99px) {
.titlebtn-box .btn00  .book{
top: calc(0% - -0.4em);
}}
@media screen and (max-width: 969.99px) {
.titlebtn-box .btn00  .book{
        top: calc(0% - -1.5em);
right: 4%;
}}
@media screen and (max-width: 767.99px) {
.titlebtn-box .btn00  .book{
    width: 18%;
    top: calc(0% - 1.5em);
    right: 4%;
}}
@media screen and (max-width: 687.99px) {
.titlebtn-box .btn00  .book{
width: 18%;
        top: calc(0% - 1em);
        right: 5%;
}}
@media screen and (max-width: 597.99px) {
.titlebtn-box .btn00  .book{
        width: 20%;
        top: calc(0% - 0.6em);
        right: 2%;
}}
@media screen and (max-width: 469.99px) {
.titlebtn-box .btn00  .book{
        width: 24%;
}}
@media screen and (max-width: 414.99px) {
.titlebtn-box .btn00  .book{
width: 20%;
        top: calc(0% - -0.8em);
        right: 2%;
}}

.titlebtn-box .btn00 .book img{
        width: 100%;
       }




.topviewtyuki {
margin: 1.5rem auto 3rem;
    text-align: left;
    width: 70%;
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.topviewtyuki {
    margin: 1rem auto 2rem;
    width: 90%;
    font-size: 64%;
    line-height: 1.3;
}}
@media screen and (max-width: 375.99px) {
.topviewtyuki {
    font-size: 58%;
}}



.content01 {
    background: #f5f5f5;
    min-height: 100px;
    border-bottom-right-radius: 2700px 500px;
    border-bottom-left-radius: 2700px 500px;
    margin-left: -400px;
    margin-right: -400px;
    padding-left: 400px;
    padding-right: 400px;
}




.p-eria{
    margin-top: 13rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;

    width: 100%;
    background: rgb(227,236,255,0.4);
    background: linear-gradient(90deg, rgba(227,236,255,0.3) 0%, rgba(227,236,255,0.1) 25%, rgba(227,236,255,0.1) 75%, rgba(227,236,255,0.3) 100%);
}
@media screen and (max-width: 767.99px) {
.p-eria{
    padding: 1rem 5%;
    margin-top: 12rem;
    text-indent: -1rem;
    background: #fff;
}}

.p-eria2{
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;

    width: 100%;
    /*background: rgb(227,236,255,0.4);
    background: linear-gradient(90deg, rgba(227,236,255,0.3) 0%, rgba(227,236,255,0.1) 25%, rgba(227,236,255,0.1) 75%, rgba(227,236,255,0.3) 100%);
    */
}
    @media screen and (max-width: 767.99px) {
.p-eria2{
    padding: 1rem 6% 4rem 10%;
    margin-top: 0rem;
    background: #fff;
    text-indent: -1.25rem;
    text-align: left;
}}






/*--------------------
footer
---------------------*/
.footer-all {
margin: 10px auto 0;
    padding-bottom: 0;
    width: 100%;
    background: #82b03d;
   /* border-top: 10px solid #fff;*/}
@media screen and (max-width: 767.99px) {
.footer-all {
    border-top: none;
}}


.footer-box {
    padding: 0rem 1vw;
    margin: 1rem auto 0;
    max-width: 1000px;
    color: #4d4d4d;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
}



/* left */
.footer-box  .footer_logo {
    margin: 0;
    float: left;
    width: 30%;
    padding: 0.75rem 0 0.5rem 3%;}
.footer-box .footer_logo img { 
    width: 48%;}
@media screen and (max-width: 767.99px) {
.footer-box .footer_logo img { 
    width: 100%;
}}
@media screen and (max-width: 1024.99px) {
.footer-box .footer_logo img { 
    width: 60%;
}}
@media screen and (max-width: 595.99px) {
.footer-box .footer_logo img { 
    width: 100%;
}}

/* right */
.footer-box .footer_right {
    text-align: right;
    padding: 1rem 0 0;
    display: flex;
    align-items: center;
    width: 60%;
    color: #fff;
    justify-content: flex-end;
    float: right;}
@media screen and (max-width: 767.99px) {
.footer-box .footer_right {
    padding: 0.5rem 0 0;
    width: 90%;
    justify-content: center; /* flex-end */
}}
@media screen and (min-width: 768px)  and (max-width: 1024.99px) {
.footer-box .footer_right {
    width: 70%;

}}


.footer_right .tellfree {
    margin: 0rem 1% 0 0;
    /* padding: 2px; */
    width: fit-content;
    font-size: 1.4rem;
}


.footer_right .tellfree .free {
    margin: 0rem 0 1rem;
    font-size: 100%;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 3px;
    line-height: 1.2;
    text-align: center;
}


.footer_right .tellonoya {
    margin: 0 2% 0 0;
    /* padding: 2px; */
    width: 40%;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.footer_right .tellonoya {
    width: 70%;
}}


.footer_right .tellonoya .telephone {
    margin: 0rem 1% 0.8rem 0;
    float: left;
    text-align: left;
    width: 100%;
    font-size: 3.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.4;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.footer_right .tellonoya .telephone {
    font-size: 160%;
    margin: 0.6rem 6% 0.6rem 0;
}}
@media screen and (max-width: 860.99px) {
.footer_right .tellonoya .telephone {
    font-size: 160%;
}}
@media screen and (max-width: 959.99px) {
.footer_right .tellonoya .telephone {
font-size: 144%;
}}



.footer_right .tellonoya .telephone a{
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-feature-settings: "palt";
    transition: 1s;
    font-size: 100%;
    line-height: 0.3;
    margin: 0;
    transition: 0.3s ease-in-out;
    }


.footer_right .tellonoya .telephone a:hover{
    opacity: 0.9;
    }

.footer_right .tellonoya .time {
    margin: 0.2rem 0;
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    float: left;}
@media screen and (max-width: 767.99px) {
.footer_right .tellonoya .time {
    font-size: 94%;
}}
@media screen and (max-width: 860.99px) {
.footer_right .tellonoya .time {
    font-size: 62%;
}}
@media screen and (max-width: 959.99px) {
.footer_right .tellonoya .time {
    font-size: 56%;
}}



.footer_right .right_area .telephone {
    float: right;
    display: block;
    margin: 0 1rem 0 0;
    width: 44%; }
@media screen and (max-width: 767.99px) {
.footer_right .right_area .telephone {
    width: 78%;
}}





.copy-all {
    margin: 0 auto 0;
    text-align: center;
    padding: 0.5rem 0 0;
    background: #50711b;
    font-size: 170%;
    width: 100%;}

.copy-box{
  width: 82%;
  margin: 0 auto 10rem;
  border: 1px solid #ccc;
}

.copy-title{
    padding: 2rem 0 0;
    font-size: 56%;
    text-align: center;
    width: 100%;
    color: #fff;}
@media screen and (max-width: 767.99px) {
.copy-title{
    font-size: 70%;
}}


.copyright {
    margin: 0% 0 0 0;
    padding: 0.5rem 0 1rem;
    text-align: center;
    font-size: 30%;
    color: #fff;
    line-height: 1.1}
 @media screen and (max-width: 767.99px) {
.copyright {
    padding: 0rem 5% 2rem;
    font-size: 30%;
  }}





h1{
    font-size: 4rem;
    font-weight: bold;
    margin: 0rem auto 2rem;
    padding: 1em 0 0;
    color: #efc755;
    letter-spacing: 0.3em;
    line-height: 1.2;
    /*font-family: serif;*/}
  @media screen and (max-width: 767.99px) {
h1{
    font-size: 180%;
    font-weight: bold;
    font-feature-settings: "palt";

    }}


h1 a{
      text-decoration: none;
      transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
      display: block;
      padding: 1rem;
      color: #efc755;}

h1 a:hover,h1 a:active{
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    }


h2{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    background: #50711b;
    padding: 0.6rem 0;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}

h2 a{
      text-decoration: none;
      transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
      display: block;
      padding: 1rem;
      color: #F8B500;
      font-weight: bold;
    }

h2 a:hover,h2 a:active{
    text-decoration: none;
    color: #efc755;
    }


h3{
    margin-top: 3rem;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #fff;
   }
h3 a:hover,h2 a:active{
  text-decoration: none;
  letter-spacing: 0.1em;
      color: #efc755;
    }



/* ///  BUTTON /////////　*/
.button_all{
    margin: 6vh auto 4rem;
    text-align: center;
    padding: 0;
    width: 100% !important;
    max-width: 900px;}
@media screen and (max-width: 767.99px) {
.button_all{
    width: 100%!important;
    margin: 0rem auto 0rem;
}}
@media screen and (max-width: 1024.99px) {
.button_all{
    width: 100% !important;
    margin: 6vh auto 0rem;
}}
@media screen and (max-width: 595.99px) {
.button_all{
    width: 98%!important;
    margin: 0vh auto 0rem;
}}


.button_all .capname {
    margin: 2rem auto 0;
    width: 100%;
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    filter: drop-shadow(1px 2px 5px #ffffff);;
    animation: changehover0 3.2s ease infinite ;}
@media screen and (max-width: 767.99px) {
.button_all .capname {
font-size: 86%;
    font-feature-settings: "palt";
}}


@keyframes changehover0  {
  0% {opacity: 1; color: #4d4d4d;scale:1.0;}
  70% {opacity: 1; color: #4d4d4d;scale:1.0;}
  86% {opacity: 1; color: #ffe8aa;scale:1.04;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}


 .button_all a{
    text-decoration: none;
 /*display: flex;
    align-items: center;*/
} 

.button_all :hover{
    /*color: #ffeb3b!important;*/
    animation: changehover 2s ease;
}

@keyframes changehover  {
  40% {opacity: 1; color: #F8B500;scale:1.02;}
  80% {opacity: 1;color: #4d4d4d;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}


.button{
    position: relative;
    margin: 1rem 5%;
    padding: 0rem 4vw;
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    background: #bf731c;
    background: linear-gradient(to bottom, #ffeeb3 0%, #ffd028 100%);
    text-decoration: none;
    color: #333;
    text-align: center;
    border-radius: 20rem;
    width: 90%;
    transition: 0.8s ease all;
    outline: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;}
@media screen and (max-width: 767.99px) {
.button{
    font-size: 100%;
    border-radius: 2rem;
    width: 90%;
    padding: 0.4rem 1%;
}}



.button::after{
    content: "";
    position: absolute;
    width: 4%;
    height: 100px;
    bottom: 0;
    top: calc(50% - 0.65em);
    right: 11px;
    background-image: url(../img/ic_ore.png);
    background-size: 83%;
    vertical-align: bottom;
    background-repeat: no-repeat;}
@media screen and (max-width: 767.99px) {
.button::after{
        width: 6%;
    top: calc(50% - 0.45em);
    right: 1%;
}}


.buttoncolor-y{
background-image: url(../img/img_human06s.png), linear-gradient(to bottom, #ffeeb3 0%,#ffd028 100% );
background-repeat: no-repeat;
background-position: 90% top ;
background-size:contain;}
@media screen and (max-width: 767.99px) {
.buttoncolor-y{
background-position: 98% top ;
}}


.buttoncolor-p{
background-image: url(../img/img_human01s.png), linear-gradient(to bottom, #b19beb 0%,#715f93 100% );
background-repeat: no-repeat;
background-position: 90% top ;
background-size:contain;}
@media screen and (max-width: 767.99px) {
.buttoncolor-p{
background-position: 95% top ;
}}



.buttoncolor-0{
background-image: url(../img/img_human04s.png), linear-gradient(to bottom, #f3c477 0%,#bf731c 100% );
background-repeat: no-repeat;
background-position: 90% top ;
background-size:contain;}
@media screen and (max-width: 767.99px) {
.buttoncolor-0{
background-position: 95% top ;
}}


.buttoncolor-02{
background-image: url(../img/img_human05s.png), linear-gradient(to bottom, #f3c477 0%,#bf731c 100% );
background-repeat: no-repeat;
background-position: 90% top ;
background-size:contain;}
@media screen and (max-width: 767.99px) {
.buttoncolor-02{
background-position: 95% top ;
}}


.buttoncolor-g{
background-image: url(../img/img_human02s.png), linear-gradient(to bottom, #afd198 0%,#4f842c 100% );
background-repeat: no-repeat;
background-position: 90% top ;
background-size:contain;}
@media screen and (max-width: 767.99px) {
.buttoncolor-g{
background-position: 98% top ;
}}

.buttoncolor-g2{
background-image: url(../img/img_books2.png), linear-gradient(to bottom, #afd198 0%,#4f842c 100% );
background-repeat: no-repeat;
background-position: 89% top ;
background-size:contain;}
@media screen and (max-width: 767.99px) {
.buttoncolor-g2{
background-position: 96% top ;
}}





.button-cap {
    width: 14%;
    margin: 1rem 1%;
        padding: 0rem;
    /* font-size: 136%; */
    /* font-weight: bold; */
    /* background: #ffff; */
    /* border-radius: 100%; */
    /* line-height: 1.2; */
    position: absolute;

    left: 2%;}
@media screen and (min-width:1024px) {
.button-cap {
    width: 13%;
    margin: 0;
   /* bottom: calc(50% - 2.3em);*/
}}
@media screen and (min-width:821px) {
.button-cap {
    width: 13%;
    margin: 0;
    /*bottom: calc(50% - 2.6em);*/
}}
@media screen and (min-width: 769px) and (max-width:820.99px) {
.button-cap {
    width: 12%;
    margin: 0;
    /*bottom: calc(50% - 2.3em);*/
}}
@media screen and (max-width: 768.99px) {
.button-cap {
    width: 12%;
    margin: 0;
    /*top: calc(50% - 2em);*/
}}
@media screen and (max-width: 516.99px) {
.button-cap {
width: 15%;
 /*top: calc(50% - 1.6em);*/
}}
@media screen and (max-width: 414.99px) {
.button-cap {
    width: 17%;
    /*top: calc(50% - 1.6em);*/
}}
@media screen and (max-width: 390.99px) {
.button-cap {
    width: 16%;
    margin: 0;
    left: 3%;
    /*top: calc(50% - 1.3em);*/
}}


.button-cap img{
    width: 100%;
    height: auto;
}



.button-cap2{
    width: 10%;
    margin: 0;
    position: absolute;
    left: 2%;
    bottom: calc(50% - 2em);
}
@media screen and (max-width: 767.99px) {
.button-cap2 {
    width: 10%;
    margin: 0;
    top: calc(50% - 1.1em);
}}
.button-cap2 img{
    width: 100%;
    height: auto;
}


.button-cap a:hover {
    opacity:1!important;
  /*transform: rotate(360deg);
    transition: all .5s ease-out;
*/
}




.button-lcap {
    width: 100%;
    margin: 3rem 0;
font-size: 36px;
    font-weight: bold;
    /* position: sticky; */
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    /* filter: drop-shadow(1px 1px 0px #55555530); */
    flex-wrap: wrap;}
@media screen and (max-width: 844.99px) {
.button-lcap {
        font-size: 150%;
        text-align: center;
        float: right;
}}
@media screen and (max-width: 767.99px) {
.button-lcap {
        font-size: 100%;
        width: 68%;
        text-align: center;
        margin: 2rem 0% 2rem 1%;
}}
@media screen and (max-width: 667.99px) {
.button-lcap {
        font-size: 90%;
        width: 70%;
        text-align: center;
        margin: 1.2vh 1% 1rem 1%;
}}
@media screen and (max-width: 375.99px) {
.button-lcap {
font-size: 80%;
        width: 60%;
        margin: 1.2vh 0% 1rem 1%;
}}

/*
.button-lcap:hover {
    color: #ffeb3b!important;
}
 */


.button-scap {
    margin: 0rem auto 1rem;
    width: 100%;
    font-size: 86%;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: sticky;}
@media screen and (max-width: 767.99px) {
.button-scap {
    font-size: 72%;    
    padding: 0 0% 0 1em;
}}



.buttonhuman-p{
    width: 14%;
    /* margin-right: 3%; */
    /* height: 140px; */
    /* object-fit: cover; */
    /* object-fit: contain; */
    position: absolute;
    right: 8%;
    bottom: 0;}
@media screen and (max-width: 767.99px) {
.buttonhuman-p{
        width: 18%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: calc(50% - 2.8em);
        right: 2%;
}}
@media screen and (max-width: 618.99px) {
.buttonhuman-p{
width: 23%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: 0;
        right: 2%;
}}

@media screen and (max-width: 515.99px) {
.buttonhuman-p{
width: 27%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: 0;
        right: 2%;
}}
@media screen and (max-width: 418.99px) {
.buttonhuman-p{
width: 30%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: 0;
        right: 2%;
}}




.btnunder-cap {
    width: 70%;
    /* margin: 0rem 20% 2rem 32%; */
    bottom: 1rem;
padding: 2rem 1vw;
    font-size: 1.6rem;
    font-weight: bold;
    /* background: #ffff; */
    /* border-radius: 3rem; */
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    z-index: 100;}
@media screen and (max-width: 767.99px) {
.btnunder-cap {
font-size: 74%;
        width: 100%;
        padding: 1rem 4% 1rem;
        line-height: 1.1;
        font-weight: normal;
        text-indent: -1.25em;
        font-feature-settings: "palt";
        position: initial;
        color: #fff;
        background: none;
        letter-spacing: -0.1px;
}}


.btnunder-cap:hover {
    color: #ffeb3b!important;
}
.btnunder-cap span:hover {
    color: ##ffeb3b;
    animation:blink 1.25s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0.6;}
    100% {opacity:1;}
}


.buttonhuman-p img{
    width:100%;
}





/*--------------------
btn
---------------------*/

.btn-eria_all {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 3rem;
    width: 100%;
    background: #124163 ; 
    background: linear-gradient(to top, #124163 0%, #124163 50%,#002b4c 100% );
   }

.btn-eria_all .btn-eria {
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
  }


.block_btn {
    text-align: center;
    margin: 1rem auto; 
    font-weight: bold;
    width: 50%;}
@media screen and (max-width: 767.99px) {
.btn-eria_all .btn-eria .block_btn{
    width: inherit!important;
}}



.btn_link{
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    padding: 1.8rem 40px;
    font-size: 2rem;
    font-weight: bold;
    /*font-family: serif;*/
    /*letter-spacing: 0.06em;*/
    font-feature-settings: "palt";
    border: 1px solid #f68800;
    background: #f68800 ; 
    background: linear-gradient(to bottom, #ffeeb3 0%,#ffd028 100% );

    text-decoration: none;
    color: #333333;
    text-align: center;
    border-radius: 0.6rem;
    width: 90%;
    /*transition: 1s;*/}
@media screen and (max-width: 959.99px) {
.btn_link{
    font-size: 100%;
    padding: 1.4rem 10%;
    }}


.btn_link:after {
    position: absolute;
    top: calc(50% - 0.6em);
    right: 15px;
    content: ">"; 
}

.btn_link:hover{
    animation: changecolor 3s ease;
}

@keyframes changecolor  {
  0% {opacity: 1; color: #F8B500;scale: 1.0;/*transform: translateY(30px);*/}
  40% {opacity: 1; color: #F8B500;scale:1.04;}
  80% {opacity: 1;color: #4d4d4d;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}




/*--------------------
hyo
---------------------*/

table{
    border-collapse: collapse;
    border-spacing: 0;
    /*display: inline-table;*/
    table-layout: fixed;
    width: 96%;
    display: flex;
    margin: 0 2% 1rem;}
@media screen and (max-width: 767.99px) {
table{
    display: inline-flex;
    align-items: center;;
    width: 100%;
    display: flex;
    margin: 0 auto 1rem;
    }}



table tr:last-child{
    border-bottom:solid 1px #ddd;
}

table th{
    text-align: center;
    padding: 10px 0;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
    width: 155px;
}

table th:nth-child(1){
    background-color:#dddddd;
}

table th:nth-child(3){
    background-color:#f5b932;
    color: white;
}

table tr:nth-child(1) td{　/* 上見出し */
    font-size: 1.5rem;
}
table tr:nth-child(2) td{　/* 中面 */
    font-size: 1.6rem;
}

table td{
    text-align: center;
    padding: 7px 0;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
    /*width: 155px;*/
}

 td:first-child { /* 左見出し */
    width: 12%!important;
}

table td a{
    background-color: #25b327;
    color: white;
    padding:5px 20px;
    border-radius: 30px;
    font-weight: bold;
}

table .popular{
    width: 180px;
}

table th.popular{
    position: relative;
}

table th.popular span.no1{
    position: absolute;
    top: -10px;
    left:calc(50% - 30px);
    background: #bdcc28;
    width: 60px;
    font-size: 10px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}

table th.popular span.inner{
    position: absolute;
    color:white;
    background-color: #f34955;
    left: 0;
    bottom: 0;
    display: block;
    width: 180px;
    padding: 10px 0;
}



/* ※なし注記 */
.t_tyuki {
    margin: 0rem auto 1rem;
    width: 100%;
    font-size: 86%;
    text-align: left;
    line-height: 1.4;
}

.tc_tyuki {
    margin: 0.5rem auto 1rem;
    width: 100%;
    font-size: 80%;
    text-align: center;
    line-height: 1.4;
}

/* ※注記 */
.tt_tyuki {
    margin: 0rem auto 1rem;
    width: 100%;
    font-size: 86%;
    text-align: left;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}







/* ///// HAMBURGER ////// */

.hambuger {
    background: #82b03d30;
    margin: 0;
    font-family: arial;
    /*width: 100vw;
    height: 100vh;*/
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
}


@keyframes bugfix {
  from { padding: 0;}
  to {padding: 0;}
}

@-webkit-keyframes bugfix {
  from {padding: 0;}
  to {padding: 0; }
}

#overlay-button {
    position: fixed;
right: 2.5%;
    top: 0.6em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;

    z-index: 6000;
    display: block;
}
#overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #50711b;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
}
#overlay-button span:before {
    top: -10px;
    visibility: visible;
}
#overlay-button span:after {
    top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #50711b;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #fbea3b;
}


input[type=checkbox] {
    display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
    visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
    /* height: 100vh; */
    height: auto;
    width: 20%;
    background: rgb(130 176 61 / 80%);
    z-index: 2;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0em;
    border-radius: 0rem 0 0 2rem;}
@media screen and (max-width: 767.99px) {
#overlay {
    width: 100%;
    border-radius: 0rem 0 0 0;
 }}



#overlay.active {
}


#overlay ul {
    padding-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /*height: 100vh;*/
    height: auto;
    padding-left: 0;
    list-style-type: none;
    font-weight: bold;
}

#overlay ul li {
padding: 1.2rem 2%;
    line-height: 1;}
@media screen and (max-width: 767.99px) {
#overlay ul li {
    padding: 1.2em;
    width: 100%;
    border-bottom: 1px solid #fff;
 }}

#overlay ul li:last-child{
    padding-bottom: 2em;
}


#overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    filter: drop-shadow(1px 2px 2px #55555550);
    font-weight: 500;}
@media screen and (max-width: 767.99px) {
#overlay ul li a {
      font-size: 110%;
 }}




#overlay ul li a:hover {
    color: #fbea3b!important;
}






/* ///// NAV ////// */

.gnav_all{ 
    padding: 0;
    text-align: center;
    width: 100%;
    background: #fafafa;
    filter: drop-shadow(2px 2px 2px #dcd6d1);}
    @media screen and (max-width: 767.99px) {
.gnav_all{
    filter: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    /*height: 100vh;*/
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: flex;
    align-items: center;
}}



.gnav_all .gnav{
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    max-width: 1200px;
    justify-content: center;
  }

ul.gnav-navi {
    width: 100%;
    display: flex;
    background: #fafafa;}
 @media screen and (max-width: 767.99px) {
ul.gnav-navi {
    flex-wrap: wrap;
}}


ul.gnav-navi li{
    width: 16.333%;
    border-right: 1px solid #fff;
    height: auto;
    padding: 0.4em 1%;
    display: inline-flex;
    background: #fafafa;
    align-items: center;
    justify-content: center;}
@media screen and (max-width: 767.99px) {
ul.gnav-navi li{
    border: 1px solid #f5f5f5;
    height: auto;
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all; 
}}

ul.gnav-navi li:hover {
    background: #f4f9ec;
    transition: 1.0s ;
}


ul.gnav-navi li.btn_item1 {
    border-left: 1px solid #f5f5f5;
}


ul.gnav-navi li a{
    display: block;
    padding: 0;
    color: #293d3d;
    text-decoration: none;
    line-height: 1.2;
    filter: drop-shadow(1px 1px 1px #fff);
    color: #333;
}

ul.gnav-navi li a:hover {
    color: #50711b;
    text-decoration: none;
    padding: 0;
    transition: 1.0s ;
}

.gnav_all ul li:first-of-type {
    border-left: 1px solid #fff;
}

.gnav_all ul li:last-of-type {
    padding-bottom: 0;
}

.gnav_all ul li:hover{
    background :#82b03d10;
}


.gnav_all.active {
    opacity: 1;
}


ul.gnav-navi span {
    font-weight: 500;
    top: 26%;
    text-align: center;
    bottom: 26%;
    font-size: 1.6rem;
    margin: 0px auto 0;
    left: 3%;
    width: 100%;
    display: block;}
@media screen and (max-width: 767.99px) {
ul.gnav-navi span {
    font-size: 70%;
}}
@media screen and (max-width: 1024.99px) {
ul.gnav-navi span {
    font-size: 70%;
  }}



ul.gnav-navi span.tyosei{
    /*padding-top: 0.5em;*/
}





