@charset "UTF-8";
/* CSS Document */
#plan {
    padding: 1px 0;
    /*background-color: #f6f6f6;*/
    background-image: url("../img/common/bg-sky.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
#plan .wrapper {
    /*background: linear-gradient(to top, #fff, #d4d4d0) repeat-y center/2px;*/
    position: relative;
}
.plan-line {
    width: 2px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    bottom: 130px;
    background: #d2d2ce;
}
h3 {
    position: relative;
    z-index: 2;
    font-size: 34px;
    color: #0c2340;
}
#plan figure {
    position: relative;
    width: 522px;
}
/*-----
PLAN-BLOCK
-----*/
.plan__block--txt p {
    margin: 20px 0 30px;
}
.txt-deco {
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: 1;
}
.txt-deco-2 {
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: 1;
    transform: rotate(-5deg);
}
.top-margin {
    margin: 60px 0 0;
}
#plan figcaption {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #7c858c;
    line-height: 1.4;
}
/*PLAN-BLOCK-LARGE*/
.txt-day {
    display: block;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.txt-day1 {
    width: 244px;
    height: 101px;
}
.plan__block--lg {
    position: relative;
    margin: 120px 0;
    padding: 0 0 40px;
}
.plan__block--lgimg {
    position: relative;
}
.lgtxt {
    width: 420px;
    position: absolute;
    top: 70%;
    right: 0;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
}

/*PLAN-BLOCK-RIGHT-IMAGE*/
.plan__block--rImg {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 60px 0;
}
.plan__block--rImg figure {
    margin: 40px 0 0;
}
.rImgtxt, .rImgtxt-rev {
    width: 420px;
    position: relative;
    margin: -40px 0 0;
}
.rImgtxt {
    margin: -40px 0 0;
}
.rImgtxt-rev {
    margin: 0;
}
/*PLAN-BLOCK-LEFT-IMAGE*/
.plan__block--lImg {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.lImgtxt {
    width: 420px;
    margin: 140px 0 0;
    position: relative;
}

/*-----
COLUMN
-----*/
.column__block {
    margin: 0 auto 40px;
    position: relative;
}
.column__block--img {
    position: relative;
}
.column__block--img p {
    position: absolute;
    padding: 10px;
    bottom: 0;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    opacity: .8;
}
.column__block--txt {
    width: 50%;
    padding: 40px;
    background: #0c2340;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.column__block--txt h3 {
    margin: 0;
    color: #fff;
}
.column__block--txt p {
    margin: 10px 0;
}
@media screen and (max-width: 1000px) {
    h3 {
        font-size: 28px;
    }
    .lgimg {
        width: 100%;
        height: auto;
    }
    .lgtxt {
        width: 44%;
    }
    .rImgtxt, .rImgtxt-rev {
        width: 100%;
        margin: 0;
        padding: 0 30px 0 0;
        box-sizing: border-box;
    }
    .lImgtxt {
        width: 100%;
        margin: 100px 0 0;
        padding: 0 0 0 30px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 940px) {
    h3 {
        font-size: 3vw;
    }
    #plan figure {
        width: 480px;
    }
    figure img {
        width: 480px;
        height: auto;
    }
}
@media screen and (max-width: 820px) {
    #plan figure {
        width: 420px;
    }
    figure img {
        width: 420px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    #plan .wrapper {
        margin: 40px auto 0;
        padding: 0 0 0 3%;
        box-sizing: border-box;
    }
    .wrapper .button {
        display: block;
        text-align: center;
    }
    h3 {
        margin: 14px 0 0;
        font-size: 20px;
    }
    .plan-line {
        top: 0;
        left: 0;
        bottom: 40px;
    }
    .plan__block--txt p {
        margin: 10px 0 14px;
    }
    .txt-deco {
        top: -3vw;
    }
    .txt-deco img {
        width: 50%;
        height: auto;
    }
    .txt-deco-2 {
        left: -10px;
    }
    .txt-deco-2 img {
        width: 80%;
        height: auto;
    }
    figure {
        width: 100%;
    }
    #plan figure {
        width: 100%;
    }
    figure img {
        width: 100%;
        height: auto;
    }
    #plan figcaption {
        font-size: 12px;
    }
    .plan__block--lgimg, .plan__block--rImg, .plan__block--lImg {
        flex-wrap: wrap;
    }
    .txt-day {
        top: -8%;
        left: -5%;
        transform: none;
        width: 36%;
        height: auto;
    }
    .plan__block--lg {
        margin: 0;
    }
    .lgtxt {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .plan__block--rImg {
        padding: 0;
    }
    .plan__block--lImg {
        padding: 0;
    }
    .plan__block--rImg figure {
        margin: 0;
    }
    .rImgtxt, .rImgtxt-rev {
        padding: 0 0 40px;
    }
    .lImgtxt {
        margin: 0;
        padding: 0 0 40px;
    }
    /*-----
    COLUMN
    -----*/
    .column__block {
        margin: 20px auto 0;
        position: relative;
    }
    .column__block--txt {
        width: 100%;
        padding: 10px 14px;
        color: #fff;
        position: relative;
        top: -7px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .column__block--img img {
        width: 100%;
        height: auto;
    }
    .column__block--img p {
        font-size: 12px;
    }
}