@charset "utf-8";
/* TOP
------------------------------------------------------------ */
/* サイトの大枠 */
.site-content {
  overflow: hidden; }
  .contents-frame_form {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
  .mw_wp_form, .wpcf7 {
      margin: 48px 0 80px;
  }
/* 営業時間 */
.table_style_wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px;
  border-radius: 8px; }
  .table_style_wrap .close-text {
    border: 1px solid #313131;
    border-radius: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #313131;
    width: 200px;
    height: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .table_style_wrap .t-cap {
    margin-bottom: 16px; }

.table_style {
  width: 100%;
  border-bottom: 1px solid #313131;
  margin-bottom: 16px; }
  .table_style thead {
    text-align: center;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #313131; }
  .table_style tbody tr {
    line-height: 3;
    text-align: center;
    border-bottom: 1px dashed #313131; }
    .table_style tbody tr:nth-last-child(1) {
      border-bottom: none; }
    .table_style tbody tr th {
      font-weight: normal; }
    .table_style tbody tr td {
      padding: 0 2px; }

/* 住所・電話番号 */
.address-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 16px; }
  .address-box .ad-list > li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 16px; }
    .address-box .ad-list > li:nth-last-child(1) {
      margin-bottom: 0; }
    .address-box .ad-list > li i {
      margin-right: 6px; }
  .address-box .ad-list .ad-list_01 i, .address-box .ad-list .ad-list_02 i {
    line-height: 1.5; }
  .address-box .ad-list .ad-list_01 > span, .address-box .ad-list .ad-list_02 > span {
    line-height: 1.5; }
  @media only screen and (max-width: 550px) {
    .address-box .ad-list {
      width: 100%; } }
  .address-box .tel-number {
    padding: 0;
    margin-top: 16px; }

/* フォームナビ */
.form-list {
  border: 1px solid #959595;
  overflow: hidden; }
  .form-list li {
    width: 33.3%;
    text-align: center;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    position: relative;
    color: #959595; }
  .form-list .now-p {
    background-color: #959595;
    color: #FFFFFF; }
    .form-list .now-p:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22px 0 22px 12px;
      border-color: transparent transparent transparent #959595;
      position: absolute;
      top: -2px;
      right: -12px;
      z-index: 10; }
  .form-list .v-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 12px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    top: -2px;
    right: -11px;
    z-index: 15; }
  .form-list .v-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 12px;
    border-color: transparent transparent transparent #959595;
    position: absolute;
    top: -2px;
    right: -12px;
    z-index: 10; }

.complete {
  background-color: #959595; }

.mv-under:before {
      display: block;
      content: "";
      background-color: #072866;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
  }
.form-list_top {
    max-width: 400px;
    margin: 0 auto 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.form-list_top:after {
   position: absolute;
   content: "";
   display: block;
   height: 1px;
   width: 70%;
   background-color: #313131;
   margin: 0 auto;
   right: 0;
   left: 0;
   top: 25%;
   max-width: 320px; }
.form-list_top .num-list {
    width: 31.3%;
    position: relative;
    z-index: 1;
}
.form-list_top .num-list .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-list_top .num-list .unit .num_current {
    background-color: #313131;
    animation: num-bg-color 3s infinite;
    -webkit-animation: num-bg-color 3s infinite;
}
.form-list_top .num-list .unit .num-wrap {
       width: 32px;
       height: 32px;
       border: 1px solid #313131;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       justify-content: center;
       border-radius: 100%;
       background-color: #FFFFFF;
       margin-bottom: 8px; }
       .form-list_top .num-list .unit .num-wrap .num {
         font-size: 1.250rem;
         font-family: "Oswald", sans-serif;
         color: #313131; }
     .form-list_top .num-list .unit .num_current {
       background-color: #313131;
       animation: num-bg-color 3s infinite;
       -webkit-animation: num-bg-color 3s infinite;
       }
       .form-list_top .num-list .unit .num_current .num {
         animation: num-color 3s infinite;
         -webkit-animation: num-color 3s infinite; }
     .form-list_top .num-list .unit .text {
       position: relative; }
.form-list_top:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 70%;
    background-color: #313131;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 25%;
    max-width: 320px;
}

/* 一覧
------------------------------------------------------------ */
.table-type_form {
    margin-bottom: 64px;
    width: 100%;
    clear: both;
    border-top: 1px dotted #cccccc;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.table-type_form tbody tr {
    border-bottom: 1px solid #cccccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.req {
    background-color: #d20000;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #FFFFFF;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Noto Sans JP", sans-serif;
}
.table-type_form tbody tr th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 184px;
    padding: 32px 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}
.table-type_form tbody tr th .req {line-height: 1.7;}

.table-type_form tbody tr td {
    padding: 32px 0px 32px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 80%;
}
.table-type_form tbody tr td label {
    margin-bottom: 32px;
    display: block;
}
.table-type_form tbody tr td label:nth-last-child(1) {
    margin-bottom: 0;
}
.a-text {
    display: block;
    position: relative;
}
.table-type_form tbody tr td label input {
    height: 48px;
    padding: 8px;
    font-size: 0.938rem;
    width: 100%;
    border: 1px solid #313131;
}
.flex-stay-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.table-type_form tbody .sending-address td label {
    display: block;
    margin: 0 8px 0 0;
}
.table-type_form tbody .sending-address td .pp-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 560px;
    margin-bottom: 32px;
}
.table-type_form tbody .sending-address td .pp-wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    width: 48%;
}
.table-type_form tbody .sending-address td select {
    height: 48px;
    font-size: 0.875rem;
    padding-left: 8px;
    -webkit-appearance: none;
    border: 1px solid #313131;
}
.table-type_form tbody .sending-address td .pp-wrap label .prefectures {
    width: 100%;
}
table-type_form tbody .sending-address td .sa-wrap label:first-child {
    margin-bottom: 12px;
}
.table-type_form tbody .sending-address td .sa-wrap label {
    margin: 0;
}
.table-type_form tbody #tel_fm {
    height: 48px;
    padding: 8px;
    font-size: 0.938rem;
    width: 100%;
    border: 1px solid #313131;
    width: 100%;
}

