@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: 92%;
}
@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, h3, h4, h5, h6 {
  font-weight: 600;
}

h2 {
  font-size: 3.4rem;
  line-height: 1.2;
}
h2.title {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: solid 3px #db6;
  padding: 0 0 0 0.5em;
  -webkit-animation: fadeleft 0.8s ease-in-out 0.3s both;
          animation: fadeleft 0.8s ease-in-out 0.3s both;
}
h2.title .sub {
  display: block;
  font-size: 0.6em;
}

/* keyframes ---------------------------------*/
@-webkit-keyframes fadeleft {
  0% {
    left: 25%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}
@keyframes fadeleft {
  0% {
    left: 25%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}
h3 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
h3 .sub {
  display: block;
  font-size: 0.6em;
  margin-bottom: 0;
}

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

h2.center, h3.center, h4.center {
  text-align: center;
}
h2.top_line, h3.top_line, h4.top_line {
  position: relative;
  margin-top: 0.5em;
}
h2.top_line::before, h3.top_line::before, h4.top_line::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #db6;
  position: absolute;
  left: 0;
  top: -14px;
}
h2.under_line, h3.under_line, h4.under_line {
  position: relative;
  margin-bottom: 1.5em;
}
h2.under_line::after, h3.under_line::after, h4.under_line::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #db6;
  position: absolute;
  left: 0;
  bottom: -13px;
}
h2.left_line, h3.left_line, h4.left_line {
  border-left: solid 3px #db6;
  padding: 0 0 0 0.5em;
  display: inline-block;
}
h2.bothsideline::before, h2.bothsideline::after, h3.bothsideline::before, h3.bothsideline::after, h4.bothsideline::before, h4.bothsideline::after {
  display: inline-block;
  content: "-";
  margin: 0 10px;
  vertical-align: middle;
}
h2 .eng, h3 .eng, h4 .eng {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}

#header_wrap {
  padding-top: 65px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #header_wrap {
    padding-top: 85px;
  }
}

#index #header_wrap {
  padding-top: inherit;
}
@media screen and (min-width: 992px) {
  #index #header_wrap {
    padding-top: inherit;
  }
}

/*------------------------------------------------------------
   Header
--------------------------------------------------------------*/
#header {
  width: 100%;
  background: #efefef;
  -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  /* mediaquery --------------------------------------*/
}
#header .inner {
  width: 100%;
  min-height: 65px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header #logo {
  max-width: 191px;
  width: 41%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header .btnArea {
  width: 60%;
  float: right;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header .btnArea > * {
  margin: 0 3px 6px;
}
#header .tel {
  width: auto;
  float: right;
  position: relative;
  z-index: 5;
}
#header .teltxt {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #ca9d2d;
}
#header .teltxt::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../img/2x/icon_tel@2x.png) no-repeat center/contain;
  margin-right: 0.1em;
  margin-left: -0.1em;
}
#header .teltxt a {
  color: #ca9d2d;
}
#header .teltxt a:hover {
  text-decoration: none;
  opacity: 0.75;
}
#header .btn_reserve {
  display: block;
  width: auto;
  height: auto;
  min-width: unset;
  float: right;
  position: relative;
  z-index: 5;
}
#header .btn_reserve a {
  font-size: 0.86em;
  font-weight: 600;
  color: #fff;
  background-color: #9a5;
  border-color: #9a5;
  padding: 8px 10px;
  border-radius: 0 0 6px 6px;
}
#header .btn_reserve a .eng {
  font-size: 0.75em;
  letter-spacing: 0.14em;
}
#header .btn_reserve a::before, #header .btn_reserve a::after {
  display: none;
}
#header .btn_reserve a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 526px) {
  #header .btnArea {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .btn_reserve {
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  #header .inner {
    max-width: 1100px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 85px;
    padding-right: 0;
  }
  #header #logo {
    max-width: 260px;
  }
  #header .btnArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* index header 
--------------------------------------------------*/
#index #header {
  position: absolute;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Header fixed
  --------------------------------------------------*/
  /* keyframes -------------------------------------*/
}
#index #header.fixed {
  position: fixed;
  background: #efefef;
  -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadedown 0.6s both;
          animation: fadedown 0.6s both;
}
@-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;
  }
}

