@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
  overflow-x: clip;
}

main {
  background-color: #f5f5f5;
  background-image: url(../images/bg-blue.png), url(../images/noise.webp);
  background-repeat: repeat-y, repeat;
  background-size: contain, 300px;
}

.site-title {
  display: none;
  text-indent: -9999px;
}

img {
  width: 100%;
}

.mainslider {
  position: relative;
}
.mainslider .swiper-slide {
  border-radius: 5vw;
}

.top-wrp {
  position: relative;
}

.hero1 {
  display: block;
  max-width: 600px;
  width: 90vw;
  margin: auto;
}
.hero1 p {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  text-shadow: 0 1px 7px BLACK;
}

.hero2 {
  margin: auto;
  max-width: 500px;
  display: block;
  width: 60vw;
}

.break {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.myHeroSwiper {
  height: 60dvh;
  width: 90vw;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .myHeroSwiper {
    height: 50dvh;
  }
}

.open-modal {
  text-decoration: none;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  padding: 0;
  border-radius: 16px;
}

.shadow {
  box-shadow: 3px 3px 3px #bbb;
}

.swiper-slide-active {
  transform: scale(1);
  z-index: 1;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}

.slide-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.slide-content a {
  padding: 0.75rem 1.5rem;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.catch1 {
  margin-top: 1rem;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: bold;
  font-size: clamp(0.8rem, 0.3281rem + 1.75vw, 1.3125rem);
}

.comments .comments-ttl {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.comments .memories .swiper-slide {
  padding: 10px;
  background-color: white;
  border: solid 1px #989898;
}

.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  background: #FF6200;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #aaa;
  margin: auto;
}

.news-list {
  margin-bottom: 50px;
}
.news-list .row {
  background: rgba(255, 255, 255, 0.7411764706);
  padding: 15px;
  border-radius: 12px;
  border: solid 1px #bbb;
  margin: 5px;
}
.news-list h2 {
  font-size: 16px;
}
.news-list h2 span {
  font-size: 24px;
}
.news-list .card-body {
  border-bottom: 1px solid #bbb;
  padding-bottom: 6px;
}

.cta {
  background: #FFFBF4;
  border: solid 1px black;
  border-radius: 16px;
  position: relative;
  box-shadow: 3px 3px 8px #c5c5c5;
}
.cta h2 {
  font-size: calc(1rem + 0.3vw) !important;
}
.cta p {
  margin: 0;
}
.cta .cta-img {
  width: 100%;
  max-width: 100px;
  height: auto;
  position: absolute;
  right: -15px;
  bottom: -20px;
}
@media (max-width: 1200px) {
  .cta .cta-img {
    max-width: 70px;
  }
}

#modal-name {
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.4rem;
}

#modal-text {
  overflow-y: scroll;
  max-height: 250px;
}

.review-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.review-modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  position: relative;
  min-height: 70vh;
  border-radius: 16px;
  border: solid 1px;
  box-shadow: 4px 6px #50c5ff;
}

.review-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.review-modal img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 3/2;
  max-height: 40dvh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  border-radius: 16px;
  border: solid 1px #989898;
  box-shadow: 3px 3px 9px #d5d5d5;
}

.slide-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.4;
  margin: 0.5em 0 0;
  text-decoration: none;
  color: black;
  margin-bottom: 16px;
}

