@charset "UTF-8";
body {
  height: 100vh;
  overflow: hidden;
}
body.show {
  height: auto;
  overflow: auto;
}

br.spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  br.spBr {
    display: inline;
  }
}
br.pcBr {
  display: none;
}
@media screen and (min-width: 768px), print {
  br.pcBr {
    display: inline;
  }
}

/* パンくず */
.lp-breadcrumb {
  color: #707070;
  font-size: 12px;
  z-index: 2;
  position: relative;
  background: #ffffff;
}
.lp-breadcrumb ol {
  display: flex;
  justify-content: start;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  align-content: center;
  align-items: center;
  width: 1020px;
  padding: 0 7px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .lp-breadcrumb ol {
    overflow: auto;
  }
}
.lp-breadcrumb ol li {
  display: flex;
  align-items: center;
  margin-right: 7px;
  padding: 5px 0 5px;
  /* margin-right: 2px; */
}
.lp-breadcrumb ol li::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
  margin-left: 3px;
}
.lp-breadcrumb ol li:last-child::after {
  display: none;
}

/* コンポーネント */
.lp-separator {
  display: block;
  width: 93px;
  height: 33px;
  max-width: 0 auto;
  background: url(../images/tie-up/kanucha_resort/separator__kanucha01.png) 0 0 no-repeat;
  background-size: cover;
}

.hotel-official {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.hotel-official::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../images/pr/arrow.png) no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}

/* レイアウト */
.tie-up * {
  box-sizing: border-box;
}

.lp-header {
  position: relative;
  width: 100%;
  padding: 160px 30px;
}
@media screen and (min-width: 768px), print {
  .lp-header {
    padding: 300px 30px;
  }
}
.lp-header > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.lp-header > picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-header > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-header .lp-header__title__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.lp-header .lp-header__title__wrapper > * {
  opacity: 0;
}
.lp-header .lp-header__title__wrapper h1 {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 76, 82, 0.8);
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  .lp-header .lp-header__title__wrapper h1 {
    display: inline-block;
    width: auto;
    padding: 10px 65px;
  }
}
.lp-header .lp-header__title__wrapper p {
  margin-bottom: 10px;
  font-size: 24px;
}
.lp-header .lp-header__title__wrapper .lp-separator {
  margin-bottom: 25px;
}

#lp-concept {
  position: relative;
}
#lp-concept > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp-concept > picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#lp-concept > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp-concept .concept__wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 10px 55px;
}
@media screen and (min-width: 768px), print {
  #lp-concept .concept__wrapper {
    padding: 60px 10px 100px;
  }
}
#lp-concept .concept__wrapper .concept__lead__box {
  width: 100%;
  margin: 0 auto;
}
#lp-concept .concept__wrapper .concept__lead__box > * {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
#lp-concept .concept__wrapper .concept__lead__box .concept-animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#lp-concept .concept__wrapper .concept__lead__box .imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-concept .concept__wrapper .concept__lead__box img.hotel__logo {
  display: block;
  width: 191px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px), print {
  #lp-concept .concept__wrapper .concept__lead__box img.hotel__logo {
    width: 287px;
    margin: 0 auto 60px;
  }
}
#lp-concept .concept__wrapper .concept__lead__box img.concept__leftImg {
  position: absolute;
  top: 82px;
  left: 15px;
  display: block;
  width: 65px;
  height: 64px;
}
@media screen and (min-width: 768px), print {
  #lp-concept .concept__wrapper .concept__lead__box img.concept__leftImg {
    top: 113px;
    left: -18px;
    width: 160px;
    height: 155px;
  }
}
#lp-concept .concept__wrapper .concept__lead__box img.concept__rightImg {
  position: absolute;
  top: 193px;
  right: 15px;
  display: block;
  width: 73px;
  height: 74px;
}
@media screen and (min-width: 768px), print {
  #lp-concept .concept__wrapper .concept__lead__box img.concept__rightImg {
    top: 134px;
    right: -46px;
    width: 180px;
    height: 176px;
  }
}
#lp-concept .concept__wrapper .concept__lead__box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #lp-concept .concept__wrapper .concept__lead__box p {
    font-size: 15px;
    line-height: 1.75;
  }
}

