@charset "utf-8";
.preload-img {
  display: none;
}
#mv {
  width: 100vw;
  padding: 0;
}
.is-sp #mv {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#mv.hide {
  z-index: 1;
}
.mv-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.is-sp .mv-wrap {
  min-width: initial;
}
@media screen and (max-width: 750px) { /*sp*/
  .mv-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
  .mv-inner.mv-slide {
    height: 100vh; /*koko*/
  }
  .mv-inner.mv-slide.show {
    height: 40vh; /*koko*/
  }
  .mv-inner.mv-lead {
    height: 40vh;
  }
  .mv-inner.mv-loading {
    height: 100vh;
  }
}
@media screen and (min-width: 751px) { /*pc+tb*/
  .mv-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
}
.mv-loading {
  height: 100vh;
  opacity: 0;
  transition: opacity 1s;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.mv-loading.show {
  opacity: 1;
  background: #fff;
  z-index: 1000;
}
.mv-loading-inner {
  position: relative;
  width: 500px;
  height: 100vh;
}
.mv-loading img {
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 40%;
  margin: auto;
}
.mv-loading.hide2, .mv-loading.hide2 > mv-inner {
  display: none;
}
@media screen and (max-width: 750px) {
  .mv-loading-inner {
    width: 60vw;
  }
  .mv-loading img {
    width: 100%;
    top: 35%;
  }
}
.mv-loading-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(1, 1);
  transform-origin: right center;
  transition-property: transform;
  transition-duration: 1.5s;
}
.mv-loading .mv-loading-inner.close::after {
  transform: scale(0, 1);
}
.mv-logo {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}
.mv-logo.show {
  opacity: 1;
}
.mv-logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.is-sp .mv-logo img {
  /*width: 84.5%;
  top: auto;
  bottom: 27px;*/
}
@media screen and (max-width: 750px) { /*sp*/
  .mv-slide {
    opacity: 0;
    transition: opacity 2s;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
  }
  .logoimg {
    animation: fadein-keyframes 2s ease 0s 1 forwards;
  }
}
@media screen and (min-width: 751px) { /*pc+tb*/
  .mv-slide {
    opacity: 0;
    transition: opacity 2s;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
  }
}
.mv-slide.show {
  opacity: 1;
}
.mv-lead {
  opacity: 0;
  transition: all 1s;
  z-index: 3;
  text-align: right;
}
.mv-lead.show {
  opacity: 1;
}
.mv-lead h1 {
  position: absolute;
  bottom: 8%;
  left: 95%;
  transform: translateX(-95%);
  -webkit-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  color: #fff;
  font-size: 3em;
  font-weight: 400;
  text-align: right;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.38em; /*字間広め*/
  line-height: 1.7;
  width: 15em;
}
@media screen and (max-width: 1240px) { /*SP+TB スマホヘッダー切換*/
  .mv-lead h1 {
    font-size: 6vw;
    font-weight: 400;
    width: 100%;
    line-height: 1.6;
    bottom: 10%;
    padding-right: 0.5em;
  }
}
#contents {
  position: relative;
  z-index: 997;
  opacity: 0;
}
#contents.show {
  display: block;
  opacity: 1;
}
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll-fade.show {
  opacity: 1;
  transform: translateY(0);
}
.fadeout {
  animation: fadein-keyframes 3s ease 0s 1 forwards;
}
@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/************slider**************************/
@media screen and (max-width: 750px) { /*sp*/
  #vegasSlider {
    width: 100%;
    height: 40vh;
  }
  .mv-lead h1 {
    bottom: 5%;
  }
}
@media screen and (min-width: 751px) { /*pc+tb*/
  #vegasSlider {
    width: 100%;
    height: 100vh;
  }
}
/****************3カラム客室************************************/
#top #article h2.singleLp {
    background: none;
    font-size: 290%;
    text-align: center;
    margin-bottom: 1em;
    color: #7e5a10;
    border-bottom: none;
    font-weight: 400;
}
@media screen and (max-width: 750px){
#top #article h2.singleLp {
    font-size: 18px;
    margin: 0 0 20px 0 !important;
    line-height: 1.4;
 }
}

