@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700,900,900i&display=swap");
/* CSS Document */
#flow {
  width: 100%;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.flow-box-wrap {
  padding: 0 3%;
}

.flow-box {
  width: 100%;
  margin: 0 0 50px 0;
  background: #F2F2F2;
  padding: 24px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flow-box::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 3rem;
  color: #0A6FCB;
}

.flow-box:last-child::after {
  content: none;
}

.flow-step {
  width: 10%;
  color: #0A6FCB;
  font-size: 1.8rem;
  font-weight: bold;
}

.flow-box dl dt {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

#searchbox-wrap h2 {
  margin: 0 0 10px 0;
  color: #0A6FCB;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#searchbox-wrap #searchbox {
  background: #DBE4F2;
  color: #333;
}
#searchbox-wrap .label-radio input[type=radio]:checked + .lever:before {
  content: "";
  color: #0A6FCB;
}
#searchbox-wrap #searchbox-room {
  background: #BCCFED;
}
#searchbox-wrap #searchbox-room-head {
  color: #333;
}

@media (max-width: 960px) {
  #flow {
    width: 100%;
    padding: 10px 0;
  }

  .flow-box-wrap {
    padding: 0 3%;
  }

  .flow-box {
    width: 100%;
    margin: 0 0 30px 0;
    background: #F2F2F2;
    padding: 8px 3%;
    display: block;
    position: relative;
  }

  .flow-box::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 3rem;
    color: #0A6FCB;
  }

  .flow-box:last-child::after {
    content: none;
  }

  .flow-step {
    width: 100%;
    font-size: 1.2rem;
  }

  .flow-box dl dt {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
  }

  .flow-box dl dd {
    font-size: 1.2rem;
  }

  #searchbox-wrap h2 {
    margin: 0 0 10px 0;
    color: #0A6FCB;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #searchbox-wrap #searchbox {
    background: #DBE4F2;
    color: #333;
  }
  #searchbox-wrap .label-radio input[type=radio]:checked + .lever:before {
    content: "";
    color: #0A6FCB;
  }
  #searchbox-wrap #searchbox-room {
    background: #BCCFED;
  }
  #searchbox-wrap #searchbox-room-head {
    color: #333;
  }
}