/* Grobal Nav
--------------------------------------------------------------*/
#nav {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  background: #efefef;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: calc(7vw + 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav li {
  min-width: 260px;
  width: 100%;
  min-height: 60px;
  padding: 0 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#nav li a {
  display: block;
  min-height: 20px;
  border-bottom: dotted #ccc 1px;
  padding: 20px 0;
  overflow: hidden;
  color: #222;
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.3;
}
#nav li a p {
  display: table;
  margin-right: auto;
  position: absolute;
  bottom: -20px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
#nav li a p span.eng {
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0.12em;
  margin: -0.3em 5px 0;
}
#nav li a p span.eng::before, #nav li a p span.eng::after {
  content: "—";
  display: inline-block;
}
#nav li a p::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #db6;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li a:hover p::after {
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  #nav li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #nav {
    width: 92%;
    height: auto;
    background: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 40px;
    padding-top: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
  #nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 260px;
    margin-right: 150px;
  }
  #nav li {
    display: inline-block;
    min-width: unset;
    width: auto;
    min-height: unset;
    padding: 0;
  }
  #nav li a {
    border-bottom: none;
    padding: 0px;
    overflow: unset;
  }
  #nav li a p {
    position: relative;
    bottom: inherit;
    top: 0;
    font-size: 0.83em;
    line-height: 1;
    white-space: nowrap;
  }
  #nav li a p .eng {
    display: none;
  }
  #nav li a p::after {
    bottom: inherit;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0px;
    width: 3px;
  }
  #nav li a:hover p::after {
    width: 3px;
    height: 30px;
  }
}
#nav li[data-aos=custom-nav] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
#nav li[data-aos=custom-nav].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #nav li[data-aos=custom-nav] {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  #nav li[data-aos=custom-nav].aos-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* open *****************/
#header_wrap.open #nav {
  opacity: 1 !important;
  visibility: visible !important;
  overflow: auto;
  z-index: 10;
}
#header_wrap.open #nav ul li a p {
  bottom: 22px;
}

/* index *****************/
@media screen and (min-width: 992px) {
  #index #nav {
    position: absolute;
    /* fixed *****************/
  }
  #index #nav.fixed {
    position: fixed;
    -webkit-animation: fadedown 0.6s both;
            animation: fadedown 0.6s both;
  }
}
#index #nav01 a p:after,
#ohga #nav02 a p:after,
#onsen #nav03 a p:after,
#yado #nav04 a p:after,
#yado #nav05 a p:after,
#swim #nav06 a p:after,
#bi #nav07 a p:after,
#access #nav08 a p:after,
#news #nav09 a p:after {
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #index #nav01 a p:after,
  #ohga #nav02 a p:after,
  #onsen #nav03 a p:after,
  #yado #nav04 a p:after,
  #yado #nav05 a p:after,
  #swim #nav06 a p:after,
  #bi #nav07 a p:after,
  #access #nav08 a p:after,
  #news #nav09 a p:after {
    width: 3px;
    height: 30px;
  }
}

/* toggle Nav
--------------------------------------------------------------*/
.nav_toggle {
  background: #db6;
  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%);
          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);
          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);
          transform: rotate(40deg);
}
#header.open .nav_toggle .cont::after {
  content: "close";
}

/* keyframes ---------------------------------*/
@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;
  z-index: -1;
  overflow: hidden;
}

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

#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;
  z-index: 0;
  background: #4b3d3d;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.86em;
  line-height: 1.4;
}
#footer a, #footer a:hover {
  color: #fff;
}
#footer .inner {
  max-width: 1100px;
}
#footer #footer_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer #footer_nav {
    display: block;
  }
}
#footer #footer_nav {
  padding: 0.6em 0;
  margin-bottom: 0.5em;
}
#footer #footer_nav ul {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#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 {
  width: 92%;
  padding-top: 2.5em;
  margin-bottom: 4em;
}
#footer #footer_cont #footer_logo {
  margin-bottom: 0.2em;
}
#footer .snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em auto 0;
}
#footer .snsArea > * {
  margin: 0 1em;
}
@media screen and (min-width: 992px) {
  #footer .snsArea {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#footer #footer_yadobnr {
  clear: both;
  margin-bottom: 2em;
  margin-left: 0.6em;
  margin-right: 0.6em;
}
@media screen and (min-width: 768px) {
  #footer #footer_cont {
    margin-bottom: 1.5em;
  }
}

