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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.wrap_banner, #header .box_inner, #gnav .box_inner ul, #fix_header .box_inner ul, .con_searchform .searchform_inner, .con_topicpath, #footer .con_sitemap .box_sitemap, #footer .con_address, .con_contact .box_contact, .con_info_map .box_info_map, .con_contact_activity .box_contact {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .wrap_banner, #header .box_inner, #gnav .box_inner ul, #fix_header .box_inner ul, .con_searchform .searchform_inner, .con_topicpath, #footer .con_sitemap .box_sitemap, #footer .con_address, .con_contact .box_contact, .con_info_map .box_info_map, .con_contact_activity .box_contact {
    width: 95%;
  }
}

.wrap_banner:after, #header:after, #header .box_inner:after, #header .box_inner .box_l:after, #gnav .box_inner ul:after, #fix_header .box_inner ul:after, .con_searchform:after, .con_searchform_pop .searchform_inner .box_title:after, .con_topicpath:after, #footer .con_sitemap .box_sitemap:after, #footer .con_address:after, .con_contact .box_contact:after, .con_info_map:after, .con_contact_activity .box_contact:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.8;
  overflow-x: hidden;
}

body {
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #4d4d4d;
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #666666;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1140px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.attention {
  color: #cc0000;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
バナー（トリップAIコンシェルジュ）
----------------------------------------------------------- */
.wrap_banner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap_banner {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.wrap_banner .hd_banner {
  position: absolute;
  z-index: 100;
  top: -230px;
  right: 0;
}
.wrap_banner .hd_banner.bn_home {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wrap_banner .hd_banner {
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}
.wrap_banner .hd_banner .bn {
  width: 250px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.wrap_banner .hd_banner .bn:hover {
  opacity: .8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .wrap_banner .hd_banner .bn {
    width: 200px;
  }
}
.wrap_banner .hd_banner .bn a {
  display: block;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  padding-top: 250px;
}
@media only screen and (max-width: 767px) {
  #header {
    padding-top: 0px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 320px) {
  #header {
    padding-bottom: 180px;
  }
}
#header .box_inner {
  padding-bottom: 8px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #header .box_inner {
    width: 100%;
  }
}
#header .box_inner .box_l {
  float: left;
  width: 100%;
  padding-right: 300px;
  margin-right: -300px;
}
@media only screen and (max-width: 767px) {
  #header .box_inner .box_l {
    padding-right: 0;
    margin-right: 0;
    text-align: center;
  }
}
#header .box_inner .box_l h1 {
  float: right;
  width: 100%;
  text-align: left;
  padding-left: 190px;
  margin-left: -165px;
  font-weight: normal;
  padding-top: 28px;
  font-size: 85%;
}
@media only screen and (max-width: 767px) {
  #header .box_inner .box_l h1 {
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
    font-size: 70%;
  }
}
#header .box_inner .box_l .logo {
  float: left;
  width: 165px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #header .box_inner .box_l .logo {
    padding-top: 7px;
    padding-right: 5px;
  }
}
#header .box_inner .box_l .logo a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#header .box_inner .box_l .logo a:hover {
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  #header .box_inner .box_l h1, #header .box_inner .box_l .logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#header .box_inner .box_tel {
  float: right;
  text-align: right;
  width: 300px;
  position: relative;
  z-index: 2;
  font-family: "Times New Roman", serif;
  font-size: 231%;
  padding-top: 10px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  #header .box_inner .box_tel {
    display: none;
  }
}
#header .box_inner .box_tel .ic_tel {
  padding-left: 37px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #header .box_inner .box_tel .ic_tel {
    display: none;
  }
}
#header .box_inner .box_tel .ic_tel:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 32px;
  height: 18px;
  background: url(../images/common/ic_tel_free.png) no-repeat;
}
#header .box_inner .box_lang {
  position: absolute;
  z-index: 100;
  top: -250px;
  left: 0;
  width: 115px;
}
#header .box_inner .box_lang .btn_lang > a {
  background: rgba(34, 34, 34, 0.8) !important;
  margin-bottom: 2px;
}
#header .box_inner .box_lang .btn_lang > a:after {
  content: "" !important;
  margin-top: -10px !important;
}
#header .box_inner .box_lang .btn_lang .box_lang_list {
  display: none;
}
#header .box_inner .box_lang .btn_lang .box_lang_list li {
  margin-bottom: 1px;
}
#header .box_inner .box_lang .btn_lang a {
  background: rgba(34, 34, 34, 0.5);
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
  text-decoration: none;
  position: relative;
  padding: 3px 5px 3px 20px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#header .box_inner .box_lang .btn_lang a:hover {
  opacity: .8;
}
#header .box_inner .box_lang .btn_lang a:after {
  content: "\f101";
  font-family: FontAwesome;
  right: 10px;
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: -11px;
  font-size: 13px;
}

#fix_header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#fix_header .box_inner {
  padding-bottom: 0;
}
#fix_header .box_inner li a {
  padding: 8px 5px !important;
}

/* -----------------------------------------------------------
	#gnav
----------------------------------------------------------- */
#gnav, #fix_header {
  background: #fff;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 1px 0;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #gnav, #fix_header {
    display: none;
  }
}
#gnav .box_inner, #fix_header .box_inner {
  background: #f9f9f9;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #gnav .box_inner, #fix_header .box_inner {
    width: 100% !important;
  }
}
#gnav .box_inner ul, #fix_header .box_inner ul {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #gnav .box_inner ul, #fix_header .box_inner ul {
    width: 100% !important;
  }
}
#gnav .box_inner ul li, #fix_header .box_inner ul li {
  float: left;
  position: relative;
  padding-left: 1px;
  width: 12.5%;
  text-align: center;
}
#gnav .box_inner ul li:before, #fix_header .box_inner ul li:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  height: 40px;
  width: 1px;
  background: #cccccc;
}
#gnav .box_inner ul li.gnav_ser a, #fix_header .box_inner ul li.gnav_ser a {
  background: #333333;
}
#gnav .box_inner ul li.gnav_ser a:hover, #fix_header .box_inner ul li.gnav_ser a:hover {
  opacity: .8;
  background: #333333;
}
#gnav .box_inner ul li.gnav_dip a, #fix_header .box_inner ul li.gnav_dip a {
  background: #0e6a85;
}
#gnav .box_inner ul li.gnav_dip a:hover, #fix_header .box_inner ul li.gnav_dip a:hover {
  opacity: .8;
  background: #0e6a85;
}
#gnav .box_inner ul li.gnav_pac a, #fix_header .box_inner ul li.gnav_pac a {
  background: #85100e;
}
#gnav .box_inner ul li.gnav_pac a:hover, #fix_header .box_inner ul li.gnav_pac a:hover {
  opacity: .8;
  background: #85100e;
}
#gnav .box_inner ul li.gnav_ser a:hover, #gnav .box_inner ul li.gnav_pac a:hover, #fix_header .box_inner ul li.gnav_ser a:hover, #fix_header .box_inner ul li.gnav_pac a:hover {
  opacity: .8;
}
@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_hom img, #fix_header .box_inner ul li.gnav_hom img {
    max-width: 41px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_hom img, #fix_header .box_inner ul li.gnav_hom img {
    max-width: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_roo img, #fix_header .box_inner ul li.gnav_roo img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_roo img, #fix_header .box_inner ul li.gnav_roo img {
    max-width: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_res img, #fix_header .box_inner ul li.gnav_res img {
    max-width: 73px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_res img, #fix_header .box_inner ul li.gnav_res img {
    max-width: 51px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_fac img, #fix_header .box_inner ul li.gnav_fac img {
    max-width: 68px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_fac img, #fix_header .box_inner ul li.gnav_fac img {
    max-width: 47px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_sta img, #fix_header .box_inner ul li.gnav_sta img {
    max-width: 65px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_sta img, #fix_header .box_inner ul li.gnav_sta img {
    max-width: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_act img, #fix_header .box_inner ul li.gnav_act img {
    max-width: 93px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_act img, #fix_header .box_inner ul li.gnav_act img {
    max-width: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_loc img, #fix_header .box_inner ul li.gnav_loc img {
    max-width: 58px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_loc img, #fix_header .box_inner ul li.gnav_loc img {
    max-width: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_sig img, #fix_header .box_inner ul li.gnav_sig img {
    max-width: 65px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #gnav .box_inner ul li.gnav_sig img, #fix_header .box_inner ul li.gnav_sig img {
    max-width: 45px;
  }
}

