@charset "UTF-8";
/*
Theme Name:Spaland lalala
Theme URI:
Description:スパランドらららのテーマです。
Template:lightning
Author:Shintaro Sudo
Author URI:https://vivid-plus.com
Version:1.0
*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.color-main {
  color: #498203;
}

.color-green {
  color: #6a8026;
}

.serif {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif, sans-serif !important;
}

.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 1em calc(50vw - 50%);
}

.container-wide {
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.border-0 {
  border: 0;
}
.border-0:after {
  border: 0;
}

.border-1 {
  border-bottom: 8px solid #c61700;
  margin-top: -56px;
}

.mainSection .vk_post_excerpt.media-text {
  font-size: 18px;
}

/* BODY */
/*
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:#FFF;
  text-align:center;
  color:#EEE;
}
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #39F;
}
*/
/* スクロールアニメーション */
/* 左上へ */
/*
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
*/
@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
#main article h2 span, #main article h3 span {
  opacity: 0;
}
#main article h2.appeartext span, #main article h3.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

/* Global Navigation */
#vk-mobile-nav-menu-btn {
  display: block;
  background-color: #EEE;
  border-color: #CCC;
}

#vk-mobile-nav {
  display: block;
  right: 0;
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 25px -15px #000;
}

/*  HEADER  */
#site-header {
  height: auto;
  position: fixed;
  top: 0;
}
#site-header .header-top {
  height: 44px;
}
#site-header .header-top .header-top-description {
  position: absolute;
  width: 1000px;
  left: -9999px;
}
#site-header .site-header-logo {
  position: absolute;
  left: 0;
  top: 0px;
  width: auto;
  margin: 0;
  padding: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  background: #FFF;
  height: 100%;
}
#site-header .site-header-logo img {
  max-height: 40px;
}
#site-header .vk-campaign-text {
  height: 40px;
  display: flex !important;
}
#site-header .my-custom-nav {
  display: flex;
  order: 2;
  font-size: 12px;
  font-weight: bold;
}
#site-header .my-custom-nav .my-custom-menu {
  display: flex;
  align-items: center;
  margin: unset;
}
#site-header .my-custom-nav .my-custom-menu > li > a {
  padding: 10px 0.5em;
}
#site-header #site-header-container .my-custom-nav, #site-header #site-header-container #global-nav {
  display: none !important;
}

.site-header-sub #searchform #s {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.2em 0.8em;
}

body:not(.header_scrolled) .site-header--trans--true .global-nav-list > li > a {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.global-nav-list > li .global-nav-name {
  font-size: 12px;
}

.device-pc .global-nav-list > li > a {
  padding: 10px 1em;
}

.scrolled #site-header .site-header-logo {
  display: none;
}

/* Preloader */
#wptime-plugin-preloader {
  background-size: 250px !important;
}

/* HOME */
@keyframes zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.catch-copy {
  position: absolute !important;
  width: 100%;
  top: 40%;
}
.catch-copy figure {
  max-width: 70%;
}

