@charset "UTF-8";
.error {
  color: red !important;
}
@media screen and (min-width: 769px), print {
	.bottom_menu {
		display: none;
	}
  .date-dropdowns span {
    margin-right: 15px;
  }
  .bReservation .row {
    max-width: 1228px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .bReservation .rTtl {
    text-align: center;
    color: #699ad1;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.5;
    padding-bottom: 10px;
    background: url("../img/reservation/border.png") repeat-x center bottom;
    margin-bottom: 20px;
  }
  .bReservation_nav {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 65px;
    overflow: hidden;
    -moz-border-radius-topleft: 20px;
         border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
         border-bottom-left-radius: 20px;
  }
  .bReservation_nav a {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    background-color: #FF4A00 ;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 125px;
    border: 1px solid #fff;
    text-decoration: none;
  }
  .bReservation_nav a.active {
    background-color: #0a66a5;
  }
  .bReservation_nav a.person {
    background-color: #0093A9;
  }
  .bReservation_nav a.rever {
    background-color: #528FC5;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .bReservation_banner {
    position: relative;
    border-bottom: 10px solid #6996cd;
  }
  .bReservation_banner img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .bReservation_banner h1 {
    font-size: 3.6rem;
    color: #6996cd;
    position: absolute;
    top: 50%;
    left: 15.7%;
    -webkit-transform: translateY(-50%) translateX(-50%);
       -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    line-height: -webkit-calc(43 / 36);
    line-height: -moz-calc(43 / 36);
    line-height: calc(43 / 36);
    font-weight: 500;
  }
  .bReservation_banner h1.white {
    color: #fff !important;
    text-shadow: 2px 2px 2px #000000;
  }
  .bReservation_content {
    padding-top: 35px;
    margin-bottom: 60px;
  }
  .bReservation_content .rDes {
    font-size: 1.7rem;
    color: #4d4d4d;
    line-height: 1.7;
    font-weight: 500;
  }
  .bReservation_content .rDes.--center {
    text-align: center;
  }
  .bReservation_content__list {
    margin-top: 50px;
  }
  .bReservation_content__list > h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3.4rem;
    color: #699ad1;
    font-weight: 500;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px), print and (max-width: 1024px) {
  .bReservation_content__list > h4 {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_content__list > h4 span {
    display: inline-block;
    padding-left: 50px;
    background: url("../img/reservation/step_ttl.png") no-repeat left center;
    -moz-background-size: 42px auto;
         background-size: 42px auto;
  }
  .bReservation_content__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bReservation_content__list ul li {
    position: relative;
    width: -webkit-calc((100% - 120px) / 3);
    width: -moz-calc((100% - 120px) / 3);
    width: calc((100% - 120px) / 3);
  }
  .bReservation_content__list ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -42px;
    top: 25%;
    width: 23px;
    height: 60px;
    background: url("../img/reservation/right.png") no-repeat center/100%;
  }
  .bReservation_content__list ul li > span {
    position: absolute;
    left: -10px;
    top: -30px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    background-color: #4a77b9;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bReservation_content__list ul li > span ins {
    text-decoration: none;
    display: block;
    font-size: 3.2rem;
  }
  .bReservation_content__list ul li > div figure {
    border: 1px solid #666666;
    border-bottom: none;
    padding: 15px 15px 25px;
    background-color: #f2f2f2;
  }
  .bReservation_content__list ul li > div figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bReservation_content__list ul li > div > p {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.4;
    text-align: center;
    background-color: #699ad1;
    font-weight: 500;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px), print and (max-width: 1024px) {
  .bReservation_content__list ul li > div > p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_content__list ul li > div > p::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -17px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #699ad1;
  }
  .bReservation_member .rDes {
    font-size: 2rem;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
  }
  .bReservation_member__confirm {
    text-align: center;
    color: #0a66a5;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.6;
    background-color: #f2f2f2;
    border: 1px solid #666666;
    padding: 10px 20px;
    margin-top: 25px;
  }
  .bReservation_member ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 20px;
    border: 1px solid #666666;
    border-top: none;
  }
  .bReservation_member ul.col3 li {
    width: -webkit-calc((100% - (35px * 2)) / 3);
    width: -moz-calc((100% - (35px * 2)) / 3);
    width: calc((100% - (35px * 2)) / 3);
  }
  .bReservation_member ul.col3 li p {
    font-size: 1.7rem !important;
  }
  .bReservation_member ul.col3 li:nth-child(3) p {
    text-align: center;
  }
  .bReservation_member ul li {
    width: -webkit-calc((100% - (35px * 3)) / 4);
    width: -moz-calc((100% - (35px * 3)) / 4);
    width: calc((100% - (35px * 3)) / 4);
    border: 3px solid #0a66a5;
    color: #0a66a5;
    text-align: center;
    padding: 20px 5px 10px;
    position: relative;
  }
  .bReservation_member ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 31px;
    background: url("../img/reservation/right_sm.png") no-repeat center/100%;
  }
  .bReservation_member ul li:nth-child(3) p {
    font-size: 1.4rem;
    text-align: left;
  }
  .bReservation_member ul li span {
    display: block;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1;
  }
  .bReservation_member ul li ins {
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    display: block;
  }
  .bReservation_member ul li p {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .bReservation_form {
    margin-top: 50px;
  }
  .bReservation_form .radio {
    display: inline-block;
  }
  .bReservation_form .radio label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
  }
  .bReservation_form .radio label > span {
    position: relative;
    display: block;
    padding-left: 28px;
    line-height: 1.3;
  }
  .bReservation_form .radio label > span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/reservation/radio.svg") no-repeat center/100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .bReservation_form .radio input {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
  }
  .bReservation_form .radio input:checked + span::before {
    background: url("../img/reservation/radio_active.svg") no-repeat center/100%;
  }
  .bReservation_form .checkbox {
    display: inline-block;
  }
  .bReservation_form .checkbox label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
  }
  .bReservation_form .checkbox label > span {
    position: relative;
    display: block;
    padding-left: 25px;
    line-height: 1.4;
  }
  .bReservation_form .checkbox label > span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/reservation/checkbox_white.svg") no-repeat center/100%;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .bReservation_form .checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
  }
  .bReservation_form .checkbox input:checked + span::before {
    background: url("../img/reservation/checkbox_white_active.svg") no-repeat center/100%;
  }
  .bReservation_form .form-checkbox {
    padding: 30px 50px;
    border-bottom: 1px solid #666666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px), print and (max-width: 960px) {
  .bReservation_form .form-checkbox {
    padding: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form .form-checkbox .leftCt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px), print and (max-width: 960px) {
  .bReservation_form .form-checkbox .leftCt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form .form-checkbox span,
  .bReservation_form .form-checkbox p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .bReservation_form .form-group {
    border-bottom: 1px solid #666666;
    padding: 15px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bReservation_form .form-group:last-child {
    border-bottom: none;
  }
  .bReservation_form .form-group > label {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px), print and (max-width: 960px) {
  .bReservation_form .form-group > label {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.6rem;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form .form-group > label span {
    width: 100%;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    line-height: -webkit-calc((25 / 16));
    line-height: -moz-calc((25 / 16));
    line-height: calc((25 / 16));
    margin-top: 10px;
  }
  .bReservation_form .form-group > label.required::after {
    content: "※必須";
    color: #d51048;
    margin-left: 10px;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bReservation_form .form-group > label.alignTop {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .bReservation_form .form-group span,
  .bReservation_form .form-group p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .bReservation_form .form-control {
    background-color: #fff;
    height: 32px;
    padding: 0 10px;
    font-size: 1.6rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 500;
  }
  .bReservation_form .form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form .form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form .form-control::placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form input[type="date"] {
    min-width: 120px;
    background: url("../img/reservation/calendar.svg") no-repeat right 10px center #fff;
    -moz-background-size: 16px auto;
         background-size: 16px auto;
  }
  .bReservation_form input[type="date"]::-webkit-inner-spin-button, .bReservation_form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
  }
  
  .bReservation_form select {
    /*background: url("../img/reservation/select.png") no-repeat right 10px center;*/
    padding-right: 35px !important;
  }
  .bReservation_form__tabs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bReservation_form__tabs ul li {
    color: #fff;
    text-align: center;
    background-color: #bfd7e8;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    padding: 20px 0;
    cursor: pointer;
  }
  .bReservation_form__tabs ul li.active {
    background-color: #0a66a5;
  }
  .bReservation_form__content {
    background-color: #e6e6e6;
    border: 1px solid #666666;
  }
  .bReservation_form__content .bReservation_item {
    display: none;
  }
  .bReservation_form__content .bReservation_item.active {
    display: block;
  }
  .bReservation_form__content .w-460 {
    width: 460px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px), print and (max-width: 1200px) {
  .bReservation_form__content .w-460 {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .w-230 {
    width: 230px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px), print and (max-width: 900px) {
  .bReservation_form__content .w-230 {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .timeRegister {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px), print and (max-width: 1200px) {
  .bReservation_form__content .timeRegister {
    display: block;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .timeRegister > div:not(:last-child) {
    margin-right: 10px;
  }
  .bReservation_form__content .timeRegister > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px), print and (max-width: 1200px) {
  .bReservation_form__content .timeRegister > div:last-child {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px), print and (max-width: 950px) {
  .bReservation_form__content .timeRegister > div:last-child {
    display: block;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .timeRegister > div:last-child > div:first-child {
    margin-right: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px), print and (max-width: 950px) {
  .bReservation_form__content .timeRegister > div:last-child > div:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .timeRegister > div:last-child > div > span {
    margin-right: 5px;
  }
  .bReservation_form__content .timeRegister > div:last-child > span {
    margin-left: 10px;
  }
  .bReservation_form__content .birth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px), print and (max-width: 960px) {
  .bReservation_form__content .birth {
    display: block;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .birth > select,
  .bReservation_form__content .birth input {
    width: 320px;
    margin-right: 25px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px), print and (max-width: 960px) {
  .bReservation_form__content .birth > select,
  .bReservation_form__content .birth input {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .birth > div select,
  .bReservation_form__content .birth > div input {
    width: 115px;
    margin-right: 0;
  }
  .bReservation_form__content .birth > div > span {
    margin-left: 10px;
  }
  .bReservation_form__content .radioList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .bReservation_form__content .radioList *:not(:last-child) {
    /*margin-right: 30px;*/
  }
  .bReservation_form__content .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__content .flex *:not(:last-child) {
    margin-right: 15px;
  }
  .bReservation_form__content .address {
    width: 100%;
  }
  .bReservation_form__content .address input {
    display: block;
  }
  .bReservation_form__content .address input:not(:last-child) {
    margin-bottom: 15px;
  }
  .bReservation_form__content .address input:first-child {
    width: 170px;
  }
  .bReservation_form__content .about > p {
    margin-bottom: 10px;
  }
  .bReservation_form__content .about .visited {
    margin-bottom: 20px;
  }
  .bReservation_form__content .about .visited > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px), print and (max-width: 900px) {
  .bReservation_form__content .about .visited > div {
    display: block;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .about .visited > div:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px), print and (max-width: 900px) {
  .bReservation_form__content .about .visited > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .about .visited > div > p {
    margin-right: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px), print and (max-width: 900px) {
  .bReservation_form__content .about .visited > div > p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .about .visited > div > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .about .visited > div > div > .radio {
    margin-left: 25px;
  }
  .bReservation_form__content .about .visited > div > div > div > .radio {
    margin-right: 5px;
  }
  .bReservation_form__content .about .visited > div > div > div select {
    width: 70px;
  }
  .bReservation_form__content .reason > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .bReservation_form__content .reason > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .reason > div:last-child .checkbox span {
    white-space: nowrap;
  }
  .bReservation_form__content .reason > div:last-child input {
    margin-left: 15px;
  }
  .bReservation_form__content .emergency_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px), print and (max-width: 900px) {
  .bReservation_form__content .emergency_flex {
    display: block;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .emergency_flex > input {
    width: 260px;
  }
  .bReservation_form__content .emergency_flex > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px), print and (max-width: 900px) {
  .bReservation_form__content .emergency_flex > div {
    padding-left: 0;
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .bReservation_form__content .emergency_flex > div input {
    width: 140px;
  }
  .bReservation_form__content .emergency_flex > div span {
    margin-right: 5px;
  }
  .bReservation_form__content .note {
    font-size: 1.6rem !important;
  }
  .bReservation_form__content .detail {
    text-align: center;
    padding: 10px 15px;
    border-bottom: 1px solid #666666;
  }
  .bReservation_form__content .detail span {
    display: inline-block;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    padding: 12px 10px;
    min-width: 400px;
    background-color: #0a66a5;
    -moz-border-radius: 50px;
         border-radius: 50px;
  }
  .bReservation_form__content .block:not(:last-child) {
    border-bottom: 1px solid #666666;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .bReservation_form__content .block > p {
    margin-bottom: 10px;
  }
  .bReservation_form__content .block .date {
    margin-bottom: 15px;
  }
  .bReservation_form__content .block .name .checkbox,
  .bReservation_form__content .block .name .radio {
    display: block;
    margin-bottom: 10px;
  }
  .bReservation_form__content .block .name > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .bReservation_form__content .block .name.--border > div:not(:last-child) {
    border-bottom: 1px solid #666666;
    padding-bottom: 20px;
  }
  .bReservation_form__content .block .pickup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .bReservation_form__content .block .pickup p {
    margin-right: 10px;
  }
  .bReservation_form__content .block .class {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .block .class > span {
    width: 75px;
  }
  .bReservation_form__content .block .class select {
    width: 100%;
    max-width: 385px;
  }
  .bReservation_form__submit {
    text-align: center;
    padding: 48px 0 13px;
  }
  .bReservation_form__submit button,
  .bReservation_form__submit a {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 53px;
    width: 450px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: url("../img/reservation/right_white.png") no-repeat right 20px center #699ad1;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: 0 auto;
  }
  .bReservation_form__submit button:hover,
  .bReservation_form__submit a:hover {
    background-color: #3c60ae;
  }
  .date-dropdowns {
    display: flex;

  }

  .bReservation_form__privacy {
    border: 6px solid #999999;
    padding: 30px 24px 45px;
    margin-top: 35px;
  }
  .bReservation_form__privacy p {
    text-align: center;
    font-size: 1.6rem !important;
    line-height: -webkit-calc(27 / 17);
    line-height: -moz-calc(27 / 17);
    line-height: calc(27 / 17);
    font-weight: 500;
    margin-bottom: 40px;
  }
.bReservation_form__privacy a {
  color: #699ad1;
}

  .bReservation_form__privacy .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 40px;
  }
  .bReservation_form__privacy a {
    text-decoration: underline;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0071bc;
  }
  .bReservation_form__privacy .link a:last-child {
    margin-top: 15px;
  }
  .bReservation_form__privacy .check {
    max-width: 350px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bReservation_form__privacy .check .checkbox:last-child {
    margin-top: 20px;
  }
  .bReservation_form__privacy .check .checkbox label span {
    font-size: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    white-space: nowrap;
  }
  .bReservation_form__privacy .check .checkbox label span::before {
    margin-right: 10px;
    margin-top: 0;
    position: static;
    width: 24px;
    height: 24px;
    background: url("../img/reservation/checkbox.svg") no-repeat center/100% #fff;
  }
  .bReservation_form__privacy .check .checkbox label input:checked + span::before {
    background: url("../img/reservation/checkbox_active.svg") no-repeat center/100%;
  }
  .bReservation_form__privacy button,
  .bReservation_form__privacy .back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    color: #fff;
    height: 53px;
    width: 450px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #3c60ae;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bReservation_form__privacy button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .bReservation .row {
    margin: 0 auto;
    padding: 0 10px;
  }
  .bReservation .rTtl {
    text-align: center;
    color: #699ad1;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.5;
    padding-bottom: 10px;
    background: url("../img/reservation/border.png") repeat-x center bottom;
    margin-bottom: 20px;
  }
  .bReservation_nav {
    display: none;
  }
  .bReservation_banner {
    position: relative;
    border-bottom: 10px solid #6996cd;
  }
  .bReservation_banner img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .bReservation_banner h1 {
    font-size: 2.8rem;
    color: #6996cd;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1.5;
    font-weight: 500;
  }

  .bottom_menu a{
		display: block;
		width: 40%;
		padding: 5px;
		margin: 20px auto;
		background: #FF4A00;
		color: #fff;
		text-align: center;
		text-decoration: none;

	}
	.bottom_menu a.rever{

		background: #528FC5;
		color: #fff;
	}

  .bReservation_banner h1.white {
    color: #fff !important;
    text-shadow: 2px 2px 2px #000000;
  }
  .bReservation_content {
    padding-top: 35px;
    margin-bottom: 60px;
  }
  .bReservation_content .rDes {
    font-size: 1.6rem;
    color: #4d4d4d;
    line-height: 1.7;
    font-weight: 500;
  }
  .bReservation_content .rDes.--center {
    text-align: center;
  }
  .bReservation_content__list {
    margin-top: 40px;
  }
  .bReservation_content__list > h4 {
    margin-bottom: 40px;
    color: #699ad1;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 1024px) {
  .bReservation_content__list > h4 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_content__list > h4 span {
    display: inline-block;
    padding-left: 50px;
    background: url("../img/reservation/step_ttl.png") no-repeat left center;
    -moz-background-size: 42px auto;
         background-size: 42px auto;
    text-align: left;
  }
  .bReservation_content__list ul li {
    position: relative;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .bReservation_content__list ul li:not(:last-child) {
    margin-bottom: 80px;
  }
  .bReservation_content__list ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -50px;
    width: 60px;
    height: 23px;
    background: url("../img/reservation/down.png") no-repeat center/100%;
  }
  .bReservation_content__list ul li > span {
    position: absolute;
    left: -10px;
    top: -30px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    background-color: #4a77b9;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bReservation_content__list ul li > span ins {
    text-decoration: none;
    display: block;
    font-size: 3.2rem;
  }
  .bReservation_content__list ul li > div figure {
    border: 1px solid #666666;
    border-bottom: none;
    padding: 15px 15px 25px;
    background-color: #f2f2f2;
  }
  .bReservation_content__list ul li > div figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bReservation_content__list ul li > div > p {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    background-color: #699ad1;
    font-weight: 500;
    position: relative;
  }
  .bReservation_content__list ul li > div > p::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -17px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #699ad1;
  }
  .bReservation_member .rDes {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
  }
  .bReservation_member__confirm {
    text-align: center;
    color: #0a66a5;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: #f2f2f2;
    border: 1px solid #666666;
    padding: 10px 20px;
    margin-top: 25px;
  }
  .bReservation_member ul {
    padding: 30px 0;
    border-bottom: 1px solid #666666;
  }
  .bReservation_member ul.col3 li p {
    font-size: 1.6rem !important;
  }
  .bReservation_member ul.col3 li:nth-child(3) p {
    text-align: center;
  }
  .bReservation_member ul li {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #0a66a5;
    color: #0a66a5;
    text-align: center;
    padding: 20px 5px;
    position: relative;
  }
  .bReservation_member ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .bReservation_member ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -15.5px;
    width: 31px;
    height: 12px;
    background: url("../img/reservation/down_sm.png") no-repeat center/100%;
  }
  .bReservation_member ul li:nth-child(3) p {
    text-align: left;
  }
  .bReservation_member ul li span {
    display: block;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1;
  }
  .bReservation_member ul li ins {
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    display: block;
  }
  .bReservation_member ul li p {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 10px;
  }
  .bReservation_form {
    margin-top: 40px;
  }
  .bReservation_form .radio {
    display: inline-block;
  }
  .bReservation_form .radio label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
  }
  .bReservation_form .radio label > span {
    position: relative;
    display: block;
    padding-left: 28px;
    line-height: 1.3;
  }
  .bReservation_form .radio label > span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/reservation/radio.svg") no-repeat center/100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .bReservation_form .radio input {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
  }
  .bReservation_form .radio input:checked + span::before {
    background: url("../img/reservation/radio_active.svg") no-repeat center/100%;
  }
  .bReservation_form .checkbox {
    display: inline-block;
  }
  .bReservation_form .checkbox label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
  }
  .bReservation_form .checkbox label > span {
    position: relative;
    display: block;
    padding-left: 25px;
    line-height: 1.4;
  }
  .bReservation_form .checkbox label > span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/reservation/checkbox_white.svg") no-repeat center/100%;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .bReservation_form .checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
  }
  .bReservation_form .checkbox input:checked + span::before {
    background: url("../img/reservation/checkbox_white_active.svg") no-repeat center/100%;
  }
  .bReservation_form .form-checkbox {
    padding: 20px;
    border-bottom: 1px solid #666666;
  }
  .bReservation_form .form-checkbox .leftCt {
    margin-bottom: 20px;
  }
  .bReservation_form .form-checkbox span,
  .bReservation_form .form-checkbox p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .bReservation_form .form-group {
    border-bottom: 1px solid #666666;
    padding: 15px 20px;
  }
  .bReservation_form .form-group:last-child {
    border-bottom: none;
  }
  .bReservation_form .form-group > label {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .bReservation_form .form-group > label span {
    width: 100%;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    line-height: -webkit-calc((25 / 16));
    line-height: -moz-calc((25 / 16));
    line-height: calc((25 / 16));
    margin-top: 10px;
  }
  .bReservation_form .form-group > label.required::after {
    content: "※必須";
    color: #d51048;
    margin-left: 10px;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bReservation_form .form-group > label.alignTop {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .bReservation_form .form-group span,
  .bReservation_form .form-group p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .bReservation_form .form-control {
    background-color: #fff;
    height: 35px;
    padding: 0 10px;
    font-size: 1.5rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #231815;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .bReservation_form .form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form .form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form .form-control::placeholder {
    color: #999999;
    opacity: 1;
  }
  .bReservation_form input[type="date"] {
    min-width: 120px;
    height: auto;
    padding: 10px 10px;
    min-height: 35px;
    background: url("../img/reservation/calendar.svg") no-repeat right 10px center #fff;
    -moz-background-size: 16px auto;
         background-size: 16px auto;
    text-align: left;
  }
  .bReservation_form input[type="date"]::-webkit-inner-spin-button, .bReservation_form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
  }
  .bReservation_form select {
    /*background: url("../img/reservation/select.png") no-repeat right 10px center;*/
    padding-right: 35px !important;
  }
  .bReservation_form__tabs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bReservation_form__tabs ul li {
    color: #fff;
    text-align: center;
    background-color: #bfd7e8;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    padding: 20px 0;
    cursor: pointer;
  }
  .bReservation_form__tabs ul li.active {
    background-color: #0a66a5;
  }
  .bReservation_form__content {
    background-color: #e6e6e6;
    border: 1px solid #666666;
  }
  .bReservation_form__content .bReservation_item {
    display: none;
  }
  .bReservation_form__content .bReservation_item.active {
    display: block;
  }
  .bReservation_form__content .w-460 {
    width: 460px;
  }
}

@media screen and (max-width: 768px) and (max-width: 1200px) {
  .bReservation_form__content .w-460 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .w-230 {
    width: 230px;
  }
}

@media screen and (max-width: 768px) and (max-width: 900px) {
  .bReservation_form__content .w-230 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .timeRegister > div:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .timeRegister > div:first-child span {
    margin-right: 5px;
    white-space: nowrap;
  }
  .bReservation_form__content .timeRegister > div:first-child input {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__content .timeRegister > div:last-child {
    margin-top: 10px;
  }
  .bReservation_form__content .timeRegister > div:last-child > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .timeRegister > div:last-child > div select {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__content .timeRegister > div:last-child > div:first-child {
    width: 100%;
  }
  .bReservation_form__content .timeRegister > div:last-child > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) and (max-width: 515px) {
  .bReservation_form__content .timeRegister > div:last-child > div:last-child {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .timeRegister > div:last-child > div:last-child span {
    margin-left: 5px;
  }
  .bReservation_form__content .timeRegister > div:last-child > div > span {
    margin-right: 5px;
  }
  .bReservation_form__content .timeRegister > div:last-child > span {
    margin-left: 10px;
  }
  .bReservation_form__content .birth {
    display: block;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__content .birth > select,
  .bReservation_form__content .birth input {
    width: 320px;
    margin-right: 25px;
    width: 100%;
    margin-bottom: 15px;
  }
  .bReservation_form__content .birth > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .birth > div select,
  .bReservation_form__content .birth > div input {
    width: 115px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .bReservation_form__content .birth > div > span {
    margin-left: 5px;
    margin-right: 8px;
  }
  .bReservation_form__content .radioList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bReservation_form__content .radioList *:not(:last-child) {
    /*margin-right: 30px;*/
  }
  .bReservation_form__content .radioList > div {
    margin: 4px 0;
  }
  .bReservation_form__content .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__content .flex *:not(:last-child) {
    margin-right: 15px;
  }
  .bReservation_form__content .address {
    width: 100%;
  }
  .bReservation_form__content .address input {
    display: block;
  }
  .bReservation_form__content .address input:not(:last-child) {
    margin-bottom: 15px;
  }
  .bReservation_form__content .address input:first-child {
    width: 170px;
  }
  .bReservation_form__content .about > p {
    margin-bottom: 10px;
  }
  .bReservation_form__content .about .visited {
    margin-bottom: 20px;
  }
  .bReservation_form__content .about .visited > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .bReservation_form__content .about .visited > div {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .about .visited > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .bReservation_form__content .about .visited > div > p {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .bReservation_form__content .about .visited > div > p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .about .visited > div > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .about .visited > div > div > .radio {
    margin-left: 25px;
  }
  .bReservation_form__content .about .visited > div > div > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .about .visited > div > div > div > span {
    margin-left: 5px;
  }
  .bReservation_form__content .about .visited > div > div > div > .radio {
    margin-right: 5px;
  }
  .bReservation_form__content .about .visited > div > div > div select {
    width: 70px;
  }
  .bReservation_form__content .reason > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .bReservation_form__content .reason > div:last-child {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .reason > div:last-child .checkbox span {
    white-space: nowrap;
  }
  .bReservation_form__content .reason > div:last-child input {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .bReservation_form__content .reason > div:last-child input {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .emergency_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 900px) {
  .bReservation_form__content .emergency_flex {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .emergency_flex > input {
    width: 260px;
  }
  .bReservation_form__content .emergency_flex > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 900px) {
  .bReservation_form__content .emergency_flex > div {
    padding-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bReservation_form__content .emergency_flex > div input {
    width: 140px;
  }
  .bReservation_form__content .emergency_flex > div span {
    margin-right: 5px;
  }
  .bReservation_form__content .note {
    font-size: 1.6rem !important;
  }
  .bReservation_form__content .detail {
    text-align: center;
    padding: 10px 15px;
    border-bottom: 1px solid #666666;
  }
  .bReservation_form__content .detail span {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 12px 20px;
    background-color: #0a66a5;
    -moz-border-radius: 50px;
         border-radius: 50px;
  }
  .bReservation_form__content .block:not(:last-child) {
    border-bottom: 1px solid #666666;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .bReservation_form__content .block > p {
    margin-bottom: 10px;
  }
  .bReservation_form__content .block .date {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .block .date > span {
    margin-right: 5px;
  }
  .bReservation_form__content .block .date input {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__content .block .name .checkbox,
  .bReservation_form__content .block .name .radio {
    display: block;
    margin-bottom: 10px;
  }
  .bReservation_form__content .block .name > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .bReservation_form__content .block .name.--border > div:not(:last-child) {
    border-bottom: 1px solid #666666;
    padding-bottom: 20px;
  }
  .bReservation_form__content .block .pickup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .bReservation_form__content .block .pickup p {
    margin-right: 10px;
  }
  .bReservation_form__content .block .class {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bReservation_form__content .block .class > span {
    width: 77px;
  }
  .bReservation_form__content .block .class select {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bReservation_form__submit {
    text-align: center;
    padding: 40px 0 5px;
  }
  .bReservation_form__submit button,
  .bReservation_form__submit a {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    color: #fff;
    height: 53px;
    max-width: 450px;
    width: 100%;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: url("../img/reservation/right_white.png") no-repeat right 20px center #699ad1;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: 0 auto;
  }
  .bReservation_form__submit button:hover,
  .bReservation_form__submit a:hover {
    background-color: #3c60ae;
  }
  .bReservation_form__privacy {
    border: 3px solid #999999;
    padding: 20px 20px 40px;
    margin-top: 35px;
  }
  .bReservation_form__privacy p {
    text-align: center;
    font-size: 1.4rem !important;
    line-height: -webkit-calc(27 / 17);
    line-height: -moz-calc(27 / 17);
    line-height: calc(27 / 17);
    font-weight: 500;
    margin-bottom: 40px;
  }
  .date-dropdowns {
    display: flex;
    margin-bottom: 15px;    
  }

  .bReservation_form__privacy .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 30px;
  }
  .bReservation_form__privacy a {
    text-decoration: underline;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0071bc;
  }
  .bReservation_form__privacy .link a:last-child {
    margin-top: 20px;
  }
  .bReservation_form__privacy .check {
    max-width: 350px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bReservation_form__privacy .check .checkbox:last-child {
    margin-top: 20px;
  }
  .bReservation_form__privacy .check .checkbox label span {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .bReservation_form__privacy .check .checkbox label span::before {
    margin-right: 10px;
    margin-top: 0;
    position: static;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    background: url("../img/reservation/checkbox.svg") no-repeat center/100% #fff;
  }
  .bReservation_form__privacy .check .checkbox label input:checked + span::before {
    background: url("../img/reservation/checkbox_active.svg") no-repeat center/100%;
  }
  .bReservation_form__privacy button,
  .bReservation_form__privacy .back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    color: #fff;
    height: 53px;
    max-width: 450px;
    width: 100%;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #3c60ae;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bReservation_form__privacy button:hover {
    opacity: 0.8;
  }
}



.date button{
  display: none !important;
}


.col{
  flex-direction: column;
}