@charset "UTF-8";
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 75);
  }
  body {
    font-size: 3.3vw;
    line-height: 1.1;
    color:#333333;
  }
  .pc-br{
    display: none;
  }
  .pc{
    display: none;
  }
  /*---------------------------------------------------------------

  iOS15 Reset

  ----------------------------------------------------------------*/
  button,input[type=button]{
    color:#000;
  }
  /*---------------------------------------------------------------

  各ページ共通

  ----------------------------------------------------------------*/
  .container {
    width: 100%;
  }
  .contents {
    width: 100%;
    background-color: #fff;
  }
  .mv-area {
    margin: 0 auto;
  }
  .mv img {
    max-width: 100%;
  }
  .footer {
    width: 100%;
  }
  /*---------------------------------------------------------------

  ヘッダ

  ----------------------------------------------------------------*/
  .header {
    width: 100%;
    padding: 3vw 0 8vw; }

  .header-logo {
    width: 34.66%;
    margin: 0 auto;
    text-align: center; }

  .header-logo img {
    max-width: 100%; }

  .mv-headline {
    text-align: center;
    font-size: 4.4vw;
    letter-spacing: .2em; }

  .mv-headline span {
    display: block;
    padding-top: 2vw;
    font-size: 3.2vw;
    letter-spacing: .15em;
    font-weight: 400; }

  /*---------------------------------------------------------------

  ステップ表示

  ----------------------------------------------------------------*/
  .form-step-list {
    width: 95.46%;
    margin: 0 auto;
    padding-top: 6vw;
    border-bottom: 2px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-step-item {
    width: 33.33%;
    position: relative;
    padding: 3vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.4vw;
    line-height: 1.2; }

  .form-step-item.on:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #bba1cb; }

  .form-step-item span {
    display: inline-block;
    padding-right: 0.5em;
  }
  /*---------------------------------------------------------------

  入力ページ

  ----------------------------------------------------------------*/
  .form-area {
    margin: 0 auto;
    width: 89.33%; }
  .outline {
    width: 100%;
    padding-bottom: 8vw; }

  .designGroupTitle + .outline {
    padding-top: 2vw; }

  .leftPart {
    width: 100%;
    position: relative;
    margin-bottom: 2vw;
    font-size: 3.3vw;
    vertical-align: middle;
    font-weight: 500; }

  .mark-nece {
    display: inline-block;
    margin-left: 1em;
    padding: 1vw 2vw;
    border: 1px solid #bba1cb;
    color: #bba1cb;
    font-size: 2.6vw; }

  .mark-opt {
    display: inline-block;
    margin-left: 1em;
    padding: 0.3em 2vw;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 2.6vw; }

  .rightPart {
    width: 100%; }

  .mainWarning {
    padding: 0 0 5vw;
    text-align: center;
    font-size: 3vw;
    color: #c00; }

  .parts-error-text {
    padding-bottom: 2vw;
    color: #c00;
    font-size: 2.6vw; }

  .multi-parts-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .parts_num_2 .multi-parts-item {
    width: 50%; }

  .parts_num_2 .multi-parts-item:first-child {
    text-align: left; }

  .parts_num_2 .multi-parts-item:last-child {
    text-align: right; }

  .parts_num_3 .multi-parts-item {
    width: 33.33%; }

  .has-single-input input[type="text"],
  .has-single-input input[type="email"],
  .has-single-input input[type="tel"] {
    width: 100%; }

  input[name="phone1"] + .jCyu,
  input[name="phone2"] + .jCyu {
    display: inline-block;
    padding-left: 5px; }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    border: 1px solid #afafaf;
    border-radius: 3px;
    padding: 3vw 2vw;
    font-size: 3vw;
    color: #000; }

  .parts_num_2 input[type="text"],
  .parts_num_2 input[type="tel"] {
    width: 93%; }

  .parts_num_3 input[type="text"],
  .parts_num_3 input[type="tel"] {
    width: 80%; }

  .has-single-input textarea {
    width: 100%; }

  textarea {
    border: 1px solid #afafaf;
    border-radius: 3px;
    padding: 2vw; }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #afafaf;
    border-radius: 3px;
    padding: 3vw 0;
    font-size: 3vw;
    background: url(/form/img/icon_arrow_select.png) no-repeat right 2vw center;
    background-size: 2vw auto; }

  .multi-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .multi-select-item {
    text-align: center; }

  .multi-select-item:first-child {
    text-align: left; }

  .multi-select-item:last-child {
    text-align: right; }

  .parts_num_3 .multi-select-item {
    width: 33.33%; }

  .parts_num_2 .multi-select-item {
    width: 50%; }

  .parts_num_2 select,
  .parts_num_3 select {
    width: 90%; }

  .single-select-item select {
    width: 100%; }

  .input-parts-box.radio {
    width: 100%;
    padding-top: 4vw; }

  .input-parts-box.radio label {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 2vw;
    font-size: 3.4vw; }

  .input-parts-box.cbox {
    width: 100%;
    padding-top: 4vw; }

  .input-parts-box.cbox label {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 2vw;
    font-size: 3.4vw; }

  .under-jCyu {
    padding-top: 2vw;
    line-height: 1.5;
    font-size: 2.8vw;
    font-weight: 400; }

  .has-single-input .jCyu {
    display: block;
    padding-top: 2vw;
    line-height: 1.5;
    font-size: 2.8vw;
    font-weight: 400; }

  /*---------------------------------------------------------------

  選択済み予約情報エリア

  ----------------------------------------------------------------*/
  .reserve-info-box {
    width: 960px;
    margin: 15px auto 0;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0; }

  .reserve-label {
    padding-right: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .1em; }

  .reserve-fair,
  .reserve-shop,
  .reserve-date,
  .reserve-koma {
    font-size: 20px;
    letter-spacing: .15em;
    font-weight: 500; }

  .reserve-shop {
    padding-right: 0.5em; }

  .reserve-fair {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px; }

  .reserve-back-box {
    width: 100%;
    margin: 0 auto; }

  .reserve-back-link a {
    display: inline-block;
    padding: 20px 0 20px 33px;
    position: relative;
    color: #000;
    font-size: 14px; }

  .reserve-back-link a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: calc(50% - 14px);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #6b6b6b; }

  .reserve-back-link a:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-left: 2px solid #6b6b6b;
    border-bottom: 2px solid #6b6b6b;
    -webkit-transform: rotate(45deg) translateY(-2px);
    -ms-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
    -ms-transform-origin: right 50% 0;
    transform-origin: right 50% 0; }

}
