html {
  scroll-behavior: smooth;
  font-family: "Inter", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333333;
  background-color: #f4f9f0; }

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-image: radial-gradient(#ffffff 18%, transparent 19%), radial-gradient(#ffffff 18%, transparent 19%);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-attachment: fixed; }

.main-wrapper {
  max-width: 820px;
  margin: 0 auto;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative; }

.main-content-inner {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(139, 195, 74, 0.08);
  width: 100%; }
  @media (max-width: 820px) {
    .main-content-inner {
      background-color: transparent;
      box-shadow: none; } }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  position: sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  background-color: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
  .site-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 4px 12px rgba(139, 195, 74, 0.04); }
  .site-header .logo a {
    display: block; }
    .site-header .logo a img {
      display: block;
      height: 50px;
      width: auto; }
  .site-header .nav-menu {
    display: flex;
    gap: 20px;
    margin-right: 80px; }
    .site-header .nav-menu a {
      text-decoration: none;
      color: #333333;
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      transition: opacity 0.3s; }
      .site-header .nav-menu a:hover {
        opacity: 0.6; }
  .site-header .menu-trigger {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background-color: #8bc34a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0; }
    .site-header .menu-trigger span {
      display: block;
      width: 22px;
      height: 2px;
      background-color: #ffffff;
      transition: transform 0.3s, opacity 0.3s; }
    .site-header .menu-trigger small {
      color: #ffffff;
      font-size: 0.6rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
    .site-header .menu-trigger.active span:nth-child(1) {
      transform: translateY(6px) rotate(45deg); }
    .site-header .menu-trigger.active span:nth-child(2) {
      opacity: 0; }
    .site-header .menu-trigger.active span:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg); }
  @media (max-width: 820px) {
    .site-header {
      padding: 10px 16px; }
      .site-header .logo a img {
        height: 42px; }
      .site-header .nav-menu {
        display: none; }
      .site-header .menu-trigger {
        right: 16px; } }

.hero-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f0f0f0; }
  .hero-carousel .carousel-track-container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .hero-carousel .carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out; }
  .hero-carousel .carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%; }
    .hero-carousel .carousel-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .hero-carousel .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    padding: 0; }
    .hero-carousel .carousel-arrow:hover {
      background-color: white; }
    .hero-carousel .carousel-arrow-prev {
      left: 16px; }
    .hero-carousel .carousel-arrow-next {
      right: 16px; }
  .hero-carousel .carousel-nav-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10; }
  .hero-carousel .carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s, transform 0.3s; }
    .hero-carousel .carousel-dot.active {
      background-color: #8bc34a;
      transform: scale(1.1); }

