/* CSS Document */
#maintitle {
  background: url(../img/main_bk.jpg) no-repeat center 0;
}
#maintitle .en,
#maintitle .ja {
  text-shadow: 0px 0px 25px rgba(0, 67, 90, .6),
    0px -0px 25px rgba(0, 67, 90, .6),
    -0px 0px 25px rgba(0, 67, 90, .6),
    -0px -0px 25px rgba(0, 67, 90, .6);
}
@media (max-width: 767px) {
  #maintitle {
    background: url(../img/main_bk_sp.jpg) no-repeat center 0;
    background-size: 100%;
  }
}

.kyushumap {
  width: 100%;
  height: 465px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/map.jpg) no-repeat center 0;
}
@media (max-width: 767px) {
  .kyushumap {
    background: url(../img/map_sp.jpg) no-repeat center 0;
    background-size: 100%;
    height: 164.5vw;
  }
}

@media (max-width: 767px) {
  .accessmap .contTitle {
    padding-top: 1rem;
  }
  .accessmap .moreLink {
    margin-right: 3.5vw;
    margin-left: 3.5vw;
  }
}

.shozai {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.shozai img {
  width: 240px;
  height: 78px;
}
.shozai p {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .shozai {
    flex-wrap: wrap;
    padding-top: 5vw;
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
  .shozai img {
    margin-bottom: 3vw;
  }
}

a.iconLink {
  width: 100%;
  height: 70px;
  padding-left: 30px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  a.iconLink {
    height: auto;
  }
}

.howtoaccess ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .howtoaccess ul {
    flex-direction: column;
  }
}
.howtoaccess li {
  width: 25%;
  padding-right: 5px;
  padding-left: 10px;
}
.howtoaccess li:first-child {
  padding-left: 0;
}
.howtoaccess li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .howtoaccess li {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.75vw;
    width: 100%;
  }
}
.howtoaccess .iconHeight{
    height: 70px;
    display: table;
}
.howtoaccess .iconHeight > div{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
}
.howtoaccess .iconCar, .howtoaccess .iconPlane, .howtoaccess .iconTrain, .howtoaccess .iconBus {
  line-height: 1.2;
  padding-left: 2.5em;
}
.howtoaccess .iconCar {
  background: url(../img/icon_car_white.png) no-repeat left center;
}
.howtoaccess .iconPlane {
  background: url(../img/icon_plane_white.png) no-repeat left center;
}
.howtoaccess .iconTrain {
  background: url(../img/icon_train_white.png) no-repeat left center;
}
.howtoaccess .iconBus {
  background: url(../img/icon_bus_white.png) no-repeat left center;
}
@media (max-width: 767px) {
  .howtoaccess .moreLink {
    margin-right: 3.5vw;
    margin-left: 3.5vw;
  }
}

.buslink {
    margin-top: 30px;
}
.howtobus ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .howtobus ul {
    flex-direction: column;
  }
}
.howtobus li {
  width: 33.333333%;
  padding-right: 5px;
  padding-left: 10px;
}
.howtobus li:first-child {
  padding-left: 0;
}
.howtobus li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .howtobus li {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.75vw;
    width: 100%;
  }
}
.howtobus .iconHeight{
    height: 70px;
    display: table;
}
.howtobus .iconHeight > div{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
}
.howtobus .iconBus {
  line-height: 1.2;
  padding-left: 2.5em;
}
.howtobus .iconBus {
  background: url(../img/icon_bus_white.png) no-repeat left center;
}
@media (max-width: 767px) {
  .howtobus .moreLink {
    margin-right: 3.5vw;
    margin-left: 3.5vw;
  }
}
#conWrap2 .inner, #conWrap3 .inner, #conWrap4 .inner, #conWrap6 .inner {
  padding-top: 10px;
}
@media (max-width: 767px) {
  #conWrap2 .inner, #conWrap3 .inner, #conWrap4 .inner, #conWrap6 .inner {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
}
#conWrap2 .inner img, #conWrap3 .inner img, #conWrap4 .inner img, #conWrap6 .inner img {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #conWrap2 .inner img, #conWrap3 .inner img, #conWrap4 .inner img, #conWrap6 .inner img {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

.howTitle {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  line-height: 34px;
  padding-bottom: 1em;
}
.howTitle .car {
  background: url(../img/icon_car_gray.png) no-repeat left center;
  padding-bottom: 0;
  padding-left: 2em;
}
.howTitle .plane {
  background: url(../img/icon_plane_gray.png) no-repeat left center;
  padding-bottom: 0;
  padding-left: 2em;
}
.howTitle .train {
  background: url(../img/icon_train_gray.png) no-repeat left center;
  padding-bottom: 0;
  padding-left: 2em;
}
.howTitle .bus2 {
  background: url(../img/icon_bus_gray.png) no-repeat left center;
  padding-bottom: 0;
  padding-left: 2em;
}
.howTitle .bustitle {
    color: #FFF;
  background: url(../img/icon_bus_blue.png) no-repeat left center;
  padding-bottom: 0;
  padding-left: 2.5em;
  margin-top: 1em;
  margin-bottom: 10px;
}

.hours {
  line-height: 1.8;
  border: #00435A 1px solid;
  background: white;
  padding: 2em;
  margin-top: 50px;
  color: #00435A;
}
.hours dt:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #00435A;
  border-radius: 50%;
  margin-right: 0.5em;
}
.hours dd {
  padding-left: 1.5em;
}
.hours dd:not(:last-of-type) {
  padding-bottom: 1.5em;
}
@media (max-width: 767px) {
  .hours {
    padding: 1em;
    margin-top: 5vw;
  }
  .hours dd:not(:last-of-type) {
    padding-bottom: 1em;
  }
}

.bus{
    margin-top: 40px;
    background: #00435A;
    padding-bottom: 20px;
}
.bus ul{
    margin-left: 20px;
}
@media (max-width: 767px) {
    .bus ul{
        margin: 0 10px;
    }
}
.bus ul:after {
  content: "";
  clear: both;
  display: block;
}
.bus ul li{
    float: left;
    width: 450px;
    margin-right: 20px;
}
.bus ul li:last-child{
    margin-right: 0;
}
@media (max-width: 767px) {
    .bus ul li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .bus ul li:last-child{
        margin: 20px 0 0 0;
    }
}
#conWrap4 .inner .bus ul li img{
    width: 100%;
    height: auto;
    margin: 0;
}

.howtoplane {
  background: #f1f1f1;
}

.howtobus {
  background: #f1f1f1;
}

dl.greenList dt {
  width: 30%;
}
dl.greenList dd {
  width: 70%;
}
@media screen and (max-width: 768px){
  dl.greenList dt,
  dl.greenList dd {
    width: 100%;
  }
}
