@charset "UTF-8";
/* CSS Document */


#enjoy{
    margin: 0 auto 0px;
    width: 1225px;
}

@media only screen and (max-width: 768px) {
    #enjoy{
        margin: 0 auto 0px;
        width: 100%;
    }
}

#enjoy .inner {
    border-top: 8px solid #254195; 
    margin: 0 auto;
    padding: 50px 0;
    width: 1200px;
    position: relative;
}
#enjoy .inner::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    border-top: 8px solid #009cd4;
}

@media only screen and (max-width: 768px) {
    #enjoy .inner {
        border-top: none; 
        margin: 0 auto;
        padding: 0 0;
        width: 100%;
        position: relative;
    }
    #enjoy .inner::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        border-top:  none;
    }
}


#enjoy .inner h4 {
    margin: 0 0 33px 0;
    padding: 0;
    font-size: 20px;
    color: #254195;
    line-height: 1.9em;
    letter-spacing: 0.01em;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #enjoy .inner h4 {
        margin: 0 auto 35px auto;
        padding: 32px 0 0 0;
        font-size: 16px;
        color: #254195;
        line-height: 1.7em;
        letter-spacing: 0.01em;
        font-weight: 600;
        text-align: center;
        width: 90%;
        border-top: 6px solid #254195; 
        position: relative;
    }
    #enjoy .inner h4::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        border-top: 6px solid #009cd4;
    }
}


.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin: 0 auto 55px;
    width: 100%;
}
.category a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.category li {
    list-style: none;
    color: #4d5355;
    border: 2px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    width: 180px;
    height: 50px;
    transition: 0.2s ease; 
}
.category li:hover {
    list-style: none;
    color: #4d5355;
    border: 2px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 180px;
    height: 50px;
    background: #ffec5c;
}

@media only screen and (max-width: 768px) {
    .category {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
        margin: 0 auto 45px;
        width: 90%;
    }
    .category a {
        text-decoration: none;
        color: inherit;
        display: block;
    }
    .category li {
        list-style: none;
        color: #4d5355;
        border: 1px solid #4d5355;
        border-radius: 12px;
        padding: 0 3px;
        font-size: 12px;
        line-height: 35px;
        font-weight: 600;
        text-align: center;
        flex: 0 0 calc(33% - 3px);
        height: 37px;
        transition: 0.2s ease;
        letter-spacing: -0.05em;
        box-sizing: border-box;
    }
    .category li:hover {
        list-style: none;
        color: #4d5355;
        border: 1px solid #4d5355;
        border-radius: 12px;
        padding: 0 0 0 0;
        font-size: 12.5px;
        line-height: 35px;
        font-weight: 600;
        text-align: center;
        height: 37px;
        transition: 0.2s ease; 
        letter-spacing: -0.05em;
    }
}


#enjoy .category .c1 {
    padding-right: 5px;
    color: #b4d9ff;
}
#enjoy .category .c2 {
    padding-right: 5px;
    color: #ff7578;
}
#enjoy .category .c3 {
    padding-right: 5px;
    color: #79ff72;
}
#enjoy .category .c4 {
    padding-right: 5px;
    color: #6114ff;
}
#enjoy .category .c5 {
    padding-right: 5px;
    color: #ff350d;
}

@media only screen and (max-width: 768px) {
    #enjoy .category .c1 {
        padding-right: 3px;
        color: #b4d9ff;
    }
    #enjoy .category .c2 {
        padding-right: 3px;
        color: #ff7578;
    }
    #enjoy .category .c3 {
        padding-right: 3px;
        color: #79ff72;
    }
    #enjoy .category .c4 {
        padding-right: 3px;
        color: #6114ff;
    }
    #enjoy .category .c5 {
        padding-right: 3px;
        color: #ff350d;
    }
}


#enjoy .shopping {
    margin: 0 auto 50px;
    padding: 0;
    width: 1200px;
    height: 566px;
    background-image: 
    url('../img/enjoy/shopping-bg.gif');
    background-size: 
    1120px 566px;
    background-position: 
    top left;
    background-repeat: 
    no-repeat;
    position: relative;
}
#enjoy .shopping .photowrap {
    margin: 0;
    padding: 0;
    width: 535px;
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    column-gap: 15px;
}
#enjoy .shopping .textwrap {
    margin: 0;
    padding: 0;
    width: 630px;
    position: absolute;
    top: 320px;
    left: 550px;
}

@media only screen and (max-width: 768px) {
    #enjoy .shopping {
        margin: 0 auto 60px;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1280 / 962;
        background-image: 
        url('../img/enjoy/shopping-bg_sp.gif');
        background-size: 
        100%;
        background-position: 
        top center;
        background-repeat: 
        no-repeat;
        position: static;
    }
    #enjoy .shopping .photowrap {
        margin: 0 auto 20px;
        padding: 0;
        width: 85%;
        display: flex;
        column-gap: 10px;
        position: static;
    }
    #enjoy .shopping .textwrap {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        position: static;
    }
}


#enjoy .food {
    margin: 0 auto 50px;
    padding: 0;
    width: 1200px;
    height: 566px;
    background-image: 
    url('../img/enjoy/food-bg.gif');
    background-size: 
    1120px 566px;
    background-position: 
    top right;
    background-repeat: 
    no-repeat;
    position: relative;
}
#enjoy .food .photowrap {
    margin: 0;
    padding: 0;
    width: 535px;
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    column-gap: 15px;
}
#enjoy .food .textwrap {
    margin: 0;
    padding: 0;
    width: 630px;
    position: absolute;
    top: 320px;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    #enjoy .food {
        margin: 0 auto 60px;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1280 / 962;
        background-image: 
        url('../img/enjoy/food-bg_sp.gif');
        background-size: 
        100%;
        background-position: 
        top center;
        background-repeat: 
        no-repeat;
        position: static;
    }
    #enjoy .food .photowrap {
        margin: 0 auto 20px;
        padding: 0;
        width: 85%;
        display: flex;
        column-gap: 15px;
        position: static;
    }
    #enjoy .food .textwrap {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        position: static;
    }
}

