@charset "UTF-8";

.chinryoSobaDetail {
  width: 1200px;
  margin: 56px auto;
  color: #2E2E2E;
}

.chinryoSobaDetail__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.areaGoodPoint {
  background-color: #F2F2F2;
  text-align: center;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 57px;
  margin-bottom: 60px;
}

.areaGoodPoint__icon {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
}

.areaGoodPoint__text {
  text-align: left;
  font-size: 16px;
  padding: 0 56px;
  line-height: 2;
}

.chinryoSobaDetail__tableAreaTitleArea {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: baseline;
}

.chinryoSobaDetail__tableAreaTitle {
  font-size: 24px;
  font-weight: bold;
}

.chinryoSobaDetail__tableAreaTitleNote {
  font-size: 18px;
  line-height: 1;
  text-align: right;
}

.chinryoSobaDetail__tableWrapper {
  width: 100%;
  /* height: 430px; */
  height:auto;
  overflow: auto;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom:30px;
}

.chinryoSobaDetail__table {
  width: 1200px;
  /* table-layout: fixed; */
  /* border-collapse: collapse; */
  font-size: 16px;
  border-spacing: 0;
}

/* .chinryoSobaDetail__tableWrapper::-webkit-scrollbar{
  height: 18px;
}
.chinryoSobaDetail__tableWrapper::-webkit-scrollbar-track{
  background-color: #DCDCDC;
}
.chinryoSobaDetail__tableWrapper::-webkit-scrollbar-thumb{
  border: 1px solid #707070;
  border-radius: 15px;
  background-color: #3D3D3D;
} */

/* .chinryoSobaDetail__table::-webkit-scrollbar{
  width: 100px;
}
.chinryoSobaDetail__table::-webkit-scrollbar-track{
  background-color: red;
}
.chinryoSobaDetail__table::-webkit-scrollbar-thumb{
  background-color: #17585d;
} */

.chinryoSobaDetail__table thead {
  position: sticky;
  top: 0;
  z-index: 3;
}

.chinryoSobaDetail__table thead tr.theadFirstLine {
  /* background-color: #C3EAD5; */
  color: #333;
}

/* .chinryoSobaDetail__table thead tr.theadSecondLine {
  background-color: #EEF7F2;
} */

.chinryoSobaDetail__table thead tr.theadSecondLine td {
  border-right: 1px solid #707070;
  border-bottom: 3px solid #707070;
  /* background-color: #fff; */
  text-align:center;
}

.chinryoSobaDetail__table thead tr.wardNameLine td {
  border-right: 1px solid #707070;
  border-bottom: 3px solid #707070;
  background-color: #fff;
}

.chinryoSobaDetail__table thead th {
  border-right: 2px solid #fff;
  text-align:center;
}

.chinryoSobaDetail__table thead th.wardName {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  /* background-color: #fff; */
  border-right: 2px solid #707070;
  border-bottom: 3px solid #707070;
}
/* .chinryoSobaDetail__table thead tr.theadSecondLine th.wardName {
  background-color: #EEF7F2;
} */
.chinryoSobaDetail__table thead th.wardName p {
  background-color:#fff;
}

.chinryoSobaDetail__table thead th.areaName {
  width: 16.3%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  /* background-color: #C3EAD5; */
}
.chinryoSobaDetail__table thead th.areaName p {
  background-color: #C3EAD5;
}

.chinryoSobaDetail__table thead th.areaSpace {
  width: 15.9%;
}
.chinryoSobaDetail__table thead th.areaSpace p {
  background-color: #C3EAD5;
}

.chinryoSobaDetail__table thead th.gaitouBukken {
  width: 20.64%;
}
.chinryoSobaDetail__table thead th.gaitouBukken p {
  background-color: #C3EAD5;
}


.chinryoSobaDetail__table tbody th {
  /* background-color: #fff; */
  border-right: 2px solid #707070;
  border-bottom: 1px solid #707070;
  position: sticky;
  left: 0;
  z-index: 1;
}
.chinryoSobaDetail__table tbody th p {
  background-color: #fff;
}

.chinryoSobaDetail__table tbody td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align:center;
}

.chinryoSobaDetail__table thead tr.theadSecondLine td.tableMoreBtn {
  border-right: none;
  border-bottom: 3px solid #707070;
}

.chinryoSobaDetail__table thead tr.theadSecondLine td.tableMoreBtn a {
  position: relative;
  text-align:center;
}

