/* ------------------------------ */
/* plan固有トップ */
/* ------------------------------ */
.plan-left {
    width: 100%;
    position: relative;
}
.plan-left img {

}
.plan-left h2 {
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 28px;
    color: #fff;
    width: 450px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width:999px) {
    .plan-left h2 {
        font-size: 24px;
        width: 400px;
    }
}
@media screen and (max-width:600px) {
    .plan-left {
        padding: 0;
    }
    .plan-left h2 {
        width: 180px;
        font-size: 20px;
        top: 20%;
    }
}

/* ------------------------------ */
/* plot map */
/* ------------------------------ */
.plot-map-area {
    padding: 60px 20px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.plot-map-area h3 {
    color: #323232;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.plot-map-img {
    text-align: center;
    background-color: #f7f7f7;
    position: relative;
}

.plot-map-img img {
    padding: 0px 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.kukaku_link_area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.kukaku_link_area2 {
    position: relative;
    padding: 0px 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.link01 {
    position: absolute;
    width: 178px;
    height: 302px;
    left: 17%;
    top: 12%;
    /*
    background: red;
    opacity: 0.8;*/
}
.link02 {
    position: absolute;
    width: 220px;
    height: 300px;
    left: 32%;
    top: 12%;
    /*
    background: yellow;
    opacity: 0.8;*/
}
.link03 {
    position: absolute;
    width: 338px;
    height: 183px;
    left: 60%;
    top: 43%;
    /*
    background: green;
    opacity: 0.8;*/
}
.link04 {
    position: absolute;
    width: 337px;
    height: 214px;
    left: 60%;
    top: 60%;
    /*
    background: blue;
    opacity: 0.8;*/
}

.link_area {
    padding-top: 150px;
    margin-top: -150px;
}

@media screen and (max-width:1200px){
    .plot-map-img img {
        width: 900px;
    }
    .kukaku_link_area2 {
        width: 900px;
    }
    .link01 {
        width: 135px;
        height: 224px;
        left: 17%;
        top: 12%;
    }
    .link02 {
        width: 167px;
        height: 223px;
        left: 32%;
        top: 12%;
    }
    .link03 {
        width: 250px;
        height: 135px;
        left: 60%;
        top: 43%;
    }
    .link04 {
        width: 249px;
        height: 159px;
        left: 60%;
        top: 60%;
    }
}
@media screen and (max-width:1000px){
    .link_area {
        padding-top: 65px;
        margin-top: -65px;
    }
}
@media screen and (max-width:900px){
    .plot-map-img img {
        width: 750px;
    }
    .kukaku_link_area2 {
        width: 750px;
    }
    .link01 {
        width: 115px;
        height: 186px;
        left: 17%;
        top: 12%;
    }
    .link02 {
        width: 140px;
        height: 185px;
        left: 32%;
        top: 12%;
    }
    .link03 {
        width: 205px;
        height: 112px;
        left: 60%;
        top: 43%;
    }
    .link04 {
        width: 205px;
        height: 132px;
        left: 60%;
        top: 60%;
    }
}
@media screen and (max-width:767px){
    .plot-map-img img {
        width: 500px;
    }
    .kukaku_link_area2 {
        width: 500px;
    }
    .link01 {
        width: 73px;
        height: 120px;
        left: 18%;
        top: 12%;
    }
    .link02 {
        width: 82px;
        height: 123px;
        left: 34%;
        top: 11%;
    }
    .link03 {
        width: 129px;
        height: 69px;
        left: 61%;
        top: 43%;
    }
    .link04 {
        width: 127px;
        height: 78px;
        left: 61%;
        top: 61%;
    }
}
@media screen and (max-width:500px){
    .plot-map-img img {
        /*width: 350px;*/
        padding: 0;
        width: 100%;
    }
    .kukaku_link_area2 {
        /*width: 350px;*/
        padding: 0;
        width: 100%;
    }
    .link01 {
        width: 81px;
        height: 125px;
        left: 15%;
        top: 12%;
    }
    .link02 {
        width: 88px;
        height: 125px;
        left: 32%;
        top: 12%;
    }
    .link03 {
        width: 134px;
        height: 73px;
        left: 62%;
        top: 43%;
    }
    .link04 {
        width: 133px;
        height: 87px;
        left: 62%;
        top: 60%;
    }
}
@media screen and (max-width:400px){
    .link01 {
        width: 61px;
        height: 104px;
        left: 16%;
        top: 12%;
    }
    .link02 {
        width: 74px;
        height: 106px;
        left: 32%;
        top: 11%;
    }
    .link03 {
        width: 105px;
        height: 61px;
        left: 63%;
        top: 43%;
    }
    .link04 {
        width: 104px;
        height: 73px;
        left: 63%;
        top: 60%;
    }
}


@media screen and (min-width:768px) and (max-width:999px) {
    .plot-map-area {
        padding: 0 20px 0px;
    }
}

/* ------------------------------ */
/* plan01 */
/* ------------------------------ */
.plan01-box {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.no {
    background-color: #098A92;
    color: #fff;
    /*padding: 60px 30px;
    font-size: 60px;*/
    padding: 60px 20px;
    font-size: 44px;
    display: block;
    height: 200px;
    width: 250px;
    text-align: center;
}

.plan-left-box {
    display: flex;
}

.plan01-left {
    width: 50%;
}

.floor-plan {
    width: 100%;
    padding-left: 30px;
}

.plan01-right {
    width: 50%;
}
.plan02-right {
    width: 50%;
}
.plan03-right {
    width: 50%;
}

.floor-plan h4 {
    font-size: 50px;
    font-weight: normal;
    color: #323232;
}

.floor-plan .area {
    font-size: 14px;
    margin-bottom: 10px;
    color: #323232;
}

.floor-plan .price {
    font-size: 18px;
    color: #323232;
}

.floor-plan .price span {
    font-size: 14px;
    margin-right: 30px;
}

.floor-plan .pay {
    font-size: 32px;
    font-weight: bold;
    color: #323232;
}

.floor-plan .pay span {
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 4px 2px;
    margin-left: 3px;
    font-weight: normal !important;
}

.floor-plan .bank {
    margin-top: 30px;
    font-size: 14px;
    color: #323232;
}

.plan01-concept h4 {
    font-size: 30px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 40px;
}

.plan01-concept p {
    color: #323232;
}

.plan01-floor-img {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 50px;
}

.plan01-floor-img img {
    width: 100%;
}

.youtube-img img {
    width: 100%;
}

.youtube-list img {
    width: 100%;
}

/* ------------------------------ */
/* モーダル01 */
/* ------------------------------ */
.modal-01__wrap {
    padding-bottom: 50px;
}

.modal-01__wrap input {
    display: none;
}

.modal-01__open-label,
.modal-01__close-label {
    cursor: pointer;
}

.modal-01__open-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #323232;
    background-color: #fff;
    color: #323232;
    font-weight: normal;
    font-size: 1em;
}

.modal-01__open-label::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
}

.modal-01__open-label:hover {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}

.modal-01 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-01__open-input:checked + label + input + .modal-01 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-01__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    background-color: #eeedea;
    z-index: 2;
    border-radius: 5px;
}

.modal-01__close-label {
    background-color: #FFF;
    color: #323232;
    border-radius: 30px;
    width: 46px;
    height: 46px;
    line-height: 0.8;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -20px;
    right: -2%;
    z-index: 99999;
}

.modal-01__close-label::before,
.modal-01__close-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    width: 30px;
    height: 1px;
    background: #323232;
    border-radius: 2px;
}

