.elementor-2372 .elementor-element.elementor-element-e2a427d{--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-2372 .elementor-element.elementor-element-8310492.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-8310492 */.et-footers-wrapper {
    background: #26ADE2;
    padding-bottom: 5rem;
  }

  .footer {
    /*
    background: url("https://i-pats.sample-case.xyz/wp-content/uploads/sea-413x735-1.webp") no-repeat center/cover;
    */
    padding: 3rem 0 0;
  }

  .footer .container,.footer .e-con-full {
    padding: 0;
    width: 100%;
    max-width: none;
  }

  .footer .elementor-widget-html {
    align-self: auto;
  }

  .l-footer_top {
    padding: 10rem 0;
    position: relative;
    margin: 0 auto 3rem;
    max-width: 1280px;
    filter: drop-shadow(1px 1px 0px #fff);
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }

  .l-footer_top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://i-pats.sample-case.xyz/wp-content/uploads/plumeria-l.webp"), url("https://i-pats.sample-case.xyz/wp-content/uploads/plumeria-r.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: left top, right bottom;
  }

  .l-footer_top::after {
    background: rgba(255, 255, 255, 0.5);
    border: 12px double #fff;
    content: '';
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    z-index: -1;
  }

  .l-footer_bottom {
    background: #26ADE2;
    color: #fff;
    /*
    display: flex;
    flex-direction: column;
    align-items: center;
    */
    display: grid;
    justify-content: center;
    padding: 1rem;
  }

  footer .footer-widgets .l-footer__widget {
    color: #555;
    list-style: none;
    margin: auto;
    padding-left: min(12vw, 68px);
    width: 70%;
  }

  .p-linklist {
    list-style-type: none;
    padding-left: 20px;
  }

  .p-linklist li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px; /* マーカー分のスペース */
  }

  .p-linklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px; /* 行の中央に配置 */
    width: 10px; /* パールのサイズ */
    height: 10px;
    background: radial-gradient(circle, #fff, #e0e0e0); /* パールの光沢 */
    border: 1px solid #ccc; /* パールのエッジ */
    border-radius: 50%; /* 丸くする */
  }

  .p-linklist li a {
    color: #555;
  }

  .p-linklist li a:hover {
    color: #ff7b00;
  }

  li.p-footer_list__item a {
    color: #fff;
  }

  li.p-footer_list__item a:hover {
    color: #fcc8a1;
  }

  .p-footer_list {
    list-style: none;
  }

  .p-footer_list__item {
    margin: 0.4rem;
  }

  .p-copyright {
    text-align: center;
  }

@media (min-width: 500px) {
  .footer {
    /*
    background: url("https://i-pats.sample-case.xyz/wp-content/uploads/sea.webp") no-repeat center/cover;
    */
  }

  .l-footer_top::before {
    background-size: 256px, 256px;
  }

  .l-footer__widget {
    display: flex;
    flex-wrap: wrap;
    gap: min(4vw, 80px);
  }
}

@media (min-width: 1024px) {
  .l-footer_bottom {
    grid-template-columns: 282px auto 12ch;
    justify-content: space-between;
    align-items: end;
  }

  .p-footerlogo {
    margin-bottom: auto;
  }

  .p-footer_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    margin: 0;
  }
}/* End custom CSS */