@charset "UTF-8";

@media screen and (max-width: 768px) {
  body {
    padding-top: 0 !important;
  }
  .hidden-sp {
    display: none !important;
  }
  #header{
    position: static!important;
  }
  #header .header__logo {
    padding: 15px 10px 10px 10px !important;
  }
  .drawer .drawer-hamburger {
    top: 8px;
  }
  #header .header__label{
    position: absolute;
    max-width: 200px;
    right: -5px;
    top: 10px;
  }

  #header .header__label .label__list{
    display: block!important;
    text-align: left!important;
    border-bottom: none!important;
  }

  #header .header__label .label__list li{
    width: 100%!important;
    padding: 0!important;
    height: 14px;
  }

  #header .header__label .label__list li .opt__row .icon img{
    width: 12px;
    height: 12px;
  }

  .header__menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 51px;
    z-index: 101;
    display: flex;
  }
  .header__menu .menu__tel,
  .menu__mail, .menu__info {
    background-color: #68b9e2;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__menu .menu__mail {
    background-color: #1b82b7;
  }

  .header__menu .menu__tel a,
  .header__menu .menu__mail a,
  .header__menu .menu__info a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
  }

  .header__menu .menu__tel  .menu-label,
  .header__menu .menu__mail .menu-label,
  .header__menu .menu__info .menu-label{
    font-weight: 500;
    font-size: 15px;
  }
  .header__menu .menu__mail .menu-label{
    padding-left: 10px;
  }
  .header__menu .menu__info .menu-label{
    padding-left: 8px;
  }
  .header__menu .menu__tel  .menu-label{
    padding-left: 7px;
  }


  .header__menu .menu__tel,
  .menu__mail, .menu__info {
    background-color: #68b9e2;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__menu .menu__mail {
    background-color: #1b82b7;
  }

  .header__menu .menu__tel a,
  .header__menu .menu__mail a,
  .header__menu .menu__info a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
  }

  .header__menu .menu__tel img,
  .header__menu .menu__mail img,
  .header__menu .menu__info img {
    height: 20px;
    width: auto;
  }

  #back-top{
    bottom: 57px;
  }
}
