@charset "UTF-8";
/* margin top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 1115px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb5--sp {
    margin-bottom: 5px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb15--sp {
    margin-bottom: 15px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb25--sp {
    margin-bottom: 25px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb35--sp {
    margin-bottom: 35px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb45--sp {
    margin-bottom: 45px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb55--sp {
    margin-bottom: 55px;
  }
  .u-mb60--sp {
    margin-bottom: 60px!important;
  }
  .u-mb65--sp {
    margin-bottom: 65px;
  }
  .u-mb70--sp {
    margin-bottom: 70px;
  }
  .u-mb75--sp {
    margin-bottom: 75px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb85--sp {
    margin-bottom: 85px;
  }
  .u-mb90--sp {
    margin-bottom: 90px;
  }
  .u-mb95--sp {
    margin-bottom: 95px;
  }
  .u-mb100--sp {
    margin-bottom: 100px;
  }
  .u-mb110--sp {
    margin-bottom: 110px;
  }
  .u-mb120--sp {
    margin-bottom: 120px;
  }
  .u-mb130--sp {
    margin-bottom: 130px;
  }
  .u-mb140--sp {
    margin-bottom: 140px;
  }
  .u-mb150--sp {
    margin-bottom: 150px;
  }
}
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0;
  }
}
/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}
/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}
.u-tb-show {
  display: none;
}

@media screen and (max-width: 1090px) {
  .u-tb-show {
    display: block;
  }
}
.u-tb-none {
  display: block;
}

@media screen and (max-width: 1090px) {
  .u-tb-none {
    display: none;
  }
}
.u-sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}
.u-sp-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}
/* Color */
.u-main-color {
  color: #353c3c;
}

.u-color-white {
  color: #fff;
}

/* tel number */
.u-tel {
  color: inherit;
  text-decoration: none;
}

.u-tel:hover {
  opacity: 1;
}

/* font */
.u-font18 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .u-font13--sp {
    font-size: 13px;
  }
}
/* wide */
.u-w100 {
  width: 100%;
}



/* ===========================
改行
========================== */
/* font */
.u-pc-br {
  display: block;
}

@media screen and (max-width: 1138px) {
.u-pc-br {
  display: none;
}
}


.u-schedule-label {
  padding-left: 52px!important;
}


@media screen and (max-width: 769px) {
.u-schedule-label {
  padding-left: 41px!important;
}

}
