html {
  scroll-behavior: smooth;
}

body {
  font-size: 93.375%;
  font-family: "Noto Sans JP", sans-serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp__md {
  font-weight: 500;
}

img {
  vertical-align: bottom;
}

ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.mb-sm, .travel__img, .houses__title, .popular__title, .sub-title {
  margin-bottom: 16px !important;
}

.mb-lg, .travel, .houses, .popular__btn {
  margin-bottom: 80px !important;
}
@media (min-width: 960px) {
  .mb-lg, .travel, .houses, .popular__btn {
    margin-bottom: 150px !important;
  }
}

.pb-sm, .travel__texts {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}
@media (min-width: 960px) {
  .pb-lg {
    padding-bottom: 150px !important;
  }
}

.content-width, .header, .header__inner, .lead__copy-sm, .lead__copy-md, .lead__spec, .information .btn-ragistration, .information .to-email, .information .access, .travel, .houses, .popular__header, .popular__container, .modal {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}
.content-width.to-email, .to-email.header, .to-email.header__inner, .to-email.lead__copy-sm, .to-email.lead__copy-md, .to-email.lead__spec, .information .to-email, .to-email.travel, .to-email.houses, .to-email.popular__header, .to-email.popular__container, .to-email.modal {
  width: 100%;
}

.flex, .header__nav, .header__nav > ul, .travel__inner, .houses__inner, .popular__container {
  display: flex;
}
@media (min-width: 600px) {
  .flex, .header__nav, .header__nav > ul, .travel__inner, .houses__inner, .popular__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.purple {
  color: #904669;
}

#main-content {
  position: relative;
  z-index: 0;
}

.font-sm, .sub-title {
  font-size: 14px;
}
@media (min-width: 960px) {
  .font-sm, .sub-title {
    font-size: 16px;
  }
}

.font-md, .popular__title {
  font-size: 17px;
}
@media (min-width: 960px) {
  .font-md, .popular__title {
    font-size: 19px;
  }
}

.font-lr, .houses__title {
  font-size: 17px;
}
@media (min-width: 960px) {
  .font-lr, .houses__title {
    font-size: 23px;
  }
}

.font-lg, .main-title {
  font-size: 25px;
}
@media (min-width: 960px) {
  .font-lg, .main-title {
    font-size: 36px;
  }
}

.main-title {
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.sub-title {
  color: #535353;
}

.font-12px {
  font-size: 12px;
}

.font-14px {
  font-size: 14px;
}

.modal__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 80px 0 40px;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: 0.5s;
  opacity: 1;
  z-index: 100;
}
@media (min-width: 600px) {
  .modal__inner {
    padding: 90px 0 60px;
  }
}
@media (min-width: 960px) {
  .modal__inner {
    padding: 100px 0;
  }
}
.modal__inner.active {
  transform: translateX(0);
  opacity: 1;
}
.modal__window {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
}
.modal__image {
  flex-shrink: 0;
  width: 90%;
  overflow: hidden;
}
@media (min-width: 960px) {
  .modal__image {
    width: 900px;
  }
}
.modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__toggle-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 10px 15px;
  color: white;
  background-color: #EB6D8E;
  border-radius: 5px;
  transition: 0.5s;
  transform: translateX(400%);
  visibility: hidden;
  opacity: 0;
  z-index: 101;
}
@media (min-width: 600px) {
  .modal__toggle-btn {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 960px) {
  .modal__toggle-btn {
    top: 20px;
    right: 30px;
  }
}
.modal__toggle-btn.active {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.btn-to-google-map {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  height: 20px;
}
.btn-to-google-map a {
  color: #55698E;
}
.btn-to-google-map a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../images/link-icon-map.png);
  width: 56px;
  height: 18px;
}

.font-wight-bold {
  font-weight: 900;
}

#container {
  position: relative;
  background-color: white;
  transition: 0.5s;
  z-index: 50;
}

