@charset "UTF-8";
.for-pc {
  display: block;
}
@media screen and (max-width: 420px) {
  .for-pc {
    display: none;
  }
  .sp-img-add{
    width: 100%;
    height: auto;
  }
  .sp-txt-add{
    margin: 0.3rem 0 0.8rem;
    font-size: 0.6rem;
    color: #3b3b3b;
  }
}
.for-sp {
  display: none;
}
@media screen and (max-width: 420px) {
  .for-sp {
    display: block;
  }
}
nav.lNav ul.nav-order-minimal li.nav01 a {
  width: 210px;
  margin-right: 22px;
}
nav.lNav ul.nav-order-minimal li.nav02 a {
  width: 250px;
  margin-right: 22px;
}
#order {
  min-width: 0;
  overflow-x: hidden;
}
#order .content {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
@media screen and (max-width: 420px) {
  #order .content {
    padding: 0;
  }
}
#order .content .orderArea {
  width: 100%;
  max-width: 620px;
  margin: auto;
  font-size: 60.25%;
  position: relative;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea {
    width: 95%;
  }
}
#order .content .orderArea .minmalorderBnr {
  position: absolute;
  top: 60px;
  right: -250px;
  width: 230px;
  height: 140px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .minmalorderBnr {
    position: static;
    margin: auto;
    margin-bottom: 10em;
    width: 100%;
  }
}
#order .content .orderArea .minmalorderBnr a {
  display: block;
  width: 100%;
  height: 100%;
}
#order .content .orderArea .minmalorderBnr a img {
  width: 100%;
  height: auto;
}
#order .content .orderArea .wrap {
  position: relative;
}
#order .content .orderArea .m-font--serif,
#order .content .orderArea .l-minimal__heading--h2,
#order .content .orderArea .l-minimal__faq__list .question {
  font-family: 'Playfair Display', serif;font-weight: 400;, '游明朝', YuMincho, serif;
}
#order .content .orderArea .m-font--sanserif {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea br {
    display: none;
  }
  #order .content .orderArea br.for-sp {
    display: block;
  }
}
#order .content .orderArea h4 {
  line-height: normal;
}
#order .content .orderArea p {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea p.br br {
    display: inline;
  }
}
#order .content .orderArea div,
#order .content .orderArea a,
#order .content .orderArea p,
#order .content .orderArea ul,
#order .content .orderArea li,
#order .content .orderArea span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#order .content .orderArea .l-section {
  margin-bottom: 6rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-section {
    margin-bottom: 4rem;
  }
}
#order .content .orderArea .l-section.short {
  margin-bottom: 3rem;
}
#order .content .orderArea .l-section.short .text {
  font-size: 0.7rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-section.short {
    margin-bottom: 2rem;
  }
}
#order .content .orderArea .l-minimal__arrowlink {
  display: inline-block;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 1rem;
}
#order .content .orderArea .l-minimal__arrowlink::after {
  content: '▶';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 0.5rem;
}
#order .content .orderArea .l-minimal__arrowlink:hover::after {
  padding-left: 0.8rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__linkbtnbic {
    width: 100%;
    margin: 1rem 0;
  }
}
#order .content .orderArea .l-minimal__linkbtnbic.rightUp {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__linkbtnbic.rightUp {
    position: static;
  }
}
#order .content .orderArea .l-minimal__linkbtnbic a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.7rem 2.5rem 0.7rem 2rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border: 3px solid #000;
  font-size: 0.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__linkbtnbic a {
    width: 100%;
    font-size: 1rem;
  }
}
#order .content .orderArea .l-minimal__linkbtnbic a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#order .content .orderArea .l-minimal__linkbtnbic a:hover {
  background: #fff;
  color: #000;
}
#order .content .orderArea .l-minimal__linkbtnbic a:hover::before {
  border-color: transparent transparent transparent #000;
}
#order .content .orderArea .l-minimal__heading--h2 {
  font-size: 2.4rem;
  color: #643931;
  margin: 2rem auto 2.4rem;
  background: none;
}
#order .content .orderArea .l-minimal__heading--h2 .gender {
  position: relative;
  top: -6px;
  margin-left: 10px;
  padding: 1px 8px;
  font-family: 'Times New Roman';
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__heading--h2 {
    letter-spacing: -0.04em;
    white-space: nowrap;
    font-size: 1.45rem;
  }
  #order .content .orderArea .l-minimal__heading--h2 .gender {
    top: -5px;
    margin-left: 1px;
    padding: 5px 5px;
    font-family: 'Playfair Display', serif;font-weight: 400;, '游明朝', YuMincho, serif;
    font-size: 0.6rem;
    letter-spacing: 0.01em;
  }
}
#order .content .orderArea .l-minimal__heading--h3 {
  background: none;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 100;
  height: auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__heading--h3 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
