.phone_order {
display: block;
padding: 20px;
text-align: center;
border: 3px solid #000;
  border-radius: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.phone_order_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.phone_order_number {
  margin-bottom: 20px;
}
.phone_order_number img {
  width: 80vw;
  max-width: 500px;
}
.phone_order_hours {
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}
.phone_order_notice {
  width: 95%;
  margin: 0 auto;
}
.phone_order_notice_label {
  display: inline-block;
  color: #fff;
  background-color: #3e3a39;
  padding: 8px;
  font-weight: bold;
  margin-bottom: 5px;
}
.phone_order_notice_message {
  display: inline-block;
  text-align: left;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
.phone_order_title {
  font-size: 24px;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", Hiragino Kaku Gothic ProN,"Þâ¥´¥·¥Ã¥¯ Medium","Yu Gothic Medium","Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic, "Helvetica Neue", sans-serif;
}
.sp_only {
  display:none;
}
.phone_order_notice {
  display: block;
  width: 80%;
}
.phone_order_notice_label {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
.phone_order_notice_message {
  display: block;
}
}