#main-content {
  position: relative;
  z-index: 0;
}
#main-content main {
  position: relative;
  z-index: -1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background-color: #EB6D8E;
  color: white;
}
@media (min-width: 960px) {
  .header {
    display: flex;
    justify-content: space-between;
    max-width: unset;
    height: 70px;
    padding: 0 5%;
  }
}
.header a {
  font-size: 14px;
  color: white;
}
.header.triggered {
  background-color: rgba(235, 109, 142, 0.9);
  box-shadow: 0 0 25px -10px black;
}
.header > .logo-wrapper {
  display: none;
}
@media (min-width: 960px) {
  .header > .logo-wrapper {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .header > .logo-wrapper .logo {
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header > .logo-wrapper .logo > img {
    width: 100%;
    height: 100%;
  }
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  height: 100%;
}
@media (min-width: 960px) {
  .header__inner {
    justify-content: flex-end;
    margin: unset;
  }
}
.header a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header .image-wrapper.ragistration {
  width: 30px;
}
.header .image-wrapper.mail {
  width: 28px;
}
.header .image-wrapper.location {
  width: 30px;
}
.header__nav {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 960px) {
  .header__nav {
    display: block;
  }
}
.header__nav > ul {
  gap: 20px;
  margin: 10px 0 20px;
}
@media (min-width: 960px) {
  .header__nav > ul {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
.header__nav > ul > li > a {
  color: #535353;
  text-transform: uppercase;
}

.main-visual {
  margin-top: 4rem;
}

.main-image-wrapper {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .main-image-wrapper {
    max-width: 80%;
  }
}
@media (min-width: 960px) {
  .main-image-wrapper {
    max-width: 41%;
    margin-top: 6rem;
  }
}

.lead__copy-pc {
  display: none;
}
@media (min-width: 960px) {
  .lead__copy-pc {
    display: block;
    margin-top: 1rem;
    font-size: 18px;
    text-align: center;
    font-feature-settings: "palt" 1;
  }
}
.lead__copy-sm {
  margin-top: 1rem;
  width: 80%;
  text-align: center;
  font-weight: 900;
  color: #666;
}
@media (min-width: 600px) {
  .lead__copy-sm {
    display: none;
  }
  .lead__copy-sm br {
    display: none;
  }
}
@media (min-width: 960px) {
  .lead__copy-sm {
    display: none;
  }
}
.lead__copy-md {
  display: none;
}
.lead__copy-md br {
  display: none;
}
@media (min-width: 600px) {
  .lead__copy-md {
    display: block;
    margin-top: 1rem;
    width: 80%;
    text-align: center;
    font-weight: 900;
    color: #666;
  }
  .lead__copy-md br {
    display: inline;
  }
}
@media (min-width: 960px) {
  .lead__copy-md {
    display: none;
  }
}
.lead__era-location {
  display: none;
}
@media (min-width: 960px) {
  .lead__era-location {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 1.5rem;
  }
  .lead__era-location .era-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    flex-shrink: 0;
  }
  .lead__era-location .era-wrapper > .days {
    width: auto;
    height: 70px;
  }
}
.lead__era-location .time {
  height: 70px;
}
.lead__era-location .content {
  font-size: 24px;
  font-weight: 900;
}
.lead__era-location .content a {
  font-size: 25px;
  color: #55698E;
}
.lead__era-location .content div {
  display: inline-block;
}
.lead__era-location .add-pict {
  position: relative;
}
.lead__era-location .add-pict::after {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  right: -2.5em;
  content: "";
  background-image: url(../images/link-icon-map.png);
  width: 56px;
  height: 18px;
}
.lead__era {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 2rem;
}
.lead__era > img {
  max-width: 65%;
}
@media (min-width: 960px) {
  .lead__era {
    display: none;
  }
}
.lead__spec {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .lead__spec {
    max-width: 660px;
  }
}
.lead__spec-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.3;
}
.lead__spec-item:not(:first-of-type) {
  margin-top: 1rem;
}
.lead__spec-item.for-pc {
  margin-top: unset;
}
.lead__spec-item > .image-wrapper {
  flex-basis: 30px;
}
.lead__spec-item.capacity {
  align-items: flex-start;
}
.lead__spec-item.capacity .content div:not(:first-of-type) {
  margin-top: 0.4rem;
}
@media (min-width: 960px) {
  .lead__spec-item.capacity > .content {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .lead__spec-item.capacity > .content > .font-wight-bold {
    margin-top: unset !important;
  }
}
.lead__spec-item.add-info {
  display: block;
  text-align: center;
}
.lead__spec-item.add-info .content__title:nth-child(2) {
  margin-top: 5px;
}
@media (min-width: 960px) {
  .lead__spec-item.add-info {
    text-align: left;
  }
  .lead__spec-item.add-info br {
    display: none;
  }
}
.lead__spec-item .content {
  flex-basis: calc(100% - 30px);
  font-size: 17px;
  color: #55698E;
  font-feature-settings: "palt" 1;
}
@media (min-width: 960px) {
  .lead__spec-item .content {
    font-size: 19px;
  }
}
.lead__spec-item .content__copy {
  margin-top: 0.25em;
  font-size: 13px;
  text-align: justify;
  color: #666;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .lead__spec-item .content__copy {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .lead__spec-item.location.for-sm {
    display: none;
  }
}
.lead__spec-item.location.for-sm > .content {
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 960px) {
  .lead__spec-item.location.for-sm > .content {
    font-size: 20px;
  }
}
.lead__spec-item.location.for-sm > .content a {
  color: #55698E;
}
.lead__spec-item.location.for-sm > .content .add-pict {
  position: relative;
}
.lead__spec-item.location.for-sm > .content .add-pict::after {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  right: -3.25em;
  content: "";
  background-image: url(../images/link-icon-map.png);
  width: 56px;
  height: 18px;
}
.lead__spec-item.target {
  align-items: flex-start;
}

.information {
  margin-top: 2.5rem;
  padding: 0 1rem;
  text-align: center;
}
.information .lead-visual {
  background-color: #fff;
  background-image: url("../images/catch-for-all-by-al_sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  color: inherit;
  background-size: contain;
  height: 200px;
}
@media (min-width: 960px) {
  .information .lead-visual {
    background-image: url("../images/catch-for-all-by-al_pc.png");
    height: 100px;
  }
}
.information .part-one .image-wrapper, .information .part-two .image-wrapper, .information .to-email .image-wrapper, .information .access .image-wrapper {
  display: flex;
  justify-content: center;
}
.information .part-one > .content__copy {
  padding: 0 1.5rem;
  text-align: justify;
}
.information .part-one > .content__copy br {
  display: none;
}
@media (min-width: 600px) {
  .information .part-one > .content__copy {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 3rem;
  }
  .information .part-one > .content__copy br {
    display: none;
  }
}
@media (min-width: 960px) {
  .information .part-one > .content__copy {
    text-align: center;
  }
  .information .part-one > .content__copy br {
    display: inline;
  }
}
.information .part-one > .content__copy > span {
  text-align: center;
}
.information .part-two {
  margin-top: 1.5rem;
}
@media (min-width: 960px) {
  .information .part-two {
    width: 90%;
    margin: 1.5rem auto 0;
    max-width: 1070px;
  }
}
.information .part-two > .content__copy {
  padding: 0 1.5rem;
  text-align: justify;
}
@media (min-width: 600px) {
  .information .part-two > .content__copy {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 3rem;
  }
}
@media (min-width: 960px) {
  .information .part-two > .content__copy {
    text-align: center;
  }
}
.information .part-two > .content__copy > span {
  text-align: center;
}
.information .content__copy {
  color: #666;
}
.information .content__copy > span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 11px;
}
.information .btn-ragistration, .information .to-email, .information .access {
  margin-top: 2rem;
}
.information .btn-ragistration .content__copy, .information .to-email .content__copy, .information .access .content__copy {
  font-weight: 900;
  font-feature-settings: "palt" 1;
  color: #777;
  line-height: 1.2;
}
.information .btn-ragistration .content__copy > span, .information .to-email .content__copy > span, .information .access .content__copy > span {
  margin: 0.5em 0 0;
  font-weight: 500;
  line-height: 2;
}
.information .btn-ragistration {
  display: flex;
  justify-content: center;
}
.information .to-email, .information .access {
  line-height: 2;
}
.information .to-email .add-pict, .information .access .add-pict {
  display: inline-block;
  position: relative;
  margin-top: 0.25em;
  padding-right: 1em;
}
.information .to-email .add-pict::after, .information .access .add-pict::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25em;
  content: "";
  background-image: url(../images/link-pict.svg);
  width: 14px;
  height: 14px;
}
.information .access {
  margin-bottom: 1rem;
  width: 100%;
}
.information .access > .content__copy > .image-wrapper {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .information .access > .content__copy > .image-wrapper {
    width: 80%;
  }
}

.travel__inner {
  position: relative;
  z-index: 0;
  justify-content: space-between;
  padding: 15px;
  background-color: #eaebe6;
}
@media (min-width: 960px) {
  .travel__inner {
    padding: 50px;
  }
}
@media (min-width: 1280px) {
  .travel__inner {
    padding: 50px 150px;
  }
}
.travel__img {
  height: 300px;
  transition: box-shadow 1s ease 2.2s;
}
@media (min-width: 960px) {
  .travel__img {
    flex-basis: 47%;
  }
}
@media (min-width: 960px) {
  .travel__img {
    height: 400px;
  }
}
.travel__img.inview {
  box-shadow: inset 0 0 30px black;
}
.travel__img > img {
  opacity: 1;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .travel__texts {
    display: flex;
    align-items: flex-end;
    flex-basis: 47%;
  }
}
.travel__texts.inview .travel__title::before {
  animation-name: scaleX;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 1.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.travel__title {
  position: relative;
}
.travel__title::before {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  content: "";
  width: 100px;
  height: 1px;
  background-color: black;
  transform: scaleX(0);
  z-index: 2;
  transform-origin: right;
}
@media (min-width: 960px) {
  .travel__title::before {
    display: block;
  }
}
@media (min-width: 960px) {
  .travel__description {
    margin-bottom: 40px;
  }
}

@keyframes scaleX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .houses__item {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .houses__item {
    margin-bottom: 60px;
  }
}
.houses__btn {
  text-align: center;
  flex-basis: 100%;
}

.popular__inner {
  position: relative;
  z-index: 2;
}
.popular__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #eaebe6;
}
.popular__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .popular__container {
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .popular__item {
    flex-basis: 47%;
  }
}
@media (min-width: 960px) {
  .popular__item {
    flex-basis: 25%;
  }
}
@media (min-width: 1280px) {
  .popular__item {
    flex-basis: 23%;
  }
}
.popular__img {
  height: 150px;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .popular__img {
    height: 335px;
  }
}
.popular__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular__btn {
  text-align: center;
  flex-basis: 100%;
}

.side {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1280px) {
  .side.inview {
    visibility: visible;
    opacity: 1;
  }
  .side.inview.left {
    left: 50px;
  }
  .side.inview.right {
    right: 50px;
  }
}
.side .animate-title {
  position: relative;
  vertical-align: middle;
  letter-spacing: 2px;
  color: black;
}

.footer {
  padding: 30px 0;
  background-color: #EB6D8E;
}
.footer a {
  color: white;
}
.footer .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.footer__copyright {
  margin-top: 1em;
  text-align: center;
}/*# sourceMappingURL=style.css.map */