#order .content .orderArea .l-minimal__heading--h4 {
  padding: 0;
  margin-bottom: 3rem;
  background-position: -3rem 0;
  background: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.6;
  display: block;
  height: auto;
}
#order .content .orderArea .l-minimal__heading--h4::before {
  content: '';
  display: block;
  background: #c1c1c1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -1.3rem;
  left: -2.2rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__heading--h4 {
    margin-bottom: 1.6rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  #order .content .orderArea .l-minimal__heading--h4::before {
    width: 40px;
    height: 40px;
    top: -0.4rem;
    left: 0;
  }
}
#order .content .orderArea .l-minimal__heading--h5 {
  padding: 0;
  margin-bottom: 0.5rem;
  background-position: -3rem 0;
  background: none;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__heading--h5 {
    margin-bottom: 0;
  }
}
#order .content .orderArea .l-minimal__selectstyle {
  margin-bottom: 1.8rem;
  padding-bottom: 0.4rem;
  text-align: center;
  border-bottom: 1px solid #e7e2df;
}
#order .content .orderArea .l-minimal__selectstyle .en {
  margin-bottom: 0.4rem;
  font-family: 'Times New Roman';
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__selectstyle .en {
    font-family: 'Playfair Display', serif;font-weight: 400;, '游明朝', YuMincho, serif;
  }
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__selectstyle br.for-sp {
    display: block;
  }
}
#order .content .orderArea .l-minimal__icon {
  padding: 1rem 1rem 1rem 3rem;
  background: no-repeat 0 center;
}
#order .content .orderArea .l-minimal__icon--suits {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_suits.png?466da21209");
  -webkit-background-size: auto 75%;
  -moz-background-size: auto 75%;
  background-size: auto 75%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--suits {
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
  }
}
#order .content .orderArea .l-minimal__icon--suits-2 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_suits_2.png?e6e87dfb20");
  -webkit-background-size: 2.3rem auto;
  -moz-background-size: 2.3rem auto;
  background-size: 2.3rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--suits-2 {
    -webkit-background-size: 2rem auto;
    -moz-background-size: 2rem auto;
    background-size: 2rem auto;
  }
}
#order .content .orderArea .l-minimal__icon--ruler {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_ruler.png?cfd829dd61");
  -webkit-background-size: 2.6rem auto;
  -moz-background-size: 2.6rem auto;
  background-size: 2.6rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--ruler {
    -webkit-background-size: 2.6rem auto;
    -moz-background-size: 2.6rem auto;
    background-size: 2.6rem auto;
  }
}
#order .content .orderArea .l-minimal__icon--order {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_device.png?f909beeda2");
  -webkit-background-size: 2.4rem auto;
  -moz-background-size: 2.4rem auto;
  background-size: 2.4rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--order {
    -webkit-background-size: 2.4rem auto;
    -moz-background-size: 2.4rem auto;
    background-size: 2.4rem auto;
  }
}
#order .content .orderArea .l-minimal__icon--repair {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_repair.png?2ed87daac7");
  -webkit-background-size: auto 2rem;
  -moz-background-size: auto 2rem;
  background-size: auto 2rem;
  background-position: 0.5rem 50%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--repair {
    -webkit-background-size: auto 2rem;
    -moz-background-size: auto 2rem;
    background-size: auto 2rem;
    background-position: 0.5rem 50%;
  }
}
#order .content .orderArea .l-minimal__icon--repair-2 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_repair_2.png?f227b9420f");
  -webkit-background-size: 2.3rem auto;
  -moz-background-size: 2.3rem auto;
  background-size: 2.3rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--repair-2 {
    -webkit-background-size: auto 2rem;
    -moz-background-size: auto 2rem;
    background-size: auto 2rem;
    background-position: 0.5rem 50%;
  }
}
#order .content .orderArea .l-minimal__icon--mail {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_mail.png?2e74f9a913");
  -webkit-background-size: 2.2rem auto;
  -moz-background-size: 2.2rem auto;
  background-size: 2.2rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--mail {
    -webkit-background-size: 2rem auto;
    -moz-background-size: 2rem auto;
    background-size: 2rem auto;
  }
}
#order .content .orderArea .l-minimal__icon--major {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_major.png?b870b28762");
  -webkit-background-size: 2.2rem auto;
  -moz-background-size: 2.2rem auto;
  background-size: 2.2rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--major {
    -webkit-background-size: 2rem auto;
    -moz-background-size: 2rem auto;
    background-size: 2rem auto;
  }
}
#order .content .orderArea .l-minimal__icon--truck {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_truck.png?aab1a32b33");
  -webkit-background-size: 2.2rem auto;
  -moz-background-size: 2.2rem auto;
  background-size: 2.2rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--truck {
    -webkit-background-size: 2rem auto;
    -moz-background-size: 2rem auto;
    background-size: 2rem auto;
  }
}
#order .content .orderArea .l-minimal__icon--truck2 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_truck_2.png?5b14094927");
  -webkit-background-size: 2.1rem auto;
  -moz-background-size: 2.1rem auto;
  background-size: 2.1rem auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__icon--truck2 {
    -webkit-background-size: 2rem auto;
    -moz-background-size: 2rem auto;
    background-size: 2rem auto;
  }
}
#order .content .orderArea .l-minimal__block {
  padding: 1.4rem 1rem 0 1rem;
}
#order .content .orderArea .l-minimal__box {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__box {
    font-size: 0.8rem;
  }
}
#order .content .orderArea .l-minimal__graybox {
  padding: 1rem 1rem 1rem 1rem;
  background: #f5f5f5;
  font-size: 0.75rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__graybox {
    font-size: 0.8rem;
  }
}
#order .content .orderArea .l-minimal__graybox.dark {
  background: #dfdfdf;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__graybox.dark {
    font-size: 0.8rem;
  }
}
#order .content .orderArea .l-minimal__graybox.dark h6 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.8rem;
}
#order .content .orderArea .l-minimal__graybox p {
  font-size: 0.7rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__graybox p {
    font-size: 0.8rem;
  }
}
#order .content .orderArea .l-minimal__graybox ul {
  font-size: 0.7rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__graybox ul {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  #order .content .orderArea .l-minimal__graybox .mb0 {
    margin-bottom: 0!important;
  }
}
#order .content .orderArea .l-minimal__textlist__list {
  padding-left: 0.7rem;
  position: relative;
}
#order .content .orderArea .l-minimal__textlist__list a {
  color: #2ea7e0;
}
#order .content .orderArea .l-minimal__textlist__list:not(:first-child) {
  margin-top: 1.4rem;
}
#order .content .orderArea .l-minimal__textlist__list::before {
  content: '・';
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: -0.4rem;
  line-height: 1.1;
}
#order .content .orderArea .l-minimal__textlist__list strong {
  font-weight: bold;
}
#order .content .orderArea .l-minimal__textlist__list.last {
  margin-top: 0.2rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__textlist__list br.for-sp {
    display: block;
  }
}
#order .content .orderArea .l-minimal__textlist.tight .l-minimal__textlist__list:not(:first-child) {
  margin-top: 0.2rem;
}
#order .content .orderArea .l-minimal__textlist__childcaption {
  font-size: 0.6rem;
  margin-top: 0.2rem;
}
#order .content .orderArea .l-minimal__textlist__childcaption li {
  padding-left: 1rem;
  line-height: 1.6;
  position: relative;
}
#order .content .orderArea .l-minimal__textlist__childcaption li:not(:first-child) {
  margin-top: 0.2rem;
}
#order .content .orderArea .l-minimal__textlist__childcaption li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
#order .content .orderArea .l-minimal__notes {
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
#order .content .orderArea .l-minimal__notes li {
  padding-left: 1rem;
  line-height: 1.6;
  position: relative;
}
#order .content .orderArea .l-minimal__notes li:not(:first-child) {
  margin-top: 0.2rem;
}
#order .content .orderArea .l-minimal__notes li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox {
  background: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__rulerselect__btnbox {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn {
  width: 50%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__rulerselect__btnbox .btn {
    width: 100%;
  }
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn a {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 150px;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn .title {
  position: absolute;
  display: block;
  text-align: center;
  height: 0.8rem;
  letter-spacing: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 700;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn .title::before,
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn .title::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1.2rem;
  display: inline-block;
  margin-bottom: -0.3rem;
  background-position: center;
  background-repeat: no-repeat;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn .title::before {
  margin-right: 0.5rem;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn .title::after {
  margin-left: 1rem;
  background-image: url("/order/wp-content/themes/only_tpl/images/order/arrow_right_white.png?50579200cb");
  -webkit-background-size: auto 1rem;
  -moz-background-size: auto 1rem;
  background-size: auto 1rem;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn.self a {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/about_btn_img_01.png?3dd65f7444");
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn.self a .title::before {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_movie.png?27b2dfa168");
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn.self .textbox {
  background: #2b2b2b;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__rulerselect__btnbox .btn.shop {
    border-top: 1px solid #fff;
  }
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn.shop a {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/about_btn_img_02.png?9a6f73ef0f");
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn.shop a .title::before {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/icon_map.png?368aa2e78a");
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn.shop .textbox {
  background: #171717;
}
#order .content .orderArea .l-minimal__rulerselect__btnbox .btn .textbox {
  padding: 0.5rem 0.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__rulerselect__btnbox .btn .textbox {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__rulerselect__btnbox .btn .textbox br {
    display: inline;
  }
}
#order .content .orderArea .l-minimal__rulerselect__shops__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__rulerselect__shops__list {
    display: block;
  }
}
#order .content .orderArea .l-minimal__rulerselect__shops__list .l-minimal__textlist__list:not(:first-child) {
  margin-top: 0;
}
#order .content .orderArea .l-minimal__about__iframe {
  width: 100%;
  height: 50vw;
  max-height: 360px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__about__iframe {
    margin-bottom: 2rem;
  }
}
#order .content .orderArea .l-minimal__flow__step .steparea {
  margin: 2rem 0 0;
}
#order .content .orderArea .l-minimal__flow__step .steparea .stepicon {
  font-weight: 700;
  padding: 1.8rem 0 1.7rem 7rem;
  font-size: 1rem;
  background: no-repeat 0 50%;
  -webkit-background-size: auto 4.8rem;
  -moz-background-size: auto 4.8rem;
  background-size: auto 4.8rem;
  position: relative;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__step .steparea .stepicon {
    padding: 1rem 0 1rem 4.4rem;
    -webkit-background-size: auto 3.4rem;
    -moz-background-size: auto 3.4rem;
    background-size: auto 3.4rem;
  }
}
#order .content .orderArea .l-minimal__flow__step .steparea .stepicon:not(first-child) {
  margin-top: 1.7rem;
}
#order .content .orderArea .l-minimal__flow__step .steparea .stepicon::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/order/wp-content/themes/only_tpl/images/order/arrow_bottom_gray.png?ddca4a2f00") no-repeat center;
  -webkit-background-size: 1rem auto;
  -moz-background-size: 1rem auto;
  background-size: 1rem auto;
  position: absolute;
  top: -1.8rem;
  left: 1.7rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__step .steparea .stepicon::before {
    left: 0.9rem;
  }
}
#order .content .orderArea .l-minimal__flow__step .steparea .step01 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/flow_icon_step_01.png?93112c98a4");
}
#order .content .orderArea .l-minimal__flow__step .steparea .step01::before {
  display: none;
}
#order .content .orderArea .l-minimal__flow__step .steparea .step02 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/flow_icon_step_02.png?f5407c8e9c");
}
#order .content .orderArea .l-minimal__flow__step .steparea .step03 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/flow_icon_step_03.png?7b3770a66e");
}
#order .content .orderArea .l-minimal__flow__step .steparea .step04 {
  background-image: url("/order/wp-content/themes/only_tpl/images/order/flow_icon_step_04.png?f6def82a07");
}
#order .content .orderArea .l-minimal__flow__chioce--h4 {
  background: none;
  text-align: center;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 0;
  height: 1rem;
  line-height: 1rem;
  margin: 0 0 1rem;
  font-weight: 700;
}
#order .content .orderArea .l-minimal__flow__chioce__tabbtn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 2rem;
}
#order .content .orderArea .l-minimal__flow__chioce__tabbtn .tab {
  width: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-bottom: 4px solid #000;
}
#order .content .orderArea .l-minimal__flow__chioce__tabbtn .tab a {
  display: block;
  padding: 0.6rem 1rem;
  height: 100%;
  background: #b2b2b2;
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__chioce__tabbtn .tab a {
    font-size: 1rem;
  }
}
#order .content .orderArea .l-minimal__flow__chioce__tabbtn .tab a.active {
  background: #000;
}
#order .content .orderArea .l-minimal__flow__chioce__tabbody__content {
  display: none;
}
#order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 620px) {
  #order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic {
    position: static;
    width: 100%;
  }
}
#order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic.link01 {
  top: 0;
}
@media screen and (max-width: 620px) {
  #order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic.link01 {
    margin-bottom: 2px;
  }
}
#order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic.link02 {
  top: 28px;
}
#order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic a {
  height: 26px;
  line-height: 20px;
  width: 270px;
  padding: 0;
}
@media screen and (max-width: 620px) {
  #order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic a {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__ruler .l-minimal__linkbtnbic a {
    margin-bottom: 2px;
    height: 40px;
    line-height: 34px;
    font-size: 0.9rem;
  }
}
#order .content .orderArea .l-minimal__flow__ruler .photo {
  width: 200px;
  height: auto;
  float: right;
  margin: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__ruler .photo {
    width: 100%;
    float: none;
    margin: 0 0 1rem 0;
  }
}
#order .content .orderArea .l-minimal__flow__ruler .left::after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
}
#order .content .orderArea .l-minimal__flow__ruler p {
  font-size: 0.7rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__ruler p {
    font-size: 0.8rem;
  }
}
#order .content .orderArea .l-minimal__flow__heading--h4 {
  background: none;
  padding: 0;
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__heading--h4 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
#order .content .orderArea .l-minimal__flow__select {
  padding: 2rem 3rem;
  text-align: center;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__select {
    padding: 1rem;
  }
}
#order .content .orderArea .l-minimal__flow__select .photo {
  width: 100%;
  height: auto;
}
#order .content .orderArea .l-minimal__flow__shop .photo {
  float: right;
  width: 292px;
  height: auto;
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__shop .photo {
    margin: 0 0 1rem 0;
    width: 100%;
    float: none;
  }
}
#order .content .orderArea .l-minimal__flow__shop .left::after {
  content: '';
  display: block;
  height: 1px;
  clear: both;
}
#order .content .orderArea .l-minimal__flow__shop__order__col2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__shop__order__col2 {
    display: block;
  }
}
#order .content .orderArea .l-minimal__flow__shop__order__col2 .textbox {
  width: 50%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__shop__order__col2 .textbox {
    width: 100%;
  }
}
#order .content .orderArea .l-minimal__flow__shop__order__col2 .photobox {
  margin-left: 1rem;
  width: 50%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__flow__shop__order__col2 .photobox {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
#order .content .orderArea .l-minimal__flow__shop__order__col2 .photobox img {
  width: 100%;
  height: auto;
}
#order .content .orderArea .l-minimal__flow__shop__order__col2 .photobox .caption {
  margin: 0.3rem 0 0.8rem;
  font-size: 0.6rem;
  color: #3b3b3b;
}
#order .content .orderArea .l-minimal__flow__shop__order__h6 {
  font-weight: 700;
  padding-left: 0.5rem;
  border-left: 3px solid #000;
  margin-bottom: 1rem;
}
#order .content .orderArea .l-minimal__faq__table {
  font-size: 0.6rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__faq__table {
    margin: 2rem 0 0 -1rem;
  }
}
#order .content .orderArea .l-minimal__faq__table th,
#order .content .orderArea .l-minimal__faq__table td {
  padding: 0.8rem 0.3rem;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__faq__table th,
  #order .content .orderArea .l-minimal__faq__table td {
    padding: 0.5rem 0.3rem;
  }
}
#order .content .orderArea .l-minimal__faq__table tr {
  border-bottom: 1px solid #000;
}
#order .content .orderArea .l-minimal__faq__table tbody th {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__faq__table tbody th {
    width: 2.8rem;
    padding-left: 0;
  }
}
#order .content .orderArea .l-minimal__faq__table tbody td {
  text-align: center;
}
#order .content .orderArea .l-minimal__faq__list {
  margin-top: 2.4rem;
}
#order .content .orderArea .l-minimal__faq__list dt::before,
#order .content .orderArea .l-minimal__faq__list dd::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2.8rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#order .content .orderArea .l-minimal__faq__list .question {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  padding-left: 2.2rem;
  position: relative;
}
#order .content .orderArea .l-minimal__faq__list .question::before {
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c1c1c1;
  z-index: -1;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__faq__list .question {
    margin-bottom: 1.6rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  #order .content .orderArea .l-minimal__faq__list .question::before {
    width: 40px;
    height: 40px;
    top: -0.4rem;
    left: 0;
  }
}
#order .content .orderArea .l-minimal__faq__list .answer {
  font-size: 0.8rem;
  padding-left: 2.2rem;
  position: relative;
  margin-bottom: 5rem;
}
#order .content .orderArea .l-minimal__faq__list .answer-1 {
  margin-top: 1rem;
}
#order .content .orderArea .l-minimal__faq__list .answer-1:first-child {
  margin-top: 1.2rem;
}
#order .content .orderArea .l-minimal__faq__list .answer-1 dt {
  font-family: 'Times New Roman';
  font-size: 1.2rem;
  font-weight: bold;
}
#order .content .orderArea .l-minimal__faq__list .answer-1 dt +mq-max-width {
  font-family: 'Playfair Display', serif;font-weight: 400;, '游明朝', YuMincho, serif;
}
#order .content .orderArea .l-minimal__faq__list .answer-1 dd {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__faq__list .answer {
    margin-bottom: 3rem;
    padding-left: 1rem;
  }
}
#order .content .orderArea .kv {
  margin-bottom: 5rem;
}
#order .content .orderArea .kv img {
  max-width: 100%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .kv {
    margin-bottom: 2rem;
  }
}
#order .content .orderArea .l-minimal__feature {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#order .content .orderArea .l-minimal__feature .feature-item {
  margin-left: 1rem;
  max-width: 204px;
}
#order .content .orderArea .l-minimal__feature .feature-item:first-child {
  margin-left: 0;
}
#order .content .orderArea .l-minimal__feature .feature-item-1 .feature-heading::before {
  content: '1';
}
#order .content .orderArea .l-minimal__feature .feature-item-2 .feature-heading::before {
  content: '2';
}
#order .content .orderArea .l-minimal__feature .feature-item-3 .feature-heading::before {
  content: '3';
}
#order .content .orderArea .l-minimal__feature .feature-item .feature-heading {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0 0 0 1.8rem;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.3rem;
  background-image: none;
  white-space: nowrap;
}
@media screen and (max-width: 630px) {
  #order .content .orderArea .l-minimal__feature .feature-item .feature-heading {
    white-space: normal;
  }
}
#order .content .orderArea .l-minimal__feature .feature-item .feature-heading::before {
  position: absolute;
  left: -0.1rem;
  top: 0.6rem;
  font-size: 3rem;
  font-family: 'Times New Roman';
  font-weight: bold;
  color: #7c6a62;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__feature .feature-item .feature-heading::before {
    font-family: 'Playfair Display', serif;font-weight: 400;, '游明朝', YuMincho, serif;
  }
}
#order .content .orderArea .l-minimal__feature .feature-item .img {
  line-height: 0;
}
#order .content .orderArea .l-minimal__feature .feature-item .img img {
  max-width: 100%;
}
#order .content .orderArea .l-minimal__feature .feature-item p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__feature {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #order .content .orderArea .l-minimal__feature .feature-item {
    width: 100%;
    max-width: initial;
    max-width: none;
    margin: 2rem 0 0;
  }
  #order .content .orderArea .l-minimal__feature .feature-item:first-child {
    margin-top: 0;
  }
  #order .content .orderArea .l-minimal__feature .feature-item .feature-heading br {
    display: block;
  }
}
#order .content .orderArea .l-minimal__wflow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#order .content .orderArea .l-minimal__wflow .wflow-item {
  position: relative;
  margin-left: 1.2rem;
  max-width: 204px;
}
#order .content .orderArea .l-minimal__wflow .wflow-item::before {
  content: '';
  position: absolute;
  top: 3.7rem;
  right: -1.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #c9b3a8;
}
#order .content .orderArea .l-minimal__wflow .wflow-item:first-child {
  margin-left: 0;
}
#order .content .orderArea .l-minimal__wflow .wflow-item:last-child::before {
  display: none;
}
#order .content .orderArea .l-minimal__wflow .wflow-item .en {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-family: 'Times New Roman';
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__wflow .wflow-item .en {
    font-family: 'Playfair Display', serif;font-weight: 400;, '游明朝', YuMincho, serif;
  }
}
#order .content .orderArea .l-minimal__wflow .wflow-item .img {
  text-align: center;
  margin-bottom: 0.2rem;
}
#order .content .orderArea .l-minimal__wflow .wflow-item .img img {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .l-minimal__wflow {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item {
    overflow: hidden;
    width: 100%;
    max-width: initial;
    max-width: none;
    margin: 1rem 0 0;
    padding-bottom: 2rem;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item:first-child {
    margin-top: 0;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item:last-child {
    padding-bottom: 0;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item::before {
    top: auto;
    bottom: 0;
    right: 50%;
    border-width: 18px 15px 0 15px;
    border-color: #c9b3a8 transparent transparent transparent;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item .img {
    float: left;
    width: 64.5px;
    margin-right: 18px;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item .img img {
    width: 100%;
    height: auto;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item .text-block {
    overflow: hidden;
  }
  #order .content .orderArea .l-minimal__wflow .wflow-item .text-block .en {
    text-align: left;
  }
}
#order .content .orderArea .illast {
  position: relative;
  max-width: 537px;
  margin: 0 auto;
}
#order .content .orderArea .illast img {
  max-width: 100%;
}
#order .content .orderArea .illast .caption {
  position: absolute;
}
@media screen and (max-width: 600px) {
  #order .content .orderArea .illast .caption {
    font-size: 0.9vw;
  }
}
#order .content .orderArea .illast .caption-1 {
  top: 4.6%;
  left: 12%;
  width: 26%;
}
#order .content .orderArea .illast .caption-2 {
  top: 63.6%;
  left: 2.8%;
  width: 21%;
}
#order .content .orderArea .illast .caption-3 {
  top: 63.6%;
  right: 3%;
  width: 23%;
}
#order .content .orderArea .illast .mens-tailor {
  margin: 0.5rem 0;
}
#order .content .orderArea .illast .mens-tailor .img {
  float: left;
  margin-right: 18px;
  width: 54px;
}
#order .content .orderArea .illast .mens-tailor p {
  overflow: hidden;
}
#order .content .orderArea .illast .text-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 0.5rem;
}
#order .content .orderArea .illast .text-block .text-item:first-child {
  padding-right: 5%;
}
#order .content .orderArea .illast .text-block .text-item:last-child {
  padding-left: 5%;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .illast {
    margin-bottom: 3rem;
  }
}
#order .content .orderArea .store .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
/*#order .content .orderArea .store .row .img-group {
  width: 182px;
  line-height: 0;
}
#order .content .orderArea .store .row .img-group .img {
  margin-top: 1rem;
}
#order .content .orderArea .store .row .img-group .img:first-child {
  margin-top: 0;
}
#order .content .orderArea .store .row .img-group .img img {
  max-width: 100%;
}

#order .content .orderArea .store .row .text {
  margin-left: 2rem;
}
#order .content .orderArea .store .row .text p {
  margin-top: 0.8rem;
  font-size: 0.7rem;
  line-height: 1.3rem;
}
#order .content .orderArea .store .row .text p:first-child {
  margin-top: 0;
}
*/

