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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
body.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}
body.loading #page {
  opacity: 0;
}
body.loading #loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}
body.loading #loading .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../images/home/bg_welcome.jpg) center no-repeat #000;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body.loading #loading .bg.active {
  -webkit-transition: opacity 3s, -webkit-transform 15s;
  transition: opacity 3s, -webkit-transform 15s;
  transition: opacity 3s, transform 15s;
  transition: opacity 3s, transform 15s, -webkit-transform 15s;
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
body.loading #loading .con_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  height: 350px;
  z-index: 2;
  text-align: center;
  color: #fff;
}
body.loading #loading .con_loading .txt_welcome {
  font-size: 40px;
  width: 100%;
  opacity: 0;
  text-shadow: 0 0 40px #0f0f0f, 0 0 30px #0f0f0f, 0 0 0.50px #0f0f0f;
}
body.loading #loading .con_loading .txt_welcome.active {
  -webkit-transition: 4s;
  transition: 4s;
  opacity: 1;
}
body.loading #loading .con_loading .btn_enter {
  display: block;
  margin: 0 auto;
  padding: 0.5em 2.5em;
  font-size: 20px;
  font-family: "游明朝", "YuMincho Regular", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  color: inherit;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  opacity: 0;
  cursor: pointer;
}
body.loading #loading .con_loading .btn_enter::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
body.loading #loading .con_loading .btn_enter:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body.loading #loading .con_loading .btn_enter.active {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
body.loading #loading .con_loading .btn_enter:hover {
  background: rgba(255, 255, 255, 0.3);
}
body.endloading #page {
  opacity: 1;
}
body.skiploading #loading {
  display: none;
}