.lp-content {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .lp-content {
    padding: 0 12px;
  }
}
.lp-content .lp-content-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px 12px 55px;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper {
    padding: 15px 0 100px;
  }
}
.lp-content .lp-content-wrapper h2.content__title {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 5px;
  color: #004C52;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper h2.content__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.lp-content .lp-content-wrapper h2.content__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 45px;
  background: url(../images/tie-up/kanucha_resort/title-head__kanucha01.png) 50% 50% no-repeat;
  background-size: 100% auto;
  color: #004C52;
  font-size: 23px;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper h2.content__title span {
    width: 52px;
    height: 56px;
    font-size: 28px;
  }
}
.lp-content .lp-content-wrapper .content__body__flex {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper .content__body__flex {
    flex-direction: row;
    gap: 0 47px;
  }
}
.lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 10px 25px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper {
    flex-shrink: 0;
    gap: 20px 30px;
    width: 490px;
  }
}
.lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper .lp-concept__image__large {
  position: relative;
  grid-column: 1/3;
}
.lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper .lp-concept__image__small {
  position: relative;
}
.lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper figure {
  position: relative;
  margin: 0;
}
.lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper figure img {
  width: 100%;
}
.lp-content .lp-content-wrapper .content__body__flex .lp-concept__image__wrapper figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.lp-content .lp-content-wrapper .content__body__flex .lp-content__text__wrapper h3.lp-content__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper .content__body__flex .lp-content__text__wrapper h3.lp-content__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.lp-content .lp-content-wrapper .content__body__flex .lp-content__text__wrapper p.lp-concept__text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500px;
  line-height: 24px;
}
@media screen and (min-width: 768px), print {
  .lp-content .lp-content-wrapper .content__body__flex .lp-content__text__wrapper p.lp-concept__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.lp-content .trim {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.lp-content .trim img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  right: 0%;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
@media screen and (min-width: 768px), print {
  .lp-content.--isRight-image .lp-content-wrapper .content__body__flex {
    flex-direction: row-reverse;
  }
}

.lp-link {
  padding: 40px 12px 60px;
}
.lp-link .lp-separator {
  margin: 0 auto 40px;
}
.lp-link ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .lp-link ul {
    flex-direction: row;
  }
}
.lp-link ul li {
  width: 100%;
  list-style-type: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .lp-link ul li {
    width: 50%;
  }
}
.lp-link ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 20px;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .lp-link ul li a {
    padding: 165px 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px), print {
  .lp-link ul li a:hover {
    opacity: 0.6;
  }
}
.lp-link ul li a .wrap {
  text-align: center;
}
.lp-link ul li a .wrap p {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.lp-link ul li a .wrap p:first-child {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .lp-link ul li a .wrap p:first-child {
    font-size: 18px;
    line-height: 30px;
  }
}
.lp-link ul li a .wrap p:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .lp-link ul li a .wrap p:last-child {
    font-size: 20px;
  }
}
.lp-link ul li a .wrap p:last-child::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 10px;
  height: 10px;
  background: url(../images/tie-up/kanucha_resort/ic-circlearrow.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .lp-link ul li a .wrap p:last-child::after {
    margin-left: 20px;
    width: 20px;
    height: 20px;
  }
}
.lp-link ul li a .wrap .separator {
  display: block;
  width: 100px;
  height: 2px;
  margin: 15px auto;
  background-color: #FFF;
}
@media screen and (min-width: 768px), print {
  .lp-link ul li a .wrap .separator {
    margin: 35px auto;
  }
}
.lp-link ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #FFF;
  transform: translate(-50%, -50%);
}
.lp-link ul li a > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-link ul li a > picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.lp-link ul li a > picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-about {
  padding: 58px 12px;
  background-color: #004C52;
}
.lp-about .lp-about__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px 0;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .lp-about .lp-about__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 0 125px;
  }
}
.lp-about .lp-about__wrapper .lp-about__logo {
  flex-shrink: 0;
  width: 300px;
}
.lp-about .lp-about__wrapper .lp-about__logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.lp-about .lp-about__wrapper .lp-about__text__wrapper {
  flex: 1;
}
.lp-about .lp-about__wrapper .lp-about__text__wrapper p {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .lp-about .lp-about__wrapper .lp-about__text__wrapper p {
    margin-bottom: 1em;
    text-align: left;
    font-size: 23px;
    line-height: 1.2;
    white-space: nowrap;
  }
}
.lp-about .lp-about__wrapper .lp-about__text__wrapper p:last-child {
  margin-bottom: 0;
}
.lp-about .lp-about__wrapper .lp-about__text__wrapper p a {
  margin-left: 1rem;
  color: #FFF;
  text-decoration: underline;
}
.lp-about .lp-about__wrapper .lp-about__text__wrapper p a:hover {
  text-decoration: none;
}

/* ローディング　*/
#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  opacity: 1;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}