.mvLead{
    background: #e06666;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    padding: 8.5px;
}

#optionalplan{position: relative; background: #fcdec0;padding: 70px 25px 50px; margin-top: 95px;}
#optionalplan .list{background: #fff; padding: 30px 80px 0}
#optionalplan .linkbtn {background: #fff; padding: 0px 80px 30px}
#optionalplan .limited_optionArea .img{
	position: absolute;
    width: 95%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#optionalplan .conectrip-title__area {
	background: #fff;
}

#optionalplan .conectrip-title__area .season {
	width: fit-content;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	background: #fcdec0;
	margin-left: auto;
	padding: 0 10px;
}

#optionalplan .conectrip-title__area .conectrip-title {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
    height: 80px;
}
#optionalplan .conectrip-title__area .conectrip-title .ttlLv4 {
    padding-top: 10px !important;
}
#optionalplan .conectrip-title__area .conectrip-title strong {
	font-size: 20px;
	font-weight: 700;
}


#optionalplan .conectrip-title-img {
    width: 60%;
    margin: 30px auto;
}

#optionalplan .conectrip-col .col {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}

#optionalplan .conectrip-col .col::before {
    position: absolute;
    content: "限定";
    background: #cc0000;
    color: #fff;
    top: -10px;
    left: -10px;
    padding: 2px 10px;
    transform: rotate(-10deg);
}

#optionalplan .conectrip-col .col .conectrip-text {
    display: grid;
    height: 155px;
    align-items: center;
    align-content: center;
    background: #f8eceb;
}
.modelcourse_layout {
    position: relative;
    display: grid !important;
    padding: 30px 40px 40px 25px;
}

.modelcourse_layout::before,
.modelcourse_layout::after {
    position: absolute;
    content: "";
    width: 99%;
    height: 99%;
    z-index: 0;
}

.modelcourse_layout::before {
    bottom: 0;
    right: 0;
    background: #e06666;
}

.modelcourse_layout::after {
    top: 0;
    left: 0;
    background: #f8eceb;
}
.modelcourse_layout >.responsivegrid,
.modelcourse_layout >.img {
    z-index: 1
}

.model-schedule {
    display: flex;
    align-items: center;
}

.model-schedule > .img {
    width: 22.8% !important;
}

.model-schedule .model-schedule__time {
    padding: 0 45px;
}

.model-schedule > .responsivegrid {
    width: 77.2% !important;
}

.model-schedule .model-schedule-info {
    display: flex;
    align-items: center;
    border-left: 1px dashed #e06666;
    min-height: 205px;
}

.model-schedule .model-schedule-info .model-schedule-info-area {
    padding-left: 5%;
}

.model-schedule .model-schedule-info .model-schedule-info_img {
    padding-left: 5%;
}

.model-schedule-info_img.plane {
    width: 70%;
    margin-left: auto;
}

.model-schedule .model-schedule-info .model-schedule-info-area .model-schedule-info-area_img.hotel {
    width: 50%;
}

.model-schedule .model-schedule-info .model-schedule-info_text strong {
    color: #000;
}

.model-schedule .model-schedule-info .model-schedule-info_text.optional-plan {
        display: inline-block;
    background: orange;
    color: #fff;
    font-weight: 700;
    padding: 0 5px;
}

.model-schedule .model-schedule-info .model-schedule-info_text .fs2L {
    display: block;
    font-weight: 700;
}

@media screen and (max-width:768px){
    #optionalplan {
        padding: 60px 15px 30px;
    }

    #optionalplan .list {
        padding: 20px 20px 0;
    }

    .modelcourse_layout {
        padding: 30px 22px 30px 20px;
    }

    .modelcourse_layout::before,
    .modelcourse_layout::after {
        width: 98%;
    }

    .model-schedule {
    flex-direction: column;
    }

    .model-schedule > .responsivegrid {
    width: 100% !important;
    }

    .model-schedule > .img {
    width: 100% !important;
    }

    .model-schedule .model-schedule__time {
        padding: 0;
    }

    .model-schedule .model-schedule-info {
    align-items: flex-start;
    border-left: none;
    min-height: auto;
    }
    
    .model-schedule .model-schedule-info >.img {
        width: 30% !important;
    }

    .model-schedule .model-schedule-info .model-schedule-info_text .fs2L {
        font-size: 1.5rem !important;
    }
}