#main-nav ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
}
#main-nav li {
  background-image: url("/lp/cabin/img/top/main-nav-suite.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*  width: 100%;*/
  height: 600px;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  /* center */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0!important;
}
#main-nav li:hover {
  /*  width: 120%;*/
}
#main-nav li:nth-child(2) {
  background-image: url("/lp/cabin/img/top/main-nav-deluxe-j.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#main-nav li:nth-child(3) {
  background-image: url("/lp/cabin/img/top/main-nav-deluxe-w.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#main-nav a {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main-nav a:hover {
  /*background: rgba(255,255,255,.2);*/
  background-color: rgba(0, 0, 0, 0);
}
#main-nav h3 {
  font-size: 220%;
  font-weight: 400;
  margin-top: 4em;
}
#main-nav h3 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3em;
}
#main-nav p {
  margin-bottom: 3em;
}
#main-nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) { /*sp+tb*/
  #main-nav h3 {
    font-size: 180%;
    margin-top: 2em;
  }
  #main-nav li {
    width: 100vw !important;
    height: 300px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  #main-nav li {
    width: 100vw !important;
    height: 300px;
    margin-bottom: 2px;
  }
  #main-nav h3 {
    font-size: 200%;
    margin-top: 1em;
  }
  #main-nav p {
    margin-bottom: 1em;
  }
}
@media screen and (min-width:1241px) and (max-width:1440px) { /* tb + pc narrow */
  #top .mv-catch h1 {
    font-size: 65px;
    line-height: 1.8;
  }
  #main-nav li {
    /*width: calc(100% / 3);*/
    width: 33%;
    height: 400px;
    margin-bottom: 2px;
  }
  #main-nav h3 {
    font-size: 200%;
    margin-top: 1em;
  }
  #main-nav p {
    margin-bottom: 1em;
  }
}
@media screen and (min-width:1441px) { /* pc wide */
  #top .mv-catch h1 {
    font-size: 65px;
    padding-top: 2em;
  }
  #main-nav li {
    width: calc(100vw / 3);
    height: 600px;
  }
}
/****************感染症対策************************************/
#prevention .btn-line-beppu {
  width: 400px;
  margin: 0 auto 0 auto;
}
#prevention .figcaption-big {
  font-size: 1.2rem;
  color: #374f6e !important;
  font-weight: 400;
  text-align: left !important;
  margin: 1em 0 3em 0;
  color: #333;
}
#prevention .figcaption-big > .txt-small03 {
  display: block;
  color: #333;
}
@media screen and (max-width: 750px) { /*sp*/
  #prevention .btn-line-beppu {
    width: 70vw !important;
    margin: 0 auto 0 auto;
    padding: 0.75em;
    font-size: 14px;
  }
  #prevention .figcaption-big {
    font-size: 0.75rem !important;
    color: #374f6e !important;
    font-weight: 400;
  }
}
/****************船旅の魅力************************************/
#charm .linkbox {
  /*  background: #291c01;*/
  background: linear-gradient(120deg, #4a3814, #291c01);
  color: #fff;
  width: 500px;
  padding: 3em 2em 2em 2em;
  text-align: center;
  margin-bottom: 50px;
}
#charm .linkbox p {
/*    text-align: left;*/
}
#charm .linkbox h3 {
  font-size: 220%;
  margin-top: 0;
}
#charm .linkbox h3 span {
  font-size: 14px;
  display: block;
  color: #e5dbb5;
}
#charm .linkbox p {
  /*	text-align: left;*/
}
#charm .btn-line-oita {
  width: 350px;
  margin: 0 auto;
}
.charm-box00 {
  box-sizing: border-box;
  width: 70vw;
  height: 500px;
  background: #f5f1e5;
  display: block;
  z-index: 1;
  padding-top: 50px;
  margin-right: 30vw;
  margin-bottom: 200px;
}
.charm-box01 {
  box-sizing: border-box;
  width: 70vw;
  height: 500px;
  background: #f5f1e5;
  display: block;
  z-index: 1;
  padding-top: 50px;
  margin-right: 30vw;
  margin-bottom: 100px;
}
.charm-box02 {
  box-sizing: border-box;
  width: 70%;
  height: 500px;
  background: #f5f1e5;
  display: block;
  z-index: 1;
  margin-top: 200px;
  margin-left: 30vw;
  margin-bottom: 100px;
}
.charm-box03 {
  box-sizing: border-box;
  width: 70%;
  height: 500px;
  background: #f5f1e5;
  display: block;
  z-index: 1;
  margin-top: 0;
  margin-left: 30vw;
  margin-bottom: 100px;
}
#charm00 {
  width: 70vw;
  height: 500px;
  background-image: url("/lp/cabin/img/top/charm00_pc.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 30vw;
  margin-bottom: 200px;
  z-index: 2;
}
#charm01 {
  width: 70vw;
  height: 500px;
  background-image: url("/lp/cabin/img/top/charm01_pc.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 30vw;
  margin-bottom: 200px;
  z-index: 2;
}
#charm02 {
  width: 70vw;
  height: 500px;
  background-image: url("/lp/cabin/img/top/charm02_pc.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  margin: -550px 0 200px 0;
  z-index: 2;
}
#charm03 {
  width: 70vw;
  height: 500px;
  background-image: url("/lp/cabin/img/top/charm03_pc.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  margin: -550px 0 200px 0;
  z-index: 2;
}
#charm00 .linkbox {
  position: absolute;
  top: 250px;
  left: -20vw;
  z-index: 3;
}
#charm01 .linkbox {
  position: absolute;
  top: 250px;
  left: -20vw;
  z-index: 3;
}
#charm02 .linkbox {
  position: absolute;
  top: 250px;
  right: -20vw;
  z-index: 3;
}
#charm03 .linkbox {
  position: absolute;
  top: 250px;
  right: -20vw;
  z-index: 3;
}
@media screen and (max-width: 750px) { /*sp+tb*/
  #top #reservation {
    margin-top: 10px;
  }
  #charm .linkbox {
    width: 75vw;
    margin-bottom: 1em;
  }
  #charm .linkbox h3 {
    font-size: 140%;
    margin-top: 0;
  }
  #charm .linkbox h3 span {
    font-size: 0.8rem;
  }
  #charm .linkbox p {}
  #charm .btn-line-oita {
    width: 70vw;
    font-size: 14px;
    padding: 0.75em 0;
  }
    #charm00 .linkbox p {