.indexArea01W {
  width: 100%;
  box-sizing: border-box; }
  .indexArea01W > div[class*="deco"] {
    position: relative;
    overflow: hidden;
    padding-top: 0; }
    .indexArea01W > div[class*="deco"]:nth-child(odd) {
      background-color: #fff0f5;
      background-image: linear-gradient(45deg, #ffb7c5 25%, transparent 25%, transparent 75%, #ffb7c5 75%, #ffb7c5), linear-gradient(-45deg, #ffb7c5 25%, transparent 25%, transparent 75%, #ffb7c5 75%, #ffb7c5), linear-gradient(45deg, transparent 25%, #dcd0ff 25%, #dcd0ff 75%, transparent 75%, transparent), linear-gradient(-45deg, transparent 25%, #dcd0ff 25%, #dcd0ff 75%, transparent 75%, transparent);
      background-size: 100px 100px;
      background-position: 0 0, 0 0, 50px 50px, 50px 50px; }
    .indexArea01W > div[class*="deco"]:nth-child(even) {
      background-color: #fffadd;
      background-image: radial-gradient(circle, #ffb3ba 20%, transparent 21%), radial-gradient(circle, #bae1ff 20%, transparent 21%), radial-gradient(circle, #ffffba 20%, transparent 21%), radial-gradient(circle, #baffc9 20%, transparent 21%);
      background-size: 80px 80px, 120px 120px, 150px 150px, 200px 200px;
      background-position: 0 0, 40px 60px, 80px 10px, 120px 90px; }
    .indexArea01W > div[class*="deco"] .dContainer {
      position: static;
      width: 100%;
      box-sizing: border-box;
      padding: 0; }
      .indexArea01W > div[class*="deco"] .dContainer > div {
        position: static;
        width: 100%;
        max-width: 820px;
        margin: 0 auto;
        padding-bottom: 4rem; }
        .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(2) {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10; }
          .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(2) h2 {
            background: #3abcef;
            padding: .6rem 2.0rem;
            font-size: 1.6rem;
            color: white;
            font-weight: 700;
            border-radius: 0 .8rem .8rem 0;
            margin: 0;
            white-space: nowrap; }
        .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(1) {
          position: relative;
          z-index: 1;
          margin: 1.8rem 6% 0 0;
          width: 94%;
          box-sizing: border-box; }
          .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(1) img {
            width: 100%;
            height: auto;
            border-radius: .5rem;
            display: block; }
        .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(3) {
          position: relative;
          z-index: 5;
          background: rgba(255, 255, 255, 0.85);
          margin: -1rem 0 0 auto;
          width: 94%;
          border-radius: 1.0rem 0 0 1.0rem;
          padding: 1.0rem 0.8rem 1.0rem 0.8rem;
          box-sizing: border-box; }
          .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(3) > div {
            width: 100%;
            position: relative;
            z-index: 6; }
            .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(3) > div p {
              line-height: 1.9;
              font-size: 1.1rem;
              padding: 0.8rem 0.4rem;
              margin: 0 0 1.2rem 0;
              color: #333333;
              text-align: left; }
            .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(3) > div a {
              display: block;
              position: relative;
              z-index: 20;
              background: #40e691;
              width: 10em;
              margin: 0 auto;
              text-align: center;
              color: #FFF;
              font-weight: 700;
              font-size: 1.3rem;
              border-radius: 5px;
              padding: .6rem;
              text-decoration: none;
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
              transition: opacity 0.2s ease; }
              .indexArea01W > div[class*="deco"] .dContainer > div > div:nth-of-type(3) > div a:hover {
                opacity: 0.85; }

footer.footer {
  background-color: #363636;
  color: #ffffff;
  padding: 0 0 40px 0;
  width: 100%;
  box-sizing: border-box; }
  footer.footer .Gmap {
    width: 100%;
    margin: 0;
    padding: 0; }
    footer.footer .Gmap .full-width-map {
      width: 100%;
      position: relative;
      padding-top: 50%;
      overflow: hidden; }
      footer.footer .Gmap .full-width-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        display: block; }
  footer.footer .content {
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    footer.footer .content p.copyright {
      margin: 0;
      font-size: 0.85rem;
      letter-spacing: 0.05em;
      color: #ffffff; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 820px;
  height: 100vh;
  z-index: 150;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
  .modal.is-active {
    display: flex; }
  .modal .modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.8);
    cursor: pointer; }
  .modal .modal-content {
    position: relative;
    width: 100%;
    z-index: 10; }
  .modal .modal-menu-content {
    background-color: white;
    border-radius: 6px;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
  .modal .modal-menu-header {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .modal .modal-menu-header .is-size-5 {
      font-size: 1.25rem;
      font-weight: 700;
      color: #333333; }
    .modal .modal-menu-header .delete {
      background-color: rgba(10, 10, 10, 0.1);
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 24px;
      width: 24px;
      position: relative;
      outline: none;
      transition: background-color 0.2s; }
      .modal .modal-menu-header .delete:hover {
        background-color: rgba(10, 10, 10, 0.2); }
      .modal .modal-menu-header .delete::before, .modal .modal-menu-header .delete::after {
        background-color: #4a4a4a;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(45deg); }
      .modal .modal-menu-header .delete::before {
        height: 2px;
        width: 50%; }
      .modal .modal-menu-header .delete::after {
        height: 50%;
        width: 2px; }
  .modal .modal-menu-list a {
    display: block;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f5f5f5;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s; }
    .modal .modal-menu-list a i {
      width: 24px;
      text-align: center;
      color: #7a7a7a; }
    .modal .modal-menu-list a:hover {
      background-color: #fcfcfc;
      color: #3abcef; }
      .modal .modal-menu-list a:hover i {
        color: #3abcef; }
    .modal .modal-menu-list a:last-child {
      border-bottom: none; }
  @media (max-width: 820px) {
    .modal {
      left: 0;
      transform: none;
      max-width: 100%; } }
