.guidebox {
  pointer-events: none;
  background-size: 1536px;
  width: 100%;
  max-width: 1536px;
  z-index: 9999;
  opacity: 0.75;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width: 701px) {
  .guidebox {
    max-width: 390px;
    background-size: 390px !important;
  }
}

.guidebox.fukui {
  background: url("../img/entrance/guide_fukui.jpg") no-repeat top -165px center;
  height: 10732px;
}
@media screen and (max-width: 701px) {
  .guidebox.fukui {
    background: url("../img/entrance/guide_fukui_sp.jpg") no-repeat top center;
    height: 9178px;
    background-position: top -109px center;
  }
}

/* common */
main {
  max-width: none;
  padding: 0;
  color: #3f3f3f;
}

section {
  position: relative;
  z-index: 1;
}

/* scroll in */
.fadeup {
  opacity: 0;
  transition: 2s;
  transform: translate(0, 30px);
}

.in {
  opacity: 1;
  transform: translate(0, 0);
}

/* mv */
#mv img {
  width: 100%;
}

/* about */
#about {
  padding: 95px 0 72px;
  background-color: #fefff5;
}

#about .inner {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#about .txt_wrap {
  position: relative;
  z-index: 1;
}

#about .txt_wrap h2 {
  font-size: 36px;
  color: #2c770d;
  font-family: "ten-mincho", serif;
  width: 256px;
  margin: 0 auto 84px;
}

#about .midashi {
  font-size: 21.8px;
  line-height: 46px;
  color: #599862;
  font-family: "ten-mincho", serif;
  margin-bottom: 13px;
}

#about .txt {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

#about .access {
  font-size: 14px;
  font-family: "ten-mincho", serif;
  margin-top: 22px;
  padding-left: 25px;
  border-left: 1px solid #599862;
}

#about .access span {
  font-size: 18px;
  font-family: "ten-mincho", serif;
  color: #599862;
  display: block;
  margin-bottom: 20px;
}

#about .img {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin: 0 -20px;
}

#about .img .line {
  position: absolute;
  bottom: 55px;
  left: 36%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #376ea2;
}

#about .img .map {
  width: 360px;
  padding-bottom: 0;
  max-width: unset;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0px);
  padding-bottom: 15px;
  opacity: 0;
}

#about .about_anime.in .map {
  animation: fadeIn 0.5s linear 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideLine {
  0% {
    width: 0;
  }
  100% {
    width: 28%;
  }
}

/* healthtourism */
#healthtourism {
  padding-bottom: 100px;
  background-color: #fefff5;
}

#healthtourism .img {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#healthtourism .img .image_1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 244px;
}

#healthtourism .img .image_2 {
  position: absolute;
  left: 0;
  margin-top: 215px;
  width: 150px;
}

#healthtourism .img .image_3 {
  position: absolute;
  left: -30px;
  margin-top: 0;
  width: 113px;
}

#healthtourism .txt_wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 300px;
}

#healthtourism .txt_wrap .image_4 {
  position: absolute;
  left: 0px;
  margin-top: 60px;
  width: 300px;
}

#healthtourism .midashi {
  font-family: "ten-mincho", serif;
  color: #2c770d;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 30px;
  padding-top: 120px;
}

#healthtourism .txt {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 20px;
}
#healthtourism .txt:nth-of-type(2) {
  margin-bottom: 20px;
}

#healthtourism .link span {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2c770d;
  font-family: "ten-mincho", serif;

  display: flex;
  gap: 0 1.75rem;
  width: 19rem;
  margin: 0 auto;
  border-bottom: 2px dashed #2c770d;
  padding-bottom: 10px;
}

#healthtourism .link span::after {
  content: "";
  width: 9.66px;
  height: 9.68px;
  background: url(../img/entrance/arrow_gr.png) top right / contain no-repeat;
  justify-self: start;
  align-self: center;
}

/* course */
.course_bg_top {
  background-color: #fefff5;
  margin-bottom: -1px;
}

#course {
  position: relative;
  padding-bottom: 600px;
  background-image: url(../img/entrance/course_bg_wave.png);
  background-color: #68bbdf;
  background-position: center top;
  background-repeat: repeat;
  background-size: 14%;
}

#course .inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#course h2 {
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "ten-mincho", serif;
  text-shadow: 0 3px 10px rgba(95, 164, 187, 1);
  width: 100%;
  margin: 0 auto 30px;
}

#course .txt {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  font-family: "ten-mincho", serif;
  text-shadow: 0 3px 10px rgba(95, 164, 187, 1);
  margin: 0 auto 20px;
  display: block;
  width: 100%;
}

#course .course_box_main {
  display: flex;
  flex-direction: column-reverse;
}

#course .course_box_main .course_box_text {
  position: relative;
  width: 100%;
}

#course .course_box_main .course_box_text .image_4 {
  position: absolute;
  width: 100px;
  top: -130px;
  right: 0;
}

#course .course_box_main .course_box_image {
  width: 100%;
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

#course .course_box_main .course_box_image img {
  position: absolute;
}

#course .course_box_main .course_box_image .image_1 {
  width: 300px;
  left: 20px;
}

#course .course_box_main .course_box_image .image_2 {
  width: 200px;
  top: 230px;
  left: 160px;
}

#course .course_box_main .course_box_image .image_3 {
  width: 140px;
  top: 260px;
  left: 0px;
}

