@media (min-width: 481px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tab {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .pc {
    display: none !important;
  }
}

.l-block-l {
  display: block;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 1160px) {
  .l-block-l {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .l-block-l {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.l-block-m {
  display: block;
  margin: 0 auto;
  width: 900px;
}

@media screen and (max-width: 1160px) {
  .l-block-m {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .l-block-m {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.l-block {
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .l-block {
    padding: 40px 0;
  }
}

.pb-l {
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .pb-l {
    padding-bottom: 80px;
  }
}

.pt-l {
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .pt-l {
    padding-top: 80px;
  }
}

.mb-s {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .mb-s {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/Bahnschrift.ttf") format("truetype");
}

.bahn {
  font-family: "Bahnschrift", sans-serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.u-marker {
  background: linear-gradient(transparent 0%, transparent 60%, #ffed83 61%, #ffed83 100%);
}

.bg-w {
  background: #fff !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.ofh {
  overflow: hidden !important;
}

.m-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.p-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.fs-14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .fs-14 {
    font-size: 1.3rem;
  }
}

html {
  font-size: 62.5%;
}

body,
input,
textarea {
  color: #333;
  color: #333;
  font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin: 0;
  position: relative;
}

h1,
h2,
h3,
h4 {
  color: #333;
  font-size: 2.4rem;
  line-height: 1.6;
}

p {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1.6;
}

@media screen and (max-width: 1160px) {
  p {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
  }
}

em {
  font-style: normal;
}

a {
  color: #f88536;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  text-decoration: none;
}

@media screen and (max-width: 1160px) {
  a {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
}

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #2ca5df;
}

hr {
  border: 0;
  border-top: dotted 1px #ccc;
  height: 0;
  margin: 0;
  padding: 0;
}

li {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1.6;
  list-style: none;
}

@media screen and (max-width: 1160px) {
  li {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
  }
}

dl {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 1160px) {
  dl {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
}

dd,
dt,
dl {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 1160px) {
  table {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
}

table caption {
  text-align: left;
}

table th {
  padding: 15px 0;
}

table td {
  padding: 15px 30px;
}

@media screen and (max-width: 480px) {
  table td {
    padding: 15px 0;
  }
}

img {
  vertical-align: middle;
  width: 100%;
}

.wrap {
  background: linear-gradient(-45deg, rgba(4, 114, 124, 0.5), rgba(17, 66, 99, 0.7));
}

#bg-video {
  background-size: cover;
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -100;
}

.header-title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  text-align: center;
  width: 80%;
  z-index: 2;
}

.container {
  padding: 120px 0;
  padding-bottom: 70px;
}

.btn-cta-fv {
  margin: 15px 0 20px;
  width: 400px;
}

@media screen and (max-width: 480px) {
  .btn-cta-fv {
    padding: 0;
    width: 100%;
  }
}

.copy {
  display: block;
  margin: 200px auto;
  width: 235px;
}

.time {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  width: 469px;
}

.btn-container {
  margin-top: 40px;
  text-align: center;
}

.btn-container .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  margin: 20px 10px 0;
  width: 260px;
}

.btn-container .btn:hover {
  opacity: 0.8;
}

.btn-container .btn01 {
  background: #01a8e3;
  color: #fff;
  text-decoration: none;
}

.btn-container .btn01:hover {
  opacity: 0.8;
}

.btn-container .btn02 {
  border: solid 1px #1ff780;
  color: #1ff780;
  text-decoration: none;
}

.btn-container .btn02:hover {
  opacity: 0.8;
}

.mail-link {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-top: 60px;
  text-decoration: underline;
}

.mail-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 100px 0;
    padding-bottom: 50px;
  }

  .copy {
    display: block;
    margin: 0 auto;
    width: 60%;
  }

  .logo {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
  }

  .time {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
  }

  .btn {
    display: inline-block;
    width: 80%;
  }
}

header {
  position: relative;
  z-index: 100;
}

.fixed-header-page {
  display: block !important;
}

.fixed-header {
  background: #2ca5df;
  display: flex;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 480px) {
  .fixed-header {
    height: 60px;
    line-height: 60px;
  }
}

.fixed-header .fixed-header__logo {
  display: inline-block;
  height: 60px;
  margin-bottom: 8px;
  margin-left: 50px;
  width: auto;
}

@media screen and (max-width: 480px) {
  .fixed-header .fixed-header__logo {
    height: 46px;
    margin-bottom: 4px;
    margin-left: 10px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  position: relative;
}

.fixed-header .header-btn {
  margin-right: 106px;
  width: 232px;
  height: 40px;
}

.fixed-header .header-btn img {
  display: block;
}

@media screen and (max-width: 480px) {
  .fixed-header .header-btn {
    display: none;
    margin: 0;
  }
}

.fixed-header .headernav {
  position: absolute;
  right: 30px;
  top: 30px;
}

.fixed-header .headernav .headernav__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .fixed-header .headernav .headernav__list {
    display: none;
  }
}

.fixed-header .headernav .headernav__list .headernav__listitem {
  margin: 0 auto;
}

.fixed-header .headernav .headernav__list .headernav__listitem a {
  color: #fff;
  font-size: 1.6rem;
  margin: 0 20px;
  text-decoration: none;
}

.fixed-header .headernav .headernav__list .headernav__listitem a:hover {
  opacity: 0.5;
}

.fixed-btn {
  bottom: 200px;
  position: fixed;
  right: 20px;
  width: 60px;
  z-index: 9;
}

.fixed-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .fixed-btn {
    -webkit-transform: translateX(-50%);
    bottom: 5px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
  }
}

.main {}

.banner {
  background: linear-gradient(#90ceed 0%, #2ea5dd 100%);
  text-align: center;
}

.banner a {
  margin: 60px 0;
}

@media screen and (max-width: 480px) {
  .banner a {
    margin: 20px 20px;
  }
}

.banner a img {
  display: block;
  max-width: 100%;
  width: 900px;
}

.sec__ttl {
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .sec__ttl {
    padding-top: 40px;
  }
}

.sec__ttl img {
  height: 90px;
  width: auto;
}

@media screen and (max-width: 1160px) {
  .sec__ttl img {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .sec__ttl img {
    height: 60px;
  }
}

.sec__ttl--new>img {
  height: 84px;
}

@media screen and (max-width: 1160px) {
  .sec__ttl--new>img {
    height: 54px;
  }
}

@media screen and (max-width: 480px) {
  .sec__ttl--new>img {
    height: 60px;
  }
}

.guide__list {
  margin-top: 30px;
  margin-bottom: 95px;
}

@media screen and (max-width: 480px) {
  .guide__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.guide__listitem {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #2CA5DF;
}

@media screen and (max-width: 480px) {
  .guide__listitem {
    align-items: flex-start;
  }
}

.guide__listitem:last-of-type {
  border-bottom: 0;
}

.guide_number {
  width: 100px;
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .guide_number {
    width: 70px;
  }
}

@media screen and (max-width: 480px) {
  .guide_number {
    padding-top: 25px;
    width: 48px;
  }
}

.guide_number img {
  width: 67px;
  height: auto;
}

@media screen and (max-width: 1160px) {
  .guide_number img {
    width: 48px;
    text-align: center;
  }
}

.guide__content {
  width: calc(100% - 100px);
  padding: 40px 20px 40px 30px;
}

@media screen and (max-width: 1160px) {
  .guide__content {
    width: calc(100% - 70px);
    padding: 20px 10px 29px 20px;
  }
}

@media screen and (max-width: 480px) {
  .guide__content {
    width: calc(100% - 48px);
    padding-right: 0;
  }
}

.guide__content h3 {
  font-size: 3.3rem;
  line-height: 1.25;
  color: #2CA5DF;
}

@media screen and (max-width: 1160px) {
  .guide__content h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .guide__content h3 {
    font-size: 2rem;
  }
}

.guide__content p {
  font-weight: normal;
  margin-top: 22px;
  color: #2CA5DF;
}

@media screen and (max-width: 1160px) {
  .guide__content p {
    margin-top: 8px;
  }
}

.about {
  background: #e9f6fc;
  padding-top: 1px;
  position: relative;
}

.about .l-block-l {
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .about .l-block-l {
    padding-bottom: 40px;
  }
}

.about .about__copy {
  height: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 490px;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .about .about__copy {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
  }
}

.about .about__txt {
  font-style: 1.6rem;
  line-height: 2;
  width: 43%;
}

@media screen and (max-width: 480px) {
  .about .about__txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.about .about__list {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .about .about__list {
    margin-bottom: 10px;
  }
}

.about .about__list .about__listitem {
  color: #2ca5df;
  font-size: 1.4rem;
  letter-spacing: 0rem;
}

@media screen and (max-width: 480px) {
  .about .about__list .about__listitem {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .about .about__list {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}

.about .icon__check {
  display: inline-block;
  margin: 5px 0;
  margin-right: 10px;
  width: 20px;
}

.about .about-img {
  bottom: 30px;
  max-height: 700px;
  position: absolute;
  right: 0;
  width: 45%;
}

@media screen and (max-width: 480px) {
  .about .about-img {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
}

.movie {
  background-color: #fff;
  background-image: url("../img/bg-wave.png");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 70px 0 50px 0;
}

@media screen and (max-width: 480px) {
  .movie {
    padding: 30px 0 10px 0;
  }
}

.movie .movie__copy {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .movie .movie__copy {
    width: 100%;
  }
}

.movie .movie-wrapper {
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 480px) {
  .movie .movie-wrapper {
    padding: 20px 0 30px 0;
  }
}

.movie .movie-wrapper .movie-outer1 {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 480px) {
  .movie .movie-wrapper .movie-outer1 {
    width: 100%;
  }
}

.movie .movie-wrapper .movie-outer2 {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.movie .movie-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.movie .movie-wrapper .movie-wrapper {
  padding: 40px 0;
}

.movie .movie-wrapper .movie-wrapper .movie-outer1 {
  margin: 0 auto;
  width: 90%;
}

.product {
  overflow: hidden;
  background-color: #fff;
}

.product .product__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.product .product__list .product__listitem {
  margin-bottom: 60px;
  width: 46%;
}

@media screen and (max-width: 480px) {
  .product .product__list .product__listitem {
    margin-bottom: 30px;
    width: 100%;
  }
}

.product .product__list .product__listitem--ttl {
  height: 60px;
  margin-bottom: 20px;
  width: auto;
}

@media screen and (max-width: 1160px) {
  .product .product__list .product__listitem--ttl {
    height: 50px;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .product .product__list .product__listitem--ttl {
    height: 40px;
    margin-bottom: 15px;
  }
}

.product .product__list .product__listitem--img {
  aspect-ratio: 253/135;
  border-radius: 10px;
  margin-bottom: 20px;
}

.product .product__list .product__listitem--txt {
  line-height: 2;
}


.place {
  padding-bottom: 166px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .place {
    padding-bottom: 70px;
  }
}

.place__list {
  margin-top: 102px;
}

@media screen and (max-width: 1160px) {
  .place__list {
    margin: 70px auto 0;
  }
}

.place__listitem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  border-radius: 30px;
  background-color: #E9F6FC;
  padding-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 1160px) {
  .place__listitem {
    flex-direction: column;
    align-items: center;
    padding: 42px;
  }
}

@media screen and (max-width: 480px) {
  .place__listitem {
    border-radius: 15px;
    padding: 47px 20px 58px;
  }
}

.place-wrapper {
  position: relative;
}

@media screen and (max-width: 1160px) {
  .place-wrapper {
    max-width: 600px;
  }
}

.place__illustration {
  width: 328px;
  position: absolute;
  top: -142px;
  right: -34px;
  z-index: 1;
}

@media screen and (max-width: 1160px) {
  .place__illustration {
    display: none;
  }
}

.place__listitem--number {
  width: 127px;
  position: absolute;
  top: -72px;
  left: 50px;
}

@media screen and (max-width: 1160px) {
  .place__listitem--number {
    width: 80px;
    top: -40px;
  }
}

@media screen and (max-width: 480px) {
  .place__listitem--number {
    left: 20px;
    top: -28px;
    width: 63px;
  }
}

.place__listitem--img {
  width: 45.2%;
}

@media screen and (max-width: 1160px) {
  .place__listitem--img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.place__listitem--txt {
  width: 48.6%;
}

@media screen and (max-width: 1160px) {
  .place__listitem--txt {
    width: 100%;
  }
}

.place__listitem--ttl {
  display: block;
  width: 100%;
  padding-bottom: 31px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .place__listitem--ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.place__listitem--txt p {
  color: #2CA5DF;
  margin-bottom: 38px;
}

.place__listitem--btns {
  display: flex;
  gap: 28px;
}

@media screen and (max-width: 480px) {
  .place__listitem--btns {
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
  }
}

.place-wrapper {
  position: relative;
  margin: 0 auto;
}

.place-wrapper .swiper-button-next,
.place-wrapper .swiper-button-prev {
  top: 50% !important;
  background-color: #FCA85A;
}

.place .swiper-pagination {
  top: calc(100% + 40px) !important;
}

.place-wrapper .swiper-button-prev {
  left: -40px;
  transform: translateX(-50%);
}

.place-wrapper .swiper-button-next {
  right: -40px;
  transform: translateX(50%);
}

.spot {
  background: linear-gradient(#06c755 0%, #67c706 100%);
  padding: 60px 0;
}

@media screen and (max-width: 480px) {
  .spot {
    padding: 30px 0 40px;
  }
}

.spot .sec__ttl {
  margin-bottom: 40px;
  padding-top: 0px;
}

.spot .sec__ttl img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .spot .sec__ttl {
    margin-bottom: 20px;
    padding-top: 0;
  }
}

.spot .spot__ttl {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .spot .spot__ttl {
    margin-bottom: 20px;
  }
}

.spot .spotbox {
  align-items: center;
  background: #fff;
  border-radius: 15px;
  display: flex;
  padding: 67px 60px;
  background-image: url(../img/line_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 30px;
}

.spot .spotbox::after {
  content: '';
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}

@media screen and (max-width: 480px) {
  .spot .spotbox {
    border-radius: 15px;
  }

  .spot .spotbox::after {
    border-radius: 15px;
  }
}

.spot .spotbox>* {
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .spot .spotbox {
    flex-direction: column;
    padding: 40px 20px;
  }
}

.spot .spotbox .spotbox__1 {
  text-align: center;
  max-width: 565px;
  width: 100%;
}

@media screen and (max-width: 1160px) {
  .spot .spotbox .spotbox__1 {
    max-width: 100%;
    text-align: left;
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .spot .spotbox .spotbox__1 {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

.spot .spotbox .spotbox__1 p {
  text-align: center;
  color: #06C755;
  font-size: 2.2rem;
  margin-bottom: 38px;
}

@media screen and (max-width: 1160px) {
  .spot .spotbox .spotbox__1 p {
    line-height: 1.5;
    margin: 0 auto 38px;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .spot .spotbox .spotbox__1 p {
    font-size: 1.6rem;
    margin-bottom: 28px;
    letter-spacing: 0.08em;
  }
}

.spot .spotbox .spotbox__1 .spotbox__1--btn {
  max-width: 360px;
  width: 70%;
}

@media screen and (max-width: 1160px) {
  .spot .spotbox .spotbox__1 .spotbox__1--btn {
    width: 100%;
    max-width: 420px;
  }
}

@media screen and (max-width: 480px) {
  .spot .spotbox .spotbox__1 .spotbox__1--btn {}
}

.spotbox__2 {
  display: block;
  position: absolute;
  top: -23px;
  bottom: 0;
  left: 65%;
}

@media (max-width: 768px) {
  .spotbox__2 {
    left: auto;
    right: 32px;
  }
}

.spotbox--img--sp {
  display: none;
}

.spotbox--img {
  height: calc(100%);
}

@media (max-width: 768px) {
  .spotbox--img {
    display: none;
  }

  .spotbox--img--sp {
    display: block;
    height: 60%;
  }
}

.time_schedule {
  background-color: #E9F6FC;
  padding-bottom: 122px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .time_schedule {
    padding-bottom: 114px;
  }
}

.time_schedule__list {
  align-items: stretch;
  margin-top: 60px;
}

.time_schedule__list .swiper-slide {
  height: auto;
}

.time_schedule__listitem {
  border-radius: 30px;
  background-color: #fff;
}

.time_schedule__listitem--img {
  aspect-ratio: 653/327;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}

.time_schedule_listitem--txt {
  min-height: 221px;
  height: 100%;
  padding: 45px 40px 40px 45px;
  display: flex;
  align-items: flex-start;
  gap: 41px;
}

@media screen and (max-width: 1160px) {
  .time_schedule_listitem--txt {
    flex-direction: column;
    height: auto;
    min-height: auto;
    gap: 0;
  }
}

@media screen and (max-width: 480px) {
  .time_schedule_listitem--txt {
    padding: 30px 20px 56px;
  }

  .time_schedule__listitem--img {
    border-radius: 15px 15px 0 0;
  }

  .time_schedule__listitem {
    border-radius: 15px;
  }
}

.time_schedule_listitem--txt img {
  width: 27.6%;
  padding-top: 20px;
}

@media screen and (max-width: 1160px) {
  .time_schedule_listitem--txt img {
    padding-top: 0;
    width: 215px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .time_schedule_listitem--txt img {
    display: block;
    margin: 0 auto 16px;
  }
}

.time_schedule_listitem--txt h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #2ca5df;
}

.time_schedule_listitem--txt p {
  font-weight: normal;
}

.schedule-wrapper {
  position: relative;
  margin: 0 auto;
}

.schedule-wrapper .swiper-button-next,
.schedule-wrapper .swiper-button-prev,
.schedule-wrapper .swiper-pagination {
  top: calc(100% + 40px) !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #2CA5DF;
  color: #fff;
  margin-top: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next span,
.swiper-button-prev span {
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  width: 22px;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}

.swiper-button-next span::before,
.swiper-button-prev span::before,
.swiper-button-next span::after,
.swiper-button-prev span::after {
  content: '';
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
}

.swiper-button-prev span::before {
  top: -4px;
  left: -1.5px;
  rotate: -45deg;
}

.swiper-button-next span::before {
  top: -4px;
  right: -1.5px;
  rotate: 45deg;
}

.swiper-button-prev span::after {
  bottom: -4px;
  left: -1.5px;
  rotate: -315deg;
}

.swiper-button-next span::after {
  bottom: -4px;
  right: -1.5px;
  rotate: 315deg;
}

.schedule-wrapper .swiper-button-prev {
  left: calc(50% - 100px);
  transform: translate(-50%, 50%);
}

.schedule-wrapper .swiper-button-next {
  right: calc(50% - 100px);
  transform: translate(50%, 50%);
}

.sample-slider {
  width: auto;
}

.swiper-pagination-bullet-active {
  background: #2CA5DF;
}

.plan {
  background-color: #fff;
  background-image: url("../img/bg-wave.png");
  background-size: auto;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .plan {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .plan {
    padding-bottom: 50px;
  }
}

.plan .planbox {
  background: #fff;
  border: solid 6px #2ca5df;
  border-radius: 30px;
  margin: 40px auto;
  overflow: hidden;
  padding-bottom: 60px;
}

@media screen and (max-width: 1160px) {
  .plan .planbox {
    max-width: 700px;
    width: 100%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .plan .planbox {
    border-width: 4px;
    border-radius: 15px;
  }
}

.plan .planbox__set {
  background: #fff;
  border: solid 6px #f88536;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .plan .planbox__set {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.plan .planbox__rental,
.plan .planbox__bbq {
  background: #fff;
  border: solid 6px #f88536;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {

  .plan .planbox__rental,
  .plan .planbox__bbq {
    margin-top: 20px;
  }
}

.plan .rantal__outer {
  margin: 40px 0;
}

@media screen and (max-width: 480px) {
  .plan .rantal__outer {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.plan .planbox__txt {
  line-height: 2;
  font-weight: normal;
  padding: 0 50px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .plan .planbox__txt {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .plan .planbox__txt {
    line-height: 1.6;
    padding: 0 20px;
  }
}

.plan__btn {
  display: block;
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .plan__btn {
    width: 100%;
    padding-bottom: 0;
  }
}

.plan .planbox__inner {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 480px) {
  .plan .planbox__inner {
    flex-direction: column;
    width: 100%;
  }
}

.plan .plan__img1 {
  display: block;
  height: auto;
  max-width: 700px;
  padding: 0 50px;
  margin: 60px auto 68px;
}

@media screen and (max-width: 480px) {
  .plan .plan__img1 {
    margin: 40px auto;
    padding: 0 20px;
    width: 100%;
    max-width: 350px;
  }
}

.plan .plan__img2 {
  height: auto;
  margin: 0 auto;
  max-width: 300px;
  width: 40%;
}

@media screen and (max-width: 480px) {
  .plan .plan__img2 {
    margin-top: 40px;
    width: 80%;
  }
}

.planbox__set {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 40px;
}

@media screen and (max-width: 480px) {
  .planbox__set {
    flex-direction: column;
    padding: 15px 20px;
  }
}

.planbox__set .planbox__set--ttl {
  margin-right: 2%;
  width: 13%;
}

@media screen and (max-width: 480px) {
  .planbox__set .planbox__set--ttl {
    width: 30%;
  }
}

.planbox__set .set__inner {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .planbox__set .set__inner {
    width: 100%;
  }
}

.planbox__set .planbox__set--img {
  width: 25%;
}

@media screen and (max-width: 480px) {
  .planbox__set .planbox__set--img {
    margin-top: 20px;
    width: 100%;
  }
}

.planbox__set .set__listouter {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  .planbox__set .set__listouter {
    flex-direction: column;
    margin-top: 15px;
  }
}

.planbox__set .set__listouter .set__list {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .planbox__set .set__listouter .set__list {
    width: 100%;
  }
}

.planbox__set .set__listouter .set__list .set__listitem {
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .planbox__set .set__listouter .set__list .set__listitem {
    line-height: 1.8;
  }
}

.planbox__set .set__notelist {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .planbox__set .set__notelist {
    margin-top: 10px;
  }
}

.planbox__set .set__notelist .set__notelist--item {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .planbox__set .set__notelist .set__notelist--item {
    font-size: 1.2rem;
  }
}

.rantal__outer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .rantal__outer {
    flex-direction: column;
  }
}

.rantal__outer .planbox__rental,
.rantal__outer .planbox__bbq {
  width: 48%;
}

@media screen and (max-width: 480px) {

  .rantal__outer .planbox__rental,
  .rantal__outer .planbox__bbq {
    width: 100%;
  }
}

.rantal__outer .set__inner {
  padding: 40px;
}

@media screen and (max-width: 480px) {
  .rantal__outer .set__inner {
    padding: 20px;
  }
}

.divider {
  background-image: url("../img/bg-dividor.png");
  background-size: cover;
  height: 300px;
}

@media screen and (max-width: 480px) {
  .divider {
    height: 150px;
  }
}

.car {
  background: #e9f6fc;
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .car {
    padding-bottom: 40px;
  }
}

.car .car__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .car .car__list {
    justify-content: space-between;
  }
}

.car .car__listitem {
  margin: 5%;
  width: 40%;
}

@media screen and (max-width: 480px) {
  .car .car__listitem {
    margin: 30px 2%;
    width: 46%;
  }
}

.car .car__listitem--img {
  margin-bottom: 10px;
}

.car .car__listitem--txt {
  color: #666;
  font-size: 1.2rem;
}

.news {
  background-image: url("../img/bg-news.png");
  background-size: 100%;
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .news {
    padding-bottom: 0;
  }
}

.news .l-block-m {
  position: relative;
}

.news .news__txt {
  color: #fff;
  margin-top: 20px;
  text-align: right;
}

.news .news__txt a {
  color: #fff;
}

.news .news__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .news .news__list {
    justify-content: space-between;
  }
}

.news .news__listitem {
  margin: 5%;
  width: 40%;
}

@media screen and (max-width: 480px) {
  .news .news__listitem {
    margin: 30px 2%;
    width: 46%;
  }
}

.news .news__listitem a {
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
}

.news .news__listitem--img {
  -o-object-fit: cover;
  background: #eee;
  border: solid 10px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 250px;
  margin-bottom: 10px;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .news .news__listitem--img {
    border: solid 5px #fff;
    height: 100px;
  }
}

.news .news__listitem--txt {
  color: #fff;
  font-size: 1.4rem;
}

.news .event-inner {
  padding-bottom: 40px;
}

.anzen {
  background-color: #fff;
  padding: 80px 0 260px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .anzen {
    padding: 40px 0 160px;
  }
}

.anzen .sec__ttl {
  margin-bottom: 20px;
  padding-top: 0;
}

.anzen .sec__ttl img {
  height: auto;
  width: 100%;
}

.anzen .anzen__ttl {
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-top: 40px;
  padding-bottom: 10px;
}

.anzen .anzen__box {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  .anzen .anzen__box {
    align-items: center;
    flex-direction: column;
  }
}

.anzen .anzen__box .anzen__box__img {
  border: solid 1px #eee;
  display: block;
  height: 100%;
  margin-right: 20px;
  width: 20%;
}

@media screen and (max-width: 480px) {
  .anzen .anzen__box .anzen__box__img {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
    width: 60%;
  }
}

.anzen .anzen__box .anzen__box__txt {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 10px;
  width: 80%;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .anzen .anzen__box .anzen__box__txt {
    font-size: 1.4rem;
    width: 100%;
  }
}

.anzen .anzen__img {
  bottom: 50px;
  position: absolute;
  right: 50px;
  text-align: right;
  width: 170px;
}

@media screen and (max-width: 480px) {
  .anzen .anzen__img {
    bottom: 30px;
    right: 20px;
    width: 30%;
  }
}

.qa {
  background: #e9f6fc;
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .qa {
    padding-bottom: 40px;
  }
}

.qa .qabox {
  background: #fff;
  border: solid 6px #ddd;
  border-radius: 30px;
  margin-top: 40px;
}

.qa .qabox__line {
  background: linear-gradient(#06c755 0%, #67c706 100%);
  border-radius: 0 0 23px 23px;
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  .qa .qabox__line {
    padding: 20px 0;
  }
}

.qa .qabox__line .copy__line {
  display: block;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .qa .qabox__line .copy__line {
    width: 80%;
  }
}

.qa .qabox__line .btn__line {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 40%;
}

@media screen and (max-width: 480px) {
  .qa .qabox__line .btn__line {
    width: 80%;
  }
}

.qa .qabox__line .btn__line:hover {
  opacity: 0.8;
}

.qa .qa__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 50px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .qa .qa__list {
    justify-content: space-between;
    padding: 20px 20px;
  }
}

.qa .qa__list .qa__listitem:nth-child(odd) {
  padding-right: 3%;
}

@media screen and (max-width: 480px) {
  .qa .qa__list .qa__listitem:nth-child(odd) {
    padding: 0;
  }
}

.qa .qa__list .qa__listitem:nth-child(even) {
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .qa .qa__list .qa__listitem:nth-child(even) {
    padding: 0;
  }
}

.qa .qa__list .qa__listitem {
  margin-bottom: 60px;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .qa .qa__list .qa__listitem {
    margin: 15px 0;
    width: 100%;
  }
}

.qa .qa__list .qa__listitem--img {
  margin-bottom: 0px;
}

.qa .qa__list .qa__listitem--ttl {
  color: #666;
  font-size: 1.2rem;
}

.qa .qa__list .qa__listitem--txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .qa .qa__list .accordion_inner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .qa .qa__list .accordion_header {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .qa .qa__list .accordion_header:after {
    -webkit-transform: rotate(135deg);
    border-right: solid 2px #f88536;
    border-top: solid 2px #f88536;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0px;
    top: 38%;
    transform: rotate(135deg);
    transition: all 0.2s ease-in-out;
    width: 8px;
  }
}

@media screen and (max-width: 480px) {
  .qa .qa__list .accordion_header.open:after {
    -webkit-transform: rotate(-45deg);
    top: 45%;
    transform: rotate(-45deg);
  }
}

.footer {
  background: #fff;
  padding: 60px 0 0;
}

@media screen and (max-width: 480px) {
  .footer {
    padding-top: 40px;
  }
}

.footer a {
  display: block;
}

.footer .footer__insta {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 400px;
  width: 40%;
}

@media screen and (max-width: 480px) {
  .footer .footer__insta {
    margin-bottom: 20px;
    width: 80%;
  }
}

.footer .footer__insta:hover {
  opacity: 0.8;
}

.footernav__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footernav__list {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.footernav__list .footernav__listitem {
  margin: 0 auto;
}

.footernav__list .footernav__listitem a {
  color: #2ca5df;
  font-size: 2.4rem;
  margin: 10px;
  text-decoration: none;
}

.footernav__list .footernav__listitem:hover {
  opacity: 0.6;
}

.footer-waveline {
  background-image: url("../img/bd-wave.png");
  background-size: cover;
  display: block;
  height: 10px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .footer-waveline {
    margin-bottom: 30px;
  }
}

.footernav-mini__list {
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px auto;
  padding: 0 100px;
  text-align: center;
}

.footernav-mini__list .footernav-mini__listitem {
  margin: 0 auto;
}

.footernav-mini__list .footernav-mini__listitem a {
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 5px;
}

.copyright {
  background: #2ca5df;
  color: #fff;
  display: block;
  font-weight: normal;
  margin-top: 60px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footernav__list {
    flex-direction: column;
  }

  .footernav-mini__list {
    padding: 0;
    flex-direction: column;
  }

  .footernav-mini__list .footernav-mini__listitem {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .copyright {
    margin-top: 30px;
  }
}

.footer__sns {
  width: 50px;
}

.footer__sns:hover {
  opacity: 0.8;
}

.sns-title {
  border-bottom: solid 1px #2ca5df;
  color: #2ca5df;
  font-size: 1.6rem;
  padding-bottom: 10px;
  text-align: center;
}

.sns-totonou,
.sns-tabi {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

.sns-totonou a,
.sns-tabi a {
  margin: 20px 10px;
}

.tabs {
  margin-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .tabs {
    padding-bottom: 0;
  }
}

.tab_item {
  border-radius: 30px 30px 0 0;
  border: 6px solid #2CA5DF;
  background-color: #fff;
  border-bottom: none;
  color: #2CA5DF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
  height: 76px;
  text-align: center;
  transition: all 0.2s ease;
  width: calc(100% / 3 - 16px);
  max-width: 250px;
  margin-right: 8px;
}

.tab_item:last-of-type {
  margin-right: 0;
}

.tab_item span {
  font-size: 1.4rem;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .tab_item {
    max-width: 180px;
    height: 50px;
    font-size: 1.6rem;
  }

  .tab_item span {
    font-size: 1rem;
    margin-top: 2px;
  }
}

@media screen and (max-width: 580px) {
  .tab_item {
    border-width: 4px;
    height: 40px;
    font-size: 1rem;
    margin-right: 3px;
    border-radius: 15px 15px 0 0;
    width: calc(100% / 3 - 8px);
  }

  .tab_item span {
    font-size: 1rem;
    margin-top: 0px;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

input[name="tab_btn"] {
  display: none;
}

.tab_content {
  border-radius: 0 30px 30px 30px;
  border: 6px solid #2CA5DF;
  background-color: #fff;
  clear: both;
  display: none;
  padding: 50px 50px;
  overflow: hidden;
}

.tab_content .plan__btn {
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .tab_content {
    padding: 36px;
  }
}

@media screen and (max-width: 480px) {
  .tab_content {
    border-width: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 15px 15px 15px;
  }

  .tab_content .plan__btn {
    margin-top: 18%;
  }
}

.tab_content ul {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.tab_content ul li img {
  border-radius: 30px;
}

@media screen and (max-width: 480px) {
  .tab_content ul li img {
    border-radius: 15px;
  }
}

.car-wrapper {
  position: relative;
  width: 91%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .car-wrapper {
    width: 100%;
  }

}

.car-wrapper .swiper-button-next,
.car-wrapper .swiper-button-prev {
  top: 50% !important;
  background-color: #2CA5DF;
}

.car .swiper-pagination {
  top: calc(100% + 40px) !important;
}

.car-wrapper .swiper-button-prev {
  left: -40px;
  transform: translateX(-50%);
}

.car-wrapper .swiper-button-next {
  right: -40px;
  transform: translateX(50%);
}

#all:checked~#all_content,
#programming:checked~#programming_content,
#syutyo:checked~#syutyo_content,
#kakushi:checked~#kakushi_content,
#korume:checked~#korume_content,
#design:checked~#design_content {
  display: block;
}



.tabs input:checked+.tab_item {
  color: #fff;
  background-color: #2ca5df;
}

@media screen and (max-width: 767px) {

  .place-wrapper .swiper-pagination,
  .car-wrapper .swiper-pagination {
    top: calc(100% + 20px) !important;
  }
}


#hamburger .btn-menu {
  box-sizing: border-box;
  cursor: pointer;
  height: 26px;
  position: absolute;
  right: 50px;
  top: 50%;
  transition: all 400ms;
  width: 30px;
  z-index: 9999;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  #hamburger .btn-menu {
    right: 20px;
  }
}

#hamburger .btn-menu:after {
  color: #fff;
  content: "";
  height: 28px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 30px;
  z-index: 999;
}

#hamburger .btn-menu span {
  background: #fff;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  transition: all 400ms;
  width: 100%;
  z-index: 999;
}

#hamburger .btn-menu span:nth-child(1) {
  top: 0;
}

#hamburger .btn-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#hamburger .btn-menu span:nth-child(3) {
  bottom: 0;
}

#hamburger .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  background: #01a8e3;
  top: 10px;
  transform: rotate(-45deg);
}

#hamburger .btn-menu.open span:nth-child(2),
#hamburger .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  background: #01a8e3;
  top: 10px;
  transform: rotate(45deg);
}

#h-nav {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  padding-top: 70px;
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 999;
}

#h-nav.open {
  right: 0px;
}

#h-nav .h-navlist {
  display: flex;
  flex-direction: column;
  font-family: "Bahnschrift";
  height: 100%;
  text-align: center;
  width: 100%;
}

#h-nav .h-navlist li {
  display: block;
  padding: 12px 30px;
}

#h-nav .h-navlist li a {
  color: #2ca5df;
  font-weight: bold;
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: none;
}

.btn-menu,
#hamburger,
#h-nav {
  display: block !important;
}

.page-footer {
  font-weight: normal;
  margin-top: 140px;
}

@media screen and (max-width: 480px) {
  .page-footer {
    margin-top: 100px;
  }

  #h-nav .h-navlist li {
    padding: 0;
    margin-bottom: 16px;
  }

  #h-nav .h-navlist li:nth-last-of-type(1) {
    margin-bottom: 20px;
  }

  #h-nav .h-navlist li:nth-last-of-type(2) {
    margin-bottom: 20px;
  }

  #h-nav .h-navlist li:nth-last-of-type(3) {
    margin-bottom: 20px;
  }

  #h-nav .h-navlist li a {
    font-size: 2rem;
  }
}

.page-footer h1 {
  border-bottom: solid 5px #eee;
  font-size: 4rem !important;
  font-weight: bold;
  margin-bottom: 0px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .page-footer h1 {
    font-size: 2.4rem !important;
  }
}

.page-footer h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .page-footer h2 {
    margin-top: 40px;
  }
}

.page-footer h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.page-footer h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.page-footer h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-footer hr {
  margin-bottom: 30px;
  margin-top: 30px;
}

.page-footer li {
  line-height: 1.8;
}

.zeikomi {
  font-size: 0.7rem;
}

.plan3 {
  height: 100%;
}

.sns-title {
  font-weight: bold;
}

.btn-block {
  display: flex;
  justify-content: space-between;
}

.b-pc__a {
  display: block;
  width: 23%;
}

.b-sp__a {
  display: none;
  margin-bottom: 1.5rem;
  width: 100%;
}

.bpc {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .btn-block {
    flex-direction: column;
  }

  .b-pc__a {
    display: none;
  }

  .b-sp__a {
    display: block;
    width: 100%;
  }
}

/* break point */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInAnime;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-title {
  padding: 0 9px;
  width: 100%;
}

.header-title__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1920px;
  min-height: calc(100vh - 60px);
  padding-top: 48px;
  position: relative;
  width: 100%;
}


@media only screen and (min-width: 768px) {
  .header-title__container {
    display: block;
    height: calc(100vh - 80px);
    max-height: 1001px;
    min-height: auto;
    padding-top: 4.63542vw;
  }
}

@media only screen and (min-width: 1920px) {
  .header-title__container {
    height: 1001px;
    padding-top: 89px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 730px;
  background-image: url(../img/fv-bg.png);
  background-size: cover;
  z-index: 0;
}

.fv-title {
  max-width: 764px;
  width: 90%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 1;
  position: relative;
  top: -32px;
}

@media only screen and (max-width: 480px) {
  .main {
    min-height: 685px;
    display: block;
  }

  .fv-title {
    margin: 0;
    top: 0;
    width: 100%;
    padding: 0 20px;
  }
}

.fv-title picture {
  display: block;
  margin-bottom: 50px;
}

.fv-btn_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 768px) {
  .fv-btn_wrapper {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .fv-btn_wrapper {
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }
}

.fv_top-wrapper {
  position: relative;
  top: -64px;
  left: 0;
}

.fv_bottom-wrapper .swiper-wrapper {
  align-items: flex-end;
}


.fv-wrapper .swiper-slide {
  width: 371px;
}

@media only screen and (max-width: 480px) {
  .fv_top-wrapper {
    top: 0;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .fv-wrapper .swiper-slide {
    width: 310px;
  }
}

.fv-wrapper {
  overflow: hidden;
  transition-timing-function: linear;
}

.fv-wrapper .swiper-wrapper {
  top: 0;
}

.fv-wrapper img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .fv_bottom-wrapper {
    display: none;
  }
}

.fv_top-wrapper .swiper-wrapper {
  z-index: -1;
}

.fv__scroll {
  position: absolute;
  width: 170px;
  bottom: 50px;
  right: 85px;
  z-index: 1;
  display: block;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1160px) {
  .fv__scroll {
    width: 140px;
    bottom: 30px;
    right: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .fv__scroll {
    width: 96px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    /*マウスの動き1.6秒かけて動く永遠にループ*/
    animation: mousemove 1.6s ease-in-out infinite;
  }

  /*下からの距離が変化して上から下に動く*/
  @keyframes mousemove {
    0% {
      bottom: 40px;
    }

    50% {
      bottom: 35px;
    }

    100% {
      bottom: 40px;
    }
  }
}

.fv__scroll--outline {
  animation: loading 15000ms linear 0ms infinite normal both;
}

@media only screen and (max-width: 480px) {
  .fv__scroll--outline {
    display: none;
  }
}

.fv__scroll--sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .fv__scroll--sp {
    display: block;
    margin-bottom: 10px;
  }
}

.scroll__center {
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  .scroll__center {
    width: 28px;
    transform: translate(-50%, 0);
    position: relative;
  }
}

.header-title__main {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 347px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header-title__main {
    left: 0.36458vw;
    max-width: 73.4375vw;
    width: 130.55556vh;
  }
}

@media only screen and (min-width: 1920px) {
  .header-title__main {
    left: 7px;
    max-width: none;
    width: 1410px;
  }
}

.header-title__main::before {
  content: "";
  display: block;
  padding-top: 60.46176%;
}

@media only screen and (min-width: 768px) {
  .header-title__main::before {
    padding-top: 28.01418%;
  }
}

.header-title__main img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header-title__subs {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header-title__subs {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-top: -9.27083vw;
    position: relative;
  }
}

@media only screen and (min-width: 1920px) {
  .header-title__subs {
    margin-top: -178px;
  }
}

.header-title__sub1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  flex: 0 0 auto;
  margin: 0 auto;
  margin-top: -27px;
  max-width: 356px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header-title__sub1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    left: 3.54167vw;
    margin: 0;
    max-width: 31.30208vw;
    order: 2;
    width: 55.64815vh;
  }
}

@media only screen and (min-width: 1920px) {
  .header-title__sub1 {
    left: 68px;
    order: 2;
    width: 601px;
  }
}

.header-title__sub1::before {
  content: "";
  display: block;
  padding-top: 37.28324%;
}

@media only screen and (min-width: 768px) {
  .header-title__sub1::before {
    padding-top: 99.25187%;
  }
}

.header-title__sub1 img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header-title__sub2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  flex: 0 0 auto;
  left: 5px;
  margin: 0 auto;
  margin-top: -29px;
  max-width: 338px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header-title__sub2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    left: 1.77083vw;
    margin: 0;
    max-width: 41.66667vw;
    top: 0.57292vw;
    width: 74.07407vh;
  }
}

@media only screen and (min-width: 1920px) {
  .header-title__sub2 {
    left: 34px;
    top: 11px;
    width: 800px;
  }
}

.header-title__sub2::before {
  content: "";
  display: block;
  padding-top: 47.33638%;
}

@media only screen and (min-width: 768px) {
  .header-title__sub2::before {
    padding-top: 46.63428%;
  }
}

.header-title__sub2 img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.btn-container._fv {
  margin-top: 23px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .btn-container._fv {
    -webkit-animation: none;
    -webkit-transform: none;
    animation: none;
    opacity: 1;
    transform: none;
    transition: unset;
  }
}

@media only screen and (min-width: 768px) {
  .btn-container._fv {
    -webkit-animation-delay: 1s;
    -webkit-transform: translate(-50%, 0);
    animation-delay: 1s;
    left: 50%;
    margin: 0 auto;
    max-width: 71.77083vw;
    position: absolute;
    text-align: right;
    top: 56.1139%;
    transform: translate(-50%, 0);
    width: 127.59259vh;
  }
}

@media only screen and (min-width: 1920px) {
  .btn-container._fv {
    max-width: 1378px;
    position: absolute;
    top: 335px;
    width: 1378px;
  }
}

.btn-cta-fv {
  max-width: 357px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.4s ease;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn-cta-fv {
    -webkit-transform: rotate(-15deg);
    max-width: 400px;
    max-width: 20.83333vw;
    transform: rotate(-15deg);
    width: 37.03704vh;
  }
}

@media only screen and (min-width: 1920px) {
  .btn-cta-fv {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 400px;
  }
}

.btn-cta-fv:hover,
.btn-cta-fv:active {
  opacity: 0.6;
}

.btn-cta-fv::before {
  content: "";
  display: block;
  padding-top: 15.12605%;
}

@media only screen and (min-width: 768px) {
  .btn-cta-fv::before {
    padding-top: 15%;
  }
}

.btn-cta-fv img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fixed-btn {
  bottom: -100%;
  transition: bottom .4s ease;
}

.fixed-btn.is-active {
  bottom: 20px;
}

.fixed-btn__img {
  max-width: 100%;
}


/* 2回目以降の方へ */
.main-second {
  padding: 100px 20px 60px;
  text-align: center;
}

.main-second__ttl {
  display: block;
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
}

.main-second__fv {
  display: block;
  width: 100%;
}

.page-template-page-guide2 .guide {
  background-color: #E9F6FC;
  padding-bottom: 120px;
}

.page-template-page-guide2 .guide__desc {
  font-size: 3.3rem;
  color: #2CA5DF;
  padding: 0 20px;
  margin: 60px 0 65px;
}

.page-template-page-guide2 .guide__Card {
  display: flex;
  gap: 40px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .page-template-page-guide2 .guide__desc {
    font-size: 2rem;
  }

  .page-template-page-guide2 .guide__Card {
    flex-direction: column;
  }

  .page-template-page-guide2 .guide__Carditem {
    max-width: 500px;
    margin: 0 auto;
  }
}

.page-template-page-guide2 .guide__Carditem {
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 30px;
}

.page-template-page-guide2 .guide__Carditem--head {
  min-height: 317px;
  margin-bottom: 36px;
}

.page-template-page-guide2 .guide__Carditem ul li {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.page-template-page-guide2 .guide__Carditem ul li:last-of-type {
  margin-bottom: 0;
}

.page-template-page-guide2 .guide__Carditem ul li img {
  width: 41px;
  margin-right: 10px;
}

.page-template-page-guide2 .guide__detail {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}

.page-template-page-guide2 .guide__detail li {
  width: 30.5%;
  display: flex;
  flex-direction: column;
}

.page-template-page-guide2 .guide__detail--img {
  display: block;
  margin-bottom: 27px;
}

.page-template-page-guide2 .guide__detail li h3 {
  font-size: 2.2rem;
  color: #2CA5DF;
  text-align: center;
  margin-bottom: 18px;
}

.page-template-page-guide2 .guide__detail li p {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 32px;
}

.page-template-page-guide2 .guide__detail li div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-template-page-guide2 .guide__detail--btn {
  width: 90%;
  display: block;
  max-width: 232px;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .page-template-page-guide2 .guide__Carditem--head {
    min-height: auto;
  }

  .page-template-page-guide2 .guide__detail {
    flex-direction: column;
  }

  .page-template-page-guide2 .guide__detail li {
    width: 100%;
  }

  .page-template-page-guide2 .guide__detail--btn {
    max-width: 350px;
  }

  .page-template-page-guide2 .guide__detail li div {
    margin-bottom: 60px;
  }

  .page-template-page-guide2 .guide__detail li:last-of-type div {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .main-second {
    padding: 31px 20px 34px;
  }

  .page-template-page-guide2 .guide__Carditem {
    padding: 30px 20px 46px;
  }

  .page-template-page-guide2 .guide__desc {
    margin: 33px 0 49px;
  }

  .page-template-page-guide2 .guide__Carditem ul li img {
    width: 29px;
    margin-right: 6px;
  }

  .page-template-page-guide2 .guide__Card {
    gap: 20px;
  }

  .page-template-page-guide2 .guide {
    padding-bottom: 40px;
  }

  .page-template-page-guide2 .guide__detail li p {
    margin-bottom: 26px;
  }

  .page-template-page-guide2 .guide__detail li div {
    margin-bottom: 50px;
  }

  .page-template-page-guide2 .guide__detail--btn {
    width: 100%;
  }

  .page-template-page-guide2 .tab_content {
    padding-bottom: 50px;
  }
}


/*# sourceMappingURL=sourcemaps/style.css.map */

.br-m {
  display: none;
}

@media only screen and (max-width: 767px) {
  .br-m {
    display: block;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.fv-wrapper li.swiper-slide[aria-label="5 / 5"] {
  display: none;
}

.h-navlist__item--link img {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .h-navlist__item--link img {
    max-width: 335px;
    vertical-align: top;
  }

}

.spotbox--img--sp {
  width: auto;
}

.news .news__list {
  flex-wrap: wrap;
}

.news .news__listitem {
  box-sizing: border-box;
}

.readmore {
  position: relative;
}

.readmore label {
  display: block;
  bottom: 0;
  margin: 0 auto 30px;
  width: 250px;
  padding: 16px 0 14px;
  text-align: center;
  border-radius: 30px;
  background: #FCA85A;
  border: 1px solid #000;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  cursor: pointer;
  z-index: 1;
}

.readmore label::before {
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked~label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"] {
  display: none;
}

.readmore-content {
  position: relative;
}

.readmore-content li:nth-of-type(n + 5) {
  opacity: 0;
  overflow: hidden;
  height: 0;
  margin: 0;
  transition: 0.3s;
}

.readmore-content:has(+ input[type="checkbox"]:checked) li:nth-of-type(n + 5) {
  opacity: 1;
  overflow: visible;
  margin: 5%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .readmore-content:has(+ input[type="checkbox"]:checked) li:nth-of-type(n + 5) {
    margin: 30px 2%;
  }
}