* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100%;
    overflow-x: hidden;
}

.only-tb {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .only-tb {
        display: block;
    }
}

.only-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .only-sp {
        display: block;
    }
}

/** Breadcrumbs */
.breadcrumbs {
	width: 1024px;
	margin: 0 auto;
	padding: 16px;
	font-size: 12px;
	color: #666;
	text-align: left;
	background: none;
	border: 0;
	line-height: 1;
}

@media only screen and (max-width: 1024px) {
    .breadcrumbs {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        width: 100%;
        display: none;
    }
}

.breadcrumbs a {
	text-decoration:none;
}

#pankuzu {
    display: none;
}

@media only screen and (max-width: 768px) {
    #pankuzu {
        display: block;
        margin: 16px 5px 20px;
        overflow: hidden;
    }

    #pankuzu li {
        float: left;
        font-size: clamp(12px, 15 / 640 * 100vw, 15px);
        line-height: 1.5em;
        list-style-type: none;
        margin-left: 7px;
        margin-top: 0;
    }

    #pankuzu li a {
        text-decoration: none;
    }
}

.younger {
    background-color: #FAF7E9;
    overflow: hidden;
    margin-bottom: 36px;
}

.younger a {
    color: #3b1800 !important;
}

.younger .younger__area-link:hover {
    color: #fff !important;
}

.younger .younger__area-more-btn {
    color: #fff !important;
}

.younger__mv {
    width: 100%;
    display: block;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .younger__mv {
        min-height: 400px;
    }

    .younger {
        margin-bottom: 0;
    }
}

.younger__nav {
    background-color: #ff5800;
    width: 100%;
}

.younger__nav-inner {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: center;
    padding: 16px 0;
}

.younger__nav-btn {
    background-color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.younger__nav-btn:hover {
    opacity: 0.8;
}

.younger__nav-btn-text {
    font-size: 14px;
    color: #3b1800;
    line-height: 1.25;
    white-space: nowrap;
}

.younger__nav-btn-br {
    display: none;
}

.younger__nav-btn-icon {
    width: 16px;
    height: 16px;
}

@media only screen and (max-width: 768px) {
    .younger__nav-inner {
        align-items: center;
        padding: 16px;
    }

    .younger__nav-btn {
        flex: 1 0 0;
        min-width: 0;
        flex-direction: column;
        padding: 8px;
    }

    .younger__nav-btn-text {
        font-size: 12px;
        text-align: center;
    }

    .younger__nav-btn-br {
        display: block;
    }
}

.younger__banner-section {
    padding: 72px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.younger__banner-container {
    display: flex;
    gap: 53.84px;
    align-items: flex-start;
    justify-content: center;
}

.younger__banner-item {
    display: block;
    transition: opacity 0.2s;
}

.younger__banner-item:hover {
    opacity: 0.8;
}

.younger__banner-item--large {
    width: 500px;
    height: 280px;
}

.younger__banner-item--small {
    width: 336px;
    height: 280px;
}

.younger__banner-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1024px) {
    .younger__banner-item--large {
        width: 48.83vw;
        height: 27.34vw;
    }
    
    .younger__banner-item--small {
        width: 32.71vw;
        height: 27.34vw;
    }
}

@media only screen and (max-width: 768px) {
    .younger__banner-section {
        padding: 40px 0;
    }

    .younger__banner-container {
        width: 100%;
        padding: 0 16px;
        gap: 20px;
        align-items: flex-start;
        flex-direction: row;
    }

    .younger__banner-item--large {
        width: 170px;
        height: 140px;
    }

    .younger__banner-item--small {
        width: 168px;
        height: 140px;
    }
}

.younger__movie-section {
    position: relative;
    padding: 54px 0 70px;
    overflow: hidden;
}

.younger__movie-pattern {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 477px;
    background-image: url('../img/bg_pattern.png');
    background-repeat: repeat-x;
    background-size: contain;
}

.younger__movie-inner {
    position: relative;
    z-index: 1;
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

.younger__movie-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.younger__movie-title-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 13px 0;
}

.younger__movie-decoration {
    width: 120px;
    height: 48px;
}

.younger__movie-heart-bubble {
    position: absolute;
    bottom: -10px;
    left: -183px;
    width: 161px;
    height: 147px;
}

.younger__movie-collab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.younger__movie-jalan-logo {
    width: 126px;
    height: 44px;
    object-fit: contain;
}

.younger__movie-collab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.younger__movie-kyosuki-logo {
    width: 319px;
    height: auto;
    max-height: 65px;
    object-fit: contain;
}

.younger__movie-collab-text {
    font-size: 24px;
    color: #3b1800;
    text-align: center;
    font-weight: 500;
}

.younger__movie-container {
    display: flex;
    gap: 32px;
    justify-content: center;
    width: 100%;
}

.younger__movie-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.younger__movie-video {
    width: 470px;
    height: 273px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 18px;
    position: relative;
}

.younger__movie-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.younger__movie-placeholder iframe {
    border-radius: 4px;
    width: 434px;
    height: 244px;
}

.younger__movie-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102px;
    height: 78px;
    cursor: pointer;
    pointer-events: none;
}

