@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/menu/1317285_s.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

h2 {
  font-size: 50px;
  margin-left: 270px;
  margin-top: 45px;
  margin-bottom: -35px;
  font-family: 'Fredericka the Great', cursive;
  font-family: 'Kaushan Script', cursive;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-family: 'Fredericka the Great', cursive;
  font-family: 'Kaushan Script', cursive;
  font-family: 'Montserrat', sans-serif;
}

.About_matome {
  display: flex;
  object-fit: cover;
  line-height: 2;
}

.About {
  margin-top: 150px;
}


.About_pro2 {
  margin-top: 320px;
  text-align: center;
  margin-left: 60px;
}

.item-list {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  column-gap: 95px;
  row-gap: 70px;
  justify-content: center;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

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

.item-list li {
  position: relative;
}

.item-list .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

/* About　自己紹介 */
.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 360px;
}

.feature-text {
  max-width: 500px;
  margin-right: 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature-text {
  margin-left: 40px;
  margin-right: 0;
}

.feature-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.feature-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

/* About　自己紹介終わり */


.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .item-list {
    margin-top: 45px;
    row-gap: 40px;
  }

  h2 {
    font-size: 50px;
    margin-left: 130px;
    margin-top: 45px;
    margin-bottom: -35px;
  }

  .About_pro {
    width: 240px;
    height: 160px;
  }
}

@media (max-width:800px) {
  .feature {
    display: block;
    width: 300px;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
}