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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.wrp_int .con_int, .wrp_roo .con_roo, .wrp_gui .con_res, .wrp_gui .con_fac, .wrp_access .con_map .txt_use, .wrp_access .con_access, .bn_ai {
  width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  .wrp_int .con_int, .wrp_roo .con_roo, .wrp_gui .con_res, .wrp_gui .con_fac, .wrp_access .con_map .txt_use, .wrp_access .con_access, .bn_ai {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.wrp_slider
----------------------------------------------------------- */
#wrp_slider #main_slider {
  text-align: center;
  max-width: 1140px;
  margin: auto;
  bottom: 0;
  position: relative;
}
#wrp_slider #main_slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
#wrp_slider #main_slider .slick-next {
  cursor: pointer;
  right: -5.3%;
  background: url(../images/common/btn_next.png) no-repeat left top;
  background-size: 100% auto;
}
.mouse #wrp_slider #main_slider .slick-next:hover, .touch #wrp_slider #main_slider .slick-next.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse #wrp_slider #main_slider .slick-next:hover, .ie8 .touch #wrp_slider #main_slider .slick-next.touchstart {
  filter: alpha(opacity=75);
}
.touch #wrp_slider #main_slider .slick-next {
  -webkit-tap-highlight-color: transparent;
}
.touch #wrp_slider #main_slider .slick-next.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1190px) {
  #wrp_slider #main_slider .slick-next {
    right: 0;
  }
}
#wrp_slider #main_slider .slick-prev {
  cursor: pointer;
  left: -5.3%;
  background: url(../images/common/btn_prev.png) no-repeat left top;
  background-size: 100% auto;
}
.mouse #wrp_slider #main_slider .slick-prev:hover, .touch #wrp_slider #main_slider .slick-prev.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse #wrp_slider #main_slider .slick-prev:hover, .ie8 .touch #wrp_slider #main_slider .slick-prev.touchstart {
  filter: alpha(opacity=75);
}
.touch #wrp_slider #main_slider .slick-prev {
  -webkit-tap-highlight-color: transparent;
}
.touch #wrp_slider #main_slider .slick-prev.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1190px) {
  #wrp_slider #main_slider .slick-prev {
    left: 0;
  }
}
#wrp_slider #main_slider .slick-arrow {
  width: 60px;
  padding-top: 60px;
  margin-top: -30px;
}
#wrp_slider #main_slider .slick-dots {
  bottom: 0;
  padding: 0 0 0;
  position: relative;
  text-align: right;
  right: 2%;
}
#wrp_slider #main_slider .slick-dots li {
  height: 7px;
  width: 85px;
}
#wrp_slider #main_slider .slick-dots li button {
  cursor: pointer;
  padding: 0;
}
.mouse #wrp_slider #main_slider .slick-dots li button:hover, .touch #wrp_slider #main_slider .slick-dots li button.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse #wrp_slider #main_slider .slick-dots li button:hover, .ie8 .touch #wrp_slider #main_slider .slick-dots li button.touchstart {
  filter: alpha(opacity=75);
}
.touch #wrp_slider #main_slider .slick-dots li button {
  -webkit-tap-highlight-color: transparent;
}
.touch #wrp_slider #main_slider .slick-dots li button.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#wrp_slider #main_slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #19407b;
  opacity: 1 !important;
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
}
#wrp_slider #main_slider .slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #wrp_slider #main_slider .slick-dots {
    text-align: center;
  }
  #wrp_slider #main_slider .slick-dots li {
    height: .8em;
    width: 19%;
  }
}
#wrp_slider #main_slider .slick-dots {
  position: absolute;
  bottom: 2%;
}
@media only screen and (max-width: 767px) {
  #wrp_slider #main_slider .slick-dots {
    bottom: 4%;
  }
}
#wrp_slider #main_slider .slide {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #wrp_slider #main_slider .slide {
    padding-top: 540px;
    background-size: 100% 100% !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1139px) {
  #wrp_slider #main_slider .slide {
    padding-top: 6%;
  }
}
@media only screen and (min-width: 768px) {
  #wrp_slider #main_slider .slide:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
}
@media print {
  #wrp_slider #main_slider .slide {
    padding-top: 540px;
    background-size: 100% 100% !important;
  }
  #wrp_slider #main_slider .slide:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
}
.ie8 #wrp_slider #main_slider .slide {
  padding-top: 540px;
  background-size: 100% 100% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .ie8 #wrp_slider #main_slider .slide {
    padding-top: 6%;
  }
}
.ie8 #wrp_slider #main_slider .slide:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #wrp_slider #main_slider .slide {
    background: none !important;
  }
}
#wrp_slider #main_slider .slide span {
  display: none;
}
#wrp_slider #main_slider .slide01 {
  background: url(../images/home/img_main01-pc.jpg) no-repeat center top;
}
#wrp_slider #main_slider .slide02 {
  background: url(../images/home/img_main02-pc.jpg) no-repeat center top;
}
#wrp_slider #main_slider .slide03 {
  background: url(../images/home/img_main03-pc.jpg) no-repeat center top;
}
#wrp_slider #main_slider .slide04 {
  background: url(../images/home/img_main04-pc.jpg) no-repeat center top;
}
#wrp_slider #main_slider .slick-active:before {
  display: none;
}
#wrp_slider #main_slider .slick-list {
  overflow: visible;
}
#wrp_slider #main_slider .slick-list .slick-track .slick-slide {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #wrp_slider #main_slider .slick-arrow {
    display: none !important;
  }
}

