@charset "UTF-8";
/*
example
@include vaM;
*/
/*
example
@include taJ
*/
/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*
example
@include gradient(#StartColor, #EndColor, vertical); 垂直方向
@include gradient(#StartColor, #EndColor, horizontal); 水平方向
@include gradient(#StartColor, #EndColor, radial); 円方向
*/
@media screen and (max-width: 900px) {
  .mv-pc {
    display: none;
  }
}

.mv-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .mv-sp {
    display: block;
  }
}

#swiper1 .swiper-slide p {
  width: 100%;
  height: 100%;
}
#swiper1 .swiper-slide p img {
  width: 100%;
  height: calc(100vh - 6.5vw);
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  #swiper1 .swiper-slide p img {
    height: calc(100dvh - 55px);
  }
}

.mv {
  position: relative;
}
.mv::after {
  content: "";
  background: url("/images/top/mv_motif01.png");
  width: 30vw;
  height: 50vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .mv::after {
    width: 50vw;
    height: 60vw;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination.style01 {
  z-index: 999 !important;
  bottom: 30px !important;
}
@media screen and (min-width: 899px) {
  .swiper-pagination.style02 {
    display: flex;
    flex-direction: column;
    left: auto !important;
    right: 2vw !important;
    bottom: 1vw !important;
    width: auto !important;
  }
  .swiper-pagination.style02 span {
    margin-bottom: 10px !important;
    display: block !important;
  }
  .swiper-pagination.style02 span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .swiper-pagination.style02 {
    bottom: 3vw !important;
  }
}

.swiper-pagination-bullet {
  z-index: 999;
  background: #fff !important;
  opacity: 0.6 !important;
  width: 13px !important;
  height: 13px !important;
  margin: 0 8px !important;
  border: solid 1px #fff;
}
@media screen and (max-width: 900px) {
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
  }
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

#mvWrap {
  position: relative;
}
#mvWrap .mvCatch {
  position: absolute;
  top: 13vw;
  left: 5vw;
  margin: auto 0;
  z-index: 500;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch {
    bottom: auto;
    top: 26vw;
    justify-content: flex-start;
  }
}
#mvWrap .mvCatch p, #mvWrap .mvCatch h1 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch p, #mvWrap .mvCatch h1 {
    margin-bottom: 3vw;
  }
}
#mvWrap .mvCatch p:last-child, #mvWrap .mvCatch h1:last-child {
  margin-bottom: 0;
}
#mvWrap .mvCatch .catch01 {
  font-size: 2.8vw;
  font-weight: 600;
  color: #fff;
  background-color: #00B6E2;
  padding: 2.5vw 3vw;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch .catch01 {
    padding: 4vw 6vw;
    font-size: 6.5vw;
    line-height: 1.3;
    margin-left: -5vw;
  }
}
#mvWrap .mvCatch .catch01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0.4vw;
  left: 0;
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch .catch01::before {
    top: 1.5vw;
  }
}
#mvWrap .mvCatch .catch01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0.4vw;
  left: 0;
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch .catch01::after {
    bottom: 1.5vw;
  }
}
#mvWrap .mvCatch .catch02 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #292929;
  padding: 1vw;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch .catch02 {
    font-size: 4vw;
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 900px) {
  #mvWrap .mvCatch .catch02 span {
    display: inline-block;
    padding: 2.4vw 5vw;
    line-height: 1;
    background-color: #fff;
    margin-bottom: 3vw;
  }
}
#mvWrap .scrolldown1 {
  position: absolute;
  left: 2vw;
  bottom: 0;
  height: 50px;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  #mvWrap .scrolldown1 {
    left: 4vw;
  }
}
#mvWrap .scrolldown1 span {
  position: absolute;
  left: -24px;
  top: -32px;
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  transform: rotate(-90deg);
}
#mvWrap .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.topCont01 {
  position: relative;
}
.topCont01 .tit01 {
  z-index: 3;
  position: relative;
}
.topCont01 .lead {
  text-align: center;
  z-index: 3;
  position: relative;
}

