.cont-item.head .row [class^="col-"] {
  padding-bottom: 0;
}

.cont-item.head .row .item.text {
  padding-bottom: 20px;
}

.nav-btn-area.hall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 40px;
  margin-bottom: 5px;
}

.nav-btn-item .btn {
  font-size: 12px;
  line-height: 20px;
  color: #39aec0;
  font-weight: 700;
  display: block;
  background: #fff;
  padding: 12px 6px;
  border: 1px solid #39aec0;
}

.nav-btn-item .btn span {
  display: block;
}

.nav-btn-item .btn span svg {
  margin-right: auto;
  margin-left: auto;
}

.nav-btn-item .btn .before svg {
  height: 26px;
  fill: #39aec0;
}

.nav-btn-item .btn .before + .text {
  padding-top: 4px;
}

.nav-btn-item .btn .after {
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  .cont-item.head .row .item.text {
    padding-bottom: 0;
  }

  .nav-btn-area.hall {
    padding-top: 60px;
  }

  .nav-btn-item .btn {
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 10px;
  }

  .nav-btn-item .btn .before + .text {
    padding-top: 0;
    padding-left: 16px;
  }

  .nav-btn-item .btn .after {
    padding-top: 0;
    margin-left: auto;
  }
}

.option-btn-area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.option-btn-area .option-btn-item {
  margin-left: -1px;
}

.option-btn-area .option-btn-item .btn {
  background: #fff;
  width: 135px;
  height: 35px;
  padding: 8px;
  border: 1px solid #ccc;
}

.option-btn-area .option-btn-item:first-child .btn {
  border-radius: 3px 0 0 3px;
}

.option-btn-area .option-btn-item:last-child .btn {
  border-radius: 0 3px 3px 0;
}

.option-btn-area .option-btn-item .btn .icon {
  width: 20px;
}

.option-btn-area .option-btn-item .btn .icon + .text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 8px;
}

@media screen and (min-width: 992px) {
  .option-btn-area {
    justify-content: flex-end;
  }

  .option-btn-area .option-btn-item .btn {
    width: 155px;
  }

  .option-btn-area .option-btn-item .btn .icon + .text {
    padding-left: 16px;
  }
}

.select-map-area,
.navigation-num {
  display: block;
  margin-bottom: 20px;
}

.select-map-area .select-map-item {
  margin-top: -1px;
}

.select-map-area .select-map-item .map-btn,
.navigation-num .navigation-num-item {
  font-size: 16px;
  line-height: 25px;
  color: #39aec0;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 22px 14px;
  border: 1px solid #39aec0;
}

.select-map-area .select-map-item:first-child .map-btn {
  border-radius: 3px 3px 0 0;
}

.select-map-area .select-map-item:last-child .map-btn {
  border-radius: 0 0 3px 3px;
}

.navigation-num .navigation-num-item {
  border-radius: 3px;
}

.select-map-area .select-map-item .map-btn .text {
  padding-right: 8px;
}

.select-map-area .select-map-item .map-btn .icon {
  flex: 0 0 6px;
  max-width: 6px;
}

.select-map-area .select-map-item .map-btn .icon svg {
  width: 6px;
  height: 12px;
}