.younger__movie-label {
    position: relative;
    width: 185px;
    height: 88px;
}

.younger__movie-label-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1024px) {
    .younger__movie-container {
        flex-direction: column;
    }

    .younger__movie-pattern {
        height: 900px;
        top: 350px;
        bottom: auto;
        background-size: 360px 273px;
        background-repeat: repeat;
    }
}

@media only screen and (max-width: 768px) {
    .younger__movie-section {
        padding: 32px 0;
    }

    .younger__movie-pattern {
        height: 1120px;
        top: 200px;
        background-size: 410px 380px;
    }

    .younger__movie-inner {
        max-width: none;
        padding: 0 16px;
        gap: 40px;
        width: 100%;
    }

    .younger__movie-title {
        gap: 16px;
    }

    .younger__movie-title-icons {
        padding: 0;
        gap: 16px;
    }

    .younger__movie-decoration {
        width: 75px;
        height: 30px;
    }

    .younger__movie-heart-bubble {
        top: 80px;
        left: -85px;
        bottom: auto;
        width: 82px;
        height: 75px;
    }

    .younger__movie-jalan-logo {
        width: 104px;
        height: 36px;
    }

    .younger__movie-kyosuki-logo {
        width: 177px;
        max-height: 36px;
    }

    .younger__movie-collab-content {
        gap: 4px;
    }

    .younger__movie-collab-text {
        font-size: 16px;
    }

    .younger__movie-container {
        flex-direction: column;
        gap: 32px;
        width: 100%;
    }

    .younger__movie-item {
        width: 100%;
    }

    .younger__movie-video {
        width: 100%;
        height: auto;
        padding: 18px;
    }

    .younger__movie-placeholder {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 424 / 239;
        overflow: hidden;
        background-color: transparent;
    }

    .younger__movie-placeholder iframe {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

    .younger__movie-label {
        width: 145px;
        height: 69px;
    }
}

.younger__area-section {
    margin: 134px 0;
    background-color: #FC972E;
    position: relative;
}

.younger__area-inner {
    max-width: 1108px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
}

.younger__area-round {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2300px;
    height: 743px;
    pointer-events: none;
}

.younger__area-round--top {
    top: -5.6vw;
    width: 100vw;
    height: 5.69vw;
    background-image: url('../img/bg_round-top.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.younger__area-round--bottom {
    bottom: -5.6vw;
    width: 100vw;
    height: 5.69vw;
    background-image: url('../img/bg_round-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.younger__area-scene {
    position: absolute;
    z-index: 2;
}

.younger__area-scene--left {
    left: 0;
    top: 20px;
}

.younger__area-scene--left img {
    width: 185px;
    height: auto;
}

.younger__area-scene--right {
    right: 0;
    bottom: -100px;
}

.younger__area-scene--right img {
    width: 129px;
    height: auto;
}

.younger__area-header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    padding: 40px 0;
}

.younger__area-title-left img,
.younger__area-title-center img,
.younger__area-title-right img {
    display: block;
}

.younger__area-title-left img {
    width: 112px;
    height: 92px;
}

.younger__area-title-center img {
    width: 261px;
    height: 50px;
}

.younger__area-title-right img {
    width: 121px;
    height: 87px;
}

.younger__area-content {
    position: relative;
    z-index: 1;
    padding: 42px;
    background-color: #fff;
    max-width: 1108px;
    margin: 0 auto;
    border-radius: 8px;
}

.younger__area-content-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 36px;
}

.younger__area-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.younger__area-image-wrapper {
    width: 100%;
    height: 142px;
    overflow: hidden;
}

.younger__area-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.younger__area-name {
    font-size: 32px;
    font-weight: 500;
    color: #3b1800;
    text-align: center;
    letter-spacing: 0.0625em;
    margin: 0;
}

.younger__area-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.younger__area-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px;
    border: 1px solid #9d9d9e;
    border-radius: 4px;
    text-decoration: none;
    color: #3b1800;
    font-size: 16px;
    background: #fff;
    transition: background-color 0.2s;
}

.younger__area-link:hover {
    background-color: #ff6700;
    color: #fff;
}

.younger__area-link span {
    text-align: center;
}

.younger__area-link-icon {
    width: 24px;
    height: 17px;
}

.younger__area-link-arrow {
    width: 24px;
    height: 24px;
}

