@charset "utf-8";

/* 来店予約可能なお手続き */
.sub_table thead tr th{
  white-space: nowrap;
  width: 40%;
}
.sub_table thead tr th:nth-of-type(2){
  width: 20%;
}
.sub_table tbody tr td.fc_red{
  color: #D80C18;
}
.sub_table tbody tr th, .sub_table tbody tr td{
  vertical-align: middle;
}

/* 来店予約の流れ */
.column_content .img_block img{
  width: 100%;
  height: auto;
}
.point_content.column_content{
  justify-content: space-between;
}
.point_content.column_content .item{
  width: calc(315 / 1025 * 100%);
  padding: 72px 20px 25px;
  position: relative;
  overflow: hidden;
  border: 2px solid #25C86B;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  margin-right: 0;
}
.point_content.column_content .img_block{
  max-width: 84px;
  margin: 15px auto 0;
}
.point_content.column_content .img_block01{
  margin: -94px auto 0;
  max-width: 70px;
}
.point_content.column_content .img_block02{
  margin-top: 22px;
}
.point_content.column_content .item .title{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.56;
  margin-top: 18px;
  color: #25C86B;
}
.point_content.column_content .item .text{
  font-size: 1.4rem;
  line-height: 1.72;
  margin-top: 8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .point_content.column_content .item {
    width: 100%;
    padding: 19.733vw 5.333vw 6.4vw;
  }
}

/* 追従ボタン */
#buttonFixedArea{
  display: none;
}
#buttonFixedArea.fixed{
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#buttonFixedArea .btn_area{
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
}