#gnav .box_inner ul li a, #fix_header .box_inner ul li a {
  display: block;
  padding: 17px 5px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#gnav .box_inner ul li a:hover, #fix_header .box_inner ul li a:hover {
  background: #e3e3e3;
}

#homepage #gnav .gnav_hom > a, #homepage #fix_header .gnav_hom > a {
  background: #e3e3e3 !important;
}

#rooms #gnav .gnav_roo > a, #rooms #fix_header .gnav_roo > a {
  background: #e3e3e3 !important;
}

#restaurants #gnav .gnav_res > a, #restaurants #fix_header .gnav_res > a {
  background: #e3e3e3 !important;
}

#facilities #gnav .gnav_fac > a, #facilities #fix_header .gnav_fac > a {
  background: #e3e3e3 !important;
}

#activity #gnav .gnav_act > a, #activity #fix_header .gnav_act > a {
  background: #e3e3e3 !important;
}

#location #gnav .gnav_loc > a, #location #fix_header .gnav_loc > a {
  background: #e3e3e3 !important;
}

/* -----------------------------------------------------------
    検索窓 .searchform
----------------------------------------------------------- */
.searchform .wrp_search {
  height: 0;
  opacity: 0;
  transition: opacity 400ms ease-out;
  overflow: hidden;
}
.searchform .wrp_search.active {
  height: auto;
  opacity: 1;
}
.searchform .wrp_search input[type="text"], .searchform .wrp_search select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.searchform .wrp_search input[type="text"]::-ms-expand, .searchform .wrp_search select::-ms-expand {
  display: none;
}
.searchform .wrp_search input, .searchform .wrp_search select {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  border: solid 1px #ccc;
  color: #333333;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .searchform .wrp_search input, .searchform .wrp_search select {
    font-size: 13px;
  }
}
.searchform .wrp_search label {
  cursor: pointer;
  vertical-align: bottom;
}
.searchform .wrp_search form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.searchform .wrp_search form > * em {
  display: block;
  margin-bottom: 5px;
  font-size: 93%;
}
.searchform .wrp_search form > * select {
  width: 50px;
  height: 40px;
  padding: 0 .5em;
  background: #fff url(../images/common/ic_ser_arrow_down.jpg) center right no-repeat;
  border: solid 1px #ccc;
  color: #333333;
  font-size: 139%;
  line-height: 40px;
  cursor: pointer;
}
.searchform .wrp_search .con_day {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.searchform .wrp_search .con_num {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .searchform .wrp_search .con_num {
    justify-content: flex-start;
  }
}
.searchform .wrp_search .box_day {
  width: 145px;
  margin-right: 15px;
}
.searchform .wrp_search .box_day input {
  width: 100%;
  padding: 8px 10px;
  background: url(../images/common/ic_calender.png) right center no-repeat #fff;
  font-size: 124%;
}
.searchform .wrp_search .box_und {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  .searchform .wrp_search .box_und {
    width: auto;
  }
}
.searchform .wrp_search .box_und input[type="checkbox"] {
  border: 0;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: none;
}
.searchform .wrp_search .box_und input[type="checkbox"]:checked + .checkbox_parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.searchform .wrp_search .box_und .checkbox_parts {
  padding-left: 27px;
  position: relative;
}
.searchform .wrp_search .box_und .checkbox_parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #cccccc;
  background: #fff;
}
.searchform .wrp_search .btn_submit {
  margin-right: .5em;
}
.searchform .wrp_search .btn_submit .btn {
  width: 138px;
  display: block;
  padding: 18px 15px;
  color: #fff;
  background: #595757;
  text-align: center;
  font-size: 124%;
  letter-spacing: .05em;
  cursor: pointer;
  transition: 0.3s;
}
.searchform .wrp_search .btn_submit .btn:hover {
  background: #333333;
  transition: 0.3s;
}
.searchform .wrp_search .btn_submit .box_list {
  margin-left: 8px;
}
.searchform .wrp_search .btn_submit .box_list ul li a {
  text-align: center;
  display: block;
  font-size: 108%;
  color: #fff;
  padding: 2.5px 20px;
  text-decoration: none;
}
.searchform .wrp_search .btn_submit .box_list ul li a i {
  padding-right: 6px;
}
.searchform .wrp_search .btn_plan .btn {
  margin-bottom: 6px;
}
.searchform .wrp_search .btn_plan .btn:last-child {
  margin-bottom: 0;
}
.searchform .wrp_search .btn_plan .btn a {
  display: block;
  padding: 2px 20px;
  text-align: center;
  font-size: 108%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.searchform .wrp_search .btn_plan .btn a:hover {
  transition: 0.3s;
}
.searchform .wrp_search .btn_plan .btn a.pl {
  background: #85100e;
}
.searchform .wrp_search .btn_plan .btn a.pl:hover {
  background: #610907;
}
.searchform .wrp_search .btn_plan .btn a.ap {
  background: #0e6a85;
}
.searchform .wrp_search .btn_plan .btn a.ap:hover {
  background: #063f50;
}
.searchform .wrp_search .wrp_sign_in {
  padding-left: 1em;
}
.searchform .wrp_search .wrp_sign_in .sign_in {
  margin-bottom: 5px;
  font-size: 93%;
}
.searchform .wrp_search .wrp_sign_in .sign_in:last-child {
  margin-bottom: 0;
}
.searchform .wrp_search .wrp_sign_in .sign_in a {
  text-decoration: none;
}
.searchform input[type="text"].datepicker_rsv {
  width: 100%;
  padding: 8px 10px;
  background: url(../images/common/ic_calender.png) right center no-repeat #fff;
  font-size: 124%;
}
@media only screen and (max-width: 767px) {
  .searchform input[type="text"].datepicker_rsv {
    max-width: 180px;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}
.searchform input[type="text"][disabled], .searchform select:disabled, .searchform .custom_select:disabled, .searchform .datepicker:disabled {
  background: #dcdcdc;
  cursor: default;
  opacity: 1 !important;
}
.searchform select, .searchform .custom_select {
  background: url(../images/common/ic_ser_arrow_down.jpg) center right no-repeat #fff;
  border: solid 1px #ccc;
  color: #333333;
  padding: 0 8px;
  line-height: 40px;
  width: 50px;
  height: 40px;
  font-size: 124%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .searchform select, .searchform .custom_select {
    min-width: 50px;
  }
}
.searchform select.obj_budget_min, .searchform select.obj_budget_max, .searchform .custom_select.obj_budget_min, .searchform .custom_select.obj_budget_max {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .searchform select.obj_budget_min, .searchform select.obj_budget_max, .searchform .custom_select.obj_budget_min, .searchform .custom_select.obj_budget_max {
    min-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .searchform select, .searchform .custom_select {
    padding: 0 5px !important;
    height: 45px !important;
    line-height: 45px !important;
  }
}
.searchform select .customSelectInner, .searchform .custom_select .customSelectInner {
  display: inline !important;
}

.con_searchform {
  width: 100%;
  background: #e3e3e3;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_searchform {
    display: none;
  }
}
.con_searchform .searchform_inner {
  padding: 1em;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .con_searchform .searchform_inner {
    padding: 1em 0;
  }
}
@media print {
  .con_searchform .searchform_inner {
    padding: 1em 0;
  }
}
.ie8 .con_searchform .searchform_inner {
  padding: 1em 0;
}
.con_searchform .searchform_inner:before, .con_searchform .searchform_inner:after {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 1px;
  background: #cccccc;
}
@media only screen and (max-width: 1140px) {
  .con_searchform .searchform_inner:before, .con_searchform .searchform_inner:after {
    display: none;
  }
}
@media print {
  .con_searchform .searchform_inner:before, .con_searchform .searchform_inner:after {
    display: none;
  }
}
.ie8 .con_searchform .searchform_inner:before, .ie8 .con_searchform .searchform_inner:after {
  display: none;
}
.con_searchform .searchform_inner:before {
  left: 0;
}
.con_searchform .searchform_inner:after {
  right: 0;
}
@media only screen and (min-width: 1140px) {
  .con_searchform .searchform_inner .search_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_searchform .searchform_inner .search_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con_searchform .searchform_inner .search_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.con_searchform .searchform_inner .search_item .tab {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  .con_searchform .searchform_inner .search_item .tab {
    margin-bottom: 1em;
  }
}
@media print {
  .con_searchform .searchform_inner .search_item .tab {
    margin-bottom: 1em;
  }
}
.ie8 .con_searchform .searchform_inner .search_item .tab {
  margin-bottom: 1em;
}
.con_searchform .searchform_inner .search_item .tab li {
  position: relative;
  padding-left: 1.25em;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: .5em;
}
.con_searchform .searchform_inner .search_item .tab li:last-child {
  margin-right: 0;
}
.con_searchform .searchform_inner .search_item .tab li:hover {
  opacity: .7;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_searchform .searchform_inner .search_item .tab li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 10px;
  left: 0;
  border: 1px solid #4d4d4d;
  position: absolute;
}
.con_searchform .searchform_inner .search_item .tab li.select:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 13px;
  left: 3px;
  background: #4d4d4d;
  position: absolute;
  opacity: 1;
}
@media only screen and (max-width: 1140px) {
  .con_searchform .searchform_inner .search_item .box_title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.3em;
  }
}
@media print {
  .con_searchform .searchform_inner .search_item .box_title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.3em;
  }
}
.ie8 .con_searchform .searchform_inner .search_item .box_title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.3em;
}
.con_searchform .searchform_inner .search_item .box_title h3 {
  position: relative;
  font-weight: normal;
  font-size: 154%;
  text-align: left;
  line-height: 1;
  padding-left: 38px;
}
.con_searchform .searchform_inner .search_item .box_title h3:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: '\f002';
  font-family: FontAwesome;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 4px;
  font-size: 80%;
  line-height: 1.35;
  color: #fff;
  background: #4f4944;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}