#order .content .orderArea .store .other-box .img .left{
  padding-left: 25px;
}

#order .content .orderArea .store .other-box .text{
  margin-top: 15px;
}

#order .content .orderArea .store .other-box .text p{
  font-size: 12px;
}


@media screen and (max-width: 420px) {
  #order .content .orderArea .store .other-box .img img{
    width: 49%;
  }

  #order .content .orderArea .store .other-box .img .lest{
    padding-left: 2%;
  }

  #order .content .orderArea .store .other-box .text{
    margin-top: 15px;
  }

  #order .content .orderArea .store .other-box .text p{
    font-size: 12px;
  }
}



#order .content .orderArea .store .row .text ul {
  padding-left: 2rem;
}
#order .content .orderArea .store .row .text ul li {
  position: relative;
  padding-left: 0.7rem;
  font-size: 0.7rem;
}
#order .content .orderArea .store .row .text ul li::before {
  content: '・';
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: -0.4rem;
  line-height: 1.1;
}
#order .content .orderArea .store .button-group {
  margin-top: 1.2rem;
  margin-bottom: -1.5rem;
  /*max-width: 500px;*/
  text-align: center;
}
#order .content .orderArea .store .button-group .button-reserve {
  padding: 4px 30px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #221815;
  border: 2px solid #c0c1c1;
  border-radius: 20px;
  text-decoration: none;
}
#order .content .orderArea .store .button-group .button-reserve:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .store .row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #order .content .orderArea .store .row .img-group {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #order .content .orderArea .store .row .img-group .img {
    width: 48%;
    height: auto;
    margin: 0;
  }
  #order .content .orderArea .store .row .text {
    margin: 1rem 0 0;
  }
  #order .content .orderArea .store .row .text p {
    margin-top: 1rem;
  }
  #order .content .orderArea .store .row .text ul {
    padding: 0;
  }
  #order .content .orderArea .store .button-group {
    margin-bottom: 0;
  }
  #order .content .orderArea .store .button-group .button-reserve {
    padding: 10px 14px;
    font-size: 0.95rem;
    white-space: nowrap;
  }
}
#order .content .orderArea .qrcode {
  position: relative;
  margin-top: 0.5rem;
}
#order .content .orderArea .qrcode .caption {
  position: absolute;
  top: 0.5rem;
  left: 5rem;
}
#order .content .orderArea .qrcode img {
  width: 68px;
}
@media screen and (max-width: 420px) {
  #order .content .orderArea .qrcode {
    text-align: center;
  }
  #order .content .orderArea .qrcode img {
    width: 120px;
    margin: 1rem auto 0;
  }
  #order .content .orderArea .qrcode .caption {
    position: static;
    display: block;
    padding: 0;
    line-height: 1.3rem;
    text-align: left;
  }
}

/*# sourceMappingURL=minimal.css.map */
