@charset "UTF-8";

/* bg-color */
.bg-blue{
    background-color: #538FBF;
}

.bg-green{
    background-color: #52BFB5;
}

.bg-yellow{
    background-color: #D6CA1B;
}

/* color */
.blue{
    color: #538FBF;
}

.green{
    color: #52BFB5;
}

.yellow{
    color: #D6CA1B;
}

/* MainVisual */
.main-visual{
    background: url(../images/mv.png) no-repeat center / cover;
    width: 100%;
    height: 500px;
    position: relative;
}

.main-visual p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 2.8vw;
}

/* Price */
.price{
    width: 100%;
    padding: 100px 0 0;
}

.inner h2{
    font-size: 2.2em;
    text-align: center;
    margin: 0 0 60px;
    letter-spacing: 3px;
    position: relative;
    padding: 0 0 20px;
    font-weight: 600;
}

.inner h2::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #538FBF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.inner img{
    width: 100%;
    margin: 0 0 80px;
}

.inner p{
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 70px;
}

.inner p span:nth-of-type(1){
    background-color: #538FBF;
    color: #fff;
    padding: 3px 15px 1px;
    margin: 0 15px;
}

.inner p span:nth-of-type(2){
    background-color: #52BFB5;
    color: #fff;
    padding: 3px 15px 1px;
    margin: 0 15px;
}

.inner p span:nth-of-type(3){
    background-color: #D6CA1B;
    color: #fff;
    padding: 3px 15px 1px;
    margin: 0 15px;
}

.inner p br{
    display: none;
}

.find-box{
    max-width: 1000px;
    background-color: #FFF6EC;
    padding: 70px 0;
    margin: auto;
}

.price-1{
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.price-1 dt{
    width: 85px;
    font-weight: normal;
    font-size: 1.3em;
    color: #fff;
    padding: 5px 5px 1px;
    text-align: center;
}

.price-1 dt:nth-of-type(1){
    background-color: #538FBF;
}

.price-1 dt:nth-of-type(2){
    background-color: #52BFB5;
}

.price-1 dt:nth-of-type(3){
    background-color: #D6CA1B;
}

.price-1 dd{
    width: calc(100% - 105px);
    padding: 5px 5px 1px;
    font-size: 1.1em;
}

.price-2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding: 150px 0;
    border-bottom: 1px #707070 dashed;
}

.price-2 dt{
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 1px
}

.price-2 dt:nth-of-type(1){
    font-size: 2em;
    width: 130px;
    padding: 8px 0 3px;
}

.price-2 dt:not(:nth-of-type(1)){
    font-size: 1.2em;
    width: 160px;
    padding: 8px 0 5px;
}

.price-2 dd:nth-of-type(1){
    font-size: 1.5em;
    width: calc(100% - 150px);
    padding: 5px 0 0;
    letter-spacing: 3px;
}

.price-2 dd:not(:nth-of-type(1)){
    width: calc(100% - 180px);
    padding: 5px 0 0;
}

.price-2 dd{
    display: flex;
    align-items: center;
}

.price-2 dd span{
    font-size: .8em;
}

.price-3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding: 150px 0;
}

.price-3 dt{
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 1px
}

.price-3 dt:nth-of-type(1){
    font-size: 2em;
    width: 130px;
    padding: 8px 0 3px;
}

.price-3 dd:nth-of-type(1){
    font-size: 1.5em;
    width: calc(100% - 150px);
    padding: 5px 0 0;
    letter-spacing: 3px;
}

.price-3 dd{
    display: flex;
    align-items: center;
}

.price-3-p{
    font-size: 1.5em;
}