.modal-01__close-label::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-01__close-label::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.plan01-padding {
    padding: 0 45px;
}

.modal-01__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 0 40px;
}

.modal-01__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-01-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal-close-btn-area {
    margin-top: 50px;
}

.modal-close-btn-area a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #323232;
    background-color: #fff;
    color: #323232;
    font-weight: normal;
    font-size: 1em;
}

.modal-close-btn-area a::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(#323232, #323232) center / 1px 100%, linear-gradient(#323232, #323232) center / 100% 1px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(45deg);
}

.modal-close-btn-area a:hover {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}

@media only screen and (max-width: 520px) {
    .modal-01__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-01__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-01__content-wrap {
        width: 90vw;
    }

    .modal-01__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}



/* ------------------------------ */
/* plan02 */
/* ------------------------------ */
.plan02-box {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.plan02-left {
    width: 50%;
}

.plan02-concept h4 {
    font-size: 30px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 40px;
}

.plan02-concept p {
    color: #323232;
}

.plan02-floor-img {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 50px;
}

.plan02-floor-img img {
    width: 100%;
}

/* ------------------------------ */
/* モーダル02 */
/* ------------------------------ */
.modal-02__wrap {
    padding-bottom: 50px;
}

.modal-02__wrap input {
    display: none;
}

.modal-02__open-label,
.modal-02__close-label {
    cursor: pointer;
}

.modal-02__open-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #323232;
    background-color: #fff;
    color: #323232;
    font-weight: normal;
    font-size: 1em;
}

