@charset "utf-8";

/*------common-----------------------------------------------*/

.red{
    color: #F23002;
}
.error{
    padding: 0 0 15px;
}
.error.center{
    padding: 15px 0;
    text-align: center;
}
.error.frame_inner{
    margin: 0 0 45px;
    padding: 15px 0;
    border: solid 2px #F23002;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/ic_arrow_select.svg);
	background-repeat: no-repeat;
	background-size: 10px 6px;
    background-position: right 10px center;
    cursor: pointer;
}

/*------header-----------------------------------------------*/
.header{
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0;
    z-index: 1000;
}
.header .inner{
    display: flex;
    width: 960px;
    min-width: 960px;
    margin: auto;
}
.header .inner .logo{
    margin-top: 20px;
}
.header .inner span{
    display: block;
    font-size: 15px;
    color: #007BC7;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 150%;
    margin: 34px 0 0 20px;
    padding: 4px 8px;
    border: solid 2px #007BC7;
}

/*------footer-----------------------------------------------*/
.footer{
    height: 150px;
    padding: 65px 0 0;
    border-top: solid 1px #e0e0e0;
    box-sizing: border-box;
}
.footer .inner{
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: auto;
}
.footer .inner .copy_right p{
    font-size: 11px;
    font-style: italic;
    color: #757575;
}
.footer .inner .list{
    display: flex;
}
.footer .inner .list li{
    margin: 0 17px 0 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    font-weight: 500;
}
.footer .inner .list li a{
    color: #000;
}
.footer .inner .list .contact{
    background-image: url(../images/ic_mail.svg);
    background-repeat: no-repeat;
    background-position: top 5px left 0;
}
.footer .inner .list .lang{
    background-image: url(../images/ic_lang.svg);
    background-repeat: no-repeat;
    background-position: top 4px left 0;
}

