@charset "UTF-8";
/*==================================================================
   Layout
==================================================================*/
.container, .content, .inner {
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
}
.container:after, .content:after, .inner:after {
  content: "";
  display: block;
  clear: both;
}

.container, .inner {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1600px;
}

.inner {
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .inner {
    max-width: 1260px;
    width: 100%;
  }
}

.inner_frame {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.inner_frame table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner_frame {
    width: 85%;
  }
}

/*------------------------------------------------------------
   base
--------------------------------------------------------------*/
h2 {
  font-size: 3.4rem;
  line-height: 1.2;
}
h2.title {
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

h3 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.4em;
}
h3.center {
  text-align: center;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

h3.center, h4.center {
  text-align: center;
}
h3.under_line, h4.under_line {
  border-bottom: dotted 2px #d35c37;
  padding: 0 0 0.3em;
  display: inline-block;
  margin-bottom: 1em;
  color: #d35c37;
}

#header_wrap {
  padding-top: 30px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  #header_wrap {
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
   Header
--------------------------------------------------------------*/
#header {
  width: 100%;
  background: url(../img/body.jpg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: #d35c37;
}
#header .inner {
  max-width: 1000px;
  height: 0;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #header .inner {
    padding-right: 0;
  }
}
#header #logo {
  max-width: 181px;
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -30px;
  margin-left: -3%;
}
@media screen and (min-width: 992px) {
  #header #logo {
    margin-left: 0;
  }
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header .tel {
  width: auto;
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
#header .teltxt {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.1rem,5vw,3rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
#header .teltxt::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../img/2x/tel_icon@2x.png) no-repeat center/contain;
  margin-right: 0.1em;
  margin-left: -0.1em;
}
#header .teltxt a {
  color: #fff;
}
#header .teltxt a:hover {
  text-decoration: none;
  opacity: 0.75;
}

/* Grobal Nav
--------------------------------------------------------------*/
#nav {
  width: 100%;
  height: 100%;
  background: url(../img/body.jpg);
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 15;
  padding-top: calc(9vw + 40px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#nav .inner {
  max-width: 1000px;
  width: 100%;
}
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nav li {
  display: table;
  min-width: 260px;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav li a {
  display: table-cell;
  height: 80px;
  padding-top: 5px;
  border-bottom: dotted #ccc 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
  color: #531;
  font-weight: 600;
  line-height: 1.3;
}
#nav li a p {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#nav li a p span.icon {
  display: block;
  height: 34px;
}
#nav li a p span.eng {
  display: block;
  font-size: 0.75em;
  margin-top: -0.3em;
  color: #8bc;
}
#nav li a p::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: -0.55em;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #b41;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li a:hover p::after {
  text-decoration: none;
  width: 100%;
  left: 0%;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  #nav li {
    width: 50%;
  }
}
/* #nav #nav05 {
  position: relative;
  z-index: -1;
}
#nav #nav05 a::after {
  content: "準備中";
  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;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #d35c37;
  background-color: rgba(255, 255, 255, 0.75);
} */
@media screen and (min-width: 992px) {
  #nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -80px;
    padding-top: 0px;
  }
  #nav .inner {
    height: auto;
  }
  #nav ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav li {
    display: inline-block;
    min-width: unset;
    width: auto;
    padding-right: 1.8em;
    padding-left: 1.8em;
  }
  #nav li a {
    height: 80px;
    padding-top: 0px;
    border-bottom: none;
  }
}

/* open *****************/
#header_wrap.open #nav {
  right: 0px;
}

/* fixed *****************/
@media screen and (min-width: 992px) {
  #header_wrap.fixed #nav {
    position: fixed;
    top: -10px;
    bottom: inherit;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-animation: fadedown 0.8s;
    animation: fadedown 0.8s;
  }
  #header_wrap.fixed #nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #header_wrap.fixed #nav li a p .icon {
    opacity: 0;
  }
  #header_wrap.fixed #nav #nav05 a::after {
    top: 63%;
  }
}
#index #nav01 a p:after,
#onsen #nav02 a p:after,
#cuisine #nav03 a p:after,
#facilities #nav04 a p:after,
#anex #nav05 a p:after,
#access #nav06 a p:after {
  text-decoration: none;
  width: 100%;
  left: 0%;
}

/* toggle Nav
--------------------------------------------------------------*/
.nav_toggle {
  background: #8bc;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 200;
}
.nav_toggle > div {
  position: relative;
  width: 55%;
  height: 55%;
}
.nav_toggle .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.nav_toggle .cont::after {
  content: "menu";
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 0.81em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: -7.5%;
}
.nav_toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 7.5%;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 0%;
}
.nav_toggle span:nth-child(2) {
  top: 28%;
}
.nav_toggle span:nth-child(3) {
  top: 56%;
}
@media screen and (min-width: 992px) {
  .nav_toggle {
    display: none;
  }
}

