/* --------------------------------
 * order
 * -------------------------------- */
.form-wrap.form-order-wrap th, .form-wrap.form-order-wrap td {
 padding: 15px 20px;
}
/* --------------------------------
 * index
 * -------------------------------- */
.order-description {
 line-height: 2.0;
 margin-bottom: 30px;
 text-align: center;
}
.order-description-red {
 color: #a40000;
 background-color: #fff;
 line-height: 2.0;
 text-align: left;
 margin-bottom: 30px;
 margin-bottom: 40px;
 padding: 10px 20px;
 border: 1px solid #a40000;
 display: inline-block;
 margin: 0 auto 30px;
}
.order-description-red-wrap {
 text-align: center;
 margin: 0 auto 0px;
}
.btn-order-guide-wrap {
 max-width: 346px;
 margin: 0 auto 50px;
}
.order-title {
 font-size: 2.4rem;
 color: #0b2f31;
 font-family: '游明朝', YuMincho, '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', ‘HG明朝E’, ‘ＭＳ Ｐ明朝’, ‘ＭＳ 明朝’, serif;
 margin-bottom: 20px;
 border-bottom: 1px solid #b7aa74;
}
.order-title::after {
 content: "";
 display: block;
 border-bottom: 2px solid #b7aa74;
 margin-bottom: 2px;
}
.order-title-sub {
 font-family: 'Dancing Script', cursive;
 font-size: 1.8rem;
 color: #a99b61;
 margin-left: 10px;
}
.order-title-icon-sq::before {
 content: url("../img/icon_sq.png");
 margin-right: 8px;
 vertical-align: middle;
}
.order-description-s {
 line-height: 2.0;
 margin-bottom: 20px;
}
.order-description-s-red {
 color: #a40000;
 background-color: #fff;
 line-height: 2.0;
 margin-bottom: 30px;
 text-align: left;
 margin-bottom: 40px;
 padding: 10px 20px;
 border: 1px solid #a40000;
 display: inline-block;
 margin: 0 auto 30px;
}
.tel-fax-no {
 color: #313131;
 font-size: 4.0rem;
 font-family: 'Noto Serif JP', sans-serif;
 line-height: 1;
 text-decoration: none;
 letter-spacing: 1px;
 border: 3px solid #dcdcdc;
 background-color: #fff;
 padding: 10px 20px;
 margin-bottom: 10px;
 display: inline-block;
}
.tel-fax-no span {
 font-size: 3.0rem;
}
.btn-fax {
 color: #fff;
 text-decoration: none;
 font-size: 1.6rem;
 line-height: 1;
 text-align: center;
 display: inline-block;
 padding: 10px 50px 9px;
 margin-bottom: 30px;
 border-radius: 20px;
 transition: all 0.2s ease-in-out;
 background-color: #626262;
 position: relative;
 cursor: pointer;
 border: 2px solid #626262;
}
@media only screen and (min-width: 1025px) {
 .btn-fax:hover {
  background-color: hsla(0, 0%, 38%, 0.10);
  color: #626262;
 }
}
@media screen and (max-width: 768px) {
 .order-description {
  line-height: 1.5;
  text-align: left;
 }
 .order-title {
  font-size: 1.9rem;
 }
 .order-description-s {
  line-height: 1.5;
 }
 .tel-fax-no {
  font-size: 2.0rem;
 }
 .tel-fax-no span {
  font-size: 1.8rem;
 }
 .btn-fax {
  font-size: 1.4rem;
 }
}
/* --------------------------------
 * order-guide
 * -------------------------------- */
.order-guide-wrap {
 padding-left: 15px;
 margin-bottom: 30px;
}
.order-title-icon-sq {
 font-size: 1.8rem;
 color: #0b2f31;
 margin-bottom: 10px;
}
.order-guide-list {
 margin-bottom: 20px;
}
.order-guide-list li {
 padding-bottom: 20px;
}
.order-guide-table {
 border-top: 1px solid #c0cac3;
 border-left: 1px solid #c0cac3;
 margin-bottom: 20px;
 width: 100%;
}
.order-guide-table th, .order-guide-table td {
 padding: 15px;
 border-right: 1px solid #c0cac3;
 border-bottom: 1px solid #c0cac3;
 vertical-align: middle;
}
.order-guide-table th {
 background-color: #e3ebe5;
 text-align: left;
}
.order-guide-table th.order-table-th01 {
 background-color: #2e4d4e;
 color: #fff;
 text-align: center;
}
.order-guide-table td {
 background-color: #fff;
}
.order-guide-table-w460 {
 max-width: 460px;
}
.order-guide-table-w460 td {
 max-width: 460px;
 text-align: center;
}
.order-guide-table-w900 {
 max-width: 900px;
}
.order-guide-notes {
 text-indent: -1em;
 padding-left: 1em;
 padding-bottom: 10px;
}
.order-guide-description-table {
 margin-bottom: 15px;
}
.order-guide-description-table th, .order-guide-description-table td {
 line-height: 2;
 white-space: normal;
}
.order-guide-description {
 line-height: 2;
}
@media screen and (max-width: 600px) {
 .order-guide-wrap {
  padding-left: 0px;
 }
 .order-title-icon-sq {
  margin-bottom: 5px;
 }
 .order-guide-list {
  margin-bottom: 10px;
 }
 .order-guide-list li {
  padding-bottom: 15px;
 }
 .order-guide-table th, .order-guide-table td {
  padding: 10px;
 }
 .order-guide-notes {
  text-indent: 0em;
  padding-left: 0em;
  padding-bottom: 10px;
 }
}