/*------page-----------------------------------------------*/
.page{
    padding: 68px 0 103px;
    background-color: #E7F5FE;
}
.page .title{
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 0 18px 0;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 150%;
    color: #003C75;
    z-index: 100;
}
.page .title::before{
    content: '';
    position: absolute;
    left: calc(50% - 18px);
    bottom: 0;
    width: 36px;
    height: 4px;
    background: linear-gradient(90deg, #007BC7 0%, #007BC7 50%, #399D26 50%, #399D26 100%);
}
.page form > .text{
    max-width: 960px;
    margin: auto;
    padding: 0 0 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}
.page form .submit{
    text-align: center;
}
.page form .submit input[type="submit"]{
    width: 360px;
    margin: 36px auto 0;
    padding: 19px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 36px;
    background-color: #007BC7;
    border: solid 1px #e0e0e0;
    color: #fff;
}
.page .back{
    width: 960px;
    margin: auto;
    padding: 21px 0 20px;
}
.page .back.bottom{
    padding: 21px 0 38px;
}
.page .back.bottom_l{
    padding: 21px 0 47px;
}
.page .back a{
    padding: 0 0 0 22px;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    background-image: url(../images/ic_arrow_back.svg);
    background-repeat: no-repeat;
    background-position: center left;
}
.page .check{
    display: flex;
    justify-content: center;
    padding: 54px 0 0;
}
.page .check input{
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    border-color: #9E9E9E;
}
.page .check p{
    font-weight: 500;
}
.frame{
    width: 960px;
    margin: auto;
    padding: 50px 50px 50px;
    background-color: #fff;
    border-radius: 5px;
}
.frame.border{
    height: 540px;
    border: solid 2px #003C75;
    overflow-y: scroll;
}
.frame.border::-webkit-scrollbar {
    width: 7px;
}
.frame.border::-webkit-scrollbar-track {
  border-radius: 3px;
}
.frame.border::-webkit-scrollbar-thumb {
  background-color:#9E9E9E;
  border-radius: 3px;
}
.frame > .text{
    padding: 0 0 43px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.07em;
    text-align: center;
}
.frame > .text .red{
    font-weight: 500;
    color: #F23002;
}
.frame .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.frame .info_box{
    width: 420px;
    margin: 0 0 20px;
    padding: 30px;
    background-color: #FAFAFA;
    border: solid 1px #E0E0E0;
    box-sizing: border-box;
}
.frame .schedule p{
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #003C75;
}
.frame .schedule p strong{
    padding: 0 0 0 3px;
    font-size: 23px;
    font-weight: 700;
    color: #003C75;
}
.frame .info_box .station{
    display: flex;
    padding: 13px 0 0;
}
.frame .info_box .station > div{
    margin: 0 8px 0 0;
    padding: 6px 10px 5px;
    text-align: center;
    border-radius: 3px;
}
.frame .info_box .station > div.blue{
    border: solid 1px #007BC7;
}
.frame .info_box .station > div.green{
    border: solid 1px #399D26;
}
.frame .info_box .station p{
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
}
.frame .info_box .station .blue p{
    color: #007BC7;
}
.frame .info_box .station .green p{
    color: #399D26;
}
.frame .info_box .action{
    display: flex;
    justify-content: space-between;
    padding: 22px 0 0;
}
.frame .info_box .action .seat{
    padding: 13px 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
}
.frame .info_box .action .seat span{
    font-weight: 400;
}
.frame .info_box .action .seat .green{
    color: #399D26;
}
.frame .info_box .action .seat .yellow{
    color: #DA8A38;
}
.frame .info_box .action .seat .red{
    color: #F23002;
}
.frame .info_box .action .reserv_btn{
    background-color: #007BC7;
    border-radius: 23px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.frame .info_box .action .reserv_btn.no{
    background-color: #AAAAAA;
}
.frame .info_box .action .reserv_btn p{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
}
.frame .info_box .action .reserv_btn.no p{
    padding: 13px 5px 13px;
}
.frame .info_box .action .reserv_btn a{
    display: block;
    padding: 13px 28px;
}
.frame_inner .frame_title{
    margin: 0 0 17px;
    padding: 0 0 0 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    border-left: solid 4px #003C75;
    box-sizing: border-box;
}
.frame_inner .station{
    display: flex;
    padding: 16px 0 41px;
}
.frame_inner .station > div{
    margin: 0 15px 0 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 3px;
}
.frame_inner .station > div.blue{
    border: solid 1px #007BC7;
}
.frame_inner .station > div.green{
    border: solid 1px #399D26;
}
.frame_inner .station p{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
}
.frame_inner .station .blue p{
    color: #007BC7;
}
.frame_inner .station .green p{
    color: #399D26;
}
.frame_inner .text{
    padding: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    white-space: pre-wrap;
}
.frame_inner .link_box{
    display: flex;
    padding: 0 0 22px;
}
.frame_inner .link_box a{
    padding: 0 29px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    color: #007BC7;
    background-image: url(../images/ic_link.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    text-decoration: underline #007BC7;
}
.frame_inner .img{
    width: 100%;
}
.frame_inner .img img{
    width: 100%;
}
.frame_inner .frame_title .require{
    margin: 0 0 0 10px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #F23002;
    border-radius: 3px;
}
.frame_inner .large_title{
    padding: 0 0 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #003C75;
}
.frame_inner .large_text{
    padding: 0 0 46px;
}
.frame_inner .large_text a{
    color: #007BC7;
    text-decoration: underline #007BC7;
}
.frame_inner .list.link{
    padding: 0 0 25px 20px;
}
.frame_inner .list.link li{
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 150%;
    list-style-type: disc;
    color: #007BC7;
}
.frame_inner .list.link li:last-child{
    margin: 0 0 0;
}
.frame_inner .list.link li a{
    color: #007BC7;
    text-decoration: underline;
}
.frame_inner .sub_text{
    margin: 0 0 40px;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}
.frame_inner .sub_text a{
    padding: 0 20px 0 0;
    color: #007BC7;
    background-image: url(../images/ic_link.svg);
    background-repeat: no-repeat;
    background-position: center right 7px;
    text-decoration: underline;
}
.frame_inner .input{
    width: 600px;
    margin: 0 0 40px;
}
.frame_inner .input.long{
    width: 100%;
}
.frame_inner .input.station{
    width: 358px;
    padding: 0;
}
.frame_inner .input input,
.frame_inner .input select{
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: solid 1px #d3d3d3;
    border-radius: 3px;
    background-color: #FAFAFA;
}
.frame_inner .input input,
.frame_inner .input select,
.frame_inner .input select option{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
}
.frame_inner .input input::placeholder{
    color: #BDBDBD;
}
.frame_inner .input.flex{
    display: flex;
    width: 100%;
    margin: 0 0 22px;
}
.frame_inner .input.flex > div{
    display: flex;
}
.frame_inner .input.flex p{
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
}
.frame_inner .input.flex > div > div{
    padding: 0 17px 0 0;
}
.frame_inner .input.flex .select.people{
    width: 139px;
}
.frame_inner .input.flex .select.bike{
    width: 360px;
}
.frame_inner .slide{
    overflow: hidden;
    box-sizing: border-box;
}
.frame_inner .slide .selecter{
    display: none;
}
.frame_inner .disabled{
    color: #aaa;
}

/* checklist_wrapper 確認事項 */
.checklist_wrapper {}
.checklist_block {
    margin-bottom: 50px;
}
.checklist_block:last-child {
    margin-bottom: 0;
}
.checklist_title {
    margin-bottom: 18px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 150%;
    border-left: solid 3px #003C75;
    letter-spacing: 0.08em;
}
.checklist_block .inner {
    overflow: hidden;
}
.checklist_block .inner .photo {
    float: left;
    width: 400px;
}
.checklist_block .inner .photo img {
    padding-top: 20px;
    width: 100%;
    height: auto;
}
.checklist_block .inner .text {
    float: right;
    width: 400px;
}
.checklist_block .table {
    width: 100%;
}
.checklist_block .table th,
.checklist_block .table td {
    padding: 18px 16px;
    border: solid 1px #D3D3D3;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
}
.checklist_block .table th {
    font-weight: bold;
    background-color: #DFF3FF;
}
.checklist_block .table .number {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 9px 0 0;
    padding: 1px 0 0;
    border-radius: 50%;
    background-color: #007BC7;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.checklist_block .notice {
    margin-top: 20px;
}
.checklist_block .notice p {
    font-size: 13px;
    line-height: 180%;
}

.checklist_block .table2 {
    width: 100%;
}
.checklist_block .table2 th,
.checklist_block .table2 td {
    padding: 12px 16px;
    border: solid 1px #D3D3D3;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}
.checklist_block .table2 th {
    font-weight: bold;
    background-color: #DFF3FF;
}
.checklist_block .list {
    margin-left: 1em;
}
.checklist_block .list li {
    list-style: disc;
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 3px;
    color: #007BC7;
}



@media only screen and (max-width:759px){
    /*------header-----------------------------------------------*/
    .header{
        width: 100%;
        height: 60px;
    }
    .header .inner{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-width: auto;
        margin: auto;
    }
    .header .inner .logo{
        margin: 15px 0 0 5%;
        width: 170px;
        height: 100%;
    }
    .header .inner .logo img{
        width: 100%;
        height: auto;
    }
    .header .inner span{
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin: 17px 0 0 10px;
        padding: 3px 6px;
        border: solid 1px #007BC7;
    }

    /*------footer-----------------------------------------------*/
    .footer{
        height: 100px;
        padding: 35px 0 0;
    }
    .footer .inner{
        display: block;
        width: 100%;
    }
    .footer .inner .copy_right{
        padding: 20px;
    }
    .footer .inner .copy_right p{
        font-size: 11px;
        text-align: center;
    }
    .footer .inner .list{
        display: flex;
        justify-content: center;
    }
    .footer .inner .list li{
        font-size: 12px;
        font-weight: 400;
    }

    /*------page-----------------------------------------------*/

    .page{
        padding: 48px 0 78px;
    }
    .page .title{
        position: relative;
        text-align: center;
        margin: 0 0 28px 0;
        padding: 0 0 12px 0;
        font-size: 24px;
    }
    .page .title::before{
        content: '';
        position: absolute;
        left: calc(50% - 16px);
        bottom: 0;
        width: 32px;
        height: 3px;
        background: linear-gradient(90deg, #007BC7 0%, #007BC7 50%, #399D26 50%, #399D26 100%);
    }
    .page form > .text{
        width: 85%;
        margin: auto;
        padding: 0 0 32px;
        font-size: 14px;
        font-weight: 400;
    }
    .page form .submit{
        text-align: center;
    }
    .page form .submit input[type="submit"]{
        width: 60%;
        max-width: 320px;
        min-width: 200px;
        margin: 28px auto 0;
        padding: 12px 0;
        font-size: 16px;
    }
    .page .back{
        width: 90%;
        margin: auto;
        padding: 15px 0 17px;
    }
    .page .back.bottom{
        padding: 15px 0 32px;
    }
    .page .back.bottom_l{
        padding: 15px 0 42px;
    }
    .page .back a{
        padding: 0 0 0 22px;
        font-size: 13px;
        font-weight: 500;
    }
    .page .check{
        display: flex;
        justify-content: center;
        width: 90%;
        margin: auto;
        padding: 36px 0 0;
    }
    .page .check input{
        width: 18px;
        height: 18px;
        margin: 0 8px 0 0;
    }
    .page .check p{
        margin: -3px 0 0;
        font-weight: 500;
    }
    .frame{
        width: 94%;
        margin: auto;
        padding: 20px 16px 24px;
    }
    .frame.border{
        height: 375px;
        border: solid 2px #003C75;
        overflow-y: scroll;
    }
    .frame.border::-webkit-scrollbar {
        width: 7px;
    }
    .frame.border::-webkit-scrollbar-track {
    border-radius: 3px;
    }
    .frame.border::-webkit-scrollbar-thumb {
    background-color:#9E9E9E;
    border-radius: 3px;
    }
    .frame > .text{
        padding: 0 0 32px;
        font-size: 14px;
        font-weight: 400;
    }
    .frame > .text .red{
        font-weight: 400;
    }
    .frame .inner{
        display: block;
    }
    .frame .info_box{
        width: 100%;
        padding: 25px;
    }
    .frame .schedule p{
        font-size: 14px;
        font-weight: 500;
    }
    .frame .schedule p strong{
        padding: 0 0 0 3px;
        font-size: 18px;
        font-weight: 600;
    }
    .frame .info_box .station{
        display: flex;
        padding: 9px 0 0;
    }
    .frame .info_box .station > div{
        margin: 0 6px 0 0;
        text-align: center;
        border-radius: 3px;
    }
    .frame .info_box .station p{
        font-size: 12px;
        font-weight: 500;
    }
    .frame .info_box .action{
        display: flex;
        justify-content: space-between;
        padding: 18px 0 0;
    }
    .frame .info_box .action .seat{
        font-weight: 600;
    }
    .frame .info_box .action .seat span{
        font-weight: 400;
    }
    .frame .info_box .action .reserv_btn p{
        font-size: 14px;
    }
    .frame .info_box .action .reserv_btn.no p{
        padding: 12px 25px;
    }
    .frame .info_box .action .reserv_btn a{
        display: block;
        padding: 12px 25px;
    }
    .frame_inner .frame_title{
        margin: 0 0 14px;
        padding: 0 0 0 10px;
        font-size: 16px;
        border-left: solid 3px #003C75;
    }
    .frame_inner .station{
        display: flex;
        padding: 12px 0 32px;
    }
    .frame_inner .station > div{
        margin: 0 6px 0 0;
        padding: 4px 6px;
    }
    .frame_inner .station p{
        font-size: 13px;
    }
    .frame_inner .text{
        padding: 0 0 24px;
        font-size: 14px;
        font-weight: 400;
    }
    .frame_inner .link_box{
        display: flex;
        padding: 0 0 18px;
    }
    .frame_inner .link_box a{
        padding: 0 29px 0 0;
        font-size: 14px;
        font-weight: 500;
        background-position: center right 12px;
    }
    .frame_inner .img{
        width: 100%;
    }
    .frame_inner .img img{
        width: 100%;
    }
    .frame_inner .frame_title .require{
        margin: 0 0 0 10px;
        padding: 0 4px;
        font-size: 12px;
        font-weight: 700;
        line-height: 180%;
        letter-spacing: 0.05em;
        color: #fff;
        background-color: #F23002;
        border-radius: 3px;
    }
    .frame_inner .large_title{
        padding: 0 0 18px;
        font-size: 18px;
    }
    .frame_inner .large_text{
        padding: 0 0 28px;
    }
    .frame_inner .list.link{
        padding: 0 0 20px 15px;
    }
    .frame_inner .list.link li{
        margin: 0 0 7px;
        font-size: 14px;
        font-weight: 500;
    }
    .frame_inner .sub_text{
        margin: 0 0 30px;
        font-size: 14px;
    }
    .frame_inner .sub_text a{
        padding: 0 15px 0 0;
        color: #007BC7;
        background-position: center right 4px;
    }
    .frame_inner .input{
        width: 100%;
        margin: 0 0 40px;
    }
    .frame_inner .input.long{
        width: 100%;
    }
    .frame_inner .input.station{
        width: 100%;
        padding: 0;
    }
    .frame_inner .input input,
    .frame_inner .input select{
        width: 100%;
        padding: 10px 12px;
    }
    .frame_inner .input input,
    .frame_inner .input select,
    .frame_inner .input select option{
        font-size: 13px;
    }
    .frame_inner .input input::placeholder{
        color: #BDBDBD;
    }
    .frame_inner .input.flex{
        display: block;
        width: 100%;
    }
    .frame_inner .input.flex > div{
        display: flex;
    }
    .frame_inner .input.flex > div:first-child{
        padding: 0 0 12px;
    }
    .frame_inner .input.flex p{
        padding: 10px 0 0;
        font-size: 16px;
        font-weight: 500;
    }
    .frame_inner .input.flex > div > div{
        padding: 0 17px 0 0;
    }
    .frame_inner .input.flex .select.people{
        width: 60%;
        max-width: 80px;
    }
    .frame_inner .input.flex .select.bike{
        width: auto;
    }
    .frame_inner .slide{
        overflow: hidden;
        box-sizing: border-box;
    }
    .frame_inner .slide .selecter{
        display: none;
    }
    .frame_inner .disabled{
        color: #aaa;
    }

    /* checklist_wrapper 確認事項 */
    .checklist_block {
        margin-bottom: 35px;
    }
    .checklist_block:last-child {
        margin-bottom: 0;
    }
    .checklist_title {
        margin-bottom: 14px;
        padding-left: 6px;
        font-size: 16px;
        border-left: solid 3px #003C75;
    }
    .checklist_block .inner {
        overflow: hidden;
    }
    .checklist_block .inner .photo {
        float: none;
        width: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .checklist_block .inner .photo img {
        padding-top: 15px;
        max-width: 80%;
        height: auto;
    }
    .checklist_block .inner .text {
        float: none;
        width: auto;
    }
    .checklist_block .table th,
    .checklist_block .table td {
        padding: 12px 12px;
        font-size: 13px;
        line-height: 150%;
        text-align: left;
    }
    .checklist_block .table .number {
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        padding: 1px 0 0;
        border-radius: 50%;
    }

    .checklist_block .notice {
        margin-top: 15px;
    }
    .checklist_block .notice p {
        font-size: 12px;
        line-height: 170%;
    }

    .checklist_block .table2 th,
    .checklist_block .table2 td {
        padding: 10px 6px;
        font-size: 12px;
        line-height: 150%;
    }

    .checklist_block .list {
        margin-left: 1em;
    }
    .checklist_block .list li {
        font-size: 13px;
        line-height: 140%;
        padding-bottom: 2px;
    }
}