.main-slider .flexslider .slides .ms-image.flex-active-slide img {
  transform: scale(1.15);
  animation: zoom-out 10s linear;
}
.main-slider .flexslider .flex-viewport {
  overflow: visible !important;
}
.main-slider .flexslider .flex-viewport ul.slides > li {
  margin-right: 5px !important;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: calc(100vh - 70px);
  left: 50%;
  z-index: 100;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: relative;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  display: block;
  /*描画位置*/
  position: relative;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 5px;
  }
  100% {
    bottom: -45px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

/*********************************
 The Event Calendar ページ
**********************************/
/*********************************
 投稿ページ
**********************************/
.news-tab.is-style-vk_tab_labels-line .vk_tab_labels .vk_tab_labels_label {
  border-radius: 5px 5px 0 0;
}
.news-tab.is-style-vk_tab_labels-line .vk_tab_labels .vk_tab_labels_label > div {
  border-radius: 5px 5px 0 0;
  background-color: #e8b618;
  color: #FFF;
}
.news-tab.is-style-vk_tab_labels-line .vk_tab_labels .vk_tab_labels_label > div:hover {
  background-color: #12a65f;
}
.news-tab.is-style-vk_tab_labels-line .vk_tab_labels .vk_tab_labels_label.vk_tab_labels_label-state-active > div {
  background-color: #12a65f;
  font-weight: bold;
}
.news-tab.is-style-vk_tab_labels-line .vk_tab_bodys .wp-block-group {
  border-radius: 0 0 5px 5px;
}

.home .top-news .img-news img {
  position: absolute;
  transform: rotate(-45deg);
  right: calc(50% + 2.5em);
  top: -15px;
}
.home .top-news .img-news2 img {
  position: absolute;
  right: -220px;
  top: -200px;
}
.home .top-hotspring {
  position: relative;
}
.home .top-hotspring .section-content {
  position: relative;
}
.home .top-hotspring .section-content figure.top-content-img {
  position: relative;
  right: -50px;
}
.home .top-hotspring .section-content .card {
  left: -50px;
  top: 50px;
}
.home .top-hotspring .img-hot-1 {
  position: absolute;
  top: 35px;
  transform: rotate(-15deg) !important;
}
.home .top-hotspring .img-hot-2 {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.home .top-spa {
  position: relative;
}
.home .top-spa .section-content {
  position: relative;
}
.home .top-spa .section-content figure.top-content-img {
  position: relative;
  left: -50px;
}
.home .top-spa .section-content .card {
  right: -50px;
  top: 50px;
  z-index: 1;
}
.home .top-spa .img-spa-1 {
  position: absolute;
  top: 0;
  z-index: 1;
}
.home .top-spa .img-spa-2 {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.home .top-enkai {
  position: relative;
}
.home .top-enkai .section-content {
  position: relative;
}
.home .top-enkai .section-content figure.top-content-img {
  position: relative;
  left: -50px;
}
.home .top-enkai .section-content .card {
  right: -50px;
  top: 50px;
  z-index: 2;
}
.home .top-enkai .section-content .swiper-pagination {
  bottom: 20px;
}
.home .top-enkai .img-enkai {
  position: absolute;
  z-index: 1;
  left: -10%;
  top: -45px;
}
.home .top-stay {
  position: relative;
}
.home .top-stay .img-stay {
  position: absolute;
  z-index: 1;
  top: -140px;
  right: 76px;
}
.home .top-facility {
  position: relative;
}
.home .top-facility .section-content {
  position: relative;
}
.home .top-facility .section-content figure.top-content-img {
  position: relative;
  right: -50px;
}
.home .top-facility .section-content .card {
  left: -50px;
  top: 50px;
}
.home .top-facility .img-facility {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: -120px;
}
.home .top-guide {
  position: relative;
}
.home .top-guide .section-content {
  position: relative;
}
.home .top-guide .section-content figure.top-content-img {
  position: relative;
  left: -50px;
}
.home .top-guide .section-content .card {
  right: -50px;
  top: 50px;
  z-index: 1;
}
.home .time-table {
  border-radius: 15px;
  box-shadow: 15px 15px 0 -5px rgba(175, 135, 25, 0.75);
  background-color: rgba(255, 255, 255, 0.9);
}
.home .card:not(.card-noborder) {
  border-radius: 15px;
  box-shadow: 15px 15px 0 -5px rgba(175, 135, 25, 0.75);
}
.home .top-content-img img {
  border: 0;
}

.bnr-images figure {
  transition: 400ms;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 12px 12px 0 -5px rgba(175, 135, 25, 0.75);
}
.bnr-images figure:hover {
  box-shadow: 0 0 5px 0px rgba(146, 103, 32, 0);
  top: 2px;
  left: 0;
}

.hover-down, .card.hover-down {
  transition: 400ms;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 12px 12px 0 -5px rgba(175, 135, 25, 0.75);
  border-radius: 10px;
}
.hover-down:hover, .card.hover-down:hover {
  box-shadow: 0 0 5px 0px rgba(146, 103, 32, 0);
  top: 5px;
  left: 0;
}

.vk_slider_item_container {
  background: transparent;
  padding: 0;
}

.vk_animation {
  position: relative;
}

/* Footer */
.site-footer .site-footer-content aside.widget {
  margin-bottom: 1em;
}

/* フォーム */
.wpcf7-form .readonly_field {
  background-color: #f3f3f3;
  border: 0;
}

@media screen and (max-width: 1399px) {
  .home .top-news .img-news2 img {
    position: absolute;
    right: -80px;
    top: -210px;
    z-index: -1;
  }
  .home .top-stay .img-stay {
    top: -105px;
    right: -20px;
    width: 220px;
  }
  .site-header-container {
    margin-left: auto;
    margin-right: 0;
  }
  .my-custom-nav {
    position: absolute;
    right: 0;
    top: 6px;
  }
  .my-custom-nav .my-custom-menu > li > a {
    color: #FFF;
  }
}
@media screen and (max-width: 1199px) {
  .vk-campaign-text {
    font-size: 12px !important;
  }
  .global-nav, .my-custom-nav {
    display: block !important;
  }
  .body.device-pc .vk-mobile-nav-menu-btn {
    display: block;
  }
  .device-pc .global-nav-list > li > a {
    padding: 10px 0.75em;
  }
  .home .top-hotspring .img-hot-1 {
    top: 170px;
    left: -20px;
    width: 115px;
  }
  .home .top-hotspring .img-hot-2 {
    right: -40px;
    bottom: 10px;
    width: 200px;
  }
  .home .top-spa .img-spa-1 {
    top: 12px;
    z-index: -1;
  }
  .home .top-spa .img-spa-2 {
    right: 0px;
    width: 270px;
  }
  .home .top-enkai .img-enkai {
    left: 0;
    top: -55px;
    width: 200px;
  }
  .home .top-stay .img-stay {
    top: -105px;
    right: -20px;
    width: 154px;
    z-index: -1;
  }
  .home .top-facility .img-facility {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 65%;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  #site-header .site-header-container {
    margin-right: auto;
    margin-left: auto;
  }
  #site-header .global-nav, #site-header .my-custom-nav {
    display: none !important;
  }
  #site-header .vk-campaign-text {
    height: 50px;
    flex-wrap: wrap;
  }
  #site-header .vk-campaign-text .vk-campaign-text_text {
    width: 100%;
  }
  #site-header .site-header-logo {
    text-align: center;
  }
  #site-header .site-header-logo img {
    max-height: 26px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .home .top-news .img-news2 img {
    width: 150px !important;
    position: absolute;
    right: -50px;
    top: -150px;
    z-index: -1;
  }
  #nav_menu-2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    top: calc(100vh - 70px);
  }
}
@media screen and (max-width: 575px) {
  .home .news-tab .vk_tab_labels .vk_tab_labels_label > div {
    font-size: 11px;
  }
  .home .top-hotspring .section-content figure.top-content-img {
    right: 0px;
  }
  .home .top-hotspring .section-content .card {
    left: 0px;
    top: 0px;
  }
  .home .top-hotspring .img-hot-1 {
    top: 170px;
    left: -20px;
    width: 115px;
  }
  .home .top-hotspring .img-hot-2 {
    right: -40px;
    bottom: 10px;
    width: 200px;
  }
  .home .top-spa .section-content figure.top-content-img {
    left: 0px;
  }
  .home .top-spa .section-content .card {
    right: 0px;
    top: 0px;
  }
  .home .top-spa .img-spa-1 {
    top: 12px;
    z-index: -1;
  }
  .home .top-spa .img-spa-2 {
    right: 0px;
    width: 270px;
  }
  .home .top-enkai .section-content figure.top-content-img {
    left: 0px;
  }
  .home .top-enkai .section-content .card {
    right: 0px;
    top: 0px;
  }
  .home .top-enkai .img-enkai {
    left: -20px;
    top: 7px;
    width: 200px;
  }
  .home .top-stay .img-stay {
    top: -105px;
    right: -20px;
    width: 154px;
    z-index: -1;
  }
  .home .top-facility .section-content figure.top-content-img {
    right: 0px;
  }
  .home .top-facility .section-content .card {
    left: 0px;
    top: 0px;
  }
  .home .top-facility .img-facility {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 65%;
    width: 150px;
  }
  .home .top-guide {
    position: relative;
  }
  .home .top-guide .section-content {
    position: relative;
  }
  .home .top-guide .section-content figure.top-content-img {
    position: relative;
    left: 0px;
  }
  .home .top-guide .section-content .card {
    right: 0px;
    top: 0px;
  }
  .vk_post_imgOuter_singleTermLabel {
    display: none;
  }
  .swiper-button-next.swiper-button-mobile-bottom, .swiper-button-prev.swiper-button-mobile-bottom {
    bottom: calc(50% - 1.2rem);
  }
}
.vk_slider_item .vk_slider_item-background-area:not([class*=-background-color]) {
  background: transparent;
}

/* XS size 0 ~ 575px */
/* SM size 576px ~ 767px */
@media screen and (min-width: 600px) {
  .vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .vk_outer, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .vk_outer {
    left: 30px;
  }
  .vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .vk_outer, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .vk_outer {
    right: 30px;
  }
}
/* MD size 768px〜991px */
/* LG size 992px〜1199px */
@media screen and (min-width: 992px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    margin-left: auto;
    margin-right: 0;
  }
}
/* XL size 1200px〜1399px */
@media screen and (min-width: 1200px) {
  #site-header-container {
    max-width: 100%;
  }
}
/* XXL size 1400px〜 */
@media screen and (min-width: 1400px) {
  .mainSection .vk_post-col-xxl-12 .vk_post_title {
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */