@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 汎用オートスライダー */
.auto-slider {
  margin-top: 24px !important;
}

.auto-slider .c-scrollHint {
  display: none;
}

.auto-slider .swell-block-columns__inner {
  overflow-x: auto !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  scrollbar-width: none;
}

.auto-slider .swell-block-columns__inner::-webkit-scrollbar {
  display: none;
}

.auto-slider .swell-block-column {
  flex-shrink: 0 !important;
}

.auto-slider iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: 0;
}

@media (max-width: 620px) {
  .auto-slider {
    margin-top: 20px !important;
  }

  .auto-slider iframe {
    aspect-ratio: 16 / 9;
  }
}

/* エリア記事：リード下の早わかりカード */
.area-quick-cards {
  align-items: stretch;
}

.area-quick-cards > .wp-block-column {
  display: flex;
}

.area-quick-cards .area-quick-card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 781px) {
  .area-quick-cards > .wp-block-column {
    display: block;
  }

  .area-quick-cards .area-quick-card {
    height: auto;
  }
}

/* エリア記事：通常のGoogleマップ埋め込み */
.area-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 18px 0 8px;
  border: 1px solid #dce8ea;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #eef4f5;
}

.area-map iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

@media (max-width: 620px) {
  .area-map {
    aspect-ratio: 4 / 3;
  }
}