/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [about]
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * pageTitle
 * ---------------------------------------------------
 */
#pageTitle {
  background-image: url(/clinic-sakura/assets/images/content/about/PC_pagetitle.png);
}

/**
 * ---------------------------------------------------
 * message
 * ---------------------------------------------------
 */
#message .txt {
  width: 530px;
  float: left;
}
#message .img {
  width: 520px;
  height: 520px;
  float: right;
}

/**
 * ---------------------------------------------------
 * outline
 * ---------------------------------------------------
 */
#outline .scheduleVox {
  margin-bottom: 80px;
  overflow: hidden;
}
#outline .scheduleVox .timeSchedule {
  width: 686px;
  float: left;
}
#outline .scheduleVox .timeSchedule .title {
  width: 192px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#outline .scheduleVox .timeSchedule .week {
  width: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#outline .scheduleVox .txt {
  width: 390px;
  float: right;
}
#outline .scheduleVox .txt .dlList {
  display: block;
}
#outline .scheduleVox .txt .dlList dt {
  float: left;
  width: 7em;
  color: #ea6177;
}
#outline .scheduleVox .txt .dlList dd {
  margin-left: 7em;
}
#outline .halfVox .voxStyle02 {
  margin-top: 40px;
}
#outline .halfVox .btnStyle01 {
  margin-bottom: 40px;
}
#outline .halfVox .tel {
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", Osaka, sans-serif;
  line-height: 1;
}

/**
 * ---------------------------------------------------
 * equipment
 * ---------------------------------------------------
 */
#equipment .equipmentVox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 810px;
  margin: 70px auto 0 auto;
}
#equipment .equipmentVox .item {
  width: 375px;
  margin-bottom: 80px;
}
#equipment .equipmentVox .item .img {
  margin-bottom: 25px;
}

/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /**
   * ---------------------------------------------------
   * pageTitle
   * ---------------------------------------------------
   */
  #pageTitle {
    background-image: url(/clinic-sakura/assets/images/content/about/SP_pagetitle.png);
  }
  /**
   * ---------------------------------------------------
   * message
   * ---------------------------------------------------
   */
  #message .txt {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  #message .img {
    width: auto;
    height: auto;
    float: none;
  }
  /**
   * ---------------------------------------------------
   * outline
   * ---------------------------------------------------
   */
  #outline .scheduleVox {
    margin-bottom: 40px;
  }
  #outline .scheduleVox .timeSchedule {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #outline .scheduleVox .timeSchedule .title {
    width: calc(100% - 210px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #outline .scheduleVox .timeSchedule .week {
    width: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #outline .scheduleVox .txt {
    width: auto;
    float: none;
  }
  #outline .halfVox .voxStyle02 {
    margin-top: 20px;
  }
  #outline .halfVox .btnStyle01 {
    margin-bottom: 20px;
  }
  #outline .halfVox .tel {
    font-size: 1.7rem;
  }
  /**
   * ---------------------------------------------------
   * equipment
   * ---------------------------------------------------
   */
  #equipment .equipmentVox {
    display: block;
    width: auto;
    margin-top: 30px;
  }
  #equipment .equipmentVox .item {
    width: auto;
    margin-bottom: 50px;
  }
  #equipment .equipmentVox .item:last-of-type {
    margin-bottom: 0;
  }
}
/* END @media smaller than $bp */