
@media only screen and (min-width: 769px) {
  .pc-disp-none {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-disp-none {
    display: none !important;
  }
}

.disp-none {
  display: none !important;
}

.hours-accordion {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hours-accordion {
    margin: 10px 0 0;
    display: block !important;
  }
  .hours-accordion > dl {
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .hours-accordion > dl > dt, .hours-accordion > dl > dd {
    font-size: 1.3rem;
  }
  .hours-accordion__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #8DC21F;
    font-size: 1.4rem;
    padding-right: 10px;
    margin: 0 auto 15px;
  }
  .hours-accordion__more > span {
    position: relative;
  }
  .hours-accordion__more > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-top: 1px solid #8DC21F;
    border-right: 1px solid #8DC21F;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .hours-accordion__more-close > span:after {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.mb-10{
    margin-bottom: 10px!important;
}


