/*
Theme Name: KYOEI Main
Theme URI: https://kyoei-ss.co.jp
Author: KYOEI-SS Development Team
Author URI: https://kyoei-ss.co.jp
Description: Main website theme for KYOEI-SS Group - Child theme of KYOEI Parent
Template: kyoei-parent
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kyoei-main
Tags: custom, responsive, modern, child-theme
*/

/* ==========================================================================
   KSS Main Child Theme Styles
   Custom styles specific to main website
   ========================================================================== */

/* Area page: legend items are anchors (scroll links) */
.area-map__legend-item {
  text-decoration: none;
  color: inherit;
}

.area-map__legend-item:hover .area-map__legend-text {
  color: #fe0e00;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Prevent fixed header from covering anchor targets */
.area-prefecture {
  scroll-margin-top: 85px;

}
@media screen and (max-width: 1020px) {
  .area-prefecture{
    scroll-margin-top: 55px;
  }
}