@charset "UTF-8";
body{
    margin: 0;
    background: #edeced;
}

p{
    margin: 0;
}

.description{
    margin: 0;
}
 .outsideNav {
    border-top: none;
    padding: 0;
    background: linear-gradient(90deg, #76f7a8, #08ccfe);
 }
 .outsideNav .inner{
    padding: 0;
    display: table;
    width: 100%;
    margin: 0;
 }
 .outsideNav .inner #logo{
     float: left;
     padding: 8px 5px;
 }
 .outsideNav .inner #logo img{
     width: 90px;
     height: auto;
 }
 .outsideNav p{
     margin: 0;
 }
 .outsideNav p.textTtl{
     margin-top: 15px;
     padding: 10px 0 10px 10px;
     display: inline-block;
     color: #fff;
 }

 .visual{
     position:relative;
 }
 .visual img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
 }
 .visual-text{
    position: absolute;
    bottom: 20%;
    width: 100%;
    background: linear-gradient(90deg, #76f7db, #08ccfe);
    color: #fff;
    text-align: center;
    padding: 15px 0;
 }

 .apply{
    background: #fff;
    padding: 0 15px 20px;
    margin: 0;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    color: #134b7c;
 }
 .apply dt{
     padding: 20px 5px 0;
     overflow: hidden;
     vertical-align: middle;
 }
 .apply dd{
    vertical-align: top;
    padding: 10px 0;
    word-break: break-all;
    margin: 0;
    border-bottom: 1px solid #025e87;
 }
 .apply .reserve-calendar-table{
    width: 100%;
    border-top: 1px solid #025e87;
    border-left: 1px solid #025e87;
    border-spacing: 0;
 }
 .apply .reserve-calendar-table th{
    border-bottom: 1px solid #025e87;
    border-right: 1px solid #025e87;
    padding: 4px;
    text-align: center !important;
    font-size: 14px;
    line-height: 1.5;
 }
 .apply .reserve-calendar-table td {
    border-bottom: 1px solid #025e87;
    border-right: 1px solid #025e87;
    padding: 4px;
    text-align: center !important;
 }
 .apply .reserve-calendar-table .btn-reserve-ok, 
 .apply .reserve-calendar-table .btn-reserve-little, 
 .apply .reserve-calendar-table .btn-reserve-ng {
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.apply .reserve-calendar-table .btn-reserve-ok, 
.apply .reserve-calendar-table .btn-reserve-little {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}

.apply .reserve-calendar-table .btn-reserve-ng {
    background-color: #b8b8b8;
    color: #fff;
    cursor: not-allowed;
}
.apply .reserve-calendar-table .reserve-selected {
    background-color: #000;
    color: #fff;
}

.apply .selected .calendar-selected-date{
    padding: 20px 5px 0;
}
.apply .selected .selected-dates{
    font-weight: bold;
    padding: 0 5px;
}

.apply dd input[type=text] {
    width: calc(100% - 22px);
    border: 1px solid #134b7c;
    padding: 10px;
    font-size: 14px;
}
.apply dd input[type=text]:nth-child(2) {
    margin-top: 10px;
}

.apply dd select{
    width: 100%;
    border: 1px solid #134b7c;
    padding: 10px;
    font-size: 14px;
}

.apply .req{
    color: transparent;
}
.apply .req::after{
    content: '必須';
    float: left;
    background: #00cfb4;
    color: #fff;
    padding: 3px 10px;
    line-height: 1;
}

.errorMessage{
    padding: 0 10px;
    background-color: #fff;
    color: #8b0000;
}
.errorMessage p{
    margin-top: 0;
}
.errorMessage ul{
    margin-bottom: 0;
}

*.submit{
    margin: 20px auto;
    padding: 0 10px;
}
.submit input[type="submit"]{
    max-width: 410px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    color: #fff;
    background: #00b2b8;
    border-radius: 0;
    border: none;
    padding: 15px 0;
    font-size: 18px;
}

.form-button{
    cursor: pointer;
    display: block;
    color: #134b7c;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 60px 20px 20px;
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-decoration: none;
}
.form-button:before {
    content: '';
    display: block;
    width: 30px;
    height: 8px;
    -ms-transform: skewX(40deg);
    transform: skewX(
40deg);
    border-right: 1px solid #134b7c;
    position: absolute;
    bottom: 50%;
    right: 22px;
    z-index: 10;
    transition: width 0.2s ease-out;
}
.form-button2:before {
    border-right: 1px solid #fff;
}
.form-button:after {
    content: '';
    display: block;
    width: 30px;
    height: 8px;
    border-bottom: 1px solid #134b7c;
    position: absolute;
    bottom: 50%;
    right: 20px;
    z-index: 10;
    transition: width 0.2s ease-out;
}
.form-button2:after {
    border-bottom: 1px solid #fff;
}
.form-button span{
    display: block;
    font-size: 10px;
}
.form-button__container{
    padding: 0 15px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.form-button__container-text{
    text-align: center;
    width: 65%;
    color: #134b7c;
}

.progress__container{
    display: flex;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #08ccfe, #72ffbe);
}
.progress__item{
    background: transparent;
    padding: 20px 6px 20px 15px; 
    position: relative;
    font-size: 12px;
    min-width: 16%;
    text-align: center;
    color: #134b7c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress__item:after{
    content: '';
    position:absolute;
    height: 42px;
    width: 15px;
    border-right: 1px solid #4BB7C9;
    background:transparent;
    transform: rotate(25deg);
    z-index: 1;
    right: -8px;
    bottom: 2px;
}
.progress__item:before{
    content: '';
    position:absolute;
    height: 42px;
    width: 15px;
    border-right: 1px solid #4BB7C9;
    background:transparent;
    transform: rotate(-25deg);
    z-index: 1;
    right: -8px;
    top: 2px;
}
.progress__item:last-child{
    padding: 20px 15px;
}
.progress__item:last-child:after,
.progress__item:last-child:before{
    content: none;
}

.item--active{
    background: transparent;
    color: #fff;
    flex-grow: 1;
}
.progress__item:first-child{
    text-align: left;
}
.item--active:after,
.item--active:before{
    background: transparent;
    border-right: 2px solid #4bb7c9;
}

.background--white{
    background: #fff;
    text-align: center;
    color: #134b7c;
    padding: 20px 15px;
    font-size: 23.94px;
    font-weight: bold;
}
.background--blue{
    background: linear-gradient(90deg, #76f7a8, #08ccfe);;
    text-align: center;
    color: #fff;
    padding: 20px 15px;
    font-size: 23.94px;
    font-weight: bold;
}

.form-step{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #134b7c;
}

@media only screen and (min-width: 768px){
	.outsideNav {
        padding: 15px 0 0;
    }
    .outsideNav .inner{
        display: block;
        width: 1024px;
        margin: 0 auto;
    }

    .visual{
        max-width: 1024px;
        margin: auto;
    }
    .visual-text{
        bottom: 25%;
        padding: 25px 0;
        font-size: 30px;
    }

    #apply,
    .apply{
        max-width: 1024px;
        margin: auto;
    }

    .apply{
        padding: 0 162px 40px;
    }
    .apply tr{
        display: flex;
        width: 700px;
        padding: 20px 0;
        border-top: 1px solid #b8b8b8;
    }
    .apply.table1 tr{
        justify-content: space-between;
    }
    .apply tr:first-child{
        padding-top: 0;
        border-top: none;
    }
    .apply.table1 tr:first-child td{
        width: auto;
    }
    .apply.table1 tr:first-child th:first-child{
        width: 33%;
        vertical-align: baseline;
        text-align: left;
        display: table-cell;
    }
    .apply.table1 tr:nth-child(2){
        padding-top: 0;
        border-top: none;
    }
/*    .apply.table1 tr:nth-child(2) th{
        width: auto;
    } */
    .apply.table1 tr .reserve-calendar-table tr{
        display: table-row;
        width: auto;
        padding: auto;
    }
    .apply.table1 tr .reserve-calendar-table th{
        display: table-cell;
    }
    .apply.table1 tr .reserve-calendar-table tr:first-child th:first-child{
        width: auto;
    }
    .apply.table1 td{
        width: 430px;
    }
    .apply.table1 td input{
        width: calc(100% - 20px);
        border: 1px solid #5ba9b1;
        padding: 10px;
        font-size: 14px;
    }
    .apply.table1 td select{
        width: 100%;
        border: 1px solid #5ba9b1;
        padding: 10px;
        font-size: 14px;
    }
    .apply.table1 td input:nth-child(2){
        margin-top: 10px;
    }
    .apply th{
        font-weight: normal;
        width: 256px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .apply td{
        margin-left: 10px;
    }
    .confirm form#FormLogApplyForm{
        display: flex;
        flex-direction: column;
    }
    .confirm form#FormLogApplyForm .g-recaptcha{
        order: 3;
    }
    .confirm form#FormLogApplyForm .submit:nth-child(4){
        order:4;
    }
    .confirm form#FormLogApplyForm .submit:nth-child(7),
    .confirm form#FormLogApplyForm br:nth-child(6){
        display: none;
    }

    .submit{
        padding: 40px 0 60px;
        width: 410px;
    }
    .submit input[type="submit"]{
        margin: auto;
    }

    .errorMessage{
        padding: 0 165px 40px;
    }

    .form-button{
        width: 25%;
        padding: 15px 70px 15px 10px;
    }
    .form-button:hover:after {
        width: 46px;
    }

    .form-button__container{
        max-width: 1024px;
        margin: auto;
        justify-content: space-between;
        padding: 0;
    }
    .form-button__container-text{
        width: 100%;
        margin-bottom: 10px;
    }

    .progress__container{
        display: flex;
        margin-bottom: 60px;
    }
    .progress__item{
        min-width: 28%;
        font-size: 16px;
        padding: 20px 30px;
    }
    .progress__item:after,
    .progress__item:before{
        height: 48px;
    }
    
    .form-step{
        padding-top: 60px;
    }
}