.younger__area-more {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.younger__area-more-btn {
    display: inline-block;
    padding: 16px 32px;
    background-color: #ff6700;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 28px;
    transition: opacity 0.2s;
}

.younger__area-more-btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1440px) {
    .younger__area-section {
        margin: 9.306vw 0;
    }
    
    .younger__area-inner {
        max-width: 76.944vw;
        padding-bottom: 5.556vw;
    }
    
    .younger__area-scene--left {
        left: 0;
        top: 1.39vw;
    }
    
    .younger__area-scene--left img {
        width: 12.847vw;
        height: auto;
    }
    
    .younger__area-scene--right {
        right: 0;
        bottom: -6.944vw;
    }
    
    .younger__area-scene--right img {
        width: 8.958vw;
        height: auto;
    }
    
    .younger__area-header {
        gap: 2.78vw;
        padding: 2.78vw 0;
    }
    
    .younger__area-title-left img {
        width: 7.778vw;
        height: 6.389vw;
    }
    
    .younger__area-title-center img {
        width: 18.13vw;
        height: 3.47vw;
    }
    
    .younger__area-title-right img {
        width: 8.403vw;
        height: 6.042vw;
    }
    
    .younger__area-content {
        padding: 2.917vw;
        max-width: 76.944vw;
        border-radius: 0.556vw;
    }
    
    .younger__area-content-inner {
        gap: 3.889vw 2.5vw;
    }
    
    .younger__area-card {
        gap: 1.111vw;
    }
    
    .younger__area-image-wrapper {
        height: 9.861vw;
    }
    
    .younger__area-name {
        font-size: 2.222vw;
    }
    
    .younger__area-links {
        gap: 1.111vw;
    }
    
    .younger__area-link {
        gap: 0.833vw;
        padding: 0.556vw;
        border-radius: 0.278vw;
        font-size: 1.111vw;
    }
    
    .younger__area-link-icon {
        width: 1.667vw;
        height: 1.181vw;
    }
    
    .younger__area-link-arrow {
        width: 1.667vw;
        height: 1.667vw;
    }
    
    .younger__area-more {
        margin-top: 3.889vw;
    }
    
    .younger__area-more-btn {
        padding: 1.111vw 2.222vw;
        font-size: 1.111vw;
        border-radius: 1.944vw;
    }
}

