.text-bottom {
    border: 1px solid #f89627;
    border-radius: 20px;
    padding: 30px 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.77;
    background-color: #fff;
}

.img-daytime {
    position: relative;
}

.img-daytime::after {
    content: "";
    width: 505px;
    height: 505px;
    position: absolute;
    background-image: url(../images/takanokokan/page/bg-day2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.term-page .breadcrums {
    padding-top: 55px;
}

.text-under {
    color: #8e4f10;
    font-size: 24px;
    letter-spacing: 0.15em;
}

.page-header-img.term-img::after {
    background-image: url(../images/takanokokan/page/term1.png);
}

.daytime-06 {
    position: relative;
}

.daytime-06::after {
    content: "";
    width: 1026px;
    height: 1029px;
    background-image: url(../images/takanokokan/page/bg-3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -421px;
    right: -200px;
    z-index: -2;
}

.term-05 .lead-dot li {
    font-size: 1.8rem;
}

.term-06::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    background-color: #f7f5e8;
    opacity: 0.5;
    position: absolute;
}

.term-06::after {
    background-image: url(../images/takanokokan/img-bg.png);
    background-color: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
}

.daytime-04,
.daytime-03,
.daytime-07 {
    position: relative;
}

.daytime-04::after,
.daytime-03::after,
.daytime-07::after {
    background-color: #f7f5e8;
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
}

.box-text-daytime {
    font-size: 24px;
    letter-spacing: 0.1em;
    border: 2px solid #f89627;
    border-radius: 20px;
    text-align: center;
    padding: 30px 0;
    margin-top: 80px;
    background-color: #fff;
}

.daytime-01 {
    position: relative;
}

.daytime-01::after {
    content: "";
    width: 1026px;
    height: 1029px;
    background-image: url(../images/takanokokan/page/bg-3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -120px;
    right: -200px;
    z-index: -1;
}

.daytime-03 .container {
    z-index: 1;
}

.daytime-page-img::after {
    background-image: url(../images/takanokokan/page/day1.png);
}

.term-05 {
    position: relative;
}

.term-05::after {
    content: "";
    width: 1431px;
    height: 1738px;
    background-image: url(../images/takanokokan/page/bg-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -440px;
    right: -95px;
    z-index: -1;
}

.term-07 {
    position: relative;
}

.term-07::after {
    content: "";
    width: 1026px;
    height: 1029px;
    background-image: url(../images/takanokokan/page/bg-3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 96px;
    right: -200px;
    z-index: -3;
}

@media (max-width: 768px) {
    .daytime-02 {
        font-size: 15px;
        text-align: center;
    }
    .text-under {
        padding-left: 30px;
        font-size: 15px;
    }
    .daytime-01::after,
    .daytime-06::after {
        width: 356px;
        height: 357px;
        top: -121px;
        right: -135px;
    }
    .box-text-daytime {
        padding: 20px 14px;
        font-size: 15px;
        border-width: 1px;
        margin-top: 40px;
        border-radius: 10px;
    }
    .text-bottom {
        font-size: 13px;
        padding: 20px;
    }
    .term-06::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .term-07::after {
        width: 356px;
        height: 357px;
        top: -195px;
        right: -142px;
    }
    .term-05::after {
        width: 509px;
        height: 616px;
        bottom: 63px;
        top: auto;
        right: -115px;
    }
    .term-05 .lead-dot li {
        font-size: 1.3rem;
    }
}


/*# sourceMappingURL=style-2.css.map */