#enjoy .experience {
    margin: 0 auto 50px;
    padding: 0;
    width: 1200px;
    height: 566px;
    background-image: 
    url('../img/enjoy/experience-bg.gif');
    background-size: 
    1120px 566px;
    background-position: 
    top left;
    background-repeat: 
    no-repeat;
    position: relative;
}
#enjoy .experience .photowrap {
    margin: 0;
    padding: 0;
    width: 535px;
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    column-gap: 15px;
}
#enjoy .experience .textwrap {
    margin: 0;
    padding: 0;
    width: 630px;
    position: absolute;
    top: 320px;
    left: 550px;
}

@media only screen and (max-width: 768px) {
    #enjoy .experience {
        margin: 0 auto 60px;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1280 / 962;
        background-image: 
        url('../img/enjoy/experience-bg_sp.gif');
        background-size: 
        100%;
        background-position: 
        top center;
        background-repeat: 
        no-repeat;
        position: static;
    }
    #enjoy .experience .photowrap {
        margin: 0 auto 20px;
        padding: 0;
        width: 85%;
        display: flex;
        column-gap: 15px;
        position: static;
    }
    #enjoy .experience .textwrap {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        position: static;
    }
}


#enjoy .relaxing {
    margin: 0 auto 50px;
    padding: 0;
    width: 1200px;
    height: 566px;
    background-image: 
    url('../img/enjoy/relaxing-bg.gif');
    background-size: 
    1138px 566px;
    background-position: 
    top right;
    background-repeat: 
    no-repeat;
    position: relative;
}
#enjoy .relaxing .photowrap {
    margin: 0;
    padding: 0;
    width: 535px;
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    column-gap: 15px;
}
#enjoy .relaxing .textwrap {
    margin: 0;
    padding: 0;
    width: 630px;
    position: absolute;
    top: 320px;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    #enjoy .relaxing {
        margin: 0 auto 60px;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1280 / 962;
        background-image: 
        url('../img/enjoy/relaxing-bg_sp.gif');
        background-size: 
        100%;
        background-position: 
        top center;
        background-repeat: 
        no-repeat;
        position: static;
    }
    #enjoy .relaxing .photowrap {
        margin: 0 auto 20px auto;
        padding: 30px 0 0 0;
        width: 85%;
        display: flex;
        column-gap: 15px;
        position: static;
    }
    #enjoy .relaxing .textwrap {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        position: static;
    }
}

#enjoy .kids {
    margin: 0 auto 50px;
    padding: 0;
    width: 1200px;
    height: 627px;
    background-image: 
    url('../img/enjoy/kids-bg.gif');
    background-size: 
    1138px 627px;
    background-position: 
    top left;
    background-repeat: 
    no-repeat;
    position: relative;
}
#enjoy .kids .photowrap {
    margin: 0;
    padding: 0;
    width: 535px;
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    column-gap: 15px;
}
#enjoy .kids .textwrap {
    margin: 0;
    padding: 0;
    width: 630px;
    position: absolute;
    top: 360px;
    left: 550px;
}

@media only screen and (max-width: 768px) {
    #enjoy .kids {
        margin: 0 auto 60px;
        padding: 30px 0 0 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1280 / 962;
        background-image: 
        url('../img/enjoy/kids-bg_sp.gif');
        background-size: 
        100%;
        background-position: 
        top center;
        background-repeat: 
        no-repeat;
        position: static;
    }
    #enjoy .kids .photowrap {
        margin: 0 auto 20px;
        padding: 0;
        width: 85%;
        display: flex;
        column-gap: 15px;
        position: static;
    }
    #enjoy .kids .textwrap {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        position: static;
    }
}


#enjoy .photowrap .photo {
    margin: 0;
    padding: 0;
    width: 260px;
}
#enjoy .photowrap .photo img {
    width: 260px;
}

#enjoy .textwrap h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 32px;
    color: #4d5355;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    font-weight: 600;
}
#enjoy .textwrap p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.7em;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    #enjoy .photowrap .photo {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #enjoy .photowrap .photo img {
        width: 100%;
    }

    #enjoy .textwrap h5 {
        margin: 0 0 7px 0;
        padding: 0;
        font-size: 24px;
        color: #4d5355;
        line-height: 1.6em;
        letter-spacing: 0.01em;
        font-weight: 600;
    }
    #enjoy .textwrap p {
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 15px;
        color: #4d5355;
        line-height: 1.7em;
        font-weight: 500;
    }
}



.btn-area {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-left: -10px;
}
.btn-banner {
	margin: 0 0 0 0;
    padding: 0 0 0 30px;
    width: 215px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    background: #4d5355;
    transition: 0.2s ease;
    position: relative;
}
.btn-banner:hover {
    background-color: #009bdd;
}
.btn-banner img {
    position: absolute;
    left: 25px;
    top: 6px;
    width: 23px;
    height: 26px;
}

@media only screen and (max-width: 768px) {
    .btn-area {
        display: flex;
        gap: 20px;
        width: 100%;
        margin: 0;
    }
    .btn-banner {
        margin: 0 0 10px 0;
        padding: 0 0 0 23px;
        width: 12em;
        height: 30px;
        border-radius: 40px;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        background: #4d5355;
        transition: 0.2s ease;
    }
    .btn-banner:hover {
        background-color: #009bdd;
    }
    .btn-banner img {
        position: absolute;
        left: 15px;
        top: 5px;
        width: 16px;
        height: 19px;
    }
}