/* open ************************/
#header.open .nav_toggle span {
  top: 30%;
}
#header.open .nav_toggle span:nth-child(1) {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#header.open .nav_toggle span:nth-child(2) {
  opacity: 0;
}
#header.open .nav_toggle span:nth-child(2), #header.open .nav_toggle span:nth-child(3) {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
#header.open .nav_toggle .cont::after {
  content: "close";
}

/* keyframes ---------------------------------*/
@-webkit-keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------------------------------
   Main Visual
--------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  height: auto;
  background-image: url(../../movie/top_movie.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#mainVisual::before {
  content: "";
  display: block;
  padding-top: 200px;
}
@media screen and (min-width: 576px) {
  #mainVisual::before {
    padding-top: min(43.75%, calc(100vh - 110px));
  }
}

#mainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 6.25%;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../img/temporary/bg_arc.png) no-repeat center top/100%;
  position: absolute;
  bottom: 0;
}

#main_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#main_movie video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  background: #dd7862;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.92em;
  line-height: 1.6;
  text-align: center;
}
#footer a, #footer a:hover {
  color: #fff;
}
#footer #footer_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer #footer_nav {
    display: block;
  }
}
/* #footer #footer_nav #nav05 {
  position: relative;
}
#footer #footer_nav #nav05::before {
  content: "準備中";
  display: block;
  width: 50px;
  height: 1.5em;
  border-radius: 30px;
  position: absolute;
  top: 0;
  margin-left: -0.9em;
  color: #d35c37;
  background-color: rgba(255, 255, 255, 0.75);
} */
#footer #footer_nav {
  padding: 0.6em 0;
  text-align: center;
  margin-bottom: 0.5em;
}
#footer #footer_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer #footer_nav li {
  font-size: 0.93em;
  line-height: 1.5;
  margin-left: 0.9em;
}
#footer #footer_nav li::after {
  content: "｜";
  display: inline-block;
  margin-left: 0.9em;
}
#footer #footer_nav li:last-child::after {
  display: none;
}
#footer #footer_cont {
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  padding-top: 2.5em;
  margin-bottom: 3.5em;
}
#footer #footer_cont #footer_logo {
  margin-bottom: 0.8em;
}
#footer #footer_yadobnr {
  clear: both;
  margin-bottom: 2em;
  margin-left: 0.6em;
  margin-right: 0.6em;
}
@media screen and (min-width: 992px) {
  #footer {
    padding-top: 0.5em;
    text-align: left;
  }
  #footer #footer_nav {
    display: block;
  }
  #footer #footer_cont {
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer #footer_cont #footer_logo {
    margin: 0 1.5em;
  }
}

#copyright {
  clear: both;
  width: 100%;
  height: auto;
  padding: 7px 0px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #bb5544;
}

#pagetop {
  position: fixed;
  bottom: 27px;
  right: 2px;
  z-index: 200;
}
#pagetop a {
  background: #8bc;
  color: #eee;
  font-size: 0.8em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

/*------------------------------------------------------------
   Contents
--------------------------------------------------------------*/
#contents {
  position: relative;
  overflow: hidden;
}
#contents::after {
  content: "";
  display: block;
  clear: both;
}
#contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_wave.png) repeat-y center top;
  background-size: 1000px auto;
  overflow: hidden;
  position: absolute;
  top: 800px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  #contents::before {
    background-size: 2800px auto;
    top: 400px;
  }
}

.txtArea p:not(:last-child), .txt p:not(:last-child) {
  margin-bottom: 1.3em;
}

