.marushima-gradient-wrap {
  background: linear-gradient(270deg, #f7eabd 0%, #fffae0 25%, #fffae0 75%, #f7eabd 100%);
}

.marushima-hero {
  position: relative;
  height: 392px;
}
.marushima-hero__clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.marushima-hero__clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.marushima-hero__inner {
  position: absolute;
  top: 178px;
  left: 0;
  right: 0;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
}
.marushima-hero__label {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .marushima-hero {
    height: 360px;
  }
  .marushima-hero__inner {
    bottom: inherit;
    top: 30px;
    padding: 0 20px;
    height: auto;
  }
  .marushima-hero__label {
    font-size: 1.375rem;
    white-space: pre-line;
    margin-top: 7%;
    margin-left: 5%;
  }
}
.marushima-lead {
  padding: 60px 15px 60px;
  text-align: center;
}
.marushima-lead__body {
  font-size: 1rem;
  line-height: 1.875;
  max-width: 488px;
  margin: 0 auto;
  color: #000;
}

@media (max-width: 767px) {
  .marushima-lead {
    padding: 40px 20px 50px;
    text-align: left;
  }
  .marushima-lead__body {
    font-size: 1rem;
    max-width: 320px;
  }
}
.marushima-gallery {
  padding: 0 15px 70px;
}
.marushima-gallery__inner {
  max-width: 862px;
  margin: 0 auto;
}
.marushima-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.marushima-gallery__item {
  border-radius: 20px;
  overflow: hidden;
}
.marushima-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 416/289;
  object-fit: cover;
}

@media (max-width: 767px) {
  .marushima-gallery {
    padding: 0 20px 50px;
  }
  .marushima-gallery__inner {
    max-width: 100%;
  }
  .marushima-gallery__grid {
    gap: 12px;
  }
  .marushima-gallery__item {
    border-radius: 10px;
  }
}
.marushima-access {
  padding: 0 15px 80px;
}
.marushima-access__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.marushima-access__title {
  font-size: 1.5rem;
  color: #028739;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.marushima-access__deco {
  display: block;
  max-width: 504px;
  width: 100%;
  margin: 0 auto 40px;
}
.marushima-access__deco img {
  display: block;
  width: 100%;
}
.marushima-access__body {
  display: flex;
  gap: 34px;
  max-width: 684px;
  margin: 0 auto;
  align-items: flex-start;
}
.marushima-access__info {
  flex: 0 0 323px;
}
.marushima-access__company {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.7777777778;
}
.marushima-access__table {
  width: 100%;
  border-collapse: collapse;
}
.marushima-access__table th,
.marushima-access__table td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  vertical-align: top;
  text-align: left;
  padding: 0 0 4px;
}
.marushima-access__table th {
  white-space: nowrap;
  padding-right: 16px;
  width: 80px;
}
.marushima-access__map {
  flex: 0 0 327px;
}
.marushima-access__map iframe {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  min-height: 350px;
}

@media (max-width: 767px) {
  .marushima-access {
    padding: 0 20px 60px;
  }
  .marushima-access__title {
    font-size: 1.5rem;
  }
  .marushima-access__body {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
  }
  .marushima-access__info {
    flex: none;
    width: 100%;
  }
  .marushima-access__company {
    font-size: 1.125rem;
  }
  .marushima-access__table th,
  .marushima-access__table td {
    font-size: 1rem;
  }
  .marushima-access__map {
    flex: none;
    width: 100%;
    max-width: 318px;
  }
}

/*# sourceMappingURL=marushima-shouyu.css.map */
