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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro .txt, .con_intro .wrap, .con_route .st_md_jp_en, .con_route .box_info .wrap_info, .con_bus .wrap, .con_bus02 .wrap, .con_ssg .wrap, .box_bn {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro .txt, .con_intro .wrap, .con_route .st_md_jp_en, .con_route .box_info .wrap_info, .con_bus .wrap, .con_bus02 .wrap, .con_ssg .wrap, .box_bn {
    width: 95%;
  }
}

.con_intro .wrap:after, .con_route:after, .con_route .wrap:after, .con_route .wrap .box_sp_root .wrap_train:after, .con_route .box_info .wrap_info:after, .con_ssg .wrap:after, .con_ssg .wrap .box_ssg:after, .con_ssg .wrap .box_ssg .info .btn_inner:after {
  content: "";
  display: table;
  clear: both;
}

/* Font family */
/* Animation */
/* Animation */
/* センターリング
----------------------------------------------- */
/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title .box_bg {
  background: transparent url(../access/images/img_title.jpg) no-repeat left top;
}
@media only screen and (max-width: 767px) {
  .con_title .box_bg {
    background: transparent url(../access/images/img_title_sp.jpg) no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_bg span.en {
    text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.7), 0px 0px 14px rgba(255, 255, 255, 0.5), 0px 0px 30px rgba(255, 255, 255, 0.5);
  }
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map {
    margin-top: 50px;
  }
}
.con_map .st_md2 {
  margin-bottom: 25px;
}
.con_map #map {
  z-index: 1;
  height: 460px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_map #map {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map #map {
    height: 300px;
  }
}
.con_map #map iframe {
  width: 100%;
  height: 460px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map #map iframe {
    width: 100%;
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map #map iframe {
    width: 100%;
    height: 100%;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  background: #E0ECF4;
  padding: 15px 0 25px;
  margin-bottom: 50px;
}
.con_intro .txt {
  padding: 0 0 30px;
  text-align: right;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    text-align: left;
    font-size: .85em;
  }
}
.con_intro .wrap .box_img {
  float: left;
  width: 37%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .wrap .box_img {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrap .box_img {
    width: 100%;
    text-align: center;
  }
}
.con_intro .wrap .info01 {
  float: left;
  width: 25%;
  margin-left: 3%;
  padding-top: 10px;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .wrap .info01 {
    margin-top: 15px;
    width: 45%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrap .info01 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.con_intro .wrap .info01 .hotel {
  font-size: 1.3em;
  padding-bottom: 10px;
}
.con_intro .wrap .info01 .btn_blue {
  margin-top: 15px;
}
.con_intro .wrap .info02 {
  float: left;
  text-align: center;
  width: 32%;
  color: #000;
  margin-left: 2%;
  border-left: 1px solid #A58461;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .wrap .info02 {
    margin-top: 15px;
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .wrap .info02 {
    width: 100%;
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.con_intro .wrap .info02 .acc {
  padding: 15px 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_intro .wrap .info02 .acc {
    padding: 14px 0 4px;
  }
}
.con_intro .wrap .info02 .btn_ghost_gold {
  text-align: center;
}

/* -----------------------------------------------------------
.con_route
----------------------------------------------------------- */
.con_route {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_route {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_route {
    margin-bottom: 20px;
  }
}
.con_route .st_md4 {
  font-size: .8em;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_route .st_md4 {
    margin-top: 40px;
  }
}
.con_route .st_md_jp_en {
  text-align: center;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 1.9em;
  padding: 80px 0 55px;
}
@media only screen and (max-width: 767px) {
  .con_route .st_md_jp_en {
    padding: 40px 0 20px;
  }
}
.con_route .st_md_jp_en span {
  position: relative;
}
.con_route .st_md_jp_en span:before {
  content: '';
  width: 1160px;
  height: 23px;
  background: url(../access/images/tit_route.png);
  position: absolute;
  top: -30px;
  left: -484px;
}
@media only screen and (max-width: 767px) {
  .con_route .st_md_jp_en span:before {
    display: none;
  }
}
.con_route .st_md_jp_en span:after {
  content: '';
  width: 204px;
  height: 4px;
  background: url(../access/images/img_line.png);
  position: absolute;
  bottom: -10px;
  left: -8px;
}
@media only screen and (max-width: 767px) {
  .con_route .st_md_jp_en span:after {
    width: 100%;
    left: 0;
  }
}
.con_route .st_md_jp_en .tit_train:before {
  left: -474px;
}
.con_route .st_md_jp_en .tit_train:after {
  left: 3px;
}
@media only screen and (max-width: 767px) {
  .con_route .st_md_jp_en {
    margin-bottom: 15px;
  }
}
.con_route .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_route .wrap {
    padding: 0 2%;
  }
}
.con_route .wrap .box_route {
  margin-bottom: 5px;
  width: 49%;
  float: left;
  margin-left: 1%;
}
.con_route .wrap .box_route:first-child {
  margin-left: 0;
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  .con_route .wrap .box_route {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
    padding: 0 2%;
  }
}
.con_route .wrap .btn_point {
  background: #bbb;
  padding: 10px 0;
  text-align: center;
  color: #000;
  padding: 12px 0;
  font-size: 1.3em;
}
.con_route .wrap .btn_point a {
  color: #7da227;
  font-size: 122%;
  text-decoration: none;
}
.con_route .wrap .btn_point span {
  background: #7da227;
  padding: 5px 0;
  text-align: center;
  margin: 5px 20px;
  display: block;
  color: #000;
  font-size: 15px;
}
.con_route .wrap .box_sp_root {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_route .wrap .box_sp_root.last {
    margin-bottom: 0;
  }
}
.con_route .wrap .box_sp_root .root {
  padding: 20px 0;
  text-align: center;
  color: #000;
  position: relative;
  overflow: hidden;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .con_route .wrap .box_sp_root .root {
    font-size: 1em;
  }
}
.con_route .wrap .box_sp_root .root span {
  font-size: 1.2em;
}
.con_route .wrap .box_sp_root .root:before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  background: url(../access/images/ic_line.png) top left repeat-y !important;
}
.con_route .wrap .box_sp_root .root i {
  margin-right: 0.5em;
  font-size: large;
}
.con_route .wrap .box_sp_root .root02:before {
  height: 20px;
  width: 1px;
}
.con_route .wrap .box_sp_root .root02:after {
  content: ' ';
  position: absolute;
  height: 24px;
  width: 1px;
  left: 50%;
  bottom: 0;
  background: url(../access/images/ic_line.png) top left repeat-y !important;
}
.con_route .wrap .box_sp_root .root03 {
  width: 49%;
  float: left;
  margin-left: 1%;
}
.con_route .wrap .box_sp_root .root03:first-child {
  margin-left: 0;
  margin-right: 1%;
}
.con_route .wrap .box_sp_root .b_txt {
  color: #7E685A;
}
.con_route .wrap .box_sp_root .location {
  background: #eee;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #6E4F33;
  font-size: 1.3em;
  color: #786459;
}
.con_route .wrap .box_sp_root .l_pink {
  background: url(../access/images/bg_pink.jpg);
}
.con_route .wrap .box_sp_root .goal {
  text-align: center;
  color: #fff;
  background: #61A2E4;
  padding: 12px 0;
  font-size: 1.3em;
}
.con_route .wrap .box_sp_root .wrap_train .box_train {
  float: left;
  width: 49%;
  margin-left: 1%;
}
.con_route .wrap .box_sp_root .wrap_train .box_train:first-child {
  margin-left: 0;
  margin-right: 1%;
}
.con_route .box_txt {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_route .box_txt {
    text-align: left;
    padding-left: 2%;
  }
}
.con_route .box_info {
  background: url(../access/images/bg_car.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_route .box_info {
    margin-bottom: 0;
    background: url(../access/images/bg_car_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.con_route .box_info .wrap_info {
  padding: 30px 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_route .box_info .wrap_info {
    padding: 10px 0 30px;
  }
}
.con_route .box_info .wrap_info .inner_info {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_route .box_info .wrap_info .inner_info {
    width: 100%;
    padding-top: 20px;
  }
}
.con_route .box_info .wrap_info .inner_info .catch {
  color: #61a2e4;
  font-weight: bold;
  font-size: 1.45em;
  margin-bottom: 10px;
}
.con_route .box_info .wrap_info .inner_info .catch i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con_route .box_info .wrap_info .inner_info .catch {
    font-weight: normal;
  }
}
.con_route .box_info .wrap_info .inner_info:last-child {
  margin-left: 1%;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .con_route .box_info .wrap_info .inner_info:last-child {
    width: 100%;
    margin-left: 0;
  }
}

/* -----------------------------------------------------------
.con_bus
----------------------------------------------------------- */
.con_bus {
  background: #61A2E4;
  width: 100%;
}
.con_bus .wrap {
  background: url(../access/images/bg_bus.png) no-repeat;
  background-position: 60% 0;
  position: relative;
  padding: 35px 0 20px;
}
.con_bus .wrap:after {
  content: '';
  width: 274px;
  height: 115px;
  background: url(../access/images/img_bus.png);
  position: absolute;
  top: 10px;
  right: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .wrap:after {
    top: 40px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .wrap:after {
    display: none;
  }
}
.con_bus .wrap h3 {
  padding-bottom: 10px;
}
.con_bus .wrap h3 .tit01 {
  font-size: 1.5em;
  color: #fcfc88;
}
.con_bus .wrap h3 .tit02 {
  font-size: 2.2em;
  color: #fff;
}
.con_bus .wrap .txt {
  color: #fff;
  padding-bottom: 15px;
}
.con_bus .wrap .tbl_basic {
  border: 1px double #ccc;
  width: 100%;
}
.con_bus .wrap .tbl_basic tr {
  border-top: 1px solid #ccc;
}
.con_bus .wrap .tbl_basic tr th {
  background: #E0ECF4;
  font-size: 1.2em;
  padding: 12px 5% 12px 15px;
  border-left: 1px solid #ccc;
  font-size: 1em;
  font-weight: normal;
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .wrap .tbl_basic tr th {
    padding: 12px 7% 12px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .wrap .tbl_basic tr th {
    width: 100%;
    display: block;
    border-left: #fff;
    text-align: center;
    padding: 12px 0;
  }
}
.con_bus .wrap .tbl_basic tr th:before {
  height: 1px;
}
.con_bus .wrap .tbl_basic tr td {
  background: #fff;
  font-size: 1.2em;
  padding: 12px 6% 12px 1%;
  border-left: 1px solid #ccc;
  font-size: 1em;
  font-weight: normal;
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus .wrap .tbl_basic tr td {
    padding: 12px 4% 12px 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus .wrap .tbl_basic tr td {
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    border-left: 0 solid #fff;
    text-align: center;
    padding: 12px 0;
  }
}

/* -----------------------------------------------------------
.con_bus02
----------------------------------------------------------- */
.con_bus02 {
  background: url(../access/images/bg_bus.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0 150px;
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus02 {
    padding: 35px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus02 {
    background: url(../access/images/bg_bus_sp.jpg) no-repeat top center;
    background-size: cover;
    padding: 35px 0 260px;
    margin-bottom: 60px;
  }
}
.con_bus02 .wrap .box_bus02 {
  float: left;
  width: 33%;
}
.con_bus02 .wrap .box_bus02 .catch {
  color: #61a2e4;
  font-weight: bold;
  font-size: 1.45em;
  margin-bottom: 10px;
}
.con_bus02 .wrap .box_bus02 .catch i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con_bus02 .wrap .box_bus02 .catch {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus02 .wrap .box_bus02 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus02 .wrap .box_bus02 {
    width: 100%;
    padding-bottom: 15px;
  }
}
.con_bus02 .wrap .box_bus03 {
  float: left;
  width: 30%;
  margin-top: 20px;
}
.con_bus02 .wrap .box_bus03 .btn_blue {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_bus02 .wrap .box_bus03 .btn_blue {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus02 .wrap .box_bus03 {
    width: 40%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus02 .wrap .box_bus03 {
    width: 100%;
    margin-top: 0;
  }
}
.con_bus02 .wrap .box_bus04 {
  float: left;
  width: 30%;
  border-left: 1px solid #6c5336;
  padding: 10px 0 40px 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bus02 .wrap .box_bus04 {
    width: 100%;
    border: none;
    padding: 10px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus02 .wrap .box_bus04 {
    width: 100%;
    border: none;
    padding: 10px 0 0 0;
  }
}
.con_bus02 .wrap .box_bus04 .catch {
  color: #61a2e4;
  font-weight: bold;
  font-size: 1.45em;
  margin-bottom: 10px;
}
.con_bus02 .wrap .box_bus04 .catch i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con_bus02 .wrap .box_bus04 .catch {
    font-weight: normal;
  }
}

/* -----------------------------------------------------------
	.con_ssg
----------------------------------------------------------- */
.con_ssg {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ssg {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ssg {
    margin-bottom: 0;
  }
}
.con_ssg .con_map {
  margin: 30px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ssg .con_map {
    margin: 30px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ssg .con_map {
    margin: 30px 0 40px;
  }
}
.con_ssg .con_map #map_ssg {
  z-index: 1;
  height: 460px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_ssg .con_map #map_ssg {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ssg .con_map #map_ssg {
    height: 300px;
  }
}
.con_ssg .wrap .box_ssg {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
}
.con_ssg .wrap .box_ssg:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_ssg .wrap .box_ssg {
    width: 100%;
    margin-left: 0;
  }
}
.con_ssg .wrap .box_ssg .img {
  width: 35%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_ssg .wrap .box_ssg .img {
    width: 100%;
    margin-bottom: 5px;
  }
}
.con_ssg .wrap .box_ssg .info {
  float: left;
  width: 62%;
  margin-left: 3%;
}
@media only screen and (max-width: 1024px) {
  .con_ssg .wrap .box_ssg .info {
    width: 100%;
    margin-left: 0;
  }
}
.con_ssg .wrap .box_ssg .info .tit {
  font-size: 1.3em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  margin-bottom: 8px;
}
.con_ssg .wrap .box_ssg .info .txt {
  margin-bottom: 20px;
}
.con_ssg .wrap .box_ssg .info .btn_inner .btn_white, .con_ssg .wrap .box_ssg .info .btn_inner .btn_blue {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.con_ssg .wrap .box_ssg .info .btn_inner .btn_white:first-child, .con_ssg .wrap .box_ssg .info .btn_inner .btn_blue:first-child {
  margin-left: 0;
}
.con_ssg .wrap .box_ssg .info .btn_inner .btn_white span {
  position: relative;
  padding-right: 1em;
}
.con_ssg .wrap .box_ssg .info .btn_inner .btn_white span:after {
  content: '\f105';
  font-family: Fontawesome;
  right: 0;
  position: absolute;
  transition: 0.5s;
}

/* -----------------------------------------------------------
	.con_ssg
----------------------------------------------------------- */
.con_ssg_map .con_map_m #map_ssg {
  z-index: 1;
  height: 600px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_ssg_map .con_map_m #map_ssg {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ssg_map .con_map_m #map_ssg {
    height: 300px;
  }
}

#cboxLoadedContent {
  margin-bottom: 0;
}

.box_bn {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .box_bn {
    margin-bottom: 40px;
  }
}
