.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: 350px;
    background-size: 350px !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 0px center;
  }
}

/* common */
#kyotango {
  max-width: 100%;
  overflow: hidden;
}
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: 90px 0 120px;
  background-color: #fefff5;
}

#about .inner {
  display: flex;
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 30px;
}

#about .txt_wrap {
  max-width: 532px;
  width: 50%;
  position: relative;
  z-index: 1;
}

#about .txt_wrap h2 {
  font-size: 76px;
  color: #2c770d;
  font-family: "ten-mincho", serif;
  width: 532px;
  margin-bottom: 25px;
}

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

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

#about .access {
  font-size: 20px;
  font-family: "ten-mincho", serif;
  line-height: 2;
  padding-left: 24px;
  border-left: 1px solid #5a9e3e;
}

#about .access span {
  display: block;
  margin-bottom: 10px;
  color: #2c770d;
}

#about .img .map {
  width: 527px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  max-width: unset;
}

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

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

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

#healthtourism .inner {
  display: flex;
  gap: 0 46px;
  justify-content: center;
  max-width: 1136px;
  padding: 0 20px;
  margin: 0 auto;
}

#healthtourism .img {
  position: relative;
  width: 43%;
  max-width: 477px;
  padding-bottom: 190px;
}

#healthtourism .img .image_1 {
  position: absolute;
  left: 47px;
  top: 0;
  width: 434px;
}

#healthtourism .img .image_2 {
  position: absolute;
  left: 0;
  top: 465px;
  width: 253px;
}

#healthtourism .img .image_3 {
  position: absolute;
  left: -180px;
  top: 30px;
  width: 208px;
}

#healthtourism .txt_wrap {
  position: relative;
  width: 53%;
  max-width: 600px;
}

#healthtourism .txt_wrap .image_4 {
  position: absolute;
  top: 24px;
  display: block;
  width: 697px;
}

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

#healthtourism .txt {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 47px;
}

#healthtourism .txt:nth-of-type(2) {
  margin-bottom: 42px;
}

#healthtourism .link span {
  font-family: "ten-mincho", serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2c770d;
  display: flex;
  gap: 0 28px;
  width: 100%;
  max-width: 310px;
  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 {
  background-image: url(../img/entrance/course_bg_wave.png);
  background-color: #68bbdf;
  background-position: center top;
  background-repeat: repeat;
  background-size: 14%;
  padding: 100px 0 0;
}

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

#course .course_box_main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px 164px;
}

#course .course_box_main .course_box_text {
  position: relative;
  max-width: 324px;
  width: 29%;
  padding-top: 100px;
}

#course .course_box_main .course_box_text .image_4 {
  position: absolute;
  width: 155px;
  margin-top: -300px;
  right: 0;
}

#course .course_box_main .course_box_image {
  width: 71%;
  max-width: 846px;
  position: relative;
}

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

#course .course_box_main .course_box_image .image_1 {
  width: 656px;
  left: 0;
}

#course .course_box_main .course_box_image .image_2 {
  width: 378px;
  top: 500px;
  left: 350px;
}

#course .course_box_main .course_box_image .image_3 {
  width: 225px;
  top: 600px;
  left: 110px;
}

#course h2 {
  height: 500px;
  font-size: 36px;
  letter-spacing: 0.145em;
  font-family: "ten-mincho", serif;
  color: #fff;
  text-shadow: 0 3px 10px rgba(95, 164, 187, 1);
  writing-mode: vertical-rl;
  margin: 3px auto 35px;
}

#course h2 span {
  text-combine-upright: all;
}

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

#course .link span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 20px;
  color: #00526d;
  letter-spacing: 0.06em;
  transition: 0.5s;
  font-family: "ten-mincho", serif;
  max-width: 296px;
  width: 90%;
  height: 77px;
  background-color: #fff;
  border-radius: 100px;
}

#course .link span::after {
  content: "";
  width: 9.66px;
  height: 9.68px;
  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: 480px;
}
.parallax::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  width: 100%;
  height: 88px;
  background-image: url(../img/entrance/course_bg_btm.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.parallax .image_1 {
  position: absolute;
  left: 9.39%;
  top: -22%;
  z-index: 3;
  width: 150px;
}
.parallax .inner {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  padding: 0 !important ;
  clip-path: inset(0);
}
.parallax #video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/entrance/video.jpg");
  background-size: cover;
  background-position: center;
}
.parallax #video video,
.parallax #video img {
  display: none;
  object-fit: cover;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
}
/*.parallax*/

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

#spots .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

#spots h2 {
  position: relative;
  margin-bottom: 23px;
  padding-top: 31px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-family: "ten-mincho", serif;
  letter-spacing: 0.05em;
}

#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.f32 {
  font-size: 32px;
}

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

#spots .tab {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  font-family: "ten-mincho", serif;
  color: #fff;
}

#spots .tab li {
  width: calc(100% / 5);
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.5s;
}

#spots .tab li.active,
#spots .tab li:hover {
  background-color: #fff;
  color: #5a9e3e;
  transition: 0.5s;
}

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

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

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

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

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

#spots .tab li.active[data-spot="gourmet"] span::before,
#spots .tab li[data-spot="gourmet"]:hover 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,
#spots .tab li[data-spot="activity"]:hover span::before {
  background: url("../img/entrance/icon/icon_activity_active.svg") no-repeat center/cover;
}

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

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

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

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

#spots .spot_list {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 49px 40px 18px;
  background-color: #fff;
  border-radius: 8px;
}

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

#spots .spot_list li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 30px;
}

#spots .spot_list li figure {
  display: block;
  width: 100%;
  height: 165px;
  overflow: hidden;
  position: relative;
}
#spots .spot_list li figure .spot_credit{
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  background-color: #333;
  pointer-events: none;
}
#spots .spot_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

#spots .spot_list li a:hover img {
  transform: scale(1.05);
  opacity: 1;
  transition: 0.5s;
}

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

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

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

/*250418追加ここから*/
/* バナーエリア */
.banner-area {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
}
.banner-area .midashi {
  max-width: 980px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: ten-mincho, serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 auto 30px;
}
.banner-area .midashi::before,
.banner-area .midashi::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  border-bottom: 2px solid currentColor;
}
.banner-area .banner {
  max-width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 2px solid currentColor;
}
.banner-area .banner.col2 > * {
  max-width: 450px;
}
.banner-area .banner img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.banner-area .banner .name {
  display: block;
  font-size: 16px;
  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: 14px;
  margin-top: 0.5em;
}
/*250418追加ここまで*/


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

#movie .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#movie h2 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 33px;
  font-size: 36px;
  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: 30px;
  font-size: 24px;
  text-align: center;
  font-family: "ten-mincho", serif;
}

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

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

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