@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*add font-family*/
/*grid settings*/
/* PC、SP兼用　font-size 使い方： @include fontsize(16,14); ←　PCで16px, SPで14px */
/*mixin*/
.contentMenu__link.top:after {
  transform: scale(1, 1) !important;
}

.p-mv {
  position: relative;
}
.p-mv picture {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.p-mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mv__copywrap {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-mv__copywrap {
    top: 12rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 99%;
    gap: 2rem;
  }
}
.p-mv__copy {
  max-width: 60rem;
  width: 40vw;
}
@media (max-width: 768px) {
  .p-mv__copy {
    width: 80%;
  }
}
.p-mv__copytxt {
  max-width: 48rem;
  width: 35vw;
}
@media (max-width: 768px) {
  .p-mv__copytxt {
    width: 90%;
  }
}
.p-mv__time {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100rem;
  width: 50%;
}
@media (max-width: 768px) {
  .p-mv__time {
    width: 100%;
  }
}

.p-topcap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -120%);
  display: inline-block;
  padding: 0.3rem 0.8rem;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
  color: #231815;
  z-index: 5;
}
@media (max-width: 768px) {
  .p-topcap {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-topcap {
    font-size: 2rem;
  }
}

.p-bgcap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: right;
  padding: 0.5rem 1rem 0.5rem 4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-bgcap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-bgcap {
    font-size: 1.2rem;
  }
}

