/*
Theme Name: KADAN Child
Version: 2.1.2
Template: kadan_tcd056
*/

/* border-box用のCSS定義 */
.custom-border-box--pink {
    display: inline-block;
    text-align: center;
    width: 5em;
    border: 2px solid #ffbbe0;
    /* 指定色 */
}

.custom-border-box--blue {
    display: inline-block;
    text-align: center;
    width: 5em;
    border: 2px solid #BBDBFF;
    /* 指定色 */
}

.custom-button--sakura {
    display: block;
    text-align: center;
    width: max-content;
    padding: 0 1em;
    border-radius: 3px;
    text-decoration: none;
    color: #F4D8DB !important;
    background-color: #691A34;
    background-position: 0 100%;
}

.custom-button--sakura:hover {
    display: block;
    text-decoration: none !important;
    opacity: 0.7;
    transform: scale(1.04);
    transition: all 0.4s;
}

.custom-text--stone-pink-sapphire {
    background-color: #e891c3;
    border-radius: 30px;
    padding: 0.2rem 1rem;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0.25rem;
    white-space: nowrap;
}

.custom-text--stone-champagne-diamond {
    background-color: #c4ae94;
    border-radius: 30px;
    padding: 0.2rem 1rem;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0.25rem;
    white-space: nowrap;
}

.custom-text--stone-white-diamond {
    background-color: #aba5a8;
    border-radius: 30px;
    padding: 0.2rem 1rem;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0.25rem;
    white-space: nowrap;
}