.flex, .flex_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.jc_center, .flex_layout.jc_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.va_center, .flex_layout.va_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_layout {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.flex_layout > * {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
}
@media screen and (min-width: 576px) {
  .flex_layout > * {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 992px) {
  .flex_layout > * {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .flex_layout > * {
    width: calc(100% / 4);
  }
}

.flex_layout.mgn {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.flex_layout.mgn > * {
  width: calc(100% - 0.4em*2);
  margin: 0.4em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .flex_layout.mgn > * {
    width: calc(100% / 2 - 0.4em*2);
  }
}

/* button ****************************************/
.btn {
  min-width: 180px;
  height: 40px;
  display: table;
}
.btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 35px 0px 20px;
  border: 1px solid;
  border-radius: 0px;
  font-size: 0.93em;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
  position: relative;
  border-color: #8bc;
  background-color: #8bc;
  color: #fff;
}
.btn a:hover {
  background-color: #fff;
  background-color: transparent;
  color: #8bc;
}
.btn a::after {
  display: inline-block;
  content: "＞";
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) scaleX(0.5);
  -ms-transform: translateY(-50%) scaleX(0.5);
  transform: translateY(-50%) scaleX(0.5);
}
.btn.round {
  min-width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.btn.round a {
  border-color: #8bc;
  background: #8bc;
  border-radius: 20px;
  text-align: left;
  padding-left: 30px;
}
.btn.round a:hover {
  color: #fff;
  background: rgba(136, 187, 204, 0.8);
}

.btn.mono a {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.btn.mono a:hover {
  background-color: transparent;
  color: #222;
}

/* box ****************************************/
.matbox {
  display: inline-block;
  margin: 0 auto 1.3em;
  padding: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dd7862;
  color: #fff;
}
.matbox::after {
  content: "";
  display: block;
  clear: both;
}

/* deco ****************************************/
.deco {
  position: absolute;
  z-index: -1;
}
.deco.lt {
  top: -20px;
  left: -20px;
}
.deco.lb {
  bottom: -30px;
  left: -20px;
}
.deco.rt {
  top: -50px;
  right: -20px;
}
.deco.rb {
  bottom: -30px;
  right: -20px;
}

.deco.bub {
  width: clamp(90px, 18%, 109px);
}

.deco.bub2 {
  width: clamp(125px, 18%, 151px);
}

/* note_sea ****************************************/
#note_sea .bgbox {
  background: url(../img/bg_oblique.png);
}
#note_sea .bgbox h3 {
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
#note_sea .bgbox h3 span {
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #note_sea .bgbox h3 {
    font-size: 2.6rem;
  }
}
#note_sea .bgbox .contArea {
  display: none;
}
#note_sea .bgbox .bgbox {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  margin-bottom: 0;
}
#note_sea .bgbox .bgbox .disclist {
  margin-bottom: 1em;
}
#note_sea .bgbox .bgbox .noteArea {
  text-align: center;
  line-height: 1.4;
}
#note_sea .bgbox .bgbox .noteArea p {
  margin-bottom: 0.4em;
}
#note_sea .btn.ac {
  width: auto;
  height: auto;
  cursor: pointer;
}
#note_sea .btn.ac::after {
  content: "∨";
  display: block;
  text-align: center;
  -webkit-transform: scale(1, 0.6);
  -ms-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#note_sea .btn.ac.open::after {
  -webkit-transform: scale(1, 0.6) rotate(180deg);
  -ms-transform: scale(1, 0.6) rotate(180deg);
  transform: scale(1, 0.6) rotate(180deg);
}
#note_sea .deco.rt {
  top: -90px;
  right: -80px;
}

/* banquet_bnr ****************************************/
#banquet_bnr .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banquet_bnr .layout .txtArea {
  max-width: 528px;
}
#banquet_bnr .layout .imgArea {
  max-width: 380px;
  margin-top: -30px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #banquet_bnr .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #banquet_bnr .layout .imgArea {
    margin: 0 -30px 0 0;
  }
}
#banquet_bnr .layout .deco.lb {
  bottom: -100px;
  left: -40px;
}

/*------------------------------------------------------------
   Other
--------------------------------------------------------------*/
/* planList
-------------------------------------------------------------------*/
#planList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#planList .plan_rss {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#planList .plan_rss .mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em;
  margin: 0em;
  width: calc(100% - 0em*2);
}
#planList .plan_rss .mini > * {
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
}
#planList .plan_rss .mini .plan_text {
  padding-top: 0;
}
#planList .plan_rss .mini .plan_img {
  padding-bottom: 0;
}
@media screen and (min-width: 480px) {
  #planList .plan_rss {
    max-width: 640px;
  }
  #planList .plan_rss .mini {
    width: calc(100% / 2 - 0em*2);
  }
}
@media screen and (min-width: 768px) {
  #planList .plan_rss {
    max-width: 1000px;
  }
  #planList .plan_rss .mini {
    width: calc(100% / 3 - 0em*2);
  }
}
@media screen and (min-width: 1200px) {
  #planList .plan_rss .mini {
    width: calc(100% / 4 - 0em*2);
  }
}

#planList .plan_rss .mini .plan_text {
  border-radius: 0 0 20px 20px;
}
#planList .plan_rss .mini .plan_img {
  border-radius: 20px 20px 0 0;
}
#planList .plan_rss .mini .plan_img img {
  border-radius: 10px;
}

