/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    background-color: white;
    color: #3f2b31;
    width: 100%;
    overflow-x: hidden;
}

/* Color Variables */
:root {
    --color-pink: #FA7CA3;
    --color-brown: #3F2B31;
    --color-pink-bg: #FEE5ED;
}

/* Utility Classes */
.bg-pink { background-color: var(--color-pink); }
.bg-brown { background-color: var(--color-brown); }
.bg-pink-bg { background-color: var(--color-pink-bg); }
.highlight { color: var(--color-pink); }

.content-stretch { width: 100%; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.relative { position: relative; }
.absolute { position: absolute; }
.shrink-0 { flex-shrink: 0; }
.size-full { width: 100%; height: 100%; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.bg-center { background-position: center; }
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-no-repeat { background-repeat: no-repeat; }
.overflow-clip { overflow: hidden; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.basis-0 { flex-basis: 0; }
.grow { flex-grow: 1; }
.min-h-px { min-height: 1px; }
.min-w-px { min-width: 1px; }
.min-w-full { min-width: 100%; }
.rounded-[12px] { border-radius: 12px; }
.rounded-[24px] { border-radius: 24px; }
.text-center { text-align: center; }
.text-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }
.leading-[normal] { line-height: normal; }
.not-italic { font-style: normal; }
.font-bold { font-weight: bold; }
.font-normal { font-weight: normal; }

/* Gap utilities */
.gap-[10px] { gap: 10px; }
.gap-[18px] { gap: 18px; }
.gap-[20px] { gap: 20px; }
.gap-[23px] { gap: 23px; }
.gap-[26px] { gap: 26px; }
.gap-[27px] { gap: 27px; }
.gap-[30px] { gap: 30px; }
.gap-[32px] { gap: 32px; }
.gap-[36px] { gap: 36px; }
.gap-[40px] { gap: 40px; }
.gap-[48px] { gap: 48px; }
.gap-[50px] { gap: 50px; }
.gap-[60px] { gap: 60px; }
.gap-[100px] { gap: 100px; }
.gap-[119px] { gap: 119px; }

/* Padding utilities */
.p-[10px] { padding: 10px; }
.px-0 { padding-left: 0; padding-right: 0; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.px-[54px] { padding-left: 54px; padding-right: 54px; }
.px-[100px] { padding-left: 100px; padding-right: 100px; }
.px-[164px] { padding-left: 164px; padding-right: 164px; }
.px-[280px] { padding-left: 280px; padding-right: 280px; }
.px-[300px] { padding-left: 300px; padding-right: 300px; }
.py-[8px] { padding-top: 8px; padding-bottom: 8px; }
.py-[18px] { padding-top: 18px; padding-bottom: 18px; }
.py-[30px] { padding-top: 30px; padding-bottom: 30px; }
.py-[32px] { padding-top: 32px; padding-bottom: 32px; }
.py-[40px] { padding-top: 40px; padding-bottom: 40px; }
.py-[44px] { padding-top: 44px; padding-bottom: 44px; }
.py-[110px] { padding-top: 110px; padding-bottom: 110px; }
.py-[124px] { padding-top: 124px; padding-bottom: 124px; }
.py-[160px] { padding-top: 160px; padding-bottom: 160px; }
.pt-[8px] { padding-top: 8px; }
.pt-[32px] { padding-top: 32px; }
.pt-[112px] { padding-top: 112px; }
.pt-[124px] { padding-top: 124px; }
.pt-[160px] { padding-top: 160px; }
.pb-[10px] { padding-bottom: 10px; }
.pb-[30px] { padding-bottom: 30px; }
.pb-[50px] { padding-bottom: 50px; }
.pb-[120px] { padding-bottom: 120px; }
.pb-[124px] { padding-bottom: 124px; }
.pl-[10px] { padding-left: 10px; }
.pr-[8px] { padding-right: 8px; }
.px-[20px] { padding-left: 20px; padding-right: 20px; }

/* Heights */
.h-[7px] { height: 7px; }
.h-[10px] { height: 10px; }
.h-[44px] { height: 44px; }
.h-[45px] { height: 45px; }
.h-[48px] { height: 48px; }
.h-[49px] { height: 49px; }
.h-[50px] { height: 50px; }
.h-[51px] { height: 51px; }
.h-[57px] { height: 57px; }
.h-[60px] { height: 60px; }
.h-[63px] { height: 63px; }
.h-[72px] { height: 72px; }
.h-[86px] { height: 86px; }
.h-[96px] { height: 96px; }
.h-[116.897px] { height: 116.897px; }
.h-[124px] { height: 124px; }
.h-[136px] { height: 136px; }
.h-[145px] { height: 145px; }
.h-[159px] { height: 159px; }
.h-[175px] { height: 175px; }
.h-[176px] { height: 176px; }
.h-[180px] { height: 180px; }
.h-[190px] { height: 190px; }
.h-[200px] { height: 200px; }
.h-[226px] { height: 226px; }
.h-[315px] { height: 315px; }
.h-[312.5px] { height: 312.5px; }
.h-[400px] { height: 400px; }
.h-[408px] { height: 408px; }
.h-[478px] { height: 478px; }
.h-[491px] { height: 491px; }
.h-[528px] { height: 528px; }
.h-[852px] { height: 852px; }
.h-[924px] { height: 924px; }
.h-[965px] { height: 965px; }
.h-[997px] { height: 997px; }
.h-[45.131px] { height: 45.131px; }

/* Widths */
.w-[35px] { width: 35px; }
.w-[50px] { width: 50px; }
.w-[51px] { width: 51px; }
.w-[54px] { width: 54px; }
.w-[57px] { width: 57px; }
.w-[58px] { width: 58px; }
.w-[61px] { width: 61px; }
.w-[72px] { width: 72px; }
.w-[73px] { width: 73px; }
.w-[78px] { width: 78px; }
.w-[99px] { width: 99px; }
.w-[115px] { width: 115px; }
.w-[180px] { width: 180px; }
.w-[186px] { width: 186px; }
.w-[190px] { width: 190px; }
.w-[199px] { width: 199px; }
.w-[200px] { width: 200px; }
.w-[220px] { width: 220px; }
.w-[226px] { width: 226px; }
.w-[294px] { width: 294px; }
.w-[295px] { width: 295px; }
.w-[298px] { width: 298px; }
.w-[374px] { width: 374px; }
.w-[472.501px] { width: 472.501px; }
.w-[682px] { width: 682px; }
.w-[715px] { width: 715px; }
.w-[748px] { width: 748px; }
.w-[1038px] { width: 1038px; }
.w-[2759.05px] { width: 2759.05px; }

/* Size utilities */
.size-[46px] { width: 46px; height: 46px; }
.size-[186px] { width: 186px; height: 186px; }

/* Font sizes */
.text-[12px] { font-size: 12px; }
.text-[16px] { font-size: 16px; }
.text-[17px] { font-size: 17px; }
.text-[18px] { font-size: 18px; }
.text-[30px] { font-size: 30px; }
.text-[40px] { font-size: 40px; }

/* Line heights */
.leading-[12px] { line-height: 12px; }
.leading-[30px] { line-height: 30px; }

/* Text colors */
.text-black { color: black; }
.text-[#3f2b31] { color: #3f2b31; }
.text-[#fa7ca3] { color: #fa7ca3; }
.text-[rgba(255,255,255,0.5)] { color: rgba(255,255,255,0.5); }

/* Transform utilities */
.rotate-[180deg] { transform: rotate(180deg); }
.scale-y-[-100%] { transform: scaleY(-1); }
.translate-x-[-50%] { transform: translateX(-50%); }
.translate-y-[-50%] { transform: translateY(-50%); }

/* Special positioning */
.wave-left {
    left: calc(50% - 2.475px);
    transform: translateX(-50%);
}

.wave-center {
    left: calc(50% - 0.476px);
    transform: translateX(-50%);
}

.main-bard1 {
    top: calc(50% + 19.5px);
    transform: translateY(-50%);
}

.main-bard2 {
    top: calc(50% + 19.5px);
    transform: translateY(-50%);
}

/* Aspect ratios */
.aspect-[116/110] { aspect-ratio: 116/110; }
.aspect-[2732/572] { aspect-ratio: 2732/572; }
.aspect-[2076/380] { aspect-ratio: 2076/380; }

/* Background patterns */
.bg-repeat { background-repeat: repeat; }
.bg-size-[384px_384px] { background-size: 384px 384px; }
.bg-top-left { background-position: top left; }

/* Flex utilities */
.flex-none { flex: none; }
.min-w-[374px] { min-width: 374px; }
.content-start { align-content: flex-start; }
.content-center { align-content: center; }
.flex-wrap { flex-wrap: wrap; }

/* Component Styles */

/* Hero Container */
.hero-container {
    position: relative;
    width: 100%;
    height: 852px;
    overflow: hidden;
}

/* Header Navigation */
.header-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 176px;
}

.header-pink-bar {
    background-color: var(--color-pink);
    height: 7px;
    width: 100%;
}

.header-content {
    background-color: white;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 54px;
    position: relative;
    z-index: 2;
}

.header-wave {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 2759.05px;
    height: 45.131px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Navigation */
.nav-left,
.nav-right {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 78px;
    height: 116.897px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.nav-item:hover {
    transform: translateY(-2px);
}

.nav-icon-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 10px 10px;
    width: 100%;
}

.nav-icon {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 116/110;
}

.nav-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nav-title {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #3f2b31;
    line-height: normal;
}

.nav-subtitle {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fa7ca3;
    line-height: normal;
}

/* Center Logo */
.logo-center {
    width: 472.501px;
    height: 63px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Hero Background */
.hero-background {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-cloud-left {
    position: absolute;
    left: 0;
    top: 189px;
    width: 226px;
    height: 136px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-cloud-right {
    position: absolute;
    right: -226px;
    top: 189px;
    width: 226px;
    height: 136px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg) scaleY(-1);
}

.hero-trees {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 286px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-wave-bottom {
    position: absolute;
    bottom: -0.13px;
    left: 50%;
    transform: translateX(-50%);
    width: 2759.05px;
    height: 45.131px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bard-left {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 175px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bard-right {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 73px;
    height: 159px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Section Headers */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.section-icon {
    width: 57px;
    height: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section-title {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #3f2b31;
    text-align: center;
}

/* News Section */
.news-main-container {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    width: 748px;
}

.news-carousel-container {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: center;
    width: 100%;
}

.news-carousel-wrapper {
    display: flex;
    gap: 26px;
    align-items: center;
    width: 100%;
    position: relative;
}

.news-btn {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
}

.news-btn:hover {
    transform: scale(1.1);
}

.news-btn img {
    width: 100%;
    height: 100%;
}

.news-btn-right {
    transform: rotate(180deg);
}

.news-btn-right:hover {
    transform: rotate(180deg) scale(1.1);
}

.news-content-container {
    flex: 1;
    height: 408px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.news-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.news-content.active {
    opacity: 1;
}

.news-pagination {
    display: flex;
    gap: 26.25px;
    align-items: center;
    justify-content: center;
    height: 10px;
    width: 115px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pagination-dot.active {
    background-color: #fa7ca3;
}

.pagination-dot:hover {
    background-color: #fa7ca3;
    opacity: 0.7;
}

/* News Section Tree Backgrounds */
.news-tree-left {
    position: absolute;
    left: 0;
    top: 58px;
    width: 190px;
    height: 528px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.news-tree-right {
    position: absolute;
    right: 0;
    top: 58px;
    width: 190px;
    height: 528px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.news-tree-right-img {
    width: 190px;
    height: 528px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg) scaleY(-1);
}

/* About Section */
.about-section {
    background-color: #fee5ed;
    padding: 110px 280px;
    position: relative;
    width: 100%;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.about-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.about-clouds {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.cloud-bg1 {
    width: 298px;
    height: 86px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.balloon {
    width: 35px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cloud-bg2 {
    width: 295px;
    height: 72px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    color: #3f2b31;
    text-align: center;
    width: 100%;
}

.about-title {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    width: 100%;
}

.about-description {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    width: 100%;
}

.about-description p {
    margin-bottom: 0;
}

.about-description p:last-child {
    margin-bottom: 0;
}

.about-bg1 {
    position: absolute;
    left: 41px;
    top: 94px;
    width: 220px;
    height: 315px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-bg2 {
    position: absolute;
    right: 41px;
    top: 91px;
    width: 199px;
    height: 312.5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wave-bottom {
    position: absolute;
    bottom: -0.13px;
    left: calc(50% - 2.475px);
    transform: translateX(-50%);
    width: 2759.05px;
    height: 45.131px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wave-top {
    position: absolute;
    top: 0;
    left: calc(50% - 2.476px);
    transform: translateX(-50%) rotate(180deg);
    width: 2759.05px;
    height: 45.131px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Usage Section */
.usage-section {
    padding: 44px 100px 17px 100px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: center;
    width: 100%;
}

.usage-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.usage-image1 {
    width: 682px;
    height: 924px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.usage-image2 {
    width: 682px;
    height: 965px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Event Section */
.event-section {
    padding: 124px 100px 120px 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    background-repeat: repeat;
    background-size: 384px 384px;
    background-position: top left;
    position: relative;
    width: 100%;
}

.event-image1 {
    width: 715px;
    height: 997px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event-image2 {
    width: 715px;
    height: 997px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event-section .wave-top {
    top: 0.48px;
    left: calc(50% - 0.476px);
}

.event-section .wave-bottom {
    bottom: -0.61px;
    left: calc(50% - 0.475px);
}

/* Gallery Section */
.gallery-section {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
}

.gallery-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: 1038px;
}

.gallery-clouds {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
}

.gallery-group1 {
    width: 294px;
    height: 96px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-group2 {
    width: 294px;
    height: 96px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    align-items: flex-start;
    justify-content: center;
    padding: 0 164px;
    width: 100%;
}

.gallery-item {
    width: 186px;
    height: 186px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* Overview Section */
.overview-section {
    padding: 112px 164px 124px 164px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    background-repeat: repeat;
    background-size: 384px 384px;
    background-position: top left;
    position: relative;
    width: 100%;
}

.overview-bg1 {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 99px;
    height: 478px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overview-bg2 {
    position: absolute;
    right: 32px;
    top: calc(50% - 1.5px);
    transform: translateY(-50%);
    width: 99px;
    height: 491px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overview-content {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
    align-content: center;
    width: 100%;
}

.overview-info {
    flex: 1;
    min-width: 374px;
    background-color: white;
    padding: 18px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
}

.info-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    font-size: 18px;
    line-height: normal;
    width: 100%;
}

.info-label {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fa7ca3;
    width: 72px;
    flex-shrink: 0;
}

.info-value {
    flex: 1;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #3f2b31;
}

.info-value p {
    margin-bottom: 0;
}

.info-value p:last-child {
    margin-bottom: 0;
}

.contact-info {
    flex: 1;
    min-width: 374px;
    background-color: white;
    padding: 30px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
}

.contact-header {
    display: flex;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
}

.contact-header img {
    width: 17.83px;
    height: 18.44px;
}

.contact-title {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    color: black;
    text-align: center;
}

.contact-phone {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: #3f2b31;
    letter-spacing: 2px;
    width: 100%;
}

.tel-label {
    color: #fa7ca3;
    letter-spacing: 0.8px;
}

.ainoki-image {
    width: 100%;
    aspect-ratio: 2076/380;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overview-section .wave-top {
    top: 0.48px;
    left: calc(50% - 0.476px);
}

.overview-section .wave-bottom {
    bottom: -0.61px;
    left: calc(50% - 0.475px);
}

/* Access Section */
.access-section {
    padding: 32px 164px 30px 164px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    width: 100%;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    background: none;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
}

.map-button {
    display: flex;
    gap: 11px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 3px solid #fa7ca3;
    border-radius: 24px;
    width: 200px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
}

.map-button:hover {
    background-color: #fa7ca3;
    transform: translateY(-2px);
}

.map-button:hover p {
    color: white;
}

.map-button p {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    color: #3f2b31;
    text-align: center;
}

.map-button img {
    position: absolute;
    right: 14.57px;
    top: 17.75px;
    width: 10.43px;
    height: 12.5px;
}

/* Footer Section */
.footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.footer-content {
    padding: 160px 300px 50px 300px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.footer-logo {
    width: 409px;
    height: 54.533px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.footer-contact {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.footer-address {
    display: flex;
    gap: 7px;
    height: 23px;
    align-items: flex-start;
}

.footer-address img {
    width: 15.61px;
    height: 22px;
}

.footer-address p {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    color: #3f2b31;
    letter-spacing: 0.85px;
}

.footer-phone {
    display: flex;
    gap: 7px;
    align-items: flex-start;
}

.footer-phone img {
    width: 19.73px;
    height: 20.4px;
}

.footer-phone p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    color: #3f2b31;
    letter-spacing: 0.85px;
}

.footer-nav {
    display: flex;
    gap: 100px;
    height: 24px;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    color: #3f2b31;
    letter-spacing: 0.8px;
    width: 100%;
}

.footer-nav a {
    color: #3f2b31;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-nav a:hover {
    color: #fa7ca3;
}

.pagetop-button {
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 58px;
    height: 124px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 100;
}

.pagetop-button:hover {
    transform: translateY(-5px);
}

.copyright {
    background-color: #3f2b31;
    padding: 10px;
    height: 44px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.copyright p {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255,255,255,0.5);
    text-align: center;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .px-[280px] { padding-left: 100px; padding-right: 100px; }
    .px-[300px] { padding-left: 100px; padding-right: 100px; }
    .px-[164px] { padding-left: 50px; padding-right: 50px; }
    .px-[100px] { padding-left: 50px; padding-right: 50px; }
    .px-[54px] { padding-left: 30px; padding-right: 30px; }

    .news-main-container {
        width: 100%;
        max-width: 748px;
    }

    .usage-content {
        width: 100%;
        align-items: center;
    }

    .usage-image1 {
        width: 100%;
        max-width: 682px;
        height: 0;
        padding-bottom: 135.48%; /* 924/682 * 100 */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .usage-image2 {
        width: 100%;
        max-width: 682px;
        height: 0;
        padding-bottom: 141.49%; /* 965/682 * 100 */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .event-image1,
    .event-image2 {
        width: 100%;
        max-width: 715px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        height: 700px;
    }

    .header-content {
        padding: 0 30px;
    }

    .logo-center {
        width: 380px;
        height: 51px;
    }

    .nav-left,
    .nav-right {
        gap: 30px;
    }

    .about-section {
        padding: 80px 50px;
    }

    .footer-content {
        padding: 120px 100px 40px 100px;
    }
}

@media (max-width: 768px) {
    /* Hero and Header */
    .hero-container {
        height: auto;
        min-height: 400px;
    }

    .hero-main-bg {
        background-size: contain;
        background-position: top center;
        position: relative;
        padding-bottom: 59%; /* Maintain aspect ratio: 852/1440 ≈ 59% */
    }

    .hero-cloud-left,
    .hero-cloud-right,
    .hero-trees,
    .hero-wave-bottom,
    .hero-bard-left,
    .hero-bard-right {
        display: none;
    }

    .header-nav {
        height: auto;
    }

    .header-content {
        height: auto;
        flex-direction: row;
        padding: 15px 10px;
        gap: 5px;
    }

    .nav-left,
    .nav-right {
        gap: 8px;
        flex: 1;
    }

    .nav-left {
        justify-content: flex-start;
    }

    .nav-right {
        justify-content: flex-end;
    }

    .nav-item {
        width: 52px;
        height: 70px;
    }

    .nav-icon-container {
        padding: 5px 5px 8px 5px;
    }

    .nav-title {
        font-size: 9px;
        letter-spacing: -0.4px;
        line-height: 1.1;
    }

    .nav-subtitle {
        font-size: 7px;
    }

    .logo-center {
        width: 180px;
        height: 24px;
        flex-shrink: 0;
    }

    .header-wave {
        display: none;
    }

    /* News Section */
    .news-main-container {
        width: 100%;
        padding: 0 20px;
    }

    .news-carousel-wrapper {
        gap: 10px;
    }

    .news-btn {
        width: 30px;
        height: 30px;
    }

    .news-content-container {
        height: 300px;
    }

    .news-tree-left,
    .news-tree-right {
        display: none;
    }

    .news-pagination {
        width: auto;
        gap: 15px;
    }

    .pagination-dot {
        width: 8px;
        height: 8px;
    }

    /* Section Titles */
    .section-title {
        font-size: 24px;
        line-height: 24px;
    }

    .section-icon {
        width: 45px;
        height: 35px;
    }

    /* About Section */
    .about-section {
        padding: 60px 20px;
    }

    .about-title {
        font-size: 20px;
    }

    .about-description {
        font-size: 14px;
    }

    .about-clouds {
        gap: 20px;
        flex-wrap: wrap;
    }

    .cloud-bg1,
    .cloud-bg2 {
        width: 150px;
        height: auto;
    }

    .balloon {
        display: none;
    }

    .about-bg1,
    .about-bg2 {
        width: 120px;
        height: auto;
    }

    /* Usage Section */
    .usage-section {
        padding: 30px 20px;
    }

    .usage-content {
        gap: 20px;
        width: 100%;
    }

    .usage-image1 {
        width: 100%;
        height: 0;
        padding-bottom: 135.48%; /* 924/682 * 100 */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .usage-image2 {
        width: 100%;
        height: 0;
        padding-bottom: 141.49%; /* 965/682 * 100 */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Event Section */
    .event-section {
        padding: 60px 20px;
        gap: 20px;
    }

    .event-image1,
    .event-image2 {
        width: 100%;
        height: auto;
        aspect-ratio: 715/997;
    }

    /* Gallery Section */
    .gallery-section {
        padding: 30px 0;
    }

    .gallery-header {
        width: 100%;
        padding: 0 20px;
    }

    .gallery-clouds {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .gallery-group1,
    .gallery-group2 {
        width: 100px;
        height: 35px;
        flex-shrink: 1;
    }

    .gallery-grid {
        padding: 0 20px;
        gap: 15px;
    }

    .gallery-item {
        width: calc(50% - 8px);
        aspect-ratio: 1;
        height: auto;
    }

    /* Overview Section */
    .overview-section {
        padding: 60px 20px;
    }

    .overview-content {
        flex-direction: column;
        gap: 20px;
    }

    .overview-info,
    .contact-info {
        min-width: 100%;
        width: 100%;
    }

    .info-row {
        flex-direction: column;
        gap: 5px;
    }

    .info-label {
        width: auto;
    }

    .contact-phone {
        font-size: 28px;
    }

    .overview-bg1,
    .overview-bg2 {
        display: none;
    }

    .ainoki-image {
        width: 100%;
    }

    /* Access Section */
    .access-section {
        padding: 30px 20px;
    }

    .map-container {
        height: 300px;
    }

    /* Footer */
    .footer-content {
        padding: 120px 20px 30px 20px;
    }

    .footer-logo {
        width: 280px;
        height: 37px;
    }

    .footer-info {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .footer-contact {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        width: 100%;
    }

    .footer-address,
    .footer-phone {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .footer-address img,
    .footer-phone img {
        flex-shrink: 0;
    }

    .footer-address p,
    .footer-phone p {
        text-align: center;
        flex: 0 1 auto;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 15px 20px;
        height: auto;
        justify-items: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .pagetop-button {
        right: 15px;
        bottom: 15px;
        width: 45px;
        height: 95px;
    }

    /* Utility overrides */
    .gap-[119px] { gap: 30px; }
    .gap-[100px] { gap: 30px; }
    .gap-[60px] { gap: 20px; }
    .gap-[50px] { gap: 20px; }
    .gap-[40px] { gap: 15px; }

    /* Wave adjustments */
    .wave-top,
    .wave-bottom {
        width: 100%;
        height: auto;
        min-height: 20px;
    }
}

@media (max-width: 480px) {
    /* Hero and Header */
    .hero-container {
        height: auto;
        min-height: 300px;
    }

    .hero-main-bg {
        background-size: contain;
        background-position: top center;
        position: relative;
        padding-bottom: 59%; /* Maintain aspect ratio: 852/1440 ≈ 59% */
    }

    .hero-cloud-left,
    .hero-cloud-right,
    .hero-trees,
    .hero-wave-bottom,
    .hero-bard-left,
    .hero-bard-right {
        display: none;
    }

    .header-content {
        padding: 10px 5px;
        gap: 3px;
    }

    .nav-left,
    .nav-right {
        gap: 5px;
    }

    .nav-item {
        width: 42px;
        height: 60px;
    }

    .nav-icon-container {
        padding: 3px 3px 5px 3px;
    }

    .nav-title {
        font-size: 8px;
        letter-spacing: -0.3px;
        line-height: 1.1;
    }

    .nav-subtitle {
        font-size: 7px;
    }

    .logo-center {
        width: 140px;
        height: 19px;
    }

    /* Sections */
    .section-title {
        font-size: 20px;
    }

    .section-icon {
        width: 40px;
        height: 30px;
    }

    /* News */
    .news-content-container {
        height: 250px;
    }

    .news-btn {
        width: 25px;
        height: 25px;
    }

    /* About */
    .about-title {
        font-size: 18px;
    }

    .about-description {
        font-size: 13px;
    }

    .cloud-bg1,
    .cloud-bg2 {
        width: 120px;
    }

    /* Gallery */
    .gallery-item {
        width: calc(50% - 8px);
    }

    /* Contact */
    .contact-phone {
        font-size: 24px;
    }

    /* Footer */
    .footer-content {
        padding: 150px 20px 30px 20px;
    }

    .footer-logo {
        width: 240px;
        height: 32px;
    }

    .footer-address,
    .footer-phone {
        width: 100%;
    }

    .footer-address p,
    .footer-phone p {
        font-size: 13px;
    }

    .footer-nav {
        font-size: 13px;
        gap: 12px 15px;
        max-width: 250px;
    }

    .pagetop-button {
        width: 40px;
        height: 85px;
    }
}

/* Image Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 10000;
}

.modal-close:hover,
.modal-close:focus {
    color: #fa7ca3;
}

.news-content-container {
    cursor: pointer;
}

.news-content.active {
    transition: transform 0.2s ease;
}

.news-content-container:hover .news-content.active {
    transform: scale(1.02);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.8); }
    to { transform: scale(1); }
}
