@charset "UTF-8";
/* CSS Document */
/* ヘッダー */

/* トップセクション */
.section-top {
  margin-bottom: 60px;
}
.section-top__image {
  height: 463px;
  background-image: url("../images/top/photo02-2.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.section-top__image h2 {
  line-height: 50px;
  font-size: 3.6rem;
  text-shadow: 2px 2px 3px #b3b3b3, -2px 2px 3px #b3b3b3, 2px -2px 3px #b3b3b3, -2px -2px 3px #b3b3b3;
  font-weight: 600;
  margin-bottom: 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(min-width:1040px) {
  main {
    padding-bottom: 120px;
  }
  .section-top__image {
    height: 627px;
    background-image: url("../images/top/photo02-2.jpg");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
  }
  .section-top__image h2 {
    line-height: 60px;
    font-size: 4.8rem;
    text-shadow: 2px 2px 3px #b3b3b3, -2px 2px 3px #b3b3b3, 2px -2px 3px #b3b3b3, -2px -2px 3px #b3b3b3;
    font-weight: 600;
    margin-bottom: 40px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*　メニューセクション　*/
.section-menu {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-menu h2 {
  margin-bottom: 40px;
}
.section-menu ul {
  list-style: none;
}
.section-menu ul li {
  max-width: 375px;
  margin: 50px auto;
}
.section-menu__image {
  position: relative;
}
.section-menu__image h3 {
  color: #fff;
  text-shadow: 2px 2px 3px #808080, -2px 2px 3px #808080, 2px -2px 3px #808080, -2px -2px 3px #808080;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.section-menu__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: 0 0;
}
@media(min-width:1040px) {
  .section-menu ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-menu__customer {
    display: grid;
    grid-template-columns: 510px 510px;
    gap: 20px;
    padding-bottom: 100px;
  }
  .section-menu__information {
    display: grid;
    width: 1040px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .section-menu ul li {
    max-width: 500px;
    margin: 0 auto;
  }
  .section-menu__image h3 {
    color: #fff;
    text-shadow: 2px 2px 3px #808080, -2px 2px 3px #808080, 2px -2px 3px #808080, -2px -2px 3px #808080;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 2.4rem;
  }
  .section-menu__image img {
    width: 500px;
    object-fit: cover;
    object-position: 0 0;
  }
}

