@charset "UTF-8";
/*********************************************************
追加CSS
*********************************************************/
body {
  color: #333333;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
}

.header__logo a {
  background-image: url(image.php?id=001);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding-bottom: 40%;
  transition: 0.2s;
  width: 100px;
}
.header__logo a:hover {
  opacity: 0.8;
}

.mv__ttl {
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}
@media (max-width: 480px) {
  .mv__ttl {
    font-size: 18px;
  }
}

.concept__txt {
  text-align: center;
}
@media (max-width: 600px) {
  .concept__txt {
    text-align: left;
  }
}

.message__txt p {
  text-align: center;
}
@media (max-width: 600px) {
  .message__txt p {
    text-align: left;
  }
}

.price {
  display: none;
}