@charset "utf-8";

main {
	width: 100%;
	text-align: center;
	margin: 0;
}
	main img { width: 100%; }

/* keyVisual */
#kv {
	width: 100%;
	text-align: center;
}
	#kv h1 {
		margin: 0 auto;
        width: 100%;
        font-size: 0;
	}
	#kv h1 picture {
        width: 100%;
        position: relative;
	}
	#kv h1 img {
		width: 100%;
		height: auto;
	}

/* Appeal */
#appeal {
    max-width: 1000px;
    margin: 70px auto 50px auto;
}
    #appeal .appeal-inner h2 {
        max-width: 840px;
        margin: 0 auto 50px auto;
    }
    #appeal .appeal-inner ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 30px 0;
        padding: 0;
    }
    #appeal .appeal-inner ul li {
        width: 48%;
        padding: 0;
    }
    #appeal .appeal-inner p.catch {
        font-size: 20px;
        line-height: 36px;
        color: #3B4878;
        font-weight: bold;
    }

.ac-cold {
    width: 100%;
    margin: 60px auto;
    background: #1339C0;
    padding: 30px 0 80px 0;
    background-image:url(../_images/contents_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size:174px;
}
.ac-cold .ac-cold-inner {
    max-width: 1000px;
    margin: 0 auto;
}
    .ac-cold .ac-cold-inner h2 {
        font-size: 34px;
        color: #fff;
        margin-top: 80px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
        position: relative;
    }
    .ac-cold .ac-cold-inner h2::before {
        content: "";
        display: block;
        background-image:url(../_images/icon_head.svg);
        background-repeat: no-repeat;
        background-position: top;
        width: 46px;
        top: -35px;
        height: 21px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .ac-cold .ac-cold-inner ul {
        padding-left: 1.2em;
        margin-bottom: 8px;
        padding: 20px 30px 20px 30px;
    }
    .ac-cold .ac-cold-inner ul li {
        font-size: 17px;
    }
    .ac-cold .ac-cold-inner ul li sup {
        font-size: 60%;
        margin: 0 3px;
    }
    .ac-cold .ac-cold-inner ul li small {
        margin: 5px 0 0 0;
        display: inline-block;
    }

.notice {
    max-width: 900px;
    background: #FFF0E5;
    padding: 25px 30px;
    margin: 50px auto 80px auto;
    text-align: left;
    border-radius: 10px;
}
    .notice h4 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .notice ul li {
        font-size: 14px;
        line-height: 150%;
        text-indent: -1em;
        padding-left: 1em;
    }
    .notice ul li::before{
        content: "・";
    }
    .notice ul li span {
        color: #D40004;
    }

.cause-block {
    border-radius: 8px;
    border: 2px solid #ff5454;
    background: #fff;
    margin: 25px 0 0 0;
}
    .cause-block h3 {
        font-size: 20px;
        background: #ff5454;
        padding: 15px;
        border-radius: 6px 6px 0 0;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .cause-block ul {
        line-height: 32px;
    }
    .cause-block ul li {
        font-weight: bold;
    }
    .cause-block ul li::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: url(../_images/ico_check.svg) no-repeat;
        width: 24px;
        height: 24px;
        background-size: contain;
        flex-basis: 24px;
        flex-shrink: 0;
    }

.service-block {
    border-radius: 8px;
    border: 2px solid #FF9A4E;
    background: #fff;
    margin: 30px 0 0 0;
}
    .service-block h3 {
        font-size: 20px;
        background: #FF9A4E;
        padding: 15px;
        border-radius: 6px 6px 0 0;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .service-block ul {
        padding: 20px;
        line-height: 32px;
    }
    .service-block ul li {
        font-weight: bold;
    }
    .service-block ul li::before {
        content: "・";
    }
    .service-block .product-group {
        max-width: 920px;
        margin: 0 auto 35px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .service-block .product_01 {
        border: 2px solid #1339C0;
        width: calc(50% - 4px);
        display: flex;
        flex-direction: column;
    }
        .service-block .product_01 .frame-top {
            background: #1339C0;
            padding: 25px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-grow: 2;
        }
        .service-block .product_01:last-child .frame-top {
            margin-left: 2px;
        }
            .service-block .product_01 .frame-top h4 {
                color: #FFF;
                text-align: center;
                font-size: 26px;
                line-height: 28px;
                font-weight: bold;
            }
            .service-block .product_01 .frame-top p:first-child {
                border-radius: 6px;
                background: #FFF;
                color: #1339C0;
                font-size: 14px;
                line-height: 22px;
                font-weight: bold;
                display: inline-block;
                padding: 8px 15px;
                margin-bottom: 15px;
            }
            .service-block .product_01 .frame-top p:last-child {
                color: #FFF;
                text-align: center;
                font-size: 15px;
                line-height: 22px;
                font-weight: bold;
                margin-top: 13px;
            }
        .service-block .product_01 .frame-btm {
            background: #fff;
            padding: 0;
            margin: 0;
            font-size: 0;
        }
        .service-block .product_01:last-child .frame-btm {
            background: #fff;
            padding: 25px;
        }
            .service-block .product_01 .frame-btm .item01 {
                position: relative;
            }
            .service-block .product_01 .frame-btm .item01 .cap {
                position: absolute;
                z-index: 1;
                font-size: 12px;
                line-height: 16px;
                color: #333;
                background-color: #fff;
                padding: 8px 30px;
                bottom: 20px;
                font-weight: bold;
                right: 0;
                left: 0;
                margin: 0 auto;
                width: 50%;
            }
            .service-block .product_01 .frame-btm .item02 p:first-child {
                max-width: 54px;
                margin: 0 auto 15px auto;
            }
            .service-block .product_01 .frame-btm .item02 p:nth-child(3) {
                max-width: 206px;
                margin: 10px auto 10px auto;
            }
            .service-block .product_01 .frame-btm .item02 p:nth-child(2),
            .service-block .product_01 .frame-btm .item02 p:nth-child(4) {
                font-size: 15px;
                line-height: 20px;
                font-weight: bold;
                margin: 0 auto;
            }

    .service-block .product_02 {
        border: 2px solid #1339C0;
        max-width: 920px;
        margin: 0 auto 20px auto;
    }
    .service-block .product_02:last-child {
        margin: 0 auto 30px auto;
    }
        .service-block .product_02 .frame-top {
            background: #1339C0;
            padding: 25px;
            color: #fff;
        }
            .service-block .product_02 .frame-top h4 {
                color: #FFF;
                text-align: center;
                font-size: 26px;
                line-height: 28px;
                font-weight: bold;
            }
            .service-block .product_02 .frame-top p:first-child {
                border-radius: 6px;
                background: #FFF;
                color: #1339C0;
                font-size: 14px;
                line-height: 22px;
                font-weight: bold;
                display: inline-block;
                padding: 8px 15px;
                margin-bottom: 15px;
            }
            .service-block .product_02 .frame-top p:last-child {
                color: #FFF;
                text-align: center;
                font-size: 15px;
                line-height: 22px;
                font-weight: bold;
                margin-top: 13px;
            }
            .service-block .product_02 .frame-btm .item03 p:first-child {
                max-width: 300px;
                margin: 10px auto 20px auto;
            }
            .service-block .product_02 .frame-btm .item03 p:nth-child(2) {
                max-width: 390px;
                margin: 0 auto;
            }
            .service-block .product_02 .frame-btm .item04 p:first-child {
                max-width: 380px;
                margin: 10px auto 20px auto;
            }
            .service-block .product_02 .frame-btm .item04 p:nth-child(2) {
                max-width: 220px;
                margin: 0 auto;
            }
        .service-block .product_02 .frame-btm {
            background: #fff;
            padding: 25px;
        }
        .service-block .product_02 .youtube {
            width: 94%;
            padding: 0 3% 3% 3%;
            aspect-ratio: 16 / 9;
        }
        .service-block .product_02 .youtube iframe {
            width: 100%;
            height: 100%;
        }


/* Why */
.ac-question{
    width: 100%;
    margin: 60px auto 0 auto;
    background: #EFF3FF;
    padding: 60px 0 80px 0;
}
.ac-question .ac-question-ttl {
    max-width: 1000px;
    margin: 0 auto;
}
    .ac-question .ac-question-ttl p img {
        width: 350px;
    }
    .ac-question .ac-question-ttl h2 {
        color: #1339C0;
        text-align: center;
        font-size: 32px;
        margin: 15px 0 10px 0;
        font-weight: bold;
    }
    .ac-question .ac-question-ttl p.text {
        color: #1339C0;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
    }
.ac-question .ac-question-inner {
    max-width: 1000px;
    margin: 0 auto;
}
    .question-block {
        border-radius: 8px;
        border: 2px solid #1339C0;
        background: #fff;
        margin: 40px 0 0 0;
    }
    .question-block h3 {
        font-size: 20px;
        background: #1339C0;
        padding: 15px;
        border-radius: 6px 6px 0 0;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .question-block .contents {
        border-radius: 0px 0px 8px 8px;
        background: #FFF;
        padding: 40px;
        text-align: left;
    }
    .question-block .contents .text {
        font-size: 16px;
        line-height: 180%;
    }
    .question-block .contents .column01 {
        display: flex;
        justify-content: center;
    }
        .question-block .contents .column01 .img img {
            width: 400px;
        }
        .question-block .contents .column01 .read {
            font-size: 16px;
            line-height: 180%;
            padding-left: 40px;
        }
        .question-block .contents .column01 ul {
            padding-left: 40px;
        }
        .question-block .contents .column01 ul li {
            margin: 0 0 20px 0;
            padding-left: 0;
        }
        .question-block .contents .column01 ul li:last-child {
            margin: 0;
        }
        .question-block .contents .column01 ul li .ttl {
            position: relative;
            color: #174fc6;
            font-size: 20px;
            font-weight: bold;
            padding-left: 16px;
            margin: 0 0 10px 0;
            letter-spacing: 0.02em;
        }
        .question-block .contents .column01 ul li .ttl::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0.1em;
            width: 5px;
            height: 1.2em;
            background: #174fc6;
        }
        .question-block .contents .column01 ul li p.read {
            font-size: 14px;
            line-height: 180%;
            padding-left: 0;
        }
        .question-block .contents .column01 ul li p.read span {
            font-size: 12px;
        }
        .question-block .contents .column02 ul {
            padding-left: 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 30px 0 40px 0;
        }
        .question-block .contents .column02 ul li {
            width: 48%;
            margin: 0 0 20px 0;
            padding-left: 0;
        }
        .question-block .contents .column02 ul li:last-child {
            margin: 0;
        }
        .question-block .contents .column02 ul li .ttl {
            position: relative;
            color: #174fc6;
            font-size: 20px;
            font-weight: bold;
            padding-left: 16px;
            margin: 0 0 10px 0;
            letter-spacing: 0.02em;
        }
        .question-block .contents .column02 ul li .ttl::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0.1em;
            width: 5px;
            height: 1.2em;
            background: #174fc6;
        }
        .question-block .contents .column02 ul li p.read {
            font-size: 14px;
            line-height: 180%;
            padding-left: 0;
        }

    .question-block .contents .column03 {
        border-radius: 5px;
        background: #EFF3FF;
        padding: 50px;
    }
        .question-block .contents .column03 .group {
            display: flex;
            justify-content: space-between;
        }
        .question-block .contents .column03 .group .img img {
            width: 390px;
        }
            .question-block .contents .column03 .group .txtbox h4 {
                font-size: 22px;
                padding-left: 40px;
                font-weight: bold;
                color: #174fc6;
                margin-bottom: 15px;
            }
            .question-block .contents .column03 .group .txtbox .read {
                font-size: 14px;
                line-height: 180%;
                padding-left: 40px;
            }
        .question-block .contents .column03 .youtube {
            width: 100%;
            padding: 0;
            aspect-ratio: 16 / 9;
            margin: 40px 0 0 0;
        }
        .question-block .contents .column03 .youtube iframe {
            width: 100%;
            height: 100%;
        }
         
    .question-block .contents .column04 {
        margin: 40px 0 0 0;
    } 
        .question-block .contents .column04 ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
        }
        .question-block .contents .column04 ul li {
            width: 30%;
            padding: 0;
            margin: 0;
        }
        .question-block .contents .column04 ul li p.img {
        }
        .question-block .contents .column04 ul li p.ttl {
            position: relative;
            color: #174fc6;
            font-size: 20px;
            font-weight: bold;
            padding-left: 16px;
            margin: 20px 0 10px 0;
            letter-spacing: 0.02em;
        }
        .question-block .contents .column04 ul li p.ttl::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0.1em;
            width: 5px;
            height: 95%;
            background: #174fc6;
        }
        .question-block .contents .column04 ul li p.read {
            font-size: 14px;
            line-height: 180%;
        }

.note {
  color: #bfa32d;
  font-size: 14px;
  margin-top: 2px;
}

@media only screen and (max-width: 1100px) {
    #appeal {
        padding: 0 30px;
    }
    .notice {
        width: 86%;
    }
    .ac-cold .ac-cold-inner {
        width: 94%;
    }
    .ac-question .ac-question-inner {
        width: 94%;
    }
    .service-block .product-group {
        width: 92%;
        display: block;
    }
    .service-block .product_01 {
        width: 100%;
    }
        .service-block .product_01 .frame-btm .item02 p:first-child {
            max-width: 12vw;
            margin: 0 auto 3vw auto;
        }
        .service-block .product_01:last-child .frame-top {
            margin-left: 0;
        }
    .service-block .product_02 {
        width: 92%;
    }
}

