@charset "utf-8";

.first-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #555555;
  font-weight: bold;
  text-shadow: 1px 1px 10px #ffffff;
}

.first-view-text h1 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
}

.lead {
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.first-lead {
  padding-bottom: 60px;
}

/* .main h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
} */

.first-lead {
  line-height: 2;
  text-align: center;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.link-button:hover {
  background-color: #d8b500;
}

.info-list {
  background-color: #f8f8f8;
  padding-top: 5px;
  padding-bottom: 55px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-top: 0px solid #333;
}

.info-list h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.info-list h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


.info-item {
  padding: 24px 25px;
  border-top: 1px solid #333;

  /* display: flex;
  width: 930px;
  max-width: 90%;
  margin-top: 0px;
  flex-direction: column; */
}

.info-item img {
  width: 360px;
  /* padding: 20px; */
}

.info-title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.info-time {
font-size: 14px;
}

.info-caption {
  margin-left: 40px;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.article {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}




@media (max-width: 800px) {
  .article {
    display: block;
  }

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/bg-main-sp.jpg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 20px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: center;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }

  .item-list .price {
  font-weight: bold;
  margin-top: 15px;
}


}