@charset "utf-8";

@font-face {
	font-family: 'Revenge';
	src: url(../font/CFRevenge_Regular.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}

.cross header {
    background: url(image/cross-kv.jpg) left top;
    background-size: cover;
}
.cross header .header-kv {
    padding-top: 220px;
}
.cross header .header-kv-cont .kv-txt .kv-price-ttl {
    background: #ff0000;
}
.cross header .header-kv-cont .kv-txt .kv-price-txt {
    background: #99ccff;
}
.cross .header-ttl h1 {
    font-size: 100px;
    text-align: center;
    text-shadow: none;
    margin-bottom: 0;
}
.cross .price-plan-note {
    text-align: center;
    background: #00ffff;
    color: #fff;
    padding: 10px;
}
.cross .price-plan-note::before {
    display: none;
}
.cross .price-plan-link {
    margin: 30px auto;
}
.cross .price-plan ul li {
    width: 32%;
    margin-bottom: 30px;
}
.cross .price-plan ul li h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.cross .price-plan ul li figure,
.cross .price-plan ul li figure img {
    width: 100%;
}
.cross .price-plan ul li p {
    background: #fff;
    font-size: 24px;
    padding: 15px;
    margin-bottom: 0;
}
.cross .price-plan ul li .price-part {
    color: #fff;
    text-align: center;
    font-size: 36px;
    letter-spacing: -.025em;
    padding: 10px;
    background: #eb6100;
}
.cross .price-plan ul li:first-child .price-part {
    background: #f19149;
}
.cross .price-plan ul li:last-child .price-part {
    background: #e60012;
}

@media (max-width: 1200px)  {
    .cross header .header-tel {
        right: 65px;
    }
    .cross .header-ttl h1 {
        font-size: 9vw;
        letter-spacing: -.03em;
    }
}

@media (max-width: 768px) {
    .cross .price-plan ul li {
        width: 100%;
    }
    .cross .price-plan h2 {
        font-size: 8vw;
    }
    .cross .price-plan-note {
        font-size: 7.5vw;
    }
    .cross .t-contact h2 {
        font-size: 9vw;
    }
}

@media (max-width: 480px) {
    .cross .price-plan ul li h3,
    .cross .price-plan ul li .price-part {
        font-size: 30px;
    }
    .cross .price-plan ul li p {
        font-size: 20px;
    }
}