@media only screen and (max-width: 767px) {
	main {
		margin: 0;
	}

	/* key visual */
    #kv {
        padding: 0;
        margin: 0;
    }
		#kv .kv-inner {
			margin: 5vw auto;
		}
		#kv .kv-inner img {
			width: 80%;
		}

    section {
        max-width: 100vw;
        margin: 0 0 10vw 0;
        padding: 0 3vw;
        border-radius: 3vw;
    }
    #appeal {
        margin: 0;
        padding: 0 5vw;
    }
        #appeal .appeal-inner h2 {
            margin: 8vw auto 5vw auto;
        }
        #appeal .appeal-inner ul {
            margin: 0 0 4vw 0;
        }
        #appeal .appeal-inner p.catch {
            font-size: 4.2vw;
            line-height: 6.6vw;
        }

    .notice {
        width: 80%;
        margin: 5vw auto 8vw auto;
        padding: 4vw 5vw;
    }
        .notice h4 {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    
    }
        .notice ul li {
        font-size: 3.5vw;
    
    }

    .ac-cold {
        max-width: inherit;
        padding: 2vw 0 4vw 0;
        margin: 8vw auto;
        border-radius: 0;
    }
        .ac-cold .ac-cold-inner {
            width: 92%;
        }
        .ac-cold .ac-cold-inner h2 {
        margin-top: 15vw;
        margin-bottom: 8vw;
        font-size: 7vw;
    
    }
        .ac-cold .ac-cold-inner ul {
            margin-bottom: 0;
            padding: 4vw 4vw;
        }
        .ac-cold .ac-cold-inner ul li {
        font-size: 4vw;
        line-height: 7vw;
        margin-bottom: 0;
    
    }
        .ac-cold .ac-cold-inner ul li small {
            font-size: 3.5vw;
        }
            .ac-cold h2 {
                font-size: 5vw;
            }
            .ac-cold h3 {
        font-size: 4.6vw;
    
    }
        .cause-block {
            margin: 3vw 0 0 0;
        }
            .cause-block ul li::before {
                width: 4.6vw;
                height: 4.6vw;
            }
        .service-block {
            margin: 3vw 0 0 0;
        }
            .service-block .product_01 {
                width: 100%;
                display: block;
            }
                .service-block .product_01 .frame-top {
                    display: block;
                }
                .service-block .product_01:last-child .frame-top {
                    margin-left: 0;
                }
                .service-block .product_01:last-child .frame-btm {
                    padding: 4vw 2vw 5vw 2vw;
                }
                .service-block .product_01 .frame-top p:first-child {
                    font-size: 3.5vw;
                    line-height: 5vw;
                    padding: 2vw 4vw;
                    margin-bottom: 3vw;
                }
                .service-block .product_01 .frame-top p:last-child {
                    font-size: 3.7vw;
                    line-height: 5.2vw;
                    margin-top: 2.6vw;
                }
                .service-block .product_01 .frame-top h4 {
                    font-size: 6.4vw;
                    line-height: 8vw;
                }
                .service-block .product_01 .frame-btm .item01 .cap {
                    font-size: 3.6vw;
                    line-height: 5vw;
                    padding: 2vw 3vw;
                    bottom: 4vw;
                    width: 70%;
                }
                .service-block .product_01 .frame-btm .item02 p:first-child {
                    max-width: 25%;
                    margin: 2.6vw auto 4vw auto;
                }
                .service-block .product_01 .frame-btm .item02 p:nth-child(2),
                .service-block .product_01 .frame-btm .item02 p:nth-child(4) {
                    font-size: 4vw;
                    line-height: 5.6vw;
                }
                .service-block .product_01 .frame-btm .item02 p:nth-child(3) {
                    max-width: 60vw;
                    margin: 2vw auto 3vw auto;
                }
                .service-block .product_02 .frame-top p:first-child {
                    font-size: 3.5vw;
                    line-height: 5vw;
                    padding: 2vw 4vw;
                    margin-bottom: 3vw;
                }
                .service-block .product_02 .frame-top h4 {
                    font-size: 6.4vw;
                    line-height: 8vw;
                }
                .service-block .product_02 .frame-top p:last-child {
                    font-size: 3.7vw;
                    line-height: 5.2vw;
                    margin-top: 2.6vw;
                }
                .service-block .product_02 .frame-btm .item03 p:first-child {
                    max-width: 70vw;
                    margin: 2vw auto 5vw auto;
                }
                .service-block .product_02 .frame-btm .item03 p:nth-child(2) {
                    max-width: 60vw;
                }
                .service-block .product_02 .frame-btm .item04 p:first-child {
                    max-width: 70vw;
                    margin: 2vw auto 5vw auto;
                }
                .service-block .product_02 .frame-btm .item04 p:nth-child(2) {
                    max-width: 60vw;
                }

    .ac-question {
        margin: 10vw auto 0 auto;
        padding: 8vw 0 8vw 0;
    }
        .ac-question .ac-question-ttl h2 {
            margin: 3.4vw 0 3.4vw 0;
            font-size: 6.8vw;
            line-height: 8vw;
        }
        .ac-question .ac-question-ttl p img {
            width: 60vw;
        }
        .ac-question .ac-question-ttl p.text {
            font-size: 4.2vw;
            line-height: 6vw;
        }

    .question-block .contents {
        padding: 5vw;
    }
        .question-block h3 {
            font-size: 5vw;
            padding: 3vw;
        }
        .question-block .contents .text {
            font-size: 3.9vw;
        }

    .question-block .contents .column01 {
        display: block;
    }
        .question-block .contents .column01 p.img img {
            width: 100%;
        }
        .question-block .contents .column01 .read {
            font-size: 3.9vw;
            padding-left: 0;
            margin-top: 2vw;
        }
        .question-block .contents .column01 ul {
            padding-left: 0;
        }
        .question-block .contents .column01 ul li {
            margin: 0 0 5vw 0;
        }
        .question-block .contents .column01 ul li .ttl {
            letter-spacing: 0.02em;
            font-size: 4.6vw;
            padding-left: 3vw;
            margin: 4vw 0 2vw 0;
        }
        .question-block .contents .column01 ul li p.read {
            font-size: 3.7vw;
        }
        .question-block .contents .column01 ul li p.read span {
            font-size: 3.5vw;
            margin: 1vw 0 0 0;
            display: block;
        }

    .question-block .contents .column02 {
    }
        .question-block .contents .column02 ul {
            padding-left: 0;
            margin: 5vw 0 5vw 0;
        }
        .question-block .contents .column02 ul li {
            width: 100%;
            margin: 0 0 5vw 0;
        }
        .question-block .contents .column02 ul li .ttl {
            font-size: 4.6vw;
            padding-left: 3vw;
            margin: 0 0 2vw 0;
        }
        .question-block .contents .column02 ul li p.read {
            font-size: 3.7vw;
        }

    .question-block .contents .column03 {
        border-radius: 2vw;
        padding: 5vw;
        display: block;
    }
        .question-block .contents .column03 .group {
            display: block;
        }
            .question-block .contents .column03 .group .txtbox h4 {
                padding-left: 0;
                margin-bottom: 2vw;
                margin-top: 3vw;
                font-size: 4.4vw;
            }
            .question-block .contents .column03 .group .txtbox .read {
                padding-left: 0;
                font-size: 3.7vw;
            }
            .question-block .contents .column03 .group .img img {
                width: 100%;
            }
        .question-block .contents .column03 .youtube {
            margin: 3vw 0 0 0;
        }

    .question-block .contents .column04 {
        margin: 4vw 0 0 0;
    }
        .question-block .contents .column04 ul {
            display: block;
        }
        .question-block .contents .column04 ul li {
            width: 100%;
        }
        .question-block .contents .column04 ul li p.read {
            font-size: 3.7vw;
            margin: 0 0 7vw 0;
        }
        .question-block .contents .column04 ul li:last-child p.read {
            margin: 0;
        }
        .question-block .contents .column04 ul li p.ttl {
            font-size: 4.6vw;
            padding-left: 3vw;
            margin: 4vw 0 2vw 0;
        }
}

