@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_newsflash {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_newsflash {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_header
----------------------------------------------------------- */
#header .con_header {
  top: calc(100vh - 115px);
}
#header .con_header .st_main_hd {
  display: block;
}
@media only screen and (max-width: 1280px) {
  #header .con_header .st_main_hd {
    display: none;
  }
}
@media print {
  #header .con_header .st_main_hd {
    display: none;
  }
}
.ie8 #header .con_header .st_main_hd {
  display: none;
}
@media only screen and (min-width: 1600px) {
  #header .con_header .st_main_hd .jp br {
    display: none;
  }
}
@media print {
  #header .con_header .st_main_hd .jp br {
    display: none;
  }
}
.ie8 #header .con_header .st_main_hd .jp br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #header .con_top_header {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  #header .header_language {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .header_language {
    top: 70px;
    text-shadow: 2px 1px 1px #000;
  }
}
@media only screen and (max-width: 767px) {
  #header .header_language {
    top: 29px;
    text-shadow: 2px 1px 1px #000;
  }
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
}
.con_main .st_main_hd {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0 2.5%;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .con_main .st_main_hd {
    display: block;
  }
}
@media print {
  .con_main .st_main_hd {
    display: block;
  }
}
.ie8 .con_main .st_main_hd {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .con_main .st_main_hd {
    text-align: left;
    text-shadow: 2px 1px 1px #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .st_main_hd {
    top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .st_main_hd {
    top: 8.5em;
  }
}
.con_main .st_main_hd .jp {
  display: block;
  font-size: 134%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_main .st_main_hd .jp {
    font-size: 94%;
    letter-spacing: normal;
  }
}
.con_main .st_main_hd .jp br {
  display: none;
}
.con_main .st_main_hd .en {
  display: block;
  font-family: "Didact Gothic", sans-serif;
  font-size: 120%;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .con_main .st_main_hd .en {
    font-size: 100%;
    letter-spacing: 0.1em;
  }
}
.con_main .logo {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .con_main .logo {
    display: none;
  }
}
.con_main .box_slide {
  position: relative;
}
.con_main .box_slide .slick-dots {
  position: absolute;
  right: 0;
  bottom: 18%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slick-dots {
    bottom: 3%;
  }
}
.con_main .box_slide .slick-dots li {
  display: block;
  line-height: 0;
}
.con_main .box_slide .slick-dots li button {
  display: block;
  position: relative;
  width: 60px;
  height: 10px;
  text-indent: -9999px;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slick-dots li button {
    width: 35px;
    padding: 0.4em 0;
  }
}
.con_main .box_slide .slick-dots li button:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_main .box_slide .slick-dots li.slick-active button:before {
  width: 180%;
  background: #53218b;
}
.con_main .box_slide .slick-slide {
  outline: 0;
}
.con_main .box_slide .img_thumb {
  display: block;
  height: calc(100vh - 40px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide .img_thumb {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .img_thumb {
    height: auto;
    padding-bottom: 90%;
  }
}

/* -----------------------------------------------------------
	con_search
----------------------------------------------------------- */
.con_search {
  position: relative;
}
.con_search > * {
  position: relative;
}
.con_search:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
  height: 1300px;
  background: transparent url(../images/home/bg_pattren_01.jpg) no-repeat left top;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1280px) {
  .con_search:before {
    height: 1000px;
  }
}
@media print {
  .con_search:before {
    height: 1000px;
  }
}
.ie8 .con_search:before {
  height: 1000px;
}
@media only screen and (max-width: 1024px) {
  .con_search:before {
    top: 37%;
    height: 770px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search:before {
    top: 80%;
    height: 50em;
  }
}

/* -----------------------------------------------------------
	.con_newsflash
----------------------------------------------------------- */
.con_newsflash {
  position: relative;
  font-size: 160%;
  margin: 50px auto 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  border: solid 5px #9f0004;
  background-color: #fff;
  padding: 1em;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_newsflash {
    margin: 35px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_newsflash {
    margin: 1em auto 0;
  }
}
@media only screen and (max-width: 1280px) {
  .con_newsflash {
    width: 95%;
  }
}
@media print {
  .con_newsflash {
    width: 95%;
  }
}
.ie8 .con_newsflash {
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_newsflash {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_newsflash {
    font-size: 107%;
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 2.5em;
  }
}
.con_intro .col_logo {
  width: 30%;
  text-align: center;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .con_intro .col_logo {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .col_logo {
    padding: 0;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .col_logo img {
    max-width: 40%;
  }
}
.con_intro .col_detail {
  width: 70%;
}
.con_intro .col_detail .st_title_top {
  font-weight: normal;
  font-size: 154%;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_intro .col_detail .st_title_top {
    font-size: 120%;
    margin-bottom: 0;
  }
}
.con_intro .col_detail .txt {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_intro .col_detail .txt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .col_logo,
  .con_intro .col_detail {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_location
----------------------------------------------------------- */
.con_location {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location {
    padding-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_location .box_container {
    max-width: 1800px;
  }
}
@media print {
  .con_location .box_container {
    max-width: 1800px;
  }
}
.ie8 .con_location .box_container {
  max-width: 1800px;
}
@media only screen and (max-width: 1800px) {
  .con_location .box_container {
    width: 95%;
  }
}
@media print {
  .con_location .box_container {
    width: 95%;
  }
}
.ie8 .con_location .box_container {
  width: 95%;
}
.con_location .st_location_clone {
  position: relative;
  margin-bottom: -0.9em;
  z-index: 2;
}
.con_location .st_location_clone .en {
  margin-bottom: 0;
}
.con_location .st_location_clone .jp {
  display: none;
}
.con_location .box_main {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main {
    padding-bottom: 2.5em;
  }
}
.con_location .box_main > * {
  position: relative;
}
.con_location .box_main:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50px;
  width: 80%;
  height: 100%;
  background: transparent url(../images/home/bg_location.jpg) no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main:before {
    top: 0;
    width: 100%;
  }
}
.con_location .box_main .col_thumb {
  width: 57%;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_thumb {
    margin-bottom: 1.5em;
  }
}
.con_location .box_main .col_main {
  width: 43%;
  padding-top: 8%;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_main {
    padding-top: 0;
  }
}
.con_location .box_main .col_main .col_inner {
  position: relative;
  right: 5%;
  width: 655px;
}
@media only screen and (max-width: 1600px) {
  .con_location .box_main .col_main .col_inner {
    right: 12%;
    width: 630px;
  }
}
@media print {
  .con_location .box_main .col_main .col_inner {
    right: 12%;
    width: 630px;
  }
}
.ie8 .con_location .box_main .col_main .col_inner {
  right: 12%;
  width: 630px;
}
@media only screen and (max-width: 1440px) {
  .con_location .box_main .col_main .col_inner {
    right: 9%;
    width: 550px;
  }
}
@media print {
  .con_location .box_main .col_main .col_inner {
    right: 9%;
    width: 550px;
  }
}
.ie8 .con_location .box_main .col_main .col_inner {
  right: 9%;
  width: 550px;
}
@media only screen and (max-width: 1280px) {
  .con_location .box_main .col_main .col_inner {
    right: 30%;
  }
}
@media print {
  .con_location .box_main .col_main .col_inner {
    right: 30%;
  }
}
.ie8 .con_location .box_main .col_main .col_inner {
  right: 30%;
}
@media only screen and (max-width: 1120px) {
  .con_location .box_main .col_main .col_inner {
    right: 44%;
  }
}
@media print {
  .con_location .box_main .col_main .col_inner {
    right: 44%;
  }
}
.ie8 .con_location .box_main .col_main .col_inner {
  right: 44%;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_main .col_inner {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
}
.con_location .box_main .col_main .box_style_01 {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #4c4c4c;
  margin-bottom: 4%;
}
@media only screen and (max-width: 1440px) {
  .con_location .box_main .col_main .box_style_01 {
    padding: 0 4em 3em;
  }
}
@media print {
  .con_location .box_main .col_main .box_style_01 {
    padding: 0 4em 3em;
  }
}
.ie8 .con_location .box_main .col_main .box_style_01 {
  padding: 0 4em 3em;
}
@media only screen and (max-width: 1280px) {
  .con_location .box_main .col_main .box_style_01 {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media print {
  .con_location .box_main .col_main .box_style_01 {
    background: rgba(255, 255, 255, 0.9);
  }
}
.ie8 .con_location .box_main .col_main .box_style_01 {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_main .box_style_01 {
    width: 90%;
    background: rgba(255, 255, 255, 0.7);
    padding: 2em 4em 3em;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01 {
    padding: 2em 1em;
    margin-bottom: 1em;
  }
}
.con_location .box_main .col_main .box_style_01:before {
  left: 10px;
  bottom: 10px;
  right: auto;
  top: auto;
  border: 1px solid #9a9b9f;
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01:before {
    left: 5px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 {
    text-align: left;
    margin-bottom: 1em;
  }
}
.con_location .box_main .col_main .box_style_01 .st_lg_02 .en {
  top: -0.7em;
  font-size: 567%;
  margin-bottom: -0.4em;
}
@media only screen and (max-width: 1280px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .en {
    font-size: 400%;
  }
}
@media print {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .en {
    font-size: 400%;
  }
}
.ie8 .con_location .box_main .col_main .box_style_01 .st_lg_02 .en {
  font-size: 400%;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .en {
    display: none;
    font-size: 280%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .en {
    font-size: 214%;
  }
}
.con_location .box_main .col_main .box_style_01 .st_lg_02 .jp {
  font-size: 167%;
}
@media only screen and (max-width: 1280px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .jp {
    font-size: 134%;
  }
}
@media print {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .jp {
    font-size: 134%;
  }
}
.ie8 .con_location .box_main .col_main .box_style_01 .st_lg_02 .jp {
  font-size: 134%;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_main .box_style_01 .st_lg_02 .jp {
    font-size: 120%;
  }
}
.con_location .box_main .col_main .box_style_01 .txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01 .txt {
    display: none;
  }
}
.con_location .box_main .col_main .box_style_01 .box_access {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.con_location .box_main .col_main .box_style_01 .box_access .acc {
  display: table-cell;
  width: 50%;
  line-height: 1.3;
}
.con_location .box_main .col_main .box_style_01 .box_access .acc .ic {
  font-size: 214%;
  color: #53218b;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_main .col_main .box_style_01 .box_access .acc .ic {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01 .box_access .acc .ic {
    font-size: 187%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_style_01 .box_access .acc .ic {
    margin-bottom: 0.2em;
  }
}
.con_location .box_main .col_main .box_style_01 .box_access .acc .ic .fa-plane:before {
  transform: rotate(-90deg);
}
.con_location .box_main .col_main .box_style_01 .box_access .acc .route {
  font-size: 107%;
}
.con_location .box_main .col_main .box_style_01 .box_access .acc .time {
  font-size: 107%;
}
.con_location .box_main .col_main .box_style_01 .box_access .acc .time span {
  font-size: 134%;
}
.con_location .box_main .col_main .box_weather .txt {
  font-family: "Didact Gothic", sans-serif;
  color: #53218b;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_main .box_weather .txt {
    text-align: center;
  }
}
.con_location .box_main .col_main .box_weather .txt .location {
  font-size: 147%;
  margin-right: 0.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_main .col_main .box_weather .txt .location {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_weather .txt .location {
    font-size: 94%;
  }
}
.con_location .box_main .col_main .box_weather .txt .date {
  font-size: 200%;
  margin-right: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_main .col_main .box_weather .txt .date {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_weather .txt .date {
    font-size: 120%;
  }
}
.con_location .box_main .col_main .box_weather .txt .img_cloud {
  margin-right: 0.2em;
}
.con_location .box_main .col_main .box_weather .txt .img_cloud img {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_weather .txt .img_cloud img {
    width: 2em;
  }
}
.con_location .box_main .col_main .box_weather .txt .temperature {
  font-size: 267%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_location .box_main .col_main .box_weather .txt .temperature {
    font-size: 187%;
  }
}
@media only screen and (max-width: 767px) {
  .con_location .box_main .col_main .box_weather .txt .temperature {
    font-size: 120%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_location .box_main .col_thumb,
  .con_location .box_main .col_main {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_rooms
----------------------------------------------------------- */
.con_rooms {
  position: relative;
  overflow: hidden;
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_container {
    max-width: 1800px;
  }
}
@media print {
  .con_rooms .box_container {
    max-width: 1800px;
  }
}
.ie8 .con_rooms .box_container {
  max-width: 1800px;
}
@media only screen and (max-width: 1800px) {
  .con_rooms .box_container {
    width: 95%;
  }
}
@media print {
  .con_rooms .box_container {
    width: 95%;
  }
}
.ie8 .con_rooms .box_container {
  width: 95%;
}
.con_rooms .st_lg_02 .en .en_sm {
  display: block;
  font-size: 48%;
  letter-spacing: 0.1em;
}
.con_rooms .st_rooms_clone {
  position: relative;
  margin-bottom: -0.9em;
  z-index: 2;
}
.con_rooms .st_rooms_clone .en {
  display: table;
  width: auto;
  margin: 0 auto;
}
.con_rooms .st_rooms_clone .en .en_sm {
  position: relative;
  left: -1em;
  text-align: left;
}
.con_rooms .st_rooms_clone .jp {
  display: none;
}
.con_rooms .box_slide_wrp {
  position: relative;
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_slide_wrp {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_slide_wrp {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_slide {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_slide {
    margin-bottom: 1.5em;
  }
}
.con_rooms .box_slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 220px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: right;
  line-height: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1800px) {
  .con_rooms .box_slide .slick-dots {
    bottom: 150px;
  }
}
@media print {
  .con_rooms .box_slide .slick-dots {
    bottom: 150px;
  }
}
.ie8 .con_rooms .box_slide .slick-dots {
  bottom: 150px;
}
@media only screen and (max-width: 1440px) {
  .con_rooms .box_slide .slick-dots {
    bottom: 110px;
  }
}
@media print {
  .con_rooms .box_slide .slick-dots {
    bottom: 110px;
  }
}
.ie8 .con_rooms .box_slide .slick-dots {
  bottom: 110px;
}
@media only screen and (max-width: 1280px) {
  .con_rooms .box_slide .slick-dots {
    bottom: 30px;
  }
}
@media print {
  .con_rooms .box_slide .slick-dots {
    bottom: 30px;
  }
}
.ie8 .con_rooms .box_slide .slick-dots {
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_slide .slick-dots {
    bottom: 1em;
  }
}
.con_rooms .box_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
  margin: 0 8px;
}
.con_rooms .box_slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  color: transparent;
  background: #fff;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.con_rooms .box_slide .slick-dots li.slick-active button {
  background: #53218b;
}
.con_rooms .box_slide .img_thumb {
  width: 100%;
}
.con_rooms .box_style_02 {
  position: absolute;
  left: 7%;
  top: 18%;
  width: 660px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1600px) {
  .con_rooms .box_style_02 {
    top: 14%;
  }
}
@media print {
  .con_rooms .box_style_02 {
    top: 14%;
  }
}
.ie8 .con_rooms .box_style_02 {
  top: 14%;
}
@media only screen and (max-width: 1440px) {
  .con_rooms .box_style_02 {
    width: 590px;
    padding: 0 4em 2em;
  }
}
@media print {
  .con_rooms .box_style_02 {
    width: 590px;
    padding: 0 4em 2em;
  }
}
.ie8 .con_rooms .box_style_02 {
  width: 590px;
  padding: 0 4em 2em;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 90%;
    background: #fff;
    border: 1px solid #010101;
    padding: 2em 4em 3em;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_style_02 {
    padding: 2em 1em;
  }
}
.con_rooms .box_style_02:before {
  left: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02:before {
    border: 1px solid #9a9a9a;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_style_02:before {
    left: 5px;
    bottom: 5px;
    right: auto;
    top: auto;
    background: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 .st_lg_02 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_style_02 .st_lg_02 {
    text-align: left;
    margin-bottom: 1.5em;
  }
}
.con_rooms .box_style_02 .st_lg_02 .en {
  left: -0.5em;
  top: -0.6em;
  font-size: 567%;
  white-space: nowrap;
  margin-bottom: -0.4em;
}
@media only screen and (max-width: 1280px) {
  .con_rooms .box_style_02 .st_lg_02 .en {
    font-size: 400%;
  }
}
@media print {
  .con_rooms .box_style_02 .st_lg_02 .en {
    font-size: 400%;
  }
}
.ie8 .con_rooms .box_style_02 .st_lg_02 .en {
  font-size: 400%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 .st_lg_02 .en {
    display: none;
    white-space: normal;
    font-size: 280%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_style_02 .st_lg_02 .en {
    font-size: 214%;
  }
}
.con_rooms .box_style_02 .st_lg_02 .jp {
  display: block;
  font-size: 167%;
}
@media only screen and (max-width: 1280px) {
  .con_rooms .box_style_02 .st_lg_02 .jp {
    font-size: 134%;
  }
}
@media print {
  .con_rooms .box_style_02 .st_lg_02 .jp {
    font-size: 134%;
  }
}
.ie8 .con_rooms .box_style_02 .st_lg_02 .jp {
  font-size: 134%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 .st_lg_02 .jp {
    font-size: 120%;
    color: #333;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 .txt {
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_style_02 .txt {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 .btn a {
    color: #333 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_style_02 .btn a:before {
    background: #333;
  }
}
.con_rooms .box_offers_wrp {
  margin-bottom: -200px;
}
@media only screen and (max-width: 1800px) {
  .con_rooms .box_offers_wrp {
    margin-bottom: -130px;
  }
}
@media print {
  .con_rooms .box_offers_wrp {
    margin-bottom: -130px;
  }
}
.ie8 .con_rooms .box_offers_wrp {
  margin-bottom: -130px;
}
@media only screen and (max-width: 1440px) {
  .con_rooms .box_offers_wrp {
    margin-bottom: -90px;
  }
}
@media print {
  .con_rooms .box_offers_wrp {
    margin-bottom: -90px;
  }
}
.ie8 .con_rooms .box_offers_wrp {
  margin-bottom: -90px;
}
@media only screen and (max-width: 1280px) {
  .con_rooms .box_offers_wrp {
    margin-bottom: 0;
  }
}
@media print {
  .con_rooms .box_offers_wrp {
    margin-bottom: 0;
  }
}
.ie8 .con_rooms .box_offers_wrp {
  margin-bottom: 0;
}
.con_rooms .box_offers {
  position: relative;
  top: -200px;
  width: 89%;
  background: #fff;
  padding: 60px 0 0;
  margin-right: 0;
  margin-left: auto;
  z-index: 2;
}
@media only screen and (max-width: 1800px) {
  .con_rooms .box_offers {
    top: -130px;
    width: 92%;
  }
}
@media print {
  .con_rooms .box_offers {
    top: -130px;
    width: 92%;
  }
}
.ie8 .con_rooms .box_offers {
  top: -130px;
  width: 92%;
}
@media only screen and (max-width: 1440px) {
  .con_rooms .box_offers {
    top: -90px;
  }
}
@media print {
  .con_rooms .box_offers {
    top: -90px;
  }
}
.ie8 .con_rooms .box_offers {
  top: -90px;
}
@media only screen and (max-width: 1280px) {
  .con_rooms .box_offers {
    width: 95%;
    top: 0;
    padding: 40px 0 0;
  }
}
@media print {
  .con_rooms .box_offers {
    width: 95%;
    top: 0;
    padding: 40px 0 0;
  }
}
.ie8 .con_rooms .box_offers {
  width: 95%;
  top: 0;
  padding: 40px 0 0;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_offers {
    width: 100%;
    background: transparent;
    padding: 0;
  }
}
.con_rooms .box_offers .col_title {
  width: 30%;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_offers .col_title {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_offers .col_title {
    margin-bottom: 1.5em;
  }
}
.con_rooms .box_offers .col_title .col_inner {
  display: table;
  width: auto;
  margin: auto;
}
.con_rooms .box_offers .col_title .st_md_02 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_offers .col_title .st_md_02 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_offers .col_title .st_md_02 {
    margin-bottom: 1.5em;
  }
}
.con_rooms .box_offers .col_title .txt {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_offers .col_title .txt {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_offers .col_title .txt {
    font-size: 87%;
    text-align: left;
  }
}
.con_rooms .box_offers .col_list {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_offers .col_title,
  .con_rooms .box_offers .col_list {
    width: 100%;
  }
}
.con_rooms .box_offers .box_list {
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .box_offers .box_list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_offers .box_list {
    width: 93%;
    margin-bottom: 1em;
  }
}
.con_rooms .box_offers .box_list .slick-arrow {
  display: block;
  position: absolute;
  top: 30%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
.con_rooms .box_offers .box_list .slick-arrow:active {
  opacity: 0.8;
}
.con_rooms .box_offers .box_list .slick-prev {
  left: -15px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.con_rooms .box_offers .box_list .slick-next {
  right: -15px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.con_rooms .box_offers .box_list .slick-slide {
  outline: 0;
}
.con_rooms .box_offers .box_list .list .item {
  width: 33.33333%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
}
.con_rooms .box_offers .box_list .list .item:hover {
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.con_rooms .box_offers .box_list .list .item:hover .btn_arrow {
  left: 5px;
}
.con_rooms .box_offers .box_list .list .item a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_rooms .box_offers .box_list .list .item .thumb img {
  width: 100%;
}
.con_rooms .box_offers .box_list .list .item .box_txt {
  background: #fff;
  padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_offers .box_list .list .item .box_txt {
    padding: 1.5em 1em;
  }
}
.con_rooms .box_offers .box_list .list .item .txt {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_offers .box_list .list .item .txt {
    font-size: 87%;
    margin-bottom: 1.5em;
  }
}
.con_rooms .box_offers .box_list .list .item .price {
  font-weight: bold;
}
.con_rooms .box_offers .box_list .list .item .btn_arrow {
  position: relative;
  left: 0;
  text-align: right;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* -----------------------------------------------------------
	con_restaurant
----------------------------------------------------------- */
.con_restaurant {
  position: relative;
}
@media only screen and (max-width: 1800px) {
  .con_restaurant {
    padding-top: 0;
  }
}
@media print {
  .con_restaurant {
    padding-top: 0;
  }
}
.ie8 .con_restaurant {
  padding-top: 0;
}
@media only screen and (max-width: 1440px) {
  .con_restaurant {
    padding-top: 20px;
  }
}
@media print {
  .con_restaurant {
    padding-top: 20px;
  }
}
.ie8 .con_restaurant {
  padding-top: 20px;
}
@media only screen and (max-width: 1280px) {
  .con_restaurant {
    padding-top: 80px;
  }
}
@media print {
  .con_restaurant {
    padding-top: 80px;
  }
}
.ie8 .con_restaurant {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_restaurant {
    padding-top: 2.5em;
  }
}
.con_restaurant > * {
  position: relative;
}
.con_restaurant:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 120%;
  width: 100%;
  height: 1300px;
  background: transparent url(../images/home/bg_pattren_02.jpg) no-repeat left center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1280px) {
  .con_restaurant:before {
    height: 1000px;
  }
}
@media print {
  .con_restaurant:before {
    height: 1000px;
  }
}
.ie8 .con_restaurant:before {
  height: 1000px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant:before {
    top: 37%;
    height: 770px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant:before {
    height: 40em;
  }
}
.con_restaurant .box_wrp {
  overflow: hidden;
}
.con_restaurant .box_slide_wrp {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .con_restaurant .box_slide_wrp {
    max-width: 1180px;
  }
}
@media print {
  .con_restaurant .box_slide_wrp {
    max-width: 1180px;
  }
}
.ie8 .con_restaurant .box_slide_wrp {
  max-width: 1180px;
}
@media only screen and (max-width: 1440px) {
  .con_restaurant .box_slide_wrp {
    max-width: 1140px;
  }
}
@media print {
  .con_restaurant .box_slide_wrp {
    max-width: 1140px;
  }
}
.ie8 .con_restaurant .box_slide_wrp {
  max-width: 1140px;
}
@media only screen and (max-width: 1280px) {
  .con_restaurant .box_slide_wrp {
    max-width: 80%;
  }
}
@media print {
  .con_restaurant .box_slide_wrp {
    max-width: 80%;
  }
}
.ie8 .con_restaurant .box_slide_wrp {
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide_wrp {
    width: 100%;
    padding-top: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide_wrp {
    max-width: 95%;
    padding-top: 1.5em;
  }
}
.con_restaurant .st_lg_02 {
  position: absolute;
  right: 80px;
  top: 0;
  text-align: left;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .con_restaurant .st_lg_02 {
    right: 50px;
  }
}
@media print {
  .con_restaurant .st_lg_02 {
    right: 50px;
  }
}
.ie8 .con_restaurant .st_lg_02 {
  right: 50px;
}
@media only screen and (max-width: 1440px) {
  .con_restaurant .st_lg_02 {
    right: 30px;
  }
}
@media print {
  .con_restaurant .st_lg_02 {
    right: 30px;
  }
}
.ie8 .con_restaurant .st_lg_02 {
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .st_lg_02 {
    top: 0;
    right: auto;
    left: auto;
    text-align: center;
    width: 100%;
  }
}
.con_restaurant .st_lg_02 .en {
  font-size: 567%;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 1280px) {
  .con_restaurant .st_lg_02 .en {
    font-size: 400%;
  }
}
@media print {
  .con_restaurant .st_lg_02 .en {
    font-size: 400%;
  }
}
.ie8 .con_restaurant .st_lg_02 .en {
  font-size: 400%;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .st_lg_02 .en {
    font-size: 280%;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .st_lg_02 .en {
    font-size: 214%;
  }
}
.con_restaurant .st_lg_02 .jp {
  color: #fff;
  line-height: 1.7;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .st_lg_02 .jp {
    font-size: 94%;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide {
    position: relative;
  }
}
.con_restaurant .box_slide .slide_main .slick-list {
  overflow: visible;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_main .slick-list {
    overflow: hidden;
  }
}
.con_restaurant .box_slide .slide_main .slide_item {
  position: relative;
  outline: 0;
  padding: 0 80px;
}
@media only screen and (max-width: 1600px) {
  .con_restaurant .box_slide .slide_main .slide_item {
    padding: 0 50px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_main .slide_item {
    padding: 0 50px;
  }
}
.ie8 .con_restaurant .box_slide .slide_main .slide_item {
  padding: 0 50px;
}
@media only screen and (max-width: 1440px) {
  .con_restaurant .box_slide .slide_main .slide_item {
    padding: 0 30px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_main .slide_item {
    padding: 0 30px;
  }
}
.ie8 .con_restaurant .box_slide .slide_main .slide_item {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_main .slide_item {
    padding: 0;
  }
}
.con_restaurant .box_slide .slide_main .slide_item:before {
  opacity: 1;
  visibility: visible;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.con_restaurant .box_slide .slide_main .slide_item.slick-current:before {
  opacity: 0;
  visibility: hidden;
}
.con_restaurant .box_slide .slide_main .slide_item.slick-current .box_detail {
  display: block;
}
.con_restaurant .box_slide .slide_main .img_thumb {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_main .img_thumb {
    margin-bottom: 40px;
  }
}
.con_restaurant .box_slide .slide_main .box_detail {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 380px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_main .box_detail {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 80%;
    padding-top: 4%;
    margin: auto;
  }
}
.con_restaurant .box_slide .slide_main .box_detail .box_bg {
  background: rgba(255, 255, 255, 0.95);
  padding: 45px 55px 50px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_main .box_detail .box_bg {
    background: #fff;
    padding: 30px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_main .box_detail .box_bg {
    padding: 2em 1.5em;
  }
}
.con_restaurant .box_slide .slide_main .box_detail .st_title_item {
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_main .box_detail .st_title_item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_main .box_detail .st_title_item {
    margin-bottom: 1.5em;
  }
}
.con_restaurant .box_slide .slide_main .box_detail .st_title_item .ic_st {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_main .box_detail .st_title_item .ic_st {
    width: 60%;
    margin-bottom: 1em;
  }
}
.con_restaurant .box_slide .slide_main .box_detail .st_title_item .jp {
  display: block;
  font-size: 107%;
}
.con_restaurant .box_slide .slide_main .box_detail .txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_main .box_detail .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_main .box_detail .txt {
    font-size: 87%;
    margin-bottom: 1.5em;
  }
}
.con_restaurant .box_slide .slide_main .box_detail .btn {
  position: relative;
  left: 30%;
  text-align: right;
}
.con_restaurant .box_slide .slide_nav {
  display: table;
  width: auto;
  margin-left: 80px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .con_restaurant .box_slide .slide_nav {
    margin-left: 50px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_nav {
    margin-left: 50px;
  }
}
.ie8 .con_restaurant .box_slide .slide_nav {
  margin-left: 50px;
}
@media only screen and (max-width: 1440px) {
  .con_restaurant .box_slide .slide_nav {
    margin-left: 30px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_nav {
    margin-left: 30px;
  }
}
.ie8 .con_restaurant .box_slide .slide_nav {
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_nav {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    z-index: 2;
    margin: auto;
  }
}
.con_restaurant .box_slide .slide_nav .slick-track {
  width: auto !important;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_nav .slick-track {
    width: 100% !important;
  }
}
.con_restaurant .box_slide .slide_nav .slide_item {
  opacity: 0.35;
  display: inline-block;
  vertical-align: baseline;
  float: none;
  width: auto !important;
  outline: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .con_restaurant .box_slide .slide_nav .slide_item {
    margin-right: 20px;
  }
}
@media print {
  .con_restaurant .box_slide .slide_nav .slide_item {
    margin-right: 20px;
  }
}
.ie8 .con_restaurant .box_slide .slide_nav .slide_item {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_nav .slide_item {
    width: 33.33333% !important;
    padding: 0.5em 0.5em;
    margin-right: 0;
  }
}
.con_restaurant .box_slide .slide_nav .slide_item:hover, .con_restaurant .box_slide .slide_nav .slide_item.slick-current {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_slide .slide_nav .slide_item:hover, .con_restaurant .box_slide .slide_nav .slide_item.slick-current {
    background: rgba(0, 0, 0, 0.15);
  }
}
.con_restaurant .box_slide .slide_nav .slide_item:last-child {
  margin-right: 0 !important;
}
.con_restaurant .box_slide .slide_nav .slide_item img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_slide .slide_nav .slide_item img {
    width: 80%;
  }
}
.con_restaurant .box_control {
  position: absolute;
  right: 0;
  bottom: 7%;
  background: #333;
  text-align: center;
  padding: 20px 10px;
  margin-top: 10px;
  z-index: 2;
}
.con_restaurant .box_control > * {
  display: inline-block;
  vertical-align: middle;
}
.con_restaurant .box_control .box_count {
  font-size: 107%;
  color: #fff;
  padding: 0 20px;
}
.con_restaurant .box_control .box_count .line {
  display: inline-block;
  vertical-align: middle;
  width: 5em;
  height: 1px;
  background: #fff;
  margin: 0 15px;
}
.con_restaurant .box_control .slick_arrow {
  font-size: 107%;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 5px 20px;
}
.con_restaurant .box_control .slick_arrow:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	con_breakfast
----------------------------------------------------------- */
.con_breakfast {
  position: relative;
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast {
    padding-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .st_breakfast_clone {
    position: relative;
    text-align: center;
    margin-bottom: -0.9em;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .st_breakfast_clone .jp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .st_breakfast_clone .en {
    font-size: 214%;
    color: #53218b;
    margin-top: 0;
  }
}
.con_breakfast .col_thumb {
  width: 62%;
  left: 38%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_thumb {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.con_breakfast .col_thumb img {
  width: 100%;
}
.con_breakfast .col_main {
  width: 38%;
  right: 62%;
  padding-top: 5%;
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .con_breakfast .col_main {
    padding-top: 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_main {
    padding-right: 0;
  }
}
.con_breakfast .col_main .col_inner {
  width: 100%;
  max-width: 340px;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_main .col_inner {
    max-width: 80%;
    margin: auto;
  }
}
.con_breakfast .col_main .st_md_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_main .st_md_02 {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_main .st_md_02 .en {
    display: none;
  }
}
.con_breakfast .col_main .txt {
  line-height: 2;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .col_main .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_main .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_main .txt {
    font-size: 87%;
    line-height: 1.6;
  }
}
.con_breakfast .col_main .btn {
  text-align: right;
}
.con_breakfast .col_main .btn a {
  position: relative;
  left: 10%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .col_thumb,
  .con_breakfast .col_main {
    width: 100%;
    left: auto !important;
    right: auto !important;
  }
}

/* -----------------------------------------------------------
	con_res_ban
----------------------------------------------------------- */
.con_res_ban {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res_ban {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res_ban {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_res_ban .box_container {
    max-width: 1920px;
  }
}
@media print {
  .con_res_ban .box_container {
    max-width: 1920px;
  }
}
.ie8 .con_res_ban .box_container {
  max-width: 1920px;
}
.con_res_ban .st_lg_02 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .st_lg_02 {
    margin-bottom: 1.5em;
  }
}
.con_res_ban .box_slide {
  width: 93%;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_res_ban .box_slide {
    width: 96%;
  }
}
@media print {
  .con_res_ban .box_slide {
    width: 96%;
  }
}
.ie8 .con_res_ban .box_slide {
  width: 96%;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide {
    width: 93%;
  }
}
.con_res_ban .box_slide .slick-arrow {
  display: block;
  position: absolute;
  top: 30%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 53px;
  height: 53px;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.con_res_ban .box_slide .slick-arrow:active {
  opacity: 0.8;
}
.con_res_ban .box_slide .slick-prev {
  left: -26px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide .slick-prev {
    left: -15px;
  }
}
.con_res_ban .box_slide .slick-next {
  right: -26px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide .slick-next {
    right: -15px;
  }
}
.con_res_ban .box_slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
}
.con_res_ban .box_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 4px;
}
.con_res_ban .box_slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  color: transparent;
  background: #bfbdbb;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.con_res_ban .box_slide .slick-dots li.slick-active button {
  background: #fff;
}
.con_res_ban .box_slide .slick-slide {
  outline: 0;
}
.con_res_ban .box_slide a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide a {
    padding-bottom: 1.5em;
  }
}
.con_res_ban .box_slide a:before {
  opacity: 0;
  display: block;
  content: '\f3d6';
  font-family: "Ionicons";
  position: absolute;
  right: 1em;
  bottom: 0;
  font-size: 107%;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide a:before {
    opacity: 1;
  }
}
.con_res_ban .box_slide .thumb {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide .thumb {
    margin-bottom: 1.5em;
  }
}
.con_res_ban .box_slide .thumb img {
  width: 100%;
}
.con_res_ban .box_slide .txt {
  line-height: 2;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_res_ban .box_slide .txt {
    font-size: 87%;
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------
	con_banquet
----------------------------------------------------------- */
.con_banquet {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banquet {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_banquet .box_container {
    max-width: 1600px;
  }
}
@media print {
  .con_banquet .box_container {
    max-width: 1600px;
  }
}
.ie8 .con_banquet .box_container {
  max-width: 1600px;
}
@media only screen and (max-width: 1600px) {
  .con_banquet .box_container {
    width: 95%;
  }
}
@media print {
  .con_banquet .box_container {
    width: 95%;
  }
}
.ie8 .con_banquet .box_container {
  width: 95%;
}
.con_banquet .col_ban {
  width: 50%;
  padding-right: 5%;
}
@media only screen and (max-width: 1600px) {
  .con_banquet .col_ban {
    padding-right: 3%;
  }
}
@media print {
  .con_banquet .col_ban {
    padding-right: 3%;
  }
}
.ie8 .con_banquet .col_ban {
  padding-right: 3%;
}
@media only screen and (max-width: 767px) {
  .con_banquet .col_ban {
    padding-right: 0;
    margin-bottom: 2.5em;
  }
}
.con_banquet .col_wed {
  width: 50%;
  padding-left: 5%;
  padding-top: 140px;
}
@media only screen and (max-width: 1600px) {
  .con_banquet .col_wed {
    padding-left: 3%;
  }
}
@media print {
  .con_banquet .col_wed {
    padding-left: 3%;
  }
}
.ie8 .con_banquet .col_wed {
  padding-left: 3%;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .col_wed {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet .col_wed {
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet .col_ban,
  .con_banquet .col_wed {
    width: 100%;
  }
}
.con_banquet .box_main {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_main {
    padding-bottom: 11px;
  }
}
.con_banquet .box_main .st_banquet_clone {
  position: relative;
  margin-bottom: -0.9em;
  z-index: 2;
}
.con_banquet .box_main .st_banquet_clone .en {
  margin-bottom: 0;
}
.con_banquet .box_main .st_banquet_clone .jp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_main .box_thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_main .box_thumb {
    margin-bottom: 1.5em;
  }
}
.con_banquet .box_main .box_thumb img {
  width: 100%;
}
.con_banquet .box_main .box_style_01 {
  position: absolute;
  right: -7%;
  bottom: 5%;
  width: 410px;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  padding: 2em 4em 3em;
}
@media only screen and (max-width: 1280px) {
  .con_banquet .box_main .box_style_01 {
    width: 360px;
    padding: 1em 2em 2em;
  }
}
@media print {
  .con_banquet .box_main .box_style_01 {
    width: 360px;
    padding: 1em 2em 2em;
  }
}
.ie8 .con_banquet .box_main .box_style_01 {
  width: 360px;
  padding: 1em 2em 2em;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_main .box_style_01 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 90%;
    border: 1px solid #9a9a9a;
    padding: 2em;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_main .box_style_01 {
    padding: 2em 1em;
  }
}
.con_banquet .box_main .box_style_01:before {
  border-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_main .box_style_01:before {
    border-color: #2e2e2e;
  }
}
.con_banquet .box_main .box_style_01 .st_lg_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_main .box_style_01 .st_lg_02 {
    margin-bottom: 1.5em;
  }
}
.con_banquet .box_main .box_style_01 .st_lg_02 .en {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_main .box_style_01 .st_lg_02 .en {
    display: none;
  }
}
.con_banquet .box_main .box_style_01 .txt {
  font-size: 94%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_main .box_style_01 .txt {
    display: none;
  }
}
.con_banquet .box_main .box_style_01 .btn a {
  left: 15%;
}
@media only screen and (max-width: 1024px) {
  .con_banquet .box_main .box_style_01 .btn a {
    left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banquet .box_main .box_style_01 .btn a {
    left: 2em;
  }
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
  position: relative;
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding-top: 3em;
  }
}
.con_access > * {
  position: relative;
}
.con_access:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  width: 100%;
  height: 1300px;
  background: transparent url(../images/home/bg_pattren_03.jpg) no-repeat right center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1280px) {
  .con_access:before {
    top: 40%;
    height: 1000px;
  }
}
@media print {
  .con_access:before {
    top: 40%;
    height: 1000px;
  }
}
.ie8 .con_access:before {
  top: 40%;
  height: 1000px;
}
@media only screen and (max-width: 1024px) {
  .con_access:before {
    height: 770px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access:before {
    top: 0;
    height: 40em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_access .box_container {
    max-width: 1920px;
  }
}
@media print {
  .con_access .box_container {
    max-width: 1920px;
  }
}
.ie8 .con_access .box_container {
  max-width: 1920px;
}
.con_access .box_wrp {
  position: relative;
  padding-left: 8.33333%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_wrp {
    padding-left: 0;
  }
}
.con_access .st_access_clone {
  position: relative;
  margin-bottom: -0.9em;
  z-index: 2;
}
.con_access .st_access_clone .en {
  margin-bottom: 0;
}
.con_access .st_access_clone .jp {
  display: none;
}
.con_access .box_map {
  position: relative;
  height: 730px;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_map {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map {
    height: auto;
    padding-bottom: 80%;
    margin-bottom: 1.5em;
  }
}
.con_access .box_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.con_access .box_style_01 {
  position: absolute;
  left: 4.16667%;
  top: -2em;
  width: 500px;
  background-color: #fff;
  border: 0;
  padding: 0 3em 3em;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_style_01 {
    top: -6em;
    left: 0;
    width: 420px;
    padding: 0 2em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_style_01 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 90%;
    background: #fff;
    border: 1px solid #9a9a9a;
    padding: 2em 1em;
    margin: auto;
  }
}
.con_access .box_style_01:before {
  left: 10px;
  right: auto;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_access .box_style_01:before {
    right: 5px;
    top: 5px;
    left: auto;
    bottom: auto;
    border-color: #2e2e2e;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_style_01 .st_lg_02 {
    text-align: center;
  }
}
.con_access .box_style_01 .st_lg_02 .en {
  left: -0.4em;
}
@media only screen and (max-width: 767px) {
  .con_access .box_style_01 .st_lg_02 .en {
    display: none;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_style_01 .st_lg_02 .jp {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_style_01 .txt {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_style_01 .btn a {
    left: 6em;
  }
}
@media print {
  .con_access .box_style_01 .btn a {
    left: 6em;
  }
}
.ie8 .con_access .box_style_01 .btn a {
  left: 6em;
}

/* -----------------------------------------------------------
	con_gr_hotel
----------------------------------------------------------- */
.con_gr_hotel {
  position: relative;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gr_hotel {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_gr_hotel .box_container {
    max-width: 1920px;
  }
}
@media print {
  .con_gr_hotel .box_container {
    max-width: 1920px;
  }
}
.ie8 .con_gr_hotel .box_container {
  max-width: 1920px;
}
.con_gr_hotel .st_lg_02 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gr_hotel .st_lg_02 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .st_lg_02 {
    margin-bottom: 1.5em;
  }
}
.con_gr_hotel .box_slide .slick-list {
  width: 85%;
  max-width: 1630px;
  margin: auto;
}
.con_gr_hotel .box_slide .slick-arrow {
  display: block;
  position: absolute;
  top: 30%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 53px;
  height: 53px;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.con_gr_hotel .box_slide .slick-arrow:active {
  opacity: 0.8;
}
.con_gr_hotel .box_slide .slick-prev {
  left: 2%;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 1280px) {
  .con_gr_hotel .box_slide .slick-prev {
    left: 0;
  }
}
@media print {
  .con_gr_hotel .box_slide .slick-prev {
    left: 0;
  }
}
.ie8 .con_gr_hotel .box_slide .slick-prev {
  left: 0;
}
.con_gr_hotel .box_slide .slick-next {
  right: 2%;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 1280px) {
  .con_gr_hotel .box_slide .slick-next {
    right: 0;
  }
}
@media print {
  .con_gr_hotel .box_slide .slick-next {
    right: 0;
  }
}
.ie8 .con_gr_hotel .box_slide .slick-next {
  right: 0;
}
.con_gr_hotel .box_slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
}
.con_gr_hotel .box_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 4px;
}
.con_gr_hotel .box_slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  color: transparent;
  background: #bfbdbb;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.con_gr_hotel .box_slide .slick-dots li.slick-active button {
  background: #fff;
}
.con_gr_hotel .box_slide .slick-slide {
  outline: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .slick-slide {
    padding: 0 0.5em;
  }
}
.con_gr_hotel .box_slide .thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .thumb {
    margin-bottom: 1.5em;
  }
}
.con_gr_hotel .box_slide .thumb img {
  width: 100%;
}
.con_gr_hotel .box_slide .st_title_item {
  font-size: 154%;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gr_hotel .box_slide .st_title_item {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .st_title_item {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .st_title_item {
    margin-bottom: 1em;
  }
}
.con_gr_hotel .box_slide .txt {
  font-size: 94%;
  line-height: 1.78571;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .txt {
    font-size: 87%;
    line-height: 1.6;
    margin-bottom: 1.5em;
  }
}
.con_gr_hotel .box_slide .btn_group {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .btn_group {
    margin-bottom: 0.5em;
  }
}
.con_gr_hotel .box_slide .btn_group a {
  display: inline-block;
  vertical-align: baseline;
  font-size: 94%;
  color: #535353;
  text-decoration: underline;
  margin-right: 20px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .btn_group a {
    font-size: 87%;
  }
}
.con_gr_hotel .box_slide .btn_group a:hover {
  text-decoration: none;
}
.con_gr_hotel .box_slide table {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gr_hotel .box_slide table {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide table {
    margin-bottom: 1em;
  }
}
.con_gr_hotel .box_slide table tr th,
.con_gr_hotel .box_slide table tr td {
  padding: 0.7em 15px;
}
.con_gr_hotel .box_slide table tr th {
  background: transparent;
  border-right: 1px solid #ececec;
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide table tr th {
    background: #dcdcdc;
    border-right: 0;
  }
}
.con_gr_hotel .box_slide .txt_bottom {
  text-align: right;
}
.con_gr_hotel .box_slide .txt_bottom a {
  font-size: 94%;
  color: #535353;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gr_hotel .box_slide .txt_bottom a {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gr_hotel .box_slide .txt_bottom a {
    font-size: 87%;
  }
}
.con_gr_hotel .box_slide .txt_bottom a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------
	con_hotel_infor
----------------------------------------------------------- */
.con_hotel_infor {
  position: relative;
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel_infor {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor {
    padding-top: 2.5em;
  }
}
.con_hotel_infor .st_lg_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .st_lg_02 {
    margin-bottom: 1.5em;
  }
}
.con_hotel_infor .box_main .col_news {
  width: 63%;
  padding-right: 50px;
}
@media only screen and (max-width: 1280px) {
  .con_hotel_infor .box_main .col_news {
    padding-right: 30px;
  }
}
@media print {
  .con_hotel_infor .box_main .col_news {
    padding-right: 30px;
  }
}
.ie8 .con_hotel_infor .box_main .col_news {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_hotel_infor .box_main .col_news {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news {
    padding-right: 0;
    margin-bottom: 1.5em;
  }
}
.con_hotel_infor .box_main .col_news .st_md_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .st_md_02 {
    margin-bottom: 1em;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list {
    margin-bottom: 1.5em;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item:nth-child(2n+1) a {
  background: #f2f2f2;
}
.con_hotel_infor .box_main .col_news .box_list .list .item a {
  display: block;
  position: relative;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 23px 5%;
  padding-right: 7%;
}
@media only screen and (max-width: 1024px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item a {
    padding-right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item a {
    padding-right: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item a:hover:before {
    right: 4%;
  }
}
@media print {
  .con_hotel_infor .box_main .col_news .box_list .list .item a:hover:before {
    right: 4%;
  }
}
.ie8 .con_hotel_infor .box_main .col_news .box_list .list .item a:hover:before {
  right: 4%;
}
.con_hotel_infor .box_main .col_news .box_list .list .item a:before {
  display: block;
  content: '\f30f';
  font-family: "Ionicons";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 94%;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item a:before {
    right: 1em;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item .cell {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell {
    display: block;
    float: left;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item .cell_date {
  width: 110px;
  font-size: 87%;
  color: #333;
  letter-spacing: 0.1em;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_date {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_date {
    padding-right: 0;
    padding-top: 0.15em;
    margin-right: 10px;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
  width: 130px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
    width: 100px;
  }
}
@media print {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
    width: 100px;
  }
}
.ie8 .con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
    margin-right: 10px;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item .cell_label span {
  font-size: 87%;
  color: #aeaeae;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_date,
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item .cell_txt {
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_txt {
    width: 100%;
    padding: 10px 0 0;
  }
}
.con_hotel_infor .box_main .col_news .box_list .list .item .cell_txt .txt {
  font-size: 94%;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news .box_list .list .item .cell_txt .txt {
    font-size: 87%;
  }
}
.con_hotel_infor .box_main .col_news .box_list .btn {
  text-align: right;
}
.con_hotel_infor .box_main .col_social {
  width: 37%;
}
.con_hotel_infor .box_main .col_social .box_social .widSSP {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .con_hotel_infor .box_main .col_news,
  .con_hotel_infor .box_main .col_social {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_nearby_att
----------------------------------------------------------- */
.con_nearby_att {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nearby_att {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_att {
    padding-top: 2.5em;
  }
}
.con_nearby_att .st_md_02 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .st_md_02 {
    text-align: center;
    margin-bottom: 0;
  }
}
.con_nearby_att .box_list .list {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nearby_att .box_list .list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list {
    margin-bottom: 1.5em;
  }
}
.con_nearby_att .box_list .list .item {
  border-top: 1px solid #dcdcdc;
}
.con_nearby_att .box_list .list .item:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.con_nearby_att .box_list .list .item a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 3%;
  padding-right: 10%;
}
@media only screen and (max-width: 1024px) {
  .con_nearby_att .box_list .list .item a {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item a {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_nearby_att .box_list .list .item a:hover:before {
    right: 9%;
  }
}
@media print {
  .con_nearby_att .box_list .list .item a:hover:before {
    right: 9%;
  }
}
.ie8 .con_nearby_att .box_list .list .item a:hover:before {
  right: 9%;
}
.con_nearby_att .box_list .list .item a:before {
  display: block;
  content: '\f30f';
  font-family: "Ionicons";
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  .con_nearby_att .box_list .list .item a:before {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item a:before {
    display: none;
    right: 1em;
  }
}
.con_nearby_att .box_list .list .item .cell {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell {
    display: block;
  }
}
.con_nearby_att .box_list .list .item .cell_img {
  width: 112px;
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell_img {
    width: 100%;
    margin-bottom: 1em;
  }
}
.con_nearby_att .box_list .list .item .cell_img img {
  width: 100%;
}
.con_nearby_att .box_list .list .item .cell_date {
  width: 170px;
  font-size: 87%;
  color: #333;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 4%;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_nearby_att .box_list .list .item .cell_date {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell_date {
    width: auto;
    padding: 0;
    margin-right: 10px;
  }
}
.con_nearby_att .box_list .list .item .cell_label {
  width: 110px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell_label {
    width: auto;
  }
}
.con_nearby_att .box_list .list .item .cell_label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 94%;
  color: #333;
  background: #dcdcdc;
  padding: 2px 10px;
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell_label span {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell_date,
  .con_nearby_att .box_list .list .item .cell_label {
    display: inline-block;
    vertical-align: middle;
  }
}
.con_nearby_att .box_list .list .item .cell_txt {
  padding-left: 15px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .con_nearby_att .box_list .list .item .cell_txt {
    width: 100%;
    padding: 1em 0 0;
  }
}
.con_nearby_att .box_list .list .item .cell_txt .txt {
  font-size: 87%;
  color: #333;
}
.con_nearby_att .box_list .txt_bottom {
  text-align: right;
}
.con_nearby_att .box_list .txt_bottom a {
  font-size: 87%;
}

/* -----------------------------------------------------------
	con_nearby_sho
----------------------------------------------------------- */
.con_nearby_sho {
  position: relative;
  padding: 80px 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nearby_sho {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho {
    padding: 2.5em 0;
  }
}
.con_nearby_sho .st_md_02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho .st_md_02 {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.con_nearby_sho .box_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho .box_list {
    display: block;
  }
}
.con_nearby_sho .box_list li {
  width: 30.46875%;
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho .box_list li {
    width: 100%;
  }
}
.con_nearby_sho .box_list li a {
  display: block;
  text-decoration: none;
}
.con_nearby_sho .box_list li a .thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho .box_list li a .thumb {
    margin-bottom: 0.5em;
  }
}
.con_nearby_sho .box_list li a .thumb img {
  width: 100%;
}
.con_nearby_sho .box_list li a h4 {
  font-size: 154%;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_nearby_sho .box_list li a h4 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho .box_list li a h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_nearby_sho .box_list li a h4 {
    text-align: center;
    margin-bottom: 1em;
  }
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner {
  position: relative;
  background: #372f2c;
  overflow: hidden;
  padding: 2.3em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    padding: 1em 0;
  }
}
.con_banner .box_slide {
  max-width: 1050px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_banner .box_slide {
    max-width: 85%;
  }
}
@media print {
  .con_banner .box_slide {
    max-width: 85%;
  }
}
.ie8 .con_banner .box_slide {
  max-width: 85%;
}
@media only screen and (max-width: 1024px) {
  .con_banner .box_slide {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide {
    max-width: 80%;
  }
}
.con_banner .box_slide .prev-arrow,
.con_banner .box_slide .next-arrow {
  position: absolute;
  top: 30%;
  cursor: pointer;
}
.con_banner .box_slide .prev-arrow {
  left: -5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_slide .prev-arrow {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .prev-arrow {
    left: -2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .prev-arrow {
    z-index: 2;
  }
}
.con_banner .box_slide .next-arrow {
  right: -5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_slide .next-arrow {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_slide .next-arrow {
    right: -2em;
  }
}
.con_banner .box_slide .slick-slide img {
  margin: 0 auto;
}