.table-type_form tbody .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.table-type_form tbody .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}
.table-type_form tbody .wpcf7-checkbox .wpcf7-list-item label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.table-type_form tbody .mwform-checkbox-field label input,
.table-type_form tbody .mwform-radio-field label input {
    width: 16px;
    height: 16px;
    margin-top: 8px;
}
.table-type_form tbody .wpcf7-checkbox .wpcf7-list-item label input {
    width: 16px;
    height: 16px;
    margin: 8px 8px 0 0;
}
.table-type_form tbody .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    width: calc(100% - 20px);
}
.table-type_form tbody .text-area td {
    word-break: break-all;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-type_form tbody #t-area_fm {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #313131;
    padding: 8px;
    font-size: 0.938rem;
    height: 240px;
    resize: vertical;
    line-height: 1.6;
    -webkit-appearance: textarea;
}

.fm_btn_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}
.fm_btn_wrp .btn_type_fm {
    text-align: center;
    padding: 4px;
    border: none;
    max-width: 320px;
    font-size: 1.125rem;
    height: 64px;
    outline: none;
    cursor: pointer;
    width: 47%;
    margin: 0 1.5%;
    background-color: #2c2c2c;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.fm_btn_wrp input[type="submit"] {
    width: 100%;
}
.fm_btn_wrp .wpcf7-submit[type="submit"],
.fm_btn_wrp input[type="submit"][name="submitConfirm"],
.fm_btn_wrp input[type="submit"][name="form-btn"] {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #b11a0e));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #b11a0e 50%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #b11a0e 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #b11a0e 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #FFFFFF;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
    height: 72px;
}
.fm_btn_wrp input[type="submit"][name="submitBack"],
.fm_btn_wrp .submitBack {
  border: 1px solid #2c2c2c;
  color: #313131;
  height: 72px;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #9a9a9a));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #9a9a9a 50%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #9a9a9a 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #9a9a9a 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fm_btn_wrp input[type="submit"][name="submitBack"]:hover,
.fm_btn_wrp .submitBack:hover {
  background-position: -100% 0;
  color: #FFFFFF;
  border: 1px solid #9a9a9a;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.fm_btn_wrp input[type="submit"] {
  width: 100%; }
.fm_btn_wrp input[type="submit"]:hover {
    background-position: -100% 0;
}
.fm_btn_wrp.confirm-btn_wrap .btn_type_fm {  width: 48%; }
.fm_btn_wrp .wpcf7-spinner {  display: none; }
@-webkit-keyframes num-bg-color {
  0% {
    background-color: #313131;
    border: 1px solid #313131; }
  50% {
    background-color: #FFFFFF;
    border: 1px solid #313131; }
  100% {
    background-color: #313131;
    border: 1px solid #313131; } }

@keyframes num-bg-color {
  0% {
    background-color: #313131;
    border: 1px solid #313131; }
  50% {
    background-color: #FFFFFF;
    border: 1px solid #313131; }
  100% {
    background-color: #313131;
    border: 1px solid #313131; } }

@-webkit-keyframes num-bg-color {
  0% {
    background-color: #313131;
    border: 1px solid #313131; }
  50% {
    background-color: #FFFFFF;
    border: 1px solid #313131; }
  100% {
    background-color: #313131;
    border: 1px solid #313131; } }

@keyframes num-bg-color {
  0% {
    background-color: #313131;
    border: 1px solid #313131; }
  50% {
    background-color: #FFFFFF;
    border: 1px solid #313131; }
  100% {
    background-color: #313131;
    border: 1px solid #313131; } }

@-webkit-keyframes num-color {
  0% {
    color: #FFFFFF; }
  50% {
    color: #313131; }
  100% {
    color: #FFFFFF; } }

@keyframes num-color {
  0% {
    color: #FFFFFF; }
  50% {
    color: #313131; }
  100% {
    color: #FFFFFF; } }


/* sp・タブレット用 */
@media only screen and (max-width: 1225px) {
  .table-type_form tbody .sending-address td .pp-wrap {
    max-width: 100%;
}
  .table-type_form tbody tr {
    display: block;
    padding: 32px 0;
}
.table-type_form tbody tr th {
    width: 100%;
    padding: 12px 4px;
    font-size: 1.25rem;
}
.table-type_form tbody tr td {
    padding: 24px 0px;
    display: inline-block;
    width: 100%;
}
.table-type_form tbody tr td label input {
        width: 100%;
        font-size: 1.125rem;
    }
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}

/* 完了
------------------------------------------------------------ */

.sec-complete .submit-image {
    max-width: 400px;
    margin: 0 auto 40px;
}
.sec-complete .complete-title {
  text-align: center;
  margin-bottom: 32px; }
  .sec-complete .complete-title .l-text {
    font-size: 3rem; }
  .sec-complete .complete-title .c-text {
    font-weight: normal;
    font-size: 1rem; }

.sec-complete .submit-image {
  max-width: 400px;
  margin: 0 auto 40px; }

.sec-complete .cap {
  text-align: justify;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 72px; }

.sec-complete .btn-right {
  margin: 0 auto; }

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {}