.con_searchform .searchform_inner .wrp_search {
  max-width: 960px;
  margin: 0;
}
@media only screen and (max-width: 1140px) {
  .con_searchform .searchform_inner .wrp_search {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media print {
  .con_searchform .searchform_inner .wrp_search {
    max-width: 960px;
    margin: 0 auto;
  }
}
.ie8 .con_searchform .searchform_inner .wrp_search {
  max-width: 960px;
  margin: 0 auto;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst {
  width: 480px;
}
@media only screen and (min-width: 768px) {
  .con_searchform .searchform_inner .wrp_search .wrp_fst {
    padding-right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media print {
  .con_searchform .searchform_inner .wrp_search .wrp_fst {
    padding-right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.ie8 .con_searchform .searchform_inner .wrp_search .wrp_fst {
  padding-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per {
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 900px) {
  .con_searchform .searchform_inner .wrp_search .wrp_fst .box_per {
    padding: 15px 0 15px;
  }
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li {
  display: inline-block;
  margin-right: 10px;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li:last-child {
  margin-right: 0;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li.undecided {
  display: none;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li.sel_03 {
  display: none;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li .st {
  display: block;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li .v_sf_off {
  display: none;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .box_per > ul > li .v_sf_on {
  display: block;
}
.con_searchform .searchform_inner .wrp_search .wrp_fst .con_sta_roo .box_sta, .con_searchform .searchform_inner .wrp_search .wrp_fst .con_sta_roo .box_roo {
  display: inline-block;
}
.con_searchform .searchform_inner .wrp_search .wrp_sec {
  display: none;
}
.con_searchform .searchform_inner .wrp_search .wrp_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.con_searchform .searchform_inner .wrp_search .wrp_btn .links {
  display: table-cell;
  vertical-align: middle;
}
.con_searchform .searchform_inner .wrp_search .wrp_btn .links ul {
  margin-left: 10px;
}
.con_searchform .searchform_inner .wrp_search .wrp_btn .links ul li {
  font-size: 93%;
}
.con_searchform .searchform_inner .wrp_search .wrp_btn .links ul li a {
  text-decoration: none;
}

/* -----------------------------------------------------------
検索窓 モーダル .con_searchform_pop
----------------------------------------------------------- */
.con_searchform_pop {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
.con_searchform_pop .searchform_inner .box_title {
  overflow: hidden;
  max-width: 530px;
  margin: auto;
  padding: 1.5em;
  position: relative;
  z-index: 99;
  top: 3px;
  color: #fff;
  background: #333333;
  border: solid 3px #272727;
  border-radius: 5px;
}
.con_searchform_pop .searchform_inner .box_title:after {
  content: ' ';
  position: absolute;
  top: -10px;
  right: 10px;
  width: 91px;
  height: 98px;
  background: url(../images/common/bg_ic_search.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_title {
    max-width: 390px;
  }
}
.con_searchform_pop .searchform_inner .box_title h3 {
  font-size: 139%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_title h3 {
    text-align: center;
  }
}
.con_searchform_pop .searchform_inner .box_search_content {
  max-width: 530px;
  margin: auto;
  border: solid 3px #272727;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content {
    max-width: 390px;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .tab {
  width: 95%;
  margin: 2em auto 0;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  background: #85100e;
  border: 1px solid #85100e;
}
.con_searchform_pop .searchform_inner .box_search_content .tab li {
  width: calc(100%/2);
  padding: .5em 0;
  text-align: center;
  cursor: pointer;
  background: #f9f9f9;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_searchform_pop .searchform_inner .box_search_content .tab li.select {
  color: #fff;
  background: #85100e;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content {
  padding: 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content {
    padding: 4% 3% 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content {
    min-height: auto;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 768px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media print {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.ie8 .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst {
    padding: 0;
  }
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst > * {
    width: 100%;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst .con_day {
  width: 50%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst .con_day {
    width: 100%;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst .con_day .box_day {
  width: 60%;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst .con_num {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_fst .con_num > * {
    margin-right: 1em;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sec {
  width: 100%;
  padding-top: 1em;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sec .box_pri select {
  width: 155px;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sec .box_pri select {
    width: 46%;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sec .box_chg {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sec .box_chg {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sec .box_chg {
    line-height: 2;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0;
}
@media only screen and (min-width: 768px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ie8 .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn {
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn {
    padding: 15px 0 0;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit {
  width: 100%;
  margin: 0 0 1em;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit {
    width: auto;
    margin: 0;
    margin-right: .5em;
  }
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit .btn {
    width: 160px;
  }
}
@media print {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit {
    width: auto;
    margin: 0;
    margin-right: .5em;
  }
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit .btn {
    width: 160px;
  }
}
.ie8 .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit {
  width: auto;
  margin: 0;
  margin-right: .5em;
}
.ie8 .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_submit .btn {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_btn .btn_plan .btn a {
    padding: 8px 10px;
  }
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sign_in {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1.5em;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .wrp_sign_in .sign_in {
  margin-right: 1em;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .tourlist-form {
  display: none;
}
.con_searchform_pop .searchform_inner .box_search_content .search_content .tourlist-form .tourlist-box .tourlist-menu-box > div {
  margin-bottom: 1em;
}

.dummybox {
  width: 100%;
  float: left;
}

.dummybox_sub {
  width: 530px;
}

.iframebox {
  width: 100%;
  margin: 0 auto;
}
.iframebox iframe {
  width: 100%;
  padding: 0;
  height: 66px;
}
.iframebox select {
  padding: 0 .5em;
}

.iframebox2 {
  width: 100%;
  margin: 0 auto;
}
.iframebox2 iframe {
  width: 100%;
  padding: 0;
  height: 210px;
}

/*-----------------------------------------
    モーダル設定
------------------------------------------*/
.mfp-container {
  -webkit-tap-highlight-color: transparent;
}

.mfp-content {
  padding: 90px 0;
}
@media only screen and (max-width: 1024px) {
  .mfp-content {
    padding: 90px 0;
  }
}

.mfp-bg {
  opacity: 0.6 !important;
}

.mfp-container {
  cursor: pointer;
}

.mfp-close {
  width: 51px !important;
  height: 0 !important;
  overflow: hidden !important;
  margin-right: 10%;
  padding-top: 52px !important;
  right: 0px !important;
  top: -65px !important;
  background: url(../images/common/ic_ser_close.png) no-repeat !important;
  opacity: 1 !important;
  background-size: contain !important;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 1024px) {
  .mfp-close {
    margin-right: 5%;
    width: 40.8px !important;
    padding-top: 41.6px !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-close {
    margin-right: 0;
  }
}
.mfp-close:hover {
  opacity: 0.6 !important;
}

/* -----------------------------------------------------------
con_topicpath パンクズ
----------------------------------------------------------- */
.con_topicpath {
  font-size: 100%;
  padding: 10px 0;
  text-align: left;
  clear: both;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topicpath {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
    font-size: 77%;
  }
}
.con_topicpath ul li {
  display: inline-block;
}
.con_topicpath ul li:first-child i {
  color: #85100e;
  margin: 0 5px 0 0;
}
.con_topicpath ul li a {
  text-decoration: underline;
}
.con_topicpath ul li a:hover {
  text-decoration: none;
}
.con_topicpath ul li i {
  margin: 0 10px;
  font-size: 124%;
  vertical-align: baseline;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .title_page {
  text-align: center;
  font-weight: normal;
  background: url(../images/common/bg_wave.png) center bottom no-repeat;
  background-size: contain !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#contents .title_page span {
  display: inline-block;
}
#contents .title_page span.jp {
  position: relative;
  padding: 0 25px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 216%;
}
@media only screen and (max-width: 767px) {
  #contents .title_page span.jp {
    font-size: 139%;
  }
}
#contents .title_page span.jp:before {
  background: url(../images/common/ic_wing_left.png) no-repeat;
  left: 0;
}
#contents .title_page span.jp:after {
  background: url(../images/common/ic_wing_right.png) no-repeat;
  right: 0;
}
#contents .title_page span.jp:before, #contents .title_page span.jp:after {
  content: ' ';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 22px;
  margin-top: -18px;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  #contents .title_page span.jp:before, #contents .title_page span.jp:after {
    width: 12px;
    margin-top: -11px;
  }
}
#contents .title_page span.en {
  font-family: "Marcellus", serif;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  #contents .title_page span.en {
    font-size: 85%;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #footer {
    border-top: solid 1px #cccccc;
    padding-bottom: 60px;
  }
}
#footer .btn_sitemap {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: #333333;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  max-width: 300px;
  margin: auto;
  display: block;
  text-align: center;
  font-family: "Marcellus", serif;
  cursor: pointer;
  font-size: 131%;
}
#footer .btn_sitemap:hover {
  opacity: .9;
  color: #fff;
}
#footer .btn_sitemap:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  #footer .btn_sitemap {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
#footer .btn_sitemap:after {
  content: '\f103';
}
@media only screen and (max-width: 767px) {
  #footer .btn_sitemap {
    display: none;
  }
}
#footer .con_sitemap {
  border-top: solid 1px #cccccc;
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  #footer .con_sitemap {
    font-size: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_sitemap {
    display: none;
  }
}
#footer .con_sitemap .box_sitemap .box_fnav_01 {
  width: 26.31579%;
}
#footer .con_sitemap .box_sitemap .box_fnav_02 {
  width: 27.19298%;
}
#footer .con_sitemap .box_sitemap .box_fnav_03 {
  width: 27.19298%;
}
#footer .con_sitemap .box_sitemap .box_fnav_04 {
  width: 19.29825%;
}
#footer .con_sitemap .box_sitemap .box_fnav_05 {
  width: 100%;
  clear: both;
  overflow: hidden;
}
#footer .con_sitemap .box_sitemap .box_fnav_01, #footer .con_sitemap .box_sitemap .box_fnav_02, #footer .con_sitemap .box_sitemap .box_fnav_03, #footer .con_sitemap .box_sitemap .box_fnav_04, #footer .con_sitemap .box_sitemap .box_fnav_05 {
  float: left;
  padding-right: 10px;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li, #footer .con_sitemap .box_sitemap .box_fnav_02 > li, #footer .con_sitemap .box_sitemap .box_fnav_03 > li, #footer .con_sitemap .box_sitemap .box_fnav_04 > li, #footer .con_sitemap .box_sitemap .box_fnav_05 > li {
  margin-bottom: 10px;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li i.fa-angle-right, #footer .con_sitemap .box_sitemap .box_fnav_02 > li i.fa-angle-right, #footer .con_sitemap .box_sitemap .box_fnav_03 > li i.fa-angle-right, #footer .con_sitemap .box_sitemap .box_fnav_04 > li i.fa-angle-right, #footer .con_sitemap .box_sitemap .box_fnav_05 > li i.fa-angle-right {
  margin-right: 0.4em;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li i.fa-external-link, #footer .con_sitemap .box_sitemap .box_fnav_02 > li i.fa-external-link, #footer .con_sitemap .box_sitemap .box_fnav_03 > li i.fa-external-link, #footer .con_sitemap .box_sitemap .box_fnav_04 > li i.fa-external-link, #footer .con_sitemap .box_sitemap .box_fnav_05 > li i.fa-external-link {
  margin-left: 0.4em;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li > ul > li, #footer .con_sitemap .box_sitemap .box_fnav_02 > li > ul > li, #footer .con_sitemap .box_sitemap .box_fnav_03 > li > ul > li, #footer .con_sitemap .box_sitemap .box_fnav_04 > li > ul > li, #footer .con_sitemap .box_sitemap .box_fnav_05 > li > ul > li {
  padding-left: 20px;
  background: url(../images/common/bg_list_dotted.png) 0 0 no-repeat;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li > ul > li:first-child, #footer .con_sitemap .box_sitemap .box_fnav_02 > li > ul > li:first-child, #footer .con_sitemap .box_sitemap .box_fnav_03 > li > ul > li:first-child, #footer .con_sitemap .box_sitemap .box_fnav_04 > li > ul > li:first-child, #footer .con_sitemap .box_sitemap .box_fnav_05 > li > ul > li:first-child {
  background: none;
  padding-left: 0;
  margin-bottom: 5px;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li a, #footer .con_sitemap .box_sitemap .box_fnav_02 > li a, #footer .con_sitemap .box_sitemap .box_fnav_03 > li a, #footer .con_sitemap .box_sitemap .box_fnav_04 > li a, #footer .con_sitemap .box_sitemap .box_fnav_05 > li a {
  text-decoration: none;
}
#footer .con_sitemap .box_sitemap .box_fnav_01 > li a span, #footer .con_sitemap .box_sitemap .box_fnav_02 > li a span, #footer .con_sitemap .box_sitemap .box_fnav_03 > li a span, #footer .con_sitemap .box_sitemap .box_fnav_04 > li a span, #footer .con_sitemap .box_sitemap .box_fnav_05 > li a span {
  font-size: 85%;
  display: inline-block;
}
#footer .con_sitemap .box_sitemap .box_fnav_05 li {
  float: left;
  margin: 20px 20px 0 0;
}
#footer .con_sitemap .box_sitemap .box_lang_list {
  display: none;
}
#footer .con_hotels {
  clear: both;
  width: 100%;
  padding: 40px 0;
  background: #f8f8f8;
  border-bottom: solid 1px #cccccc;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_hotels {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotels {
    padding: 32px 0;
  }
}
#footer .con_hotels .box_hotels {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
#footer .con_hotels .box_hotels .st_hotels {
  margin-bottom: 20px;
  font-size: 124%;
  font-family: "Marcellus", serif;
  text-align: center;
  letter-spacing: .01em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_hotels .box_hotels .st_hotels {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotels .box_hotels .st_hotels {
    margin-bottom: 12px;
  }
}
#footer .con_hotels .box_hotels .hotels_list {
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotels .box_hotels .hotels_list {
    flex-wrap: wrap;
  }
}
#footer .con_hotels .box_hotels .hotels_list .item {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_hotels .box_hotels .hotels_list .item {
    margin: 0 2.5px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotels .box_hotels .hotels_list .item {
    margin: 0 2.5px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotels .box_hotels .hotels_list .item {
    width: 22.81617%;
    margin-bottom: 5px;
  }
}
#footer .con_hotels .box_hotels .hotels_list .item a {
  display: block;
}
#footer .con_address {
  padding: 10px 0 15px;
}
#footer .con_address .box_address {
  float: left;
  width: 650px;
  display: table;
}
@media only screen and (max-width: 1024px) {
  #footer .con_address .box_address {
    display: block;
  }
}
#footer .con_address .box_address .logo {
  width: 165px;
  padding-right: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #footer .con_address .box_address .logo {
    margin: 20px auto 10px;
  }
}
#footer .con_address .box_address .logo img {
  max-width: 150px;
}
#footer .con_address .box_address ul {
  font-size: 85%;
}
@media only screen and (max-width: 767px) {
  #footer .con_address .box_address ul li {
    line-height: 2;
  }
}
#footer .con_address .box_address ul li span.txt_rsv {
  color: #cb1815;
}
#footer .con_address .box_address .logo, #footer .con_address .box_address ul {
  display: table-cell;
}
@media only screen and (max-width: 1024px) {
  #footer .con_address .box_address .logo, #footer .con_address .box_address ul {
    display: block;
  }
}
#footer .con_address .box_r {
  float: right;
  width: 400px;
  text-align: right;
  padding-top: 10px;
}
@media only screen and (max-width: 1100px) {
  #footer .con_address .box_r {
    width: 350px;
  }
}
@media print {
  #footer .con_address .box_r {
    width: 350px;
  }
}
.ie8 #footer .con_address .box_r {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  #footer .con_address .box_r > ul {
    margin-bottom: 10px;
  }
}
#footer .con_address .box_r > ul > li {
  display: inline-block;
  margin-left: 5px;
}
#footer .con_address .box_r > ul > li a {
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .con_address .box_r > ul > li a:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  #footer .con_address .box_r > ul > li a i {
    font-size: 18px;
  }
}
#footer .con_address .box_r > ul > li a i.fa-facebook {
  color: #3a459a;
}
#footer .con_address .box_r > ul > li a i.fa-instagram {
  color: #e1306c;
}
#footer .con_address .box_r > ul > li a i.fa-twitter {
  color: #3eb0d5;
}
#footer .con_address .box_r > ul > li a i.fa-tripadvisor {
  color: #198100;
}
#footer .con_address .box_r #copyright {
  font-size: 77%;
}
@media only screen and (max-width: 1100px) {
  #footer .con_address .box_r #copyright {
    font-size: 70%;
  }
}
@media print {
  #footer .con_address .box_r #copyright {
    font-size: 70%;
  }
}
.ie8 #footer .con_address .box_r #copyright {
  font-size: 70%;
}
@media only screen and (max-width: 767px) {
  #footer .con_address .box_r #copyright {
    font-size: 62%;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_address .box_address, #footer .con_address .box_r {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.sp_con_menu {
  display: none;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .sp_con_menu {
    display: block;
    position: fixed;
    bottom: -100%;
    right: 0;
    background: #000;
    width: 100%;
    z-index: 999;
    border-bottom: solid 1px #222;
    background: #fff;
  }
}
.sp_con_menu .box_menu {
  overflow: hidden;
}
.sp_con_menu .box_menu > li {
  width: 25%;
  float: left;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.sp_con_menu .box_menu > li:first-child {
  border-left: none;
  background: #b8b8b8;
}
.sp_con_menu .box_menu > li.sp_ser {
  background: #333333;
  color: #fff;
}
.sp_con_menu .box_menu > li.sp_ser i {
  font-size: 20px;
  line-height: 1.2;
}
.sp_con_menu .box_menu > li.sp_ser a {
  color: #fff;
}
.sp_con_menu .box_menu > li.sp_tel {
  background: #a5a5a5;
}
.sp_con_menu .box_menu > li.sp_tel i {
  font-size: 24px;
}
.sp_con_menu .box_menu > li.sp_rsv {
  background: #85100e;
  color: #fff;
}
.sp_con_menu .box_menu > li.sp_rsv a {
  background: #85100e;
  color: #fff;
  font-size: 80%;
}
.sp_con_menu .box_menu > li.sp_rsv a i {
  font-size: 190%;
  display: inline-block;
  margin-bottom: 5px;
}
.sp_con_menu .box_menu > li.accordion {
  position: relative;
}
.sp_con_menu .box_menu > li#btn_menu {
  position: relative;
}
.sp_con_menu .box_menu > li#btn_menu .menu1 {
  width: 26px;
  height: 3px;
  left: 50%;
  margin-left: -13px;
  background-color: #333333;
  top: 12px;
  position: absolute;
}
.sp_con_menu .box_menu > li#btn_menu .menu2 {
  width: 26px;
  height: 3px;
  left: 50%;
  margin-left: -13px;
  background-color: #333333;
  top: 19px;
  position: absolute;
}
.sp_con_menu .box_menu > li#btn_menu .menu3 {
  width: 26px;
  height: 3px;
  left: 50%;
  margin-left: -13px;
  background-color: #333333;
  top: 26px;
  position: absolute;
}
.sp_con_menu .box_menu > li#btn_menu .menu1, .sp_con_menu .box_menu > li#btn_menu .menu2, .sp_con_menu .box_menu > li#btn_menu .menu3 {
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  /* Opera */
  -moz-transition: all 0.3s ease-out;
  /* Firefox */
  -webkit-transition: all 0.3s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out;
  /* IE */
}
.sp_con_menu .box_menu > li#btn_menu .menuclick1 {
  top: 20px;
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp_con_menu .box_menu > li#btn_menu .menuclick2 {
  opacity: 0;
}
.sp_con_menu .box_menu > li#btn_menu .menuclick3 {
  top: 20px;
  -o-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sp_con_menu .box_menu > li#btn_menu span {
  padding-top: 24px;
}
.sp_con_menu .box_menu > li > a, .sp_con_menu .box_menu > li .tel {
  text-decoration: none;
  font-size: 90%;
  display: block;
  padding: 10px 3px 2px;
  min-height: 58px;
  outline: none;
  line-height: 1.4;
}
.sp_con_menu .box_menu > li > a span, .sp_con_menu .box_menu > li .tel span {
  display: block;
}
.sp_con_menu .box_menu > li .acc {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.sp_con_menu .box_menu > li .acc > li {
  border: dotted 1px #ccc;
}
.sp_con_menu .box_menu > li .acc > li a {
  text-decoration: none;
  display: block;
  padding: 10px;
}
.sp_con_menu .box_lang_sp {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.sp_con_menu .box_lang_sp li {
  margin-bottom: 1px;
  position: relative;
}
.sp_con_menu .box_lang_sp li a {
  display: block;
  text-decoration: none;
  padding: 15px 10px;
  font-size: 108%;
  background: #daf5c7;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.sp_con_menu .box_lang_sp li a:hover {
  background: #e5fbdf;
}
.sp_con_menu .box_lang_sp li a img {
  width: 16px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
.sp_con_menu .box_lang_sp li a i {
  margin-right: 0.3em;
}

.box_sp_menu {
  position: fixed;
  display: none;
  width: 100%;
  left: 0;
  overflow: auto;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.box_sp_menu .box_inner {
  margin: 30px auto;
}
.box_sp_menu .box_inner .btn_gnav_sp_close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9;
  display: block;
}
.box_sp_menu .box_inner .btn_gnav_sp_close .menu1 {
  width: 26px;
  height: 3px;
  left: 50%;
  margin-left: -13px;
  background-color: #333333;
  top: 12px;
  position: absolute;
  top: 20px;
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box_sp_menu .box_inner .btn_gnav_sp_close .menu2 {
  width: 26px;
  height: 3px;
  left: 50%;
  margin-left: -13px;
  background-color: #333333;
  top: 26px;
  position: absolute;
  top: 20px;
  -o-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.box_sp_menu .box_inner .btn_gnav_sp_close span {
  padding-top: 24px;
}
.box_sp_menu .box_inner .logo {
  max-width: 180px;
  margin: 30px auto 20px;
}
.box_sp_menu .box_inner .box_fnav_01:first-child {
  border-top: solid 1px #ccc;
}
.box_sp_menu .box_inner .box_fnav_01 > li, .box_sp_menu .box_inner .box_fnav_02 > li, .box_sp_menu .box_inner .box_fnav_03 > li, .box_sp_menu .box_inner .box_fnav_04 > li, .box_sp_menu .box_inner .box_fnav_05 > li {
  border-bottom: solid 1px #ccc;
}
.box_sp_menu .box_inner .box_fnav_01 > li > a, .box_sp_menu .box_inner .box_fnav_02 > li > a, .box_sp_menu .box_inner .box_fnav_03 > li > a, .box_sp_menu .box_inner .box_fnav_04 > li > a, .box_sp_menu .box_inner .box_fnav_05 > li > a {
  padding: 15px;
}
.box_sp_menu .box_inner .box_fnav_01 > li > a.accordion, .box_sp_menu .box_inner .box_fnav_02 > li > a.accordion, .box_sp_menu .box_inner .box_fnav_03 > li > a.accordion, .box_sp_menu .box_inner .box_fnav_04 > li > a.accordion, .box_sp_menu .box_inner .box_fnav_05 > li > a.accordion {
  position: relative;
}
.box_sp_menu .box_inner .box_fnav_01 > li > a.accordion.active:before, .box_sp_menu .box_inner .box_fnav_02 > li > a.accordion.active:before, .box_sp_menu .box_inner .box_fnav_03 > li > a.accordion.active:before, .box_sp_menu .box_inner .box_fnav_04 > li > a.accordion.active:before, .box_sp_menu .box_inner .box_fnav_05 > li > a.accordion.active:before {
  content: "\f068";
  -o-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  margin-top: -10px;
}
.box_sp_menu .box_inner .box_fnav_01 > li > a.accordion:before, .box_sp_menu .box_inner .box_fnav_02 > li > a.accordion:before, .box_sp_menu .box_inner .box_fnav_03 > li > a.accordion:before, .box_sp_menu .box_inner .box_fnav_04 > li > a.accordion:before, .box_sp_menu .box_inner .box_fnav_05 > li > a.accordion:before {
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: FontAwesome;
  color: #333;
  margin-top: -7px;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.box_sp_menu .box_inner .box_fnav_01 > li > ul, .box_sp_menu .box_inner .box_fnav_02 > li > ul, .box_sp_menu .box_inner .box_fnav_03 > li > ul, .box_sp_menu .box_inner .box_fnav_04 > li > ul, .box_sp_menu .box_inner .box_fnav_05 > li > ul {
  display: none;
}
.box_sp_menu .box_inner .box_fnav_01 > li > ul > li, .box_sp_menu .box_inner .box_fnav_02 > li > ul > li, .box_sp_menu .box_inner .box_fnav_03 > li > ul > li, .box_sp_menu .box_inner .box_fnav_04 > li > ul > li, .box_sp_menu .box_inner .box_fnav_05 > li > ul > li {
  border-top: dotted 1px #ccc;
}
.box_sp_menu .box_inner .box_fnav_01 > li > ul > li:first-child, .box_sp_menu .box_inner .box_fnav_02 > li > ul > li:first-child, .box_sp_menu .box_inner .box_fnav_03 > li > ul > li:first-child, .box_sp_menu .box_inner .box_fnav_04 > li > ul > li:first-child, .box_sp_menu .box_inner .box_fnav_05 > li > ul > li:first-child {
  border-bottom: none;
}
.box_sp_menu .box_inner .box_fnav_01 > li > ul > li > a, .box_sp_menu .box_inner .box_fnav_02 > li > ul > li > a, .box_sp_menu .box_inner .box_fnav_03 > li > ul > li > a, .box_sp_menu .box_inner .box_fnav_04 > li > ul > li > a, .box_sp_menu .box_inner .box_fnav_05 > li > ul > li > a {
  padding-left: 30px;
  background: rgba(204, 204, 204, 0.8);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_sp_menu .box_inner .box_fnav_01 > li > ul > li > a:before, .box_sp_menu .box_inner .box_fnav_02 > li > ul > li > a:before, .box_sp_menu .box_inner .box_fnav_03 > li > ul > li > a:before, .box_sp_menu .box_inner .box_fnav_04 > li > ul > li > a:before, .box_sp_menu .box_inner .box_fnav_05 > li > ul > li > a:before {
    content: ' ';
    background: #333;
    position: absolute;
    left: 15px;
    width: 6px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .box_sp_menu .box_inner .box_fnav_01 > li > ul > li > a i, .box_sp_menu .box_inner .box_fnav_02 > li > ul > li > a i, .box_sp_menu .box_inner .box_fnav_03 > li > ul > li > a i, .box_sp_menu .box_inner .box_fnav_04 > li > ul > li > a i, .box_sp_menu .box_inner .box_fnav_05 > li > ul > li > a i {
    display: none;
  }
}
.box_sp_menu .box_inner .box_fnav_01 a, .box_sp_menu .box_inner .box_fnav_02 a, .box_sp_menu .box_inner .box_fnav_03 a, .box_sp_menu .box_inner .box_fnav_04 a, .box_sp_menu .box_inner .box_fnav_05 a {
  padding: 15px;
  display: block;
  text-decoration: none;
}
.box_sp_menu .box_inner .box_fnav_01 a.accordion.active, .box_sp_menu .box_inner .box_fnav_02 a.accordion.active, .box_sp_menu .box_inner .box_fnav_03 a.accordion.active, .box_sp_menu .box_inner .box_fnav_04 a.accordion.active, .box_sp_menu .box_inner .box_fnav_05 a.accordion.active {
  background: #fff;
}
.box_sp_menu .box_inner .box_fnav_01 a i.fa-angle-right, .box_sp_menu .box_inner .box_fnav_02 a i.fa-angle-right, .box_sp_menu .box_inner .box_fnav_03 a i.fa-angle-right, .box_sp_menu .box_inner .box_fnav_04 a i.fa-angle-right, .box_sp_menu .box_inner .box_fnav_05 a i.fa-angle-right {
  margin-right: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .box_sp_menu .box_inner .box_fnav_clone {
    display: block !important;
  }
}
.box_sp_menu .box_inner .box_fnav_clone li.fnav_rsv a, .box_sp_menu .box_inner .box_fnav_clone li.fnav_ser a {
  background: #85100e;
}
.box_sp_menu .box_inner .box_fnav_clone li.fnav_rsv_tic01 a, .box_sp_menu .box_inner .box_fnav_clone li.fnav_rsv_tic02 a {
  background: #333333;
}
.box_sp_menu .box_inner .box_fnav_clone li a {
  color: #fff;
  text-decoration: none;
  padding-left: 15px !important;
}
.box_sp_menu .box_inner .box_lang_list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.box_sp_menu .box_inner .box_lang_list li {
  border-bottom: solid 1px #ccc;
}
.box_sp_menu .box_inner .box_lang_list li a {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.box_sp_menu .box_inner .box_lang_list li a:hover {
  color: #222 !important;
}
.box_sp_menu .box_inner .box_lang_list li a i {
  margin-right: 0.5em;
}
.box_sp_menu .btn_gnav_sp_close.bottom {
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px;
  background: #000;
  text-decoration: none;
}
.box_sp_menu .btn_gnav_sp_close.bottom i {
  margin-right: 0.5em;
}

.btn_fixsearch {
  position: fixed;
  top: 135px;
  right: 0;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .btn_fixsearch {
    display: none;
  }
}
.btn_fixsearch a {
  display: block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.btn_fixsearch a:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	.con_contact　ページ下部のお知らせ部分
----------------------------------------------------------- */
.con_contact {
  background: #f9f9f9;
  padding: 40px 0;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact {
    margin-bottom: 60px;
  }
}
.con_contact .box_contact {
  text-align: center;
}
.con_contact .box_contact h3 {
  display: inline-block;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  margin-right: 5px;
  font-size: 170%;
  line-height: 100%;
  vertical-align: middle;
}
.con_contact .box_contact h3 span {
  font-family: "Marcellus", serif;
  font-size: 60%;
  color: #666666;
}
.con_contact .box_contact .info {
  display: inline-block;
  margin-left: 0;
  padding: 5px 0;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_contact .box_contact .info {
    border-left: none;
    margin-bottom: 15px;
  }
}
.con_contact .box_contact .info span {
  display: inline-block;
  margin: 5px 0;
}
.con_contact .box_contact .info span em {
  font-family: "Times New Roman", serif;
  font-size: 216%;
  line-height: 100%;
  line-height: 0;
}
.con_contact .box_contact p {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 0 5px 5px;
}
@media only screen and (max-width: 1024px) {
  .con_contact .box_contact p {
    max-width: initial;
  }
}
.con_contact .box_contact p.btn_black {
  text-align: center;
}
.con_contact .box_contact p.btn_black a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: #333333;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.con_contact .box_contact p.btn_black a:hover {
  opacity: .9;
  color: #fff;
}
.con_contact .box_contact p.btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact p.btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_contact .box_contact p.btn_red {
  text-align: center;
}
.con_contact .box_contact p.btn_red a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: #85100e;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.con_contact .box_contact p.btn_red a:hover {
  opacity: .9;
  color: #fff;
}
.con_contact .box_contact p.btn_red a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact p.btn_red a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	アクティビティ
----------------------------------------------------------- */
.con_info_map {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info_map {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_map {
    margin-bottom: 36px;
  }
}
.con_info_map .box_info_map .st_logo_ic {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 40px;
}
.con_info_map .box_info_map .st_logo_ic:before {
  width: 47px;
  background: rgba(186, 13, 10, 0.9);
  z-index: 2;
}
.con_info_map .box_info_map .st_logo_ic:after {
  width: 94px;
  background: rgba(51, 51, 51, 0.9);
}
.con_info_map .box_info_map .st_logo_ic:before, .con_info_map .box_info_map .st_logo_ic:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
}
.con_info_map .box_info_map .st_logo_ic span {
  display: inline-block;
}
.con_info_map .box_info_map .st_logo_ic span.jp {
  font-size: 185%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
}
.con_info_map .box_info_map .st_logo_ic span.jp:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/common/ic_logo.png) no-repeat;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .con_info_map .box_info_map .st_logo_ic span.jp:before {
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_map .box_info_map .st_logo_ic span.jp {
    font-size: 124%;
  }
}
.con_info_map .box_info_map .st_logo_ic span.en {
  font-size: 100%;
  font-family: "Marcellus", serif;
  vertical-align: 3px;
}
@media only screen and (max-width: 767px) {
  .con_info_map .box_info_map .st_logo_ic span.en {
    font-size: 85%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info_map .box_info_map .st_logo_ic {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info_map .box_info_map .st_logo_ic {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .con_info_map .box_info_map .wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .con_info_map .box_info_map .wrp > * {
    width: 50%;
  }
}
@media print {
  .con_info_map .box_info_map .wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .con_info_map .box_info_map .wrp > * {
    width: 50%;
  }
}
.ie8 .con_info_map .box_info_map .wrp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ie8 .con_info_map .box_info_map .wrp > * {
  width: 50%;
}
.con_info_map .box_info_map .wrp > * {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_info_map .box_info_map .wrp .box_img {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_info_map .box_info_map .wrp .box_txt {
    padding-left: 5%;
  }
}
@media print {
  .con_info_map .box_info_map .wrp .box_txt {
    padding-left: 5%;
  }
}
.ie8 .con_info_map .box_info_map .wrp .box_txt {
  padding-left: 5%;
}

.con_contact_activity {
  background: #00a6c9;
  padding: 40px 0;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact_activity {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact_activity {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact_activity {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact_activity {
    margin-bottom: 60px;
  }
}
.con_contact_activity .box_contact {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact_activity .box_contact {
    width: 88%;
  }
}
.con_contact_activity .box_contact h3 {
  display: inline-block;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  color: #fff;
  font-size: 170%;
  line-height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_contact_activity .box_contact h3 {
    margin-bottom: 10px;
  }
}
.con_contact_activity .box_contact h3 span {
  font-family: "Marcellus", serif;
  font-size: 60%;
  color: #fff;
}
.con_contact_activity .box_contact .info {
  max-width: 500px;
  color: #fff;
  display: inline-block;
  margin-left: 4.82456%;
  padding: 5px 0;
  padding-left: 1.75439%;
  border-left: 1px solid #f1f1f1;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_contact_activity .box_contact .info {
    border-left: none;
    margin-bottom: 15px;
  }
}
.con_contact_activity .box_contact .info span {
  display: inline-block;
  margin: 10px 0 0 0;
}
.con_contact_activity .box_contact .info span em {
  font-family: "Times New Roman", serif;
  font-size: 231%;
  line-height: 100%;
  line-height: 0;
}
.con_contact_activity .box_contact p {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 0 5px 5px;
}
.con_contact_activity .box_contact p.btn_black {
  text-align: center;
}
.con_contact_activity .box_contact p.btn_black a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: #333333;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}
.con_contact_activity .box_contact p.btn_black a:hover {
  opacity: .9;
  color: #fff;
}
.con_contact_activity .box_contact p.btn_black a:after {
  content: '\f101';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .con_contact_activity .box_contact p.btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/*----------------------------------------------------
	テーブル tbl_primary　直線のテーブル（レスポン対応）
----------------------------------------------------*/
table.tbl_primary {
  border: 0;
  border-collapse: separate;
  background-color: #ccc;
  width: 100%;
  border-spacing: 1px;
}
table.tbl_primary th {
  background-color: #e4e4e4;
  border: 1px solid #fff;
  color: #1e2219;
  text-align: center;
  padding: 12px 6px;
}
table.tbl_primary td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary th, table.tbl_primary td {
    float: left;
    width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_primary_fix　直線のテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_primary_fix {
  border: 0;
  border-collapse: separate;
  background-color: #ccc;
  width: 100%;
  border-spacing: 1px;
}
table.tbl_primary_fix th {
  background-color: #e4e4e4;
  border: 1px solid #fff;
  color: #1e2219;
  text-align: center;
  padding: 12px 6px;
}
table.tbl_primary_fix td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}

/*----------------------------------------------------
	テーブル tbl_secondary　ドットのテーブル（レスポン対応）
----------------------------------------------------*/
table.tbl_secondary {
  border: 0;
  width: 100%;
}
table.tbl_secondary th {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: dotted 1px #333;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary th {
    width: 30%;
  }
}
table.tbl_secondary td {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: dotted 1px #333;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary th, table.tbl_secondary td {
    float: left;
    width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_secondary_fix　ドットのテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_secondary_fix {
  border: 0;
  width: 100%;
}
table.tbl_secondary_fix th {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: dotted 1px #333;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary_fix th {
    width: 30%;
  }
}
table.tbl_secondary_fix td {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: dotted 1px #333;
}

/*----------------------------------------------------
	テーブル tbl_tertiary　直線のシンプルなテーブル（レスポン対応）
----------------------------------------------------*/
table.tbl_tertiary {
  border: 0;
  width: 100%;
}
table.tbl_tertiary th {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary th {
    width: 30%;
  }
}
table.tbl_tertiary td {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary th, table.tbl_tertiary td {
    float: left;
    width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_tertiary_fix　直線のシンプルなテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_tertiary_fix {
  border: 0;
  width: 100%;
}
table.tbl_tertiary_fix th {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary_fix th {
    width: 30%;
  }
}
table.tbl_tertiary_fix td {
  padding: 12px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}

/* -----------------------------------------------------------
	.slick_defalt slickスライド共通設定
----------------------------------------------------------- */
.slick_defalt.arrow_black .slick-prev {
  left: 25px;
  background: url(../images/common/ic_arrow_b_prev.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt.arrow_black .slick-prev {
    left: 10px;
  }
}
.slick_defalt.arrow_black .slick-prev:before {
  background: url(../images/common/ic_arrow_b_prev.png) no-repeat;
}
.slick_defalt.arrow_black .slick-next {
  right: 25px;
  background: url(../images/common/ic_arrow_b_next.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt.arrow_black .slick-next {
    right: 10px;
  }
}
.slick_defalt.arrow_black .slick-next:before {
  background: url(../images/common/ic_arrow_b_next.png) no-repeat;
}
.slick_defalt .slick-prev,
.slick_defalt .slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -17px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: contain !important;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slick_defalt .slick-prev,
  .slick_defalt .slick-next {
    height: 24px;
    margin-top: -3px;
  }
}
.slick_defalt .slick-prev:hover, .slick_defalt .slick-prev:focus,
.slick_defalt .slick-next:hover,
.slick_defalt .slick-next:focus {
  outline: none;
}
.slick_defalt .slick-prev {
  left: 25px;
  background: url(../images/common/ic_arrow_left_w.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt .slick-prev {
    left: 10px;
  }
}
.slick_defalt .slick-prev:before {
  background: url(../images/common/ic_arrow_left_w.png) no-repeat;
}
.slick_defalt .slick-next {
  right: 25px;
  background: url(../images/common/ic_arrow_right_w.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt .slick-next {
    right: 10px;
  }
}
.slick_defalt .slick-next:before {
  background: url(../images/common/ic_arrow_right_w.png) no-repeat;
}
.slick_defalt .slick-dots {
  position: absolute;
  bottom: -35px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick_defalt .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick_defalt .slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 1px #c3c3c3;
  -moz-box-shadow: 0px 0px 2px 1px #c3c3c3;
  -webkit-box-shadow: 0px 0px 2px 1px #c3c3c3;
}
.slick_defalt .slick-dots li button:hover, .slick_defalt .slick-dots li button:focus {
  outline: none;
}
.slick_defalt .slick-dots li.slick-active button {
  background: #333333;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(30px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

#trip_ai_container {
  bottom: 20px !important;
  left: auto !important;
  right: 32px !important;
  z-index: 99 !important;
}
@media only screen and (max-width: 767px) {
  #trip_ai_container {
    bottom: 70px !important;
    left: 10px !important;
    right: auto !important;
  }
}
