/* 2022/10/30 */
#index #section_02 .content_01 .table.table2 table thead th {
  width: auto;
  color: #583f2e;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 6px 0;
  background-color: #e6d9b7;
  border-left: solid 1px #b3a69a;
  border-bottom: solid 1px #b3a69a;
}

.plan-table tr td {
  text-align: center;
}
#index #section_02 .content_01 .table table tbody tr .text-left {
  text-align: left;
  padding: 20px 15px;
}

#index #section_02 .content_01 .table table tbody td .red {
  font-size: 20px;
}

@media (max-width: 768px) {
  #index #section_02 .content_01 .table table tbody th {
    width: 158px;
  }
}

#index #section_02 .content_01 .table.table1 table thead .thead-big {
  font-size: 20px;
  color: #583f2e;
  font-weight: 500;
}

#index #section_02 .content_01 .table.table1 table thead th {
  width: auto;
}

#index
  #section_02
  .content_01
  .table.table1
  table
  thead
  .thead-big.--text-left {
  text-align: left;
  padding-left: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.plan-table .bold {
  font-weight: 600;
}

.attenttion {
  font-weight: 500;
  font-size: 15px;
  margin-top: 30px;
}

#index #section_02 .content_01 .table.table2:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #index #section_02 .content_01 .table2 .plan-table {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .sp-max .plan-table {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
}

/* 会議室イメージ */
.room_img .room_img_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #8f5c32;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .room_img .room_img_title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.room_img .room_img_main {
  display: flex;
  justify-content: space-between;
}

.room_img .room_img_main .room {
  width: 49%;
}

.room_img .room_img_main .room img {
  width: 100%;
}
