@charset "utf-8";
#h_left h1 {
    left: 27px;
}

#airport {
    background: #fff;
    color: #2a2a2a;
    margin-top: 45px;
}

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

#plan_frame h2 {
    font-size: 270%;
    font-weight: normal;
}

#airport h3 {
    font-size: 180%;
}

#plan_frame p {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    line-height: 1.8;
}

#plan_frame p .span_01 {
    background: #fff;
    color: #212121;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;
    width: 80px;
    text-align: center;
}

#plan_frame p .span_02 {
    background: #fff;
    color: #212121;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 30px;
    display: inline-block;
    width: 80px;
    text-align: center;
}

#airport p {
    margin-bottom: 0px;
}

#reserve .info {
    font-size: 98%;
    line-height: 1.6;
}

#reserve .ml {
    margin-left: 0;
}

/* 詳細ボタン */

.button {
    margin-top: 13px;
    margin-bottom: 8px;
    text-align: center;
    display: block;
    padding: 0.75em;
    width: 100%;
    text-decoration: none;
    background: #8E7833;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px rgb(100, 83, 32);
    border-radius: 3px;
    box-sizing: border-box;
}

.button:hover {
    opacity: 1;
}

.button:active {
    /*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}

@media screen and (min-width:751px) {
    #plan_01,
    #plan_02,
    #plan_04,
    #plan_05 {
        margin-right: 40px;
    }
    #plan_04,
    #plan_05,
    #plan_06 {
        margin-top: 80px;
        margin-bottom: 60px;
    }
    .br::before {
        content: "\A";
        white-space: pre;
    }
}

.plan {
    width: 320px;
    height: auto;
    float: left;
    margin-top: 60px;
}

.plan h4 {
    height: 50px;
    font-size: 130%;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    margin-bottom: 20px;
}

.course_note {
    font-size: 90%;
    margin-top: 8px;
    margin-left: 20px;
    display: block;
    color: rgb(77, 77, 77);
}

.plan img {
    width: 100%;
    height: auto;
    margin-bottom: -3px;
}

.plan p {
    padding: 15px 0;
    background: #8f7930;
    color: #fff;
    text-align: center;
}

.plan p span {
    font-size: 110%;
}

.plan dl {
    padding: 20px;
    background: #F1EBBC;
    font-size: 90%;
    line-height: 1.5em;
    color: #2a2a2a;
}

.plan dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width:1050px) {
    #airport {
        margin-top: 50px;
        padding: 20px 0 50px;
    }
    #airport h3 {
        font-size: 180%;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 0px;
    }
    #airport p {
        font-size: 90%;
    }
    #plan_frame .info {
        width: 200px;
        margin: 0 auto;
        text-align: left;
        margin-top: 10px;
    }
    #plan_frame p .span_02 {
        margin-left: 0;
    }
    #plan_frame {
        width: 92%;
        margin: 0 auto;
        padding: 50px 0;
    }
    #plan_frame h2 {
        font-size: 180%;
    }
    .plan h4 {
        font-size: 150%;
        height: auto;
    }
    #plan_frame p {
        margin-top: 20px;
    }
    #plan_frame p:nth-of-type(2) {
        line-height: 2.5;
    }
    #plan_frame p span {
        margin-right: 10px;
        font-size: 80%;
    }
    .plan {
        width: 100%;
        height: auto;
        margin: 60px 0 0 0;
    }
    .br_sp::before {
        content: "\A";
        white-space: pre;
    }
    #reserve .info {
        margin-left: -3px;
    }
    #plan_frame p .span_01 {
        margin-bottom: 10px;
        width: 60px;
    }
    #plan_frame p .span_02 {
        width: 60px;
    }
    .button {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }
}