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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_photo .inner, .con_events .inner, .con_plan .inner, .con_plan .inner .box_room .inner {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_photo .inner, .con_events .inner, .con_plan .inner, .con_plan .inner .box_room .inner {
    width: 91.66667%;
  }
}

.con_intro .box_intro:after {
  content: "";
  display: table;
  clear: both;
}

.tmp_title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 23px;
  text-align: center;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .tmp_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_title {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_title {
    line-height: 1.5;
  }
}
.tmp_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: url(../images/home/ic_title_line.png) repeat-x;
}
.tmp_title h2 {
  font-size: 250%;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_title h2 {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_title h2 {
    font-size: 195%;
  }
}
.tmp_title h2 .small {
  display: block;
  font-size: 45%;
}
.tmp_title .en {
  font-size: 100%;
  color: #cf541d;
}

table.tbl_secondary {
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #cf541d;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary {
    font-size: 89%;
  }
}
table.tbl_secondary tr th,
table.tbl_secondary tr td {
  font-weight: normal;
  border-bottom: 1px solid #cf541d;
  padding: 0.8em 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary tr th,
  table.tbl_secondary tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
table.tbl_secondary tr th {
  min-width: 2em;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary tr td {
    padding-left: 1em;
  }
}

.slick-dots {
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  width: 10px;
  padding-top: 10px;
  display: block;
  height: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #4d3911;
}

.inner .box_wrp:last-child {
  margin-bottom: 0 !important;
}
.box_wrp.lay_right, .box_wrp.lay_left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right, .box_wrp.lay_left {
    display: block;
  }
}
.box_wrp.lay_right .img, .box_wrp.lay_left .img {
  width: 60.15625%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_right .img, .box_wrp.lay_left .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .img, .box_wrp.lay_left .img {
    width: 100%;
  }
}
.box_wrp.lay_right .txt_wrp, .box_wrp.lay_left .txt_wrp {
  width: 33.59375%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_right .txt_wrp, .box_wrp.lay_left .txt_wrp {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .txt_wrp, .box_wrp.lay_left .txt_wrp {
    width: 96%;
    padding: 0 2%;
  }
}
.box_wrp.lay_right .txt_wrp h3, .box_wrp.lay_left .txt_wrp h3 {
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_right .txt_wrp h3, .box_wrp.lay_left .txt_wrp h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .txt_wrp h3, .box_wrp.lay_left .txt_wrp h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_right .txt_wrp h3, .box_wrp.lay_left .txt_wrp h3 {
    margin-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .txt_wrp h3, .box_wrp.lay_left .txt_wrp h3 {
    padding-top: 1em;
  }
}
.box_wrp.lay_right .txt_wrp h3 span, .box_wrp.lay_left .txt_wrp h3 span {
  position: relative;
  display: block;
  padding-left: 1.8em;
  line-height: 1.4;
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_right .txt_wrp h3 span, .box_wrp.lay_left .txt_wrp h3 span {
    font-size: 178%;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .txt_wrp h3 span, .box_wrp.lay_left .txt_wrp h3 span {
    font-size: 134%;
  }
}
@media only screen and (max-width: 1024px) {
  .box_wrp.lay_right .txt_wrp h3 span, .box_wrp.lay_left .txt_wrp h3 span {
    padding-left: 1.3em;
  }
}
.box_wrp.lay_right .txt_wrp h3 span:before, .box_wrp.lay_left .txt_wrp h3 span:before {
  content: '';
  position: absolute;
  left: 0;
  top: .5em;
  width: 1.4em;
  height: 1px;
  background: #162326;
}
@media only screen and (max-width: 1024px) {
  .box_wrp.lay_right .txt_wrp h3 span:before, .box_wrp.lay_left .txt_wrp h3 span:before {
    width: 0.8em;
  }
}
.box_wrp.lay_right .tbl_secondary, .box_wrp.lay_left .tbl_secondary {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_right .tbl_secondary, .box_wrp.lay_left .tbl_secondary {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .tbl_secondary, .box_wrp.lay_left .tbl_secondary {
    margin-top: 15px;
  }
}
.box_wrp.lay_right {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_right {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right {
    margin-bottom: 30px;
  }
}
.box_wrp.lay_right .txt_wrp {
  margin-left: 4.6875%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_right .txt_wrp {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_right .txt_wrp {
    margin-left: 0;
  }
}
.box_wrp.lay_left {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_left {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_left {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_left {
    display: flex;
    flex-direction: column;
  }
}
.box_wrp.lay_left .txt_wrp {
  margin-right: 4.6875%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_left .txt_wrp {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_left .txt_wrp {
    margin-right: 0;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_left .img {
    flex-direction: column;
    order: 0;
  }
}
.box_wrp.lay_wide h3 {
  text-align: center;
  font-size: 200%;
  margin-bottom: 40px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_wide h3 {
    font-size: 178%;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_wide h3 {
    font-size: 134%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_wide h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_wide h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_wide h3 {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_wide h3 {
    padding-top: 1em;
  }
}
.box_wrp.lay_wide .box_img .spa_img_pc {
  display: flex;
  justify-content: space-between;
}
.box_wrp.lay_wide .box_img .spa_img_pc .img {
  position: relative;
  max-width: 49.14063%;
}
.box_wrp.lay_wide .box_img .spa_img_pc .img:first-child {
  margin-right: 1.5625%;
}
.box_wrp.lay_wide .box_img .spa_img_pc .img .tit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.box_wrp.lay_wide .box_img .spa_img_pc .img .tit span {
  display: inline-block;
  padding: 0 0.5em;
  background: rgba(0, 0, 0, 0.8);
}
.box_wrp.lay_wide .box_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_wide .box_txt {
    display: block;
  }
}
.box_wrp.lay_wide .box_txt .spa_img_pc {
  position: relative;
  max-width: 49.14063%;
}
.box_wrp.lay_wide .box_txt .spa_img_pc .tit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.box_wrp.lay_wide .box_txt .spa_img_pc .tit span {
  display: inline-block;
  padding: 0 0.5em;
  background: rgba(0, 0, 0, 0.8);
}
.box_wrp.lay_wide .box_txt .txt_wrp {
  max-width: 46.25%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .box_wrp.lay_wide .box_txt .txt_wrp {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_wide .box_txt .txt_wrp {
    max-width: 96%;
  }
}
.box_wrp.lay_wide .box_txt .txt_wrp .tbl_secondary {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_wrp.lay_wide .box_txt .txt_wrp .tbl_secondary {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box_wrp.lay_wide .box_txt .txt_wrp .tbl_secondary {
    margin-top: 15px;
  }
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
#header {
  position: relative;
  background: url(../images/home/img_main.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #header {
    min-height: 950px;
  }
}
@media print {
  #header {
    min-height: 950px;
  }
}
.ie8 #header {
  min-height: 950px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    min-height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    background: url(../images/home/img_main-sp.jpg) no-repeat center;
    background-size: 100%;
    padding-top: 132.8125%;
  }
}
#header .con_header {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    position: static;
  }
}
#header .con_header .logo {
  width: 157px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_header .logo {
    width: 31.25%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_header {
    max-width: 500px;
  }
}
#header .con_header .box_header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header h1 {
    width: 82%;
  }
}
#header .con_header .box_header h1 .small {
  font-size: 77%;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header h1 .small {
    font-size: 67%;
  }
}
#header .con_header .box_header h1 .blue {
  color: #cf541d;
}
@media only screen and (max-width: 1024px) {
  #header .con_header .box_header {
    position: static;
  }
}

/* -----------------------------------------------------------
	btn_plan
----------------------------------------------------------- */
#btn_plan {
  position: fixed;
  z-index: 99;
  top: 38%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (min-width: 768px) {
  #btn_plan {
    background: rgba(207, 84, 29, 0.8);
    padding: 1% 2.5% 1% 1%;
  }
}
@media print {
  #btn_plan {
    background: rgba(207, 84, 29, 0.8);
    padding: 1% 2.5% 1% 1%;
  }
}
.ie8 #btn_plan {
  background: rgba(207, 84, 29, 0.8);
  padding: 1% 2.5% 1% 1%;
}
@media only screen and (max-width: 767px) {
  #btn_plan {
    display: table;
    width: 70px;
    height: 70px;
    top: auto;
    bottom: 2.5%;
    right: 2.5%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#btn_plan a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
#btn_plan a img {
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  #btn_plan a img {
    width: 30%;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #btn_plan a {
    display: table-cell;
    vertical-align: middle;
    background: #cf541d;
    font-size: 10px;
  }
}
#btn_plan a .txt {
  line-height: 1.5;
  font-size: 89%;
}
#btn_plan a .txt span {
  font-size: 113%;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 50px;
  }
}
.con_intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 553px;
  height: 635px;
  background: url(../images/home/bg_intro_spider01.png) no-repeat top left;
}
@media only screen and (max-width: 767px) {
  .con_intro:before {
    width: 70%;
    height: 24%;
    background-size: contain;
  }
}
.con_intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 514px;
  height: 420px;
  background: url(../images/home/bg_intro_spider02.png) no-repeat bottom right;
}
@media only screen and (max-width: 767px) {
  .con_intro:after {
    width: 82%;
    height: 20%;
    background-size: contain;
  }
}
.con_intro .box_intro {
  padding-bottom: 92px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    padding-bottom: 30px;
  }
}
.con_intro .box_intro .box_img {
  float: right;
  width: 41.93878%;
}
@media only screen and (max-width: 1220px) {
  .con_intro .box_intro .box_img {
    width: 50%;
  }
}
@media print {
  .con_intro .box_intro .box_img {
    width: 50%;
  }
}
.ie8 .con_intro .box_intro .box_img {
  width: 50%;
}
.con_intro .box_intro .box_txt {
  float: right;
  width: 35.71429%;
  min-width: 657px;
  margin-right: 5.61224%;
}
@media only screen and (max-width: 1220px) {
  .con_intro .box_intro .box_txt {
    min-width: auto;
    width: 45%;
    margin: 0 2% 0 3%;
  }
}
@media print {
  .con_intro .box_intro .box_txt {
    min-width: auto;
    width: 45%;
    margin: 0 2% 0 3%;
  }
}
.ie8 .con_intro .box_intro .box_txt {
  min-width: auto;
  width: 45%;
  margin: 0 2% 0 3%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_intro .box_txt {
    width: 92%;
    min-width: auto;
    margin: 0 2% 0 0;
    padding: 0 4% 0 4%;
    float: none;
    background: url(../images/home/bg_intro.png) no-repeat 340px 140px;
  }
}
.con_intro .box_intro .box_txt .sst {
  margin-top: 90px;
  padding-bottom: 55px;
  font-size: 278%;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_txt .sst {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_txt .sst {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_txt .sst {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_txt .sst {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_txt .sst {
    font-size: 195%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_txt .sst {
    font-size: 139%;
  }
}
@media only screen and (max-width: 1220px) {
  .con_intro .box_intro .box_txt .sst {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media print {
  .con_intro .box_intro .box_txt .sst {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
.ie8 .con_intro .box_intro .box_txt .sst {
  margin-top: 0;
  padding-bottom: 25px;
}
.con_intro .box_intro .box_txt .sst .orange {
  color: #cf541d;
}
.con_intro .box_intro .box_txt .txt {
  line-height: 2.53;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_txt .txt {
    line-height: 2;
  }
}
.con_intro .box_event {
  position: relative;
  display: flex;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_event {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_event {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .box_event {
    max-width: 1400px;
    margin: auto;
  }
}
@media print {
  .con_intro .box_event {
    max-width: 1400px;
    margin: auto;
  }
}
.ie8 .con_intro .box_event {
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  .con_intro .box_event {
    align-items: center;
  }
}
@media print {
  .con_intro .box_event {
    align-items: center;
  }
}
.ie8 .con_intro .box_event {
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_event {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_intro .box_event {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_event {
    display: block;
  }
}
.con_intro .box_event ul {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .con_intro .box_event ul {
    width: 64.28571%;
    margin-top: -18%;
    margin-right: 4.28571%;
  }
}
@media print {
  .con_intro .box_event ul {
    width: 64.28571%;
    margin-top: -18%;
    margin-right: 4.28571%;
  }
}
.ie8 .con_intro .box_event ul {
  width: 64.28571%;
  margin-top: -18%;
  margin-right: 4.28571%;
}
@media only screen and (max-width: 1600px) {
  .con_intro .box_event ul {
    margin-top: 0;
  }
}
@media print {
  .con_intro .box_event ul {
    margin-top: 0;
  }
}
.ie8 .con_intro .box_event ul {
  margin-top: 0;
}
.con_intro .box_event ul li {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_event ul li {
    float: none;
  }
}
.con_intro .box_event ul li:nth-child(2) {
  margin-top: 108px;
}
.con_intro .box_event ul li:last-child {
  margin-top: 25px;
  margin-right: 0;
}
.con_intro .box_event ul li .wrp {
  position: relative;
}
.con_intro .box_event ul li .wrp .tit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.con_intro .box_event ul li .wrp .tit span {
  display: inline-block;
  padding: 0 0.5em;
  background: rgba(0, 0, 0, 0.8);
}
.con_intro .box_event ul li .wrp .tit span.car {
  font-size: 84%;
  margin-bottom: 3px;
}
.con_intro .box_event ul li .wrp .tit span.spot {
  font-size: 100%;
}
.con_intro .box_event .box_img {
  margin-bottom: 20px;
  width: 88%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_event .box_img {
    width: 55%;
    margin-right: 3%;
  }
}
.con_intro .box_event .box_map {
  padding-top: 215px;
  background: url(../images/home/bg_intro_pampkin.png) no-repeat top center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_event .box_map {
    padding-top: 175px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .box_event .box_map {
    width: 31.42857%;
  }
}
@media print {
  .con_intro .box_event .box_map {
    width: 31.42857%;
  }
}
.ie8 .con_intro .box_event .box_map {
  width: 31.42857%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_event .box_map {
    position: static;
    width: 96%;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_event .box_map {
    width: 42%;
  }
}
.con_intro .box_event .box_map p {
  font-size: 117%;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_event .box_map p {
    font-size: 117%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_event .box_map p {
    font-size: 112%;
  }
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link .inner {
  position: relative;
  padding: 90px 0 80px 0;
  background: url(../images/home/bg_link_tex.jpg) repeat-x;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_link .inner {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .inner {
    padding: 50px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .inner {
    background-size: cover;
  }
}
.con_link .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 327px;
  height: 291px;
  background: url(../images/home/bg_link_asagao.png) no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_link .inner:before {
    width: 277px;
    height: 181px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .inner:before {
    width: 107px;
    height: 86px;
    background-size: cover;
  }
}
.con_link .inner h2 {
  margin-bottom: 36px;
  text-align: center;
  font-weight: bold;
  color: #e4e1d8;
  font-size: 250%;
}
@media only screen and (max-width: 767px) {
  .con_link .inner h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_link .inner h2 {
    font-size: 195%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .inner h2 {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .inner h2 {
    font-size: 167%;
  }
}
.con_link .inner ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_link .inner ul {
    display: block;
  }
}
.con_link .inner ul li {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_link .inner ul li {
    margin-right: 0;
  }
}
.con_link .inner ul li:last-child {
  margin-right: 0;
}
.con_link .inner ul li a {
  display: block;
  text-decoration: none;
  color: #e4e1d8;
  padding: 10px;
  text-align: center;
}
.con_link .inner ul li a:hover {
  background: #d8e3e4;
  color: #162326;
}
.con_link .inner ul li a .txt {
  margin-top: 18px;
  font-weight: bold;
  line-height: 1.7;
  font-size: 134%;
}
.con_link .inner ul li a .txt .txt_small {
  display: block;
  font-size: 75%;
}

/* -----------------------------------------------------------
	.con_photo
----------------------------------------------------------- */
.con_photo {
  position: relative;
  padding: 100px 0 120px 0;
  background: url(../images/home/bg_photo.jpg) repeat;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_photo {
    padding: 50px 0 60px 0;
  }
}
.con_photo .inner .tmp_title h2 {
  position: relative;
  width: 11em;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .con_photo .inner .tmp_title h2 {
    width: auto;
  }
}
.con_photo .inner .tmp_title h2:before {
  position: absolute;
  top: 9px;
  left: -108px;
  content: "";
  width: 132px;
  height: 103px;
  background: url(../images/home/ic_photo_left.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_photo .inner .tmp_title h2:before {
    top: -41px;
    left: -8px;
    width: 80px;
    height: 63px;
    background-size: cover;
  }
}
.con_photo .inner .tmp_title h2:after {
  position: absolute;
  top: -11px;
  right: -93px;
  content: "";
  width: 127px;
  height: 119px;
  background: url(../images/home/ic_photo_right.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_photo .inner .tmp_title h2:after {
    top: 66px;
    right: -33px;
    width: 80px;
    height: 75px;
    background-size: cover;
  }
}
.con_photo .inner .box_wrp.lay_right .txt_wrp h3, .con_photo .inner .box_wrp.lay_left .txt_wrp h3 {
  background: url(../images/home/ic_fac_small.png) no-repeat left top;
}
@media only screen and (max-width: 1024px) {
  .con_photo .inner .box_wrp.lay_right .txt_wrp h3, .con_photo .inner .box_wrp.lay_left .txt_wrp h3 {
    background-size: contain;
  }
}
.con_photo .inner .box_wrp.lay_wide {
  background: url(../images/home/ic_fac_large.png) no-repeat center top;
}
.con_photo .inner .box_wrp .box_img .view_sp li {
  position: relative;
}
.con_photo .inner .box_wrp .box_img .view_sp li .tit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.con_photo .inner .box_wrp .box_img .view_sp li .tit span {
  display: inline-block;
  padding: 0 0.5em;
  background: rgba(0, 0, 0, 0.8);
}

/* -----------------------------------------------------------
	.con_events
----------------------------------------------------------- */
.con_events {
  position: relative;
  padding: 100px 0 0 0;
  background: url(../images/home/bg_events.jpg);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_events {
    padding: 50px 0 0 0;
  }
}
.con_events .inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .con_events .inner {
    padding-bottom: 50px;
  }
}
.con_events .inner .tmp_title h2 {
  position: relative;
  width: 11em;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .con_events .inner .tmp_title h2 {
    width: auto;
  }
}
.con_events .inner .tmp_title h2:before {
  position: absolute;
  top: -56px;
  left: -126px;
  content: "";
  width: 149px;
  height: 162px;
  background: url(../images/home/ic_events_left.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_events .inner .tmp_title h2:before {
    top: -41px;
    left: -8px;
    width: 100px;
    height: 109px;
    background-size: cover;
  }
}
.con_events .inner .tmp_title h2:after {
  position: absolute;
  bottom: -51px;
  right: -100px;
  content: "";
  width: 107px;
  height: 100px;
  background: url(../images/home/ic_events_right.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_events .inner .tmp_title h2:after {
    top: 66px;
    right: -13px;
    width: 80px;
    height: 75px;
    background-size: cover;
  }
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
  position: relative;
  padding: 100px 0 120px 0;
  background: url(../images/home/bg_plan_bottom.jpg) no-repeat bottom;
  background-color: #0d0d10;
  color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_plan {
    padding: 50px 0 60px 0;
  }
}
.con_plan:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 917px;
  height: 456px;
  background: url(../images/home/bg_plan_right.png) no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_plan:before {
    right: -100px;
    width: 100%;
    height: 161px;
    background: url(../images/home/bg_plan_right.png) no-repeat right;
    background-size: contain;
  }
}
.con_plan:after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 831px;
  height: 610px;
  background: url(../images/home/bg_plan_left.png) no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .con_plan:after {
    display: none;
  }
}
.con_plan .inner {
  position: relative;
  z-index: 3;
}
.con_plan .inner .tmp_title h2 {
  position: relative;
  width: 10em;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.con_plan .inner .tmp_title h2:after {
  position: absolute;
  bottom: -88px;
  left: -73px;
  content: "";
  width: 85px;
  height: 83px;
  background: url(../images/home/ic_plan_top.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .tmp_title h2:after {
    left: -13px;
  }
}
.con_plan .inner .box_room {
  padding: 25px 0 0 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room {
    padding: 20px 0 0 0;
  }
}
.con_plan .inner .box_room .inner .room_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_room .inner .room_title {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .room_title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .room_title {
    display: block;
  }
}
.con_plan .inner .box_room .inner .room_title .limited span {
  display: inline-block;
  font-size: 100%;
  margin-right: 1.5em;
  padding: 0.2em 1em;
  background: #cf541d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_room .inner .room_title .limited span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .room_title .limited span {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .room_title .limited span {
    margin-right: 0;
  }
}
.con_plan .inner .box_room .inner .room_title h3 {
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_room .inner .room_title h3 {
    font-size: 178%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .room_title h3 {
    font-size: 134%;
  }
}
.con_plan .inner .box_room .inner .box_img .room_img_pc {
  display: flex;
  justify-content: space-between;
}
.con_plan .inner .box_room .inner .box_img .room_img_pc .img {
  position: relative;
  width: 72.65625%;
}
.con_plan .inner .box_room .inner .box_img .room_img_pc .img:first-child {
  width: 26.5625%;
  margin-right: 0.78125%;
}
.con_plan .inner .box_room .inner .box_img .view_sp {
  margin-bottom: 20px;
}
.con_plan .inner .box_room .inner .box_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_plan .inner .box_room .inner .box_txt {
    display: block;
  }
}
.con_plan .inner .box_room .inner .box_txt .room_img_pc {
  order: 1;
  position: relative;
  max-width: 49.14063%;
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .box_txt .room_img_pc {
    order: 0;
  }
}
.con_plan .inner .box_room .inner .box_txt .txt_wrp {
  order: 0;
  max-width: 46.25%;
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp {
    max-width: 96%;
  }
}
.con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary th {
    min-width: 8em;
  }
}
@media print {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary th {
    min-width: 8em;
  }
}
.ie8 .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary th {
  min-width: 8em;
}
@media only screen and (min-width: 1025px) {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary td {
    min-width: 15em;
  }
}
@media print {
  .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary td {
    min-width: 15em;
  }
}
.ie8 .con_plan .inner .box_room .inner .box_txt .txt_wrp .tbl_secondary td {
  min-width: 15em;
}
.con_plan .inner .box_plan {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_plan {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan {
    margin-top: 40px;
  }
}
.con_plan .inner .box_plan .box_wrp {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_plan .inner .box_plan .box_wrp {
    display: block;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp {
    display: block;
  }
}
.con_plan .inner .box_plan .box_wrp .img,
.con_plan .inner .box_plan .box_wrp .plan_txt {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_plan .inner .box_plan .box_wrp .img,
  .con_plan .inner .box_plan .box_wrp .plan_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp .img,
  .con_plan .inner .box_plan .box_wrp .plan_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_plan .inner .box_plan .box_wrp .img {
    position: relative;
    height: 0;
    padding-top: 49.287%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_plan .inner .box_plan .box_wrp .img {
    width: 90%;
    margin: auto;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_plan .inner .box_plan .box_wrp .img img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
  }
}
.con_plan .inner .box_plan .box_wrp .plan_txt {
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt {
    padding: 1em 1em 2em 1em;
  }
}
.con_plan .inner .box_plan .box_wrp .plan_txt .sst {
  margin-bottom: 45px;
  font-size: 167%;
  color: #cf541d;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt .sst {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt .sst {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt .sst {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt .sst {
    font-size: 123%;
  }
}
.con_plan .inner .box_plan .box_wrp .plan_txt .txt {
  font-size: 89%;
  margin-bottom: 35px;
  color: #162326;
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt .txt {
    margin-bottom: 20px;
  }
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a {
  max-width: 400px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  color: #cf541d;
  font-weight: bold;
  text-align: center;
  transition: all 0.6s ease;
  transition-delay: .2s;
}
@media only screen and (max-width: 767px) {
  .con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a {
    max-width: none;
    width: 85%;
    margin: auto;
  }
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:hover {
  background: #cf541d;
  color: #fff;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:hover:before, .con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:hover:after {
  width: 0%;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:hover span:before, .con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:hover span:after {
  height: 0%;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:before, .con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  width: 96%;
  height: 4px;
  border-top: 1px solid #cf541d;
  border-bottom: 1px solid #cf541d;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:before {
  top: 0;
  left: 2%;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a:after {
  right: 2%;
  bottom: 0;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a span {
  padding: 1em 1.5em;
  display: block;
  position: relative;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a span:before, .con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a span:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 96%;
  border-left: 1px solid #cf541d;
  border-right: 1px solid #cf541d;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a span:before {
  left: 0;
  bottom: 2%;
}
.con_plan .inner .box_plan .box_wrp .plan_txt .btn_plan a span:after {
  right: 0;
  top: 2%;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
#footer {
  position: relative;
  padding-top: 750px;
  background: url(../images/home/bg_footer.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 570px;
    background-size: cover;
  }
}
#footer .inner {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .inner {
    top: 60px;
  }
}
#footer .con_contact {
  max-width: 1086px;
  margin: auto;
  margin-bottom: 70px;
  border: 3px solid #cf541d;
  background: #e4e3eb;
}
@media only screen and (max-width: 767px) {
  #footer .con_contact {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_contact {
    width: 95%;
  }
}
#footer .con_contact .box_contact {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  padding: 1.4em 0;
}
#footer .con_contact .box_contact h3 {
  position: relative;
  width: 24.12523%;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  background: transparent url(../images/home/bg_contact_2.jpg) no-repeat right center;
  position: relative;
  font-size: 139%;
}
#footer .con_contact .box_contact h3:after {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  border-bottom: 1px dotted #333;
  bottom: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  #footer .con_contact .box_contact h3:after {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_contact .box_contact h3 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_contact .box_contact h3 {
    display: block;
    width: 100%;
    background: none;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
#footer .con_contact .box_contact .box_tel {
  width: 36.83241%;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_contact .box_contact .box_tel {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_contact .box_contact .box_tel {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
}
#footer .con_contact .box_contact .box_tel .tel {
  font-family: "Cinzel", serif;
  font-size: 123%;
}
#footer .con_contact .box_contact .box_tel .tel a {
  text-decoration: none;
}
#footer .con_contact .box_contact .box_tel .time {
  font-size: 78%;
}
#footer .con_contact .box_contact .btn_blue {
  text-align: left;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_contact .box_contact .btn_blue {
    padding-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_contact .box_contact .btn_blue {
    display: block;
    margin: 0 2.5%;
    padding-right: 0;
    text-align: center;
  }
}
#footer .con_contact .box_contact .btn_blue a {
  display: inline-block;
  width: 100%;
  padding: .7em 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #cf541d;
  max-width: 370px;
}
@media only screen and (max-width: 767px) {
  #footer .con_contact .box_contact .btn_blue a {
    max-width: none;
    width: 85%;
    margin: auto;
  }
}
#footer .con_contact .box_contact .btn_blue a:hover {
  background: #fff;
  color: #cf541d;
}
#footer .con_search {
  position: relative;
}
#footer .con_search .con_inner {
  max-width: 1280px;
  margin: auto;
  padding: 20px 20px 30px;
  background: #e4e3eb;
}
@media only screen and (max-width: 1024px) {
  #footer .con_search .con_inner {
    width: 95%;
  }
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .con_inner {
    width: 95%;
  }
}
@media print {
  #footer .con_search .con_inner {
    width: 95%;
  }
}
.ie8 #footer .con_search .con_inner {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  #footer .con_search .con_inner {
    background: none;
    padding: 0;
  }
}
#footer .con_search .con_inner > div {
  display: table;
  width: 100%;
}
#footer .con_search .con_inner > div > * {
  display: table-cell;
  vertical-align: middle;
}
#footer .con_search .con_inner .st_search {
  font-weight: normal;
  font-size: 139%;
  text-align: center;
  vertical-align: middle;
  transform: translateY(12.5%);
  padding-right: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .con_inner .st_search {
    padding-right: 10px;
  }
}
@media print {
  #footer .con_search .con_inner .st_search {
    padding-right: 10px;
  }
}
.ie8 #footer .con_search .con_inner .st_search {
  padding-right: 10px;
}
#footer .con_search .con_inner .st_search span {
  display: block;
  font-size: 73%;
}
#footer .con_search .con_inner #search_trip form {
  box-shadow: none;
}
#footer .con_search .con_inner #search_trip form > * {
  display: inline-block;
  vertical-align: baseline;
}
#footer .con_search .con_inner #search_trip form.search-widget-search-container-bf1818 {
  background: none;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  #footer .con_search .con_inner #search_trip .search-widget-two-picker-wrapper-4ca735 {
    margin-bottom: 10px;
  }
}
#footer .con_search .con_inner #search_trip .input-container-input-container-da40af {
  margin: 0 10px 0 0;
}
#footer .con_search .con_inner #search_trip .input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 76%;
}
#footer .con_search .con_inner #search_trip form input.search-widget-calendar-9fdfc9 {
  width: 100% !important;
  max-width: initial;
  min-width: 270px;
}
#footer .con_search .con_inner #search_trip form .button-btn-f51c1a {
  margin: 0;
  padding: 10px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  #footer .con_search .con_inner #search_trip form .button-btn-f51c1a {
    margin-left: 15px;
  }
}
#footer .con_search .con_inner .wrp_btn {
  vertical-align: bottom;
  padding-left: 30px;
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .con_inner .wrp_btn {
    display: none;
  }
}
@media print {
  #footer .con_search .con_inner .wrp_btn {
    display: none;
  }
}
.ie8 #footer .con_search .con_inner .wrp_btn {
  display: none;
}
#footer .con_search .con_inner .wrp_btn ul {
  display: table;
  width: 100%;
}
#footer .con_search .con_inner .wrp_btn ul li {
  display: table-cell;
  vertical-align: middle;
}
#footer .con_search .con_inner .wrp_btn ul li:first-child {
  padding-right: 10px;
}
#footer .con_search .con_inner .wrp_btn ul li a {
  white-space: nowrap;
}
#footer .con_search .con_inner .wrp_btn ul li.plan a {
  display: inline-block;
  padding: .7em 1.5em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  transition: all 0.2s ease;
  background: #4d3911;
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
#footer .con_search .con_inner .wrp_btn ul li.plan a:hover {
  background: #33260b;
}
@media only screen and (max-width: 767px) {
  #footer .con_search .con_inner .wrp_btn ul li.plan a {
    max-width: none;
    width: 85%;
    margin: auto;
  }
}
#footer .con_search .con_inner .wrp_btn ul li.train i {
  margin-right: 5%;
}
#footer .con_search .con_inner .wrp_btn ul li.search a {
  display: inline-block;
  padding: .7em 1.5em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  transition: all 0.2s ease;
  background: #5a4f39;
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_search .con_inner .wrp_btn ul li.search a {
    max-width: none;
    width: 85%;
    margin: auto;
  }
}
#footer .con_search .con_inner .wrp_btn ul li.search a:hover {
  background: #403828;
}
#footer .con_search .con_inner .wrp_link {
  vertical-align: middle;
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .con_inner .wrp_link {
    display: none;
  }
}
@media print {
  #footer .con_search .con_inner .wrp_link {
    display: none;
  }
}
.ie8 #footer .con_search .con_inner .wrp_link {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_search .con_inner .wrp_link {
    margin-left: 20px;
  }
}
#footer .con_search .con_inner .wrp_link ul {
  display: flex;
  justify-content: end;
  transform: translateY(12.5%);
}
@media only screen and (max-width: 767px) {
  #footer .con_search .con_inner .wrp_link ul {
    display: block;
  }
}
#footer .con_search .con_inner .wrp_link ul li {
  line-height: 1.3;
  margin-right: 20px;
}
#footer .con_search .con_inner .wrp_link ul li:last-child {
  margin-right: 0;
}
#footer .con_search .con_inner .wrp_link a {
  white-space: nowrap;
  font-size: 82%;
}
#footer .con_search .con_inner .wrp_link a i {
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  #footer .con_search .wrp {
    display: none !important;
  }
}
#footer .con_search .view_tab {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .view_tab {
    display: block;
    text-align: right;
  }
}
@media print {
  #footer .con_search .view_tab {
    display: block;
    text-align: right;
  }
}
.ie8 #footer .con_search .view_tab {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #footer .con_search .view_tab {
    display: none;
  }
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .view_tab > * {
    display: inline-block !important;
  }
}
@media print {
  #footer .con_search .view_tab > * {
    display: inline-block !important;
  }
}
.ie8 #footer .con_search .view_tab > * {
  display: inline-block !important;
}
@media only screen and (max-width: 1260px) {
  #footer .con_search .view_tab ul {
    text-align: left;
  }
}
@media print {
  #footer .con_search .view_tab ul {
    text-align: left;
  }
}
.ie8 #footer .con_search .view_tab ul {
  text-align: left;
}
#footer .con_search .btn_sprsv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#footer .con_search .btn_sprsv .btn_rsv {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}
#footer .con_search .btn_sprsv .btn_rsv a {
  padding: 1em 1.5em;
  display: block;
  background: #ac7e1e;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#footer .con_search .btn_sprsv .btn_cal,
#footer .con_search .btn_sprsv .btn_one {
  float: left;
  width: 48%;
}
#footer .con_search .btn_sprsv .btn_cal a,
#footer .con_search .btn_sprsv .btn_one a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 89%;
  transition: all 0.2s ease;
  background: #5a4f39;
  display: block;
  width: 100% !important;
  padding: 1em 0;
}
#footer .con_search .btn_sprsv .btn_cal a:hover,
#footer .con_search .btn_sprsv .btn_one a:hover {
  background: #403828;
}
@media only screen and (max-width: 767px) {
  #footer .con_search .btn_sprsv .btn_cal a:hover,
  #footer .con_search .btn_sprsv .btn_one a:hover {
    max-width: none;
    width: 85%;
    margin: auto;
  }
}
#footer #copyright {
  clear: both;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 29px 0;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    padding: 5% 0;
  }
}
