#wedding-hero-image {
    background-image: url('../images/home/party_image_01.jpg');
    height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(84, 58, 51, 0.15);
    border-radius: inherit;
}

.hero-overlay h2 {
    font-family: 'Quickpen', sans-serif;
    font-size: 4em;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

#wdWrap {
    background-color: #fff;
    border-radius: 0;
    margin-top: -30px;
    position: relative;
    z-index: 6;
    padding-top: 80px; 
    padding-bottom: 200px;
}

.freeTxt.inner {
    max-width: 1200px;
    margin: 0 auto 80px auto; 
    padding: 0 20px;
    text-align: center;
    line-height: 2.2;
}

ul.tab {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    max-width: 1200px;
}

ul.tab .btn {
    border: none;
    padding: 0;
    background-color: transparent;
}

ul.tab li.btn a {
    display: block;
    padding: 12px 30px;
    text-decoration: none;
    color: #888;
    background-color: transparent;
    border-radius: 0;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: 'DINSchrift', sans-serif;
    font-size: 1.2rem;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}
ul.tab li.btn a:hover {
    background-color: transparent;
    color: #543A33;
}
ul.tab li.btn a.selected {
    background-color: transparent;
    color: #543A33;
    border-bottom-color: #F4C93F;
}

ul.panel {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.panel > li {
    padding: 20px 0 40px;
}
ul.panel > li .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}
.gallery li a {
    display: block;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 16 / 9;
}
.gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery li a:hover img {
    transform: scale(1.1);
}
.gallery li figcaption {
    display: none; 
}

#glayLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9998;
    display: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#overLayer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#overLayer img {
    max-width: 85vw;
    max-height: 80vh; 
    object-fit: contain;
    border-radius: 0;
}
#overLayer .caption {
    margin-top: 15px;
    color: #543A33;
    font-weight: bold;
}

#food .style {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #ddd;
}
#food .style:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#food h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #543A33;
}
#food h3 span {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 15px;
    font-weight: bold;
}
#food .plan {
    margin-bottom: 10px;
}
#food h4.acordion {
    background: #f8f8f8;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
}
#food h4.acordion:hover {
    background: #f0f0f0;
}
#food h4.acordion i {
    transition: transform 0.3s ease;
}
#food .menu {
    padding: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top: none;
    border-radius: 0;
    display: none; 
    gap: 20px;
}
#food .menu.cf {
    display: none; 
}
#food .menu .menu1, #food .menu .menu2 {
    flex: 1;
}
#food .imgSlider {
    margin-top: 30px;
}
#food .imgSlider .swiper-slide div {
    padding-bottom: 75%; 
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

#layout .floor, #shop .info, #layout .info {
    margin-bottom: 50px;
}
#layout h3 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #F4C93F;
    display: inline-block;
}
#layout .floormap img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 0;
    margin-top: 20px;
}
.info dl {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-top: 1px solid #eee;
}
.info dt, .info dd {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.info dt {
    font-weight: bold;
    background: #f8f8f8;
}

@media (max-width: 768px) {
    .pageTitle { font-size: 2.5em; }
    ul.tab { flex-wrap: wrap; }
    ul.tab li.btn { margin-bottom: 10px; }
    .info dl { grid-template-columns: 1fr; }
    .info dt { border-bottom: none; padding-bottom: 5px; }
    .info dd { padding-top: 5px; }
    #food .menu { flex-direction: column; }
}

.nodata {
    display: none !important;
}