.modal-02__open-label::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
}

.modal-02__open-label:hover {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}

.modal-02 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-02__open-input:checked + label + input + .modal-02 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-02__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    background-color: #eeedea;
    z-index: 2;
    border-radius: 5px;
}

.modal-02__close-label {
    background-color: #FFF;
    color: #323232;
    border-radius: 30px;
    width: 46px;
    height: 46px;
    line-height: 0.8;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -20px;
    right: -2%;
    z-index: 99999;
}

.modal-02__close-label::before,
.modal-02__close-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    width: 30px;
    height: 1px;
    background: #323232;
    border-radius: 2px;
}

.modal-02__close-label::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-02__close-label::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.plan02-padding {
    padding: 0 45px;
}

.modal-02__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 0 40px;
}

.modal-02__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-02-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media only screen and (max-width: 520px) {
    .modal-02__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-02__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-02__content-wrap {
        width: 90vw;
    }

    .modal-02__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}


/* ------------------------------ */
/* plan03 */
/* ------------------------------ */
.plan03-box {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.plan03-left {
    width: 50%;
}

.plan03-concept h4 {
    font-size: 30px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 40px;
}

.plan03-concept p {
    color: #323232;
}

.plan03-floor-img {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 50px;
}

.plan03-floor-img img {
    width: 100%;
}

/* ------------------------------ */
/* モーダル03 */
/* ------------------------------ */
.modal-03__wrap {
    padding-bottom: 50px;
}

.modal-03__wrap input {
    display: none;
}

.modal-03__open-label,
.modal-03__close-label {
    cursor: pointer;
}

.modal-03__open-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #323232;
    background-color: #fff;
    color: #323232;
    font-weight: normal;
    font-size: 1em;
}

.modal-03__open-label::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
}

.modal-03__open-label:hover {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}

.modal-03 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-03__open-input:checked + label + input + .modal-03 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-03__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    background-color: #eeedea;
    z-index: 2;
    border-radius: 5px;
}

.modal-03__close-label {
    background-color: #FFF;
    color: #323232;
    border-radius: 30px;
    width: 46px;
    height: 46px;
    line-height: 0.8;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -20px;
    right: -2%;
    z-index: 99999;
}

.modal-03__close-label::before,
.modal-03__close-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    width: 30px;
    height: 1px;
    background: #323232;
    border-radius: 2px;
}

.modal-03__close-label::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-03__close-label::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.plan03-padding {
    padding: 0 45px;
}

.modal-03__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 0 40px;
}

.modal-03__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-03-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media only screen and (max-width: 520px) {
    .modal-03__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-03__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-03__content-wrap {
        width: 90vw;
    }

    .modal-03__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}


/* ------------------------------ */
/* plan04 */
/* ------------------------------ */
.plan04-box {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.plan04-left {
    width: 50%;
}

.plan04-concept h4 {
    font-size: 30px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 40px;
}

.plan04-concept p {
    color: #323232;
}

.plan04-floor-img {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 50px;
}

.plan04-floor-img img {
    width: 100%;
}

/* ------------------------------ */
/* モーダル04 */
/* ------------------------------ */
.modal-04__wrap {
    padding-bottom: 50px;
}

.modal-04__wrap input {
    display: none;
}

.modal-04__open-label,
.modal-04__close-label {
    cursor: pointer;
}

.modal-04__open-label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #323232;
    background-color: #fff;
    color: #323232;
    font-weight: normal;
    font-size: 1em;
}