.slide-title {
  text-align: center;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.slide-image {
  aspect-ratio: 3/2;
  height: auto;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

.form-link {
  text-align: justify;
}
.form-link img {
  max-width: 130px;
  margin: auto;
}

.mySwiper {
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #3a3a3a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 1.5rem;
}

.swiper-button-next::after {
  content: "\f054";
}

.swiper-button-prev::after {
  content: "\f053";
}

.intro {
  background-image: url(../images/hokkaido.svg), linear-gradient(314deg, #fde5c8, #ffffff);
  background-position: right;
  background-repeat: no-repeat;
  background-size: inherit;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.intro img {
  border-radius: 0 20px 20px 0;
  width: 90%;
  box-shadow: 12px 12px #ffab78;
}
.intro .hokkaido {
  position: relative;
  z-index: 2;
}
.intro span {
  color: #FF6200;
}

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100px;
}

.loop-area {
  background: url(../images/loop.svg) repeat-x;
  background-size: auto 80px;
  /* 背景画像の高さに合わせる */
  width: 100%;
  height: 80px;
  animation: loop-slide 15s linear infinite;
  /* スピードはお好みで調整 */
}

@keyframes loop-slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1905px 0;
  }
}
.echo {
  margin: auto;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  margin-top: 10px;
  font-size: 20px;
}
.echo::before {
  content: "";
  width: 3px;
  height: 2rem;
  background-color: black;
  position: absolute;
  transform: rotate(-10deg);
  left: -10px;
  top: 0;
}
.echo::after {
  content: "";
  width: 3px;
  height: 2rem;
  background-color: black;
  position: absolute;
  transform: rotate(10deg);
  right: -10px;
  top: 0;
}

.about-ttl {
  margin: auto;
}
.about-ttl .balloon {
  color: white;
  text-align: center;
  border-radius: 500px;
  background-color: #FF6200;
  position: relative;
  display: block;
  max-width: 280px;
  margin: auto;
  font-size: 1.3rem;
  z-index: 2;
  line-height: 1;
  padding: 6px;
}
.about-ttl .balloon::after {
  content: "";
  width: 20px;
  height: 20px;
  z-index: -1;
  background-color: #FF6200;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin: auto;
}

.balloon-blue {
  color: white;
  text-align: center;
  border-radius: 500px;
  background-color: #0051FF;
  position: relative;
  display: block;
  max-width: 280px;
  margin: auto;
  font-size: 1.3rem;
  z-index: 2;
  line-height: 1;
  padding: 6px;
}
.balloon-blue::after {
  content: "";
  width: 20px;
  height: 20px;
  z-index: -1;
  background-color: #0051FF;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin: auto;
}

.point .wrp {
  box-shadow: 3px 3px 3px #bbb;
  background-color: white;
  border-radius: 16px;
  position: relative;
  border: solid 1px;
}
.point .wrp .border-dot {
  border-bottom: 1px dashed #bbb;
}
.point .wrp .orange {
  color: #FF6200;
}
.point .wrp img {
  border-radius: 16px;
  max-width: 400px;
}
.point .wrp .p-tag {
  position: absolute;
  top: -12px;
  left: -11px;
  background-color: #FF6200;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  border-radius: 15px 15px 0 15px;
}
.point .wrp .p-tag::after {
  content: "";
  background-image: url(../images/bulb.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 117px;
  top: -8px;
}

.tours {
  background: linear-gradient(137deg, #D8EAFF, #FFEFE3);
  position: relative;
}
.tours .cover {
  background-color: white;
  border-radius: 15px;
}
.tours::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 25px;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  background-color: white;
}
.tours .plan {
  box-shadow: 3px 3px 8px 0px #959595;
  padding: 10px;
  border-radius: 8px;
  border: solid 1px;
}
.tours .plan img {
  border-radius: 8px;
}
.tours .link {
  position: relative;
  color: black;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s;
}
.tours .link:hover {
  opacity: 0.5;
}
.tours .link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  padding-left: 5px;
}
.tours .hint {
  background-color: #ffffff;
  border: solid 1px #505050;
  border-radius: 8px;
}

.overseas {
  background-color: #fff6e2;
  border: solid 1px;
  border-radius: 16px;
}

.company table {
  max-width: 900px;
}
.company table tr {
  border-bottom: 1px solid #bbb;
}
.company table td {
  padding: 10px;
}

html {
  scroll-padding-top: 80px;
}

.site-main {
  overflow-y: hidden;
}

body {
  margin: 0;
  background: #f7f7f7;
  font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
}

.grecaptcha-badge {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #333;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
  z-index: 1000;
}
.header .logo {
  max-width: 240px;
}
.header .desktop-nav {
  display: flex;
  gap: 1.5rem;
}
.header .desktop-nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.mobile-footer {
  display: none;
}

.mobile-menu {
  display: none;
}

footer .logo {
  max-width: 260px;
}
footer .footer-cont {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header .desktop-nav {
    display: none;
  }
  .mobile-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #333;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .mobile-footer .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .mobile-footer .menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background: #222;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 1.5rem 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 999;
  }
  .mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
  }
  .mobile-menu.open {
    transform: translateY(0);
  }
}
.btn2 {
  padding: 10px;
  border-radius: 500px;
  font-weight: bold;
  color: black;
  background: linear-gradient(320deg, #ABD8FF 0%, #E8E3FF 50% 100%);
  min-width: 280px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
  margin: auto;
}
.btn2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  position: absolute;
  right: 20px;
}

.tour .plans .course-ttl {
  background: #ffc183;
  padding: 10px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
.tour .plans .course-ttl .ttl {
  border-bottom: solid 1px #222;
  padding-bottom: 12px;
  font-size: 1.3rem;
}
.tour .plans .course-ttl::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  background-color: #ffc183;
  z-index: 1;
}
.tour .plans .card {
  margin-bottom: 10px;
}
.tour .cta-img {
  border-radius: 16px;
}
.tour .roots {
  position: relative;
}
.tour .roots::after {
  position: absolute;
  left: 18px;
  content: "";
  height: calc(100% - 70px);
  width: 3px;
  top: 30px;
  background-color: #222;
  z-index: 0;
}
.tour .roots p {
  border-radius: 16px;
  padding: 10px;
  padding-left: 40px;
  background-color: #EBEBEB;
  position: relative;
  z-index: 2;
}
.tour .roots p::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: block;
  background-color: white;
  border-radius: 50px;
  margin: auto;
}
.tour .roots .blu {
  background-color: #0077FF;
  color: white;
}

.form h1 {
  line-height: 1;
  margin-bottom: 2rem;
}
.form h1 span {
  font-size: 0.7em;
  color: #000000;
}
.form input {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .form tr {
    display: flex;
    flex-direction: column;
  }
  .form th {
    display: block;
  }
}
.form form {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.form form .wpcf7-submit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  background: #FF6200;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #aaa;
  margin: auto;
}
.form form .wpcf7-previous {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  background: #a8a8a8;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 3px 3px 3px #aaa;
  margin: auto;
}
.form form .CF7_req {
  background: #ff6767;
  padding: 2px 10px;
  color: white;
  border-radius: 40px;
  margin-right: 5px;
}
.form form .CF7_any {
  background: #525252;
  padding: 2px 10px;
  color: white;
  border-radius: 40px;
  margin-right: 5px;
}
.form form textarea {
  width: 100%;
}
.form form table {
  width: 100%;
}
.form .red {
  font-size: 0.8rem;
  margin: 0.25rem;
  padding: 0.25rem;
  font-weight: bold;
  color: white;
  background-color: #ff8484;
  border-radius: 8px;
}
.form .text {
  max-width: 800px;
}
.form button {
  background: #1a1a1a;
  color: white;
  margin: auto;
  display: block;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 16px;
}/*# sourceMappingURL=style.css.map */