@charset "utf-8";
/* CSS Document */

/*タブ切り替え全体のスタイル*/
.tab {
}
/*タブのスタイル*/
.tab_items {
	border-top: 1px solid #cfcaca;
	border-right: 1px solid #cfcaca;
	border-bottom: 1px solid #cfcaca;
	background-color: #fff;
	color: #565656;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	transition: all 0.2s ease;
	width: 33.33%;
	vertical-align: middle;
	padding: 15px;
}
.tab_items:first-of-type {
	border-left: 1px solid #cfcaca;
}

.tab_items span{
	font-size:85%;
	padding:0 0 0 2px;
}

.tab_items:hover {
	background: #008be3;
	color: #fff;
	cursor: pointer;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
	padding-top: 20px;
}
/*選択されているタブのコンテンツのみを表示*/
#news1:checked ~ #news1_content,
#news2:checked ~ #news2_content,
#news3:checked ~ #news3_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_items {
	background-color: #008be3;
	color: #fff;
	border: none;
	vertical-align: middle;
}

.bus p{
	float: left;
	width: 500px;
	margin-right: 30px;
}
.bus .busstop{
	margin: 0 0 30px 30px;
}

@media (max-width: 1024px) {
	.bus p{
		float: none;
		padding: 10px;
		width: 100%;
			}
	.bus .busstop{
	margin: 0 auto 30px;
		text-align: center;	
}
}

.tab_re_container{
  display: flex;
  align-content: center;
}
.tab_re_container div{
  width: 25%;
  border-top: solid 1px #cfcaca;
  border-right: solid 1px #cfcaca;
  border-bottom: solid 1px #cfcaca;
  color: #565656;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	transition: all 0.2s ease;
	vertical-align: middle;
	padding: 15px;
  position: relative;
  z-index: 1;
}
.tab_re_container div:first-child{
  border-left: solid 1px #cfcaca;
}
.tab_re_container div a {
  position: absolute;
  top: 2px;
  left: -8px;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.tab_re_container div:hover {
  background: #008be3;
  color: #fff;
}

.tab_re_container div.current {
  background: #008be3;
  color: #fff;
}

.bus_note{
  padding: 15px;
  background: #CCE8FF;
  color: #004586;
}

.bus_free{
  background: #fff;
  color: #FF0004;
  padding: 2px 10px;
  margin: 5px;
  font-weight: bold;
}
.bus_jogai{
  background: #FF6E00;
  color: #fff;
  padding: 2px 10px;
  margin: 5px;
}
.bus_jonai{
  background: #007402;
  color: #fff;
  padding: 2px 10px;
  margin: 5px;
}

@media (max-width: 767px) {
	.br_pc {
        display:block;
    }
}
@media (min-width: 767px) {
	.br_sp {
        display:none;
    }

}
@media (max-width: 767px){
  .tab_re_container div{
    padding: 2vw 1vw;
  }
}

.busbtn_container{
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 80px;
}
.busbtn_container div{
  width: 25%;
  border: solid 1px #2772C0;
  color: #565656;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	transition: all 0.2s ease;
	vertical-align: middle;
	padding: 15px;
  position: relative;
  z-index: 1;
  margin: 20px;
  background: #BDE5FF;
}
.busbtn_container div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.busbtn_container div:hover {
  background: #008be3;
  color: #fff;
}

h3.bus_access{
  padding: 15px;
  text-align: center;
  background: #B3E8FF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.date{
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: #ff6e00;
  width: 560px;
  font-size: 20px;
  font-weight: bold;
  margin:0 auto;
  margin-bottom: 20px;
  color:white;
}

h4.bus_accessh4{
  padding: 5px 0;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6 !important;
}


.bustbl_container{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.bustbl_container div.bustbl_container_sub{
  width: 48%;
}
.bustbl{
	width: 100%;
	margin:10px auto;
	border-top: 1px solid #c6c6c6;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #c6c6c6;
	text-align:left;
}
.bustbl th{
	vertical-align: top;
	padding: 10px;
	border-top: none;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-left: none;
	background-color: #BDE3F3;
	text-align:left;
}
.bustbl td{
	vertical-align: top;
	padding: 10px;
	border-top: none;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-left: none;
  text-align: center;
}
.bustbl td.type01{
  background: #E6F9FF;
  text-align: left;
}
.bustbl td.type02{
  background:#F3F1DE;
}

.mapbtn_container{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.mapbtn_container div{
  width: 45%;
  border: solid 1px #2772C0;
  color: #565656;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
  position: relative;
  z-index: 1;
  margin: 20px;
  background: #BDE5FF url("/common/images/ico_blank.png") no-repeat;
  background-position: right 10px center;
}
.mapbtn_container div a {
  position: absolute;
  top: -3px;
  left: -31px;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.mapbtn_container div:hover {
  color: #fff;
  background: #008be3 url("/common/images/ico_blank.png") no-repeat;
  background-position: right 10px center;
}


@media (max-width: 767px){
  .tab_content p{
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .busbtn_container{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
.busbtn_container div{
  width: 45%;}
  .bustbl_container{
    display: block;
  }
  .bustbl_container div.bustbl_container_sub{
    width: 100%;
  }
  .bustbl{
    font-size: 4vw;
    width: 95%;
  }
  .bustbl th,.bustbl td{
    padding:1vw;
  }
  .mapbtn_container div{
    font-size: 3.1vw;
     width: 50%;
  }
  h4.bus_accessh4{
    padding: 2vw;
    font-size: 5.0vw;
  }
  h2.sub{
    font-size: 4vw;
  }
}