.modal-04__open-label::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
}

.modal-04__open-label:hover {
    background-color: #fff;
    color: #323232;
    border: 1px solid #323232;
}

.modal-04 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-04__open-input:checked + label + input + .modal-04 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-04__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1200px;
    background-color: #eeedea;
    z-index: 2;
    border-radius: 5px;
}

.modal-04__close-label {
    background-color: #FFF;
    color: #323232;
    border-radius: 30px;
    width: 46px;
    height: 46px;
    line-height: 0.8;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -20px;
    right: -2%;
    z-index: 99999;
}

.modal-04__close-label::before,
.modal-04__close-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    width: 30px;
    height: 1px;
    background: #323232;
    border-radius: 2px;
}

.modal-04__close-label::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-04__close-label::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.plan04-padding {
    padding: 0 45px;
}

.modal-04__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 0 40px;
}

.modal-04__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-04-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media only screen and (max-width: 520px) {
    .modal-04__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-04__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-04__content-wrap {
        width: 90vw;
    }

    .modal-04__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}


@media screen and (min-width:1000px) and (max-width:1100px) {
    .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 20px;
        font-size: 50px;
        display: block;
        height: 150px;
    }

    .plan01-padding {
        padding: 0 25px;
    }
}


@media screen and (min-width:1301px) and (max-width:1450px) {
    .modal-01__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 20px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-01__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-01__content .floor-plan .pay {
        font-size: 28px;
    }

    .modal-01__content .plan01-concept {
        padding-left: 10px;
    }

    .modal-01__content .plan01-concept h4 {
        font-size: 28px;
    }

    .modal-01__content .plan01-box {
        padding: 0px 0px 50px;
    }

    .floor-plan h4 {
        font-size: 38px;
    }
}


@media screen and (min-width:1000px) and (max-width:1300px) {
    .modal-01__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 10px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-01__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-01__content .floor-plan .pay {
        font-size: 24px;
    }

    .modal-01__content .plan01-concept {
        padding-left: 10px;
    }

    .modal-01__content .plan01-concept h4 {
        font-size: 28px;
    }

    .modal-01__content .plan01-box {
        padding: 0px 0px 50px;
    }

    .floor-plan h4 {
        font-size: 36px;
    }
}


@media screen and (min-width:1000px) and (max-width:1100px) {
    .plan02-padding {
        padding: 0 25px;
    }
}


@media screen and (min-width:1301px) and (max-width:1450px) {
    .modal-02__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 20px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-02__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-02__content .floor-plan .pay {
        font-size: 28px;
    }

    .modal-02__content .plan02-concept {
        padding-left: 10px;
    }

    .modal-02__content .plan02-concept h4 {
        font-size: 28px;
    }

    .modal-02__content .plan02-box {
        padding: 0px 0px 50px;
    }
}


@media screen and (min-width:1000px) and (max-width:1300px) {
    .modal-02__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 10px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-02__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-02__content .floor-plan .pay {
        font-size: 24px;
    }

    .modal-02__content .plan02-concept {
        padding-left: 10px;
    }

    .modal-02__content .plan02-concept h4 {
        font-size: 28px;
    }

    .modal-02__content .plan02-box {
        padding: 0px 0px 50px;
    }
}


@media screen and (min-width:1000px) and (max-width:1100px) {
    .plan03-padding {
        padding: 0 25px;
    }
}


@media screen and (min-width:1301px) and (max-width:1450px) {
    .modal-03__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 20px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-03__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-03__content .floor-plan .pay {
        font-size: 28px;
    }

    .modal-03__content .plan03-concept {
        padding-left: 10px;
    }

    .modal-03__content .plan03-concept h4 {
        font-size: 28px;
    }

    .modal-03__content .plan03-box {
        padding: 0px 0px 50px;
    }
}


@media screen and (min-width:1000px) and (max-width:1300px) {
    .modal-03__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 10px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-03__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-03__content .floor-plan .pay {
        font-size: 24px;
    }

    .modal-03__content .plan03-concept {
        padding-left: 10px;
    }

    .modal-03__content .plan03-concept h4 {
        font-size: 28px;
    }

    .modal-03__content .plan03-box {
        padding: 0px 0px 50px;
    }
}