#copyright {
  clear: both;
  width: 100%;
  height: auto;
  padding: 7px 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 0px;
  z-index: 200;
}
#pagetop a {
  background: #db6;
  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_wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contents_wrap .pagenav {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .contents_wrap .pagenav h3 {
    display: none;
  }
  .contents_wrap .pagenav.fixed, .contents_wrap .pagenav.bottom {
    width: 100%;
    border-top: solid 3px #db6;
    position: fixed;
    bottom: 0;
    left: -2px;
    z-index: 0;
    opacity: 1;
    padding: 0.3em;
    background: #f6f6f6;
    -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.1);
  }
  .contents_wrap .pagenav.fixed ul, .contents_wrap .pagenav.bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents_wrap .pagenav.fixed ul li, .contents_wrap .pagenav.bottom ul li {
    font-size: 0.8em;
  }
  .contents_wrap .pagenav.fixed ul li:not(:last-child) p::after, .contents_wrap .pagenav.bottom ul li:not(:last-child) p::after {
    content: "|";
    margin: 0 1.5em;
  }
  .contents_wrap .pagenav.fixed ul li a, .contents_wrap .pagenav.bottom ul li a {
    color: #222;
  }
  .contents_wrap .pagenav.bottom {
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 992px) {
  .contents_wrap .pagenav {
    width: min(20%, 260px);
    position: absolute;
    bottom: 0;
    top: 0;
    padding: clamp(3.125rem, 2.391rem + 3.26vw, 5rem) 1em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .contents_wrap .pagenav h3 {
    display: block;
    font-size: 1em;
    color: #db6;
  }
  .contents_wrap .pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .contents_wrap .pagenav ul::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #e4e4e4;
    border-radius: 0.05em;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contents_wrap .pagenav ul li {
    font-size: 0.9em;
    margin-bottom: 0.4em;
    padding: 0.4em 0 0.4em 0.8em;
    position: relative;
  }
  .contents_wrap .pagenav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #222;
  }
  .contents_wrap .pagenav ul li .sub {
    display: block;
    font-size: 0.75em;
    margin: -0.5em 0 0.3em;
  }
  .contents_wrap .pagenav.fixed {
    position: fixed;
    top: 70px;
    bottom: inherit;
    z-index: 0;
  }
  .contents_wrap .pagenav.bottom {
    position: fixed;
    bottom: 0;
    z-index: 0;
  }
  .contents_wrap #contents {
    width: calc(100% - min(20%, 260px));
    margin-left: min(20%, 260px);
  }
}
.contents_wrap .pagenav li.current a {
  color: #db6;
}
.contents_wrap .pagenav li.current a::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #db6;
  display: block;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

#contents {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#contents::after {
  content: "";
  display: block;
  clear: both;
}

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

.center_laywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 526px) {
  .rsp_center {
    text-align: center;
  }
}

/* button ****************************************/
.btn_c {
  width: auto;
  height: 60px;
}
.btn_c a {
  color: #222;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn_c a::after {
  content: "→";
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1em;
  background-color: #db6;
  color: #fff;
}
.btn_c a:hover {
  opacity: 0.8;
}
.btn_c.ohga a::after {
  background-color: #289;
}
.btn_c.onsen a::after {
  background-color: #d76;
}
.btn_c.yado a::after {
  background-color: #9a5;
}
.btn_c.swim a::after {
  background-color: #47b;
}
.btn_c.bi a::after {
  background-color: #8bc;
}

