@charset "utf-8";
body {
    background-color: #fff !important;
}
div.form-headline {
    display: none;
}
hr {
    display: none;
}
h3 {
    font-family: YakuHanJP, YuGothic, "Yu Gothic", Meiryo, sans-serif !important;
    font-weight: bold !important;
}
div.control-group {
    padding: 20px 0;
    border-bottom: 1px solid #e34f1a;
    margin-bottom: 0 !important;
}
div.control-group:first-child {
    border-top: 1px solid #e34f1a;
}
div.control-group:last-child {
    border: 0;
}
label.control-label {
    padding-bottom: 10px !important;
    font-family: YakuHanJP, YuGothic, "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.label-fit {
    padding: 0 !important;
    font-weight: bold !important;
    font-family: YakuHanJP, YuGothic, "Yu Gothic", Meiryo, sans-serif;
    width: 51px !important;
    line-height: 28px !important;
    text-align: center !important;
    display: inline-block !important;
    font-size: 14px !important;
    border-radius: 15px !important;
}
.label-danger {
    background-color: #e5460d !important;
}
.label-warning {
    background-color: #7d7d7d !important;
}
div.control-group div.radio,
div.control-group div.checkbox {
    display: inline-block;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}
.form-control {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.well {
    margin-top: 35px;
}
div.control-group .btn {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 68px;
    font-size: 18px !important;
    transition: background-color 0.3s;
    border-radius: 40px !important;
    background-color: #e5460d !important;
    border: none !important;
    width: 450px;
    padding: 0 !important;
    font-weight: bold !important;
}
div.control-group .btn:hover {
    background-color: #ac3307 !important;
}
span.form-error {
    font-style: normal !important;
    margin: 0 0 5px 0!important;
}
div.control-group textarea.form-control {
    height: 186px !important;
}
@media only screen and(max-width: 640px) {
    div.control-group {
        border-bottom: 0;
        margin-bottom: 10px !important;
        padding: 10px 0 !important;
    }
    div.control-group:first-child {
        border-top: 0;
    }
    .label-fit {
        flex-shrink: 0;
        width: calc(62 / 640*100vw) !important;
        padding: calc(11 / 640*100vw) 0 !important;
        line-height: 1 !important;
        font-size: calc(20 / 640*100vw) !important;
    }
    label.control-label {
        display: flex !important;
        align-items: center;
    }
    div.control-group div.radio,
    div.control-group div.checkbox {
        display: block;
        font-size: 15px !important;
    }
    div.control-group .btn {
        width: 100% !important;
        line-height: 1 !important;
        padding: calc(37 / 590*100%) 0 !important;
    }
    div.control-group .btn:hover {
        background-color: #e5460d !important;
    }
    .well {
        margin-top: 0;
    }
    div.control-group textarea.form-control {
        height: calc(186px*.8) !important;
    }
}
/* add 20220323 */
fieldset .control-group.xxxx {
    display: none;
}
.nrfas_img {
    text-align: center;
}
.nrfas_img img.pc {
    display: block;
}
.nrfas_img img.sp {
    display: none;
}
.nrfas_open {
    display: block;
    margin-top: 20px;
    padding: 20px;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
}
.nrfas_open:hover {
    opacity: .7;
}
@media only screen and(max-width: 640px) {
    .nrfas_img {
        margin-top: 0;
    }
    .nrfas_img img.pc {
        display: none;
    }
    .nrfas_img img.sp {
        display: block;
    }
    .nrfas_open {
        margin: 6vw 0 8vw;
        font-size: 4vw;
    }
}
#K3_content > h3,
#K3_content > p {
    text-align: center;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: none !important;
}
.form-inline table {
    border: none;
    border-top: 1px solid #e5460d !important;
    margin: 20px 0;
}
.form-inline table tr:first-child {
    display: none;
}
.form-inline table tr,
.form-inline table tr td {
    display: block;
}
.form-inline table tr {
    border-bottom: 1px solid #e5460d !important;
    min-height: 100px;
}
.form-inline table tr td {
    padding: 20px 0 !important;
}
.form-inline table tr td:nth-of-type(1) {
    font-weight: bold;
    padding-bottom: 0 !important;
    font-size: 15px !important;
}
.form-inline table tr td:nth-of-type(2) {
    font-size: 18px !important;
    display: block !important;
}
.table-striped > tbody > tr:nth-of-type(2n + 1),
.table-striped > tbody > tr:hover {
    background: none !important;
}
#K3_content #K3_control_btn {
    display: flex;
    justify-content: center;
}
#K3_content #K3_control_btn a,
#K3_content #K3_control_btn input[type="submit"] {
    margin: 0 10px;
    border-radius: 50px;
    color: #000;
}
#K3_content #K3_control_btn .btn {}
#K3_content #K3_control_btn .btn-primary {
    background-color: #e5460d !important;
    border-color: #e5460d !important;
}
#K3_content #K3_control_btn .btn-primary:hover {
    opacity: .7;
}
@media only screen and(max-width: 640px) {}

