/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";
/* CSS Document */

.google_map {
  text-align: center;
}

.google_map iframe {
  width: 100%;
  height: 300px
}

.tab_area_center {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em 0 2em 0;
}

#tab_area {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  width: 100%;
  justify-items: center;
  border: 0px;
}

#tab_area .tab_btn {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #cccccc;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#tab_area .tab_btn p {
  margin: 0px;
}

#tab_area .tab_btn:hover {
  color: #000;
}

#tab_area .active {
  background-color: #d97d7e;
  color: #FFF;
  border: 0px;
}

#tab_area .active:hover {
  color: #FFF;
}

#tab_area .bt_1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

#tab_area .bt_2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

#tab_area .bt_3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}


#tab2 #sub_title,
#tab3 #sub_title {
  font-size: 18px;
  padding: 10px 10px 10px 20px;
  margin: 10px 0 20px;
  line-height: 32px;
  background-color: #FFFFFF;
  border-left: 15px solid #72c0de;
  border-bottom: 2px solid #72c0de;
}

.ft-color-red {
  color: red;
}

.bg-color-gray {
  background-color: #d3d3d3;
}

.bg-color-blue {
  background-color: #72c0de;
}

.bus_time_taable {
  width: 100%;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-collapse: collapse;
}

.bus_time_taable th,
.bus_time_taable td {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 10px;
}

.bus_time_taable th {
  font-size: 12px;
}

#tab3 .map img {
  margin-bottom: 10px;
  width: 100%
}

#tab3 #sub_title {
  display: -ms-grid;
  display: grid;
  height: 50px;
  padding: 5px 5px 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tab3 #sub_title .sb_t_1 {
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0px;
  width: 100px;
  vertical-align: middle;
}

#tab3 #sub_title .sb_t_2 {
  font-size: 12px;
  margin: 0px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2/14;
  line-height: 15px;
}

.parking_table {
  width: 100%;
  font-size: 15px;
  border: solid 2px #72c0de;
  border-collapse: collapse;
  margin-bottom: 15px;
  text-align: center;
}

.parking_table .parking_heder {
  border-right: solid 2px #ffffff;
}

.tb_1 {
  width: 30%
}

.tb_2 {
  width: 30%
}

.tb_3 {
  width: 40%;
}

.parking_table td {
  border: solid 2px #72c0de;
  height: 50px;
}

.pt_box {
  width: 150px;
}

.box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  justify-items: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#tab3 .box_1 {
  width: 30px;
  height: 30px;
  border: solid 2px #72c0de;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0px;
}

#tab3 .box_2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0px;
}
