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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.img_pc, .img_sp, .bnr_charactor_room, .con_pickup, .con_news, .con_concept .box_concept, .con_access, .con_widget {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .img_pc, .img_sp, .bnr_charactor_room, .con_pickup, .con_news, .con_concept .box_concept, .con_access, .con_widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .img_pc, .img_sp, .bnr_charactor_room, .con_pickup, .con_news, .con_concept .box_concept, .con_access, .con_widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .img_pc, .ie8 .img_sp, .ie8 .bnr_charactor_room, .ie8 .con_pickup, .ie8 .con_news, .ie8 .con_concept .box_concept, .con_concept .ie8 .box_concept, .ie8 .con_access, .ie8 .con_widget {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .img_pc, .img_sp, .bnr_charactor_room, .con_pickup, .con_news, .con_concept .box_concept, .con_access, .con_widget {
    width: 95%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	.con_mainslide
----------------------------------------------------------- */
.con_mainslide {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_mainslide {
    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;
  }
}
@media print {
  .con_mainslide {
    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;
  }
}
.ie8 .con_mainslide {
  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;
}
.con_mainslide::after {
  width: 33.3%;
  content: '';
  background: #025953 url(../images/common/deco_pgtitle.png) 0 0 no-repeat;
  background-size: 200% auto;
  width: 33.3%;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide::after {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_mainslide::after {
    width: 100%;
    bottom: auto;
    top: 2em;
  }
}
.con_mainslide .box_sns {
  position: absolute;
  left: 0;
  top: 40%;
  color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .con_mainslide .box_sns {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_sns {
    top: 20%;
    left: 0;
  }
}
.con_mainslide .box_sns .txt {
  font-family: "Josefin Sans", sans-serif;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 2em;
}
.con_mainslide .box_sns .sns li {
  text-align: center;
  margin: 10px auto;
}
.con_mainslide .box_sns .sns li a {
  color: #fff;
  font-size: 150%;
}
@media only screen and (min-width: 1025px) {
  .con_mainslide .box_sns .sns li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_mainslide .box_sns .sns li a:hover {
    color: #916f34;
  }
}
@media print {
  .con_mainslide .box_sns .sns li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_mainslide .box_sns .sns li a:hover {
    color: #916f34;
  }
}
.ie8 .con_mainslide .box_sns .sns li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_mainslide .box_sns .sns li a:hover {
  color: #916f34;
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_sns .sns li a {
    font-size: 125%;
  }
}
.con_mainslide .box_txt {
  padding: 5% 2% 0 4%;
  text-align: center;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_txt {
    padding: 3% 2% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt {
    padding: 10% 0 8%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_mainslide .box_txt {
    width: 33.3%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print {
  .con_mainslide .box_txt {
    width: 33.3%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ie8 .con_mainslide .box_txt {
  width: 33.3%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.con_mainslide .box_txt .maincatch {
  margin: 0 auto 60px;
  width: 90%;
  max-width: 474px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_txt .maincatch {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt .maincatch {
    margin: 0 auto 2em;
  }
}
.con_mainslide .box_txt .txt_acc_s {
  font-size: 150%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_txt .txt_acc_s {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt .txt_acc_s {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt .txt_acc_s {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt .txt_acc_s {
    font-size: 4.5vw;
  }
}
.con_mainslide .box_txt .txt_acc_l {
  font-size: 250%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_txt .txt_acc_l {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt .txt_acc_l {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_txt .txt_acc_l {
    font-size: 7.5vw;
  }
}
.con_mainslide .box_txt .txt_hotel span {
  font-weight: normal;
  display: inline-block;
}
.con_mainslide .box_txt .txt_hotel span.fsz_m {
  font-size: 125%;
  margin-bottom: .5em;
}
.con_mainslide .box_txt .txt_hotel span.fsz_l {
  font-size: 150%;
}
.con_mainslide .box_txt .txt_hotel span.fsz_s {
  font-size: 113%;
}
.con_mainslide a.over {
  text-decoration: underline;
}
.con_mainslide .slide_main {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
@media only screen and (min-width: 1025px) {
  .con_mainslide .slide_main {
    width: 66.7%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print {
  .con_mainslide .slide_main {
    width: 66.7%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ie8 .con_mainslide .slide_main {
  width: 66.7%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .slide_main {
    width: 90%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .slide_main {
    width: 90%;
    margin-left: auto;
  }
}
.con_mainslide .slide_main.slick-initialized {
  opacity: 1;
}
.con_mainslide .slide_main .slide {
  overflow: hidden;
}
.con_mainslide .slide_main .slide img {
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_mainslide .slide_main .slide img {
    width: auto;
    max-width: none;
    height: 774px;
    margin-left: -40%;
  }
}
@media print {
  .con_mainslide .slide_main .slide img {
    width: auto;
    max-width: none;
    height: 774px;
    margin-left: -40%;
  }
}
.ie8 .con_mainslide .slide_main .slide img {
  width: auto;
  max-width: none;
  height: 774px;
  margin-left: -40%;
}
@media only screen and (max-width: 767px) {
  .con_mainslide .slide_main .slide img {
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
.con_mainslide .slide_main .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 1%;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .slide_main .slick-dots {
    bottom: 10px;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .slide_main .slick-dots {
    left: 5%;
  }
}
.con_mainslide .slide_main .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 767px) {
  .con_mainslide .slide_main .slick-dots li {
    margin: 0 4px;
    overflow: hidden;
  }
}
.con_mainslide .slide_main .slick-dots li.slick-active button {
  background: #fff;
}
.con_mainslide .slide_main .slick-dots li button {
  border-radius: 100%;
  display: block;
  width: 14px;
  background: none;
  border: 1px solid #fff;
  padding: 12px 0 0;
  height: 0;
  overflow: hidden;
  margin: 0 7px;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_mainslide .slide_main .slick-dots li button {
    margin: 0;
    width: 13px;
    padding: 11px 0 0;
  }
}
.con_mainslide .box_trip {
  position: absolute;
  margin-bottom: 0;
  right: 1%;
  bottom: 16%;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_trip {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_trip {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_trip {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_trip {
    margin-bottom: 2em;
  }
}
.con_mainslide .box_trip #CDSWIDCOE.widCOE {
  margin: 0 auto;
}
.con_mainslide .box_goto {
  position: absolute;
  margin-bottom: 0;
  left: 40%;
  bottom: 15%;
  z-index: 5;
  margin-right: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_goto {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_goto {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_goto {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_goto {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainslide .box_goto {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainslide .box_goto {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.con_mainslide .box_goto #CDSWIDCOE.widCOE {
  margin: 0 auto;
}
.con_mainslide .box_goto .goto {
  color: #d94242;
}

.img_pc {
  text-align: center;
  margin-bottom: 60px;
}

.img_sp {
  text-align: center;
  margin-bottom: 2em;
}

/* -----------------------------------------------------------
	.bnr_charactor_room
----------------------------------------------------------- */
.bnr_charactor_room {
  margin-bottom: 120px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bnr_charactor_room {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .bnr_charactor_room {
    margin-bottom: 5em;
  }
}
.bnr_charactor_room a {
  display: inline-block;
}

/* -----------------------------------------------------------
	.wrp_reservation
----------------------------------------------------------- */
.wrp_reservation {
  margin: -5px auto 120px;
  max-width: 1280px;
  width: 95%;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation {
    margin: -30px auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation {
    margin: 0 auto 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
}
.wrp_reservation:nth-child(2) {
  margin-top: 2%;
}
.wrp_reservation .con_hotelcard {
  padding: 30px;
  background: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard {
    padding: 1.5em 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrp_reservation .con_hotelcard .img {
  width: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .img {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .img {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .img img {
    width: 30%;
    max-width: 123px;
  }
}
.wrp_reservation .con_hotelcard .inner {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_reservation .con_hotelcard .inner {
    padding-left: 2%;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner {
    padding-left: 2%;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner {
  padding-left: 2%;
}
.wrp_reservation .con_hotelcard .inner .b_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrp_reservation .con_hotelcard .inner .b_up .box_detail {
  width: 60%;
  width: 60%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_detail {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_detail {
    width: 100%;
  }
}
.wrp_reservation .con_hotelcard .inner .b_up .box_detail .txt_catch {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 125%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_detail .txt_catch {
    font-size: 113%;
    margin-bottom: 5px;
    text-align: center;
  }
}
.wrp_reservation .con_hotelcard .inner .b_up .box_detail .txt {
  font-size: 94%;
  color: #b9b8b8;
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    margin-left: 3%;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    margin-left: 3%;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
  margin-left: 3%;
}
@media only screen and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns p {
  text-align: left;
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns p:first-of-type {
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns p:first-of-type {
    margin-right: 0;
  }
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns p a {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1em 1.7em;
  font-size: 94%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns p a {
    padding: 1em 1.5em;
  }
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns p a::after {
  content: "\f3d3";
  font-family: "Ionicons";
  position: absolute;
  right: 5px;
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_ghost a {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_ghost a:hover {
    background: #ccc;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_ghost a:hover {
    background: #ccc;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_ghost a:hover {
  background: #ccc;
}
.wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_blue a {
  border: 1px solid #0c3778;
  background: #0c3778;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_blue a:hover {
    border: 1px solid #fff;
    background: none;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_blue a:hover {
    border: 1px solid #fff;
    background: none;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner .b_up .box_btns .btn_blue a:hover {
  border: 1px solid #fff;
  background: none;
}
.wrp_reservation .con_hotelcard .inner .b_under {
  padding: 0.8em 0;
  border: 1px solid #b9b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_under {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_under {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrp_reservation .con_hotelcard .inner .b_under .st {
  padding: 0 2em;
  margin-right: 2em;
  color: #d9b575;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border-right: 1px solid #b9b8b8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_under .st {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_under .st {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_reservation .con_hotelcard .inner .b_under .st {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_under .st {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_reservation .con_hotelcard .inner .b_under .st {
    width: 100%;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-right: none;
    border-bottom: 1px solid #b9b8b8;
  }
}
.wrp_reservation .con_hotelcard .inner .b_under ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .wrp_reservation .con_hotelcard .inner .b_under ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner .b_under ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner .b_under ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.wrp_reservation .con_hotelcard .inner .b_under ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .wrp_reservation .con_hotelcard .inner .b_under ul li:first-of-type {
    margin-right: 2em;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner .b_under ul li:first-of-type {
    margin-right: 2em;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner .b_under ul li:first-of-type {
  margin-right: 2em;
}
@media only screen and (max-width: 1280px) {
  .wrp_reservation .con_hotelcard .inner .b_under ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media print {
  .wrp_reservation .con_hotelcard .inner .b_under ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.ie8 .wrp_reservation .con_hotelcard .inner .b_under ul li:first-of-type {
  margin-right: 0;
  margin-bottom: 5px;
}
.wrp_reservation .con_hotelcard .inner .b_under ul li .ic {
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.wrp_reservation .con_hotelcard .inner .b_under ul li .ic svg {
  width: 100%;
  max-height: 1em;
  fill: #fff;
}

.wrp_benefit {
  margin: 0 auto;
}
.wrp_benefit.wrp_wester {
  margin: 20px auto 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefit.wrp_wester {
    margin: 20px auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefit.wrp_wester {
    margin: 20px auto 5em;
  }
}
.wrp_benefit.wrp_wester .con_hotelcard {
  background: #0073C0;
}
@media only screen and (min-width: 1025px) {
  .wrp_benefit.wrp_wester .con_hotelcard .img img {
    max-width: 120px;
  }
}
@media print {
  .wrp_benefit.wrp_wester .con_hotelcard .img img {
    max-width: 120px;
  }
}
.ie8 .wrp_benefit.wrp_wester .con_hotelcard .img img {
  max-width: 120px;
}
.wrp_benefit.wrp_wester .con_hotelcard .inner .b_up .box_detail .txt {
  color: #fff;
}
.wrp_benefit.wrp_wester .con_hotelcard .inner .b_under {
  border: 1px solid #fff;
}
.wrp_benefit.wrp_wester .con_hotelcard .inner .b_under .st {
  color: #fff;
  font-weight: bold;
}

/* -----------------------------------------------------------
	.con_pickup
----------------------------------------------------------- */
.con_pickup {
  margin: 80px auto 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pickup {
    margin: 10% auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pickup {
    margin: 15% auto;
  }
}
.con_pickup .slide_pickup .slick-track {
  margin: 0 auto;
}
.con_pickup .slide_pickup .box {
  padding: 0 6px;
}
.con_pickup .slide_pickup .box a {
  display: block;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .con_pickup .slide_pickup .box a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_pickup .slide_pickup .box a:hover {
    opacity: .7;
  }
}
@media print {
  .con_pickup .slide_pickup .box a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_pickup .slide_pickup .box a:hover {
    opacity: .7;
  }
}
.ie8 .con_pickup .slide_pickup .box a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_pickup .slide_pickup .box a:hover {
  opacity: .7;
}
.con_pickup .slide_pickup .box a .img {
  text-align: center;
}
.con_pickup .slide_pickup .box a .img img {
  display: inline-block;
}
.con_pickup .slide_pickup .box a .caption {
  font-weight: bold;
  padding: .5em 0;
}
.con_pickup .slide_pickup .slick-prev,
.con_pickup .slide_pickup .slick-next {
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  color: #fff;
  background: #000;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .con_pickup .slide_pickup .slick-prev,
  .con_pickup .slide_pickup .slick-next {
    width: 33px;
    height: 0;
    padding-top: 66px;
  }
}
@media print {
  .con_pickup .slide_pickup .slick-prev,
  .con_pickup .slide_pickup .slick-next {
    width: 33px;
    height: 0;
    padding-top: 66px;
  }
}
.ie8 .con_pickup .slide_pickup .slick-prev, .ie8
.con_pickup .slide_pickup .slick-next {
  width: 33px;
  height: 0;
  padding-top: 66px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .slide_pickup .slick-prev,
  .con_pickup .slide_pickup .slick-next {
    width: 24px;
  }
}
.con_pickup .slide_pickup .slick-prev.slick-disabled,
.con_pickup .slide_pickup .slick-next.slick-disabled {
  display: none !important;
}
.con_pickup .slide_pickup .slick-prev {
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_pickup .slide_pickup .slick-prev {
    background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
  }
}
@media print {
  .con_pickup .slide_pickup .slick-prev {
    background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
  }
}
.ie8 .con_pickup .slide_pickup .slick-prev {
  background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
}
@media only screen and (min-width: 1280px) {
  .con_pickup .slide_pickup .slick-prev {
    left: -44px;
  }
}
@media print {
  .con_pickup .slide_pickup .slick-prev {
    left: -44px;
  }
}
.ie8 .con_pickup .slide_pickup .slick-prev {
  left: -44px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .slide_pickup .slick-prev {
    left: 4%;
  }
}
.con_pickup .slide_pickup .slick-next {
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .con_pickup .slide_pickup .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
  }
}
@media print {
  .con_pickup .slide_pickup .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
  }
}
.ie8 .con_pickup .slide_pickup .slick-next {
  background: url(../images/common/arrow_next.png) 0 0 no-repeat;
}
@media only screen and (min-width: 1280px) {
  .con_pickup .slide_pickup .slick-next {
    right: -44px;
  }
}
@media print {
  .con_pickup .slide_pickup .slick-next {
    right: -44px;
  }
}
.ie8 .con_pickup .slide_pickup .slick-next {
  right: -44px;
}
@media only screen and (max-width: 767px) {
  .con_pickup .slide_pickup .slick-next {
    right: 4%;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 60px;
  margin-bottom: 160px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 5em;
  }
}
.con_news .tl_basic {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_news .tl_basic {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .tl_basic em {
    display: inline-block;
    padding-right: .25em;
  }
}
.con_news .box_important {
  border-top: 1px solid #d94242;
}
@media only screen and (min-width: 768px) {
  .con_news .box_important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media print {
  .con_news .box_important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.ie8 .con_news .box_important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.con_news .box_important .box {
  border-bottom: 1px solid #d94242;
}
@media only screen and (min-width: 768px) {
  .con_news .box_important .box {
    width: 50%;
  }
  .con_news .box_important .box:only-child, .con_news .box_important .box:nth-child(2n+1):last-child {
    width: 100%;
  }
  .con_news .box_important .box:nth-child(even) a {
    position: relative;
  }
  .con_news .box_important .box:nth-child(even) a::before {
    content: "";
    background: #e5e5e5;
    height: 60%;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}
@media print {
  .con_news .box_important .box {
    width: 50%;
  }
  .con_news .box_important .box:only-child, .con_news .box_important .box:nth-child(2n+1):last-child {
    width: 100%;
  }
  .con_news .box_important .box:nth-child(even) a {
    position: relative;
  }
  .con_news .box_important .box:nth-child(even) a::before {
    content: "";
    background: #e5e5e5;
    height: 60%;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}
.ie8 .con_news .box_important .box {
  width: 50%;
}
.ie8 .con_news .box_important .box:only-child, .ie8 .con_news .box_important .box:nth-child(2n+1):last-child {
  width: 100%;
}
.ie8 .con_news .box_important .box:nth-child(even) a {
  position: relative;
}
.ie8 .con_news .box_important .box:nth-child(even) a::before {
  content: "";
  background: #e5e5e5;
  height: 60%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.con_news .box_important .box a {
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_important .box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
@media print {
  .con_news .box_important .box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
.ie8 .con_news .box_important .box a:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .con_news .box_important .box a {
    padding: 1em 0;
  }
}
.con_news .box_important .box a .category {
  background: #d94242;
  color: #fff;
  display: inline;
  padding: 0 1em;
  font-size: 88%;
}
.con_news .box_important .box a .title {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_important .box a .title {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_news .box_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news {
    margin-bottom: 5%;
  }
}
.con_news .box_news .box {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .con_news .box_news .box {
    width: 50%;
  }
}
@media print {
  .con_news .box_news .box {
    width: 50%;
  }
}
.ie8 .con_news .box_news .box {
  width: 50%;
}
.con_news .box_news .box a {
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_news .box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
@media print {
  .con_news .box_news .box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
.ie8 .con_news .box_news .box a:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box a {
    padding: 1em 0;
  }
}
.con_news .box_news .box a .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_news .box_news .box a .wrp .img {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box a .wrp .img {
    width: 30%;
  }
}
.con_news .box_news .box a .wrp .box_txt {
  width: 80%;
  padding-left: 3%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box a .wrp .box_txt {
    width: 70%;
  }
}
.con_news .box_news .box a .wrp .box_txt .date {
  color: #555;
  font-size: 88%;
  margin-bottom: 5px;
}
.con_news .txt_lnk {
  position: absolute;
  right: 0;
  top: 10%;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .txt_lnk {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .txt_lnk {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	.con_offers
----------------------------------------------------------- */
.con_offers {
  margin-bottom: 160px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1201px) {
  .con_offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con_offers::before {
    content: "";
    background: #006f67;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 64%;
    top: 0;
    right: 0;
  }
}
@media print {
  .con_offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con_offers::before {
    content: "";
    background: #006f67;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 64%;
    top: 0;
    right: 0;
  }
}
.ie8 .con_offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ie8 .con_offers::before {
  content: "";
  background: #006f67;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 64%;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1201px) {
  .con_offers .box_title {
    width: 30%;
  }
}
@media print {
  .con_offers .box_title {
    width: 30%;
  }
}
.ie8 .con_offers .box_title {
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .con_offers .box_title {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media print {
  .con_offers .box_title {
    text-align: center;
    margin-bottom: 50px;
  }
}
.ie8 .con_offers .box_title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_offers .box_title {
    width: 95%;
    margin: 0 auto 2em;
  }
}
@media only screen and (min-width: 1201px) {
  .con_offers .box_title .inner {
    max-width: 290px;
    margin: 0 12% 0 auto;
  }
}
@media print {
  .con_offers .box_title .inner {
    max-width: 290px;
    margin: 0 12% 0 auto;
  }
}
.ie8 .con_offers .box_title .inner {
  max-width: 290px;
  margin: 0 12% 0 auto;
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  .con_offers .box_title .inner {
    margin: 0 5% 0 10%;
  }
}
@media print {
  .con_offers .box_title .inner {
    margin: 0 5% 0 10%;
  }
}
.ie8 .con_offers .box_title .inner {
  margin: 0 5% 0 10%;
}
.con_offers .box_title .inner .tl_basic {
  margin-bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers .box_title .inner .tl_basic {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_title .inner .tl_basic {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_title .inner .tl_basic {
    font-size: 125%;
  }
}
.con_offers .box_title .inner .txt {
  margin-bottom: 50px;
  color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers .box_title .inner .txt {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_title .inner .txt {
    margin-bottom: 2em;
  }
}
.con_offers .box_title .inner .txt em {
  display: inline-block;
  position: relative;
}
.con_offers .box_title .inner .txt em::before {
  content: "";
  background: #c9e8e5;
  position: absolute;
  bottom: .25em;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_offers .box_title .inner .box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .con_offers .box_title .inner .box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .con_offers .box_title .inner .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_offers .box_title .inner .box_btn .btn_basic {
    width: 35%;
    max-width: 300px;
  }
}
@media print {
  .con_offers .box_title .inner .box_btn .btn_basic {
    width: 35%;
    max-width: 300px;
  }
}
.ie8 .con_offers .box_title .inner .box_btn .btn_basic {
  width: 35%;
  max-width: 300px;
}
.con_offers .box_title .inner .box_btn .btn_basic.rsv {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_offers .box_title .inner .box_btn .btn_basic.rsv {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
@media print {
  .con_offers .box_title .inner .box_btn .btn_basic.rsv {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.ie8 .con_offers .box_title .inner .box_btn .btn_basic.rsv {
  margin-bottom: 0;
  margin-right: 1em;
}
.con_offers .box_title .inner .box_btn .btn_basic.green a::after {
  content: none;
}
.con_offers .box_offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_offers .box_offers {
    gap: calc(3% / 4);
  }
}
@media print {
  .con_offers .box_offers {
    gap: calc(3% / 4);
  }
}
.ie8 .con_offers .box_offers {
  gap: calc(3% / 4);
}
@media only screen and (min-width: 1201px) {
  .con_offers .box_offers {
    width: 70%;
    padding: 5% 2% 5% 0;
  }
}
@media print {
  .con_offers .box_offers {
    width: 70%;
    padding: 5% 2% 5% 0;
  }
}
.ie8 .con_offers .box_offers {
  width: 70%;
  padding: 5% 2% 5% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers .box_offers {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers {
    position: relative;
    padding: 5% 0;
    display: block;
  }
  .con_offers .box_offers::before {
    content: "";
    background: #006f67;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_offers .box_offers .box {
    width: calc(97% / 5);
  }
}
@media print {
  .con_offers .box_offers .box {
    width: calc(97% / 5);
  }
}
.ie8 .con_offers .box_offers .box {
  width: calc(97% / 5);
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box {
    width: 95%;
    margin: 0 auto 2%;
  }
}
.con_offers .box_offers .box a {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .con_offers .box_offers .box a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_offers .box_offers .box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05) translatez(0);
            transform: scale(1.05) translatez(0);
  }
}
@media print {
  .con_offers .box_offers .box a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_offers .box_offers .box a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05) translatez(0);
            transform: scale(1.05) translatez(0);
  }
}
.ie8 .con_offers .box_offers .box a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_offers .box_offers .box a:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05) translatez(0);
          transform: scale(1.05) translatez(0);
}
@media only screen and (min-width: 768px) {
  .con_offers .box_offers .box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print {
  .con_offers .box_offers .box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ie8 .con_offers .box_offers .box a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
.con_offers .box_offers .box a .img {
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a .img {
    width: 45%;
    padding-top: 33.75%;
  }
}
.con_offers .box_offers .box a .img img {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.con_offers .box_offers .box a .title {
  padding: 0.5em 0.5em 0.5em;
  font-size: 113%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers .box_offers .box a .title {
    padding: 1em 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a .title {
    padding: 1em 1em 3.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers .box_offers .box a .title {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a .title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a .title {
    width: 55%;
  }
}
.con_offers .box_offers .box a .price {
  padding: 0.5em;
  text-align: right;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-top: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_offers .box_offers .box a .price {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a .price {
    padding: 0 0.5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_offers .box_offers .box a .price {
    position: absolute;
    width: 55%;
    bottom: 0;
    right: 0;
  }
}
.con_offers .box_offers .box a .price em {
  font-size: 150%;
}
.con_offers .box_offers .not_plan_txt {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1201px) {
  .con_offers .box_offers .not_plan_txt {
    color: #fff;
  }
}
@media print {
  .con_offers .box_offers .not_plan_txt {
    color: #fff;
  }
}
.ie8 .con_offers .box_offers .not_plan_txt {
  color: #fff;
}
.con_offers .another .box a .img img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_concept
----------------------------------------------------------- */
.con_concept {
  margin-bottom: 160px;
  padding: 80px 0;
  background: url(../images/common/bg_green.jpg) 0 0 repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding: 8% 0;
  }
}
.con_concept::before {
  content: "";
  background: url(../images/home/bg_concept_l.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 339px;
  height: 242px;
}
.con_concept::after {
  content: "";
  background: url(../images/home/bg_concept_r.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 207px;
  height: 273px;
}
@media only screen and (max-width: 1024px) {
  .con_concept::after {
    display: none;
  }
}
.con_concept .box_concept {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept {
    padding-top: 30px;
  }
}
.con_concept .box_concept .box_logo {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.con_concept .box_concept .box_logo::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 58px;
  height: 1px;
  background: #d0dcbb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_logo::before {
    width: 3em;
  }
}
.con_concept .box_concept .box_logo::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 58px;
  height: 1px;
  background: #d0dcbb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_logo::after {
    width: 3em;
  }
}
.con_concept .box_concept .box_logo .logo {
  width: 140px;
  display: inline-block;
  margin: 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_logo .logo {
    width: 31%;
    margin: 0 2em;
  }
}
.con_concept .box_concept h2 {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-size: 163%;
  margin-bottom: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h2 {
    font-size: 132%;
  }
}
.con_concept .box_concept h2 em {
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h2 em {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.con_concept .box_concept .txt {
  color: #e9f0de;
  font-size: 94%;
  line-height: 1.8;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .txt {
    width: 95%;
    margin-bottom: 10%;
  }
}
.con_concept .box_concept .btn_ghost {
  width: 30%;
  margin: 0 auto 40px;
  max-width: 350px;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .btn_ghost {
    width: 80%;
    margin-bottom: 10%;
  }
}
.con_concept .box_concept .btn_ghost a {
  display: block;
  border: 1px solid #fff;
  padding: .7em;
  color: #fff;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .btn_ghost a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_concept .box_concept .btn_ghost a:hover {
    background: #fff;
    color: #171717;
  }
}
@media print {
  .con_concept .box_concept .btn_ghost a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .con_concept .box_concept .btn_ghost a:hover {
    background: #fff;
    color: #171717;
  }
}
.ie8 .con_concept .box_concept .btn_ghost a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_concept .box_concept .btn_ghost a:hover {
  background: #fff;
  color: #171717;
}
.con_concept .box_concept .btn_ghost a::after {
  content: "\f3ef";
  font-family: "Ionicons";
  right: 10px;
  position: absolute;
}
.con_concept .box_concept .bn {
  text-align: center;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .bn {
    margin: 0 auto;
  }
}
.con_concept .box_concept .bn a {
  display: inline-block;
}
.con_concept .box_3b .st {
  font-size: 200%;
  margin-bottom: 0.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_3b .st {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_3b .st {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_3b .st {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept .box_3b .list_3b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .con_concept .box_3b .list_3b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ie8 .con_concept .box_3b .list_3b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_concept .box_3b .list_3b .list_3b_c {
  width: 33.33333%;
  border-left: 1px solid #00675E;
}
.con_concept .box_3b .list_3b .list_3b_c:first-of-type {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  .con_concept .box_3b .list_3b .list_3b_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_3b .list_3b .list_3b_c {
    width: 100%;
    border-left: none;
    margin-bottom: 2em;
  }
}
.con_concept .box_3b .list_3b .list_3b_c .img {
  min-height: 0%;
}
.con_concept .box_3b .list_3b .list_3b_c .img img {
  height: auto;
  width: 100%;
}
.con_concept .box_3b .list_3b .list_3b_c .box_txt {
  color: #fff;
}
@media only screen and (min-width: 1201px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 1200px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-family: "Cinzel", serif;
  margin-top: -2em;
}
@media only screen and (max-width: 1200px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st {
    margin-top: -1em;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st {
    margin-top: -1em;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st {
  margin-top: -1em;
}
.con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span {
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_w {
  font-size: 625%;
  line-height: 0.9;
  margin-bottom: -12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_w {
    font-size: 500%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_w {
    font-size: 500%;
  }
}
@media only screen and (min-width: 1600px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_w {
    margin-bottom: -18px;
    font-size: 938%;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_w {
    margin-bottom: -18px;
    font-size: 938%;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_w {
  margin-bottom: -18px;
  font-size: 938%;
}
.con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g {
  font-size: 200%;
  color: #b9b8b8;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g {
    font-size: 150%;
  }
}
@media only screen and (min-width: 1600px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g {
    font-size: 300%;
    margin-left: -5px;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g {
    font-size: 300%;
    margin-left: -5px;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g {
  font-size: 300%;
  margin-left: -5px;
}
@media only screen and (max-width: 1200px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g br {
    display: none;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g br {
    display: none;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt .dc_st span.c_g br {
  display: none;
}
.con_concept .box_3b .list_3b .list_3b_c .box_txt .txt {
  width: 70%;
  font-size: 88%;
  padding: 0 1em;
  margin-top: 5em;
}
@media only screen and (max-width: 1200px) {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .txt {
    margin-top: 1em;
    width: 100%;
  }
}
@media print {
  .con_concept .box_3b .list_3b .list_3b_c .box_txt .txt {
    margin-top: 1em;
    width: 100%;
  }
}
.ie8 .con_concept .box_3b .list_3b .list_3b_c .box_txt .txt {
  margin-top: 1em;
  width: 100%;
}

/* -----------------------------------------------------------
	.con_location
----------------------------------------------------------- */
.con_access {
  margin-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_access .box_txt {
    max-width: 620px;
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 5%;
  }
}
@media print {
  .con_access .box_txt {
    max-width: 620px;
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 5%;
  }
}
.ie8 .con_access .box_txt {
  max-width: 620px;
  width: 45%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 5%;
}
.con_access .box_txt .tl_basic {
  margin-bottom: 50px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .tl_basic {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .tl_basic {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .tl_basic {
    font-size: 125%;
    text-align: center;
  }
}
.con_access .box_txt .tl_basic .time {
  font-size: 240%;
  display: inline-block;
  font-family: "Cinzel", serif;
  color: #006f67;
  vertical-align: -8px;
}
.con_access .box_txt .txt_catch {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 125%;
  margin-bottom: 1em;
}
.con_access .box_txt .btn_box {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .btn_box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .btn_box {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.con_access .box_txt .btn_box .btn_basic {
  max-width: 300px;
  width: 100%;
}
.con_access .box_txt .btn_box .btn_basic:first-of-type {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .btn_box .btn_basic:first-of-type {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .btn_box .btn_basic {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .img {
    width: 55%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print {
  .con_access .img {
    width: 55%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ie8 .con_access .img {
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1440px) {
  .con_access .img {
    width: 60%;
  }
}
@media print {
  .con_access .img {
    width: 60%;
  }
}
.ie8 .con_access .img {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .con_access .img {
    text-align: center;
    margin-bottom: 2em;
  }
}

/* -----------------------------------------------------------
	.con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  padding-top: 120px;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_sightseeing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_sightseeing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    background-size: 30% auto;
    padding: 15% 0 5em;
    position: relative;
    margin-bottom: 15%;
  }
}
.con_sightseeing .box_title {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .box_title {
    width: 20%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print {
  .con_sightseeing .box_title {
    width: 20%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ie8 .con_sightseeing .box_title {
  width: 20%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_title {
    padding-bottom: 5%;
  }
}
.con_sightseeing .box_title .tl_en {
  position: relative;
  font-family: "Cinzel", serif;
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-size: 2.5vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_title .tl_en {
    font-size: 313%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_title .tl_en {
    font-size: 282%;
  }
}
.con_sightseeing .box_title .tl_en em {
  font-family: 'Yellowtail', cursive;
  color: #006f67;
  display: block;
  font-size: 84%;
  line-height: .5;
  position: relative;
  z-index: 1;
}
.con_sightseeing .box_title .tl_en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  width: 80px;
  height: 1px;
}
.con_sightseeing .box_title h2 {
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.3vw;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_title h2 {
    font-size: 138%;
  }
}
.con_sightseeing .box_title .btn_basic {
  width: 70%;
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_title .btn_basic {
    width: 50%;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_title .btn_basic {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.con_sightseeing .slide_msightseeing {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .slide_msightseeing {
    width: 80%;
  }
}
@media print {
  .con_sightseeing .slide_msightseeing {
    width: 80%;
  }
}
.ie8 .con_sightseeing .slide_msightseeing {
  width: 80%;
}
.con_sightseeing .slide_msightseeing.slick-initialized {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .slide_msightseeing {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print {
  .con_sightseeing .slide_msightseeing {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ie8 .con_sightseeing .slide_msightseeing {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.con_sightseeing .slide_msightseeing a {
  display: block;
  position: relative;
}
.con_sightseeing .slide_msightseeing a:hover .box_txt {
  background: none;
}
.con_sightseeing .slide_msightseeing a:hover .box_txt .wrp {
  display: none;
}
.con_sightseeing .slide_msightseeing a .img img {
  width: 100%;
}
.con_sightseeing .slide_msightseeing a .box_txt {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_sightseeing .slide_msightseeing a .box_txt .wrp {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_sightseeing .slide_msightseeing a .box_txt .wrp .txt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 163%;
}
.con_sightseeing .slide_msightseeing a .box_txt .wrp .txt_access {
  display: inline-block;
  border: 1px solid #fff;
  padding: 2px 5px;
  font-size: 88%;
}
.con_sightseeing .slide_msightseeing .slick-prev,
.con_sightseeing .slide_msightseeing .slick-next {
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  color: #fff;
  background: #000;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .slide_msightseeing .slick-prev,
  .con_sightseeing .slide_msightseeing .slick-next {
    width: 33px;
    height: 0;
    padding-top: 66px;
  }
}
@media print {
  .con_sightseeing .slide_msightseeing .slick-prev,
  .con_sightseeing .slide_msightseeing .slick-next {
    width: 33px;
    height: 0;
    padding-top: 66px;
  }
}
.ie8 .con_sightseeing .slide_msightseeing .slick-prev, .ie8
.con_sightseeing .slide_msightseeing .slick-next {
  width: 33px;
  height: 0;
  padding-top: 66px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .slide_msightseeing .slick-prev,
  .con_sightseeing .slide_msightseeing .slick-next {
    width: 24px;
  }
}
.con_sightseeing .slide_msightseeing .slick-prev.slick-disabled,
.con_sightseeing .slide_msightseeing .slick-next.slick-disabled {
  display: none !important;
}
.con_sightseeing .slide_msightseeing .slick-prev {
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .slide_msightseeing .slick-prev {
    display: none !important;
  }
}
@media print {
  .con_sightseeing .slide_msightseeing .slick-prev {
    display: none !important;
  }
}
.ie8 .con_sightseeing .slide_msightseeing .slick-prev {
  display: none !important;
}
.con_sightseeing .slide_msightseeing .slick-next {
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .slide_msightseeing .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
    right: -40px;
  }
}
@media print {
  .con_sightseeing .slide_msightseeing .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
    right: -40px;
  }
}
.ie8 .con_sightseeing .slide_msightseeing .slick-next {
  background: url(../images/common/arrow_next.png) 0 0 no-repeat;
  right: -40px;
}
.con_sightseeing .box_modal {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

.wrp_modal {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .wrp_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .wrp_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .wrp_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrp_modal .img {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .wrp_modal .img {
    width: 60%;
  }
}
@media print {
  .wrp_modal .img {
    width: 60%;
  }
}
.ie8 .wrp_modal .img {
  width: 60%;
}
.wrp_modal .box_txt {
  padding: 5%;
}
@media only screen and (min-width: 1025px) {
  .wrp_modal .box_txt {
    width: 40%;
  }
}
@media print {
  .wrp_modal .box_txt {
    width: 40%;
  }
}
.ie8 .wrp_modal .box_txt {
  width: 40%;
}
.wrp_modal .box_txt .name {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 188%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_modal .box_txt .name {
    font-size: 138%;
    margin-bottom: 5px;
  }
}
.wrp_modal .box_txt .time {
  margin-bottom: 20px;
}
.wrp_modal .box_txt .time span {
  display: inline-block;
  background: #006f67;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 2px 10px;
}
.wrp_modal .box_txt .lnk a {
  font-size: 88%;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .wrp_modal .box_txt .lnk a {
    font-size: 82%;
  }
}

/* -----------------------------------------------------------
	.con_room
----------------------------------------------------------- */
.con_room .box_main {
  position: relative;
}
.con_room .box_main .img {
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_room .box_main .img {
    overflow: hidden;
    position: relative;
  }
}
@media print {
  .con_room .box_main .img {
    overflow: hidden;
    position: relative;
  }
}
.ie8 .con_room .box_main .img {
  overflow: hidden;
  position: relative;
}
.con_room .box_main .img img {
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_room .box_main .img img {
    max-width: none;
    width: 125%;
    margin-left: -20%;
  }
}
@media print {
  .con_room .box_main .img img {
    max-width: none;
    width: 125%;
    margin-left: -20%;
  }
}
.ie8 .con_room .box_main .img img {
  max-width: none;
  width: 125%;
  margin-left: -20%;
}
@media only screen and (min-width: 1025px) {
  .con_room .box_main .box_txt {
    width: 35%;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 5%;
    background: rgba(79, 61, 50, 0.8);
    border-left: 3px double #837266;
    padding: 4% 4% 0;
  }
}
@media print {
  .con_room .box_main .box_txt {
    width: 35%;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 5%;
    background: rgba(79, 61, 50, 0.8);
    border-left: 3px double #837266;
    padding: 4% 4% 0;
  }
}
.ie8 .con_room .box_main .box_txt {
  width: 35%;
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 5%;
  background: rgba(79, 61, 50, 0.8);
  border-left: 3px double #837266;
  padding: 4% 4% 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_room .box_main .box_txt {
    width: 45%;
  }
}
@media print {
  .con_room .box_main .box_txt {
    width: 45%;
  }
}
.ie8 .con_room .box_main .box_txt {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .con_room .box_main .box_txt {
    width: 100%;
    padding: 0 4%;
  }
}
.con_room .box_main .box_txt .tl_basic {
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media only screen and (min-width: 1025px) {
  .con_room .box_main .box_txt .tl_basic {
    color: #fff;
  }
  .con_room .box_main .box_txt .tl_basic em {
    color: #fff;
  }
}
@media print {
  .con_room .box_main .box_txt .tl_basic {
    color: #fff;
  }
  .con_room .box_main .box_txt .tl_basic em {
    color: #fff;
  }
}
.ie8 .con_room .box_main .box_txt .tl_basic {
  color: #fff;
}
.ie8 .con_room .box_main .box_txt .tl_basic em {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_main .box_txt .tl_basic {
    padding: 5% 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_main .box_txt .tl_basic {
    padding: 10% 0 15px;
    font-size: 125%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_room .box_main .box_txt .txt {
    padding: 8% 0 8% 5%;
    color: #fff;
  }
}
@media print {
  .con_room .box_main .box_txt .txt {
    padding: 8% 0 8% 5%;
    color: #fff;
  }
}
.ie8 .con_room .box_main .box_txt .txt {
  padding: 8% 0 8% 5%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_main .box_txt .txt {
    padding: 3%;
  }
}
.con_room .box_main .box_txt .txt span {
  display: block;
  font-size: 88%;
  margin-top: 10px;
}
.con_room .box_main .box_txt .btn_basic {
  width: 40%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_main .box_txt .btn_basic {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_main .box_txt .btn_basic {
    width: 80%;
    margin-left: 2%;
    margin-top: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_room .box_main .box_txt .btn_basic a:hover {
    color: #fff;
    border: 1px solid #fff;
  }
}
@media print {
  .con_room .box_main .box_txt .btn_basic a:hover {
    color: #fff;
    border: 1px solid #fff;
  }
}
.ie8 .con_room .box_main .box_txt .btn_basic a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.con_room .box_main .box_txt .box_ladies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #837266;
  margin: 8% 0;
  padding: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_main .box_txt .box_ladies {
    width: 90%;
    margin: 8% auto;
  }
}
@media only screen and (max-width: 1024px) {
  .con_room .box_main .box_txt .box_ladies {
    border: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_main .box_txt .box_ladies {
    padding: 1em;
    margin-bottom: 0;
  }
}
.con_room .box_main .box_txt .box_ladies .img {
  width: 30%;
}
.con_room .box_main .box_txt .box_ladies .detail {
  width: 70%;
  padding-left: 3%;
}
@media only screen and (min-width: 1025px) {
  .con_room .box_main .box_txt .box_ladies .detail {
    color: #fff;
  }
}
@media print {
  .con_room .box_main .box_txt .box_ladies .detail {
    color: #fff;
  }
}
.ie8 .con_room .box_main .box_txt .box_ladies .detail {
  color: #fff;
}
.con_room .box_main .box_txt .box_ladies .detail dt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 150%;
}

/* -----------------------------------------------------------
	.con_restaurant
----------------------------------------------------------- */
.con_restaurant {
  margin-bottom: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_restaurant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media print {
  .con_restaurant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.ie8 .con_restaurant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.con_restaurant .box_slide {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .box_slide {
    width: 65%;
  }
}
@media print {
  .con_restaurant .box_slide {
    width: 65%;
  }
}
.ie8 .con_restaurant .box_slide {
  width: 65%;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_restaurant .box_slide {
    width: 55%;
  }
}
@media print {
  .con_restaurant .box_slide {
    width: 55%;
  }
}
.ie8 .con_restaurant .box_slide {
  width: 55%;
}
.con_restaurant .box_slide .slide_restaurant {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_restaurant .slide {
    overflow: hidden;
  }
}
.con_restaurant .box_slide .slide_restaurant .slide img {
  width: 100%;
}
.con_restaurant .box_slide .slide_restaurant .slick-prev,
.con_restaurant .box_slide .slide_restaurant .slick-next {
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  color: #fff;
  background: #000;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .box_slide .slide_restaurant .slick-prev,
  .con_restaurant .box_slide .slide_restaurant .slick-next {
    width: 33px;
    height: 0;
    padding-top: 66px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_restaurant .slick-prev,
  .con_restaurant .box_slide .slide_restaurant .slick-next {
    width: 33px;
    height: 0;
    padding-top: 66px;
  }
}
.ie8 .con_restaurant .box_slide .slide_restaurant .slick-prev, .ie8
.con_restaurant .box_slide .slide_restaurant .slick-next {
  width: 33px;
  height: 0;
  padding-top: 66px;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_restaurant .slick-prev,
  .con_restaurant .box_slide .slide_restaurant .slick-next {
    width: 24px;
  }
}
.con_restaurant .box_slide .slide_restaurant .slick-prev.slick-disabled,
.con_restaurant .box_slide .slide_restaurant .slick-next.slick-disabled {
  display: none !important;
}
.con_restaurant .box_slide .slide_restaurant .slick-prev {
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .box_slide .slide_restaurant .slick-prev {
    background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
  }
}
@media print {
  .con_restaurant .box_slide .slide_restaurant .slick-prev {
    background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
  }
}
.ie8 .con_restaurant .box_slide .slide_restaurant .slick-prev {
  background: url(../images/common/arrow_prev.png) 0 0 no-repeat;
}
.con_restaurant .box_slide .slide_restaurant .slick-next {
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .box_slide .slide_restaurant .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
    right: -20px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_restaurant .slick-next {
    background: url(../images/common/arrow_next.png) 0 0 no-repeat;
    right: -20px;
  }
}
.ie8 .con_restaurant .box_slide .slide_restaurant .slick-next {
  background: url(../images/common/arrow_next.png) 0 0 no-repeat;
  right: -20px;
}
.con_restaurant .box_slide .thumb-item-nav {
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_restaurant .box_slide .thumb-item-nav {
    bottom: -80px;
  }
}
@media print {
  .con_restaurant .box_slide .thumb-item-nav {
    bottom: -80px;
  }
}
.ie8 .con_restaurant .box_slide .thumb-item-nav {
  bottom: -80px;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .thumb-item-nav {
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.con_restaurant .box_slide .thumb-item-nav .slick-track {
  width: 100% !important;
  text-align: right;
}
.con_restaurant .box_slide .thumb-item-nav .thumb {
  width: 100px !important;
  margin: 0 2px;
  opacity: .8;
  float: none;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .thumb-item-nav .thumb {
    width: 12.28571% !important;
    margin: 0 1%;
  }
}
.con_restaurant .box_slide .thumb-item-nav .thumb.slick-current {
  opacity: 1;
  border: 5px solid #006f67;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .thumb-item-nav .thumb.slick-current {
    border: 3px solid #006f67;
  }
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .box_txt {
    width: 35%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 5%;
  }
}
@media print {
  .con_restaurant .box_txt {
    width: 35%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 5%;
  }
}
.ie8 .con_restaurant .box_txt {
  width: 35%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 5%;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_restaurant .box_txt {
    width: 45%;
  }
}
@media print {
  .con_restaurant .box_txt {
    width: 45%;
  }
}
.ie8 .con_restaurant .box_txt {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_txt {
    width: 95%;
    margin: 2em auto 0;
  }
}
.con_restaurant .box_txt .txt {
  margin: 30px 0 40px;
  color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .box_txt .txt {
    margin: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_txt .txt {
    margin: 1em 0 1.5em;
  }
}
.con_restaurant .box_txt .btn_basic {
  max-width: 300px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_txt .btn_basic {
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	.con_banquet
----------------------------------------------------------- */
.con_banquet {
  margin-bottom: 160px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banquet {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_banquet .img {
    padding-top: 50px;
  }
}
@media print {
  .con_banquet .img {
    padding-top: 50px;
  }
}
.ie8 .con_banquet .img {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_banquet .img {
    overflow: hidden;
    position: relative;
  }
}
.con_banquet .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_banquet .img img {
    max-width: none;
    width: 150%;
    margin-left: -25%;
  }
}
.con_banquet .box_txt {
  background: #a28e74;
}
@media only screen and (min-width: 1025px) {
  .con_banquet .box_txt {
    width: 50%;
    max-width: 700px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3%;
  }
}
@media print {
  .con_banquet .box_txt {
    width: 50%;
    max-width: 700px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3%;
  }
}
.ie8 .con_banquet .box_txt {
  width: 50%;
  max-width: 700px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3%;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_txt .inner {
    width: 95%;
    margin: 0 auto;
    padding: 2em 0;
  }
}
.con_banquet .box_txt .tl_basic {
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_txt .tl_basic {
    margin-bottom: 1.5em;
  }
}
.con_banquet .box_txt .tl_basic em {
  color: #fff;
}
.con_banquet .box_txt .txt {
  margin: 30px 0 40px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banquet .box_txt .txt {
    margin: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_txt .txt {
    margin: 1em 0 1.5em;
  }
}
.con_banquet .box_txt .btn_basic {
  max-width: 300px;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_txt .btn_basic {
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	.con_lounge
----------------------------------------------------------- */
.con_lounge {
  margin-bottom: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lounge {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_lounge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.con_lounge .box_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .con_lounge .box_left {
    width: 38%;
    padding: 0 2% 0 5%;
  }
}
@media print {
  .con_lounge .box_left {
    width: 38%;
    padding: 0 2% 0 5%;
  }
}
.ie8 .con_lounge .box_left {
  width: 38%;
  padding: 0 2% 0 5%;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_lounge .box_left {
    width: 45%;
  }
}
@media print {
  .con_lounge .box_left {
    width: 45%;
  }
}
.ie8 .con_lounge .box_left {
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .con_lounge .box_left {
    width: 95%;
    margin: 2em auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.con_lounge .box_left .box_txt {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lounge .box_left .box_txt {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_left .box_txt {
    margin-bottom: 2em;
  }
}
.con_lounge .box_left .box_txt .txt {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lounge .box_left .box_txt .txt {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .box_left .box_txt .txt {
    margin-top: 1em;
  }
}
.con_lounge .box_left .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_lounge .box_left .img_list .img_list_c {
  width: 48.5%;
}
@media only screen and (min-width: 1025px) {
  .con_lounge .box_left .img_list .img_list_c:first-of-type {
    margin-top: -40px;
  }
}
@media print {
  .con_lounge .box_left .img_list .img_list_c:first-of-type {
    margin-top: -40px;
  }
}
.ie8 .con_lounge .box_left .img_list .img_list_c:first-of-type {
  margin-top: -40px;
}
.con_lounge .box_left .img_list .img_list_c img {
  width: 100%;
}
.con_lounge .slide_lounge {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_lounge .slide_lounge {
    width: 65%;
  }
}
@media print {
  .con_lounge .slide_lounge {
    width: 65%;
  }
}
.ie8 .con_lounge .slide_lounge {
  width: 65%;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_lounge .slide_lounge {
    width: 55%;
  }
}
@media print {
  .con_lounge .slide_lounge {
    width: 55%;
  }
}
.ie8 .con_lounge .slide_lounge {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .con_lounge .slide_lounge {
    width: 100%;
  }
}
.con_lounge .slide_lounge.slick-initialized {
  opacity: 1;
}
.con_lounge .slide_lounge .slide {
  overflow: hidden;
}
.con_lounge .slide_lounge .slide img {
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_lounge .slide_lounge .slide img {
    width: 120%;
    margin-left: -5%;
    max-width: none;
  }
}
@media print {
  .con_lounge .slide_lounge .slide img {
    width: 120%;
    margin-left: -5%;
    max-width: none;
  }
}
.ie8 .con_lounge .slide_lounge .slide img {
  width: 120%;
  margin-left: -5%;
  max-width: none;
}
.con_lounge .slide_lounge .slick-dots {
  position: absolute;
  bottom: 2%;
  left: 1%;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lounge .slide_lounge .slick-dots {
    bottom: 10px;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_lounge .slide_lounge .slick-dots {
    left: 2%;
  }
}
.con_lounge .slide_lounge .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 767px) {
  .con_lounge .slide_lounge .slick-dots li {
    margin: 0 4px;
    overflow: hidden;
  }
}
.con_lounge .slide_lounge .slick-dots li.slick-active button {
  background: #fff;
}
.con_lounge .slide_lounge .slick-dots li button {
  border-radius: 100%;
  display: block;
  width: 14px;
  background: none;
  border: 1px solid #fff;
  padding: 12px 0 0;
  height: 0;
  overflow: hidden;
  margin: 0 7px;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_lounge .slide_lounge .slick-dots li button {
    margin: 0;
    width: 13px;
    padding: 11px 0 0;
  }
}

.con_fbnr {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  margin-bottom: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fbnr {
    width: 90%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fbnr {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 18%;
  }
}
.con_fbnr p {
  width: 230px;
  height: 100px;
  padding: 25px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .con_fbnr p {
    padding: 40px 0 0 0;
  }
}
.con_fbnr p:nth-child(1) img {
  border: 1px solid #d2d5d8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fbnr p:not(:last-child) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fbnr p {
    width: 95%;
    margin: 0 auto;
  }
  .con_fbnr p:not(:last-child) {
    margin-bottom: 7%;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc {
  display: block !important;
}

.img_sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
  .img_pc {
    display: none !important;
  }

  .img_sp {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .trust {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .trust {
    margin: 10px;
  }
}

.m-r {
  margin-right: 30px;
}

.wr {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wr {
    margin-right: 60px;
  }
}
@media print {
  .wr {
    margin-right: 60px;
  }
}
.ie8 .wr {
  margin-right: 60px;
}
.wr .triangle {
  border-bottom: 70px solid transparent;
  border-left: 70px solid #025953;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wr .triangle {
    border-bottom: 50px solid transparent;
    border-left: 50px solid #025953;
  }
}

.wz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .wz {
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.con_popCampaign {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.con_popCampaign::before {
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_popCampaign .inner {
  width: 30.20833%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_popCampaign .inner {
    width: 40%;
  }
}
@media print {
  .con_popCampaign .inner {
    width: 40%;
  }
}
.ie8 .con_popCampaign .inner {
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_popCampaign .inner {
    width: 60%;
    -webkit-transform: translate(-50%, -47%);
            transform: translate(-50%, -47%);
  }
}
@media only screen and (max-width: 767px) {
  .con_popCampaign .inner {
    width: 90%;
    max-width: 500px;
    background: #fff;
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
}
.con_popCampaign .inner .close {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0;
  top: -46.5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.con_popCampaign .inner .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 33px;
  background: #fff;
}
.con_popCampaign .inner .close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.con_popCampaign .inner .close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .con_popCampaign .inner .close:hover {
    opacity: .5;
  }
}
@media print {
  .con_popCampaign .inner .close:hover {
    opacity: .5;
  }
}
.ie8 .con_popCampaign .inner .close:hover {
  opacity: .5;
}
.con_popCampaign .inner .img img {
  max-width: 100%;
  height: auto;
}
.con_popCampaign .inner p.more_btn {
  width: 54.48276%;
  position: absolute;
  bottom: 15.17241%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_popCampaign .inner p.more_btn {
    bottom: 13.7931%;
  }
}
@media only screen and (max-width: 767px) {
  .con_popCampaign .inner p.more_btn {
    bottom: 13.7931%;
  }
}
.con_popCampaign .inner p.more_btn a {
  display: block;
  text-decoration: none;
}
.con_popCampaign .inner p.more_btn a img {
  height: auto;
}
.con_popCampaign .inner > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 5.68966%;
  gap: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_popCampaign .inner > ul {
    bottom: 4.31034%;
  }
}
@media only screen and (max-width: 767px) {
  .con_popCampaign .inner > ul {
    bottom: 4.31034%;
  }
}
.con_popCampaign .inner > ul li {
  width: 37.06897%;
}
.con_popCampaign .inner > ul li img {
  height: auto;
}
.con_popCampaign.is-hide {
  z-index: -1;
  opacity: 0;
}

/* -----------------------------------------------------------
	.con_widget
----------------------------------------------------------- */
.con_widget {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_widget {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_widget {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_widget {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_widget {
    margin-bottom: 4em;
  }
}
.con_widget .int_txt {
  text-align: center;
}
.con_widget .inner_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_widget .inner_widget {
    margin-top: 10px 1em;
  }
}
.con_widget .inner_widget .box_tru_btn .btn_basic {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .con_widget .inner_widget .box_tru_btn .btn_basic:first-child {
    margin-top: 0;
  }
}
@media print {
  .con_widget .inner_widget .box_tru_btn .btn_basic:first-child {
    margin-top: 0;
  }
}
.ie8 .con_widget .inner_widget .box_tru_btn .btn_basic:first-child {
  margin-top: 0;
}
.con_widget .inner_widget .box_tru_btn .btn_basic a {
  padding: 0.7em 2em 0.7em 1em;
}