@media screen and (min-width:1000px) and (max-width:1100px) {
    .plan04-padding {
        padding: 0 25px;
    }
}


@media screen and (min-width:1301px) and (max-width:1450px) {
    .modal-04__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 20px;
        font-size: 44px;
        display: block;
        height: 145px;
    }

    .modal-02__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-04__content .floor-plan .pay {
        font-size: 28px;
    }

    .modal-04__content .plan02-concept {
        padding-left: 10px;
    }

    .modal-04__content .plan02-concept h4 {
        font-size: 28px;
    }

    .modal-04__content .plan02-box {
        padding: 0px 0px 50px;
    }
}


@media screen and (min-width:1000px) and (max-width:1300px) {
    .modal-04__content .no {
        background-color: #098A92;
        color: #fff;
        padding: 40px 10px;
        font-size: 38px;
        display: block;
        height: 145px;
        width: 180px;
    }

    .modal-04__content .floor-plan {
        width: 100%;
        padding-left: 20px;
    }

    .modal-04__content .floor-plan .pay {
        font-size: 24px;
    }

    .modal-04__content .plan02-concept {
        padding-left: 10px;
    }

    .modal-04__content .plan02-concept h4 {
        font-size: 28px;
    }

    .modal-04__content .plan02-box {
        padding: 0px 0px 50px;
    }
}


@media screen and (max-width:999px) {
    .plan01-box {
        flex-wrap: wrap;
    }

    .plan01-left {
        width: 100%;
    }

    .plan-left-box {
        align-items: flex-start;
    }

    .plan01-right {
        width: 100%;
    }
    .plan02-right {
        width: 100%;
    }
    .plan03-right {
        width: 100%;
    }
    .plan04-right {
        width: 100%;
    }

    .no {
        text-align: center;
        font-size: 50px;
        width: 40%;
        height: auto;
    }

    .plan01-concept h4 {
        text-align: center;
        margin-top: 40px;
    }

    .floor-plan {
        width: 60%;
        padding-left: 30px;
    }

    .plan01-padding{
        padding: 0 20px;
    }
    
    .modal-01__content .no {
        text-align: center;
        font-size: 28px;
        width: 30%;
        height: auto;
    }
    
    .modal-01__content .floor-plan h4 {
        font-size: 48px;
    }
    
    .plan01-box {
        flex-wrap: wrap;
    }

    .plan01-left {
        width: 100%;
    }

    .plan01-right {
        width: 100%;
    }

    .plan02-box {
        flex-wrap: wrap;
    }

    .plan02-left {
        width: 100%;
    }

    .plan02-right {
        width: 100%;
    }

    .plan02-concept h4 {
        text-align: center;
        margin-top: 40px;
    }

    .plan02-padding{
        padding: 0 20px;
    }
    
    .modal-02__content .no {
        text-align: center;
        font-size: 28px;
        width: 30%;
        height: auto;
    }
    
    .modal-02__content .floor-plan h4 {
        font-size: 48px;
    }

    .plan03-box {
        flex-wrap: wrap;
    }

    .plan03-left {
        width: 100%;
    }

    .plan03-right {
        width: 100%;
    }

    .plan03-concept h4 {
        text-align: center;
        margin-top: 40px;
    }

    .plan03-padding{
        padding: 0 20px;
    }
    
    .modal-03__content .no {
        text-align: center;
        font-size: 28px;
        width: 30%;
        height: auto;
    }
    
    .modal-03__content .floor-plan h4 {
        font-size: 48px;
    }
    
    .plan04-box {
        flex-wrap: wrap;
    }

    .plan04-left {
        width: 100%;
    }

    .plan04-right {
        width: 100%;
    }

    .plan04-concept h4 {
        text-align: center;
        margin-top: 40px;
    }

    .plan04-padding{
        padding: 0 20px;
    }
    
    .modal-04__content .no {
        text-align: center;
        font-size: 28px;
        width: 30%;
        height: auto;
    }
    
    .modal-04__content .floor-plan h4 {
        font-size: 48px;
    }
}

@media screen and (max-width:767px){
    .madori_img {
        border: solid 1px #000;
    }
}