@media screen and (min-width: 992px) {
  .select-map-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .select-map-area:has(> :nth-child(-n + 1):last-child) {
    grid-template-columns: 1fr;
  }

  .select-map-area .select-map-item {
    margin-top: 0;
    margin-bottom: -1px;
    margin-left: -1px;
    display: grid;
    grid-template-rows: subgrid;
  }

  .select-map-area:has(> :nth-child(-n + 2):last-child)
    .select-map-item:nth-of-type(1)
    .map-btn {
    border-radius: 3px 0 0 3px;
  }

  .select-map-area:has(> :nth-child(-n + 2):last-child)
    .select-map-item:nth-of-type(2)
    .map-btn {
    border-radius: 0 3px 3px 0;
  }

  .select-map-area:has(> :nth-child(3):last-child)
    .select-map-item:nth-of-type(1)
    .map-btn {
    border-top-left-radius: 3px;
  }

  .select-map-area:has(> :nth-child(3):last-child)
    .select-map-item:nth-of-type(2)
    .map-btn {
    border-top-right-radius: 3px;
  }

  .select-map-area:has(> :nth-child(3):last-child)
    .select-map-item:nth-of-type(3)
    .map-btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .select-map-area:has(> :nth-child(4):last-child)
    .select-map-item:nth-of-type(1)
    .map-btn {
    border-top-left-radius: 3px;
  }

  .select-map-area:has(> :nth-child(4):last-child)
    .select-map-item:nth-of-type(2)
    .map-btn {
    border-top-right-radius: 3px;
  }

  .select-map-area:has(> :nth-child(4):last-child)
    .select-map-item:nth-of-type(3)
    .map-btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .select-map-area:has(> :nth-child(4):last-child)
    .select-map-item:nth-of-type(4)
    .map-btn {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

.tab-btn,
a.map-btn {
  cursor: pointer;
}

.tab-item,
.map-item {
  overflow: hidden;
}

.tab-item > .tab-item-outbox,
.map-item > .map-item-outbox {
  opacity: 0;
  transition: 0.5s ease all;
  position: relative;
  left: 30px;
  height: 0;
  pointer-events: none;
}

.tab-item.is-active-item > .tab-item-outbox,
.map-item.is-active-item > .map-item-outbox {
  opacity: 1;
  transition: 0.5s ease all;
  position: relative;
  left: 0;
  height: auto;
  pointer-events: all;
}

.tab-item-area,
.map-item-area {
  position: relative;
}

.alert-area {
  padding-top: 20px;
}

.alert-area .alert .color {
  color: #b8884d;
}

.urban-expressway .image {
  padding-top: 30px;
}

.tab-btn-area {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-btn-area .tab-btn {
  color: #26aec0;
  font-weight: 500;
  background: #fff;
  display: grid;
  place-content: center;
  grid-template-rows: subgrid;
  padding: 16px 4px;
  margin-left: -1px;
  border: 1px solid #26aec0;
}

.tab-btn-area .tab-btn:first-child {
  border-radius: 3px 0 0 3px;
}

.tab-btn-area .tab-btn:last-child {
  border-radius: 0 3px 3px 0;
}

.tab-btn-area .tab-btn.is-active-btn {
  color: #fff;
  background: #39aec0;
}

.tab-btn-area .tab-btn span {
  writing-mode: vertical-rl;
}

.tab-item-area .tab-item-inbox {
  background: #fff;
  height: 203px;
  padding: 25px 20px 0;
  margin-bottom: -5px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tab-item-area .tab-item-inbox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.tab-item-area .tab-item-inbox::-webkit-scrollbar-thumb {
  background: #c6c6c6;
}

.row-ward .item .head,
.row-ward .item .body {
  margin-bottom: 0;
}

.row-ward .item .head {
  font-weight: 500;
}

.row-ward .item .body .body-item {
  display: block;
  padding-left: 10px;
  position: relative;
}

.row-ward .item .body .body-item::before {
  content: "";
  background: #333;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (min-width: 992px) {
  .tab-btn-area .tab-btn {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tab-item-area .tab-item-inbox {
    padding-right: 45px;
    padding-left: 45px;
  }
}

.info-view-area {
  display: block;
  margin-bottom: -18px;
}

.info-view-area .info-view-item {
  display: block;
  padding-bottom: 18px;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.info-view-area .info-view-item .btn {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #0098ac;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 45px;
  border: 1px solid #39aec0;
  padding: 10px 15px;
  border-radius: 45px;
}

.row-facility .item {
  padding-bottom: 40px;
}

.row-facility .item:last-child {
  padding-bottom: 0;
}

.waiting-room .table-base {
  padding-top: 30px;
  margin-bottom: 30px;
}

.waiting-room .family-type {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .row-facility .col-md-6:nth-last-of-type(2),
  .row-facility .col-md-6:nth-last-of-type(1) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .waiting-room .table-base {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .info-view-area {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
  }

  .info-view-area .info-view-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0;
    margin-left: 0;
  }

  .info-view-area:has(> :nth-child(2):last-child) .info-view-item,
  .info-view-area:has(> :nth-child(4):last-child) .info-view-item {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

.cont-item.amenity .image-area .image-01 {
  margin-bottom: 30px;
}

.cont-item.amenity .image-area .image-02 {
  margin-bottom: 20px;
}

.contact-hall {
  background: #d5edf1;
  padding: 15px 20px;
  border: 1px solid #39aec0;
}

.contact-hall .ttl-area .title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #0098ac;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #39aec0;
}

.contact-hall .text-area dl {
  display: grid;
  grid-template-columns: 40px auto;
  margin-bottom: 6px;
}

.contact-hall .text-area dl:last-child {
  margin-bottom: 0;
}

.contact-hall .text-area dl.tel,
.contact-hall .text-area dl.fax {
  width: 160px;
}

.contact-hall .text-area dl dt,
.contact-hall .text-area dl dd {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.contact-hall .text-area dl dt {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  background: #39aec0;
  padding: 2px;
  border-radius: 2px;
}

.contact-hall .text-area dl dd {
  font-size: 16px;
  line-height: 16.8px;
  color: #0098ac;
  padding-left: 8px;
}

.contact-hall .text-area dl.place dd {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

@media screen and (min-width: 992px) {
  .contact-hall .text-area dl.tel,
  .contact-hall .text-area dl.fax {
    display: inline-flex;
    margin-bottom: 0;
  }

  .contact-hall .text-area dl.tel dt,
  .contact-hall .text-area dl.fax dt {
    flex: 0 0 40px;
    max-width: 40px;
  }
}

.rental-area {
  background: #8268a9;
  display: block;
  padding: 25px 35px;
  border-radius: 3px;
}

.rental-area .rental-item.text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 15px;
}

.rental-area .rental-item.text p {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .rental-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }

  .rental-area .rental-item.text {
    flex: 0 0 calc(100% - 249px);
    max-width: calc(100% - 249px);
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-left: 6%;
  }

  .rental-area .rental-item.text p {
    text-align: left;
  }

  .rental-area .rental-item.image {
    flex: 0 0 249px;
    max-width: 249px;
  }
}
