@charset "UTF-8";

/* 体験・お問い合わせボタンを大きく（セレクター広め） */
#button + div a[href*="contact"] {
    padding: 18px 50px !important;
}

#button + div a[href*="contact"] span {
    font-size: 1.9rem !important;
    padding: 0 !important;
}

/* 体験ページのお問い合わせボタンをオレンジに */
#button + div a[href*="contact"] {
    background: #E8731A !important;
    border-color: #E8731A !important;
}

/* 6.お片付け写真の縦長修正 */
img[src*="20231122161451"] {
    object-fit: cover;
    object-position: center;
    max-height: 230px;
    width: 100%;
}