.btn {
  min-width: 160px;
  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 10px;
  border: 1px solid;
  border-radius: 5px;
  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: #db6;
  background-color: #db6;
  color: #fff;
}
.btn a:hover {
  background-color: #fff;
  background-color: transparent;
  color: #db6;
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "→";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn.round {
  min-width: 180px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.btn.round a {
  border-color: #db6;
  background: #db6;
  border-radius: 20px;
  text-align: left;
  padding-left: 30px;
}
.btn.round a:hover {
  color: #fff;
  background: rgba(221, 187, 102, 0.8);
}

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

/* movArea ****************************************/
.movArea {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.movArea::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movArea video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* 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;
}

/*------------------------------------------------------------
   Other
--------------------------------------------------------------*/
/* planList
-------------------------------------------------------------------*/
#planList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planList .plan_rss {
  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: 576px) {
  #planList .plan_rss {
    max-width: 640px;
  }
  #planList .plan_rss .mini {
    width: calc(100% / 2 - 0em*2);
  }
}
@media screen and (min-width: 896px) {
  #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 {
    max-width: 1100px;
  }
  #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: #ca9d2d;
}
#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.45em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan_form .form_box .title {
  text-align: center;
  margin: 0;
}
.plan_form .form_box .price {
  min-width: 207px;
  width: auto;
}
.plan_form .form_box .search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.plan_form .form_box .search_btn .btn {
  min-width: 100px;
  width: 100%;
  background-color: rgba(15, 15, 15, 0.35);
  color: #fff;
  padding: 0.3em 0.5em;
  padding: 0.4em;
}
.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 {
  width: 100%;
}
#planBnr .bnr_plan {
  max-width: 1100px;
  max-height: 350px;
  border-radius: 15px;
  background: url(../img/planbnr_bg.jpg) no-repeat center/auto;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planBnr .bnr_plan .btn_c a::after {
  background-color: #9a5;
}
#planBnr .bnr_plan .deco {
  max-width: 465px;
  min-width: 250px;
  position: absolute;
  top: -45%;
  left: -20%;
  right: 75%;
  z-index: 0;
}
#planBnr .txtArea {
  color: #fff;
  text-align: right;
}
#planBnr .txtArea a {
  color: #fff !important;
}

.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;
  }
}

/*** rss news ****************************************/
#rss_news {
  font-size: 0.87em;
}
#rss_news .inner {
  max-width: 1000px;
  padding-bottom: 80px;
}
#rss_news .ttlArea h3 {
  font-size: 2.7rem;
}
#rss_news .ttlArea h3 a:hover {
  text-decoration: none;
}
#rss_news .ttlArea h3 a .eng {
  color: #222;
}
#rss_news .ttlArea .link {
  position: absolute;
  right: 0;
  bottom: 0;
}
#rss_news .contArea .rssArea {
  padding: 0.6em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#rss_news .contArea .rssArea li {
  line-height: 1.4;
  padding: 1em 0;
  border-bottom: dotted 1px #999;
}
#rss_news .contArea .rssArea .up_ymd {
  white-space: nowrap;
}
#rss_news .contArea .rssArea .catName {
  display: inline-table;
  padding: 3px 5px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #e93;
  border-radius: 9px;
}
#rss_news .contArea .rssArea .title {
  display: block;
}
#rss_news .contArea .rssArea .newMark, #rss_news .contArea .rssArea .catName {
  margin-left: 0.2em;
}
#rss_news .contArea .rssArea .newMark {
  display: inline-table;
  padding: 1px 3px 2px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #715b49;
  color: #fff;
  background-color: #d53;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  #rss_news .inner {
    padding-bottom: 0;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #rss_news .inner .ttlArea {
    width: 48%;
    max-width: 240px;
    margin-top: 1.7em;
    margin-right: 8%;
    position: relative;
  }
  #rss_news .inner .ttlArea .link {
    right: 25px;
    bottom: 15px;
  }
}

/*** 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 {
  cursor: pointer;
  width: 2em;
  height: 0;
  padding-top: 2em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
}
.slick-arrow::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #db6;
}
.slick-arrow::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
          transform: translate(-30%, -50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

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

.slick-arrow.next {
  left: inherit;
  right: -1.5em;
}
.slick-arrow.next::after {
  -webkit-transform: translate(-70%, -50%) rotate(-135deg);
          transform: translate(-70%, -50%) rotate(-135deg);
}

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

.thumArea .slick-current {
  -webkit-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;
}

.slick-dots li, .slick-dots li img {
  border-radius: 15px !important;
}

.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 {
  max-height: 300px;
  min-height: 200px;
  height: 60vw;
}
.carousel li img, .carousel .slide_item img {
  height: 100%;
}