section:last-of-type {
    padding-bottom: 0;
}

section {
    padding: 60px 0;
}

.width {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}


/*lineup*/

#lineup {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 1040px;
    margin: 0 auto;
}

#lineup h2 {
    font-size: 300%;
    font-weight: normal;
}

#lineup p {
    display: inline-block;
    margin-top: 30px;
    line-height: 1.8;
}

.area_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.area {
    width: 150px;
    background: #fff;
    color: #212121;
    font-weight: 600;
    margin-right: 20px;
    padding:8px 0;
}

.ta-l{
    text-align: left;
}

#bus_1,
#crown,
#airport {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
}

#bus_1:before,
#crown:before,
#airport:before {
    position: absolute;
    width: calc(50% - 35px);
    top: -45px;
    left: 0;
    border-bottom: 50px solid #154417;
    border-right: 70px solid transparent;
    display: block;
    content: " ";
}

#bus_1:after,
#crown:after,
#airport:after {
    position: absolute;
    left: calc(50% - 35px);
    top: -45px;
    right: 0;
    border-bottom: 50px solid #154417;
    border-left: 70px solid transparent;
    display: block;
    content: " ";
}

#bus_1,
#crown,
#airport {
    margin-top: 50px;
}

#airport:before,
#airport:after {
    border-bottom-color: #fff;
}

#crown:before,
#crown:after {
    border-bottom-color: #154417;
}

#bus_1:before,
#bus_1:after {
    border-bottom-color: #301454;
}


/*hire_inner*/

.l_left {
    float: left;
}

.l_right {
    float: right;
}

.hire,
.bus {
    width: 500px;
}

.hire h3,
.bus h3 {
    font-size: 180%;
}

#notice p {
    font-size: 110%;
    text-align: center;
    line-height: 1.6;
}


/*bus_inner*/

.bus p {
    color: #f7e921;
    font-size: 120%;
    font-weight: bold;
    margin: 21px 0 19px;
}

.bus ul {
    line-height: 1.6;
    margin-bottom: 20px;
}


/*price*/

#price {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 0;
}

#price h4 {
    position: relative;
    font-size: 180%;
    margin-bottom: 40px;
}

#price h4:before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 130px;
    top: 50%;
    left: 150px;
    background: #fff;
}

#price>p {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 40px;
}

#price h4:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 130px;
    top: 50%;
    right: 150px;
    background: #fff;
}

#price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.price {
    text-align: left;
    display: block;
    width: calc(92% / 3);
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
    color: #000;
}

.price:not(:last-of-type) {
    margin-right: 4%;
}

.price h5 {
    line-height: 1.4;
    font-size: 120%;
    margin-bottom: 10px;
}

.price p {
    line-height: 1.4;
    font-size: 90%;
}


/*charter*/

#charter.b {
    margin-top: 120px;
}

#charter {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 0;
}

#charter h4 {
    position: relative;
    font-size: 180%;
    margin-bottom: 40px;
}

#charter h4:before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 130px;
    top: 50%;
    left: 150px;
    background: #fff;
}

#charter h4:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 130px;
    top: 50%;
    right: 150px;
    background: #fff;
}

#flow {
    margin-top: 60px;
    overflow: hidden;
}

#flow>li {
    width: 22%;
    margin-right: 4%;
    float: left;
    text-align: center;
}

#flow>li:last-of-type {
    margin-right: 0;
}

.number {
    position: relative;
    font-size: 250%;
    display: inline-block;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.number:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 150px;
    top: 50%;
    right: -180px;
    background: #fff;
}

#flow li:last-of-type .number:after {
    display: none;
}

#flow>li p {
    font-size: 180%;
}

#flow>li p.xs_font {
    margin-top: 20px;
    text-align: left;
    font-size: 90%;
    line-height: 1.6;
}

#info {
    overflow: hidden;
}

#reserve {
    width: 840px;
    margin: 90px auto 0;
    overflow: hidden;
}

#reserve .tel {
    display: inline-block;
    font-size: 200%;
    font-family: sans-serif;
    color: #8f7930;
    font-weight: bold;
    float: left;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1;
    margin-bottom: 0px;
}

#reserve .tel .s_font {
    font-size: 75%;
}

.tel .ls {
    letter-spacing: 4px;
}

#reserve .info {
    font-size: 99%;
    margin-left: -9px;
    margin-bottom: 9px;
    margin-top: 5px;
}

#reserve li {
    color: #8f7930;
    text-align: left;
    font-weight: bold;
    float: left;
    line-height: 1.4;
}

#reserve .r_left {
    width: 40%;
}

#reserve .r_right {
    width: 60%;
}

#reserve p {
    width: 100%;
}

#reserve li:last-of-type {
    margin-right: 0;
    float: right;
}

#reserve .ml {
    margin-left: -7px;
}

#reserve .xs_font {
    margin-left: -10px;
    font-size: 50%;
}

#reserve .mail {
    text-align: center;
    display: table;
    padding: 24px 40px;
    background: #8f7930;
    font-size: 200%;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    float: right;
}

#notes {
    width: 840px;
    margin: 90px auto 0;
    clear: both;
    text-align: left;
}

#notes p {
    display: inline-block;
    font-size: 120%;
    padding: 0 12px;
    background: #fff;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

#notes li {
    margin-top: 5px;
    line-height: 1.6;
    padding-left: 1.3em;
    text-indent: -1.3em;
    box-sizing: border-box;
}

#cancel,
#conditions {
    width: 840px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: left;
}

#cancel p,
#conditions p {
    display: inline-block;
    font-size: 120%;
    padding: 0 12px 0;
    background: #fff;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}


