/* intro */
#intro {
    width: 90%;
    margin: 0 auto 5rem;
}
#intro .txt-wrap {
    text-align: center;
}
#intro .txt-wrap .txt + .txt {
    margin-top: 2rem;
}
@media only screen and (min-width: 899px) {
    #intro {
        max-width: 800px;
    }
    #intro .txt-wrap {
        margin-bottom: 7rem;
    }
}

.event-sec {
    padding-bottom: 5rem;
    border-bottom: 4px double darkgoldenrod;
}
.event-ttl {
    text-align: center;
    border-top: 4px double darkgoldenrod;
    border-bottom: 4px double darkgoldenrod;
    color: darkgoldenrod;
    padding: 5px 1rem;
    margin-bottom: 2rem;
}
.nekonohi .event-ttl,
.dora .event-ttl {
    border-top: 4px double #af3232;
    border-bottom: 4px double #af3232;
    color: #af3232;
}
.event-ttl .icon-new {
    background-color: goldenrod;
    color: #fff;
    padding: 4px 8px;
    font-size: 1.4rem;
    border-radius: 2rem;
    vertical-align: bottom;
    margin-right: 1rem;
}
.event-wrap {
    display: grid;
    row-gap: 5rem;
}
.event-txt {
    text-align: center;
    margin: 2rem 0;
    font-weight: 600;
}
.event-wrap .button a {
    background-color: darkgoldenrod;
}
.nekonohi .button a,
.dora .button a {
    background-color: #af3232;
}
.event .item-col2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 2rem;
    margin: 2rem 0 3rem;
    align-items: center;
}
.event .item-col2 img {
    border-radius: 50%;
}
.event .item-col2 .txt {
    margin: 1rem 0;
}
.event .item-col2 .price {
    font-size: 1.5rem;
}
.event .item-col2 .price span {
    font-size: 1rem;
}
.event .open {
    text-align: center;
    color: darkred;
    font-size: 1.3rem;
    margin-bottom: .5rem;
    display: block;
}
@media only screen and (min-width: 899px) {
    .event-wrap {
        row-gap: 7rem;
    }
    .event-ttl {
        max-width: 800px;
        margin: 0 auto 3rem;
    }
    .event .item-col2 {
        margin: 2rem auto;
        max-width: 500px;
    }
    .nekonohi .event-flex {
        display: flex;
        column-gap: 4rem;
        align-items: center;
    }
}

#intro .index {
    margin: 5rem auto 2rem;
}
#intro .index-ttl {
    margin-bottom: 2rem;
}
.neko-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 2rem;
    row-gap: 3rem;
}
.neko-list li {
    text-align: center;
}
.item-list img {
    border-radius: 50%;
}
@media only screen and (min-width: 899px) {
    #intro .index {
        max-width: none;
        width: 100%;
    }
    .neko-list {
        grid-template-columns: repeat(6,1fr);
    }
}

.category_section .top-ttl {
    border-top: 4px double darkgoldenrod;
    border-bottom: 4px double darkgoldenrod;
    color: darkgoldenrod;
    width: 90%;
    margin: 0 auto 3rem;
}
#message .txt-wrap {
    text-align: center;
}
#message .txt-wrap .txt + .txt {
    margin-top: 2rem;
}
