@charset "UTF-8";
.design dd{
  text-align: center;
}
.table_specification{
  width: 80%;
  margin: 1em auto;
}
#plate .design-area{
  justify-content: center;
}
#plate .design{
  width: 50%;
  max-width: 420px;
  text-align: center;
  background-color: inherit;
  position: relative;
}
#plate .design img{
  object-fit: contain;
  margin-bottom: 5px;
  border-radius: 10px;
}
/* #plate .design::after{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #888;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
} */
section#yokushi .design-area{
  justify-content: center;
}
section#kyusai{
  margin-bottom: 2em;
}
.chirashi-head{
  margin-bottom: 1em;
}
.chirashi-head h3{
  color: var(--color-pale-blue);
  font-size: 1.5em;
  border-bottom: 2px solid;
  margin: 1em 0 0.5em;
}
.price-table_area{
  display: flex;
  flex-wrap: wrap;
}
.table_price{
  margin-right: 5px;
  border: 1px solid var(--color-pale-blue);
}
.table_price th{
  width: inherit;
  font-weight: normal;
  padding: 0 1.5em;
  border-bottom: none;
}
.table_price th:first-child{
  border-right: 1px solid #fff;
}
.table_price td{
  text-align: center;
  padding: 0.25em 0;
}
.table_price td:first-child{
  background-color: #e2f1f6;
}
.btn_mihon{
  color: #fff;
  width: 10em!important;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  padding: 8px 0;
  margin: 0.75em auto 0;
  border-radius: 3px;
  background-color: #006EC8;
}
.btn_mihon::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 4px 0;
  background: url(../images/icon_loupe.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.cont p{
text-align: center;
font-weight: bold;
margin-top: 60px;
font-size: 1em;
}

.btn-order{
  display: block;
  width: 75%;
  max-width: 560px;
  color: yellow;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0;
  margin: 60px auto;
  background: var(--color-red);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  border: 1px solid #fff;
  transition: 0.25s;
  text-align: center;
}
/* .btn-order span::before{
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background: url(../images/icon_order.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
} */
.inner {
  max-width: 1000px;
}
.cont-img{
  margin-bottom: 40px;
}

@media screen and (max-width: 599px){
  .table_specification{
    width: 100%;
  }
  .table_price{
    width: 100%;
    margin-right: 0;
  }
  .table_price th{
    padding: 0 1em;
  }
  .table_price:nth-of-type(2){
    border-top: none;
  }
  .table_price:nth-of-type(2) th{
    display: none;
  }
  .btn_mihon{
    margin-bottom: 0.5em;
  }
}