.elementor-964 .elementor-element.elementor-element-6eef46c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 20px;--row-gap:0px;--column-gap:20px;--border-radius:8px 8px 8px 8px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3em;--padding-bottom:3em;--padding-left:3em;--padding-right:3em;}.elementor-964 .elementor-element.elementor-element-6eef46c:not(.elementor-motion-effects-element-type-background), .elementor-964 .elementor-element.elementor-element-6eef46c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C7E4E8;}.elementor-964 .elementor-element.elementor-element-183728e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-964 .elementor-element.elementor-element-3f12fec .jet-listing-dynamic-terms__link{background-color:var( --e-global-color-7bbc1af );font-family:"Noto Sans JP", Sans-serif;font-size:0.9em;color:var( --e-global-color-cc09dd2 );padding:5px 10px 5px 10px;border-radius:5px 5px 5px 5px;}.elementor-964 .elementor-element.elementor-element-3f12fec .jet-listing-dynamic-terms{text-align:left;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-964 .elementor-element.elementor-element-36d77ab .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-size:2em;font-weight:700;color:var( --e-global-color-e836125 );}.elementor-964 .elementor-element.elementor-element-eaa31b5 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-964 .elementor-element.elementor-element-eaa31b5 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-964 .elementor-element.elementor-element-eaa31b5 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-964 .elementor-element.elementor-element-eaa31b5 .jet-listing-dynamic-field__content{text-align:left;}.elementor-964 .elementor-element.elementor-element-2798ad8 .jet-listing-dynamic-link__link{align-self:flex-start;color:var( --e-global-color-7bbc1af );flex-direction:row;}.elementor-964 .elementor-element.elementor-element-2798ad8 .jet-listing-dynamic-link__link:hover{color:var( --e-global-color-1f687e7 );}.elementor-964 .elementor-element.elementor-element-2798ad8 .jet-listing-dynamic-link__icon{order:1;}.elementor-964 .elementor-element.elementor-element-000594c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-964 .elementor-element.elementor-element-ffe9b86 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-964 .elementor-element.elementor-element-ffe9b86 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-964 .elementor-element.elementor-element-ffe9b86 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-964 .elementor-element.elementor-element-ffe9b86 .jet-listing-dynamic-image img{border-radius:8px 8px 8px 8px;}.elementor-964 .elementor-element.elementor-element-ffe9b86 .jet-listing-dynamic-image__caption{text-align:left;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-964 .elementor-element.elementor-element-6eef46c{--padding-top:2em;--padding-bottom:2em;--padding-left:1em;--padding-right:1em;}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(min-width:768px){.elementor-964 .elementor-element.elementor-element-183728e{--width:50%;}.elementor-964 .elementor-element.elementor-element-000594c{--width:50%;}}/* Start custom CSS for jet-listing-dynamic-image, class: .elementor-element-ffe9b86 */.elementor-964 .elementor-element.elementor-element-ffe9b86 img {
    aspect-ratio: 1 / 1; /* 必要なアスペクト比を設定 */
    object-fit: cover; /* 必要に応じて調整（例: contain, fill, scale-down） */
    width: 100%; /* 幅を確保 */
    height: auto; /* 必要に応じて調整 */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6eef46c */.hover-container {
    position: relative;
    overflow: hidden;
}

.hover-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0); /* 初期状態：透明 */
    transition: background 0.3s ease-in-out;
    pointer-events: none; /* クリックの邪魔をしない */
}

.hover-container:hover::after {
    background: rgba(255, 255, 255, 0.4); /* ホバー時に白っぽくする */
}/* End custom CSS */