.topCont02 {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5vw;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 900px) {
  .topCont02 {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
}
.topCont02 .txt {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3vw;
}
@media screen and (max-width: 900px) {
  .topCont02 .txt {
    width: 100%;
    padding: 10vw 15px;
  }
}
.topCont02 .photo {
  width: 65%;
}
@media screen and (max-width: 900px) {
  .topCont02 .photo {
    width: 100%;
  }
}
.topCont02 .photo img {
  width: 100%;
  border-radius: 0 5px 5px 0;
  height: auto;
}
@media screen and (max-width: 900px) {
  .topCont02 .photo img {
    border-radius: 5px 5px 0 0;
  }
}

.topCont03 {
  margin-top: 7vw;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .topCont03 {
    padding-bottom: 20px;
    margin-top: 40px;
  }
}
.topCont03 figure {
  margin-top: 3vw;
}
@media screen and (max-width: 900px) {
  .topCont03 figure {
    margin-top: 20px;
  }
}
.topCont03 figure picture {
  display: block;
  width: 60vw;
  margin: 0 auto 5vw;
}
@media screen and (max-width: 900px) {
  .topCont03 figure picture {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.topCont03 figure picture img, .topCont03 figure picture source {
  width: 100%;
  height: auto;
}

.rec_area {
  position: relative;
}
.rec_area::before {
  content: "";
  width: 100%;
  height: 40vw;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(#08c5f4 0%, #009cc3 100%);
}
@media screen and (max-width: 900px) {
  .rec_area::before {
    height: 70vh;
  }
}

.topCont04 {
  z-index: 2;
  display: flex;
  width: 100%;
  position: relative;
}
.topCont04 > span {
  display: block;
  width: 40vw;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.topCont04 > span img {
  width: 100%;
  height: auto;
}
.topCont04 > div {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .topCont04 > div {
    width: 100%;
  }
}
.topCont04 .txt {
  padding: 7vw 5vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .topCont04 .txt {
    margin-top: 50px;
    padding: 50px 15px 30px;
  }
}
.topCont04 .txt .tit01 {
  color: #fff;
  text-align: left;
}
.topCont04 .txt p {
  color: #fff;
}
.topCont04 .photo {
  position: relative;
  width: 50vw;
}
@media screen and (max-width: 900px) {
  .topCont04 .photo {
    width: 100vw;
    position: absolute;
  }
}
.topCont04 .photo picture {
  position: absolute;
  right: 5%;
  top: -5vw;
}
@media screen and (max-width: 900px) {
  .topCont04 .photo picture {
    width: 100vw;
    right: 15px;
    text-align: right;
  }
}
.topCont04 .photo picture img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .topCont04 .photo picture img {
    width: 200px;
    height: 100px;
    object-fit: cover;
  }
}

.topCont05 {
  position: relative;
  z-index: 2;
  width: 90vw;
  margin: 0 auto;
  position: relative;
  background: #DDE7E9;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 7vw 5vw;
}
.topCont05 .bg {
  display: block;
  width: 40vw;
  height: 30vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.topCont05 .bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .topCont05 {
    padding: 40px 15px;
  }
}
.topCont05 .wrap {
  position: relative;
  z-index: 100;
}

.movieArea {
  display: flex;
  z-index: 50;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .movieArea {
    flex-direction: column;
  }
}
.movieArea li {
  width: 31%;
}
@media screen and (max-width: 900px) {
  .movieArea li {
    width: 100%;
    margin-bottom: 15px;
  }
  .movieArea li:last-child {
    margin-bottom: 0;
  }
}
.movieArea li .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.movieArea li .youtube iframe {
  width: 100%;
  height: 100%;
}

.topCont06 {
  font-family: "Noto Sans JP", serif;
  background: url("/common/img/bg_img04.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin-top: 7vw;
  margin-bottom: 7vw;
}
@media screen and (max-width: 900px) {
  .topCont06 {
    margin-top: 40px;
  }
}
.topCont06 .box_groupHotel {
  box-sizing: border-box;
  max-width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel {
    padding: 0 15px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel {
    max-width: 100%;
  }
}
.topCont06 .box_groupHotel:after {
  content: "";
  display: block;
  clear: both;
}
.topCont06 .box_groupHotel h5 {
  border-bottom: 1px solid #e0e0d7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.topCont06 .box_groupHotel ul {
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel ul {
    margin-bottom: 30px;
  }
}
.topCont06 .box_groupHotel ul li {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.topCont06 .box_groupHotel ul li span {
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel ul li {
    letter-spacing: -0.06em;
    font-size: 1.2rem;
  }
  .topCont06 .box_groupHotel ul li span {
    margin-right: 0x;
  }
}
.topCont06 .box_groupHotel .groupHotel_left {
  float: left;
  width: 47%;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel .groupHotel_left {
    float: none;
    width: 100%;
  }
}
.topCont06 .box_groupHotel .groupHotel_left ul {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel .groupHotel_left ul {
    margin-bottom: 30px;
  }
}
.topCont06 .box_groupHotel .groupHotel_right {
  float: right;
  width: 47%;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel .groupHotel_right {
    float: none;
    width: 100%;
  }
}
.topCont06 .box_groupHotel .yutori {
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
}
.topCont06 .box_groupHotel .yutori:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  width: 22px;
  background-image: url("../img/reproduction2.svg");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 900px) {
  .topCont06 .box_groupHotel .yutori {
    padding-bottom: 10px;
  }
}
.topCont06 .box_groupHotel a {
  text-decoration: none;
  color: #292929;
  position: 1px;
  transition: opacity 0.3s;
}
.topCont06 .box_groupHotel a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=top.css.map */
