@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_reservation .box_reservation, .con_concept .box_concept, .con_slideitem, .con_michelin, .con_spa .box_spa, .con_pool, .con_making,
.con_destination, .con_access {
  max-width: 1860px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation, .con_concept .box_concept, .con_slideitem, .con_michelin, .con_spa .box_spa, .con_pool, .con_making,
  .con_destination, .con_access {
    width: 95%;
  }
}
@media only screen and (max-width: 425px) {
  .con_reservation .box_reservation{
    width: 99%;
  }
}

/*Animate */
.box_logo {
  position: absolute;
  top: 1.5%;
  left: 3%;
  margin-left: 0;
  width: 20%;
  max-width: 112px;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  animation: logo 1s ease-out 2.5s forwards;
}
@media only screen and (max-width: 767px) {
  .box_logo {
    top: 0.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_logo {
    left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_logo {
    left: 3.5%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_logo {
    left: 50%;
    margin-left: -930px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1281px) and (max-width: 1900px) {
  .box_logo {
    margin-left: 0;
    left: 3%;
  }
}
@media only screen and (min-width: 1025px) {
  .ie8 .box_logo {
    margin-left: 0;
    left: 3%;
  }
}
@media print {
  .box_logo {
    left: 50%;
    margin-left: -930px;
  }
}
@media print {
  .box_logo {
    margin-left: 0;
    left: 3%;
  }
}
@media print {
  .ie8 .box_logo {
    margin-left: 0;
    left: 3%;
  }
}
.ie8 .box_logo {
  left: 50%;
  margin-left: -930px;
}
@media only screen and (min-width: 1281px) and (max-width: 1900px) {
  .ie8 .box_logo {
    margin-left: 0;
    left: 3%;
  }
}
@media print {
  .ie8 .box_logo {
    margin-left: 0;
    left: 3%;
  }
}
.ie8 .ie8 .box_logo {
  margin-left: 0;
  left: 3%;
}
@media only screen and (min-width: 1026px) and (max-width: 1280px) {
  .box_logo {
    width: 11%;
    left: 3%;
    margin-left: 0;
  }
}
@media print {
  .box_logo {
    width: 11%;
    left: 3%;
    margin-left: 0;
  }
}
.ie8 .box_logo {
  width: 11%;
  left: 3%;
  margin-left: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .box_logo {
    left: 3%;
    width: 10%;
  }
}
@media print {
  .box_logo {
    left: 3%;
    width: 10%;
  }
}
.ie8 .box_logo {
  left: 3%;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .box_logo {
    left: 3%;
    width: 15%;
  }
}

@-moz-keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  position: relative;
  margin: 1.5%;
  max-width: 1860px;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeIn 2s linear 1s;
  animation: fadeIn 2s linear 1s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1861px) {
  .con_mainimg {
    margin: 20px auto;
  }
}
@media print {
  .con_mainimg {
    margin: 20px auto;
  }
}
.ie8 .con_mainimg {
  margin: 20px auto;
}
.con_mainimg.visible {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .con_mainimg .con_main_nmovie {
    pointer-events: none;
    height: calc(100vh - 20px);
    overflow: hidden;
    position: relative;
  }
  .con_mainimg .con_main_nmovie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print {
  .con_mainimg .con_main_nmovie {
    pointer-events: none;
    height: calc(100vh - 20px);
    overflow: hidden;
    position: relative;
  }
  .con_mainimg .con_main_nmovie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.ie8 .con_mainimg .con_main_nmovie {
  pointer-events: none;
  height: calc(100vh - 20px);
  overflow: hidden;
  position: relative;
}
.ie8 .con_mainimg .con_main_nmovie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .con_main_nmovie {
    display: none;
  }
}
.con_mainimg .box_txt {
  position: absolute;
  top: 45%;
  color: #fff;
  width: 97%;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt {
    top: 30%;
  }
}
.con_mainimg .box_txt .wrp {
  -webkit-animation: hide 3s;
  animation: hide 3s;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_txt .wrp {
    text-align: center;
  }
}
.con_mainimg .box_txt .wrp .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 200%;
  transform: translate(0, -50%);
  letter-spacing: .15em;
  text-shadow: -2px 0 0 rgba(0, 0, 0, 0.4);
  margin: 20px 0 20px 60px;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  animation-delay: 3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_txt .wrp .catch {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt .wrp .catch {
    margin: 10px auto;
    font-size: 7.5vw;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_mainimg .box_txt .wrp .catch {
    font-size: 2.15vw;
    letter-spacing: .1em;
  }
}
.con_mainimg .box_txt .wrp .rsv_start {
  margin-top: 20px;
  max-width: 1060px;
  line-height: 1;
  font-size: 125%;
  padding: 0 1em .2em;
  letter-spacing: .5em;
  background: #3f9eb4;
  background: -moz-linear-gradient(left, #3f9eb4 1%, #40a8b3 100%);
  background: -webkit-linear-gradient(left, #3f9eb4 1%, #40a8b3 100%);
  background: linear-gradient(to right, #3f9eb4 1%, #40a8b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9eb4', endColorstr='#40a8b3',GradientType=1 );
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  animation-delay: 3s;
}
@media only screen and (max-width: 1220px) {
  .con_mainimg .box_txt .wrp .rsv_start {
    max-width: 815px;
  }
}
@media print {
  .con_mainimg .box_txt .wrp .rsv_start {
    max-width: 815px;
  }
}
.ie8 .con_mainimg .box_txt .wrp .rsv_start {
  max-width: 815px;
}
@media only screen and (max-width: 820px) {
  .con_mainimg .box_txt .wrp .rsv_start {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_txt .wrp .rsv_start {
    max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt .wrp .rsv_start {
    font-size: 3.5vw;
    letter-spacing: .2em;
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_mainimg .box_txt .wrp .rsv_start {
    width: 75%;
    font-size: 1.9vw;
    letter-spacing: .1em;
  }
}
.con_mainimg .box_txt .wrp .rsv_start .en {
  font-size: 138%;
  font-family: "Playfair Display", serif;
  letter-spacing: .4em;
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_mainimg .box_txt .wrp .rsv_start .en {
    letter-spacing: .1em;
  }
}
.con_mainimg .box_txt .wrp .rsv_start.ko, .con_mainimg .box_txt .wrp .rsv_start .zh, .con_mainimg .box_txt .wrp .rsv_start .tw {
  max-width: 820px;
  text-align: center;
}
@media only screen and (max-width: 1220px) {
  .con_mainimg .box_txt .wrp .rsv_start.ko, .con_mainimg .box_txt .wrp .rsv_start .zh, .con_mainimg .box_txt .wrp .rsv_start .tw {
    max-width: 820px;
  }
}
@media print {
  .con_mainimg .box_txt .wrp .rsv_start.ko, .con_mainimg .box_txt .wrp .rsv_start .zh, .con_mainimg .box_txt .wrp .rsv_start .tw {
    max-width: 820px;
  }
}
.ie8 .con_mainimg .box_txt .wrp .rsv_start.ko, .ie8 .con_mainimg .box_txt .wrp .rsv_start .zh, .ie8 .con_mainimg .box_txt .wrp .rsv_start .tw {
  max-width: 820px;
}
@media only screen and (max-width: 820px) {
  .con_mainimg .box_txt .wrp .rsv_start.ko, .con_mainimg .box_txt .wrp .rsv_start .zh, .con_mainimg .box_txt .wrp .rsv_start .tw {
    max-width: 100%;
    padding: 0 .5em .2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_txt .wrp .rsv_start.ko, .con_mainimg .box_txt .wrp .rsv_start .zh, .con_mainimg .box_txt .wrp .rsv_start .tw {
    max-width: 550px;
    padding: 0 .5em .2em;
    letter-spacing: .4em;
  }
}
.con_mainimg .box_txt .wrp .en {
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt.en .wrp .catch {
    font-size: 7.5vw;
  }
}
.con_mainimg .box_txt.en .wrp .open {
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_txt.en .wrp .open {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_txt.en .wrp .open {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_mainimg .box_txt.en .wrp .open {
    font-size: 2.5vw;
  }
}
.con_mainimg .box_txt.en .wrp .open .en {
  font-size: 125%;
}
.con_mainimg .box_txt.en .wrp .rsv_start {
  text-align: center;
}
@media only screen and (max-width: 1980px) {
  .con_mainimg .box_txt.en .wrp .rsv_start {
    max-width: 840px;
  }
}
@media print {
  .con_mainimg .box_txt.en .wrp .rsv_start {
    max-width: 840px;
  }
}
.ie8 .con_mainimg .box_txt.en .wrp .rsv_start {
  max-width: 840px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .box_txt.en .wrp .rsv_start {
    font-size: 107%;
    width: 70vw;
  }
}
.con_mainimg .box_play {
  position: absolute;
  top: 53%;
  color: #fff;
  width: 100%;
  z-index: 10;
  -webkit-animation: hide 3s;
  animation: hide 3s;
}
@media only screen and (max-width: 767px) {
  .con_mainimg .box_play {
    top: 40%;
  }
}
.con_mainimg .box_play .js-btn-play {
  text-align: center;
}
.con_mainimg .box_play .js-btn-play .ic {
  text-align: center;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  animation-delay: 3s;
}
.con_mainimg .box_play .js-btn-play .ic i {
  color: #fff;
  font-size: 375%;
  text-shadow: -2px 0 0 rgba(0, 0, 0, 0.4);
}
.con_mainimg .box_play .js-btn-play .ic .t {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 94%;
  letter-spacing: 0.1em;
  text-shadow: -2px 0 0 rgba(0, 0, 0, 0.4);
}
.con_mainimg .box_scroll {
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 10;
  overflow: hidden;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  animation-delay: 4s;
}
.con_mainimg .box_scroll p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 69%;
}
.con_mainimg .box_scroll p a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-bottom: 58px;
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_mainimg .box_scroll p a {
    padding-bottom: 2em;
  }
}
.con_mainimg .box_scroll p a:after {
  content: "";
  background: #fff;
  height: 55px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  animation-delay: 4s;
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .con_mainimg .box_scroll p a:after {
    height: 1.8em;
    -webkit-animation: sdbSpl 2s infinite;
    animation: sdbSpl 2s infinite;
    animation-delay: 4s;
  }
}
.con_mainimg .img {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  position: relative;
  -webkit-animation: fadeInImg 3s;
  animation: fadeInImg 3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 1921px) {
  .con_mainimg .img {
    height: auto;
    -webkit-animation: fadeInImgL 3s;
    animation: fadeInImgL 3s;
  }
}
@media print {
  .con_mainimg .img {
    height: auto;
    -webkit-animation: fadeInImgL 3s;
    animation: fadeInImgL 3s;
  }
}
.ie8 .con_mainimg .img {
  height: auto;
  -webkit-animation: fadeInImgL 3s;
  animation: fadeInImgL 3s;
}
@media only screen and (max-width: 550px) {
  .con_mainimg .img {
    height: 98vh;
  }
}
.con_mainimg .img img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1861px) {
  .con_mainimg .img img {
    position: static;
    max-width: 100%;
    transform: translate(0, 0);
  }
}
@media print {
  .con_mainimg .img img {
    position: static;
    max-width: 100%;
    transform: translate(0, 0);
  }
}
.ie8 .con_mainimg .img img {
  position: static;
  max-width: 100%;
  transform: translate(0, 0);
}
@media only screen and (min-height: 100px) and (max-height: 800px) and (min-width: 1441px) and (max-width: 1680px) {
  .con_mainimg .img img {
    transform: translate(-45%, -45%);
  }
}
@media only screen and (min-height: 100px) and (max-height: 800px) {
  .ie8 .con_mainimg .img img {
    transform: translate(-45%, -45%);
  }
}
@media only screen and (min-height: 100px) and (max-height: 800px) and (min-width: 1025px) and (max-width: 1440px) {
  .con_mainimg .img img {
    transform: translate(-40%, -40%);
  }
}
@media only screen and (min-height: 100px) and (max-height: 800px) {
  .ie8 .con_mainimg .img img {
    transform: translate(-40%, -40%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainimg .img img {
    height: 100%;
  }
}
@media only screen and (min-width: 551px) and (max-width: 767px) {
  .con_mainimg .img img {
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .con_mainimg .img img {
    max-height: 120%;
    transform: translate(-45%, -45%);
  }
}

@-moz-keyframes noMargin {
  from {
    opacity: 0;
    margin: 0;
    max-width: none;
  }
  50% {
    opacity: 1;
    margin: 0;
    max-width: none;
  }
  to {
    max-width: 1860px;
  }
}
@-webkit-keyframes noMargin {
  from {
    opacity: 0;
    margin: 0;
    max-width: none;
  }
  50% {
    opacity: 1;
    margin: 0;
    max-width: none;
  }
  to {
    max-width: 1860px;
  }
}
@keyframes noMargin {
  from {
    opacity: 0;
    margin: 0;
    max-width: none;
  }
  50% {
    opacity: 1;
    margin: 0;
    max-width: none;
  }
  to {
    max-width: 1860px;
  }
}
@-moz-keyframes fadeInImgL {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInImgL {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInImgL {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeInImg {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInImg {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInImg {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes sdb {
  0% {
    opacity: 1;
    height: 55px;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@-webkit-keyframes sdb {
  0% {
    opacity: 1;
    height: 55px;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@keyframes sdb {
  0% {
    opacity: 1;
    height: 55px;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@-moz-keyframes sdbSpl {
  0% {
    opacity: 1;
    height: 1.8em;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@-webkit-keyframes sdbSpl {
  0% {
    opacity: 1;
    height: 1.8em;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@keyframes sdbSpl {
  0% {
    opacity: 1;
    height: 1.8em;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
/* -----------------------------------------------------------
	.con_reservation
----------------------------------------------------------- */
.con_reservation {
  background: url(../images/home/bg_reservation.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 180px 0 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation {
    padding: 15% 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation {
    padding: 15% 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation {
    padding: 0 3%;
  }
}
@media print {
  .con_reservation .box_reservation {
    padding: 0 3%;
  }
}
.ie8 .con_reservation .box_reservation {
  padding: 0 3%;
}
.con_reservation .box_reservation h2 {
  font-weight: normal;
  text-align: center;
  font-size: 375%;
  color: #fff;
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation h2 {
    font-size: 313%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation h2 {
    font-size: 225%;
  }
}
.con_reservation .box_reservation .box_search {
  background: rgba(255, 255, 255, 0.9);
}

.con_reservation .box_reservation #tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_reservation .box_reservation #tab > p {
  cursor: pointer;
  font-family: "Playfair Display", serif;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 20px;
  padding: 1em;
  letter-spacing: 0.1em;
  border-radius: 5em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation #tab > p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation #tab > p {
    font-size: 11px;
  }
}
.con_reservation .box_reservation #tab > p.active {
  background-color: white;
}
.con_reservation .box_reservation #tab > p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_reservation .box_reservation #tab > p:nth-of-type(n+2) {
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation #tab > p:nth-of-type(n+2) {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation #tab > p {
    min-width: 240px;
  }
}
@media print {
  .con_reservation .box_reservation #tab > p {
    min-width: 240px;
  }
}
.ie8 .con_reservation .box_reservation #tab > p {
  min-width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation #tab > p {
    min-width: 205px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation #tab > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
  }
}
.con_reservation .box_reservation #tab > p.lnk_carseach {
  padding: 0;
}
.con_reservation .box_reservation #tab > p.lnk_carseach a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  height: 100%;
}
.con_reservation .box_reservation #tab .ic_svg {
  line-height: 1;
  margin-right: .3em;
}
.con_reservation .box_reservation .box_search {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 16px;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail {
  display: none;
  padding: 0 0 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail {
    padding: 3% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail {
    padding: 4% 0 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail {
    width: 85%;
    margin: 0 auto;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail:first-child {
  display: block;
}
.con_reservation .box_reservation .box_search .box_panel #panel01 .wrp_searchbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
.con_reservation .box_reservation .box_search .box_panel #panel01 .wrp_searchbox .outer_date {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 220px);
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender {
  padding: 3% 5% 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender {
    padding: 3% 1% 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender {
    padding: 10% 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom #searchCal dl dd ol li dd {
    margin-bottom: .75em;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom #searchCal dl dd ol li dd p {
  line-height: 1.25;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement {
    width: 100%;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .second {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .second {
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .second {
    margin-top: 4.53333vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .second li {
    border-bottom: none;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .third {
  width: 100%;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .third .searchChildbox .searchCalChild5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .third .searchChildbox .searchCalChild5 .txt {
  font-size: 50%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .third .searchChildbox .searchCalChild5 .txt {
    font-size: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .third {
    width: calc(73% - 1px);
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .third {
    margin-top: 4.53333vw;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchtop .searchlist {
  width: 100%;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchNRbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchNRbox {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchNRbox li {
    width: calc(98% / 2);
  }
}
@media print {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchNRbox li {
    width: calc(98% / 2);
  }
}
.ie8 .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchNRbox li {
  width: calc(98% / 2);
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchChildbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchChildbox li {
  width: calc(98% / 2);
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalElement .searchChildbox li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalNote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail .con_calender .searchCalWidget #searchCalFrom .searchCalNote .txt {
    margin-top: 1em;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 {
  padding: 3% 0%;
  position: relative;
  width: 100%;
  height: 15em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 {
    height: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel #panel01 .wrp_searchbox .outer_date {
    width: 100%;
  }
  .con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 {
    height: 25em;
  }
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 iframe {
  width: 98%;
  margin: 0 1%;
  border: none;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 .txt_note {
  padding: 1% 5% 3%;
  font-family: "Playfair Display", serif;
  font-size: 88%;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 .txt_note a {
  text-decoration: underline;
}
.con_reservation .box_reservation .box_search .box_panel .box_search_detail#panel02 .txt_note a:hover {
  text-decoration: none;
}

.con_reservation .box_reservation .box_search h3 {
  font-weight: normal;
  font-size: 150%;
  letter-spacing: .4em;
  text-align: center;
  border-bottom: 2px solid #c9c9c9;
  padding: 3% 0 1.5%;
}
.con_reservation .box_reservation .box_search .obj_search {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 3% 5% 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .obj_search {
    padding: 3% 1% 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search {
    padding: 3% 2% 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .obj_search {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con_reservation .box_reservation .box_search .obj_search input,
.con_reservation .box_reservation .box_search .obj_search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: .2em 1em 0;
  background: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search input,
  .con_reservation .box_reservation .box_search .obj_search select {
    padding: .5em 1em 0;
  }
}
.con_reservation .box_reservation .box_search .obj_search input::-ms-expand,
.con_reservation .box_reservation .box_search .obj_search select::-ms-expand {
  display: none;
}
.con_reservation .box_reservation .box_search .obj_search .tl_txt {
  border-bottom: 1px solid #000;
  text-align: center;
  font-feature-settings: "palt";
  font-size: 1.1vw;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1281px) {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt {
    font-size: 107%;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt {
    font-size: 107%;
  }
}
.ie8 .con_reservation .box_reservation .box_search .obj_search .tl_txt {
  font-size: 107%;
}
.con_reservation .box_reservation .box_search .obj_search .tl_txt .small {
  font-size: .85vw;
  letter-spacing: -.1em;
}
@media only screen and (min-width: 1281px) {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt .small {
    font-size: 75%;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt .small {
    font-size: 75%;
  }
}
.ie8 .con_reservation .box_reservation .box_search .obj_search .tl_txt .small {
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search .tl_txt .small {
    display: block;
    font-size: 75%;
    line-height: 1.1;
  }
}
.con_reservation .box_reservation .box_search .obj_search .box_day {
  width: 19%;
  margin: 0 .5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search .box_day {
    width: 48%;
    margin: 0 1%;
  }
}
.con_reservation .box_reservation .box_search .obj_search .box_day img {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  right: 3%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search .box_day img {
    bottom: 2vw;
  }
}
.con_reservation .box_reservation .box_search .obj_search .box_roo, .con_reservation .box_reservation .box_search .obj_search .box_sta, .con_reservation .box_reservation .box_search .obj_search .box_per {
  width: 12%;
  margin: 0 6px;
  text-align: center;
}
.con_reservation .box_reservation .box_search .obj_search .children {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search .box_roo, .con_reservation .box_reservation .box_search .obj_search .box_per {
    width: 48%;
    margin: 2% 1%;
  }
}
.con_reservation .box_reservation .box_search .obj_search .box_roo .small, .con_reservation .box_reservation .box_search .obj_search .box_per .small {
  line-height: 1.3;
  display: block;
}
.con_reservation .box_reservation .box_search .obj_search .box_sta select, .con_reservation .box_reservation .box_search .obj_search .box_roo select, .con_reservation .box_reservation .box_search .obj_search .box_per select {
  display: inline-block;
  width: auto;
}
.con_reservation .box_reservation .box_search .obj_search .box_sta label, .con_reservation .box_reservation .box_search .obj_search .box_roo label, .con_reservation .box_reservation .box_search .obj_search .box_per label {
  position: relative;
}
.con_reservation .box_reservation .box_search .obj_search .box_sta label::after, .con_reservation .box_reservation .box_search .obj_search .box_roo label:after, .con_reservation .box_reservation .box_search .obj_search .box_per label:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 30%;
  right: 0;
}
.con_reservation .box_reservation .box_search .obj_search .btn_submit {
  margin: auto 0;
  width: 15%;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .obj_search .btn_submit {
    width: 80%;
    margin: 2% auto;
  }
}
.con_reservation .box_reservation .box_search .obj_search .btn_submit input {
  background: #5ea4bf;
  padding: 1em;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 94%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.con_reservation .box_reservation .box_search .obj_search .btn_submit input:after {
  content: "";
  bottom: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #D3AD6F;
  transition: all .35s ease-in-out .5s;
}
.con_reservation .box_reservation .box_search .obj_search .btn_submit input:before {
  content: "";
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #D3AD6F;
  transition: all .35s ease-in-out .5s;
}
.con_reservation .box_reservation .box_search .obj_search .btn_submit input > span {
  display: block;
  color: #D3AD6F;
  padding: 1em;
  letter-spacing: .2em;
  background: #5ea4bf;
  color: #fff;
  position: relative;
  transition: all .35s ease-in-out .35s;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover:after {
    transition: all ease-in-out .35s;
    right: 0;
    bottom: 0;
  }
  .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover:before {
    left: 0;
    top: 0;
    transition: all ease-in-out .35s;
  }
  .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover > span {
    background: #D3AD6F;
    color: #fff !important;
    transition: all .35s ease-in-out .35s;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover:after {
    transition: all ease-in-out .35s;
    right: 0;
    bottom: 0;
  }
  .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover:before {
    left: 0;
    top: 0;
    transition: all ease-in-out .35s;
  }
  .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover > span {
    background: #D3AD6F;
    color: #fff !important;
    transition: all .35s ease-in-out .35s;
  }
}
.ie8 .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover:after {
  transition: all ease-in-out .35s;
  right: 0;
  bottom: 0;
}
.ie8 .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s;
}
.ie8 .con_reservation .box_reservation .box_search .obj_search .btn_submit input:hover > span {
  background: #D3AD6F;
  color: #fff !important;
  transition: all .35s ease-in-out .35s;
}
.con_reservation .box_reservation .box_search .btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .btns {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.con_reservation .box_reservation .box_search .btns .lnk {
  position: relative;
  padding: 0 3% 0 15px;
  width: auto;
}
.con_reservation .box_reservation .box_search .btns .lnk:last-of-type {
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .con_reservation .box_reservation .box_search .obj_search .box_day, .con_reservation .box_reservation .box_search .obj_search .box_roo, .con_reservation .box_reservation .box_search .obj_search .box_sta, .con_reservation .box_reservation .box_search .obj_search .box_per {
    width: 30%;
  }
  .con_reservation .box_reservation .box_search .obj_search .box_per {
    margin: 1.5em 6px;
  }
  .con_reservation .box_reservation .box_search .obj_search .children {
    width: 61%;
  }
  .con_reservation .box_reservation .box_search .obj_search .btn_submit {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_panel #panel01 .wrp_searchbox .outer_date {
    justify-content: center;
    width: 100%;
  }
  .con_reservation .box_reservation .box_search .obj_search .box_day, .con_reservation .box_reservation .box_search .obj_search .box_roo, .con_reservation .box_reservation .box_search .obj_search .box_sta, .con_reservation .box_reservation .box_search .obj_search .box_per {
    width: 30%;
  }
  .con_reservation .box_reservation .box_search .obj_search .box_per {
    margin: 1.5em 6px;
  }
  .con_reservation .box_reservation .box_search .obj_search .children {
    width: 61%;
  }
  .con_reservation .box_reservation .box_search .obj_search .btn_submit {
    margin: 1em auto 0;
  }
  .con_reservation .box_reservation .box_search .btns .lnk {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_panel #panel01 .wrp_searchbox .outer_date {
    justify-content: space-between;
  }
  .con_reservation .box_reservation .box_search .obj_search .box_day, .con_reservation .box_reservation .box_search .obj_search .box_roo, .con_reservation .box_reservation .box_search .obj_search .box_sta, .con_reservation .box_reservation .box_search .obj_search .box_per {
    width: calc(50% - 9px);
  }
  .con_reservation .box_reservation .box_search .btns .lnk {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .btns .lnk {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .obj_search .children {
    margin: 0 auto 1em;
    width: 94%;
  }
  .con_reservation .box_reservation .box_search .btns .lnk {
    padding: 0;
  }
}
.con_reservation .box_reservation .box_search .btns .lnk:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% + .25em);
  left: 0;
  margin-top: -4px;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .btns .lnk:before {
    left: auto;
  }
}
.con_reservation .box_reservation .box_search .btns .lnk a {
  display: inline-block;
  font-size: 82%;
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation .box_search .btns .lnk a {
    position: relative;
  }
  .con_reservation .box_reservation .box_search .btns .lnk a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #464646;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_reservation .box_reservation .box_search .btns .lnk a:hover:after {
    width: 100%;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .btns .lnk a {
    position: relative;
  }
  .con_reservation .box_reservation .box_search .btns .lnk a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #464646;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_reservation .box_reservation .box_search .btns .lnk a:hover:after {
    width: 100%;
  }
}
.ie8 .con_reservation .box_reservation .box_search .btns .lnk a {
  position: relative;
}
.ie8 .con_reservation .box_reservation .box_search .btns .lnk a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #464646;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_reservation .box_reservation .box_search .btns .lnk a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .btns .lnk a {
    margin-left: 15px;
  }
}
.con_reservation .box_reservation .box_search .btns dl {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation .box_search .btns dl {
    width: 70%;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .btns dl {
    width: 70%;
  }
}
.ie8 .con_reservation .box_reservation .box_search .btns dl {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .btns dl {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .btns dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5%;
  }
}
.con_reservation .box_reservation .box_search .btns dl dt {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 88%;
  padding: .2em 2em;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .btns dl dt {
    width: 100%;
    margin: 0 auto 2%;
  }
}
.con_reservation .box_reservation .box_search .btns dl dt .small {
  font-size: 75%;
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation .box_search .btns dl dd {
    letter-spacing: .2em;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .btns dl dd {
    letter-spacing: .2em;
  }
}
.ie8 .con_reservation .box_reservation .box_search .btns dl dd {
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .btns dl dd {
    width: 50%;
    text-align: center;
    position: relative;
    font-size: 113%;
  }
}
.con_reservation .box_reservation .box_search .btns dl dd:after {
  content: "/";
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .btns dl dd:after {
    right: 0;
    position: absolute;
    top: 0;
    padding: 0;
  }
}
.con_reservation .box_reservation .box_search .btns dl dd:last-child:after {
  display: none;
}

.con_reservation .box_reservation .box_search .box_notice {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
.con_reservation .box_reservation .box_search .box_notice .lnk {
  margin: 1em auto 0;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media print {
  .con_reservation .box_reservation .box_search .box_notice .lnk {
    max-width: 80%;
  }
}
.ie8 .con_reservation .box_reservation .box_search .box_notice .lnk {
  max-width: 80%;
}
.con_reservation .box_reservation .box_search .box_notice .lnk a {
  border: 2px solid #c63b3b;
  color: #c63b3b;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: .5em;
}
@media only screen and (min-width: 1025px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a {
    display: block;
    position: relative;
  }
}
@media print {
  .con_reservation .box_reservation .box_search .box_notice .lnk a {
    display: block;
    position: relative;
  }
}
.ie8 .con_reservation .box_reservation .box_search .box_notice .lnk a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.con_reservation .box_reservation .box_search .box_notice .lnk a span {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a span {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a span {
    margin-left: -2em;
    padding-left: 2em;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a span {
    margin-left: -1.5em;
    padding-left: 1.5em;
    width: 100%;
  }
}
.con_reservation .box_reservation .box_search .box_notice .lnk a span:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #c63b3b;
  border-right: solid 1px #c63b3b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% + .1em);
  left: -1em;
  margin-top: -4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a span:before {
    left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reservation .box_reservation .box_search .box_notice .lnk a span:before {
    left: 1em;
  }
}
.con_reservation .box_reservation .box_search .box_notice .lnk a:hover {
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #c63b3b;
}
.con_reservation .box_reservation .box_search .box_notice .lnk a:hover span:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  max-width: 1200px;
  margin: 5% auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_news {
    padding: 0 20px;
  }
}
@media print {
  .con_news {
    padding: 0 20px;
  }
}
.ie8 .con_news {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    width: 95%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: 90%;
    margin: 15% auto;
  }
}
.con_news .tl_basic_center {
  margin-bottom: 3%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .tl_basic_center {
    font-size: 207%;
  }
}
.con_news .box_news {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_news {
    width: 80%;
  }
}
@media print {
  .con_news .box_news {
    width: 80%;
  }
}
.ie8 .con_news .box_news {
  width: 80%;
}
.con_news .box_news li {
  padding: 1em 0;
}
.con_news .box_news li a {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  position: relative;
  font-size: 88%;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_news li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_news .box_news li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #464646;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_news .box_news li a:hover:after {
    width: 100%;
  }
}
@media print {
  .con_news .box_news li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_news .box_news li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #464646;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_news .box_news li a:hover:after {
    width: 100%;
  }
}
.ie8 .con_news .box_news li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_news .box_news li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #464646;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_news .box_news li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con_news .box_news li a .date {
  width: 12%;
  width: 12%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news li a .date {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .date {
    width: 30%;
  }
}
.con_news .box_news li a .category {
  width: 13%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news li a .category {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .category {
    width: 70%;
  }
}
.con_news .box_news li a .title {
  width: 75%;
  letter-spacing: .4em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news li a .title {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .title {
    letter-spacing: 0;
  }
}
.con_news .box_news li a .title:before {
  content: "・";
}
@media only screen and (max-width: 767px) {
  .con_news .box_news li a .title:before {
    display: none;
  }
}
.con_news .box_news li a .title:after {
  content: "→";
  margin-left: 1em;
}
@media only screen and (min-width: 1025px) {
  .con_news .btn_more {
    width: 20%;
  }
}
@media print {
  .con_news .btn_more {
    width: 20%;
  }
}
.ie8 .con_news .btn_more {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .con_news .btn_more {
    margin-top: 0;
    margin-left: auto;
  }
}

/* -----------------------------------------------------------
	.con_concept
----------------------------------------------------------- */
.con_concept {
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_concept {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: space-between;
    align-content: space-between;
  }
}
@media print {
  .con_concept {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: space-between;
    align-content: space-between;
  }
}
.ie8 .con_concept {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-top: 0;
  }
}
.con_concept .box_concept {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept {
    width: 40%;
    order: 1;
  }
}
@media print {
  .con_concept .box_concept {
    width: 40%;
    order: 1;
  }
}
.ie8 .con_concept .box_concept {
  width: 40%;
  order: 1;
}
.con_concept .box_concept:before {
  content: "";
  background: #EFF6F8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept:before {
    width: 130%;
  }
}
@media print {
  .con_concept .box_concept:before {
    width: 130%;
  }
}
.ie8 .con_concept .box_concept:before {
  width: 130%;
}
.con_concept .box_concept .box_txt {
  background: url(../images/home/deco_logo.png) 5% 95% no-repeat;
  background-size: 50% auto;
  height: 100%;
  padding: 7% 3% 10%;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_txt {
    padding: 20% 5% 40%;
    background-size: 80% auto;
  }
}
@media print {
  .con_concept .box_concept .box_txt {
    padding: 20% 5% 40%;
    background-size: 80% auto;
  }
}
.ie8 .con_concept .box_concept .box_txt {
  padding: 20% 5% 40%;
  background-size: 80% auto;
}
.con_concept .box_concept .box_txt .wrp {
  width: 90%;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_txt .wrp {
    margin-right: 8%;
    max-width: 430px;
  }
}
@media print {
  .con_concept .box_concept .box_txt .wrp {
    margin-right: 8%;
    max-width: 430px;
  }
}
.ie8 .con_concept .box_concept .box_txt .wrp {
  margin-right: 8%;
  max-width: 430px;
}
.con_concept .box_concept .box_txt .wrp .txt {
  padding-left: 1em;
  text-shadow: 1px 0 2px #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_concept .box_concept .box_txt .wrp .txt {
    letter-spacing: .1em;
  }
}
@media print {
  .con_concept .box_concept .box_txt .wrp .txt {
    letter-spacing: .1em;
  }
}
.ie8 .con_concept .box_concept .box_txt .wrp .txt {
  letter-spacing: .1em;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_img {
    width: 60%;
    order: 2;
  }
}
@media print {
  .con_concept .box_img {
    width: 60%;
    order: 2;
  }
}
.ie8 .con_concept .box_img {
  width: 60%;
  order: 2;
}
.con_concept .box_img .img img {
  -webkit-box-shadow: 9px 0 16px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 9px 0 16px rgba(0, 0, 0, 0.25);
  box-shadow: 9px 0 16px rgba(0, 0, 0, 0.25);
}

/* -----------------------------------------------------------
	.con_slideitem stay/restaurant
----------------------------------------------------------- */
.con_slideitem {
  position: relative;
  margin: 5% auto;
}
@media only screen and (max-width: 767px) {
  .con_slideitem {
    margin: 15% auto;
  }
}
.con_slideitem .tl_basic_center {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_slideitem .tl_basic_center {
    font-size: 207%;
  }
}
.con_slideitem .txt_intro {
  text-align: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .con_slideitem .txt_intro {
    text-align: left;
    width: 90%;
    margin: 0 auto 10%;
  }
}
.con_slideitem .box_slide .thumb-item-nav {
  padding-bottom: 3%;
}
.con_slideitem .box_slide .thumb-item-nav .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100% !important;
}
.con_slideitem .box_slide .thumb-item-nav .thumb {
  border: 1px solid #000;
  padding: .5em 1em;
  width: 25% !important;
  margin: 0 1%;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 88%;
}
@media only screen and (min-width: 1025px) {
  .con_slideitem .box_slide .thumb-item-nav .thumb {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_slideitem .box_slide .thumb-item-nav .thumb:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}
@media print {
  .con_slideitem .box_slide .thumb-item-nav .thumb {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .con_slideitem .box_slide .thumb-item-nav .thumb:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}
.ie8 .con_slideitem .box_slide .thumb-item-nav .thumb {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ie8 .con_slideitem .box_slide .thumb-item-nav .thumb:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .thumb-item-nav .thumb {
    width: 31% !important;
    padding: .5em;
    font-feature-settings: "palt";
  }
}
.con_slideitem .box_slide .thumb-item-nav .thumb.slick-current {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .thumb-item-nav#thumb_dining .slick-track {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con_slideitem .box_slide .thumb-item-nav#thumb_dining .thumb {
  width: 17% !important;
  padding: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slideitem .box_slide .thumb-item-nav#thumb_dining .thumb {
    font-size: 1.3vw;
    width: 19% !important;
    margin: 0 .5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .thumb-item-nav#thumb_dining .thumb {
    width: 31% !important;
  }
  .con_slideitem .box_slide .thumb-item-nav#thumb_dining .thumb:nth-child(4), .con_slideitem .box_slide .thumb-item-nav#thumb_dining .thumb:nth-child(5) {
    width: 48% !important;
    margin-top: 2%;
  }
}
.con_slideitem .box_slide .slide_detail .slick-list {
  overflow: visible;
}
.con_slideitem .box_slide .slide_detail .slide {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_slideitem .box_slide .slide_detail .slide .box_img {
    width: 57%;
    padding-left: 3%;
  }
}
@media print {
  .con_slideitem .box_slide .slide_detail .slide .box_img {
    width: 57%;
    padding-left: 3%;
  }
}
.ie8 .con_slideitem .box_slide .slide_detail .slide .box_img {
  width: 57%;
  padding-left: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slide .box_img {
    padding: 0 2%;
  }
}
.con_slideitem .box_slide .slide_detail .slide .box_txt {
  padding-right: 3%;
}
@media only screen and (min-width: 1025px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt {
    width: 40%;
    position: absolute;
    left: 59.5%;
    top: 10%;
    max-width: 550px;
    padding-right: 3%;
  }
}
@media print {
  .con_slideitem .box_slide .slide_detail .slide .box_txt {
    width: 40%;
    position: absolute;
    left: 59.5%;
    top: 10%;
    max-width: 550px;
    padding-right: 3%;
  }
}
.ie8 .con_slideitem .box_slide .slide_detail .slide .box_txt {
  width: 40%;
  position: absolute;
  left: 59.5%;
  top: 10%;
  max-width: 550px;
  padding-right: 3%;
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt {
    width: 90%;
    margin: 5% auto;
    padding: 0 2%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt {
    width: 95%;
    margin: 5% auto 0;
  }
}
.con_slideitem .box_slide .slide_detail .slide .box_txt .catch_sub {
  font-size: 113%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .catch_sub {
    padding-left: 15px;
  }
}
.con_slideitem .box_slide .slide_detail .slide .box_txt .tl_basic {
  font-size: 225%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .tl_basic {
    font-size: 3.1vw;
    letter-spacing: .08em;
  }
}
@media print {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .tl_basic {
    font-size: 3.1vw;
    letter-spacing: .08em;
  }
}
.ie8 .con_slideitem .box_slide .slide_detail .slide .box_txt .tl_basic {
  font-size: 3.1vw;
  letter-spacing: .08em;
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .tl_basic {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .tl_basic {
    font-size: 150%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .btn_more,
  .con_slideitem .box_slide .slide_detail .slide .box_txt .btn_rsv {
    width: 50%;
  }
}
.con_slideitem .box_slide .slide_detail .slide .box_txt .btn_rsv {
  margin-top: 30px;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .btn_rsv {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .btn_rsv {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .slide_detail .slide .box_txt .btn_rsv a span {
    width: 50%;
  }
}
.con_slideitem .box_slide .slide_detail .slick-arrow {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .con_slideitem .box_slide .slide_detail .slick-arrow {
    top: 45%;
  }
}
.con_slideitem .box_slide .slide_detail .slick-arrow:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  position: absolute;
  top: 0;
}
.con_slideitem .box_slide .slide_detail .slick-arrow.slick-prev {
  left: 1%;
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slick-arrow.slick-prev {
    left: 0;
  }
}
.con_slideitem .box_slide .slide_detail .slick-arrow.slick-prev:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}
.con_slideitem .box_slide .slide_detail .slick-arrow.slick-next {
  right: 1%;
}
@media only screen and (max-width: 1024px) {
  .con_slideitem .box_slide .slide_detail .slick-arrow.slick-next {
    right: 0;
  }
}
.con_slideitem .box_slide .slide_detail .slick-arrow.slick-next:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .con_slideitem .box_slide .slide_detail#slide_dining .slide .box_img {
    margin-left: auto;
  }
}
@media print {
  .con_slideitem .box_slide .slide_detail#slide_dining .slide .box_img {
    margin-left: auto;
  }
}
.ie8 .con_slideitem .box_slide .slide_detail#slide_dining .slide .box_img {
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_slideitem .box_slide .slide_detail#slide_dining .slide .box_txt {
    left: 5%;
  }
}
@media print {
  .con_slideitem .box_slide .slide_detail#slide_dining .slide .box_txt {
    left: 5%;
  }
}
.ie8 .con_slideitem .box_slide .slide_detail#slide_dining .slide .box_txt {
  left: 5%;
}
.con_slideitem .box_slide .slide_detail#slide_dining .slide .box_txt .tl_basic {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .con_slideitem.con_dining {
    margin-top: 10%;
  }
}
@media print {
  .con_slideitem.con_dining {
    margin-top: 10%;
  }
}
.ie8 .con_slideitem.con_dining {
  margin-top: 10%;
}

/* -----------------------------------------------------------
	.con_michelin
----------------------------------------------------------- */
.con_michelin {
  padding: 5% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_michelin {
    padding: 3% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_michelin {
    padding: 0 0 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_michelin {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_michelin {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con_michelin {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.con_michelin .img {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_michelin .img {
    text-align: right;
    width: 47%;
  }
}
@media print {
  .con_michelin .img {
    text-align: right;
    width: 47%;
  }
}
.ie8 .con_michelin .img {
  text-align: right;
  width: 47%;
}
@media only screen and (min-width: 768px) {
  .con_michelin .box_txt {
    width: 53%;
    padding-left: 3%;
  }
}
@media print {
  .con_michelin .box_txt {
    width: 53%;
    padding-left: 3%;
  }
}
.ie8 .con_michelin .box_txt {
  width: 53%;
  padding-left: 3%;
}
@media only screen and (max-width: 767px) {
  .con_michelin .box_txt {
    padding-top: 5%;
  }
}
.con_michelin .box_txt h3 {
  font-size: 188%;
  font-weight: normal;
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_michelin .box_txt h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_michelin .box_txt h3 {
    font-size: 138%;
  }
}
.con_michelin .box_txt .txt {
  letter-spacing: .28em;
}
@media only screen and (max-width: 767px) {
  .con_michelin .box_txt .txt {
    letter-spacing: .1em;
  }
}

/* -----------------------------------------------------------
	.con_spa
----------------------------------------------------------- */
.con_spa {
  position: relative;
}
.con_spa:before {
  content: "";
  background: #EFF6F8;
  bottom: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .con_spa:before {
    width: 50%;
    top: 40%;
    bottom: auto;
    margin-top: -13%;
    height: 65%;
  }
}
@media print {
  .con_spa:before {
    width: 50%;
    top: 40%;
    bottom: auto;
    margin-top: -13%;
    height: 65%;
  }
}
.ie8 .con_spa:before {
  width: 50%;
  top: 40%;
  bottom: auto;
  margin-top: -13%;
  height: 65%;
}
@media only screen and (max-width: 767px) {
  .con_spa:before {
    height: 70%;
  }
}
.con_spa .box_spa {
  position: relative;
  padding: 150px 0 350px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_spa {
    padding: 10% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_spa {
    padding: 15% 0 10%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_spa .box_img {
    width: 57%;
  }
}
@media print {
  .con_spa .box_spa .box_img {
    width: 57%;
  }
}
.ie8 .con_spa .box_spa .box_img {
  width: 57%;
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_spa .box_txt {
    width: 37%;
    position: absolute;
    left: 59.5%;
    top: 30%;
    max-width: 550px;
  }
}
@media print {
  .con_spa .box_spa .box_txt {
    width: 37%;
    position: absolute;
    left: 59.5%;
    top: 30%;
    max-width: 550px;
  }
}
.ie8 .con_spa .box_spa .box_txt {
  width: 37%;
  position: absolute;
  left: 59.5%;
  top: 30%;
  max-width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_spa .box_txt {
    width: 90%;
    margin: 5% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_spa .box_txt {
    width: 95%;
    margin: 5% auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_spa .box_spa .box_txt .tl_basic {
    font-size: 288%;
    letter-spacing: .08em;
  }
}
@media print {
  .con_spa .box_spa .box_txt .tl_basic {
    font-size: 288%;
    letter-spacing: .08em;
  }
}
.ie8 .con_spa .box_spa .box_txt .tl_basic {
  font-size: 288%;
  letter-spacing: .08em;
}
@media only screen and (max-width: 767px) {
  .con_spa .box_spa .box_txt .tl_basic img {
    width: 40%;
  }
}
.con_spa .box_spa .box_txt .box_spa_contact {
  margin: 3em 0 0 2em;
}
.con_spa .box_spa .box_txt .box_spa_contact a.mail {
  text-decoration: underline !important;
}

/* -----------------------------------------------------------
	.con_pool
----------------------------------------------------------- */
.con_pool {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pool {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pool {
    margin-top: 10%;
  }
}
.con_pool .box_img {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_pool .box_txt {
    max-width: 1050px;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}
@media print {
  .con_pool .box_txt {
    max-width: 1050px;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}
.ie8 .con_pool .box_txt {
  max-width: 1050px;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pool .box_txt {
    width: 90%;
    margin: 0 auto 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pool .box_txt {
    width: 95%;
    margin: 0 auto 7%;
  }
}
.con_pool .box_txt .txt {
  text-shadow: 1px 1px 0 #fff;
}

/* -----------------------------------------------------------
	.con_destination / .con_making
----------------------------------------------------------- */
.con_making,
.con_destination {
  background: url(../images/home/bg_destination.png) 0 bottom no-repeat;
  position: relative;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_making,
  .con_destination {
    background-size: 70% auto;
    padding: 15% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_making,
  .con_destination {
    background-size: 100% auto;
    padding: 15% 0;
  }
}
.con_making .box_txt,
.con_destination .box_txt {
  position: absolute;
  width: 40%;
  top: 15%;
  left: 12%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_making .box_txt,
  .con_destination .box_txt {
    left: 5%;
    top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_making .box_txt,
  .con_destination .box_txt {
    width: 95%;
    margin: 0 auto 5%;
    position: static;
  }
}
.con_making .box_img,
.con_destination .box_img {
  padding-right: 2%;
  text-align: right;
  width: 60%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .con_making .box_img,
  .con_destination .box_img {
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_making .movie_txt_layout,
  .con_destination .movie_txt_layout {
    position: static;
    width: 85%;
    margin: 0 auto;
    max-width: 780px;
  }
}
@media print {
  .con_making .movie_txt_layout,
  .con_destination .movie_txt_layout {
    position: static;
    width: 85%;
    margin: 0 auto;
    max-width: 780px;
  }
}
.ie8 .con_making .movie_txt_layout, .ie8
.con_destination .movie_txt_layout {
  position: static;
  width: 85%;
  margin: 0 auto;
  max-width: 780px;
}
.con_making .box_movie,
.con_destination .box_movie {
  width: 90%;
  max-width: 960px;
  margin: 5em auto 0;
}
@media only screen and (max-width: 767px) {
  .con_making .box_movie,
  .con_destination .box_movie {
    margin: 3em auto 0;
  }
}
.con_making .box_movie video,
.con_destination .box_movie video {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_access .box_img .img img {
    max-width: 110%;
  }
}
@media print {
  .con_access .box_img .img img {
    max-width: 110%;
  }
}
.ie8 .con_access .box_img .img img {
  max-width: 110%;
}
@media only screen and (min-width: 551px) and (max-width: 1024px) {
  .con_access .box_img .img img {
    max-width: 130%;
  }
}
@media only screen and (max-width: 550px) {
  .con_access .box_img .img {
    overflow: hidden;
  }
  .con_access .box_img .img img {
    width: 320%;
    height: 360px;
    max-width: none;
    object-fit: cover;
  }
}
.con_access .box_txt {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 40%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_access .box_txt {
    top: 4%;
  }
}
@media print {
  .con_access .box_txt {
    top: 4%;
  }
}
.ie8 .con_access .box_txt {
  top: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt {
    left: 5%;
    top: 2%;
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt {
    width: 84%;
    top: 5%;
  }
}
.con_access .box_txt .tl_basic,
.con_access .box_txt .txt {
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.con_access .box_txt .txtnoli {
  text-shadow: 0 0 6px #000;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_access .box_txt .txt {
    letter-spacing: .1em;
  }
}
@media print {
  .con_access .box_txt .txt {
    letter-spacing: .1em;
  }
}
.ie8 .con_access .box_txt .txt {
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .txt {
    line-height: 1.5;
  }
}
.con_access .box_txt .txt em {
  font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .txt em {
    font-size: 75%;
  }
}
.con_access .box_txt .txt_time {
  color: #fff;
  padding-left: 3em;
  letter-spacing: .2em;
  margin: 15px 0 20px;
  line-height: 1.5;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .txt_time {
    margin: 5px 0 20px;
    letter-spacing: .1em;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .txt_time {
    padding-left: 15px;
    margin: 3% auto 5%;
    line-height: 1.1;
  }
}
.con_access .box_txt .tl_basic:before {
  background: #fff;
}
.con_access .box_txt address {
  color: #fff;
  padding-left: 30px;
  letter-spacing: .2em;
  margin: 15px 0 30px;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt address {
    line-height: 1.5;
    margin: 5px 0 20px;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt address {
    padding-left: 15px;
    margin: 3% auto 5%;
  }
}
.con_access .box_txt .lnk {
  padding-right: 30px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .lnk {
    padding-left: 15px;
    width: 113%;
  }
}
.con_access .box_txt .lnk a {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_access .box_txt .lnk a:hover .txt_lnk:after {
    width: 100%;
  }
}
@media print {
  .con_access .box_txt .lnk a:hover .txt_lnk:after {
    width: 100%;
  }
}
.ie8 .con_access .box_txt .lnk a:hover .txt_lnk:after {
  width: 100%;
}
.con_access .box_txt .lnk a .ic {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .lnk a .ic {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .lnk a .ic {
    width: 40px;
    height: 40px;
  }
}
.con_access .box_txt .lnk a .ic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.con_access .box_txt .lnk a .txt_lnk {
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  font-size: 88%;
  letter-spacing: .2em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_txt .lnk a .txt_lnk {
    padding-left: 15px;
    text-shadow: 0 0 6px #777;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_txt .lnk a .txt_lnk {
    padding-left: 10px;
  }
}
.con_access .box_txt .lnk a .txt_lnk:after {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.con_access .box_map {
  width: 48%;
  height: 600px;
  position: absolute;
  right: 2%;
  top: 10%;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map {
    position: relative;
    top: 0;
    right: 0;
    margin: -1em auto 0;
    padding-bottom: 60%;
    z-index: 1;
  }
}
.con_access .box_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.9;
}

/* -----------------------------------------------------------
	.con_recuit
----------------------------------------------------------- */
.con_recuit {
  margin: 90px auto 20px;
  background: #F9F7F7;
  padding: 5% 0;
}
@media only screen and (max-width: 767px) {
  .con_recuit {
    padding: 10% 0;
    margin: 10% auto 20px;
  }
}
.con_recuit .box_recruite {
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuit .box_recruite {
    width: 82%;
  }
}
.con_recuit .box_recruite .btn_basic {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_recuit .box_recruite .btn_basic {
    margin-bottom: 5%;
  }
}
.con_recuit .box_recruite .txt {
  text-align: center;
  letter-spacing: .15em;
}
@media only screen and (max-width: 767px) {
  .con_recuit .box_recruite .txt {
    width: 90%;
    margin: 0 auto;
    font-size: 88%;
    text-align: left;
  }
}

/* -----------------------------------------------------------
	movie
----------------------------------------------------------- */
.con_main_movie {
  position: relative;
  max-width: 1860px;
}
@media only screen and (max-width: 1024px) {
  .con_main_movie {
    display: none;
  }
}
.con_main_movie video {
  width: 100%;
  height: auto;
}

.box_sound {
  position: absolute;
  bottom: 5%;
  right: 4%;
  z-index: 999;
}
.box_sound #mute {
  border: 0px;
  width: 31px;
  height: 21px;
  background: url(../images/home/ic_volume-up.png) left top no-repeat;
}
.box_sound #mute.is-muted {
  background: url(../images/home/ic_volume-off.png) left top no-repeat;
}

.modaal-iframe .modaal-container {
  background-color: #000;
  height: calc((100vw - 50px) / 1.789 + 0px) !important;
  max-height: 675px;
}

.searchCalWidget * {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.searchCalWidget select {
  padding: .25em 1em;
  font-size: 16px;
  outline: none;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.searchCalWidget select::-ms-expand {
  display: none;
}

.searchCalElement > ul {
  list-style: none;
  margin: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchCalElement > ul > li {
  width: 48%;
}

.searchCalElement > ul > li li {
  list-style: none;
  margin: 0 0 .5em;
  padding: 0 .5em .5em;
  border-bottom: 1px solid #ddd;
}

.searchCalElement > ul > li li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchCalElement > ul > li li dl dt {
  font-size: 14px;
}

.searchCalElement > ul > li li dl dt span {
  margin-left: .25em;
  font-size: 11px;
}

.searchCalElement > ul > li li dl dd {
  margin-left: auto;
}

.searchCalButton {
  padding: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchCalButton input {
  padding: .4em 2em;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.searchCalSelectBox {
  padding: 0 0 .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchCalSelectBox > div > ol > li button {
  width: 28px;
  height: 27px;
}

.searchCalNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0 1em;
}

.searchCalNote ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchCalNote li {
  margin-right: 1.5em;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchCalNote li svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #5ea4bf;
}

.searchCalNote p {
  font-size: 13px;
  line-height: 16px;
}

.searchCalSelect {
  margin-left: auto;
  padding: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.searchCalSelect ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.searchCalSelect ol li {
  margin-left: 5px;
}

.searchCalSelect ol li button {
  padding: 5px 5px 4px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  border: 1px solid #999;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}

.searchCalSelect ol li button:disabled {
  opacity: .5;
}

.searchCalSelect ol li svg {
  width: 16px;
  height: 16px;
  fill: #666;
  pointer-events: none;
}

.searchCalAdult dt > span {
  color: #666666;
  margin-left: 1em;
}

.searchCalChildren {
  font-size: 14px;
}

.searchCalChildren dt > span {
  color: #666666;
  margin-left: 1em;
}

.searchCalChildren dd > span {
  margin: 0 2px;
}

#searchCal > dl > dt {
  padding: 0 0 .5em;
  font-size: 16px;
  font-weight: 700;
}

#searchCal > dl > dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#searchCal > dl > dd ul li {
  padding: .25em;
  font-size: 11px;
  text-align: center;
  background: #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#searchCal > dl > dd ul li:first-child {
  color: #ff4d4d;
}

#searchCal > dl > dd ul li:last-child {
  color: #006dd9;
}

#searchCal > dl > dd ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid #ddd;
  border-width: 1px 0 0 1px;
}

#searchCal > dl > dd ol li {
  width: 14.28571%;
  min-height: 70px;
  position: relative;
  border: solid #ddd;
  border-width: 0 1px 1px 0;
}

#searchCal > dl > dd ol li dl {
  padding-bottom: 1.25em;
}

#searchCal > dl > dd ol li dt {
  padding-top: .25em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#searchCal > dl > dd ol li:nth-child(7n) dt {
  color: #006dd9;
}

#searchCal > dl > dd ol li:nth-child(7n-6) dt {
  color: #ff4d4d;
}

#searchCal > dl > dd ol li.none dl {
  opacity: .25;
  cursor: not-allowed;
}

#searchCal > dl > dd ol li dl dd {
  padding: .25em 0 .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#searchCal > dl > dd ol li dl dd svg {
  width: 20px;
  height: 20px;
  fill: #5ea4bf;
}

#searchCal > dl > dd ol li dd p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-indent: -.4em;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}
#searchCal > dl > dd{
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .searchCalElement > ul > li li dl dt {
    font-size: 12px;
  }

  .searchCalElement > ul > li li dl dt span {
    font-size: 10px;
  }

  #searchCal > dl > dd ol li dd p {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
  }
}