/* CTA */
.cta-inner {
  text-align: center;
  margin-top: 40px;
}
.ctaReserve__heading {
  color: #FF6E00;
  font-weight: bold;
  font-size: 22px;
}
.ctaReserve__heading > span {
  font-size: 26px;
  font-weight: bold;
}
.ctaReserve__heading::before {
  content: url("../_images/img_i.svg");
  display: inline-block;
}
.ctaReserve__heading::after {
  content: url("../_images/img_i.svg");
  transform: scale(-1, 1);
  display: inline-block;
}
a.ctaReserve__button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    padding: 20px;
    border-radius: 8px;
    background: #FF6E00;
    color: #fff;
    margin: 15px auto 0 auto;
}
a.ctaReserve__button:hover {
  text-decoration: none;
}
.ctaReserve__button__inner {
  display: flex;
  align-items: center;
}
.ctaReserve__button__text {
  font-size: min(4.267vw, 19px);
  font-weight: bold;
}
.ctaReserve__button__text span {
  font-size: min(5.333vw, 24px);
  font-weight: bold;
}
.ctaReserve__button__inner::before {
    content: "";
    background: url(../_images/icon_aircon.svg);
    display: inline-block;
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.ctaReserve__button__inner::after {
    content: "";
    background: url(../_images/icon_arrow.svg);
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.ctaReserve__text {
  margin: 20px 0 0 0;
  color: #333;
}

a.textLink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #A5A5A5;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    max-width: 280px;
    margin: 30px auto 0 auto;
}
    a.textLink:hover {
        text-decoration: none;
    }
    a.textLink::after {
        position: absolute;
        top: 25%;
        right: 15px;
        display: inline-block;
        content: url("../_images/icon_arrow_s.svg");
        width: 10px;
        height: 7px;
    }

@media only screen and (max-width: 767px) {
    .cta-inner {
    margin-top: 7vw;
    }
    .ctaReserve__heading {
        font-size: 4.6vw;
    }
    .ctaReserve__heading > span {
        font-size: 6vw;
    }
    .ctaReserve__button__text {
        font-size: 4vw;
    }
    .ctaReserve__button__text span {
        font-size: 5.4vw;
    }
    a.ctaReserve__button {
        max-width: inherit;
        height: inherit;
        width: 90%;
        margin: 3vw auto;
        padding: 3vw;
        border-radius: 1.8vw;
    }
    .ctaReserve__button__inner::before {
        content: "";
        width: 8vw;
        height: 8vw;
        background-image: url(../_images/icon_aircon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    .ctaReserve__button__inner::after {
        content: "";
        width: 5vw;
        height: 5vw;
        margin-left: 10px;
        background-image: url(../_images/icon_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    .ctaReserve__text {
        margin: 6vw 0 0 0;
        font-size: 3.5vw;
    
    }

    a.textLink {
        font-size: 3.8vw;
        padding: 3.5vw 0;
        max-width: 60%;
        margin: 3vw auto 0 auto;
    }
}


/* AUTOBACS LINKS */
.bottom-area {
    padding: 8vw 6vw;
    background: #ffdfc3;
}
.bottom-area__title {
    font-weight: bold;
    letter-spacing: -0.6px;
    font-size: 3.8vw;
}
.bottom-area__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.bottom-area__item {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.bottom-area__titleWrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.bottom-area__linkWrap {
    width: 100%;
}
.bottom-area__linkWrap .linkItem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5vw;
    border-radius: 8px;
    background: #333333;
    color: #fff !important;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    border: 2px solid #333;
}
.bottom-area__linkWrap .linkItem.-online {
    border: 2px solid #333;
    background: #F18B34;
    color: #333 !important;
}
.bottom-area__linkWrap .linkItem:hover, .bottom-area__linkWrap .linkItem:active {
    text-decoration: none;
}
    .bottom-area__linkWrap .linkItem::after {
        content: "▶︎";
        font-size: 2.4vw;
        margin-left: 2vw;
    }

@media screen and (min-width: 767px) {
    .bottom-area {
        padding: 35px 0 35px;
    }
    .bottom-area__title {
        font-size: 17px;
    }
    .bottom-area__list {
        justify-content: center;
        flex-direction: row;
        max-width: 820px;
        margin: 0 auto;
        padding: 0 25px;
    }
    .bottom-area__item {
        flex-direction: column;
        gap: 10px;
        width: 50%;
    }
    .bottom-area__titleWrap {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        text-align: center;
        font-size: 16px;
    }
    .bottom-area__img {
        width: 120px;
        height: 120px;
    }
    .bottom-area__linkWrap .linkItem {
        padding: 17px;
        font-size: 16px;
        border: 2px solid #333;
    }
    .bottom-area__linkWrap .linkItem::after {
        font-size: 12px;
        margin-left: 10px;
    }
}


/* COMPONENT */
@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}
