.pb_30 {
  padding-bottom: 30px;
}

/*  11. row
*************************************************/
.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}

.row-8 {
  margin-left: -4px;
  margin-right: -4px;
}

.row-8 > div {
  padding-right: 4px;
  padding-left: 4px;
}


/*  13. background
*************************************************/
.bg-theme01 {
  background-color: #192159;
  color: #ffffff;
}

.bg-f9f {
  background-color: #f9f9f9;
}

/*  14. table
*************************************************/
/* 無料バス用 */
.table-bus {
  border: 1px solid #ddd;
  table-layout: fixed;
}

.table-bus thead th {
  background-color: #192159;
  color: #ffffff;
}
/*埋め込み地図調整*/
.map{
  height:300px;
}
.map_f{
  height:300px;
}
@media (min-width: 768px) {
  .map{
    height:435px;
  }
  .map_f{
  height:320px;
  }
}


.bnt-access {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: rgba(31, 34, 37, 1);
  border-left: 4px solid #ec6d00;
  border-right: 4px solid #e50012;
  letter-spacing: 0;
  overflow: hidden;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}

.bnt-access::before,
.bnt-access::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right, #ec6d00 0%, #e50012 100%);
}

.bnt-access::before {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.bnt-access::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fs_95per {
  font-size: 95%;
}