@media only screen and (max-width: 1024px) {
    .younger__area-inner {
        padding: 0 1.563vw 7.813vw;
    }

    .younger__area-content {
        padding: 2.344vw;
    }

    .younger__area-scene--left {
        top: 1.95vw;
    }

    .younger__area-content-inner {
        gap: 3.516vw 1.758vw;
    }

    .younger__area-link span {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 768px) {
    .younger__area-section {
        margin: 80px 0;
    }

    .younger__area-inner {
        padding: 0 0 48px;
        max-width: 100%;
    }

    .younger__area-round--top,
    .younger__area-round--bottom {
        height: 8.21vw;
    }

    .younger__area-round--top {
        top: -7.8vw;
        background-image: url('../img/bg_round-top-sp.png');
    }

    .younger__area-round--bottom {
        bottom: -7.8vw;
        background-image: url('../img/bg_round-bottom-sp.png');
    }

    .younger__area-scene--left,
    .younger__area-scene--right {
        display: none;
    }

    .younger__area-header {
        gap: 2.051vw;
        padding: 6.154vw 0 4.103vw;
    }

    .younger__area-title-left img {
        width: 20.513vw;
        height: auto;
    }

    .younger__area-title-center img {
        width: 42.564vw;
        height: auto;
    }

    .younger__area-title-right img {
        width: 22.564vw;
        height: auto;
    }

    .younger__area-content {
        padding: 20px 16px 28px;
        margin: 0 16px;
        max-width: 100%;
    }

    .younger__area-content-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .younger__area-image-wrapper {
        height: 160px;
    }

    .younger__area-name {
        font-size: 24px;
    }

    .younger__area-links {
        gap: 12px;
    }

    .younger__area-link {
        font-size: 14px;
        padding: 8px 12px;
        justify-content: center;
    }

    .younger__area-link span {
        font-size: 14px;
    }

    .younger__area-link-icon {
        width: 20px;
        height: 16px;
    }

    .younger__area-link-arrow {
        width: 20px;
        height: 20px;
        right: 12px;
    }

    .younger__area-more {
        margin-top: 24px;
    }

    .younger__area-more-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

.younger__theme-park-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.younger__theme-park-bg {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1468px;
    height: 538px;
    pointer-events: none;
    z-index: 0;
}

.younger__theme-park-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.younger__theme-park-content {
    position: relative;
    z-index: 1;
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.younger__theme-park-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.younger__theme-park-title {
    width: 524px;
    height: 48px;
}

.younger__theme-park-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.younger__theme-park-cards {
    display: flex;
    gap: 48px;
    justify-content: center;
}

.younger__theme-park-card {
    display: block;
    width: 276px;
    height: 276px;
    border: 1px solid #b1b1b1;
    overflow: hidden;
    transition: transform 0.2s;
}

.younger__theme-park-card:hover {
    transform: scale(1.05);
}

.younger__theme-park-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .younger__theme-park-cards {
        flex-wrap: wrap;
    }

    .younger__theme-park-card {
        width: 26.95vw;
        height: 26.95vw;
    }
}

@media only screen and (max-width: 768px) {
    .younger__theme-park-section {
        padding: 48px 0;
        margin-bottom: 0;
    }

    .younger__theme-park-bg {
        width: 1386px;
        height: 610px;
        bottom: -78px;
    }

    .younger__theme-park-content {
        max-width: none;
        width: 100%;
        padding: 0 16px;
        gap: 56px;
    }

    .younger__theme-park-header {
        gap: 8px;
    }

    .younger__theme-park-title {
        width: 327px;
        height: 30px;
    }

    .younger__theme-park-cards {
        display: grid;
        width: 100%;
        gap: 4.1vw;
        grid-template-columns: repeat(2, 1fr);
    }

    .younger__theme-park-card {
        width: 43.59vw;
        height: 43.59vw;
    }
}

.younger__group-stay-section {
    background-color: #FFC991;
    position: relative;
    padding: 55px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.younger__group-stay-pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_group-stay.png');
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 0;
}

.younger__group-stay-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.younger__group-stay-title {
    width: 397px;
    height: 48px;
}

.younger__group-stay-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.younger__group-stay-card {
    position: relative;
    width: 806px;
    height: 347px;
    transition: transform 0.2s;
}

.younger__group-stay-card:hover {
    transform: scale(1.05);
}

.younger__group-stay-images {
    width: 806px;
    height: 347px;
}

.younger__group-stay-bubble-small {
    font-size: 27px;
}

@media only screen and (max-width: 1024px) {
    .younger__group-stay-card {
        width: 640px;
        height: auto;
    }

    .younger__group-stay-images {
        width: 640px;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .younger__group-stay-section {
        padding: 48px 0;
        gap: 18px;
    }

    .younger__group-stay-header {
        gap: 8px;
    }

    .younger__group-stay-title {
        width: 248px;
        height: 30px;
    }

    .younger__group-stay-card {
        width: 100%;
        height: auto;
        padding: 0 4.103vw;
        box-sizing: border-box;
    }

    .younger__group-stay-images {
        min-width: 87.949vw;
        width: 100%;
        min-height: 62.564vw;
        height: 100%;
    }

    .younger__group-stay-pattern {
        background-size: cover;
    }
}

.younger__search-section {
    position: relative;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1024px;
    margin: 0 auto;
}

.younger__search-scene {
    position: absolute;
    z-index: 1;
}

.younger__search-scene--left {
    left: -97px;
    top: 68px;
}

.younger__search-scene--left img {
    width: 153px;
    height: auto;
}

.younger__search-scene--right {
    right: -48px;
    bottom: 27px;
}

.younger__search-scene--right img {
    width: 169px;
    height: auto;
}

.younger__search-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 796px;
    width: 100%;
}

.younger__search-title-arrow {
    width: 40px;
    height: 55px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.younger__search-title-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.younger__search-title-text {
    font-size: 32px;
    font-weight: 500;
    color: #3b1800;
    text-align: center;
}

.younger__search-form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1024px;
    width: 100%;
    background-color: #fff;
    border: 4px solid #3b1800;
    border-radius: 8px;
    overflow: hidden;
}

.younger__search-tab {
    display: flex;
}

.younger__search-tab-item {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background-color: #3b1800;
    color: #fff;
    border-bottom: none;
    border-radius: 0 0 16px 0;
}

.younger__search-form {
    padding: 56px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.younger__search-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.younger__search-row:first-child {
    gap: 48px;
}

.younger__search-room-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.younger__search-date-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.younger__search-date-group.-calendar {
    position: relative;
}

.younger__search-date-group.-calendar input:disabled {
    background-color: #ccc;
}

.younger__child-modal {
    position: absolute;
    left: -130px;
    top: 45px;
    display: none;
    z-index: 1000;
}

.younger__child-modal.is-open {
    display: block;
}

.younger__child-modal-overlay {
    position: absolute;
    inset: 0;
}

.younger__child-modal-content {
    position: relative;
    z-index: 1;
    width: 540px;
    height: 256px;
    overflow-y: scroll;
    background: #faf7e9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 12px 16px 10px;
}

.younger__child-modal-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.younger__child-room + .younger__child-room {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d8cdb7;
}

.younger__child-modal-title {
    font-size: 13px;
    color: #3b1800;
    margin: 0 0 6px;
}

.younger__child-modal-badge {
    background: #b7aa8f;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
}

.younger__child-modal-body {
    display: grid;
    gap: 14px;
}

.younger__child-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 12px;
}

.younger__child-label {
    font-size: 12px;
    color: #3b1800;
}

.younger__child-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.younger__child-option {
    display: grid;
    gap: 4px;
}

.younger__child-option-label {
    font-size: 11px;
    color: #3b1800;
}

.younger__child-control {
    display: flex;
    align-items: center;
    gap: 6px;
}

.younger__child-select {
    width: 70px;
    padding: 6px;
    border: 1px solid #9d9d9e;
    border-radius: 4px;
    font-size: 12px;
}

.younger__child-unit {
    font-size: 12px;
    color: #3b1800;
}

.younger__child-modal-footer {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.younger__child-modal-close {
    background: transparent;
    border: none;
    color: #3b1800;
    cursor: pointer;
    text-decoration: underline;
}

.younger__search-checkbox-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.younger__search-checkbox-group label {
    font-size: 16px;
    color: #3B1800;
    font-weight: 600;
    line-height: 170%;
}

.younger__search-label {
    font-size: 16px;
    color: #3b1800;
    font-weight: 500;
    white-space: nowrap;
}

.younger__search-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.younger__search-group a {
    font-size: 16px;
}

.younger__search-group.-stay select:disabled {
    background-color: #ccc;
    
}

.younger__adult-link {
    display: none;
}

.younger__search-text--unit {
    white-space: nowrap;
}

.younger__search-group.-adult.is-link .younger__search-select,
.younger__search-group.-adult.is-link .younger__search-text--unit {
    display: none;
}

.younger__search-group.-adult.is-link .younger__adult-link {
    display: inline;
}

.younger__search-group.-child {
    position: relative;
}

.younger__search-text {
    font-size: 16px;
    color: #3B1800;
    font-weight: 600;
    line-height: 170%;
}

.younger__search-input {
    padding: 12px 16px;
    border: 1px solid #9d9d9e;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.younger__search-date {
    padding: 12px 16px;
    border: 1px solid #9d9d9e;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    width: 200px;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M7 3v2M17 3v2M4 9h16M5 6h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z' stroke='%233b1800' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    cursor: pointer;
}

.younger__search-input:focus {
    border-color: #ff6700;
}

.younger__search-select {
    padding: 12px 16px;
    border: 1px solid #9d9d9e;
    border-radius: 4px;
    color: #3b1800;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    min-width: 97px;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%233b1800' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
}

.younger__search-select.-area {
    width: 250px;
}

.younger__search-select:focus {
    border-color: #ff6700;
}

.younger__search-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #3B1800;
}

.younger__search-checkbox + label {
    font-size: 16px;
    color: #3b1800;
    cursor: pointer;
    user-select: none;
}

.younger__search-budget-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.younger__search-separator {
    font-size: 16px;
    color: #3b1800;
}

.younger__search-submit-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.younger__search-submit {
    padding: 14px 84px;
    background-color: #ff6700;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 26px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.younger__search-submit:hover {
    opacity: 0.8;
}

.younger__calendar-modal {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 1000;
}

.younger__calendar-modal.is-open {
    display: block;
}

.younger__calendar-modal-overlay {
    position: absolute;
    inset: 0;
}

.younger__calendar-modal-content {
    position: relative;
    z-index: 1;
    width: 620px;
    left: 0;
    top: 52px;
    background: #FAF7E9;
    border-radius: 8px;
    padding: 20px 28px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.younger__calendar-modal-title {
    font-size: 16px;
    color: #3b1800;
    margin: 0 0 12px;
    text-align: center;
}

.younger__calendar {
    position: relative;
    padding: 8px 32px 4px;
}

.younger__calendar-months {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.younger__calendar-month-title {
    font-size: 14px;
    color: #3b1800;
    text-align: center;
    margin-bottom: 8px;
}

.younger__calendar-weekdays,
.younger__calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px 4px;
    text-align: center;
}

.younger__calendar-weekdays span {
    font-size: 12px;
    color: #3b1800;
}

.younger__calendar-day {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #3b1800;
    padding: 4px 0;
    border-radius: 4px;
    cursor: pointer;
}

.younger__calendar-day.is-outside {
    color: #c5bca8;
    cursor: default;
}

.younger__calendar-day.is-disabled {
    color: #b9b9b9;
    text-decoration: line-through;
    cursor: not-allowed;
}

.younger__calendar-day.is-sun {
    color: #e34a4a;
}

.younger__calendar-day.is-sat {
    color: #2f6fe8;
}

.younger__calendar-day.is-selected {
    background: #ffefd7;
    font-weight: 600;
}

.younger__calendar-next {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 4px;
    background: #9a9a9a;
    color: #fff;
    cursor: pointer;
}

.younger__calendar-prev {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 4px;
    background: #9a9a9a;
    color: #fff;
    cursor: pointer;
}

.younger__calendar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 8px 0;
    color: #3b1800;
    font-size: 12px;
}

.younger__calendar-footer-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.younger__calendar-undecided {
    display: flex;
    align-items: center;
}

.younger__calendar-undecided input {
    margin-right: 6px;
}

.younger__calendar-close {
    background: transparent;
    border: none;
    color: #3b1800;
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
    .younger__search-section {
        padding: 5.556vw 0;
        gap: 2.222vw;
        max-width: 71.111vw;
    }
    
    .younger__search-scene--left {
        left: -6.736vw;
        top: 4.722vw;
    }
    
    .younger__search-scene--left img {
        width: 10.625vw;
        height: auto;
    }
    
    .younger__search-scene--right {
        right: -3.333vw;
        bottom: 1.875vw;
    }
    
    .younger__search-scene--right img {
        width: 11.736vw;
        height: auto;
    }
    
    .younger__search-title {
        max-width: 55.278vw;
        width: 100%;
    }
    
    .younger__search-title-arrow {
        width: 2.778vw;
        height: 3.819vw;
    }
    
    .younger__search-title-text {
        font-size: 2.222vw;
    }
    .younger__search-form-wrapper {
        max-width: 71.111vw;
        width: 100%;
        border-radius: 0.556vw;
    }

    .younger__search-tab-item {
        padding: 1.111vw 2.222vw;
        font-size: 1.111vw;
        border-radius: 0 0 1.111vw 0;
    }

    .younger__search-form {
        padding: 3.889vw 3.333vw;
        gap: 2.222vw;
    }
    .younger__search-row {
        gap: 1.111vw;
    }
    
    .younger__search-row:first-child {
        gap: 2.92vw;
    }
    
    .younger__search-room-group {
        gap: 1.389vw;
    }
    
    .younger__search-date-group {
        gap: 1.111vw;
    }
    
    .younger__child-modal {
        left: -9.028vw;
        top: 3.125vw;
    }
    
    .younger__child-modal-content {
        width: 37.5vw;
        height: 17.778vw;
        border-radius: 0.556vw;
        padding: 0.833vw 1.111vw 0.694vw;
    }
    
    .younger__child-modal-header {
        gap: 0.556vw;
        margin-bottom: 0.694vw;
    }
    
    .younger__child-room + .younger__child-room {
        margin-top: 0.833vw;
        padding-top: 0.833vw;
    }
    
    .younger__child-modal-title {
        font-size: 0.903vw;
        margin: 0 0 0.417vw;
    }
    
    .younger__child-modal-badge {
        border-radius: 0.278vw;
        padding: 0.139vw 0.556vw;
        font-size: 0.833vw;
    }
    
    .younger__child-modal-body {
        gap: 0.972vw;
    }
    
    .younger__child-row {
        grid-template-columns: 50px 1fr;
        gap: 0.833vw;
    }
    
    .younger__child-label {
        font-size: 0.833vw;
    }
    
    .younger__child-options {
        gap: 0.556vw;
    }
    
    .younger__child-option {
        gap: 0.278vw;
    }
    
    .younger__child-option-label {
        font-size: 0.764vw;
    }
    
    .younger__child-control {
        gap: 0.417vw;
    }
    
    .younger__child-select {
        width: 4.861vw;
        padding: 0.417vw;
        border-radius: 0.278vw;
        font-size: 0.833vw;
    }
    
    .younger__child-unit {
        font-size: 0.833vw;
    }
    
    .younger__child-modal-footer {
        margin-top: 0.694vw;
    }
    
    .younger__search-checkbox-group {
        gap: 0.833vw;
    }
    
    .younger__search-checkbox-group label {
        font-size: 1.111vw;
    }
    
    .younger__search-label {
        font-size: 1.111vw;
    }
    
    .younger__search-group {
        gap: 0.556vw;
    }

    .younger__search-group a {
        font-size: 1.111vw;
    }
    
    .younger__search-text {
        font-size: 1.111vw;
    }
    
    .younger__search-input {
        padding: 0.833vw 1.111vw;
        border-radius: 0.278vw;
        font-size: 1.111vw;
    }
    
    .younger__search-date {
        padding: 0.833vw 1.111vw;
        border-radius: 0.278vw;
        font-size: 1.111vw;
        width: 13.889vw;
        padding-right: 2.778vw;
    }
    
    .younger__search-select {
        padding: 0.833vw 1.111vw;
        border-radius: 0.278vw;
        font-size: 1.111vw;
        min-width: 6.736vw;
        padding-right: 2.5vw;
    }

    .younger__search-select.-area {
        width: 17.36vw;
    }
    
    .younger__search-checkbox {
        width: 1.389vw;
        height: 1.389vw;
    }
    
    .younger__search-checkbox + label {
        font-size: 1.111vw;
        color: #3b1800;
    }
    
    .younger__search-budget-group {
        gap: 0.833vw;
    }
    
    .younger__search-separator {
        font-size: 1.111vw;
    }
    
    .younger__search-submit-wrapper {
        margin-top: 1.111vw;
    }
    
    .younger__search-submit {
        padding: 0.972vw 5.833vw;
        font-size: 1.25vw;
        border-radius: 1.806vw;
    }
    
    .younger__calendar-modal-content {
        width: 43.056vw;
        top: 3.611vw;
        border-radius: 0.556vw;
        padding: 1.389vw 1.944vw 1.111vw;
    }
    
    .younger__calendar-modal-title {
        font-size: 1.111vw;
        margin: 0 0 0.833vw;
    }
    
    .younger__calendar {
        padding: 0.556vw 2.222vw 0.278vw;
    }
    
    .younger__calendar-months {
        gap: 1.944vw;
    }
    
    .younger__calendar-month-title {
        font-size: 0.972vw;
        margin-bottom: 0.556vw;
    }
    
    .younger__calendar-weekdays,
    .younger__calendar-days {
        gap: 0.417vw 0.278vw;
    }
    
    .younger__calendar-weekdays span {
        font-size: 0.833vw;
    }
    
    .younger__calendar-day {
        font-size: 0.903vw;
        padding: 0.278vw 0;
        border-radius: 0.278vw;
    }
    
    .younger__calendar-next {
        right: -0.28vw;
        width: 1.806vw;
        height: 1.806vw;
        border-radius: 0.278vw;
    }
    
    .younger__calendar-prev {
        left: -0.28vw;
        width: 1.806vw;
        height: 1.806vw;
        border-radius: 0.278vw;
    }
    
    .younger__calendar-footer {
        gap: 0.833vw;
        padding: 0.556vw 0.556vw 0;
        font-size: 0.833vw;
    }
    
    .younger__calendar-footer-actions {
        gap: 0.833vw;
    }
    
    .younger__calendar-undecided input {
        margin-right: 0.417vw;
    }
}


@media only screen and (max-width: 768px) {
    .younger__calendar-modal-content {
        padding: 16px 16px 12px;
        width: 100%;
    }

    .younger__calendar {
        padding: 8px 16px 4px;
    }

    .younger__calendar-months {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .younger__calendar-next {
        top: 12px;
        transform: none;
    }

    .younger__calendar-prev {
        top: 12px;
        transform: none;
    }

    .younger__calendar-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .younger__child-modal {
        left: 0;
        top: 60px;
    }

    .younger__child-modal-content {
        width: 76.92vw;
    }

    .younger__child-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .younger__child-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .younger__search-group {
        gap: 2.05vw;
    }

    .younger__search-group.-child .younger__search-select {
        width: 14.87vw;
    }

    .younger__search-group.-adult .younger__search-select {
        width: 14.87vw;
    }

    .younger__search-group.-stay .younger__search-select {
        width: 14.87vw;
    }

    .younger__search-select.-area {
        width: 68.72vw;
    }
}

@media only screen and (max-width: 768px) {
    .younger__search-section {
        max-width: none;
        padding: 12.308vw 4.103vw;
        gap: 8.205vw;
        background-color: #fffae5;
    }

    .younger__search-scene {
        display: none;
    }

    .younger__search-title {
        gap: 2.564vw;
        justify-content: center;
    }

    .younger__search-title-arrow {
        width: 10.256vw;
        height: 14.103vw;
    }

    .younger__search-title-text {
        max-width: 66.667vw;
        font-size: 5.128vw;
        line-height: 1.35;
        white-space: nowrap;
    }

    .younger__search-form-wrapper {
        width: 100%;
    }

    .younger__search-tab {
        position: absolute;
        top: -1.026vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        min-width: 91.795vw;
        justify-content: center;
    }

    .younger__search-tab-item {
        width: 100%;
        text-align: center;
        border-radius: 2.051vw 2.051vw 0 0;
    }

    .younger__search-form {
        padding: 18.462vw 4.103vw 10.256vw;
        gap: 10.256vw;
    }

    .younger__search-row {
        flex-direction: column;
        align-items: stretch;
        gap: 2.564vw;
    }

    .younger__search-row:first-child {
        gap: 4.103vw;
    }

    .younger__search-date-group,
    .younger__search-room-group {
        width: 100%;
        flex-wrap: wrap;
        gap: 2.56vw;
    }

    .younger__search-budget-group {
        width: 100%;
    }

    .younger__search-select {
        width: 100%;
        min-width: 14.872vw;
        font-size: 3.59vw;
        padding: 3.077vw 4.103vw;
        padding-right: 6.667vw;
    }
    
    .younger__search-date {
        width: 51.282vw;
        height: 12.308vw;
        background-color: #fff;
        padding: 3.077vw 4.103vw;
        border-radius: 1.026vw;
        font-size: 4.103vw;
        padding-right: 10.256vw;
    }

    .younger__search-input {
        font-size: 4.1vw;
    }

    .younger__search-checkbox-group {
        gap: 2.56vw;
    }

    .younger__search-label,
    .younger__search-text,
    .younger__search-checkbox + label,
    .younger__search-checkbox-group label {
        font-size: 3.59vw;
        white-space: nowrap;
    }

    .younger__search-checkbox {
        width: 4.1vw;
        height: 4.1vw;
    }

    .younger__search-submit-wrapper {
        margin-top: 0;
    }

    .younger__search-submit {
        width: 59.487vw;
        height: 13.333vw;
        padding: 4.103vw 8.205vw;
        font-size: 4.103vw;
        border-radius: 8.205vw;
    }
}

.younger__app-section {
    background-color: #ff6700;
}

.younger__app-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 80px 0 48px;
    overflow: hidden;
}

.younger__app-content {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.younger__app-header {
    display: flex;
    gap: 32px;
    align-items: center;
}

.younger__app-logo {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.younger__app-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.younger__app-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
}

.younger__app-title {
    font-family: 'YuGothic', sans-serif;
    font-size: 57px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.younger__app-subtitle {
    font-family: 'YuGothic', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.younger__app-downloads {
    display: flex;
    gap: 40px;
}

.younger__app-download-item {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.younger__app-download-item a {
    height: 69px;
}

.younger__app-store-btn {
    width: auto;
    height: 69px;
}

.younger__app-qr {
    width: 69px;
    height: 69px;
}

.younger__app-phone {
    position: relative;
    top: -60px;
}

.younger__app-phone-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 283px;
    height: 364px;
    filter: drop-shadow(0 5px 5px rgba(146, 57, 0, 0.45));
    overflow: hidden;
}

.younger__app-phone-badge {
    position: absolute;
    bottom: -108px;
    left: 145px;
    width: 204px;
    height: 203px;
    filter: drop-shadow(0 5px 6px rgba(146, 57, 0, 0.60));
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .younger__app-inner {
        max-width: 93.75vw;
        padding: 7.813vw 0 4.688vw;
    }
    
    .younger__app-content {
        gap: 5.469vw;
    }
    
    .younger__app-header {
        gap: 3.125vw;
    }
    
    .younger__app-logo {
        width: 11.719vw;
        height: 11.719vw;
    }
    
    .younger__app-text {
        gap: 1.563vw;
    }
    
    .younger__app-title {
        font-size: 5.57vw;
    }
    
    .younger__app-subtitle {
        font-size: 2.34vw;
    }
    
    .younger__app-downloads {
        gap: 3.906vw;
    }
    
    .younger__app-download-item {
        gap: 0.977vw;
    }

    .younger__app-download-item a {
        height: 6.74vw;
    }
    
    .younger__app-store-btn {
        width: auto;
        height: 6.74vw;
    }
    
    .younger__app-qr {
        width: 6.74vw;
        height: 6.74vw;
    }
    
    .younger__app-phone {
        top: -5.859vw;
    }
    
    .younger__app-phone-img {
        width: 27.637vw;
        height: 35.547vw;
    }
    
    .younger__app-phone-badge {
        bottom: -10.547vw;
        left: 14.16vw;
        width: 19.922vw;
        height: 19.824vw;
    }
}

@media only screen and (max-width: 768px) {
    .younger__app-inner {
        max-width: none;
        flex-direction: column;
        gap: 56px;
        padding: 40px 16px;
        align-items: center;
        max-width: 358px;
    }

    .younger__app-content {
        width: 100%;
        gap: 56px;
        align-items: center;
        text-align: left;
    }

    .younger__app-header {
        width: 332px;
        gap: 20px;
        align-items: center;
    }

    .younger__app-logo {
        width: 96px;
        height: 96px;
    }

    .younger__app-title {
        font-size: 24px;
    }

    .younger__app-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .younger__app-downloads {
        flex-direction: column;
        gap: 20px;
        width: 332px;
        align-items: flex-start;
    }

    .younger__app-download-item {
        gap: 0;
        align-items: center;
    }

    .younger__app-download-item a {
        width: 150px;
        height: auto;
    }

    .younger__app-store-btn {
        width: 150px;
        height: auto;
    }

    .younger__app-qr {
        display: none;
    }

    .younger__app-phone {
        position: absolute;
        right: -12px;
        bottom: 0px;
        top: auto;
        width: 182px;
        height: 218px;
    }

    .younger__app-phone-img {
        position: static;
        width: 157px;
        height: 218px;
    }

    .younger__app-phone-badge {
        width: 127px;
        height: 127px;
        left: 64px;
        bottom: -4px;
    }
}