/* -----------------------------------------------------------
	.wrp_int
----------------------------------------------------------- */
.wrp_int {
  background: url(../images/common/bg_blue.png);
  overflow: hidden;
}
.wrp_int .con_int {
  position: relative;
}
.wrp_int .con_int .box_int {
  padding: 83px 0 96px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_int .con_int .box_int {
    padding: 11% 0 12%;
  }
}
.wrp_int .con_int .box_int h3 {
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 193%;
  font-weight: normal;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_int .con_int .box_int h3 {
    font-size: 193%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_int .con_int .box_int h3 {
    font-size: 158%;
  }
}
.wrp_int .con_int .box_int h3 em {
  font-size: 89%;
}
.wrp_int .con_int .box_int .txt_wifi {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 11px;
  padding: 16px 0;
  width: 322px;
  text-align: center;
  font-size: 115%;
  margin-top: 14px;
}
.wrp_int .con_int .box_int .txt_wifi:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .wrp_int .con_int .box_int .txt_wifi {
    margin-top: 4%;
    padding: 4% 0;
    width: 90%;
  }
}
.wrp_int .con_int .box_int .txt {
  color: #fff;
  margin-top: 45px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .wrp_int .con_int .box_int .txt {
    margin-top: 6%;
    font-size: 93%;
  }
}
.wrp_int .con_int .bg_photo01 {
  position: absolute;
  margin-left: 326px;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wrp_int .con_int .bg_photo01 {
    left: 0;
  }
}
@media print {
  .wrp_int .con_int .bg_photo01 {
    left: 0;
  }
}
.ie8 .wrp_int .con_int .bg_photo01 {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_int .con_int .bg_photo01 {
    margin-left: 0;
    right: -4%;
    width: 85%;
  }
}
.wrp_int .con_int .bg_photo02 {
  position: absolute;
  right: 50%;
  margin-right: -1000px;
  bottom: 0;
  z-index: 0;
}

