input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

@media screen and (min-width: 1200px) {
  .tb:not(.pc), .sp {
    display: none !important; } }
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .pc:not(.tb), .sp:not(.tb) {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .tb:not(.sp), .pc {
    display: none !important; } }
.form-table th, .form-table td {
  text-align: left;
  vertical-align: middle; }
.form-table th {
  width: 30%; }
.form-table .input-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form-table .input-title span {
    display: inline-block;
    font-size: 14px;
    background: #7a7f8c;
    width: 3em;
    text-align: center;
    height: 1.5em;
    color: #FFF;
    line-height: 1.5em; }
    .form-table .input-title span.req {
      background: #FF5959; }
.form-table td {
  width: 70%;
  position: relative; }
.form-table .attention {
  padding: 0; }
  @media screen and (min-width: 641px) {
    .form-table .attention {
      padding-left: 14px; } }
@media screen and (max-width: 640px) {
  .form-table.res th, .form-table.res td {
    width: 100%; }
  .form-table.res th {
    font-size: 100%;
    padding: 5px 10px;
    border-radius: 0 !important;
    border-width: 0 0 0 7px !important; }
  .form-table.res td {
    border: none !important;
    padding-bottom: 25px; } }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
  outline: none;
  padding: .5em;
  font-family: inherit; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    box-shadow: 1px 1px 0 #0b308f, -1px -1px 0 #0b308f;
    border-color: #0b308f; }

input[name="tel"] {
  width: 13em; }

input[name="zip"] {
  width: 8em; }

input[name="room"] {
  width: 8em; }

.radio-box {
  padding: 0 !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .radio-box > .radio-list {
    position: relative;
    width: 48%;
    margin: 10px 0; }
  .radio-box .radio {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .radio-box .label-radio {
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    padding: 10px 10px 10px 60px;
    cursor: pointer; }
    @media screen and (max-width: 400px) {
      .radio-box .label-radio {
        padding: 10px 5px 10px 50px; } }
    .radio-box .label-radio::before, .radio-box .label-radio::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      border: 1px solid #0b308f;
      border-radius: 50%;
      transform: translateY(-50%); }
    .radio-box .label-radio::before {
      left: 16px;
      width: 24px;
      height: 24px; }
    .radio-box .label-radio::after {
      display: none; }
    .radio:checked + .label-radio {
      background: #f3fafd;
      border-color: #0b308f; }

    .radio:checked + .label-radio::before {
      background: #0b308f; }

    .radio:checked + .label-radio::after {
      display: block;
      left: 22px;
      width: 12px;
      height: 12px;
      background: #FFF; }

.checkbox-box {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 500px) {
    .checkbox-box {
      justify-content: space-between; } }
  .checkbox-box > .checkbox-list {
    display: flex;
    position: relative;
    margin: 5px; }
    @media screen and (min-width: 501px) and (max-width: 640px) {
      .checkbox-box > .checkbox-list {
        width: 30%;
        margin: 10px 1.66666%; } }
    @media screen and (max-width: 500px) {
      .checkbox-box > .checkbox-list {
        width: 48%;
        margin: 10px 0; } }
  .checkbox-box .checkbox {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .checkbox-box .label-checkbox {
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    padding: 10px 10px 10px 60px;
    cursor: pointer;
    width: 180px;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .checkbox-box .label-checkbox {
        width: 100%;
        display: block;
        padding: 10px 5px 10px 50px; } }
    .checkbox-box .label-checkbox::before, .checkbox-box .label-checkbox::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      border: 1px solid #0b308f;
      transform: translateY(-50%); }
    .checkbox-box .label-checkbox::before {
      left: 16px;
      width: 24px;
      height: 24px; }
    .checkbox-box .label-checkbox::after {
      display: none; }
    .checkbox:checked + .label-checkbox {
      background: #f3fafd;
      border-color: #0b308f; }

    .checkbox:checked + .label-checkbox::after {
      display: block;
      left: 21px;
      width: 16px;
      height: 10px;
      border: 0;
      border-left: 4px solid #ff6900;
      border-bottom: 4px solid #ff6900;
      -webkit-transform: rotate(-45deg) scale(0.5);
      transform: rotate(-45deg);
      top: 13px; }

.agreement-box {
  position: relative;
  background: #FFF;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: auto;
  border: 2px solid #0b308f;
  padding: 1.5em;
  font-weight: bold; }
  .agreement-box.agreement-checked {
    background: #f3fafd; }
  .agreement-box .agreement {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .agreement-box .label-agreement {
    cursor: pointer;
    padding-left: 2em;
    position: relative; }
    .agreement-box .label-agreement::before, .agreement-box .label-agreement::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1em;
      height: 1em;
      border: 2px solid #0b308f;
      transform: translateY(-50%); }
    .agreement-box .label-agreement::after {
      display: none; }
    .agreement:checked + .label-agreement::after {
      display: block;
      left: 3px;
      width: 14px;
      height: 8px;
      border: 0;
      border-left: 4px solid #ff6900;
      border-bottom: 4px solid #ff6900;
      -webkit-transform: rotate(-45deg) scale(0.5);
      transform: rotate(-45deg);
      top: 2px; }

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto; }
  .btn-box .btn {
    margin: 20px;
    font-weight: bold;
    padding: 1em 2em;
    font-size: 18px; }
    .btn-box .btn.back_btn {
      background: #eee;
      box-shadow: 0 4px #aaa;
      color: #666; }
    .btn-box .btn.disabled {
      background-color: #aaa;
      box-shadow: none;
      transform: translateY(3px); }

.spleft {
  text-align: center; }
  @media screen and (max-width: 640px) {
    .spleft {
      text-align: left; } }

.ssl {
  max-width: 980px;
  border-radius: 5px;
  background-color: #f7f9ff;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px; }
  @media screen and (max-width: 640px) {
    .ssl {
      flex-direction: column; } }
  .ssl .img {
    text-align: center;
    padding: 0;
    line-height: 0; }
    @media screen and (max-width: 640px) {
      .ssl .img {
        margin-top: 10px; } }
  .ssl .text {
    padding: 0 10px 0 0; }

#ft_last {
  padding: 20px !important; }

header {
  border-top: none;
  border-bottom: 2px solid #0b318f;
  background-color: #f7f9ff; }

.chart_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px; }
  .chart_wrap .chart {
    position: relative;
    padding: 0 10px; }
    .chart_wrap .chart .step {
      text-align: center;
      width: 60px;
      height: 60px;
      border-radius: 100px;
      color: white;
      background-color: #0b308f;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1.3;
      font-size: 90%;
      font-weight: 700; }
    .chart_wrap .chart.here {
      color: #eb6100; }
      .chart_wrap .chart.here .step {
        background-color: #eb6100;
        color: #fff100; }
  .chart_wrap .arrow {
    margin-top: -25px;
    max-width: 13vw; }

/*----------------------map*/
#map {
  height: 500px;
  width: 100%;
  margin-bottom: 30px; }

.map_check {
  cursor: pointer; }
