@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access_top.css
 author     : Ability Consultant
 style info : アクセス > 空港からのアクセス
=================================================================== */
/* -----------------------------------------------------------
	.wrp_access
----------------------------------------------------------- */
.wrp_access {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_access {
    margin-top: 20px;
  }
}
.wrp_access .con_access {
  border: 1px solid #dcdcdc;
  padding: 40px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access {
    padding: 15px;
  }
}
.wrp_access .con_access .inner {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .inner {
    display: block;
  }
}
.wrp_access .con_access .inner > * {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .inner > * {
    display: block;
    width: 100% !important;
  }
}
.wrp_access .con_access .box_content {
  width: 70%;
  padding: 0 7%;
}
@media only screen and (max-width: 1024px) {
  .wrp_access .con_access .box_content {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_content {
    padding: 0;
  }
}
.wrp_access .con_access .box_content .box_title {
  margin-bottom: 20px;
}
.wrp_access .con_access .box_content .box_title h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.wrp_access .con_access .box_content .box_title h3 .en {
  position: relative;
  display: block;
  color: #000;
  font-size: 234%;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_access .con_access .box_content .box_title h3 .en {
    font-size: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_content .box_title h3 .en {
    font-size: 200%;
  }
}
.wrp_access .con_access .box_content .box_title h3 .en::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 245px;
  height: 2px;
  margin: auto;
  background: linear-gradient(#949494 50%, #ffffff 50%);
}
.wrp_access .con_access .box_content .box_title h3 .en::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 3px;
  margin: auto;
  background: #a4803e;
}
.wrp_access .con_access .box_content .box_title h3 .jp {
  display: block;
  padding-top: 15px;
}
.wrp_access .con_access .box_content .box_title .txt {
  text-align: center;
}
.wrp_access .con_access .box_content .box_title .txt span {
  font-size: 120%;
}
.wrp_access .con_access .box_content .wrp {
  overflow: hidden;
  margin-left: -4%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_content .wrp {
    margin-left: 0;
  }
}
.wrp_access .con_access .box_content .wrp .box_access {
  width: 46%;
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_content .wrp .box_access {
    margin-left: 0;
  }
}
.wrp_access .con_access .img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .img {
    display: none;
  }
}
.wrp_access .con_access .txt_att {
  margin-top: 20px;
  font-size: 87%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .txt_att {
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------
	.wrp_bus
----------------------------------------------------------- */
.wrp_bus {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .wrp_bus {
    margin-top: 20px;
  }
}
.wrp_bus .con_bus {
  border: 1px solid #dcdcdc;
  padding: 45px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus {
    padding: 15px;
  }
}
.wrp_bus .con_bus .wrp {
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .wrp {
    margin-bottom: 15px;
  }
}
.wrp_bus .con_bus .wrp .box_content {
  float: left;
  width: 37%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .wrp .box_content {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.wrp_bus .con_bus .wrp .box_content h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.wrp_bus .con_bus .wrp .box_content h3 .en {
  position: relative;
  display: block;
  color: #000;
  font-size: 234%;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_bus .con_bus .wrp .box_content h3 .en {
    font-size: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .wrp .box_content h3 .en {
    font-size: 200%;
  }
}
.wrp_bus .con_bus .wrp .box_content h3 .en::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 245px;
  height: 2px;
  margin: auto;
  background: linear-gradient(#949494 50%, #ffffff 50%);
}
.wrp_bus .con_bus .wrp .box_content h3 .en::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 3px;
  margin: auto;
  background: #a4803e;
}
.wrp_bus .con_bus .wrp .box_content h3 .jp {
  display: block;
  padding-top: 15px;
}
.wrp_bus .con_bus .wrp .box_content .box_time {
  background: #f2f2f2;
  padding: 20px 20px 15px 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .wrp .box_content .box_time {
    padding: 20px;
    margin-left: 0;
  }
}
.wrp_bus .con_bus .wrp .box_content .box_time h4 {
  font-weight: normal;
  font-size: 87%;
  margin-bottom: 10px;
  text-align: center;
}
.wrp_bus .con_bus .wrp .box_content .box_time h4 span {
  font-size: 139%;
}
.wrp_bus .con_bus .wrp .box_content .box_time h4 em {
  color: #852f21;
  font-size: 185%;
}
.wrp_bus .con_bus .wrp .box_content .box_time .btns {
  overflow: hidden;
}
.wrp_bus .con_bus .wrp .box_content .box_time .btns li {
  margin-top: 5px;
  text-align: center;
}
.wrp_bus .con_bus .wrp .box_content .box_time .btns li:first-child {
  margin-top: 0;
}
.wrp_bus .con_bus .wrp .box_content .box_time .btns li a {
  display: block;
  width: 100%;
  padding: .7em 1.5em;
  border: 3px solid #c4c1ba;
  background: #fff;
  color: #575757;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .wrp .box_content .box_time .btns li a {
    padding: .7em 1em;
  }
}
.wrp_bus .con_bus .wrp .box_content .box_time .btns li a span::after {
  content: "→";
  padding-left: 5px;
}
.wrp_bus .con_bus .wrp .box_content .box_time .btns li a:hover {
  background: #c4c1ba;
}
.wrp_bus .con_bus .wrp .img {
  float: right;
  width: 63%;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .wrp .img {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .wrp_bus .con_bus .wrp .img img {
    width: 100%;
  }
}
.wrp_bus .con_bus .txt_att {
  float: left;
  font-size: 80%;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .txt_att {
    float: none;
  }
}
.wrp_bus .con_bus .btn_pdf {
  float: right;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .btn_pdf {
    margin-top: 20px;
  }
}
.wrp_bus .con_bus .btn_pdf a {
  display: block;
  width: 100%;
  padding: .7em 1.5em;
  border: 3px solid #c4c1ba;
  background: #fff;
  color: #575757;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: #836c42;
  color: #836c42;
}
@media only screen and (max-width: 767px) {
  .wrp_bus .con_bus .btn_pdf a {
    padding: .7em 1em;
  }
}
.wrp_bus .con_bus .btn_pdf a span::after {
  content: "→";
  padding-left: 5px;
}
.wrp_bus .con_bus .btn_pdf a:hover {
  background: #c4c1ba;
}
.wrp_bus .con_bus .btn_pdf a:hover {
  background: #836c42;
  color: #fff;
}