/* planSearch
----------------------------------------------------------------*/
#planSearch {
  color: #fff;
  text-align: center;
  z-index: 1;
}
#planSearch .inner {
  background: #c54;
}
#planSearch h3 {
  text-align: center;
  padding-top: 0.5em;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 385px) {
  #planSearch .plan_form {
    padding: 16px;
  }
  #planSearch .plan_form .form_box > * {
    width: 50% !important;
  }
  #planSearch .plan_form .price {
    width: 100% !important;
  }
  #planSearch .plan_form .price select {
    width: 46%;
  }
  #planSearch .plan_form .price span {
    width: auto;
  }
}

.plan_form {
  width: auto !important;
  margin: 0 auto !important;
  padding: 20px;
}
.plan_form .form_box {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.plan_form .form_box > * {
  width: auto !important;
  text-align: left;
  margin: 0 !important;
  padding: 0.35em 0.45em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan_form .form_box .title {
  text-align: left;
  margin: 0;
}
.plan_form .form_box .price {
  min-width: 207px;
  width: auto;
}
.plan_form .form_box .search_btn {
  padding-top: 1.8em !important;
}
.plan_form .form_box .search_btn .btn {
  min-width: 100px;
  width: auto;
  background-color: rgba(15, 15, 15, 0.35);
  color: #fff;
}
.plan_form .form_box input, .plan_form .form_box textarea, .plan_form .form_box select,
.plan_form .form_box .option-input::after {
  border: 1px solid #ccc;
}
.plan_form .form_box input, .plan_form .form_box textarea, .plan_form .form_box select {
  margin: 0em !important;
  padding: 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  color: #333;
}
.plan_form .form_box .check_in > *,
.plan_form .form_box .guests > *,
.plan_form .form_box .type > *,
.plan_form .form_box .search_btn > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan_form .form_box .check_in > *,
.plan_form .form_box .guests > *,
.plan_form .form_box .type > *,
.plan_form .form_box .search_btn > * {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .plan_form .form_box .check_in > *,
.plan_form .form_box .guests > *,
.plan_form .form_box .type > *,
.plan_form .form_box .search_btn > * {
    width: 100px;
  }
}
.plan_form .form_box .CheckboxInput span {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
}
.plan_form .form_box .CheckboxInput span::before, .plan_form .form_box .CheckboxInput span::after {
  background-color: rgba(34, 34, 34, 0.75);
}

#planSearch {
  width: 100%;
  margin-bottom: 1em;
}

#planBnr {
  display: table;
}
#planBnr .bnr_plan {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
#planBnr .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #planBnr .layout {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.ui-datepicker {
  height: auto !important;
  max-height: 600px !important;
  z-index: 200 !important;
}
.ui-datepicker .ui-datepicker-header {
  padding: 6px 0 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 15px !important;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 95% !important;
    max-height: 580px !important;
    padding: 10px !important;
    border-radius: 6px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ui-datepicker .ui-datepicker-header {
    width: 100% !important;
    margin: 0 !important;
  }
  .ui-datepicker table {
    width: 100% !important;
  }
  .ui-datepicker td a {
    padding: 16px 0px !important;
  }
}

/*** slick ****************************************/
/* slick Dots
-------------------------------------------------------------------*/
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -23px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 27px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.95;
}

.slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: 0.6;
  background-color: #876;
}

.slick-dots li.slick-active button:before {
  opacity: 0.8;
  background-color: #cba;
}

/* slick arrow
-------------------------------------------------------------------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1.2);
  -ms-transform: translateY(-50%) scaleX(1.2);
  transform: translateY(-50%) scaleX(1.2);
  z-index: 10;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  cursor: pointer;
  background-color: #8bc;
  color: #fff;
  border-radius: 50%;
}

.slick-arrow.prev {
  padding-right: 0.6em;
  left: -1.5em;
}

.slick-arrow.next {
  padding-left: 0.6em;
  left: inherit;
  right: -1.5em;
}

.thumArea .slick-active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.thumArea .slick-current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thumArea .slick-arrow.prev {
  left: -1.5em;
}

.thumArea .slick-arrow.next {
  right: -1.5em;
}

/* slick thumbnail slider
-------------------------------------------------------------------*/
/* slick dots thumb */
.t-slider .slick-dots {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: static;
}
.t-slider .slick-dots li {
  background-color: #222;
  margin: 8px 4px 0;
}
.t-slider .slick-dots li img {
  cursor: pointer;
  opacity: 0.65;
}
.t-slider .slick-dots li.slick-active img,
.t-slider .slick-dots li img:hover {
  opacity: 1;
}
.t-slider .slick-arrow.prev {
  left: -1.2em;
}
.t-slider .slick-arrow.next {
  right: -1.2em;
}

.slide_wrap.arrows {
  width: calc(100% - 3.2em);
  margin-left: auto;
  margin-right: auto;
}

.slide_wrap {
  padding-bottom: 30px !important;
}

.carousel li, .carousel .slide_item {
  margin: 0 5px;
}
