@charset "shift-jis";
/* CSS Document */
.l_gNav{
  display: none;
}

@media only screen and (max-width: 767px) {
  #menu{
    display:none;
  }
  #headTi{
    position: relative;
    z-index: 1;
  }
  .drawer-open #footerFloatingMenu{
    display: none!important;
  }
  #titoru{
    position: relative;
    z-index: 100;
  }
  .l_gHeader .btn_open {
    position: absolute;
    top: 2px;
    right: 25px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #FFF;
    border-radius: 5px 0 0 5px;
    color: #333;
    z-index: 100;
    appearance: normal;
    border:none;
  }
  .l_gHeader .btn_open > .line, .l_gHeader .btn_open::before, .l_gHeader .btn_open::after {
    display: inline-block;
    position: absolute;
    left: 12px;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background-color: #333;
    transition: all .4s
  }
  .l_gHeader .btn_open::before {
    content: "";
    top: 9px
  }
  .l_gHeader .btn_open > .line {
    top: 15px
  }
  .l_gHeader .btn_open::after {
    content: "";
    top: 21px
  }
  .l_gHeader .btn_open > .label {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    font-size: .6rem;
    text-align: center;
    line-height: 1
  }
  .l_gHeader .btn_open > .label::before {
    content: "メニュー"
  }
  .l_gHeader .reserve {
    display: block;
    position: absolute;
    top: 10px;
    right: 45px;
    width: 40px;
    height: 40px;
    padding: 27px 0 0;
    background: #21b8ce url("/images/menu_img/icon_check.png") 50% 6px no-repeat;
    background-size: 20px auto;
    border-radius: 5px;
    color: #fff;
    font-size: .6rem;
    text-align: center;
    line-height: 1;
    z-index: 100
  }
  .l_gHeader.is_hide {
    top: 0
  }
  .drawer-open .l_gHeader .btn_open {
    border-radius: 5px 0 0 0
  }
  .drawer-open .l_gHeader .btn_open::before {
    transform: translateY(6px) rotate(-225deg)
  }
  .drawer-open .l_gHeader .btn_open > .line {
    opacity: 0
  }
  .drawer-open .l_gHeader .btn_open::after {
    transform: translateY(-6px) rotate(225deg)
  }
}
@media only screen and (min-width: 1021px) {
  .drawer-caret, .drawer-hamburger, .drawer-toggle, .drawer-dropdown-button {
    display: none
  }
  .drawer-menu {
    transform: none !important
  }
}
@media only screen and (max-width: 767px) {
  .drawer-nav {
    z-index: 10
  }
  .drawer-open .drawer-menu {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
  .drawer-caret {
    display: block
  }
  .drawer-menu {
    transform: none !important
  }
  .drawer-menu li {
    position: relative;
    overflow: hidden;
    line-height: 1.5
  }
  /*.drawer-menu li::before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10%;
    margin-top: -6px;
    color: #98817b;
    font-family: FontAwesome;
    font-size: 1.2rem;
    text-align: center
  }*/
  .drawer-menu .menu01 li::before {
    display: block;
    position: absolute;
    content: url(/images/common/menu_icon_01.png);
    top: 25%;
    left: 0;
    width: 10%;
    vertical-align: middle;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .drawer-menu .menu01 li:nth-of-type(2)::before {
    content: url(/images/common/menu_icon_02.png);
  }
  .drawer-menu .menu01 li:nth-of-type(3)::before {
    content: url(/images/common/menu_icon_03.png);
  }
  .drawer-menu .menu01 li:nth-of-type(4)::before {
    content: url(/images/common/menu_icon_04.png);
  }
  .drawer-menu .menu01 li:nth-of-type(5)::before {
    content: url(/images/common/menu_icon_05.png);
  }
  .drawer-menu .menu01 li:nth-of-type(6)::before {
    content: url(/images/common/menu_icon_06.png);
  }
  .drawer-menu .menu01 li:nth-of-type(7)::before {
    content: url(/images/common/menu_icon_07.png);
  }
  .drawer-menu .menu01 li:nth-of-type(8)::before {
    content: url(/images/common/menu_icon_08.png);
  }
  .drawer-menu .menu01 li:nth-of-type(9)::before {
    content: url(/images/common/menu_icon_09.png);
  }
  .drawer-menu .menu01 li:nth-of-type(10)::before {
    content: url(/images/common/menu_icon_10.png);
  }
  .drawer-menu .menu01 li:nth-of-type(11)::before {
    content: url(/images/common/menu_icon_11.png);
  }
  .drawer-menu .menu01 li:nth-of-type(12)::before {
    content: url(/images/common/menu_icon_12.png);
  }
  .drawer-menu li > a, .drawer-menu li > span {
    display: block;
    height: auto;
    margin: 0;
    padding: 10px 10% 10px 15px
  }
  .drawer-menu .drawer-dropdown {
    display: flex;
    flex-wrap: wrap
  }
  .drawer-menu .drawer-dropdown::before {
    display: none
  }
  .drawer-menu .drawer-dropdown > a {
    flex-basis: 90%;
    padding-right: 0
  }
  .drawer-menu .drawer-dropdown .drawer-dropdown-button {
    flex-basis: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
  }
  .drawer-menu .drawer-dropdown .drawer-dropdown-button::before {
    content: "\f196";
    color: #98817b;
    font-family: FontAwesome;
    font-size: 1.2rem
  }
  .drawer-menu .drawer-dropdown.open .drawer-dropdown-button::before {
    content: "\f147"
  }
  .drawer-menu .drawer-dropdown .drawer-dropdown-menu {
    flex-basis: 100%;
    padding: 0 0 0 20px;
    clear: both;
    position: static;
    width: 100%;
    visibility: visible;
    opacity: 1
  }
}
@media only screen and (max-width: 767px) {
  .drawer-nav {
    background-color: #333;
    overflow: visible
  }
  .drawer-menu {
    padding: 10px 10%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
  .drawer-menu li::before {
    display: none
  }
  .drawer--right .drawer-nav {
    top: 46px;
    right: -100%;
    width: 80%;
    padding-top: 20px;
  }
  .drawer-overlay {
    background-color: transparent
  }
}
@media only screen and (max-width: 767px) {
  .l_gNav {
    display: block
  }
  .l_gNav .l_gNav_nav01 .menu02 {
    display: block
  }
  .l_gNav .l_gNav_nav01 .menu02 .telList {
    display: flex;
    justify-content: space-between
  }
  .l_gNav .l_gNav_nav01 .menu02 .telList li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31.5%;
    background: url(/img/common/icon_tel01.png) no-repeat 50% 25% #fff;
    background-size: 45%;
    border-radius: 10px;
    padding-top: 20%;
    padding-bottom: 2%;
  }
  .l_gNav .l_gNav_nav01 .menu02 .telList li a {
    display: block;
    padding-left: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    text-decoration: none
  }
  .l_gNav .l_gNav_nav01 .menu01 {
    display: block;
    padding-bottom:100px;
  }
  .l_gNav .l_gNav_nav01 .menu01 > li {
    height: auto;
    padding: 13px 0;
    border-bottom: 1px solid #fff;
    text-align:left;
  }
  .l_gNav .l_gNav_nav01 .menu01 > li > a,
  .l_gNav .l_gNav_nav01 .menu01 > li > span {
    display: block;
    height: 100%;
    padding: 5px 0 5px 35px;
    border-right: none;
    color: #fff;
    text-decoration: none;
    line-height: 1.2
  }
  .l_gNav .l_gNav_nav01 .menu01 > li:first-child > a, .l_gNav .l_gNav_nav01 .menu01 > li:first-child > span {
    border-left: none
  }
  .l_gNav .l_gNav_nav01 .menu01 > li > ul {
    display: block
  }
  .l_gNav .l_gNav_nav01 .menu01 > li > ul > li > a {
    display: block;
    padding: 1px 0 1px 10px;
    color: #fff;
    text-decoration: none
  }
  .l_gNav .l_gNav_nav01 .menu01 > li > ul > li > a::before {
    content: "・"
  }
  .l_gNav .l_gNav_nav01 .line {
    display: none
  }
  .l_gNav .l_gNav_nav01 .menu01 li span {
    display: block!important;
    font-size: .6rem;
  }
}