.chinryoSobaDetail__table thead tr.theadSecondLine td.tableMoreBtn a::after {
  position: absolute;
  content: "";
  background: url(/img/more_rightarrow.png)no-repeat center center/contain;
  width: 4px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.chinryoSobaDetail__table tbody td.tableMoreBtn {
  border-right: none;
  border-bottom: 1px solid #707070;
}

.chinryoSobaDetail__table tbody td.tableMoreBtn a {
  position: relative;
  text-align:center;
}

.chinryoSobaDetail__table tbody td.tableMoreBtn a::after {
  position: absolute;
  content: "";
  background: url(/img/more_rightarrow.png)no-repeat center center/contain;
  width: 4px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.chinryoSobaDetail__table tbody thead {
  border-right: 2px solid #707070;
}

.chinryoSobaDetail__table thead .wardNameLine {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.chinryoSobaDetail__table tbody .townNameLine {
  border-bottom: 1px solid #707070;
  position: sticky;
}

.chinryoSobaDetail__table th p {
  /* padding: 17px 45px; */
  padding:17px 10px;
}

.chinryoSobaDetail__table th .gaitouBukken {
  padding-right: 90px;
  padding-left: 90px;
}

table.chinryoSobaDetail__table a.blink {
  display:inline-block;
  color: #F29100;
  transition:all 0.3s;
  font-size:90%;
  width:initial;
}
table.chinryoSobaDetail__table a.blink:hover {
  opacity:0.7;
}
span.iblock {
  display:block;
  width:100%;
  cursor:auto;
}

.tableDetail {
  font-size: 14px;

  border-right: none;
}

.tableDetail a {
  color: #F29100;
  text-align:center;
  display:inline;
}

td.tableDetail {
  border-bottom: 1px solid #707070;
}

.tableMoreBtn a {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  background-color: #666;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  color: #fff;
}

.chinryoSoba__btnArea {
  text-align: center;
}

.chinryoSoba__btnArea__toContact {
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 360px;
  background-color: #EB733A;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto 35px;
  text-align: center;
  color: #fff;
}

.chinryoSoba__btnArea__toKuichiran {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.all_search1 {
  display: none;
}

.chinryoSobaDetail__tableWrapper {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #39A79C;
  border-radius: 15px;
  width: 44px !important;
  height: 18px !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background-color: #fff;
  background-image: linear-gradient(to bottom, transparent 33.333%, #DCDCDC 33.333%, #DCDCDC calc(33.333% + 5px), transparent calc(33.333% + 5px));
  height: 18px !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 20px;
}

.chinryoSobaDetail__explain {
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .chinryoSobaDetail {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (max-width: 800px) {
  .menu-sp {
    margin-top: 35px;
  }
  .chinryoSobaDetail__table thead th.areaName {
    width: 10.3%;
  }
  .chinryoSobaDetail__table thead th.areaSpace {
    width: 17.9%;
  }
  .chinryoSobaDetail__table thead th.gaitouBukken {
    width: 18.64%;
  }
  .chinryoSobaDetail__table thead th.wardName p,
  .chinryoSobaDetail__table tbody th p {
    font-size:85%;
  }
  .chinryoSobaDetail__tableAreaTitleNote {
    max-width: 70%;
  }
}

@media screen and (max-width: 500px) {
  .chinryoSobaDetail__title {
    margin-bottom: 45px;
  }

  .chinryoSobaDetail__inner {
    display: flex;
    flex-direction: column;
  }

  .areaGoodPoint__text {
    padding: 0 16px;
  }

  .chinryoSobaDetail__tableArea {
    order: -1;
    margin-bottom: 50px;
  }

  .chinryoSoba__btn {
    width: 180px;
  }

  .chinryoSoba__btnArea {
    margin-bottom: 50px;
  }

  .chinryoSoba__btnArea__toContact {
    width: 320px;
  }

  .areaGoodPoint {
    margin-bottom: 75px;
  }

  .all_search1 {
    display: block;
  }

  .all_search1 a {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E2E2E;
    color: #fff;
    max-width: 408px;
    height: 75px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (max-width: 400px) {
  .chinryoSoba__btn {
    width: 160px;
  }
}

@media screen and (max-width: 374px) {
  .chinryoSoba__btn {
    width: 140px;
  }

  .chinryoSoba__btnArea__toContact {
    width: 290px;
  }
}