img {
    width: 100%;
}
a {
    text-decoration: none;
}
a:visited {
    color: inherit;
}
a:hover {
    opacity: .5;
}
.logo__outer {
    display: flex;
    align-items: center;
    margin-bottom: 6em;
    padding-top: 6em;
}
.logo__outer::before , .logo__outer::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #efefef;
}
.logo__outer::before {
    margin-right: 1rem;
}
.logo__outer::after {
    margin-left: 1rem;
}
.df {
    display: flex;
    justify-content: space-between;
}
.logo__area {
    align-items: baseline;
    max-width: 640px;
    margin: 0 auto;
}
#jump .logo__area p {
    font-size: 24px;
    font-weight: bold;
    margin: 0 1rem ;
}
.logo_n {
    margin-right: 0.5em;
}
#jump p {
    text-align: center;
    font-size: 15px;
}
#jump .notice strong{
    position: relative;
    font-size: 18px;
}
.notice strong::before {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(img/coution.webp);
    background-size: contain;
    left: -1em;
    top: calc(50% - 0.5em);
    width: 17px;
    height: 17px;
}
.notice {
    margin-bottom: 1.5em;
}
.btn__area {
    border: 3px solid #efefef;
    max-width: 440px;
    text-align: center;
    margin: 3em auto 10em;
    padding: 2em 3%;
    flex-direction: column;
    justify-content: center;
}
.btn__jtb  {
    max-width: 255px;
    margin: 0 auto 1em;
}
.btn__green {
    background-color: #65ad6e;
    line-height: 3.5em;
    border-radius: 9px;
    width: 230px;
    margin: 0 auto 1em;
    cursor: pointer;
}
.btn__green a {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    display: block;
}
#jump .back {
    color: #65ad6e;
    font-weight: bold;
    font-size: 15px;
}
@media (max-width:768px) {
    .notice strong::before {
        top: 0;
    }
    #jump .logo__area p {
        font-size: 18px;
        margin: 0 0.5em;
        display: flex;
        justify-content: center;
    }
    .logo__outer {
        margin-bottom: 3em;
        padding-top: 2em;
    }
    .btn__green a {
        font-size: 16px;
    }
    .btn__area {
        margin-bottom: 0;
        margin-left: 3%;
        margin-right: 3%;
        max-width: 768px;
    }
}
/* add 20241218 */
.tabimonogatari .logo-jtb ,.tabimonogatari .btn__jtb{
    max-width: 180px;
}