/*        text-align: left;*/
    }
  .charm-box00 {
    width: 100vw;
    margin: 0 0 150px 0;
    padding: 0;
    background: none;
    height: 250px;
  }
  .charm-box01 {
    width: 100vw;
    margin: 0 0 150px 0;
    padding: 0;
    background: none;
    height: 300px;
  }
  .charm-box02 {
    width: 100vw;
    margin: 0 0 200px 0;
    padding: 0;
    display: none;
  }
  .charm-box03 {
    width: 100vw;
    margin: 0 0 200px 0;
    padding: 0;
    display: none;
  }
  #charm00 {
    background-image: url("/lp/cabin/img/top/charm00_sp.jpg");
    width: calc(100% - 20px);
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-size: cover;
    background-position: bottom right;
  }
  #charm01 {
    width: 100vw;
    height: 300px;
    margin-left: 0;
    margin-bottom: 0;
    background-size: contain;
    background-position: top center;
  }
  #charm02 {
    width: 100vw;
    height: 300px;
    margin: 0;
    background-size: contain;
    background-position: top center;
  }
  #charm03 {
    width: 100vw;
    height: 300px;
    margin: 0;
    background-size: contain;
    background-position: top center;
  }
  #charm00 .linkbox {
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(100% - 100px);
  }
  #charm01 .linkbox {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #charm02 .linkbox {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #charm03 .linkbox {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}