@media screen and (max-width:600px){
    .plan-left-box{
        flex-direction: column;
    }

    .plan01-concept h4,
    .plan02-concept h4,
    .plan03-concept h4,
    .plan04-concept h4 {
        font-size: 22px;
    }
    
    .no{
        font-size: 32px;
        padding: 20px;
        width: 100%;
    }
    
    .floor-plan {
        width: 100%;
        max-width: 310px;
        margin: 30px auto 0;
        /*padding-left: 20px;
        padding-right: 20px;
        */
        padding: 0;
    }
    
    .plan01-right{
        padding: 0 0px;
        padding-bottom: 15px;
    }
    .plan02-right{
        padding: 0 0px;
        padding-bottom: 15px;
    }
    .plan03-right{
        padding: 0 0px;
        padding-bottom: 15px;
    }
    .plan04-right{
        padding: 0 0px;
        padding-bottom: 15px;
    }
    
    .modal-01__content .plan01-box{
        padding: 0px 0px;
    }
    .modal-01__content .floor-plan{
        max-width: 100%;
    }
    
    .modal-02__content .plan02-box{
        padding: 0px 0px;
    }
    .modal-02__content .floor-plan{
        max-width: 100%;
    }
    
    .modal-03__content .plan03-box{
        padding: 0px 0px;
    }
    .modal-03__content .floor-plan{
        max-width: 100%;
    }

    .modal-04__content .plan04-box{
        padding: 0px 0px;
    }
    .modal-04__content .floor-plan{
        max-width: 100%;
    }

    .plan01-padding,
    .plan02-padding,
    .plan03-padding,
    .plan04-padding {
        padding: 0;
    }

    .modal-01__content .no,
    .modal-02__content .no,
    .modal-03__content .no,
    .modal-04__content .no {
        width: 100%;
    }

    .plan01-floor-img,
    .plan02-floor-img,
    .plan03-floor-img,
    .plan04-floor-img {
        padding: 0 0 50px;
    }
}


/* ------------------------------ */
/* 追従バナー */
/* ------------------------------ */
.banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}

.banner.is-show {
    opacity: 1;
    pointer-events: auto;
}

.banner img {
    width: 100%;
    max-width: 650px;
    display: block;
}

.banner a {
    width: 100%;
    max-width: 650px;
    display: block;
}

@media screen and (max-width:1300px){
    @media screen and (max-height:700px){
        .banner img {
            max-width: 400px;
        }
    }
}
@media screen and (max-width:999px) {
    .banner img {
        max-width: 400px;
    }
}

@media screen and (max-width:999px) {
    .banner{
        bottom: 60px;
    }
    .banner img {
        max-width: 270px;
    }
}

/* クローズボタン */
.close-btn {
    position: absolute;
    top: -15px;
    right: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 90%;
}
@media screen and (max-width:999px) {
    .close-btn {
        top: -12px;
        width: 30px;
        height: 30px;
    }
}


/* ------------------------------ */
/* スライダー */
/* ------------------------------ */
.slider_flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.slider_flex .slider_plan {
    width: calc(100% / 2 - 30px);
}
.slider_flex .slider_plan li {

}
.slider_flex .slider_plan li div {
    position: relative;
}
.slider_flex .slider_plan li img {
    max-width: 100%;
    max-height: 500px;
}
.slider_flex .slider_madori_img {
    width: calc(100% / 2 - 30px);
    border: solid 1px #000;
}
.slider_plan li p {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 14px;
    color: #fff;
}
.slider_plan li .tatenaga {
    right: calc(20% - 10px);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
@media screen and (max-width:999px) {
    .slider_flex {
        /*max-width: 750px;*/
    }
    .slider_flex .slider_plan {
        width: calc(100% / 2 - 20px);
    }
    .slider_flex .slider_madori_img {
        width: calc(100% / 2 - 20px);
    }

    .slider_plan li .tatenaga {
        right: calc(18% - 10px);
    }
}
@media screen and (max-width:767px){
    .slider_plan {
        width: 100%;
        margin-bottom: 30px;
    }
    .slider_plan img {
        width: 100%;
        height: auto;
    }
    .slider_plan li div {
        position: relative;
    }
}
@media screen and (max-width:600px){
}