@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
.column_wrap {
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 769px) {
  .column_wrap {
    height: 230px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .column_wrap {
    padding: 10px 0;
  }
}
.column_wrap .column_title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  text-align: center;
}
@media (min-width: 769px) {
  .column_wrap .column_title {
    border-bottom: 5px solid #fabe00;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .column_wrap .column_title {
    border-bottom: 3px solid #fabe00;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.column_wrap .column_box {
  margin-top: 15px;
  position: relative;
}
@media (min-width: 769px) {
  .column_wrap .column_box .column_img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .column_wrap .column_box .column_img {
    width: 50%;
    display: table-cell;
  }
}
.column_wrap .column_box .column_text {
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .column_wrap .column_box .column_text {
    font-size: 1.7rem;
    position: absolute;
    top: 0;
    left: 260px;
  }
}
@media (max-width: 768px) {
  .column_wrap .column_box .column_text {
    display: table-cell;
    font-size: 1.3rem;
    padding-left: 10px;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .column_wrap .column_box .column_btn {
    position: absolute;
    top: 65px;
    left: 260px;
  }
}
@media (max-width: 768px) {
  .column_wrap .column_box .column_btn {
    margin-top: 10px;
    width: 100%;
  }
}
.column_wrap .column_box .column_btn a {
  background: #ffc300;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .column_wrap .column_box .column_btn a {
    font-size: 2rem;
    width: 450px;
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .column_wrap .column_box .column_btn a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.column_wrap .column_box .column_btn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
@media (min-width: 769px) {
  .column_wrap .column_box .column_btn a::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .column_wrap .column_box .column_btn a::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

.reservationSecond__note {
  border: 1px solid #000;
  text-align: center;
}
@media (min-width: 769px) {
  .reservationSecond__note {
    margin-top: 10px;
    padding: 10px 0 7px 0;
  }
}
@media (max-width: 768px) {
  .reservationSecond__note {
    line-height: 1.4;
    margin-top: 10px;
    padding: 10px 0 7px 0;
  }
}

@media (min-width: 769px) {
  .reservationSecond__note-2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .reservationSecond__note-2 {
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .ulti-consultation_telImg {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .ulti-consultation_telImg {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .text-warranty {
    font-size: 1.4rem;
  }
}

.tokutyouFeature__btn {
  text-align: center;
}
@media (min-width: 769px) {
  .tokutyouFeature__btn {
    margin: 30px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .tokutyouFeature__btn {
    margin: 20px 0 30px 0;
  }
}
.tokutyouFeature__btn a {
  background: #feb902;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .tokutyouFeature__btn a {
    font-size: 2rem;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .tokutyouFeature__btn a {
    font-size: 1.7rem;
    width: 100%;
  }
}
.tokutyouFeature__btn a:hover {
  opacity: 0.7;
}
.tokutyouFeature__btn a::before {
  position: absolute;
  top: 55%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}/*# sourceMappingURL=tokutyou_68-035.css.map */