* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "m plus 1p";
  src: url("../fonts/MPLUS1p-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "m plus 1p";
  src: url("../fonts/MPLUS1p-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
}
.mplus-bold {
  font-family: "m plus 1p", serif;
  font-weight: 700;
}

.mplus-medium {
  font-family: "m plus 1p", serif;
  font-weight: 500;
}

.noto-medium {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

.noto-bold {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}

img {
  width: 100%;
}

body {
  background: #ffeef3;
}
body * {
  color: #232323;
}

section {
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
}

header {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
header .logo {
  width: 70%;
  margin: 10px auto 0;
}
header .key-visual {
  overflow: hidden;
  width: 100%;
  position: relative;
}
header .key-visual .top {
  position: absolute;
  width: 100%;
  object-fit: contain;
}
header .key-visual .middle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 60% top 50%;
}
header .key-visual .bottom {
  position: absolute;
  width: 120%;
  object-fit: contain;
  inset: auto auto 0 0;
  margin-left: -10%;
}
header .top-text {
  width: 35%;
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translate(-20%, -50%);
}
header .top-text img {
  width: 100%;
}
header .top-btn {
  width: 35%;
  position: absolute;
  right: 20px;
  top: 44%;
  filter: drop-shadow(5px 5px rgba(224, 133, 133, 0.3));
}

main .first-content .text {
  max-width: 300px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main .first-content .text p {
  font-size: 13px;
  font-weight: 700;
  color: #f43768;
  text-align: center;
}
main .first-content .text img {
  width: 90%;
  margin-top: 15px;
  margin: 15px auto 0 auto;
}
main .first-content .inner {
  position: relative;
  border-radius: 5px;
  background: #fff;
  padding: 70px 30px 20px;
}
main .first-content .inner .link {
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  height: 80px;
  background: #09b29a;
  border-radius: 50px;
  display: grid;
  place-items: center;
  box-shadow: 5px 5px rgba(224, 133, 133, 0.3);
}
main .first-content .inner .link:hover {
  transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  box-shadow: none;
}
main .first-content .inner .link a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  user-select: none;
  text-align: center;
}
main .first-content .inner .nyuen_link {
  text-align: center;
}
main .first-content .inner .nyuen_link a {
  color: #09b29a;
}
main .first-content .inner .balloon--top {
  position: absolute;
  width: 80px;
  inset: 27% 10px auto auto;
}
main .first-content .inner .balloon--bottom {
  position: absolute;
  width: 25px;
  inset: 70% 10% auto auto;
}
main .first-content .inner h2 {
  font-size: 30px;
}
main .first-content .inner h3 {
  background: #ffeef3;
  border-bottom: 2px solid #f43768;
  padding: 2px 20px;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
}
main .first-content .inner p {
  line-height: 1.5;
  padding: 10px 0 30px;
}
main .second-content {
  background-color: #fff;
}
main .second-content h2 {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.5rem, 1.083rem + 1.78vw, 1.75rem);
  font-weight: 700;
  color: #f43768;
}
main .second-content article {
  margin-top: 20px;
  padding: 0 10px;
}
main .second-content article pre {
  white-space: pre-line;
  font-size: 16px;
}
main .second-content article pre span {
  border-bottom: solid 4px #f43768;
}
main .third-content {
  background-image: url("../img/point-bg.png");
  background-repeat: repeat;
  background-size: 100%;
  background-color: #fff;
}
main .third-content .top {
  display: grid;
  place-items: center;
  width: 300px;
  margin: 0 auto;
}
main .third-content .title {
  margin-block-start: 30px;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  color: #f43768;
}
main .third-content .title span {
  color: #f43768;
  font-size: 22px;
}
main .third-content .inner {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main .third-content .inner img {
  width: 100%;
}
main .third-content .inner .parent {
  padding-bottom: 20px;
}
main .third-content .inner .bottom {
  position: relative;
}
main .third-content .inner .bottom--inner {
  position: absolute;
  inset: auto auto 25% 50%;
  transform: translate(-50%, 50%);
  background: black;
  width: 65%;
  aspect-ratio: 5/3;
}
main .fourth-content,
main .fifth-content {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
}
main .fourth-content .top,
main .fifth-content .top {
  width: 100%;
  margin: 0 auto;
}
main .fourth-content .top img,
main .fifth-content .top img {
  width: 100%;
}
main .fourth-content .inner,
main .fifth-content .inner {
  padding: 50px 20px;
}
main .fourth-content {
  padding: 10px 0 50px;
}
main .fourth-content .inner .grid-container {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
main .fourth-content .inner .grid-container .item {
  background-color: #d9d9d9;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
main .fourth-content .inner .grid-container .item p {
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  text-align: center;
  color: #f43768;
}
main .fifth-content {
  padding: 10px 0 0;
}
main .fifth-content .map {
  width: 100%;
  padding: 30px 0;
}

footer {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: clamp(8.125rem, 0.833rem + 31.11vw, 12.5rem);
  background: #fff;
}
footer .footer-info {
  width: 100%;
  padding: 50px 40px 10px;
  font-size: 14px;
  background: #efefef;
}
footer .top p {
  color: #f43768;
  font-size: 13px;
  text-align: center;
}
footer .top img {
  width: 70%;
  max-width: 332px;
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 600px) {
  footer .top img {
    width: 48%;
  }
}
footer .bottom {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .bottom .instagram {
  width: 50%;
  margin: 30px auto 10px;
}
footer .bottom .instagram a {
  width: 40%;
  display: block;
  margin: 20px auto;
}
footer .copyright {
  background: #f7f7f7;
  padding: 10px 0;
}
footer .copyright > * {
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

aside {
  max-width: 600px;
  width: 100%;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
aside.UpMove {
  animation: UpMove 0.5s forwards;
}
aside.DownMove {
  animation: DownMove 0.5s forwards;
}
@keyframes UpMove {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes DownMove {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 100%);
  }
}
aside .inner {
  display: grid;
}
aside .inner .fukidashi {
  grid-column: 1/3;
  padding: 15px 5% 0;
  margin: 0 auto;
}
aside .inner .right {
  position: relative;
  display: grid;
  place-items: center;
  grid-column: 1/3;
  background: #09b29a;
}
aside .inner .right img {
  width: 50%;
  padding: 10px;
}
aside .inner .right a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
}/*# sourceMappingURL=style.css.map */