/* 追加 */

div.control-group {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e3e2df;
    margin-bottom: 0 !important;
    padding-left: 254px!important;
}
#K3_control_btn{
    padding-left: 0!important;
}
div.control-group:first-child {
    border-top: 1px solid #e3e2df;
}
label.control-label {
    width: 254px;
    display: flex!important;
    align-items: center;
    padding-bottom: 0 !important;
    margin: 0!important;
    font-weight: bold;
    font-size: 16px;
}
.label-fit {
    order: 2;
    padding: 0 !important;
    font-weight: bold !important;
    width: 36px !important;
    line-height: 18px !important;
    height: 18px;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 12px !important;
    border-radius: 0 !important;

    position: absolute;
    left: 175px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text-bold{
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.nrfas_img {
    margin-top: 35px;
}
.label-danger {
    background-color: #cd2929 !important;
}
.radio label, .checkbox label{
    display: flex;
    position: relative;
}
div.control-group div.radio,
div.control-group div.checkbox {
    display: block;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    position: relative;
}
.control-group input[type="radio"],
.control-group input[type="checkbox"] {
    position: relative;
    appearance: none;
    outline: none;
    border: solid 1px #bababa;
    background: #fff;
    width: 20px;
    height: 20px;
}
.control-group input[type="checkbox"] {
    border-radius: 4px;
}
.control-group input[type="radio"]{
    border-radius: 10px;
}
.control-group input[type="radio"]:checked,
.control-group input[type="checkbox"]:checked{
    border: solid 1px #227fd6;
}
.control-group input[type="checkbox"]:checked{
    background-color: #227fd6;
}
.control-group input[type="radio"]:checked::before,
.control-group input[type="checkbox"]:checked::before{
    content:"";
    position:absolute;
    display:block;
}
.control-group input[type="radio"]:checked::before{
    width:10px;
    height:10px;
    background-color:#227fd6;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    border-radius:50%;
    border: none!important;
}
.control-group input[type="checkbox"]:checked::before{
    top: 20%;
    right: 10%;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}







.help-block{
    font-size: 12px;
    color: #000!important;
}
.form-control{
    border: 1px solid #bababa !important;
    background-color: #fff !important;
    height: 54px !important;
}
.form-group:nth-child(1) .form-control,
.form-group:nth-child(2) .form-control,
.form-group:nth-child(5) .form-control,
.form-group:nth-child(6) .form-control,
.form-group:nth-child(7) .form-control,
.form-group:nth-child(8) .form-control,
.form-group:nth-child(9) .form-control{
    border: 1px solid #cd2929 !important;
    background-color: #fffef7 !important;
}
#K3_content #K3_control_btn .btn-primary {
    background-color: #fff !important;
    border-color: #e74106 !important;
    border: 2px solid #e74106!important;
}
.nrfas_open {
    position: relative;
    margin-top: 30px;
    padding: 0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e74106;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
}
.nrfas_open::before,
.nrfas_open::after{
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 5px;
    background: white;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.nrfas_open::before{
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.nrfas_open.open::before{
    transform: rotate(0);
    transition: 0.5s;
    top: 48%;
}



div.control-group .btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 100px;
    font-size: 20px !important;
    transition: background-color 0.3s;
    border-radius: 50px !important;
    border: none !important;
    width: 550px;
    padding: 0 !important;
    font-weight: bold !important;
    color: #000!important;
    letter-spacing: 2px;
}
.well {
    border: none!important;
    border-radius: 0!important;
    background-color: #f1f1f1!important;
    box-shadow: none!important;
}
.well .note {
    font-size: 13px;
    line-height: 2.15;
}
@media only screen and (max-width:767px){
    
    label.control-label,
    .help-block,
    div.radio,
    .controls,
    .nrfas_img,
    .nrfas_open,
    .well,
    .checkbox  {
        width: 92%!important;
        margin: 0 auto!important;
    }
    div.control-group {
        position: relative;
        padding: 20px 0;
        border-bottom: 1px solid #e3e2df;
        margin-bottom: 0 !important;
        padding-left: 0!important;
    }
    label.control-label {
        justify-content: space-between;
        margin: 0 auto 12px!important;
        font-size: 14px;
    }
    .text-bold,
    .label-fit{
        position: static;
        margin: 0;
    }
    .text-bold{
        width: 87%;
    }
    .help-block{
        margin: 0 auto 10px!important;
    }
    div.control-group div.radio,
     div.control-group div.checkbox {
        margin: 0 auto 5px!important;
        font-size: 14px !important;
    }
    .control-group input[type="radio"], 
    .control-group input[type="checkbox"]{
        min-width: 20px;
    }
    .radio label, .checkbox label{
        padding-left: 0!important;
    }
    .radio input[type="radio"], 
    .radio-inline input[type="radio"], 
    .checkbox input[type="checkbox"], 
    .checkbox-inline input[type="checkbox"]{
        margin-left: 0!important;
    }
    .form-control{
        height: 45px!important;
    }
    .nrfas_img img.pc {
        display: none;
    }
    .nrfas_img img.sp {
        display: block;
    }
    .nrfas_img {
        margin-top: 20px!important;
    }
    .nrfas_open{
        margin-top: 20px!important;
        font-size: 16px;
        height: 60px;
    }
    .nrfas_open::before, .nrfas_open::after{
        width: 18px;
        right: 15px;
    }
    .well {
        margin-top: 20px!important;
    }
    .well .note {
        font-size: 12px;
        line-height: 20px;
    }
    div.control-group .btn{
        line-height: 60px;
        font-size: 16px !important;
        border-radius: 30px !important;
        width: 300px;

    }
}


/*-----------------------------------------------
    フォーム上部
-----------------------------------------------*/
.secForm{
    /* font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
}
.formTop{
    padding: 130px 0 40px 0;
    text-align: center;
}
.formTop .formTit{
    position: relative;
    font-weight: bold;
    font-size: 30px;
}
.formTit::before,
.formTit::after{
    position: absolute;
    content: '';
    display:block;
    margin: auto;
}
.formTit::before{
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    left: 0;
    right: 0;
    width: 26px;
    height: 30px;
    background-image: url(../img/reservation/formIcon.gif);
}
.formTit::after{
    width:30px;
    height:1px;
    background-color:#000;
    bottom:-30px;
    left:0;
    right: 0;
}
.formTop .formTxt{
    font-size: 15px;
    line-height: 30px;
    margin-top: 60px;
}
.formTop .formStep{
    margin: 40px 0;
}
.formTop .presentBox .txtBox{
    margin-top: 25px;
    background-color: #f1f1f1;
    padding: 45px 20px;
    text-align: left;
}
.formTop .presentBox .txtBox .tit{
    font-size: 15px;
}
.formTop .presentBox .txtBox .txt{
    font-size: 13px;
    line-height: 28px;
    margin-top: 20px;
}
.formTop .presentBox .txtTitBottom{
    font-size: 11px;
    font-weight: bold;
    margin-top: 30px;
}
.formTop .presentBox .txtTitBottomUnder{
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .formTop{
        padding: 80px 0 40px 0;
    }
    .formTop .formTit{
        font-size: 20px;
    }
    .formTit::before{
        top: -50px;
        left: 0;
        right: 0;
        width: 26px;
        height: 30px;
    }
    .formTit::after{
        bottom:-20px;
    }
    .formTop .formTxt{
        font-size: 13px;
        line-height: 23px;
        margin-top: 40px;
    }
    .formTop .formStep{
        margin:30px 0;
    }
    .formTop .presentBox .txtBox{
        margin-top: 30px;
        background-color: #f1f1f1;
        padding:20px 15px;
        text-align: left;
    }
    .formTop .presentBox .txtBox .tit{
        font-size: 14px;
    }
    .formTop .presentBox .txtBox .txt{
        font-size: 12px;
        line-height: 20px;
        margin-top: 13px;
    }
    .formTop .presentBox .txtTitBottom{
        font-size: 10px;
        margin-top: 20px;
    }
    .formTop .presentBox .txtTitBottomUnder{
        font-size: 10px;
        margin-top: 6px;
    }
}