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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro .box_int, .con_intro .box_pnav ul, .con_access .box_int .wrp_int, .con_access .box_nav ul, .con_access .box_acc, .con_access .box_lnk, .con_sightseeing .box_int .txt, .con_sightseeing #obj_tab, .con_sightseeing #obj_panel {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .con_intro .box_int, .con_intro .box_pnav ul, .con_access .box_int .wrp_int, .con_access .box_nav ul, .con_access .box_acc, .con_access .box_lnk, .con_sightseeing .box_int .txt, .con_sightseeing #obj_tab, .con_sightseeing #obj_panel {
    width: 95%;
  }
}

.con_access .box_int .wrp_int:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	animation
----------------------------------------------------------- */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1201px) {
  html.lower #contents .con_title h2 > span em img {
    margin-top: 9em;
  }
}
@media print {
  html.lower #contents .con_title h2 > span em img {
    margin-top: 9em;
  }
}
.ie8 html.lower #contents .con_title h2 > span em img {
  margin-top: 9em;
}
@media only screen and (max-width: 1200px) {
  html.lower #contents .con_title h2 > span em span {
    text-shadow: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html.lower #contents .con_title h2 > span em span {
    text-align: left;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title h2 > span em span br {
    display: none;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_intro:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 38.64583%;
    height: 290px;
    background: url(../contact/images/dec_int1.png) no-repeat left top;
    background-size: 100% auto !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .con_intro:before {
    top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .ie8 .con_intro:before {
    top: -40px;
  }
}
@media print {
  .con_intro:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 38.64583%;
    height: 290px;
    background: url(../contact/images/dec_int1.png) no-repeat left top;
    background-size: 100% auto !important;
  }
}
@media print {
  .con_intro:before {
    top: -40px;
  }
}
@media print {
  .ie8 .con_intro:before {
    top: -40px;
  }
}
.ie8 .con_intro:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 38.64583%;
  height: 290px;
  background: url(../contact/images/dec_int1.png) no-repeat left top;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 768px) {
  .ie8 .con_intro:before {
    top: -40px;
  }
}
@media print {
  .ie8 .con_intro:before {
    top: -40px;
  }
}
.ie8 .ie8 .con_intro:before {
  top: -40px;
}
.con_intro .box_int {
  padding: 80px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_int {
    padding: 65px 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int {
    padding: 2em 0;
  }
}
.con_intro .box_int h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_int h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int h3 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int h3 img {
    width: 87.32394%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .txt {
    text-align: center;
    line-height: 2.71;
  }
}
@media print {
  .con_intro .box_int .txt {
    text-align: center;
    line-height: 2.71;
  }
}
.ie8 .con_intro .box_int .txt {
  text-align: center;
  line-height: 2.71;
}
@media only screen and (min-width: 1201px) {
  .con_intro .box_int .txt {
    font-size: 108%;
  }
}
@media print {
  .con_intro .box_int .txt {
    font-size: 108%;
  }
}
.ie8 .con_intro .box_int .txt {
  font-size: 108%;
}
.con_intro .box_pnav {
  position: relative;
  padding: 65px 0 0;
  background: url(../images/common/bg2.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_pnav {
    padding: 45px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav {
    padding: 2.5em 0 2em;
  }
}
.con_intro .box_pnav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/common/bd1.png) repeat-x left top;
}
.con_intro .box_pnav ul {
  position: relative;
  letter-spacing: -.4em;
  text-align: center;
}
.con_intro .box_pnav ul:before {
  content: '';
  position: absolute;
  left: 21.08333%;
  bottom: 0;
  width: 14.58333%;
  height: 255px;
  background: url(../images/common/dec_pnav1.png) no-repeat left bottom;
  background-size: 100% auto !important;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul:before {
    left: 1.66667%;
    bottom: -2em;
  }
}
.con_intro .box_pnav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 180px;
  margin: 0 0 0 1.66667%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul li {
    margin: 0.5em 0 0 2%;
  }
}
.con_intro .box_pnav ul li:first-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_pnav ul li {
    width: 23.5%;
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul li {
    width: 49%;
  }
  .con_intro .box_pnav ul li:nth-child(odd) {
    margin-left: 0;
  }
  .con_intro .box_pnav ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.con_intro .box_pnav ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_pnav ul li a:before, .con_intro .box_pnav ul li a:after {
    content: '';
  }
}
@media print {
  .con_intro .box_pnav ul li a:before, .con_intro .box_pnav ul li a:after {
    content: '';
  }
}
.ie8 .con_intro .box_pnav ul li a:before, .ie8 .con_intro .box_pnav ul li a:after {
  content: '';
}
.con_intro .box_pnav ul li a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 27px;
  background: #9f123a;
  margin: auto;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.con_intro .box_pnav ul li a:after {
  display: block;
  width: 3px;
  height: 3px;
  margin: 15px auto 27px;
  background: #9f123a;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 1201px) {
  .con_intro .box_pnav ul li a {
    font-size: 124%;
  }
}
@media print {
  .con_intro .box_pnav ul li a {
    font-size: 124%;
  }
}
.ie8 .con_intro .box_pnav ul li a {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_pnav ul li a {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul li a {
    font-size: 93%;
    letter-spacing: -.4em;
  }
}
.con_intro .box_pnav ul li a > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_intro .box_pnav ul li a .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul li a .img {
    width: 33%;
  }
}
.con_intro .box_pnav ul li a .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #9f123a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.con_intro .box_pnav ul li a .txt {
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_pnav ul li a .txt {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul li a .txt {
    margin: 0 0 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_pnav ul li a .txt {
    width: 60%;
    text-align: left;
  }
  .con_intro .box_pnav ul li a .txt:before, .con_intro .box_pnav ul li a .txt:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_intro .box_pnav ul li a .txt > * {
    vertical-align: middle;
    display: inline;
  }
  .con_intro .box_pnav ul li a .txt:after {
    content: "";
    margin-left: .5em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
  }
}
.con_intro .box_pnav ul li a:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.con_intro .box_pnav ul li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_intro .box_pnav ul li a:hover .img:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  overflow: hidden;
  padding: 100px 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access {
    padding: 75px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding: 2em 0 2.5em;
  }
}
.con_access h3 {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access h3 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access h3 {
    padding-bottom: 0.5em;
  }
}
.con_access > h3 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_access > h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 130px;
    height: 151px;
    margin-left: -196px;
    background: url(../access/images/dec_acc1.png) no-repeat left bottom;
    background-size: 100% auto !important;
  }
}
@media print {
  .con_access > h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 130px;
    height: 151px;
    margin-left: -196px;
    background: url(../access/images/dec_acc1.png) no-repeat left bottom;
    background-size: 100% auto !important;
  }
}
.ie8 .con_access > h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 130px;
  height: 151px;
  margin-left: -196px;
  background: url(../access/images/dec_acc1.png) no-repeat left bottom;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access > h3:after {
    width: 6.77083%;
    margin-left: -10.20833%;
  }
}
@media only screen and (min-width: 1201px) {
  .con_access .box_int #map {
    width: 100%;
    height: 540px;
  }
}
@media print {
  .con_access .box_int #map {
    width: 100%;
    height: 540px;
  }
}
.ie8 .con_access .box_int #map {
  width: 100%;
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int #map {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_int #map {
    position: relative;
  }
}
@media print {
  .con_access .box_int #map {
    position: relative;
  }
}
.ie8 .con_access .box_int #map {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_access .box_int #map {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int #map iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.con_access .box_int .wrp_int {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int .wrp_int {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_int .wrp_int .wrp_txt {
    float: left;
    width: 50%;
    letter-spacing: -.4em;
  }
}
@media print {
  .con_access .box_int .wrp_int .wrp_txt {
    float: left;
    width: 50%;
    letter-spacing: -.4em;
  }
}
.ie8 .con_access .box_int .wrp_int .wrp_txt {
  float: left;
  width: 50%;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .img {
    text-align: center;
  }
}
.con_access .box_int .wrp_int .wrp_txt .inner {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int .wrp_int .wrp_txt .inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .inner {
    margin-top: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_int .wrp_int .wrp_txt .inner > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media print {
  .con_access .box_int .wrp_int .wrp_txt .inner > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
.ie8 .con_access .box_int .wrp_int .wrp_txt .inner > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .con_access .box_int .wrp_int .wrp_txt .inner .logo {
    width: 33.66667%;
  }
}
.con_access .box_int .wrp_int .wrp_txt .inner address {
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int .wrp_int .wrp_txt .inner address {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .inner address {
    margin: 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_int .wrp_int .wrp_txt .inner address {
    line-height: 1.71;
  }
}
@media print {
  .con_access .box_int .wrp_int .wrp_txt .inner address {
    line-height: 1.71;
  }
}
.ie8 .con_access .box_int .wrp_int .wrp_txt .inner address {
  line-height: 1.71;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_int .wrp_int .wrp_txt .inner address {
    font-size: 108%;
  }
}
@media print {
  .con_access .box_int .wrp_int .wrp_txt .inner address {
    font-size: 108%;
  }
}
.ie8 .con_access .box_int .wrp_int .wrp_txt .inner address {
  font-size: 108%;
}
.con_access .box_int .wrp_int .wrp_txt .btn {
  margin: auto;
  width: 300px;
  margin: 30px 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .btn {
    width: 100%;
  }
}
.con_access .box_int .wrp_int .wrp_txt .btn a, .con_access .box_int .wrp_int .wrp_txt .btn span {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 13px 1em;
  border: 2px solid transparent;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #9f123a;
  font-size: 124%;
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .btn a, .con_access .box_int .wrp_int .wrp_txt .btn span {
    padding: 1em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .btn a, .con_access .box_int .wrp_int .wrp_txt .btn span {
    font-size: 93%;
    letter-spacing: .05em;
  }
}
.con_access .box_int .wrp_int .wrp_txt .btn a:after, .con_access .box_int .wrp_int .wrp_txt .btn span:after {
  content: '→';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .btn a:after, .con_access .box_int .wrp_int .wrp_txt .btn span:after {
    font-size: 93%;
  }
}
.con_access .box_int .wrp_int .wrp_txt .btn a:hover, .con_access .box_int .wrp_int .wrp_txt .btn span:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_access .box_int .wrp_int .wrp_txt .btn a:hover:after, .con_access .box_int .wrp_int .wrp_txt .btn span:hover:after {
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int .wrp_int .wrp_txt .btn {
    margin: 1em 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_txt .btn {
    margin: 0.5em 0 0 !important;
  }
}
.con_access .box_int .wrp_int .wrp_txt .btn a, .con_access .box_int .wrp_int .wrp_txt .btn span {
  border: 1px solid #9f123a;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int .wrp_int .wrp_txt .btn a, .con_access .box_int .wrp_int .wrp_txt .btn span {
    font-size: 108%;
  }
}
.con_access .box_int .wrp_int .wrp_txt .btn a:hover, .con_access .box_int .wrp_int .wrp_txt .btn span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #9f123a;
  color: #fff;
}
.con_access .box_int .wrp_int .wrp_img {
  position: relative;
  z-index: 1;
  float: right;
  width: 44.83333%;
  margin-top: -115px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_int .wrp_int .wrp_img {
    margin-top: -5.41667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_int .wrp_int .wrp_img {
    margin-top: 0;
  }
}
.con_access .box_nav {
  padding: 40px 0;
  margin-top: 100px;
  background: url(../images/common/bg2.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav {
    margin-top: 2em;
  }
}
.con_access .box_nav ul {
  letter-spacing: -.4em;
  text-align: center;
}
.con_access .box_nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 20%;
  margin: 0 0 0 1.66667%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav ul li {
    margin: 0 0 0 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav ul li {
    margin: 0.5em 0 0 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_nav ul li:first-child {
    margin-left: 0;
  }
}
@media print {
  .con_access .box_nav ul li:first-child {
    margin-left: 0;
  }
}
.ie8 .con_access .box_nav ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav ul li {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav ul li {
    width: 49%;
  }
  .con_access .box_nav ul li:nth-child(odd) {
    margin-left: 0;
  }
  .con_access .box_nav ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.con_access .box_nav ul li a {
  display: block;
  padding: 13px 0.5em 7px;
  border: 1px solid #313131;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: color 300ms ease, border 300ms ease, background 300ms ease;
  transition: color 300ms ease, border 300ms ease, background 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav ul li a {
    padding: 0.8em 0.3em;
  }
}
.con_access .box_nav ul li a:before, .con_access .box_nav ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_access .box_nav ul li a > * {
  vertical-align: middle;
  display: inline;
}
.con_access .box_nav ul li a:after {
  content: "";
  margin-left: .5em;
  display: block;
  line-height: 1;
  margin-left: 0;
}
.con_access .box_nav ul li a span {
  position: relative;
}
.con_access .box_nav ul li a span:before, .con_access .box_nav ul li a span:after {
  width: 27px;
  height: 27px;
  background-size: cover !important;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav ul li a span:before, .con_access .box_nav ul li a span:after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav ul li a span:before, .con_access .box_nav ul li a span:after {
    width: 1.2em;
    height: 1.2em;
  }
}
.con_access .box_nav ul li a span:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url(../access/images/ic_train.png) no-repeat left top;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav ul li a span:before {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav ul li a span:before {
    margin-right: 0.5em;
  }
}
.con_access .box_nav ul li a span:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../access/images/ic_train_h.png) no-repeat left top;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_access .box_nav ul li a span:after {
    top: 2px;
  }
}
@media only screen and (min-width: 1201px) {
  .con_access .box_nav ul li a {
    font-size: 124%;
  }
}
@media print {
  .con_access .box_nav ul li a {
    font-size: 124%;
  }
}
.ie8 .con_access .box_nav ul li a {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_nav ul li a {
    font-size: 108%;
  }
}
.con_access .box_nav ul li a:hover {
  color: #fff;
  border-color: #9f123a;
  background: #9f123a;
}
.con_access .box_nav ul li a:hover span:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_access .box_nav ul li a:hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_access .box_nav ul li:first-child + li a span:before {
  background: url(../access/images/ic_air.png) no-repeat left top;
}
.con_access .box_nav ul li:first-child + li a span:after {
  background: url(../access/images/ic_air_h.png) no-repeat left top;
}
.con_access .box_nav ul li:first-child + li + li a span:before {
  background: url(../access/images/ic_car.png) no-repeat left top;
}
.con_access .box_nav ul li:first-child + li + li a span:after {
  background: url(../access/images/ic_car_h.png) no-repeat left top;
}
.con_access .box_nav ul li:first-child + li + li + li a span:before {
  background: url(../access/images/ic_bus.png) no-repeat left top;
}
.con_access .box_nav ul li:first-child + li + li + li a span:after {
  background: url(../access/images/ic_bus_h.png) no-repeat left top;
}
.con_access .box_acc {
  padding-top: 100px;
  border-top: 1px solid #dbd6d6;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc {
    margin-top: 2em;
  }
}
.con_access .box_acc h4 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 185%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc h4 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc h4 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc h4 {
    font-size: 124%;
  }
}
.con_access .box_acc h4:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border: 7px solid #5f2238;
  margin: 0 auto 15px;
  background: #5f2238 url(../access/images/ic_train_h.png) no-repeat left top;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc h4:before {
    margin: 0 auto 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc h4:before {
    width: 1.2em;
    height: 1.2em;
  }
}
.con_access .box_acc .wrp_acc {
  margin-bottom: .5em;
}
.con_access .box_acc .wrp_acc .st {
  position: relative;
  padding: .8em .5em;
  background: #62483c;
  text-align: center;
  color: #fff;
}
.con_access .box_acc .wrp_acc .st:before, .con_access .box_acc .wrp_acc .st:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_access .box_acc .wrp_acc .st > * {
  vertical-align: middle;
  display: inline;
}
.con_access .box_acc .wrp_acc .st:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.con_access .box_acc .wrp_acc .st.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.con_access .box_acc .wrp_acc ul {
  display: none;
}
.con_access .box_acc .wrp_acc ul li {
  padding: .8em .5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.con_access .box_acc .wrp_acc ul li:nth-child(odd) {
  position: relative;
  overflow: hidden;
  padding-left: 1.5em;
}
.con_access .box_acc .wrp_acc ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  left: .8em;
  top: 0;
  height: 100%;
  border-left: 2px solid #dbd6c4;
}
.con_access .box_acc .wrp_acc ul li:nth-child(odd) > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.con_access .box_acc .wrp_acc ul li:nth-child(odd) div {
  overflow: hidden;
  width: 100%;
}
.con_access .box_acc .wrp_acc ul li:nth-child(odd) span {
  float: left;
}
.con_access .box_acc .wrp_acc ul li:nth-child(odd) em {
  float: right;
}
.con_access .box_acc .wrp_acc ul li:nth-child(even) {
  border: 1px solid #dbd6c4;
  background: #f5f4ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.con_access .box_acc .wrp_acc ul li:last-child {
  border: none;
  background: #5f2238;
  text-align: center;
  color: #fff;
}
.con_access .box_acc .img {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .con_access .box_acc .img {
    margin-top: 1em;
  }
}
.con_access .box_acc .img .lnk a:before, .con_access .box_acc .img .lnk a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_access .box_acc .img .lnk a > * {
  vertical-align: middle;
  display: inline;
}
.con_access .box_acc .img .lnk a:before {
  content: "";
  margin-right: .5em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: .2em .5em;
  background: #9f123a;
  color: #fff;
  line-height: 1;
}
.con_access .box_acc .wrp_detail {
  margin-top: 60px;
  background: #fcf6f6;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail {
    margin-top: 1.5em;
  }
}
.con_access .box_acc .wrp_detail .detail {
  max-width: 1040px;
  padding: 25px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail {
    padding: 0.8em;
  }
}
.con_access .box_acc .wrp_detail .detail h5 {
  padding-bottom: 15px;
  border-bottom: 1px solid #dbd6d6;
  margin-bottom: 15px;
  font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail h5 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail h5 {
    padding-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail h5 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail h5 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail h5 {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail h5 {
    font-size: 108%;
  }
}
.con_access .box_acc .wrp_detail .detail h5:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 1px;
  margin-right: .5em;
  background: #9f123a;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc .wrp_detail .detail .txt {
    font-size: 108%;
  }
}
@media print {
  .con_access .box_acc .wrp_detail .detail .txt {
    font-size: 108%;
  }
}
.ie8 .con_access .box_acc .wrp_detail .detail .txt {
  font-size: 108%;
}
.con_access .box_acc .wrp_detail .detail ul {
  margin-top: 25px;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail ul {
    margin-top: 1em;
  }
}
.con_access .box_acc .wrp_detail .detail ul li {
  margin: auto;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 23.55769%;
  margin: 0 0 0 1.66667% !important;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail ul li {
    width: 100%;
  }
}
.con_access .box_acc .wrp_detail .detail ul li a, .con_access .box_acc .wrp_detail .detail ul li span {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 13px 1em;
  border: 2px solid transparent;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #9f123a;
  font-size: 124%;
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail ul li a, .con_access .box_acc .wrp_detail .detail ul li span {
    padding: 1em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail ul li a, .con_access .box_acc .wrp_detail .detail ul li span {
    font-size: 93%;
    letter-spacing: .05em;
  }
}
.con_access .box_acc .wrp_detail .detail ul li a:after, .con_access .box_acc .wrp_detail .detail ul li span:after {
  content: '→';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail ul li a:after, .con_access .box_acc .wrp_detail .detail ul li span:after {
    font-size: 93%;
  }
}
.con_access .box_acc .wrp_detail .detail ul li a:hover, .con_access .box_acc .wrp_detail .detail ul li span:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_access .box_acc .wrp_detail .detail ul li a:hover:after, .con_access .box_acc .wrp_detail .detail ul li span:hover:after {
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail ul li {
    margin: 0 0 0 1% !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc .wrp_detail .detail ul li {
    margin: 0.5em 0 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc .wrp_detail .detail ul li:first-child {
    margin-left: 0 !important;
  }
}
@media print {
  .con_access .box_acc .wrp_detail .detail ul li:first-child {
    margin-left: 0 !important;
  }
}
.ie8 .con_access .box_acc .wrp_detail .detail ul li:first-child {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail ul li {
    width: 24%;
  }
}
.con_access .box_acc .wrp_detail .detail ul li a, .con_access .box_acc .wrp_detail .detail ul li span {
  border: 1px solid #9f123a;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc .wrp_detail .detail ul li a, .con_access .box_acc .wrp_detail .detail ul li span {
    font-size: 100%;
  }
}
.con_access .box_acc .wrp_detail .detail ul li a:hover, .con_access .box_acc .wrp_detail .detail ul li span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #9f123a;
  color: #fff;
}
.con_access .box_acc.train {
  position: relative;
  margin-top: 0;
  border-top: none;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.train:before, .con_access .box_acc.train:after {
    content: '';
    position: absolute;
    left: 50%;
  }
  .con_access .box_acc.train:before {
    width: 273px;
    height: 263px;
    top: 185px;
    margin-left: -960px;
    background: url(../access/images/dec_acc2.png) no-repeat left top;
  }
  .con_access .box_acc.train:after {
    width: 348px;
    height: 265px;
    top: 17px;
    margin-left: 612px;
    background: url(../access/images/dec_acc3.png) no-repeat left top;
  }
}
@media print {
  .con_access .box_acc.train:before, .con_access .box_acc.train:after {
    content: '';
    position: absolute;
    left: 50%;
  }
  .con_access .box_acc.train:before {
    width: 273px;
    height: 263px;
    top: 185px;
    margin-left: -960px;
    background: url(../access/images/dec_acc2.png) no-repeat left top;
  }
  .con_access .box_acc.train:after {
    width: 348px;
    height: 265px;
    top: 17px;
    margin-left: 612px;
    background: url(../access/images/dec_acc3.png) no-repeat left top;
  }
}
.ie8 .con_access .box_acc.train:before, .ie8 .con_access .box_acc.train:after {
  content: '';
  position: absolute;
  left: 50%;
}
.ie8 .con_access .box_acc.train:before {
  width: 273px;
  height: 263px;
  top: 185px;
  margin-left: -960px;
  background: url(../access/images/dec_acc2.png) no-repeat left top;
}
.ie8 .con_access .box_acc.train:after {
  width: 348px;
  height: 265px;
  top: 17px;
  margin-left: 612px;
  background: url(../access/images/dec_acc3.png) no-repeat left top;
}
.con_access .box_acc.train .img {
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.train .img .lnk {
    position: absolute;
    left: 834px;
    bottom: 30px;
  }
}
@media print {
  .con_access .box_acc.train .img .lnk {
    position: absolute;
    left: 834px;
    bottom: 30px;
  }
}
.ie8 .con_access .box_acc.train .img .lnk {
  position: absolute;
  left: 834px;
  bottom: 30px;
}
.con_access .box_acc.train .wrp_detail {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.train .wrp_detail {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.train .wrp_detail {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.train .wrp_detail .detail ul li {
    width: 23%;
  }
  .con_access .box_acc.train .wrp_detail .detail ul li:last-child {
    width: 27%;
  }
}
.con_access .box_acc.air h4:before {
  background: #5f2238 url(../access/images/ic_air_h.png) no-repeat left top;
}
.con_access .box_acc.air .img {
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.air .img .lnk {
    position: absolute;
    left: 835px;
    bottom: 80px;
  }
}
@media print {
  .con_access .box_acc.air .img .lnk {
    position: absolute;
    left: 835px;
    bottom: 80px;
  }
}
.ie8 .con_access .box_acc.air .img .lnk {
  position: absolute;
  left: 835px;
  bottom: 80px;
}
.con_access .box_acc.air .wrp_detail {
  background: none;
  max-width: 1180px;
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.air .wrp_detail {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.air .wrp_detail {
    margin: 1.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.air .wrp_detail {
    letter-spacing: -.4em;
  }
}
@media print {
  .con_access .box_acc.air .wrp_detail {
    letter-spacing: -.4em;
  }
}
.ie8 .con_access .box_acc.air .wrp_detail {
  letter-spacing: -.4em;
}
.con_access .box_acc.air .wrp_detail .detail {
  background: #fcf6f6;
  padding: 20px;
  margin: 0 0 0 1.69492%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.air .wrp_detail .detail {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.air .wrp_detail .detail {
    padding: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.air .wrp_detail .detail {
    margin: 0 0 0 1.69492%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.air .wrp_detail .detail {
    margin: 1.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.air .wrp_detail .detail {
    width: 48.30508%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media print {
  .con_access .box_acc.air .wrp_detail .detail {
    width: 48.30508%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
.ie8 .con_access .box_acc.air .wrp_detail .detail {
  width: 48.30508%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
.con_access .box_acc.air .wrp_detail .detail:first-child {
  margin: 0;
}
.con_access .box_acc.air .wrp_detail .detail h5 span {
  font-size: 77%;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.air .wrp_detail .detail ul li {
    width: 46.22642%;
  }
}
@media print {
  .con_access .box_acc.air .wrp_detail .detail ul li {
    width: 46.22642%;
  }
}
.ie8 .con_access .box_acc.air .wrp_detail .detail ul li {
  width: 46.22642%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.air .wrp_detail .detail ul li {
    width: 100% !important;
    margin: .5em 0 0 0 !important;
  }
}
.con_access .box_acc.air .wrp_detail .detail ul:nth-of-type(n+2) {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.air .wrp_detail .detail ul:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.air .wrp_detail .detail ul:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.con_access .box_acc.air .wrp_detail .detail table {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.air .wrp_detail .detail table {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.air .wrp_detail .detail table {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.air .wrp_detail .detail table tr th {
    width: 100px;
    vertical-align: top;
  }
}
@media print {
  .con_access .box_acc.air .wrp_detail .detail table tr th {
    width: 100px;
    vertical-align: top;
  }
}
.ie8 .con_access .box_acc.air .wrp_detail .detail table tr th {
  width: 100px;
  vertical-align: top;
}
.con_access .box_acc.car h4:before {
  background: #5f2238 url(../access/images/ic_car_h.png) no-repeat left top;
}
.con_access .box_acc.car .wrp_detail {
  background: none;
  max-width: 1180px;
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.car .wrp_detail {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.car .wrp_detail {
    margin: 1.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.car .wrp_detail {
    letter-spacing: -.4em;
  }
}
@media print {
  .con_access .box_acc.car .wrp_detail {
    letter-spacing: -.4em;
  }
}
.ie8 .con_access .box_acc.car .wrp_detail {
  letter-spacing: -.4em;
}
.con_access .box_acc.car .wrp_detail .detail {
  background: #fcf6f6;
  padding: 20px;
  margin: 0 0 0 1.69492%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.car .wrp_detail .detail {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.car .wrp_detail .detail {
    padding: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.car .wrp_detail .detail {
    margin: 0 0 0 1.69492%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.car .wrp_detail .detail {
    margin: 1.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.car .wrp_detail .detail {
    width: 48.30508%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media print {
  .con_access .box_acc.car .wrp_detail .detail {
    width: 48.30508%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}
.ie8 .con_access .box_acc.car .wrp_detail .detail {
  width: 48.30508%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
.con_access .box_acc.car .wrp_detail .detail:first-child {
  margin: 0;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.car .wrp_detail .detail ul li {
    width: 46.22642%;
  }
}
@media print {
  .con_access .box_acc.car .wrp_detail .detail ul li {
    width: 46.22642%;
  }
}
.ie8 .con_access .box_acc.car .wrp_detail .detail ul li {
  width: 46.22642%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.car .wrp_detail .detail ul li {
    width: 100% !important;
    margin: .5em 0 0 0 !important;
  }
}
.con_access .box_acc.car .wrp_detail .detail table {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.car .wrp_detail .detail table {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.car .wrp_detail .detail table {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.car .wrp_detail .detail table tr th {
    width: 100px;
    vertical-align: top;
  }
}
@media print {
  .con_access .box_acc.car .wrp_detail .detail table tr th {
    width: 100px;
    vertical-align: top;
  }
}
.ie8 .con_access .box_acc.car .wrp_detail .detail table tr th {
  width: 100px;
  vertical-align: top;
}
.con_access .box_acc.bus h4:before {
  background: #5f2238 url(../access/images/ic_bus_h.png) no-repeat left top;
}
.con_access .box_acc.bus .inner {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .inner {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .inner {
    margin-top: 1.5em;
  }
}
.con_access .box_acc.bus .inner h5 {
  margin-bottom: 15px;
  font-size: 139%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .inner h5 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .inner h5 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .inner h5 {
    font-size: 108%;
  }
}
.con_access .box_acc.bus .inner h5:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 1px;
  margin-right: .5em;
  background: #9f123a;
}
.con_access .box_acc.bus .inner h5 span {
  color: #9f123a;
  font-size: 78%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .inner h5 span {
    font-size: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .inner h5 span {
    display: block;
    font-size: 86%;
  }
}
.con_access .box_acc.bus .inner .img {
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.bus .inner .img .lnk {
    position: absolute;
    left: 684px;
    bottom: 0;
  }
}
@media print {
  .con_access .box_acc.bus .inner .img .lnk {
    position: absolute;
    left: 684px;
    bottom: 0;
  }
}
.ie8 .con_access .box_acc.bus .inner .img .lnk {
  position: absolute;
  left: 684px;
  bottom: 0;
}
.con_access .box_acc.bus .wrp_oth {
  max-width: 1200px;
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .wrp_oth {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .wrp_oth {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.bus .wrp_oth .txt {
    text-align: center;
    line-height: 1.71;
  }
}
@media print {
  .con_access .box_acc.bus .wrp_oth .txt {
    text-align: center;
    line-height: 1.71;
  }
}
.ie8 .con_access .box_acc.bus .wrp_oth .txt {
  text-align: center;
  line-height: 1.71;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.bus .wrp_oth .txt {
    font-size: 108%;
  }
}
@media print {
  .con_access .box_acc.bus .wrp_oth .txt {
    font-size: 108%;
  }
}
.ie8 .con_access .box_acc.bus .wrp_oth .txt {
  font-size: 108%;
}
.con_access .box_acc.bus .wrp_oth ul {
  padding: 30px 1em;
  border: 1px solid #dbd6c4;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .wrp_oth ul {
    padding: 25px 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .wrp_oth ul {
    padding: 0.8em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .wrp_oth ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .wrp_oth ul {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.bus .wrp_oth ul {
    letter-spacing: -.4em;
    text-align: center;
  }
}
@media print {
  .con_access .box_acc.bus .wrp_oth ul {
    letter-spacing: -.4em;
    text-align: center;
  }
}
.ie8 .con_access .box_acc.bus .wrp_oth ul {
  letter-spacing: -.4em;
  text-align: center;
}
.con_access .box_acc.bus .wrp_oth ul li {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .wrp_oth ul li {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_acc.bus .wrp_oth ul li {
    margin: 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_acc.bus .wrp_oth ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}
@media print {
  .con_access .box_acc.bus .wrp_oth ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}
.ie8 .con_access .box_acc.bus .wrp_oth ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
}
.con_access .box_acc.bus .wrp_oth ul li:first-child {
  margin: 0;
}
@media only screen and (min-width: 1201px) {
  .con_access .box_acc.bus .wrp_oth ul li a {
    font-size: 124%;
  }
}
@media print {
  .con_access .box_acc.bus .wrp_oth ul li a {
    font-size: 124%;
  }
}
.ie8 .con_access .box_acc.bus .wrp_oth ul li a {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_acc.bus .wrp_oth ul li a {
    font-size: 108%;
  }
}
.con_access .box_acc.bus .wrp_oth ul li a:before {
  content: '●';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin-right: .5em;
  color: #9f123a;
  font-size: 75%;
}
.con_access .box_lnk {
  max-width: 1000px;
  margin: 150px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_lnk {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_lnk {
    margin: 2.5em auto 0;
  }
}
.con_access .box_lnk table tr th {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .con_access .box_lnk table tr th {
    text-align: left;
  }
}
@media print {
  .con_access .box_lnk table tr th {
    text-align: left;
  }
}
.ie8 .con_access .box_lnk table tr th {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_access .box_lnk table tr th {
    width: 280px;
  }
}

/* -----------------------------------------------------------
	.con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    padding-bottom: 2.5em;
  }
}
.con_sightseeing .box_int {
  position: relative;
  padding: 130px 0 45px;
  background: url(../images/common/bg2.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing .box_int {
    padding: 70px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_int {
    padding: 2em 0 1.5em;
  }
}
.con_sightseeing .box_int:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background: url(../rooms/images/hr_roo1_t.png) no-repeat center top;
  background-size: 100% auto !important;
}
.con_sightseeing .box_int h3 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing .box_int h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_int h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_sightseeing .box_int .txt {
    text-align: center;
    line-height: 2.92;
  }
}
@media print {
  .con_sightseeing .box_int .txt {
    text-align: center;
    line-height: 2.92;
  }
}
.ie8 .con_sightseeing .box_int .txt {
  text-align: center;
  line-height: 2.92;
}
.con_sightseeing #map_sig {
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .con_sightseeing #map_sig {
    width: 100%;
    height: 550px;
  }
}
@media print {
  .con_sightseeing #map_sig {
    width: 100%;
    height: 550px;
  }
}
.ie8 .con_sightseeing #map_sig {
  width: 100%;
  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #map_sig {
    width: 100%;
    padding-bottom: 45.83333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #map_sig {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #map_sig iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.con_sightseeing #map_sig:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: url(../images/common/bd1.png) left top;
}
.con_sightseeing #obj_tab {
  letter-spacing: -.4em;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab {
    margin-bottom: 1em;
  }
}
.con_sightseeing #obj_tab li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 20%;
  margin: 0 0 0 0.83333%;
  padding: 13px 0.5em 7px;
  border: 1px solid #313131;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: color 300ms ease, border 300ms ease, background 300ms ease;
  transition: color 300ms ease, border 300ms ease, background 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab li {
    margin: 0 0 0 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab li {
    margin: 0.5em 0 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab li {
    padding: 0.8em 0.3em 0.5em;
  }
}
.con_sightseeing #obj_tab li:before, .con_sightseeing #obj_tab li:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_sightseeing #obj_tab li > * {
  vertical-align: middle;
  display: inline;
}
.con_sightseeing #obj_tab li:after {
  content: "";
  margin-left: .5em;
  display: block;
  line-height: 1;
  margin-left: 0;
}
.con_sightseeing #obj_tab li:first-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab li {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab li {
    width: 49%;
  }
  .con_sightseeing #obj_tab li:nth-child(odd) {
    margin-left: 0;
  }
  .con_sightseeing #obj_tab li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.con_sightseeing #obj_tab li span {
  position: relative;
}
.con_sightseeing #obj_tab li span:before, .con_sightseeing #obj_tab li span:after {
  width: 27px;
  height: 27px;
  background-size: cover !important;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab li span:before, .con_sightseeing #obj_tab li span:after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab li span:before, .con_sightseeing #obj_tab li span:after {
    width: 1.2em;
    height: 1.2em;
  }
}
.con_sightseeing #obj_tab li span:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url(../access/images/ic_tab1.png) no-repeat left top;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab li span:before {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab li span:before {
    margin-right: 0.5em;
  }
}
.con_sightseeing #obj_tab li span:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../access/images/ic_tab1_h.png) no-repeat left top;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_tab li span:after {
    top: 2px;
  }
}
@media only screen and (min-width: 1201px) {
  .con_sightseeing #obj_tab li span {
    font-size: 124%;
  }
}
@media print {
  .con_sightseeing #obj_tab li span {
    font-size: 124%;
  }
}
.ie8 .con_sightseeing #obj_tab li span {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_tab li span {
    font-size: 108%;
  }
}
.con_sightseeing #obj_tab li:hover, .con_sightseeing #obj_tab li.active {
  cursor: pointer;
  color: #fff;
  border-color: transparent;
  background: #9f123a;
}
.con_sightseeing #obj_tab li:hover span:before, .con_sightseeing #obj_tab li.active span:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_sightseeing #obj_tab li:hover span:after, .con_sightseeing #obj_tab li.active span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_sightseeing #obj_tab li:first-child + li:hover, .con_sightseeing #obj_tab li:first-child + li.active {
  background: #a8cc98;
}
.con_sightseeing #obj_tab li:first-child + li span:before {
  background: url(../access/images/ic_tab2.png) no-repeat left top;
}
.con_sightseeing #obj_tab li:first-child + li span:after {
  background: url(../access/images/ic_tab2_h.png) no-repeat left top;
}
.con_sightseeing #obj_tab li:first-child + li + li:hover, .con_sightseeing #obj_tab li:first-child + li + li.active {
  background: #8caedd;
}
.con_sightseeing #obj_tab li:first-child + li + li span:before {
  background: url(../access/images/ic_tab3.png) no-repeat left top;
}
.con_sightseeing #obj_tab li:first-child + li + li span:after {
  background: url(../access/images/ic_tab3_h.png) no-repeat left top;
}
.con_sightseeing #obj_tab li:first-child + li + li + li:hover, .con_sightseeing #obj_tab li:first-child + li + li + li.active {
  background: #edc870;
}
.con_sightseeing #obj_tab li:first-child + li + li + li span:before {
  background: url(../access/images/ic_tab4.png) no-repeat left top;
}
.con_sightseeing #obj_tab li:first-child + li + li + li span:after {
  background: url(../access/images/ic_tab4_h.png) no-repeat left top;
}
.con_sightseeing #obj_panel ul {
  display: none;
  letter-spacing: -.4em;
}
@media only screen and (min-width: 1201px) {
  .con_sightseeing #obj_panel ul {
    margin: -70px 0 0 -2.58333%;
  }
}
@media print {
  .con_sightseeing #obj_panel ul {
    margin: -70px 0 0 -2.58333%;
  }
}
.ie8 .con_sightseeing #obj_panel ul {
  margin: -70px 0 0 -2.58333%;
}
.con_sightseeing #obj_panel ul:first-child {
  display: block;
}
.con_sightseeing #obj_panel ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
  margin: 70px 0 0 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li {
    margin: 40px 0 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li {
    margin: 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_sightseeing #obj_panel ul li {
    width: 31.66667%;
    max-width: 380px;
  }
}
@media print {
  .con_sightseeing #obj_panel ul li {
    width: 31.66667%;
    max-width: 380px;
  }
}
.ie8 .con_sightseeing #obj_panel ul li {
  width: 31.66667%;
  max-width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .con_sightseeing #obj_panel ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li {
    width: 100%;
  }
}
.con_sightseeing #obj_panel ul li .st {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .st {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_sightseeing #obj_panel ul li .st {
    text-align: center;
  }
}
@media print {
  .con_sightseeing #obj_panel ul li .st {
    text-align: center;
  }
}
.ie8 .con_sightseeing #obj_panel ul li .st {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .st {
    position: relative;
    padding: .5em;
    border: 1px solid #313131;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
  }
  .con_sightseeing #obj_panel ul li .st:before, .con_sightseeing #obj_panel ul li .st:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_sightseeing #obj_panel ul li .st > * {
    vertical-align: middle;
    display: inline;
  }
  .con_sightseeing #obj_panel ul li .st:after {
    content: "";
    margin-left: .5em;
    position: absolute;
    right: .5em;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
  .con_sightseeing #obj_panel ul li .st.active {
    border-color: transparent;
    background: #9f123a;
  }
  .con_sightseeing #obj_panel ul li .st.active:after {
    color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .con_sightseeing #obj_panel ul li .st.active > * {
    color: #fff !important;
  }
}
.con_sightseeing #obj_panel ul li .st > * {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .st > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}
.con_sightseeing #obj_panel ul li .st span {
  color: #9f123a;
  font-size: 231%;
  font-family: "Cardo", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .st span {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .st span {
    text-align: center;
    width: 1.5em;
    font-size: 154%;
  }
}
.con_sightseeing #obj_panel ul li .st em {
  font-size: 170%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .st em {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .st em {
    width: 80%;
    font-size: 116%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_sightseeing #obj_panel ul li .inner {
    display: block !important;
  }
}
@media print {
  .con_sightseeing #obj_panel ul li .inner {
    display: block !important;
  }
}
.ie8 .con_sightseeing #obj_panel ul li .inner {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner {
    display: none;
    letter-spacing: -.4em;
    margin-top: 1em;
  }
  .con_sightseeing #obj_panel ul li .inner > * {
    letter-spacing: normal;
  }
}
.con_sightseeing #obj_panel ul li .inner .wrp_img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_img {
    width: 35%;
  }
}
.con_sightseeing #obj_panel ul li .inner .wrp_txt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt {
    width: 62%;
    margin-left: 2%;
  }
}
.con_sightseeing #obj_panel ul li .inner .wrp_txt .ic {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: .2em .5em;
  background: #9f123a;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.con_sightseeing #obj_panel ul li .inner .wrp_txt .txt {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt .txt {
    font-size: 108%;
    line-height: 1.71;
  }
}
@media print {
  .con_sightseeing #obj_panel ul li .inner .wrp_txt .txt {
    font-size: 108%;
    line-height: 1.71;
  }
}
.ie8 .con_sightseeing #obj_panel ul li .inner .wrp_txt .txt {
  font-size: 108%;
  line-height: 1.71;
}
.con_sightseeing #obj_panel ul li .inner .btns {
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_sightseeing #obj_panel ul li .inner .btns p {
    width: 49% !important;
    float: left;
  }
  .con_sightseeing #obj_panel ul li .inner .btns p + p {
    float: right;
  }
}
@media print {
  .con_sightseeing #obj_panel ul li .inner .btns p {
    width: 49% !important;
    float: left;
  }
  .con_sightseeing #obj_panel ul li .inner .btns p + p {
    float: right;
  }
}
.ie8 .con_sightseeing #obj_panel ul li .inner .btns p {
  width: 49% !important;
  float: left;
}
.ie8 .con_sightseeing #obj_panel ul li .inner .btns p + p {
  float: right;
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn1 {
    width: 100%;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 a, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 13px 1em;
  border: 2px solid transparent;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #9f123a;
  font-size: 124%;
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn1 a, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span {
    padding: 1em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn1 a, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span {
    font-size: 93%;
    letter-spacing: .05em;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 a:after, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span:after {
  content: '→';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn1 a:after, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span:after {
    font-size: 93%;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 a:hover, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 a:hover:after, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span:hover:after {
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 a, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span {
  border: 1px solid #9f123a;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn1 a, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span {
    font-size: 108%;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn1 a:hover, .con_sightseeing #obj_panel ul li .inner .btns .btn1 span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #9f123a;
  color: #fff;
}
.con_sightseeing #obj_panel ul li .inner .btns .btn2 {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn2 {
    width: 100%;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn2 a, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 13px 1em;
  border: 2px solid #5f2238;
  background: #5f2238;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #fff;
  font-size: 124%;
  font-weight: bold;
  letter-spacing: .1em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn2 a, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span {
    padding: 1em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn2 a, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span {
    font-size: 93%;
    letter-spacing: .05em;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn2 a:after, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span:after {
  content: '→';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn2 a:after, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span:after {
    font-size: 93%;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn2 a:hover, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_sightseeing #obj_panel ul li .inner .btns .btn2 a:hover:after, .con_sightseeing #obj_panel ul li .inner .btns .btn2 span:hover:after {
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn2 {
    margin-top: .5em;
  }
}
.con_sightseeing #obj_panel ul li .inner .btns .btn2 a {
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sightseeing #obj_panel ul li .inner .btns .btn2 a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul.sig2 li .st.active {
    background: #a8cc98;
  }
}
.con_sightseeing #obj_panel ul.sig2 li .st span {
  color: #a8cc98;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul.sig3 li .st.active {
    background: #8caedd;
  }
}
.con_sightseeing #obj_panel ul.sig3 li .st span {
  color: #8caedd;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing #obj_panel ul.sig4 li .st.active {
    background: #edc870;
  }
}
.con_sightseeing #obj_panel ul.sig4 li .st span {
  color: #edc870;
}
