.elementor-46521 .elementor-element.elementor-element-4d21fee{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-46521 .elementor-element.elementor-element-ed541b2.elementor-element{--align-self:flex-start;}.elementor-46521 .elementor-element.elementor-element-ab38553.elementor-element{--align-self:flex-start;}@media(min-width:768px){.elementor-46521 .elementor-element.elementor-element-4d21fee{--content-width:1000px;}}@media(max-width:1024px){.elementor-widget-breadcrumbs{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-breadcrumbs{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for html, class: .elementor-element-ab38553 *//* =========================================
   エリアガイド専用CSS（Elementor最適化版）
========================================= */
.ag-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333333;
}

.ag-section {
  margin-bottom: 60px;
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.ag-section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #1a5276;
  padding-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ag-section-title span.en {
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
  letter-spacing: 1px;
}

.ag-description {
  margin-bottom: 30px;
  font-size: 1.05rem;
  color: #555555;
}

.ag-main-link {
  text-align: center;
  margin-bottom: 50px;
}

.ag-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1a5276;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(26, 82, 118, 0.2);
}

.ag-main-btn:hover {
  background-color: #113852;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(26, 82, 118, 0.3);
}

.ag-main-btn::after {
  content: '\25B6';
  font-size: 0.8rem;
  margin-left: 10px;
}

.ag-sub-wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.ag-sub-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
  display: flex;
  align-items: center;
}

.ag-sub-title::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 24px;
  background-color: #1a5276;
  margin-right: 12px;
  border-radius: 2px;
}

.ag-sub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ag-sub-item {
  margin: 0 !important;
  padding: 0 !important;
}

.ag-sub-item a {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none !important;
  color: #444444;
  font-weight: 600;
  transition: all 0.2s ease;
  height: 100%;
  box-sizing: border-box;
}

.ag-sub-item a:hover {
  border-color: #1a5276;
  color: #1a5276;
  background: #f8fbfe;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ag-sub-item a::after {
  content: '\203A';
  font-size: 1.5rem;
  margin-left: auto;
  color: #1a5276;
  line-height: 1;
}

@media (max-width: 768px) {
  .ag-section {
    padding: 25px 15px;
  }
  .ag-section-title {
    font-size: 1.5rem;
  }
  .ag-main-btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
  }
  .ag-sub-wrapper {
    padding: 20px 15px;
  }
  .ag-sub-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */