@charset "utf-8";
.greeting {
      background-color: #F7F7F7;
    padding: clamp(2.5rem, 0.833rem + 3.47vw, 5rem) 0;
}
.greeting_inner {
  padding: 0 20px;
}
.greeting__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.greeting__title {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    border-bottom: 12px solid #B9E9B6;
    line-height: 0.7;
}
.greeting__img {
      margin-top: clamp(1.5rem, 0.917rem + 1.22vw, 2.375rem);
    width: clamp(21.875rem, 10.792rem + 23.09vw, 38.5rem);
    aspect-ratio: 616/355;
    object-fit: cover;
    height: fit-content;
}
.greeting__copy {
      margin-top: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    line-height: 2;
    text-align: center;
}
.greeting__text {
      margin-top: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
.greeting__copy--sp {
  display: none;
}
.greeting__text--sp {
  display: none;
}
.greeting-name__sub {
      margin-top: clamp(2rem, 0.417rem + 3.3vw, 4.375rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
    line-height: 1;
}
.greeting-name__main {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: clamp(2rem, 1.833rem + 0.35vw, 2.25rem);
    font-weight: 700;
    line-height: 1.5;
}

.Information {
      padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.Information__top {
      padding: 0 clamp(1.25rem, -13.917rem + 31.6vw, 24rem);
}
.Information__content {
      margin-top: 40px;
    display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.Information__items {
  width: 55%;
}
.Information__item {
      display: flex;
    border-bottom: 1px solid #000;
}
.Information-item__left {
      background-color: #F7F7F7;
    padding: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem) 0;
    width: 112px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
}
.Information-item__right {
        padding: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem) 0;
    padding-left: clamp(0.625rem, -0.042rem + 1.39vw, 1.625rem);
    padding-right: 10px;
    display: flex;
    align-items: center;
    width: 520px;
    flex-wrap: wrap;
    font-weight: 400;
}
.google__map {
  width: 45%;
}
.google__map iframe {
      width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 767px) {
  .greeting__copy {
    display: none;
  }
  .greeting__copy--sp {
    display: block;
        margin-top: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
  .greeting__text {
    display: none;
  }
  .greeting__text--sp {
    display: block;
        margin-top: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    font-size: clamp(0.75rem, 0.621rem + 0.53vw, 0.875rem);
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
  }
  .Information__content {
        flex-direction: column;
    row-gap: 28px;
  }
  .Information__items {
    width: 100%;
  }
  .Information__item {
    flex-direction: column;
  }
  .Information-item__left {
    width: 100%;
  }
  .Information-item__right {
        width: 100%;
    justify-content: center;
  }
  .google__map {
        width: 100%;
    height: clamp(13.75rem, 8.578rem + 21.22vw, 18.75rem);
  }
}

@media (max-width: 389px) {
  .Information-item__right {
        font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
}