/* -----------------------------------------------------------
	con_slider
----------------------------------------------------------- */
.con_slider {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.con_slider .wrp_logo {
  margin-bottom: 1%;
  position: absolute;
  top: 170px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_slider .wrp_logo {
    margin-bottom: 15px;
  }
}
@media print {
  .con_slider .wrp_logo {
    margin-bottom: 15px;
  }
}
.ie8 .con_slider .wrp_logo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_slider .wrp_logo {
    top: 12%;
  }
}
@media only screen and (max-width: 400px) {
  .con_slider .wrp_logo {
    top: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .wrp_logo img {
    width: 45%;
    max-width: 200px;
  }
}
.con_slider .video {
  width: 100%;
}
.con_slider .video .btn_video {
  position: absolute;
  top: 575px;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 43px;
  border: 1px solid #fff;
  width: 320px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_slider .video .btn_video {
    top: auto;
    bottom: 27%;
    width: 63%;
    padding: 0;
    font-size: 72%;
  }
}
.con_slider .video .btn_video .btn_play {
  display: block;
  width: 100%;
  font-size: 110%;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_slider .video .btn_video .btn_play {
    margin: 0 auto;
    padding: .5em 0;
    width: 90%;
  }
}
.con_slider .video .btn_video .btn_play i {
  font-size: 200%;
  vertical-align: middle;
}
.con_slider .mainslider {
  position: relative;
  width: 1000px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .con_slider .mainslider {
    width: 2000px;
  }
}
@media print {
  .con_slider .mainslider {
    width: 2000px;
  }
}
.ie8 .con_slider .mainslider {
  width: 2000px;
}
.con_slider .mainslider .slick-list {
  position: relative;
}
.con_slider .mainslider .slick-list:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 3px;
  height: 60px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .con_slider .mainslider .slick-list:after {
    height: 130px;
  }
}
@media print {
  .con_slider .mainslider .slick-list:after {
    height: 130px;
  }
}
.ie8 .con_slider .mainslider .slick-list:after {
  height: 130px;
}
.con_slider .mainslider .slick-list .slick-slide img {
  display: inline-block;
}
.con_slider .mainslider .slick-list .slick-slide:nth-of-type(1) img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_slider .mainslider .slick-list .slick-slide:nth-of-type(1) img {
    margin-left: -200px;
  }
}
.con_slider .mainslider .slick-list .slick-slide:nth-of-type(7) img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_slider .mainslider .slick-list .slick-slide:nth-of-type(7) img {
    margin-left: -260px;
  }
}
.con_slider .mainslider .slick-list .slick-slide:nth-of-type(8) img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_slider .mainslider .slick-list .slick-slide:nth-of-type(8) img {
    margin-left: -450px;
  }
}
.con_slider .mainslider .slick-dots {
  position: absolute;
  bottom: 18%;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_slider .mainslider .slick-dots {
    bottom: 185px;
  }
}
@media print {
  .con_slider .mainslider .slick-dots {
    bottom: 185px;
  }
}
.ie8 .con_slider .mainslider .slick-dots {
  bottom: 185px;
}
.con_slider .mainslider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.con_slider .mainslider .slick-dots li button {
  border: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999em;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.con_slider .mainslider .slick-dots li.slick-active button {
  background: #000;
}
.con_slider .box_txt {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .con_slider .box_txt {
    top: 420px;
  }
}
@media print {
  .con_slider .box_txt {
    top: 420px;
  }
}
.ie8 .con_slider .box_txt {
  top: 420px;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_txt {
    top: 40%;
  }
}
.con_slider .box_txt p {
  font-size: 120%;
  font-weight: normal;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_slider .box_txt p {
    font-size: 32px;
  }
}
@media print {
  .con_slider .box_txt p {
    font-size: 32px;
  }
}
.ie8 .con_slider .box_txt p {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_txt p {
    font-size: 100%;
    font-size: 14px;
  }
}
.con_slider .btn_lang {
  position: absolute;
  top: 20px;
  right: 40px;
  max-width: 140px;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  .con_slider .btn_lang {
    right: 50%;
    margin-right: -550px;
  }
}
@media print {
  .con_slider .btn_lang {
    right: 50%;
    margin-right: -550px;
  }
}
.ie8 .con_slider .btn_lang {
  right: 50%;
  margin-right: -550px;
}
@media only screen and (max-width: 767px) {
  .con_slider .btn_lang {
    display: none;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  padding: 55px 0 100px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro {
    padding: 70px 0 100px;
  }
}
@media print {
  .con_intro {
    padding: 70px 0 100px;
  }
}
.ie8 .con_intro {
  padding: 70px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_intro {
    padding: 90px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 0 0 50px;
  }
}
.con_intro::before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1000px;
  width: 2000px;
  content: "";
  background-image: url("../images/home/img_japan-pc.png");
  background-repeat: no-repeat;
  background-position: 78% 0px;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .con_intro::before {
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    background-position: right -100px top 0;
  }
}
@media print {
  .con_intro::before {
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    background-position: right -100px top 0;
  }
}
.ie8 .con_intro::before {
  left: 0;
  right: 0;
  margin-left: 0;
  width: 100%;
  background-position: right -100px top 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_intro::before {
    background-position: right -100px top 90px;
    background-size: auto 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro::before {
    background-image: url("../images/home/img_japan-sp.png");
    background-position: right 0 bottom 90px;
  }
}
.con_intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro .container {
    padding-right: 0;
  }
}
@media print {
  .con_intro .container {
    padding-right: 0;
  }
}
.ie8 .con_intro .container {
  padding-right: 0;
}
.con_intro .container .box_area {
  width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .container .box_area {
    width: 32%;
  }
}
@media print {
  .con_intro .container .box_area {
    width: 32%;
  }
}
.ie8 .con_intro .container .box_area {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_area {
    margin: 0 auto;
    width: 90%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.con_intro .container .box_area .box_img p {
  width: 100%;
}
.con_intro .container .box_area .box_areamap {
  margin: 50px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro .container .box_area .box_areamap {
    margin: 80px 0 0;
  }
}
@media print {
  .con_intro .container .box_area .box_areamap {
    margin: 80px 0 0;
  }
}
.ie8 .con_intro .container .box_area .box_areamap {
  margin: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_intro .container .box_area .box_areamap {
    margin: 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_area .box_areamap {
    margin: 30px 0 0;
  }
}
.con_intro .container .box_area .box_areamap .img {
  position: relative;
  width: 120%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro .container .box_area .box_areamap .img {
    width: 150%;
  }
}
@media print {
  .con_intro .container .box_area .box_areamap .img {
    width: 150%;
  }
}
.ie8 .con_intro .container .box_area .box_areamap .img {
  width: 150%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_intro .container .box_area .box_areamap .img {
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_area .box_areamap .img {
    width: 70%;
  }
}
.con_intro .container .box_area .box_areamap .btn_access,
.con_intro .container .box_area .box_areamap .btn_sightseeng {
  position: relative;
  z-index: 5;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro .container .box_area .box_areamap .btn_access,
  .con_intro .container .box_area .box_areamap .btn_sightseeng {
    margin-left: 0;
  }
}
@media print {
  .con_intro .container .box_area .box_areamap .btn_access,
  .con_intro .container .box_area .box_areamap .btn_sightseeng {
    margin-left: 0;
  }
}
.ie8 .con_intro .container .box_area .box_areamap .btn_access, .ie8
.con_intro .container .box_area .box_areamap .btn_sightseeng {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_area .box_areamap .btn_access,
  .con_intro .container .box_area .box_areamap .btn_sightseeng {
    margin: 0;
  }
}
.con_intro .container .box_area .box_areamap .btn_access a,
.con_intro .container .box_area .box_areamap .btn_sightseeng a {
  display: block;
  padding: 1em 0;
  max-width: 210px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_area .box_areamap .btn_access a,
  .con_intro .container .box_area .box_areamap .btn_sightseeng a {
    margin: 0 auto;
    padding: .5em 0;
    width: 90%;
  }
}
.con_intro .container .box_area .box_areamap .btn_access a::after,
.con_intro .container .box_area .box_areamap .btn_sightseeng a::after {
  margin-left: 0.5em;
  content: url("../images/home/ic_arrow.png");
}
.con_intro .container .box_area .box_areamap .btn_access {
  margin-top: -60px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro .container .box_area .box_areamap .btn_access {
    margin-top: -10px;
  }
}
@media print {
  .con_intro .container .box_area .box_areamap .btn_access {
    margin-top: -10px;
  }
}
.ie8 .con_intro .container .box_area .box_areamap .btn_access {
  margin-top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .con_intro .container .box_area .box_areamap .btn_access {
    margin-top: 35px;
  }
}
@media print {
  .con_intro .container .box_area .box_areamap .btn_access {
    margin-top: 35px;
  }
}
.ie8 .con_intro .container .box_area .box_areamap .btn_access {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_area .box_areamap .btn_access {
    margin-top: 60vw;
  }
}
.con_intro .container .box_content {
  padding: 0 0 0 40px;
  width: 56%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro .container .box_content {
    padding: 0 0 0 30px;
    width: 68%;
  }
}
@media print {
  .con_intro .container .box_content {
    padding: 0 0 0 30px;
    width: 68%;
  }
}
.ie8 .con_intro .container .box_content {
  padding: 0 0 0 30px;
  width: 68%;
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_content {
    padding: 40px 15px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con_intro .container .box_content h2 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: normal;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 0 0 15px #fff;
  line-height: 1.2 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_intro .container .box_content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media print {
  .con_intro .container .box_content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 27px;
  }
}
.ie8 .con_intro .container .box_content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_intro .container .box_content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_content h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1em;
  }
}
.con_intro .container .box_content h2 span {
  font-size: 1.79em;
  color: #c3b065;
}
.con_intro .container .box_content p {
  font-size: 15px;
  text-shadow: 0 0 15px #fff;
}

/* -----------------------------------------------------------
	con_concept
----------------------------------------------------------- */
.con_concept {
  overflow: hidden;
  position: relative;
  background-color: #EBEBEB;
}
.con_concept::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}
.con_concept::before {
  left: 50%;
  margin-left: -1000px;
  width: 281px;
  height: 369px;
  background: url("../images/home/bg_concept.png") top no-repeat;
}
.con_concept::after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 7px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_concept::after {
    display: none;
  }
}
.con_concept .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.con_concept .container .wrp_content {
  padding: 0 25px;
  width: 49.8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_concept .container .wrp_content {
    padding-left: 0;
  }
}
@media print {
  .con_concept .container .wrp_content {
    padding-left: 0;
  }
}
.ie8 .con_concept .container .wrp_content {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_content {
    width: 100%;
  }
}
.con_concept .container .wrp_content .box_head {
  margin: 75px 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_concept .container .wrp_content .box_head {
    margin: 50px 0 30px;
  }
}
@media print {
  .con_concept .container .wrp_content .box_head {
    margin: 50px 0 30px;
  }
}
.ie8 .con_concept .container .wrp_content .box_head {
  margin: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_concept .container .wrp_content .box_head {
    margin: 40px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_content .box_head {
    margin: 60px 0 30px;
  }
}
.con_concept .container .wrp_content .box_head h2 {
  color: #909090;
  line-height: 1;
  font-size: 30px;
  font-weight: normal;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_concept .container .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
@media print {
  .con_concept .container .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
.ie8 .con_concept .container .wrp_content .box_head h2 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_concept .container .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_content .box_head h2 {
    font-size: 23px;
  }
}
.con_concept .container .wrp_content .box_content {
  margin-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_concept .container .wrp_content .box_content {
    margin-bottom: 80px;
  }
}
@media print {
  .con_concept .container .wrp_content .box_content {
    margin-bottom: 80px;
  }
}
.ie8 .con_concept .container .wrp_content .box_content {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_concept .container .wrp_content .box_content {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_content .box_content {
    margin-bottom: 60px;
  }
}
.con_concept .container .wrp_content .box_content h3 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 1em;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_concept .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
@media print {
  .con_concept .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
.ie8 .con_concept .container .wrp_content .box_content h3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_concept .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_content .box_content h3 {
    font-size: 18px;
  }
}
.con_concept .container .wrp_content .box_content p {
  margin-bottom: 25px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_content .box_content p {
    margin-bottom: 1.25em;
  }
}
.con_concept .container .wrp_img {
  position: relative;
  width: 50%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_img {
    width: 100%;
    height: 64vw;
  }
}
.con_concept .container .wrp_img::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 1000px;
  width: 1000px;
  background: url(../images/home/img_concept.jpg) no-repeat;
  background-size: auto 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .con_concept .container .wrp_img::after {
    right: 0;
    width: 100%;
    background-size: cover;
  }
}

/* -----------------------------------------------------------
	con_point
----------------------------------------------------------- */
.con_point {
  overflow: hidden;
  position: relative;
  margin: 7px 0;
  background-color: #000;
}
.con_point::after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 7px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_point::after {
    display: none;
  }
}
.con_point .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.con_point .container .wrp_content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 50px;
  width: 49.8%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_point .container .wrp_content {
    padding: 0 10px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .container .wrp_content {
    padding: 0 25px;
    width: 100%;
  }
}
.con_point .container .wrp_content .box_head {
  margin: 75px 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_point .container .wrp_content .box_head {
    margin: 50px 0 30px;
  }
}
@media print {
  .con_point .container .wrp_content .box_head {
    margin: 50px 0 30px;
  }
}
.ie8 .con_point .container .wrp_content .box_head {
  margin: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_point .container .wrp_content .box_head {
    margin: 40px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .container .wrp_content .box_head {
    margin: 60px 0 30px;
  }
}
.con_point .container .wrp_content .box_head h2 {
  color: #af9632;
  line-height: 1;
  font-size: 30px;
  font-weight: normal;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_point .container .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
@media print {
  .con_point .container .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
.ie8 .con_point .container .wrp_content .box_head h2 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_point .container .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .container .wrp_content .box_head h2 {
    font-size: 23px;
  }
}
.con_point .container .wrp_content .box_content {
  margin-bottom: 70px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_point .container .wrp_content .box_content {
    margin-bottom: 80px;
  }
}
@media print {
  .con_point .container .wrp_content .box_content {
    margin-bottom: 80px;
  }
}
.ie8 .con_point .container .wrp_content .box_content {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_point .container .wrp_content .box_content {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .container .wrp_content .box_content {
    margin-bottom: 60px;
  }
}
.con_point .container .wrp_content .box_content h3 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_point .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
@media print {
  .con_point .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
.ie8 .con_point .container .wrp_content .box_content h3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
@media print {
  .con_point .container .wrp_content .box_content h3 {
    font-size: 20px;
  }
}
.ie8 .con_point .container .wrp_content .box_content h3 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .con_point .container .wrp_content .box_content h3 {
    font-size: 18px;
  }
}
.con_point .container .wrp_content .box_content p {
  margin-bottom: 25px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 15px;
}
.con_point .container .wrp_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 50%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .con_point .container .wrp_img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 68vw;
  }
}
.con_point .container .wrp_img::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1000px;
  width: 1000px;
  background: url(../images/home/img_point.jpg) right no-repeat;
  background-size: auto 100%;
  content: "";
}

/* -----------------------------------------------------------
	con_sightseeng
----------------------------------------------------------- */
.con_sightseeng {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.con_sightseeng::after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 7px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_sightseeng::after {
    display: none;
  }
}
.con_sightseeng .box_sightseeng {
  width: 100%;
}
.con_sightseeng .box_sightseeng .wrp_content {
  float: left;
  width: 49.7%;
  position: relative;
  padding: 0 30px 0 25px;
  z-index: 2;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sightseeng .box_sightseeng .wrp_content {
    padding-left: 0;
  }
}
@media print {
  .con_sightseeng .box_sightseeng .wrp_content {
    padding-left: 0;
  }
}
.ie8 .con_sightseeng .box_sightseeng .wrp_content {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .wrp_content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content {
    float: none;
    padding: 0 25px;
    width: 100%;
  }
}
.con_sightseeng .box_sightseeng .wrp_content .box_head {
  margin: 40px 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_head {
    margin: 50px 0 30px;
  }
}
@media print {
  .con_sightseeng .box_sightseeng .wrp_content .box_head {
    margin: 50px 0 30px;
  }
}
.ie8 .con_sightseeng .box_sightseeng .wrp_content .box_head {
  margin: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_head {
    margin: 40px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_head {
    margin: 60px 0 30px;
  }
}
.con_sightseeng .box_sightseeng .wrp_content .box_head h2 {
  color: #909090;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
@media print {
  .con_sightseeng .box_sightseeng .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
.ie8 .con_sightseeng .box_sightseeng .wrp_content .box_head h2 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_head h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_head h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content {
    margin-bottom: 50px;
  }
}
.con_sightseeng .box_sightseeng .wrp_content .box_content .sst {
  font-size: 33px;
  font-weight: normal;
  color: #686161;
  line-height: 0.8;
  margin-bottom: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .sst {
    font-size: 30px;
  }
}
@media print {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .sst {
    font-size: 30px;
  }
}
.ie8 .con_sightseeng .box_sightseeng .wrp_content .box_content .sst {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .sst {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .sst {
    font-size: 25px;
  }
}
.con_sightseeng .box_sightseeng .wrp_content .box_content .sst span {
  font-size: 1.5em;
  color: #c3b065;
}
.con_sightseeng .box_sightseeng .wrp_content .box_content .txt_catch {
  font-size: 20px;
  font-weight: normal;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .txt_catch {
    font-size: 22px;
  }
}
@media print {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .txt_catch {
    font-size: 22px;
  }
}
.ie8 .con_sightseeng .box_sightseeng .wrp_content .box_content .txt_catch {
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .txt_catch {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .txt_catch {
    font-size: 18px;
  }
}
.con_sightseeng .box_sightseeng .wrp_content .box_content p {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 15px;
}
.con_sightseeng .box_sightseeng .wrp_content .box_content .btn_area a {
  display: block;
  padding: 0.7em 0;
  max-width: 230px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .wrp_content .box_content .btn_area a {
    padding: .5em 0;
  }
}
.con_sightseeng .box_sightseeng .wrp_content .box_content .btn_area a::after {
  margin-left: 0.5em;
  content: url("../images/home/ic_arrow.png");
}
.con_sightseeng .box_sightseeng .box_slider {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .box_slider {
    float: none;
    width: 120%;
  }
}
.con_sightseeng .box_sightseeng .box_slider .slider_sight {
  width: 1000px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight {
    width: 100%;
  }
}
.con_sightseeng .box_sightseeng .box_slider .slider_sight img {
  width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight img {
    margin: 70px 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight img {
    margin: 70px 0;
  }
}
@media print {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight img {
    margin: 70px 0;
  }
}
.ie8 .con_sightseeng .box_sightseeng .box_slider .slider_sight img {
  margin: 70px 0;
}
.con_sightseeng .box_sightseeng .box_slider .slider_sight .slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  width: 83px;
  height: 83px;
  z-index: 2;
  left: -40px;
  text-indent: -9999em;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight .slick-arrow {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight .slick-arrow {
    -webkit-transform: translate(0, -50%) scale(-1, 1);
            transform: translate(0, -50%) scale(-1, 1);
    opacity: .8;
    width: 40px;
    height: 40px;
  }
}
.con_sightseeng .box_sightseeng .box_slider .slider_sight .slick-arrow.slick-next {
  background: url("../images/home/btn_next_white.png") no-repeat center center;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_sightseeng .box_sightseeng .box_slider .slider_sight .slick-arrow.slick-next {
    background-size: contain;
  }
}

/* -----------------------------------------------------------
	con_guestroom
----------------------------------------------------------- */
.con_guestroom {
  overflow: hidden;
  background-color: #eceded;
  padding: 75px 0 90px;
}
.con_guestroom .box_head {
  text-align: center;
  margin-bottom: 25px;
}
.con_guestroom .box_head h3 {
  color: #fff;
  margin-bottom: 35px;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_head .txt {
    margin: 0 auto;
    width: 90%;
    font-size: 15px;
  }
}
.con_guestroom .box_content .box_intro {
  position: relative;
  background-color: #FFF;
  margin-bottom: 45px;
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro {
    margin-bottom: 0;
  }
}
.con_guestroom .box_content .box_intro::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  left: 50%;
  margin-left: -950px;
  width: 560px;
  background: url("../images/home/bg_room_l.png") top no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro::before {
    left: 0;
    margin-left: -130px;
    width: 350px;
    height: 300px;
    background-size: contain;
  }
}
.con_guestroom .box_content .box_intro .container {
  position: relative;
  max-width: 100%;
  height: 315px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .con_guestroom .box_content .box_intro .container {
    height: 100%;
    height: 400px;
  }
}
@media print {
  .con_guestroom .box_content .box_intro .container {
    height: 100%;
    height: 400px;
  }
}
.ie8 .con_guestroom .box_content .box_intro .container {
  height: 100%;
  height: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_intro .container {
    height: 100%;
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
}
.con_guestroom .box_content .box_intro .container .box_desc {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 53%;
  padding: 0px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .con_guestroom .box_content .box_intro .container .box_desc {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 43%;
    padding-top: 28px;
  }
}
@media print {
  .con_guestroom .box_content .box_intro .container .box_desc {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 43%;
    padding-top: 28px;
  }
}
.ie8 .con_guestroom .box_content .box_intro .container .box_desc {
  position: relative;
  left: 0;
  margin-left: 0;
  width: 43%;
  padding-top: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_intro .container .box_desc {
    padding: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro .container .box_desc {
    position: relative;
    left: 0;
    margin-left: 0;
    margin: 0 auto;
    padding: 10px 0 30px;
    width: 90%;
    font-size: 15px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.con_guestroom .box_content .box_intro .container .box_desc h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
  color: #9d9e9e;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_intro .container .box_desc h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.con_guestroom .box_content .box_intro .container .box_desc p {
  margin-bottom: 25px;
}
.con_guestroom .box_content .box_intro .container .box_desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  .con_guestroom .box_content .box_intro .container .box_desc p .view_pc_only {
    display: none;
  }
}
@media print {
  .con_guestroom .box_content .box_intro .container .box_desc p .view_pc_only {
    display: none;
  }
}
.ie8 .con_guestroom .box_content .box_intro .container .box_desc p .view_pc_only {
  display: none;
}
.con_guestroom .box_content .box_intro .container .box_desc .btn_action {
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_intro .container .box_desc .btn_action {
    margin-top: 25px;
  }
}
.con_guestroom .box_content .box_intro .container .box_desc .btn_action a {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 12px 10px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
}
.con_guestroom .box_content .box_intro .container .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  width: 45.5%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .con_guestroom .box_content .box_intro .container .box_img {
    width: 55%;
  }
}
@media print {
  .con_guestroom .box_content .box_intro .container .box_img {
    width: 55%;
  }
}
.ie8 .con_guestroom .box_content .box_intro .container .box_img {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro .container .box_img {
    float: none;
    margin: 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con_guestroom .box_content .box_intro .container .box_img .wrp_img {
  float: left;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro .container .box_img .wrp_img {
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
.con_guestroom .box_content .box_intro .container .box_img .wrp_img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_intro .container .box_img .wrp_img img {
    width: 100%;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li {
  width: 25%;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li.tab1 .wrp_img img {
  border: 3px solid #d6bb6f;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li.tab2 .wrp_img img {
  border: 3px solid #ecab9e;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li.tab3 .wrp_img img {
  border: 3px solid #88b6ba;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li.tab4 .wrp_img img {
  border: 3px solid #807c70;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li a {
  background: transparent;
  display: block;
  text-align: center;
  padding: 45px 10px 15px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li a {
    display: none;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li.active a, .con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li a:hover, .con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li a:focus {
  background: #d6bb6f;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li .wrp_img {
  margin-bottom: 15px;
}
.con_guestroom .box_content .box_rooms .tabs_container .tabs_menu li .txt_title {
  font-size: 17px;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent {
  padding: 35px 0 0;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content {
    display: block;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3 {
  font-size: 30px;
  font-weight: normal;
  color: #4b4b4b;
  position: relative;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto 15px;
    padding: 10px 0;
    width: 95%;
    text-align: center;
    font-size: 1em;
    background: #fefefe;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3:after {
    margin-right: 0.5em;
    font-size: 1.2em;
    font-family: "FontAwesome";
    content: "\f107";
    -webkit-transition: .3s;
    transition: .3s;
  }
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3.active {
    background: #d6bb6f;
  }
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3.active:after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #d6bb6f;
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content h3:before {
    display: block;
    margin-right: 2%;
    width: 43%;
    min-width: 43%;
    height: 70px;
    background-position: center;
    background-size: cover;
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content:first-child h3:before {
    background-image: url("../images/home/rooms/img_dai_room01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content:nth-child(2) h3:before {
    background-image: url("../images/home/rooms/img_su_room01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content:nth-child(3) h3:before {
    background-image: url("../images/home/rooms/img_wa_room01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content:nth-child(4) h3:before {
    background-image: url("../images/home/rooms/img_jr_room01.jpg");
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room {
    display: none;
    margin: 0 auto;
    width: 95%;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom {
  width: 59.5%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom {
    width: 100%;
    float: none;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider {
  position: relative;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider img {
  width: 100%;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  width: 83px;
  height: 83px;
  z-index: 2;
  text-indent: -9999em;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow.slick-prev {
  background: url("../images/home/btn_prev.png") no-repeat center center;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow.slick-prev {
    background-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow.slick-prev {
    background-size: contain;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow.slick-next {
  background: url("../images/home/btn_next.png") no-repeat center center;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow.slick-next {
    background-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-arrow.slick-next {
    background-size: contain;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-dots li button {
  border: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999em;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .wrp_imgroom .room_slider .slick-dots li.slick-active button {
  background: #000;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc {
  width: 38.5%;
  float: right;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    float: none;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc .wrp_floorplan {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc .wrp_floorplan {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table {
  margin-bottom: 10px;
  width: 100%;
  font-family: sans-serif;
  font-size: 13px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table th, .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table td {
  border: 1px solid #808080;
  padding: 7px 15px;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table th, .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table td {
    padding: 0.25em 0.5em;
    font-size: 0.8em;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table th {
  font-weight: normal;
  text-align: center;
  border-left: 0;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table th {
    width: auto;
  }
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc table td {
  border-right: 0;
}
.con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc .txt_desc {
  margin-bottom: 25px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc .txt_desc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0.5em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc .wrp_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .con_guestroom .box_content .box_rooms .tabs_container .wrp_tabscontent .tab_content .content_room .box_desc .wrp_btn a span {
    font-size: 1em;
    padding: 0.5em;
  }
}
.con_guestroom .box_content .box_rooms .box_facilities {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .box_facilities {
    margin-top: 30px;
  }
}
.con_guestroom .box_content .box_rooms .box_facilities h3 {
  font-size: 30px;
  font-weight: normal;
  color: #4b4b4b;
  margin-bottom: 10px;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .box_facilities h3 {
    margin: 0 auto 10px;
    width: 90%;
    font-size: 20px;
  }
}
.con_guestroom .box_content .box_rooms .box_facilities .list_facilities {
  background: #fff;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  overflow: hidden;
  border: 1px solid #808080;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .box_facilities .list_facilities {
    margin: 0 auto;
    padding: 1em;
    width: 90%;
  }
}
.con_guestroom .box_content .box_rooms .box_facilities .list_facilities ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_guestroom .box_content .box_rooms .box_facilities .list_facilities ul {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .box_facilities .list_facilities ul {
    height: 190px;
  }
}
.con_guestroom .box_content .box_rooms .box_facilities .list_facilities ul li {
  font-size: 14px;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_guestroom .box_content .box_rooms .box_facilities .list_facilities ul li {
    width: 50%;
  }
}
.con_guestroom .box_content .box_rooms .box_facilities .list_facilities ul li:before {
  display: inline-block;
}

/* -----------------------------------------------------------
	con_facility
----------------------------------------------------------- */
.con_facility {
  padding: 65px 0px 35px;
}
@media only screen and (max-width: 767px) {
  .con_facility {
    padding: 50px 0px 35px;
  }
}
.con_facility .box_head {
  text-align: center;
  margin-bottom: 25px;
}
.con_facility .box_head h3 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .con_facility .box_content {
    margin: 0 auto;
    width: 90%;
    font-size: 15px;
  }
}
.con_facility .box_content table {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}
.con_facility .box_content table th, .con_facility .box_content table td {
  border: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  .con_facility .box_content table th, .con_facility .box_content table td {
    padding: 1em;
  }
}
.con_facility .box_content table th {
  padding: 17px 5%;
  font-weight: normal;
  text-align: center;
  border-left: 0;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .con_facility .box_content table th {
    width: 45%;
  }
}
.con_facility .box_content table td {
  padding: 17px 6%;
  border-right: 0;
}
.con_facility .box_content table td a {
  text-decoration: underline;
}
.con_facility .box_content table td a[rel="external"]::after {
  font-family: "FontAwesome";
  content: " \f08e";
}

/* -----------------------------------------------------------
	con_service
----------------------------------------------------------- */
.con_service {
  padding: 65px 0px 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_service {
    padding: 20px 0px 35px;
  }
}
.con_service .box_head {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_head {
    margin-bottom: 40px;
  }
}
.con_service .box_head h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_head .txt {
    margin: 0 auto;
    width: 90%;
    font-size: 15px;
  }
}
.con_service .box_content {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: 0;
}
.con_service .box_content .box_concierge {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_service .box_content .box_concierge {
    margin: 20px auto 0;
    width: 90%;
  }
}
.con_service .box_content .box_concierge dl {
  padding: 30px;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
}
.con_service .box_content .box_concierge dl dt {
  display: block;
  width: 100%;
}
.con_service .box_content .box_concierge dl dt img {
  display: block;
  margin: 0 auto;
}
.con_service .box_content .box_concierge dl dt span {
  display: block;
  margin: 0.5em auto;
  font-weight: bold;
  font-size: 25px;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_service .box_content .box_concierge dl dt span {
    font-size: 20px;
  }
}
.con_service .box_content .box_concierge dl dd {
  display: block;
  width: 100%;
}
.con_service .box_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_service .box_content ul {
    margin: 0 auto;
    width: 90%;
  }
}
.con_service .box_content ul li {
  width: 25%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_content ul li {
    width: 50%;
  }
}
.con_service .box_content ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.con_service .box_content ul li p img {
  width: 29%;
  margin-right: 5%;
}
.con_service .box_content ul li p span {
  width: 62%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .con_service .box_content ul li p span {
    font-size: 0.8em;
  }
}
.con_service .box_gallery {
  margin-top: 50px;
  position: relative;
  width: 2440px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .con_service .box_gallery {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.con_service .box_gallery .gallery_slider a {
  position: relative;
  background: #000;
}
.con_service .box_gallery .gallery_slider a::after {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 30px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  content: "\f00e";
}
@media only screen and (max-width: 767px) {
  .con_service .box_gallery .gallery_slider a::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1em;
    opacity: 1;
  }
}
.con_service .box_gallery .gallery_slider a:hover::after {
  opacity: 1;
}
.con_service .box_gallery .gallery_slider a:hover img {
  opacity: .8;
}
.con_service .box_gallery .gallery_slider a img {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

/* -----------------------------------------------------------
	con_area
----------------------------------------------------------- */
.con_area {
  padding: 65px 0px 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_area {
    padding: 10px 0px 35px;
  }
}
.con_area .box_head {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_area .box_head {
    margin-bottom: 40px;
  }
}
.con_area .box_head .txt {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_area .box_head .txt {
    margin: 0 auto;
    width: 90%;
    font-size: 15px;
  }
}
.con_area .box_content .img {
  text-align: center;
}
.con_area .box_content .btn_nearmap a {
  display: block;
  margin: 1em 45px 1em auto;
  padding: 1em 0;
  max-width: 200px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 1199px) {
  .con_area .box_content .btn_nearmap a {
    margin-right: 0;
  }
}
@media print {
  .con_area .box_content .btn_nearmap a {
    margin-right: 0;
  }
}
.ie8 .con_area .box_content .btn_nearmap a {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_area .box_content .btn_nearmap a {
    margin: 1em auto;
    padding: .5em 0;
    width: 90%;
  }
}
.con_area .box_content h3 {
  position: relative;
  margin: 65px 0 40px;
  padding-left: 2.25em;
  font-size: 25px;
  font-weight: normal;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_area .box_content h3 {
    margin: 3em auto 1.5em;
    width: 90%;
    font-size: 20px;
  }
}
.con_area .box_content h3::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2em;
  content: "";
}
.con_area .box_content h3.st_walk::before {
  background: url("../images/home/ic_walk.png") no-repeat;
  background-size: contain;
}
.con_area .box_content h3.st_bicycle::before {
  background: url("../images/home/ic_bicycle.png") no-repeat;
  background-size: contain;
}
.con_area .box_content h3.st_train::before {
  background: url("../images/home/ic_train.png") no-repeat;
  background-size: contain;
}
.con_area .box_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_area .box_content ul {
    margin: 0 auto;
    width: 97%;
    font-size: 13px;
  }
}
.con_area .box_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .con_area .box_content ul li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_area .box_content ul li {
    width: 50%;
  }
}
.con_area .box_content ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 95%;
  text-align: center;
  border-bottom: 1px solid #000;
}
.con_area .box_content ul li dl dt,
.con_area .box_content ul li dl dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .con_area .box_content ul li dl dt,
  .con_area .box_content ul li dl dd {
    padding: 0.5em;
  }
}
.con_area .box_content ul li dl dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #000;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
  padding: 65px 0px 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding: 10px 0px 35px;
  }
}
.con_access .box_head {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_access .box_head {
    margin-bottom: 40px;
  }
}
.con_access .box_head h3 {
  margin-bottom: 35px;
}
.con_access .box_head .txt {
  font-size: 20px;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_access .box_head .txt {
    font-size: 16px;
  }
}
.con_access .box_content .con_map {
  position: relative;
}
.con_access .box_content .con_map .box_map {
  width: 100%;
  height: 556px;
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .con_access .box_content .con_map .box_map {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 400px;
  }
}
.con_access .box_content .con_map .box_map #map {
  height: inherit;
  width: inherit;
}
.con_access .box_content .con_map .img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
@media only screen and (max-width: 991px) {
  .con_access .box_content .con_map .img img {
    display: none;
  }
}
.con_access .box_content .con_map .container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.con_access .box_content .con_map .container .txt_note {
  margin-top: 20px;
  font-size: 13px;
  font-family: sans-serif;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_access .box_content .con_map .container .txt_note {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_content .con_route {
    margin: 0 auto;
    width: 90%;
  }
}
.con_access .box_content .con_route .container {
  margin-bottom: 125px;
}
@media only screen and (max-width: 767px) {
  .con_access .box_content .con_route .container {
    margin-bottom: 10px;
  }
}
.con_access .box_content .con_route .container h3 {
  margin: 65px 0 20px;
  font-size: 25px;
  font-weight: normal;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_access .box_content .con_route .container h3 {
    margin: 30px 0 20px;
    font-size: 20px;
  }
}
.con_access .box_content .con_route .container h3::before {
  content: "\f072";
  font-family: "FontAwesome";
  margin-right: 0.8em;
}
.con_access .box_content .con_route .container .img {
  text-align: center;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
  padding: 85px 0 100px;
  overflow: hidden;
  background: url("../images/home/bg_news.jpg") center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 30px 0 40px;
  }
}
.con_news .box_head {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_head {
    display: none;
  }
}
.con_news .box_head h2 {
  margin-bottom: 35px;
  color: #fff;
}
.con_news .box_head h2 span {
  color: inherit;
}
.con_news .box_head h2::before {
  background: #fff;
}
.con_news .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content {
    width: 90%;
  }
}
.con_news .box_content .box_news, .con_news .box_content .box_fb {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news, .con_news .box_content .box_fb {
    width: 100%;
  }
}
.con_news .box_content .box_news {
  padding: 25px 30px 35px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news {
    padding: 20px 15px;
  }
}
.con_news .box_content .box_news h3 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news h3 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: normal;
  }
}
.con_news .box_content .box_news .container ul li {
  margin-bottom: 20px;
}
.con_news .box_content .box_news .container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #4b4b4b;
}
.con_news .box_content .box_news .container ul li a .img_thumb {
  width: 25%;
  padding-top: 10px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news .container ul li a .img_thumb {
    width: 35%;
    padding-right: 10px;
  }
}
.con_news .box_content .box_news .container ul li a dl {
  width: 75%;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news .container ul li a dl {
    width: 65%;
  }
}
.con_news .box_content .box_news .container ul li a dl dt {
  padding: 10px 0;
  font-family: sans-serif;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news .container ul li a dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news .container ul li a dl dt time {
    min-width: 95px;
    width: 50%;
  }
}
.con_news .box_content .box_news .container ul li a dl dt .category {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.5em;
  text-align: center;
  color: #fff;
  background: #c1b6a4;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news .container ul li a dl dt .category {
    margin: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.con_news .box_content .box_news .container ul li a dl dd p {
  font-family: sans-serif;
}
.con_news .box_content .box_news .container ul li a dl dd .txt_more {
  float: right;
  display: inline-block;
  width: 82px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_news .container ul li a dl dd .txt_more {
    margin-top: 1em;
  }
}
.con_news .box_content .box_news .container ul li a:hover dl dd .txt_more {
  color: #fff;
  background: #bde0dd;
  border: 1px solid #bde0dd;
}
.con_news .box_content .box_news .container .btn_archive {
  margin-top: 20px;
  text-align: right;
}
.con_news .box_content .box_news .container .btn_archive a {
  display: inline-block;
  width: 160px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
}
.con_news .box_content .box_news .container .btn_archive a::after {
  margin-left: 0.5em;
  content: "→";
}
.con_news .box_content .box_fb {
  background: transparent;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 1000px) {
  .con_news .box_content .box_fb {
    width: 49%;
  }
}
@media print {
  .con_news .box_content .box_fb {
    width: 49%;
  }
}
.ie8 .con_news .box_content .box_fb {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_content .box_fb {
    margin: 30px 0 0;
    max-width: 100%;
    width: 100%;
  }
}