.p-obi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
  background-color: #05592f;
  color: #ffffff;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-obi {
    flex-direction: column;
  }
}
.p-obi__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
}
.p-obi__txt small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-obi__txt small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-obi__txt small {
    font-size: 1.4rem;
  }
}
.p-obi__f {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-obi__f {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-obi__f {
    font-size: 2rem;
  }
}
.p-obi__f small {
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
@media (max-width: 768px) {
  .p-obi__f small {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-obi__f small {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .p-obi__s.mod--bord p::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-obi__s.mod--bord p::after {
    display: block;
  }
}
.p-obi__botleft {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-obi__botleft {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-obi__botleft {
    font-size: 1.8rem;
  }
}
.p-obi__botleft em {
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-obi__botleft em {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-obi__botleft em {
    font-size: 2rem;
  }
}
.p-obi__botright {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-obi__botright {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-obi__botright {
    font-size: 2rem;
  }
}
.p-obi__botright em {
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .p-obi__botright em {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-obi__botright em {
    font-size: 3rem;
  }
}
.p-obi__t {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-obi__t {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-obi__t {
    font-size: 2rem;
  }
}
.p-obi .mod--bord p {
  position: relative;
}
.p-obi .mod--bord p::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: -1.5rem;
}
@media (max-width: 768px) {
  .p-obi .mod--bord p::after {
    top: unset;
    bottom: -1.5rem;
    right: unset;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.p-pnt {
  background-color: rgba(202, 169, 167, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 6rem;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .p-pnt {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 1rem 0;
  }
}
.p-pnt-wrap {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: unset;
  padding: 2rem 5%;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}
.p-pnt-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: unset;
  align-items: flex-end;
}
.p-pnt__sta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  flex-direction: column;
  line-height: 1;
}
.p-pnt__sta i {
  font-size: 80%;
}
.p-pnt__txt {
  font-size: 24px;
  font-size: 2.4rem;
  color: #a72126;
}
@media (max-width: 768px) {
  .p-pnt__txt {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-pnt__txt {
    font-size: 2.2rem;
  }
}
.p-pnt__txt i {
  font-size: 70%;
}
.p-pnt__txt .f110 {
  font-size: 110%;
}
.p-pnt__txt .f130 {
  font-size: 130%;
}
.p-pnt__staname {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-pnt__staname {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-pnt__staname {
    font-size: 1.2rem;
  }
}
.p-pnt__time {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #a72126;
}
@media (max-width: 768px) {
  .p-pnt__time {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pnt__time {
    font-size: 1.4rem;
  }
}
.p-pnt__time em {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-pnt__time em {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-pnt__time em {
    font-size: 2.4rem;
  }
}
.p-pnt__time .em-sm {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-pnt__time .em-sm {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-pnt__time .em-sm {
    font-size: 2.2rem;
  }
}

.p-main-cg {
  position: relative;
  padding: 10rem 0 0;
  text-align: center;
}
.p-main-ami {
  background-image: url("../../img/top/bg-ami.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -85rem 15rem;
}
@media (max-width: 768px) {
  .p-main-ami {
    background-size: 190%;
    background-position: -43rem 8rem;
  }
}
.p-main__ttl {
  font-weight: 400;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    width: 90vw;
    margin-inline: auto;
  }
}
.p-main__ttl em {
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .p-main__ttl em {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl em {
    font-size: 2.6rem;
  }
}
.p-main__ttl-con {
  letter-spacing: 1rem;
}
.p-main__subtxt {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  margin: 2rem auto;
  width: 90%;
}
@media (max-width: 768px) {
  .p-main__subtxt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__subtxt {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-main__subtxt {
    margin-inline: auto;
    max-width: 30rem;
  }
}
.p-main__subtxt em {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}
@media (max-width: 768px) {
  .p-main__subtxt em {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__subtxt em {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-main__subtxt em {
    text-align: left;
    max-width: 30rem;
    margin-inline: auto;
  }
}
.p-main__subtxt.mod--cent {
  text-align: center;
}
@media (max-width: 768px) {
  .p-main__subtxt.mod--cent {
    text-align: left;
    max-width: 30rem;
  }
}
.p-main__path {
  position: relative;
  margin-top: -30rem;
  max-width: 130rem;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .p-main__path {
    margin-top: -20%;
  }
}
.p-main__bgimg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-main__bgimg img {
  width: 100%;
}
.p-main__itemlist {
  display: grid;
  grid-template-areas: "a1 a1" "a2 a3";
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-main__itemlist {
    margin: 4rem auto 0;
  }
}
@media (max-width: 440px) {
  .p-main__itemlist {
    grid-template-areas: "a1" "a2" "a3";
    grid-template-columns: 1fr;
  }
}
.p-main__item {
  background-color: rgb(245, 246, 238);
  padding: 2rem;
}
@media (max-width: 768px) {
  .p-main__item {
    padding: 1.3rem;
  }
}
.p-main__item.mod--1 {
  grid-area: a1;
}
.p-main__item.mod--2 {
  grid-area: a2;
}
.p-main__item.mod--3 {
  grid-area: a3;
}
.p-main__itemttl {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  text-align: center;
  background-color: #929e68;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-main__itemttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-main__itemttl {
    font-size: 2rem;
  }
}
.p-main__itemtxt {
  font-size: 20px;
  font-size: 2rem;
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  .p-main__itemtxt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__itemtxt {
    font-size: 1.6rem;
  }
}
.p-main__itemimgWrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin: 2rem 0;
}
@media (max-width: 960px) {
  .p-main__itemimgWrap {
    grid-template-columns: 1fr;
  }
}
.p-main__itemimgWrap__itemimg {
  position: relative;
}

.p-asybox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-asybox {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-asybox__txt {
  margin-left: calc((100vw - 1200px) / 2);
}
@media (max-width: 1366px) {
  .p-asybox__txt {
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  .p-asybox__txt {
    margin: 4rem auto 0;
  }
}
.p-asybox__img {
  position: relative;
}

.p-funtime {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .p-funtime {
    padding: 6rem 0;
  }
}

.p-topnav-plan {
  background-color: rgba(213, 218, 188, 0.25);
  padding: 8rem 0 10rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-topnav-plan {
    padding: 4rem 0 10rem;
  }
}
.p-topnav-plan::before {
  content: "";
  background-image: url("../../img/top/image-car.png");
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 501/342;
  width: 30vw;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-topnav-plan::before {
    width: 50vw;
  }
}
.p-topnav-plan::after {
  content: "";
  background-image: url("../../img/top/image-book.png");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 517/342;
  width: 30vw;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-topnav-plan::after {
    left: 0;
    width: 50vw;
    transform: scaleX(-1);
  }
}
.p-topnav__ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-topnav__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-topnav__ttl {
    font-size: 3rem;
  }
}
.p-topnav__subtxt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  margin: 2rem auto 6rem;
}
@media (max-width: 768px) {
  .p-topnav__subtxt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-topnav__subtxt {
    font-size: 1.7rem;
  }
}
@media (max-width: 1366px) {
  .p-topnav__subtxt {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-topnav__subtxt {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.p-topnav__btn {
  margin: 0 auto;
}
.p-topnav__btn.u-btn-arw {
  font-size: 15px;
  font-size: 1.5rem;
  width: 30rem;
  background: #64A4BE;
  background: linear-gradient(90deg, rgb(12, 118, 148) 0%, rgb(108, 164, 93) 100%);
  color: #ffffff;
  box-shadow: 0 5px 10px gray;
}
@media (max-width: 768px) {
  .p-topnav__btn.u-btn-arw {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-topnav__btn.u-btn-arw {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-topnav__btn.u-btn-arw {
    width: 100%;
  }
}
.p-topnav__item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-topnav__bgimg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-topnav__bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-topnav__inf {
  position: relative;
  padding: 9rem 0;
}
@media (max-width: 768px) {
  .p-topnav__inf {
    padding: 4rem 0 1rem;
  }
}
.p-topnav__lttl {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 0 5px black, 0 0 10px black;
}
@media (max-width: 768px) {
  .p-topnav__lttl {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .p-topnav__lttl {
    font-size: 3.2rem;
  }
}
.p-topnav__ltxt {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ffffff;
  margin: 1rem 0;
  text-shadow: 0 0 5px black, 0 0 10px black;
}
@media (max-width: 768px) {
  .p-topnav__ltxt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-topnav__ltxt {
    font-size: 2rem;
  }
}
.p-topnav__lbtn.u-btn-arw {
  font-size: 15px;
  font-size: 1.5rem;
  width: 30rem;
  background: #ffffff;
  color: #231815;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .p-topnav__lbtn.u-btn-arw {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-topnav__lbtn.u-btn-arw {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-topnav__lbtn.u-btn-arw {
    margin-top: 6rem;
    width: 100%;
  }
}
.p-topnav__lbtn.u-btn-arw .u-arw-right {
  width: 6rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-topnav__lbtn.u-btn-arw:hover .u-arw-right {
    width: 9rem;
    right: -1rem;
    color: currentColor;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-topnav__lbtn.u-btn-arw:hover .u-arw-right {
    width: 9rem;
    right: -1rem;
    color: currentColor;
    transition: 0.3s;
  }
}

.p-col2 {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr 60%;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-col2 {
    display: block;
  }
}
.p-col2.mod--frame {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-col2.mod--frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    clear: both;
    grid-template-columns: 1fr 44%;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .p-col2.mod--frame {
    margin-bottom: 5rem;
  }
}
@media (max-width: 440px) {
  .p-col2.mod--frame {
    display: flex;
    flex-direction: column;
  }
}
.p-col2__inf.mod--ord2 {
  order: 2;
}
.p-col2__img-wrap {
  padding: 1rem;
  background-color: #efeeee;
  box-shadow: 5px 5px 10px gray;
  width: 85%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
.p-col2__img-wrap.mod--lg {
  width: 100%;
  transform: translate(3rem, 5rem);
}
@media (max-width: 1366px) {
  .p-col2__img-wrap.mod--lg {
    transform: translate(3%, 15%);
  }
}
@media (max-width: 768px) {
  .p-col2__img-wrap.mod--lg {
    transform: translate(0, -80%);
    width: 90%;
  }
}
@media (max-width: 440px) {
  .p-col2__img-wrap.mod--lg {
    transform: unset;
    order: 2;
    width: 100%;
  }
}
.p-col2__img-wrap.mod--r {
  transform: translate(5rem, -3rem);
  width: 100%;
}
@media (max-width: 1366px) {
  .p-col2__img-wrap.mod--r {
    transform: translate(2%, 5%);
  }
}
@media (max-width: 768px) {
  .p-col2__img-wrap.mod--r {
    width: 100%;
    transform: translate(0);
  }
}
@media (max-width: 440px) {
  .p-col2__img-wrap.mod--r {
    transform: unset;
    margin: 2rem auto;
  }
}
.p-col2__img-wrap.mod--ord1 {
  width: 100%;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-col2__img-wrap.mod--ord1 {
    width: 44%;
    float: right;
  }
}
@media (max-width: 440px) {
  .p-col2__img-wrap.mod--ord1 {
    float: unset;
    width: 100%;
    margin: 5rem auto 0;
  }
}
.p-col2__img {
  position: relative;
}
.p-col2__img.mod--img1 {
  aspect-ratio: 605/730;
}
.p-col2__img.mod--img2 {
  aspect-ratio: 605/420;
}
.p-col2__img.mod--img3 {
  aspect-ratio: 728/420;
}
.p-col2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shade::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.mod--pink .shade::before {
  width: 57%;
}

.coming {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  color: white;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .coming {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .coming {
    font-size: 1.4rem;
  }
}
.mod--pink .coming {
  width: 57%;
}

.p-bgcap {
  z-index: 2;
}/*# sourceMappingURL=top.css.map */