@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* kinou/realtime/404で使用中 */

.header_container-sub {
  position: relative;
  margin: 0 auto 5px;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: -webkit-flex-start;
  justify-content: -ms-flex-start;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.header_icn_right img {
  position: relative;
  width: 180px;
  top: 10px;
}

.subpage {
  background: url("../img/top/hero_bg.png") bottom repeat-x;
  background-size: 100%;
  padding-bottom: 60px;
}

@media screen and (min-width: 767px) {
  .subpage {
    background-size: 30%;
}
}

#subpage h4 {
  font-size: 2.2rem;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

#subpage h5 {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  width: 250px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  top: 22px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  #subpage h5 {
    top: 35px;
  }
}

.table {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  border: #040772 solid 1px;
}

.table-ttl {
  font-weight: bold;
  color: #ffffff;
  background-color: #040772;
  margin: 0;
  padding: 2px 0;
  display: flex;
  justify-content: space-around;
}

.table-cnt {
  height: auto;
  padding: 10px 0;
  border-bottom: #ccc 1px solid;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
}

.table-cnt span {
  width: 50%;
  padding-right: 5px;
}

.table-cnt span strong {
  font-size: 14px;
}

.small {
  font-size: 14px;
  font-weight: bold;
}

.explanation {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #e7380d;
  border-radius: 25px;
  padding: 10px;
  align-items: center;
  background-color: #fff;
}

.explanation img,
.taxi-sub img {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.explanation p {
  width: 80%;
  line-height: 25px;
  margin: 15px;
}

@media screen and (min-width: 767px) {
  .explanation {
    width: 60%;
    padding: 25px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }

  .explanation p {
    width: 50%;
    line-height: 25px;
    margin: 15px;
  }

  .taxi-sub {
    width: 100%;
  }
}

.tetsudo {
  border: #2db990 solid 3px;
}

.plane {
  border: #73d1c9 solid 3px;
}

.bike {
  border: #ffa831 solid 3px;
}

.carshare {
  border: #8b7f1e solid 3px;
}

.other {
  border: #5b5b5b solid 3px;
}

#subpage .subcap {
  width: 96%;
  margin: 0 auto;
}

#subpage h5 img {
  height: 40px;
  margin-right: 4px;
}

#subpage .main-box {
  border-radius: 25px;
  box-shadow: #0000001d 0px 0px 10px 0px;
  padding: 25px;
  padding-top: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  #subpage .main-box {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

#subpage .main-box .item-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

#subpage .main-box .item-box p:not(.btn) {
  min-height: 20px;
}

#subpage a {
  position: relative;
  width: 100%;
  display: inline-block;
}

#subpage .btn {
  padding: 15px 10px;
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  font-weight: bold;
  text-align: center;
  border: #dbdbdb solid 3px;
  background-color: #ffffff;
  border-radius: 50px;
  min-height: 20px;
}

#subpage .btn::after {
  content: "";
  position: relative;
  display: inline-block;
  top: -1px;
  right: -15px;
  width: 18px;
  height: 18px;
  background-image: url(../img/cmn/btn_bow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#subpage .main-box .item-box .btn span {
  position: relative;
  left: 8px;
}

#subpage .main-box img,
.item-box img {
  border-radius: 0px;
  border: 0px solid #dbdbdb;
  box-sizing: border-box;
  margin-top: 10px;
}

.bnrimg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .bnrimg {
    height: 115px;
  }
  #subpage .main-box .item-box p:not(.btn) {
    min-height: 90px;
  }
}

.mid {
  font-size: 15px;
  text-align: left;
}

.notfound {
  min-height: 60vh;
  max-width: 700px;
  margin: 0 auto;
}

.notfound p {
  margin: 50px 25px 10px;
}

.pagetop {
  opacity: 0;
  transition: opacity 0.3s ease;
}
