@charset "UTF-8";
p, li,dt, dd {
  line-height: 230%;
}
.summary {
  margin-top: 1em;
}
.menu {
  width: 50%;
  margin: auto;
}
.menu_sub {
  margin: 0 auto;
  display: flex;
}
.menu_sub ul {
  margin: 0 auto;
  flex-shlink: 3;
}
.menu_sub li {
  padding: 0 auto;
  text-align: left;
  text-indent: -1.5em;
}
.menu_sub li:before {
  display: inline-block;
  margin-left: 1.5em;
  content: '一、';
}
.price {
  margin-top: 1em;
  text-align: right;
}
.product, .moet {
  padding-top: 12vh;
  width: 70%;
  margin: 0 auto;
  display: flex;
}
.product div, .moet div {
  width: 50%;
  align-self: center;
  //background: #fff;
}
.product img {
  width: auto;
}
.moet img {
  height: auto;
  max-height: 46vh;
}
.product h3, .product p {
  text-align: left;
  padding-left: 40px;
}
.moet h3, .moet p {
  text-align: left;
  padding-right: 40px;
}
.order {
  padding-top: 12vh;
  margin: 0 auto;
  width: 40%;
}
.order dl {
  padding: 1.5em;
  text-align: left;
}
.order dt, .order dd {
  text-align: left;
}
.form {
  width: 90%;
  display: flex;
  margin: 0 auto;
  padding: 2em;
}
.ask {
  width: 100%;
}
.buy {
  width: 100%;
}
.form p {
  width: 90%;
  display: inline-block;
}
.form a {
  display: block;
  padding: 2em;
  border-radius: 10px;
  border: 1px solid #aaa;
}
.ask a {
  background: #fff;
  color: #666;
}
.buy a {
  background: #ea3a0a;
  color: #fff;
}
footer {
  color: #777;
}
@media screen and (max-width:768px) {
  .menu {
    width: 80%;
  }
  .menu_sub {
    display: block;
  }
  .menu_sub ul {
    margin: 0 2em;
    width: auto;
  }
  .product, .moet {
    width: 98%;
  }
  .order {
    width: 80%;
}
.product, .moet {
  display: block;
}
.product div, .moet div {
  width: 100%;
}
.product h3, .product p {
  text-align: center;
  padding-left: 0;
}
}