@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

.key-visual {
  background: #eee;
}
.key-visual__img {
  background-image: url("img/keyvisual.jpg");
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
  .key-visual__img {
    height: 250px;
  }
}
.key-visual__text-box {
  position: absolute;
  bottom: 13%;
  left: 15%;
  font-family: "Garamond", "Times New Roman", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 700px) {
  .key-visual__text-box {
    position: static;
    padding: 70px 20px 0;
    text-align: center;
  }
}
.key-visual__site-title {
  font-size: 49px;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 700px) {
  .key-visual__site-title {
    font-size: 28px;
  }
}
.key-visual__text {
  margin-top: 6px;
  padding-left: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .key-visual__text {
    font-size: 15px;
  }
}

.contents {
  padding: 40px 0;
  background: #f3f2e9;
}
@media screen and (max-width: 700px) {
  .contents {
    padding: 40px 10px;
  }
}
.contents__title {
  color: #5a5129;
  font-size: 28px;
  font-weight: bold;
  font-family: "Garamond", "Times New Roman", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", "メイリオ", Meiryo, serif;
  padding: 8px 12px 14px;
  border-bottom: 1px solid #a39249;
  width: 128px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .contents__title {
    font-size: 20px;
  }
}

.items {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 700px) {
  .about {
    margin-top: 0;
  }
}
.items__list {
  width: 80%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .items__list {
    font-size: 13px;
    width: 97%;
    flex-wrap: wrap;
  }
}

.items__photo {
  width: 100%;
}
.items__desc {
  margin-top: 8px;
  text-align: center;
}
.items__list li {
  width: 160px;
  margin: 0 10px;
}
.items__name {
  font-size: 14px;
  color: #5a5129;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 4px;
}
.items__price {
  font-size: 14px;
  color: #5a5129;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__price-desc {
  font-size: 10px;
}
.items__bottom {
  text-align: center;
  margin: 60px 0 40px;
  color: #5a5129;
}
.items__button {
  padding: 8px 20px;
  margin: 20px auto 0;
  background-color: #5a5129;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  display: block;
  width: 200px;
}
.items__button:hover {
  opacity: 0.8;
}

.about {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 700px) {
  .about {
    margin-top: 0;
  }
}
.about__list {
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (max-width: 700px) {
  .about__list {
    font-size: 13px;
    width: 100%;
  }
}
.about__list tr {
  display: flex;
  margin-bottom: 12px;
  align-items: stretch;
}
.about__list th {
  width: 120px;
  box-sizing: border-box;
  padding: 18px 0 18px 20px;
  text-align: left;
  background: #5a5129;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .about__list th {
    width: 80px;
    padding: 10px 0 10px 10px;
  }
}
.about__list td {
  flex: 1;
  box-sizing: border-box;
  background: #f9f9f2;
  padding: 18px 0 18px 20px;
  color: #5a5129;
}
@media screen and (max-width: 700px) {
  .about__list td {
    padding: 10px 0 10px 10px;
  }
}
.about__text {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  color: #5a5129;
  line-height: 1.75;
}
.about__text--title {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}
.about__text-small {
  font-size: 12px;
  display: block;
}

.footer {
  padding: 8px 0;
  background-color: #332d17;
  color: #fff;
}
.footer__copyright {
  font-size: 10px;
  display: block;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