#course .link {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: 0 auto 30px;
}

#course .link span {
  font-size: 16px;
  color: #00526d;
  letter-spacing: 0.06em;
  transition: 0.5s;
  font-family: "ten-mincho", serif;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  background-color: #fff;
  border-radius: 35px;
  width: 300px;
  height: 52px;
  margin: 0 auto;
}

#course .link span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/entrance/arrow_bl.png) top right / contain no-repeat;
  justify-self: start;
  align-self: center;
}

#course .link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.parallax {
  position: relative;
  height: 410px;
}
.parallax::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  width: 100%;
  height: 20%;
  background-image: url(../img/entrance/course_bg_btm.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.parallax .image_1 {
  position: absolute;
  z-index: 3;
  width: 80px;
  top: -70px;
  left: 39px;
  pointer-events: none;
}
.parallax .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
/* bg video */
.parallax .inner #bg {
  display: none;
  position: relative;
  width: 100%;
}
.parallax .inner #bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/entrance/wave.svg");
  background-repeat: repeat-x;
}
/* #bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
} */
.parallax .inner #video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url("../img/entrance/video.jpg");
}
.parallax .inner #video video,
.parallax .inner #video img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* spots */
#spots {
  padding: 70px 0;
  background: #99c384;
}

#spots .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

#spots h2 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: "ten-mincho", serif;
}

#spots h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 62px;
  height: 36px;
  background: url("../img/entrance/icon/icon_recommend.svg") no-repeat center/cover;
}

#spots h2 span {
  font-size: 20px;
}

#spots .tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-family: "ten-mincho", serif;
  color: #fff;
}

#spots .tab li {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

#spots .tab li.active {
  background-color: #fff;
  color: #5a9e3e;
}

#spots .tab li span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#spots .tab li span::before {
  content: "";
  display: inline-block;
}

#spots .tab li[data-spot="spot"] span::before {
  width: 17px;
  height: 25px;
  background: url("../img/entrance/icon/icon_spot.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="spot"] span::before {
  background: url("../img/entrance/icon/icon_spot_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="gourmet"] span::before {
  width: 20px;
  height: 23px;
  background: url("../img/entrance/icon/icon_gourmet.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="gourmet"] span::before {
  background: url("../img/entrance/icon/icon_gourmet_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="activity"] span::before {
  width: 11px;
  height: 28px;
  background: url("../img/entrance/icon/icon_activity.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="activity"] span::before {
  background: url("../img/entrance/icon/icon_activity_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="hotel"] span::before {
  width: 22px;
  height: 15px;
  background: url("../img/entrance/icon/icon_hotel.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="hotel"] span::before {
  background: url("../img/entrance/icon/icon_hotel_active.svg") no-repeat center/cover;
}

#spots .tab li[data-spot="shopping"] span::before {
  width: 22px;
  height: 22px;
  background: url("../img/entrance/icon/icon_shopping.svg") no-repeat center/cover;
}

#spots .tab li.active[data-spot="shopping"] span::before {
  background: url("../img/entrance/icon/icon_shopping_active.svg") no-repeat center/cover;
}

#spots .spot_list {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 45px 5% 5px;
  background-color: #fff;
  border-radius: 8px;
}

#spots .spot_list.active {
  display: block;
}

#spots .spot_list li {
  margin-bottom: 50px;
}

#spots .spot_list li figure {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
#spots .spot_list li figure .spot_credit {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  background-color: #333;
  pointer-events: none;
}

#spots .spot_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#spots .spot_list li .ttl {
  margin: 6px 0;
  font-size: 20px;
  font-family: "ten-mincho", serif;
  line-height: 1.6rem;
}

#spots .spot_list li .txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}

#spots .spot_list li .area {
  display: inline-block;
  padding: 3px 9px;
  background-color: #efefef;
  border-radius: 4px;
  color: #919191;
  font-size: 11px;
}

/*250408追加ここから*/
/* バナーエリア */
.banner-area {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
.banner-area .midashi {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: ten-mincho, serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
}
.banner-area .midashi::before,
.banner-area .midashi::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  border-bottom: 2px solid currentColor;
}
.banner-area .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 2px solid currentColor;
}
.banner-area .banner.col2 > * {
  max-width: 450px;
  width: 100%;
}
.banner-area .banner img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.banner-area .banner .name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.5em;
}
.banner-area .banner a[target="_blank"] .name::after {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask-image: url("../../../common/img/entrance_2025/icon_external.svg");
  mask-image: url("../../../common/img/entrance_2025/icon_external.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-color: currentColor;
  margin-left: 0.5em;
}

.banner-area .banner .txt {
  display: block;
  font-size: 13px;
  margin-top: 0.5em;
}
/*250408追加ここまで*/



/* movie */
#movie {
  padding: 110px 0;
  background-color: #fff;
}

#movie .inner {
  width: 90%;
  margin: 0 auto;
}

#movie h2 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
  font-family: "ten-mincho", serif;
}

#movie h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 27px;
  background: url("../img/entrance/icon/icon_movie.svg") no-repeat center/cover;
}

#movie h3 {
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
  font-family: "ten-mincho", serif;
}

#movie .inner > div {
  margin-bottom: 80px;
}

#movie .youtube {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
}

#movie .youtube iframe {
  width: 100%;
  height: 100%;
}
