@charset "UTF-8";
/*
Theme Name: Precious Child
Description: テーマ「Precious」の子テーマです。
Template: precious_tcd019
Version: 1.0
*/

.post .cakeAndSweets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 10px;
    margin: 0 -20px 30px;
}

@media screen and (min-width:771px) {
    .post .cakeAndSweets {
        padding: 20px 22.25px;
        margin-right: -44.5px;
        margin-left: -44.5px;
        margin-bottom: 50px;
    }
}

.cakeAndSweets-item {
    list-style: none;
    text-align: center;
    padding: 30px 10px;
}

@media screen and (min-width:771px) {
    .cakeAndSweets-item {
        padding: 25px 22.25px;
    }
}

.cakeAndSweets-item .cakeAndSweets-item__title {
    font-size: 1.375em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    min-height: 3em;
    padding-left: 0.1em;
    margin-bottom: 0;
}

.cakeAndSweets-item-figure {
    margin: 0;
}

.cakeAndSweets-item .wp-post-image {
    vertical-align: bottom;
}

.cakeAndSweets-item .caption {
    line-height: 1.75;
}

.cakeAndSweets-item .cakeAndSweets-item__copyright {
    font-size: 0.875em;
    letter-spacing: 0.1em;
    text-align: center;
    padding-left: 0.1em;
    margin: 0;
}

.cakeAndSweets-item__price {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    padding-left: 0.1em;
    margin-top: 2.25rem;
    margin-top: 0.625rem;
}

@media screen and (min-width:771px) {
    .cakeAndSweets-item__price {
        margin-top: 2.25rem;
    }
}

@media screen and (min-width:771px) {
    .cakeAndSweets-item__copyright + .cakeAndSweets-item__price {
        margin-top: 0.625rem;
    }
}

.cakeAndSweets-item .cakeAndSweets-item__price p {
    line-height: inherit;
    margin: 0;
}

.cakeAndSweets-item__note {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    padding-left: 0.1em;
    margin-top: 0.5em;
}

.post .cakeAndSweets-item__note p {
    line-height: inherit;
    margin: 0;
}

.christmasCake {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 4em;
}