@media screen and (max-width:968px) {
    /* MainVisual */
    .main-visual{
        background: url(../images/mv.png) no-repeat center / cover;
        width: 100%;
        height: 460px;
        position: relative;
    }

    .main-visual p{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 2.8em;
    }

    /* Price */
    .price{
        width: 100%;
        padding: 100px 15px 0;
    }

    .inner h2{
        font-size: 2.2em;
        text-align: center;
        margin: 0 0 60px;
        letter-spacing: 3px;
        position: relative;
        padding: 0 0 20px;
        font-weight: 600;
    }

    .inner h2::after{
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        background-color: #538FBF;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .inner img{
        width: 100%;
        margin: 0 0 80px;
    }

    .inner p{
        font-size: 1.3em;
        text-align: center;
        margin: 0 0 30px;
    }

    .inner p span:nth-of-type(1){
        background-color: #538FBF;
        color: #fff;
        padding: 8px 15px 4px;
        margin: 15px;
        display: inline-block;
    }

    .inner p span:nth-of-type(2){
        background-color: #52BFB5;
        color: #fff;
        padding: 8px 15px 4px;
        margin: 15px;
        display: inline-block;
    }

    .inner p span:nth-of-type(3){
        background-color: #D6CA1B;
        color: #fff;
        padding: 8px 15px 4px;
        margin: 15px;
        display: inline-block;
    }

    .inner p br{
        display: block;
    }

    .find-box{
        max-width: 1000px;
        background-color: #FFF6EC;
        padding: 0;
        margin: auto;
    }

    .price-1{
        width: 100%;
        margin: auto;
        display: block;
        flex-wrap: wrap;
        gap: 20px;
    }

    .price-1 dt{
        width: 100%;
        font-weight: normal;
        font-size: 1.3em;
        color: #fff;
        padding: 10px 0 5px;
        text-align: center;
    }

    .price-1 dt:nth-of-type(1){
        background-color: #538FBF;
    }

    .price-1 dt:nth-of-type(2){
        background-color: #52BFB5;
    }

    .price-1 dt:nth-of-type(3){
        background-color: #D6CA1B;
    }

    .price-1 dd{
        width: 100%;
        padding: 15px 15px 20px;
        font-size: 1.1em;
        line-height: 1.5;
    }

    .price-2{
        width: 100%;
        display: block;
        flex-wrap: wrap;
        gap: 30px 20px;
        padding: 80px 0 50px;
        border-bottom: 1px #707070 dashed;
    }

    .price-2 dt{
        color: #fff;
        font-weight: normal;
        text-align: center;
        padding: 5px 0 1px
    }

    .price-2 dt:nth-of-type(1){
        font-size: 1.5em;
        width: 100%;
        padding: 8px 0 3px;
    }

    .price-2 dt:not(:nth-of-type(1)){
        font-size: 1.2em;
        width: 100%;
        padding: 8px 0 5px;
    }

    .price-2 dd:nth-of-type(1){
        font-size: 1.1em;
        width: 100%;
        padding: 15px 0 30px;
        letter-spacing: 0;
        display: block;
        line-height: 1.5;
    }

    .price-2 dd:not(:nth-of-type(1)){
        width: 100%;
        padding: 15px 0 30px;
        line-height: 1.5;
    }

    .price-2 dd{
        display: flex;
        align-items: center;
    }

    .price-2 dd span{
        font-size: 1em;
    }

    .price-3{
        width: 100%;
        display: block;
        flex-wrap: wrap;
        gap: 30px 20px;
        padding: 80px 0;
    }

    .price-3 dt{
        color: #fff;
        font-weight: normal;
        text-align: center;
        padding: 5px 0 1px
    }

    .price-3 dt:nth-of-type(1){
        font-size: 1.5em;
        width: 100%;
        padding: 8px 0 3px;
    }

    .price-3 dd:nth-of-type(1){
        font-size: 1.2em;
        width: 100%;
        padding: 15px 0 0;
        letter-spacing: 3px;
        line-height: 1.5;
    }

    .price-3 dd{
        display: flex;
        align-items: center;
        line-height: 1.5;
        margin: 0 0 15px;
    }

    .price-3-p{
        font-size: 1.5em;
    }
}