/* -----------------------------------------------------------
	.wrp_roo
----------------------------------------------------------- */
.wrp_roo {
  background: url(../images/home/bg_roo.jpg) no-repeat;
  background-size: cover;
  padding: 63px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo {
    padding: 10% 0;
  }
}
.wrp_roo .con_roo h3 {
  text-align: center;
  font-weight: 100;
}
.wrp_roo .con_roo h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo h3 .jp {
    font-size: 150%;
  }
}
.wrp_roo .con_roo h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.wrp_roo .con_roo h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.wrp_roo .con_roo .box_roo {
  margin-top: 40px;
  margin-bottom: 0;
}
.wrp_roo .con_roo .box_roo .slick-arrow {
  position: absolute;
  top: 50%;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
.wrp_roo .con_roo .box_roo .slick-next {
  cursor: pointer;
  right: -5.3%;
  background: url(../images/common/btn_next.png) no-repeat left top;
  background-size: 100% auto;
}
.mouse .wrp_roo .con_roo .box_roo .slick-next:hover, .touch .wrp_roo .con_roo .box_roo .slick-next.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse .wrp_roo .con_roo .box_roo .slick-next:hover, .ie8 .touch .wrp_roo .con_roo .box_roo .slick-next.touchstart {
  filter: alpha(opacity=75);
}
.touch .wrp_roo .con_roo .box_roo .slick-next {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_roo .con_roo .box_roo .slick-next.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1190px) {
  .wrp_roo .con_roo .box_roo .slick-next {
    right: 0;
  }
}
.wrp_roo .con_roo .box_roo .slick-prev {
  cursor: pointer;
  left: -5.3%;
  background: url(../images/common/btn_prev.png) no-repeat left top;
  background-size: 100% auto;
}
.mouse .wrp_roo .con_roo .box_roo .slick-prev:hover, .touch .wrp_roo .con_roo .box_roo .slick-prev.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse .wrp_roo .con_roo .box_roo .slick-prev:hover, .ie8 .touch .wrp_roo .con_roo .box_roo .slick-prev.touchstart {
  filter: alpha(opacity=75);
}
.touch .wrp_roo .con_roo .box_roo .slick-prev {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_roo .con_roo .box_roo .slick-prev.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1190px) {
  .wrp_roo .con_roo .box_roo .slick-prev {
    left: 0;
  }
}
.wrp_roo .con_roo .box_roo .slick-arrow {
  width: 60px;
  padding-top: 60px;
  margin-top: -30px;
}
.wrp_roo .con_roo .box_roo .slick-dots {
  bottom: 0;
  padding: 0 0 0;
  position: relative;
  text-align: right;
  right: 2%;
}
.wrp_roo .con_roo .box_roo .slick-dots li {
  height: 7px;
  width: 85px;
}
.wrp_roo .con_roo .box_roo .slick-dots li button {
  cursor: pointer;
  padding: 0;
}
.mouse .wrp_roo .con_roo .box_roo .slick-dots li button:hover, .touch .wrp_roo .con_roo .box_roo .slick-dots li button.touchstart {
  text-decoration: none;
  opacity: 0.75 !important;
  cursor: pointer;
}
.ie8 .mouse .wrp_roo .con_roo .box_roo .slick-dots li button:hover, .ie8 .touch .wrp_roo .con_roo .box_roo .slick-dots li button.touchstart {
  filter: alpha(opacity=75);
}
.touch .wrp_roo .con_roo .box_roo .slick-dots li button {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_roo .con_roo .box_roo .slick-dots li button.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_roo .con_roo .box_roo .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #19407b;
  opacity: 1 !important;
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
}
.wrp_roo .con_roo .box_roo .slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-dots {
    text-align: center;
  }
  .wrp_roo .con_roo .box_roo .slick-dots li {
    height: .8em;
    width: 19%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo {
    margin-top: 6%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide {
  background: #fff;
  padding: 48px 48px 48px 28px;
  letter-spacing: -.40em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide {
    padding: 1em;
    margin: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-slide {
    padding: 1em;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 312px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det {
    width: 100%;
    display: block;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det h4 {
  font-weight: normal;
  font-size: 165%;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #19407b;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det h4 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det h4 {
    font-size: 129%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det h4 em {
  font-size: 209%;
  letter-spacing: -.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det h4 em {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det h4 em {
    font-size: 189%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det .txt {
  margin-top: 15px;
}
@media only screen and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det .txt {
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det table {
  margin-top: 12px;
}
@media only screen and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det table {
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det table tr th, .wrp_roo .con_roo .box_roo .slick-slide .box_det table tr td {
  font-size: 93%;
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det table tr th {
  width: 30%;
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det .cau {
  margin-top: 9px;
}
@media only screen and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det .cau {
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_det .pho01 {
  margin-top: 21px;
}
@media only screen and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_det .pho01 {
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_photo {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_photo {
    width: 54%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_photo {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_photo .ic_list {
  position: absolute;
  left: 10px;
  top: 10px;
  letter-spacing: -.40em;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_photo .ic_list {
    top: 3%;
    left: 3%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_photo .ic_list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 9px;
}
@media only screen and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-slide .box_photo .ic_list li {
    margin-left: 2%;
    width: 20%;
  }
}
.wrp_roo .con_roo .box_roo .slick-slide .box_photo .ic_list li:first-child {
  margin-left: 0;
}
.wrp_roo .con_roo .box_roo .slick-dots {
  right: 0;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-dots {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-dots {
    margin-top: 6%;
  }
}
.wrp_roo .con_roo .box_roo .slick-prev {
  width: 16px;
  padding-top: 25px;
  margin-top: -45px;
  background: url(../images/common/ic_prev.png) no-repeat left;
  left: -38px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-prev {
    display: none !important;
  }
}
.wrp_roo .con_roo .box_roo .slick-next {
  width: 16px;
  padding-top: 25px;
  margin-top: -45px;
  background: url(../images/common/ic_next.png) no-repeat right;
  right: -38px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_roo .con_roo .box_roo .slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .slick-next {
    display: none !important;
  }
}

/* -----------------------------------------------------------
	wrp_gui
----------------------------------------------------------- */
.wrp_gui {
  background: url(../images/common/bg_blue.png);
}
.wrp_gui .con_res {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res {
    padding-top: 10%;
  }
}
.wrp_gui .con_res h3 {
  text-align: center;
  font-weight: 100;
}
.wrp_gui .con_res h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res h3 .jp {
    font-size: 150%;
  }
}
.wrp_gui .con_res h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.wrp_gui .con_res h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.wrp_gui .con_res h3 .jp {
  color: #fff;
}
.wrp_gui .con_res .box_slider {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider {
    margin-top: 6%;
  }
}
.wrp_gui .con_res .box_slider .box_txt {
  letter-spacing: -.40em;
  position: absolute;
  bottom: -110px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider .box_txt {
    position: static;
    margin-top: 6%;
  }
}
.wrp_gui .con_res .box_slider .box_txt .photo {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res .box_slider .box_txt .photo {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider .box_txt .photo {
    margin-bottom: 0;
    width: 26%;
    vertical-align: middle;
  }
}
.wrp_gui .con_res .box_slider .box_txt div {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
  width: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res .box_slider .box_txt div {
    width: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider .box_txt div {
    width: 70%;
    margin-left: 4%;
    font-size: 86%;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.wrp_gui .con_res .box_slider .box_txt div .sst {
  color: #fff;
  font-size: 165%;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-left: 24px;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res .box_slider .box_txt div .sst {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider .box_txt div .sst {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider .box_txt div .sst {
    margin-left: 0;
  }
}
.wrp_gui .con_res .box_slider .box_txt div .txt {
  line-height: 1.6;
  letter-spacing: .05em;
  color: #c2ccda;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res .box_slider .box_txt div .txt {
    margin-top: 3%;
  }
}
.wrp_gui .con_res > .box_txt {
  margin-top: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res > .box_txt {
    margin-top: 133px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res > .box_txt {
    margin-top: 4%;
  }
}
.wrp_gui .con_res > .box_txt ul {
  float: left;
  margin-top: 100px;
  width: 605px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res > .box_txt ul {
    width: 43%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res > .box_txt ul {
    margin-top: 0;
  }
}
.wrp_gui .con_res > .box_txt ul li {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  color: #c2ccda;
  margin-top: 2px;
  letter-spacing: .03em;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res > .box_txt ul li {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res > .box_txt ul li {
    font-size: 93%;
  }
}
.wrp_gui .con_res > .box_txt table {
  width: 400px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_res > .box_txt table {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_res > .box_txt table {
    margin-top: 4%;
    width: 100%;
  }
}
.wrp_gui .con_res > .box_txt table tr th, .wrp_gui .con_res > .box_txt table tr td {
  padding: .6em 1em;
  text-align: left;
}
.wrp_gui .con_res > .box_txt table tr th {
  width: 115px;
}
@media only screen and (max-width: 1139px) {
  .wrp_gui .con_res > .box_txt table tr th {
    width: 7em;
  }
}
.wrp_gui .con_fac {
  margin-top: 105px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.wrp_gui .con_fac .box_fac {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac {
    padding: 12% 0;
  }
}
.wrp_gui .con_fac .box_fac li {
  float: left;
  width: 550px;
  margin-left: 40px;
  margin-top: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_fac .box_fac li {
    width: 49%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li {
    width: 100%;
    margin-left: 0;
    margin-top: 8% !important;
  }
}
.wrp_gui .con_fac .box_fac li h4 {
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #fff;
  font-weight: 100;
  font-size: 165%;
  letter-spacing: .08em;
  margin-top: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_fac .box_fac li h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li h4 {
    font-size: 129%;
  }
}
.wrp_gui .con_fac .box_fac li h4 span {
  vertical-align: middle;
  line-height: 1em;
}
.wrp_gui .con_fac .box_fac li h4:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #9d7d45;
  width: 14px;
  height: 14px;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li h4 {
    margin-top: 2%;
  }
}
.wrp_gui .con_fac .box_fac li .txt {
  color: #c2ccda;
  margin-top: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li .txt {
    margin-top: 4%;
  }
}
.wrp_gui .con_fac .box_fac li table {
  margin-top: 19px;
  width: 380px;
}
@media only screen and (max-width: 1139px) {
  .wrp_gui .con_fac .box_fac li table {
    width: 100%;
    margin-top: 4%;
  }
}
.wrp_gui .con_fac .box_fac li table tr th, .wrp_gui .con_fac .box_fac li table tr td {
  text-align: left;
  padding: .3em 1em;
}
.wrp_gui .con_fac .box_fac li table tr th {
  width: 115px;
}
.wrp_gui .con_fac .box_fac li .box_det {
  letter-spacing: -.40em;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li .box_det {
    margin-top: 4%;
  }
}
.wrp_gui .con_fac .box_fac li .box_det .photo01 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 4.54545%;
  width: 28.0%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_fac .box_fac li .box_det .photo01 {
    width: 40%;
    margin-right: 4%;
  }
}
.wrp_gui .con_fac .box_fac li .box_det .box_txt {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 67.45455%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_fac .box_fac li .box_det .box_txt {
    width: 53%;
  }
}
.wrp_gui .con_fac .box_fac li .box_det .box_txt h5 {
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 143%;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_gui .con_fac .box_fac li .box_det .box_txt h5 {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li .box_det .box_txt h5 {
    font-size: 122%;
  }
}
.wrp_gui .con_fac .box_fac li .box_det .box_txt .txt {
  color: #c2ccda;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li .box_det .box_txt .txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_gui .con_fac .box_fac li:first-child {
    margin-top: 0 !important;
  }
}
.wrp_gui .con_fac .box_fac li:nth-child(-n+2) {
  margin-top: 0;
}
.wrp_gui .con_fac .box_fac li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

/* -----------------------------------------------------------
	.wrp_access
----------------------------------------------------------- */
.wrp_access {
  margin: 65px 0 105px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_access {
    margin: 12% 0;
  }
}
.wrp_access h3 {
  text-align: center;
  font-weight: 100;
}
.wrp_access h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access h3 .jp {
    font-size: 150%;
  }
}
.wrp_access h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.wrp_access h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.wrp_access .con_map {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map {
    margin-top: 6%;
  }
}
.wrp_access .con_map .box_map {
  position: relative;
}
.wrp_access .con_map .box_map #map {
  padding-bottom: 550px;
}
@media only screen and (min-width: 768px) {
  .wrp_access .con_map .box_map #map {
    min-width: 2000px;
  }
}
@media print {
  .wrp_access .con_map .box_map #map {
    min-width: 2000px;
  }
}
.ie8 .wrp_access .con_map .box_map #map {
  min-width: 2000px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map #map {
    padding-bottom: 250px;
    width: 100%;
  }
}
.wrp_access .con_map .box_map .txt_map {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(25, 64, 123, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 57px 40px;
  margin-left: 135px;
}
@media only screen and (min-width: 1140px) {
  .wrp_access .con_map .box_map .txt_map {
    left: 50%;
  }
}
@media print {
  .wrp_access .con_map .box_map .txt_map {
    left: 50%;
  }
}
.ie8 .wrp_access .con_map .box_map .txt_map {
  left: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_map .box_map .txt_map {
    width: 38%;
    right: 0;
    margin-left: 0;
    padding: 5% 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map {
    position: static;
    margin-left: 0;
    padding: 8% 0;
  }
}
.wrp_access .con_map .box_map .txt_map .box_access {
  text-align: center;
  width: 400px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_map .box_map .txt_map .box_access {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access {
    width: 91.666666%;
    margin: auto;
  }
}
.wrp_access .con_map .box_map .txt_map .box_access .catch {
  font-size: 186%;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  letter-spacing: .05em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_map .box_map .txt_map .box_access .catch {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .catch {
    font-size: 129%;
  }
}
.wrp_access .con_map .box_map .txt_map .box_access .catch .num {
  font-size: 129%;
}
.wrp_access .con_map .box_map .txt_map .box_access .txt {
  line-height: 1.8;
  font-size: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_map .box_map .txt_map .box_access .txt {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .txt {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .txt {
    text-align: left;
  }
}
.wrp_access .con_map .box_map .txt_map .box_access .btn_pdf {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 305px;
  margin-top: 15px;
}
.mouse .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf:hover, .touch .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_access .con_map .box_map .txt_map .box_access .btn_pdf:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  right: 6%;
  top: 50%;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 143%;
}
.wrp_access .con_map .box_map .txt_map .box_access .btn_pdf a, .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf input {
  cursor: pointer;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf a, .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf input {
    padding: 0.8em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf {
    margin-top: 4%;
  }
}
.wrp_access .con_map .box_map .txt_map .box_access .btn_pdf:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  right: 5%;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf:after {
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .btn_pdf:after {
    right: 3%;
  }
}
.wrp_access .con_map .box_map .txt_map .box_access .photo {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .box_map .txt_map .box_access .photo {
    margin-top: 6%;
    width: 100%;
  }
  .wrp_access .con_map .box_map .txt_map .box_access .photo img {
    width: 100%;
  }
}
.wrp_access .con_map .txt_use {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_map .txt_use {
    margin-top: 4%;
  }
}
.wrp_access .con_access {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access {
    margin-top: 5%;
  }
}
.wrp_access .con_access .box_det {
  overflow: hidden;
}
.wrp_access .con_access .box_det .photo {
  float: left;
  width: 45.61404%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_det .photo {
    width: 100%;
    float: none;
    margin-top: 4%;
  }
}
.wrp_access .con_access .box_det table {
  float: right;
  width: 50.08772%;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_det table {
    width: 100%;
    float: none;
  }
}
.wrp_access .con_access .box_det table tr th, .wrp_access .con_access .box_det table tr td {
  padding: 3.8% 4%;
}
.wrp_access .con_access .box_det table tr th {
  width: 115px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .box_det table tr th {
    width: 22%;
  }
}
.wrp_access .con_access .pnav {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  letter-spacing: -.40em;
  text-align: center;
  padding: 14px 0;
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .pnav {
    margin-top: 10%;
    padding: 4% 0;
  }
}
.wrp_access .con_access .pnav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 215px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .pnav li.txt_s a {
    padding-top: .8em;
    padding-bottom: 2.6em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .pnav li {
    width: 49%;
    margin-left: 2%;
  }
  .wrp_access .con_access .pnav li:first-child {
    margin-left: 0;
  }
}
.wrp_access .con_access .pnav li a {
  position: relative;
  padding-bottom: 2em;
  display: block;
  text-decoration: none;
  position: relative;
}
.wrp_access .con_access .pnav li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  font-size: 143%;
  display: block;
  margin-left: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: bottom 0.35s;
  -o-transition: bottom 0.35s;
  -webkit-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
.wrp_access .con_access .pnav li a span.train:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.wrp_access .con_access .pnav li a span.air:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.wrp_access .con_access .pnav li a span:before {
  color: #9d7d45;
}
.wrp_access .con_access .pnav li:first-child {
  margin-left: 0;
}
.wrp_access .con_access .pnav li:hover a:after {
  bottom: -10%;
}
.wrp_access .con_access .con_acc {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .con_acc {
    margin-top: 10%;
  }
}
.wrp_access .con_access .con_acc > h4 {
  font-weight: normal;
  list-style-position: inside;
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-family: "Hiragino Mincho Pro","Yu Mincho",YuMincho,"MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 165%;
}
.wrp_access .con_access .con_acc > h4:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  color: #9d7d45;
  margin-right: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_access .con_access .con_acc > h4 {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .con_acc > h4 {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .con_acc > h4 {
    margin-bottom: 4%;
  }
}
.wrp_access .con_access .con_acc > h4.st_air:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  color: #9d7d45;
  margin-right: .2em;
}
.wrp_access .con_access .con_acc > .photo {
  margin-top: 30px;
}
.wrp_access .con_access .con_acc .box_acc {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_access .con_access .con_acc .box_acc {
    margin-top: 2%;
  }
}
.wrp_access .con_access .con_acc .box_acc h4 {
  color: #fff;
  background: #19407b;
  font-weight: normal;
  padding: .75em 1em;
  position: relative;
}
.wrp_access .con_access .con_acc .box_acc h4:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  line-height: 1;
  display: block;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrp_access .con_access .con_acc .box_acc h4.active:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.wrp_access .con_access .con_acc .box_acc ol {
  display: none;
  padding-bottom: 3%;
}
.wrp_access .con_access .con_acc .box_acc ol > li ul {
  overflow: hidden;
}
.wrp_access .con_access .con_acc .box_acc ol > li ul li {
  width: 50%;
  float: left;
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_way {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  padding-top: .5em;
  padding-bottom: .5em;
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_way:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 100%;
  left: 10px;
  top: 0;
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 50% auto;
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_way.ic_shin:before {
  background-image: url(../images/home/ic_shin.png);
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_way.ic_don:before {
  background-image: url(../images/home/ic_don.png);
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_way.ic_car:before {
  background-image: url(../images/home/ic_car.png);
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_way.ic_walk:before {
  background-image: url(../images/home/ic_walk.png);
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_sta {
  padding: .75em 1em;
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_sta.sta {
  border: 1px solid #333;
}
.wrp_access .con_access .con_acc .box_acc ol > li .txt_sta.goal {
  background-color: #ce0235;
  color: #fff;
}
.wrp_access .con_access .con_acc:first-child {
  margin-top: 57px;
}

/* -----------------------------------------------------------
	.bn_ai
----------------------------------------------------------- */
.bn_ai {
  text-align: center;
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .bn_ai {
    margin: 10% auto;
  }
}