#cancel li,
#conditions li {
    margin-top: 5px;
    line-height: 1.6;
    text-align: left;
    padding-left: 1.3em;
    text-indent: -1.3em;
    box-sizing: border-box;
}

#cancel p {
    margin-top: 0;
    margin-bottom: 10px;
}

#cancel ul {
    margin-top: 0;
}

#charter #cancel {
    margin-top: 60px;
}


/*キャプション付きスライダー*/

.thumb-item-nav {
    margin-top: 10px;
}

.slick-slide img {
    margin-right: 0;
    padding-right: 0;
    letter-spacing: 0;
    width: 100%;
}

.thumb-item-nav .slick-slide {
    width: 160px;
    height: 96px;
}

.thumb-item-nav .slick-slide {
    margin-right: 7px;
    padding-right: 3px;
}

.thumb-item-nav .slick-slide:nth-of-type(2) {
    margin-left: 4px;
}

.thumb-item-nav .slick-slide:last-of-type {
    margin-right: 0;
    float: right;
}

@media screen and (max-width:1050px) {
    section {
        padding: 50px 0;
    }
    #lineup {
        width: 92%;
        margin: 0 auto;
        padding: 40px 0 30px;
    }
    #lineup h2 {
        font-size: 220%;
    }
    .area_wrap{
        display: block;
    }
    #lineup .ta-l{
        margin-top: 10px;
        line-height: 1.8;
    }
    .area{
        padding:5px 0;
    }
    #lineup p {
        margin-top: 20px;
    }
    #lineup p span {
        margin-right: 10px;
        font-size: 80%;
    }
    .width {
        width: 92%;
        margin: 0 auto;
    }
    .width .hire:nth-of-type(2),
    .width .bus:nth-of-type(2) {
        margin-top: 30px;
    }
    .l_left,
    .l_right {
        width: 100%;
        float: none;
    }
    .l_left img,
    .l_right img {
        width: 100%;
    }
    #charter {
        margin-top: 0px;
    }
    #charter.b {
        margin-top: 60px;
    }
    #charter h4 {
        line-height: 1.4;
        margin-bottom: 20px;
        font-size: 150%;
    }
    #charter h4:before,
    #charter h4:after {
        display: none;
    }
    #charter p {
        line-height: 1.4;
    }
    .number:after {
        display: none;
    }
    .number {
        font-size: 150%;
    }
    #flow {
        margin-top: 40px;
    }
    #flow li {
        width: 48%;
        margin: 0;
    }
    #flow li:nth-of-type(odd) {
        margin-right: 4%;
    }
    #flow li:nth-of-type(3),
    #flow li:nth-of-type(4) {
        margin-top: 30px;
    }
    #reserve .tel {
        width: 100%;
        font-size: 200%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    #reserve .mail {
        font-size: 120%;
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }
    #reserve a .icon-mail:after {
        display: none;
    }
    #reserve p {
        line-height: 0.8;
    }
    #reserve .tel a {
        color: #8f7930;
    }
    #notes {
        width: 100%;
        margin-top: 50px;
    }
    #notes p {
        font-size: 100%;
        padding: 10px 0;
        text-align: center;
        float: none;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
        line-height: 1;
    }
    #notes p br {
        display: none;
    }
    #notes ul {
        clear: both;
    }
    #notes li {
        width: 100%;
        font-size: 90%;
    }
    /*bus*/
    .bus p {
        line-height: 1.4;
        margin: 15px 0;
    }
    #price {
        margin-top: 0;
    }
    #price h4 {
        font-size: 130%;
        margin-bottom: 20px;
    }
    #price h4:after,
    #price h4:before {
        display: none;
    }
    #price p {
        margin-bottom: 10px;
    }
    #price ul {
        display: block;
    }
    .price {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 20px;
        text-align: center;
        padding: 20px;
        padding-bottom: 15px;
    }
    .price p {
        font-size: 100%;
    }
    /*transfer*/
    #area h4 {
        margin-top: 50px;
        margin-bottom: 0;
        text-align: center;
    }
    #area h4:first-of-type {
        margin-top: 0px;
    }
    #area p {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .sp_area {
        margin-top: 10px;
        display: table;
        width: 100%;
    }
    .sp_area tbody {
        table-layout: fixed;
        width: 100%;
    }
    .sp_area tr {
        width: 100%;
    }
    .sp_area tr th,
    .sp_area tr td {
        width: calc(100% / 3);
        background: #fff;
        border-right: 1px solid #000;
    }
    .sp_area tr th {
        background: #8f7930;
        padding: 20px 0;
    }
    .sp_area tr td {
        height: 50px;
    }
    #reserve {
        width: 100%;
        margin-top: 30px;
    }
    #reserve p {
        line-height: 1.2;
    }
    #reserve .r_left {
        width: 100%;
    }
    #reserve .r_right {
        margin-top: 20px;
        width: 100%;
    }
    #reserve .tel {
        margin-bottom: 0;
        line-height: 1.2;
    }
    #reserve .info {
        text-align: center;
        margin-left: 0;
    }
    #charter #cancel {
        margin-top: 30px;
    }
    #cancel {
        width: 100%;
    }
    #cancel p {
        width: 100%;
        box-sizing: border-box;
        font-size: 100%;
        padding: 10px 0;
        line-height: 1;
        text-align: center;
    }
    #cancel li {
        line-height: 1.6;
        margin-top: 10px;
    }
    #area li {
        line-height: 1.6;
    }
    #area p {
        width: 100%;
        font-size: 90%;
        box-sizing: border-box;
    }
    #notes {
        width: 100%;
    }
    #notes li {
        margin-top: 10px;
    }
    #lineup p br {
        display: none;
    }
    #lineup p span {
        display: block;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    #notice p {
        font-size: 90%;
    }
    .area{
        width: 140px;
    }
}
