@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

html,
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.guide * {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #08204d;
}

body {
}

.guide img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  display: block;
  font-size: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

#breadcrumb {
  position: relative;
  z-index: 3;
}

.guide {
  padding-top: 100px;
  background-color: rgb(254, 251, 244);
  background-image:
    linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      rgba(0, 0, 0, 0.1) calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      rgba(0, 0, 0, 0.1) calc(100% - 1px)
    );
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 50px;
}
.guide h2 {
  font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  color: #f55f32;
}

.guide h3 {
  margin: 0 auto 50px;
  position: relative;
  color: #f20940;
}

.guide .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 75px;
  background: #fff;
  padding: 50px 100px 50px;
  border-radius: 20px;
  border: solid 1px #000;
  position: relative;
}

.inner figure {
  width: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner h4 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 800;
}
.inner h4 span {
  background: #f20940;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
}
.inner p {
  font-size: 16px;
  line-height: 1.6;
}

.post-map-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.post-map a {
  width: 80px;
  display: block;
  position: absolute;
}

.post-map a:hover {
  opacity: 1;
}
.post-map a img:nth-child(1) {
  animation: 2s fuwafuwa infinite;
}
.post-map a img:nth-child(2) {
  width: 40px;
  margin: 0 auto;
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translate(0, -5%);
  }
  50% {
    transform: translate(0, -20%);
  }
}

.post-map a:nth-child(1) {
  top: 2%;
  left: 10%;
}
.post-map a:nth-child(2) {
  top: 17%;
  left: 12%;
}
.post-map a:nth-child(3) {
  top: 40%;
  left: 13%;
}
.post-map a:nth-child(4) {
  top: 32%;
  left: 28%;
}
.post-map a:nth-child(5) {
  top: 0%;
  left: 40%;
}

.post-map a:nth-child(6) {
  top: 34%;
  left: 45%;
}
.post-map a:nth-child(7) {
  top: 34%;
  left: 87%;
}
.post-map a:nth-child(8) {
  top: 68%;
  left: 76%;
}
.post-map a:nth-child(9) {
  top: 78%;
  left: 47%;
}
.modal {
  width: 90%;
  max-width: 800px !important;
  display: none;
  position: relative;
  z-index: 999999999;
  background: #fff;
  padding: 50px 50px 50px;
  text-align: left;
  border-radius: 5px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  background-repeat: repeat-y;
  background-size: 15px auto;
  color: #08204d;
}

.modal-img1 {
  position: absolute;
  width: 140px;
  top: 100px;
  left: -20px;
}
.modal-img2 {
  position: absolute;
  width: 200px;
  top: 220px;
  right: -70px;
}
.modal figure {
  margin-bottom: 25px !important;
}
.modal h4 {
  font-family: 'Dela Gothic One', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  color: #f20940;
  margin-bottom: 15px;
}
.modal figure.main-img {
  width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.modal h5 {
  text-align: center;
  line-height: 1.4;
  font-weight: 800;
  background: #eee;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 18px;
  margin-bottom: 25px;
}

.modal p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 700;
  height: 200px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
}
.modal p.on {
  height: auto;
}
.modal p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
}
.modal p.on:after {
  display: none;
}
.modal button {
  display: block;
  margin: 0 auto;
  background: #f20940;
  width: 150px;
  text-align: center;
  font-weight: bold;
  animation: 2s fuwafuwa2 infinite;
  border-radius: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
@keyframes fuwafuwa2 {
  0%,
  100% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, -30%);
  }
}

.recommend {
  margin-top: 50px;
}
.modal h6 {
  text-align: center;
  color: #f20940;
  font-weight: 700;
  margin-bottom: 25px;
}

.modal h6 span {
  background: #f20940;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
}
.modal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal li {
  width: calc(50% - 15px);
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.modal li figure {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px !important;
  border-radius: 10px;
  overflow: hidden;
}

.modal li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal li strong {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 5px;
}
.close-modal {
  display: none;
}

.close {
  text-align: center;
}
.close .close-modal {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  background: #08204d;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 100px;
}
.close .close-modal:hover {
  opacity: 0.5;
}
.blocker {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

@media screen and (max-width: 768px) {
  .guide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner figure {
    width: 300px;
  }
  .guide h3 {
    width: 70%;
    margin-bottom: 35px;
  }

  .guide .inner {
    margin: 0 auto 50px;
    background: #fff;
    padding: 35px 25px 35px;
  }

  .inner h4 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
  }
  .inner h4 span {
    font-size: 16px;
  }
  .inner p {
    font-size: 14px;
    line-height: 1.6;
  }
  .post-map {
    padding: 0 15px;
  }
  .post-map-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .post-map a {
    width: 11%;
    display: block;
    position: absolute;
  }

  .post-map a:hover {
    opacity: 1;
  }
  .post-map a img:nth-child(1) {
    animation: 2s fuwafuwa infinite;
  }
  .post-map a img:nth-child(2) {
    width: 60%;
    margin: 0 auto;
  }
  @keyframes fuwafuwa {
    0%,
    100% {
      transform: translate(0, -5%);
    }
    50% {
      transform: translate(0, -20%);
    }
  }

  .modal {
    padding: 50px 25px 50px;
    text-align: left;
    border-radius: 5px;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    background-repeat: repeat-y;
    background-size: 15px auto;
    color: #08204d;
  }
  .modal-img1 {
    width: 70px;
    left: -10px;
  }
  .modal-img2 {
    top: 170px;
    width: 100px;
    right: -10px;
  }
  .modal figure {
    margin-bottom: 15px !important;
  }
  .modal h4 {
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #f20940;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .modal figure.main-img {
    width: calc(100% - 100px);
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }

  .modal h5 {
    text-align: center;
    line-height: 1.4;
    font-weight: 800;
    background: #eee;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 14px;
    margin-bottom: 25px;
  }

  .modal p {
    font-size: 13px;
    margin-bottom: 35px;
    height: 300px;
  }

  .modal h6 span {
    font-size: 14px;
  }
  .modal ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .modal li {
    width: calc(100%);
    margin-bottom: 25px;
    font-size: 12px;
  }

  .modal li strong {
    font-size: 14px;
    font-weight: 800;
  }

  .close .close-modal {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    background: #08204d;
    color: #fff;
    padding: 0.25em 1em;
    border-radius: 100px;
  }
}

footer {
  position: relative;
  z-index: 2;
  background: #fff;
}
