/*
Theme Name: sania
Template: swell
Version: 1.0.0
*/

@charset "UTF-8";

/* ここから下にカスタムCSSを記述 */
/* 指定したIDのページだけアイキャッチを広げる */
.page-id-88 .l-topTitleArea {
    min-height: 500px !important;
    padding: 1em 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* そのページだけパンくずと余白を消す */
.page-id-88 .c-breadcrumb,
.page-id-88 .l-mainContent__header {
    display: none !important;
}

.page-id-88 .l-mainContent {
    padding-top: 0 !important;
}
@media (min-width: 600px) {
    .c-balloon__icon {
        width: 150px;
    }
}
@media (min-width: 600px) {
    .c-balloon .c-balloon__iconImg {
        height: 150px;
        width: 150px;
    }
}
.c-balloon__text {
    border-radius: 8px;
    color: #333;
    max-width: 750px;
    line-height: 1.6;
    padding: 1em;
    position: relative;
}

/* Contact Form 7  */
.wpcf7 {
    background-color: #ffffff; 
    padding: 30px; 
    border-radius: 8px; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
    box-sizing: border-box;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    max-width: 100%; 
    margin-top: 8px;
    box-sizing: border-box;
}

.wpcf7 label {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.wpcf7-submit {
    display: block;
    margin: 0 auto;
    min-width: 200px;
}
/* --- Edit Item ポップアップ背景色変更 --- */
#powerTip {
    background-color: #eeeeee;
}
/* ロゴ画像の余白を消す例 */
#fv-opening {
    display: none !important;
}