/* ============================= */
/*  グローバル設定               */
/* ============================= */
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
    clear: both;
}

/* ============================= */
/*  スライダー・カルーセル関連     */
/* ============================= */
.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
    padding-top: 40px;
}

/* ============================= */
/*  Contact Form のスタイル       */
/* ============================= */
.eael-contact-form input[type="text"],
.eael-contact-form input[type="email"],
.eael-contact-form input[type="url"],
.eael-contact-form input[type="tel"],
.eael-contact-form input[type="date"],
.eael-contact-form input[type="number"],
.eael-contact-form textarea {
    background: #fff;
    box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%;
}

.eael-contact-form input[type="submit"] {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    transition: all 0.25s linear 0s;
}

/* プレースホルダーを非表示 */
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder,
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder,
.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

/* ============================= */
/*  カスタムチェックボックス・ラジオボタン  */
/* ============================= */
.eael-custom-radio-checkbox input[type="checkbox"],
.eael-custom-radio-checkbox input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px;
}

.eael-custom-radio-checkbox input[type="checkbox"]:before,
.eael-custom-radio-checkbox input[type="radio"]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

.eael-custom-radio-checkbox input[type="checkbox"]:checked:before,
.eael-custom-radio-checkbox input[type="radio"]:checked:before {
    background: #999;
    transition: all 0.25s linear 0s;
}

/* ラジオボタンの角丸 */
.eael-custom-radio-checkbox input[type="radio"],
.eael-custom-radio-checkbox input[type="radio"]:before {
    border-radius: 50%;
}

/* ============================= */
/*  Elementor関連のスタイル       */
/* ============================= */
.eael-post-elements-readmore-btn {
    font-size: 12px;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    display: inline-block;
}

.elementor-lightbox .dialog-widget-content {
    width: 100%;
    height: 100%;
}

/* フォームアライメント */
.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
    margin: 0 auto 0 0;
    display: inline-block;
    text-align: left;
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto;
    display: inline-block;
    text-align: left;
}

/* ============================= */
/*  アクセシビリティ設定           */
/* ============================= */
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* ============================= */
/*  Elementorのテンプレート編集機能 */
/* ============================= */
.eael-onpage-edit-template-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border: 2px solid #5eead4;
}

.eael-onpage-edit-template-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #5eead4;
    opacity: 0.3;
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
    display: block;
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
    display: none;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
    background: #5eead4;
    color: #000;
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}
