/*
* 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: 90%;
  height: 500px;
}

.tab_area_center {
  display: flex;
  width: 100%;
  justify-content: center;
}

#tab_area {
  width: 90%;
  display: flex;
  justify-content: space-around;
}

#tab_area .tab_btn {
  font-size: 22px;
  width: 30%;
}

.tb_wrap {
  display: flex;
  flex-wrap: wrap;
}

.tb_center {
  display: block;
    width: 50%;
}

.bus_time_taable {
  width: 90%;
    margin: 0 auto;
}

#tab2 #sub_title {
  margin-left: 1.5em;
  margin-right: 1.5em;
  width: 90%;
}

#tab2 p {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#tab3 #sub_title {
  width: 90%;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#tab3 #sub_title .sb_t_2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#tab3 p {
  margin: 0px 1.5em 30px 1.5em;
}

#tab3 .map {
  text-align: center;
}

#tab3 .map img {
  width: 90%
}

.center {
  
}

.center_next {
  width: 90%;
}

.pt_center {
  display: flex;
	justify-content: space-between;
  width: 80%;
	flex-wrap: wrap;
		margin: 0 auto;
}
.pt_center table {
		width: 30%;
}

.pt_box {
  width: 100%;
  margin-top: 20px;
	text-align: right;
	justify-content: flex-end;
}
.pt_box .box {
		display: block;
}
#tab3 .box_1, #tab3 .box_2 {
		display: inline-block;
		vertical-align: middle;
}

.sp_br {
  display: none;
}
