
/*f-linebtn*/

.f-linebtn {
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 99;
}

.f-linebtn .a {
    width: 130px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20%;
    background-color: #2bc311;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.f-linebtn .a:hover {
    background-color: #fff;
    color: #2bc311;
    border: 2px solid #2bc311;
}

.f-linebtn .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: none;
}

@media (max-width:1024px) {
    .f-linebtn {
        bottom: 100px;
    }

    .f-linebtn .a {
        width: 70px;
        height: 70px;
    }

    .f-linebtn .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    .f-linebtn {
        bottom: 90px;
    }

    .f-linebtn .a {
        width: 60px;
        height: 60px;
    }
}



/*f-telbtn*/

.f-telbtn {
    text-align: center;
    position: fixed;
    bottom: 170px;
    right: 10px;
    z-index: 99;
}

.f-telbtn .a {
    width: 130px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20%;
    background-color:#b27920;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.f-telbtn .a:hover {
    background-color: #fff;
   color: #b27920;
    border: 2px solid #b27920;
}

.f-telbtn .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: none;
}

@media (max-width:1024px) {
    .f-telbtn {
        bottom: 100px;
    }

    .f-telbtn .a {
        width: 70px;
        height: 70px;
    }

    .f-telbtn .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    .f-telbtn {
        bottom: 90px;
    }

    .f-telbtn .a {
        width: 60px;
        height: 60px;
    }
}


/*totop*/

#totop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

#totop .a {
    width: 130px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20%;
    background-color: var(--color01);
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

#totop .a:hover {
    background-color: #fff;
    color: var(--color01);
    border: 2px solid var(--color01);
}

#totop .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

@media (max-width:1024px) {
    #totop {
        bottom: 100px;
    }

    #totop .a {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    #totop .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    #totop {
        bottom: 90px;
    }

    #totop .a {
        width: 60px;
        height: 60px;
    }
}


@media (max-width:1024px) {
  .u-pc-show {
    display: none !important;
  }
}
    
.gitem.pc-none02{
  display: none;
}

/* =========================
   gnav accordion base
========================= */
.gitem.acc-item {
    position: relative;
    border-bottom: 1px solid #efe8dd;
}

.gitem.acc-item .acc-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gitem.acc-item .acc-head {
    position: relative;
/*     display: flex;
align-items: center;
gap: 12px;
width: 100%;
padding: 16px 48px 16px 18px;
cursor: pointer;
color: #5a4325;
font-size: 18px;
font-weight: 700;
line-height: 1.5; */
    transition: background-color .3s ease, color .3s ease;
    box-sizing: border-box;
}

.gitem.acc-item .acc-head:hover {
    background: #fbf8f2;
}

/* .gitem.acc-item .gicon {
    flex: 0 0 auto;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} */

/* .gitem.acc-item .gicon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.gitem.acc-item .acc-title {
    flex: 1 1 auto;
    min-width: 0;
} */

.gitem.acc-item .acc-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-right: 2px solid #8a6a3c;
    border-bottom: 2px solid #8a6a3c;
    transform: rotate(45deg);
    transition: transform .3s ease, margin-top .3s ease;
}

/* =========================
   accordion panel
========================= */
.gitem.acc-item .acc-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
    background: #efe0ab; /* 画像に近い淡いベージュ */
}

.gitem.acc-item .acc-panel > .submenuin {
    overflow: hidden;
}

.gitem.acc-item .submenuin,
.gitem.acc-item .inner,
.gitem.acc-item .submenuinn {
    min-height: 0;
}

/* .gitem.acc-item .submenulist {
    display: block;
    margin: 0;
    padding: 12px 16px 14px;
    list-style: none;
} */

/* .gitem.acc-item .submenuitem {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(90, 67, 37, 0.12);
}
 */
/* .gitem.acc-item .submenuitem:last-child {
    border-bottom: 0;
}

.gitem.acc-item .submenuitem a {
    position: relative;
    display: block;
    padding: 16px 16px 16px 32px;
    color: #5a4325;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
    transition: opacity .25s ease, background-color .25s ease;
} */

/* .gitem.acc-item .submenuitem a::before {
    content: "";
    position: absolute;
    top: 1.55em;
    left: 8px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 50%;
    background: #f29a1f;
} */

/* .gitem.acc-item .submenuitem a::after {
    content: "";
    position: absolute;
    top: 1.55em;
    left: 12px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
} */

.gitem.acc-item .submenuitem a:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* =========================
   open state
========================= */
.gitem.acc-item .acc-toggle:checked + .acc-head {
    background: #f7f2e7;
}

.gitem.acc-item .acc-toggle:checked + .acc-head .acc-arrow {
    margin-top: -2px;
    transform: rotate(-135deg);
}

.gitem.acc-item .acc-toggle:checked + .acc-head + .acc-panel {
    grid-template-rows: 1fr;
}

/* =========================
   breakpoint: 1024以下
========================= */
@media screen and (max-width: 1024px) {
  /*   .gitem.acc-item .acc-head {
      padding: 15px 44px 15px 16px;
      font-size: 17px;
  }
  
  .gitem.acc-item .gicon {
      width: 26px;
  } */

    .gitem.acc-item .acc-arrow {
        right: 16px;
        width: 9px;
        height: 9px;
    }

  /*   .gitem.acc-item .submenulist {
      padding: 10px 14px 12px;
  }
  
  .gitem.acc-item .submenuitem a {
      padding: 15px 14px 15px 30px;
      font-size: 15px;
  } */
}

/* =========================
   breakpoint: 599以下
========================= */
@media screen and (max-width: 599px) {
 /*    .gitem.acc-item .acc-head {
     gap: 10px;
     padding: 14px 40px 14px 14px;
     font-size: 15px;
     line-height: 1.5;
 }
 
 .gitem.acc-item .gicon {
     width: 22px;
 }
  */
    .gitem.acc-item .acc-arrow {
        right: 14px;
        width: 8px;
        height: 8px;
        border-right-width: 1.5px;
        border-bottom-width: 1.5px;
    }

  /*   .gitem.acc-item .submenulist {
      padding: 8px 10px 10px;
  }
  
  .gitem.acc-item .submenuitem a {
      padding: 13px 10px 13px 28px;
      font-size: 14px;
      line-height: 1.6;
  }
  
  .gitem.acc-item .submenuitem a::before {
      left: 8px;
      width: 13px;
      height: 13px;
  }
  
  .gitem.acc-item .submenuitem a::after {
      left: 12px;
  } */
}


/*sponly */

.pcnonespblock {
  display: block;
}

@media (min-width:1024px){
  .pcnonespblock{
    display: none !important;
}
}

/*pconly*/

.spnonepcblock {
  display: none ;
}

@media(min-width:1204px){
  .spnonepcblock{
    display: block !important;
}
}


/*top分子栄養学に基づく栄養療法*/
.home05{
  background-color:#f4ece4;
}

