@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

html {
    font-family: 'Zen Old Mincho', serif;
    font-style: normal;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all 1ms ease 0s;
    background-color: #28293A;
    font-family: 'Zen Old Mincho', serif;
}
head {
    display: none;
}
*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
div {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

/* OVERFLOW */
.overflow {
    overflow-x: hidden;
}

::selection {
    background-color: #6d4a19;
    color: #F4F4F4;
}

/* ---------------------------------------------------- INDEX PAGE PROPERTIES ----------------------------------------------------- */

/* MAIN VISUAL */
.mv {
    margin: 0 auto;
    width: 100%;
    background-image: url(../slice/bg01.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 61px;
    position: relative;
    z-index: 100;
    top: 0;
}
.mv__text {
    color: #9E876E;
    padding: 50px 60px;
    text-shadow: 0 4px 4px rgba(40, 41, 58, 0.9);
    font-weight: 700;
    font-size: 24px;
    width: 240px;
    display: flex;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 999;
}
.mv__layout {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 50px 0 216px 0;
}
.logo {
    width: 150px;
}
.mv__layout_mid {
    padding: 31px 0 60px 0;
}
.upper {
    width: 450px;
}
.mv__layout__text {
    font-weight: 700;
    font-size: 56px;
    color: #FEDAA8;
    text-shadow: 0 4px 5px rgba(255, 243, 224, 0.2);
    padding: 30px 0;
}
.bottom {
    width: 300px;
}
.btn-large-mid__layout {
    max-width: 564px;
    margin: 0 auto;
    border: 2px solid #D1B890;
}
.btn-large-mid__layout:hover {
    border: 2px solid #28293A;
}
.btn-reserve-img {
    width: 60px;
}
.btn-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    box-sizing: border-box;
    color: #FEDAA8;
    width: 564px;
    padding: 20px 40px;
}
.btn-reserve:hover {
    background: rgba(209, 184, 144, 0.3);
}

/* INDEX SEC-01 */
.index-sec01 {
    margin: 0 auto;
    background-image: url(../slice/bg02.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    margin-top: 131px;
}
.index-sec01__content {
    margin: 0 auto;
    width: 876px;
}
.index-sec01__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 98.3px;
    position: relative;
    top: -140px;
}
.index-sec01__top {
    width: 770px;
}
.relative-img {
    position: absolute;
    z-index: -1;
}
.bg02 {
    position: relative;
    max-width: 1257px;
    top: 0; 
}
.index-sec01__mid {
    padding: 100px 0;
}
.h6 {
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
}
.highlight {
    font-weight: 900;
    font-size: 50px;
    color: #FEDAA8;
}
.index-sec01__mid__img-layout {
    display: flex;
    justify-content: space-between;
    width: 475px;
    margin: 0 auto;
    padding-top: 100px;
}
.img02, .img03 {
    width: 200px;
}

/* INDEX SEC-02 */
.index-sec02 {
    margin: 0 auto;
    background-image: url(../slice/bg03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.index-sec02__content {
    margin: 0 auto;
    width: 1169px;
}
.index-sec02__layout {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 100px 0 252px 0;
}
.index-sec02__head {
    display: flex;
    padding-bottom: 100px;
}
.h1 {
    font-weight: 700;
    font-size: 80px;
    color: #9E876E;
    position: absolute;
    z-index: 100;
}
.h1-outline {
    position: relative;
    font-weight: 400;
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(166, 124, 85, 0.45);
    left: 7px;
    top: 1.5px;
}
.index-sec02__body-row {
    height: 67px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.h5 {
    font-weight: 700;
    font-size: 30px;
    color: rgba(254, 218, 168, 0.4);
}
.row-head {
    font-weight: 700;
    font-size: 46px;
    color: rgba(255, 255, 255, 0.10);
    margin-right: 40px;  
}
.last {
    margin-bottom: 0;
}

/* INDEX SEC-03 */
.img-sec03-img04 {
    position: relative;
    max-width: 199px;
    left: -156px;
    top: -150px;
}
.index-sec03 {
    margin: 0 auto;
    background-image: url(../slice/bg04.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    top: -2px;
}
.index-sec03__content {
    margin: 0 auto;
    width: 1200px;
}
.index-sec03__layout {
    padding: 98px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-sec03__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
}
.index-sec03__top__text {
    font-weight: 700;
    font-size: 36px;
    color: #FEDAA8;
    padding: 60px 0;
}
.index-sec03__mid {
    display: flex;
    justify-content: space-between;
}
.index-sec03__mid-right {
    width: 773px;
    padding-left: 60px;
    color: #FFF;
}
.h4 {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 40px;
}
.highlight-h4 {
    font-weight: 900;
    color: #FEDAA8;
}
.p {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 50px;
}
.p-700 {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 24px;
    width: 744px;
}
.arrow-more {
    width: 150px;
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 1;
}
.btn-reg__layout {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
    position: relative;
}
.btn-more {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    z-index: 2; 
}
.btn-more::after {
    font-family: "Font Awesome 5 Free";
    position: relative;
    content: '\f08e';
}
.index-sec03__bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.last-row {
    padding-bottom: 70px;
}
.index-sec03__bottom-text {
    padding-bottom: 60px;
}
.h2 {
    font-weight: 700;
    font-size: 42px;
    color: #FEDAA8;
    padding-bottom: 15px;
}
.p-layout {
    display: flex;
    width: 797px;
    justify-content: space-between;
}
.p-shadow {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(209, 184, 144, 0.6);
    color: #FFF;
}
.p-reg {
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
}
.p-shadow__sub {
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(209, 184, 144, 0.6);
    color: #FFF;
}

/* INDEX SEC-04 */
.index-sec04 {
    margin: 0 auto;
    background-image: url(../slice/bg05.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.index-sec04__content {
    margin: 0 auto;
}
.index-sec04__layout {
    margin: 0 auto;
    padding: 100px 0 151px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-sec04__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;   
}
.subtitle {
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
    padding-top: 60px;
}
.index-sec04__mid {
    padding: 100px 0;
}
.index-sec04__bottom {
    width: 100%;   
}
.slider__section {
    width: 1600px;
    position: relative;
    overflow: hidden;
    padding: 0;
}
ul.slider{
    margin: 0 auto;
}
.slider {
    height: 460px;
    width: 1600px;
    margin: 0 auto;
}
.slider .slide__image::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 451px;
    margin: 0 auto;
}
.slider .slick-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .slide__image img {
    width: 800px !important;
    height: 451px !important;
    margin: 0;
}
img.slide__image__top-position {
    object-position: center bottom;
    margin: 0 auto;
}
.slider .slide__text {
    position: absolute;
    width: 800px;
    top: 45%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.slider .slide__text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    margin: 0 auto;
    width: 594px;
}
ul.slider .slick-dots {
    margin-top: 30px !important; 
}
.slick-dots li button {
    background-color: #6A6A6A !important;
    border-radius: 50%; 
    width: 20px !important; 
    height: 20px !important; 
}
.slick-dots li.slick-active button {
    background-color: #FFF !important;
    border-radius: 50%; 
}
.slick-dots li button:before {
    color: transparent !important;
} 

/* INDEX SEC-05 */
.index-sec05 {
    margin: 0 auto;
    background-image: url(../slice/bg09.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.index-sec05__content {
    margin: 0 auto;
    width: 100%;
}
.index-sec05__layout {
    padding: 250px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.index-sec05__logo {
    margin-bottom: 100px;
}
.index-sec05__text {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.index-sec05__list ul {
    color: #FEDAA8;
    font-size: 24px;
    font-weight: 600;
    padding: 60px 0;
    list-style-type: disc;
}
.index-05__contact {
    padding-top: 100px;
}
.index-05__contact-layout {
    padding: 50px 0;
    width: 800px;
    border: 1px solid rgba(209, 184, 144, 0.6);
}
.index-05__title-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.index-sec05__title {
    color: #FEDAA8;
    font-size: 36px;
    font-style: 900;
    padding: 10px 0;
}
.index-05-upper {
    width: 200px;
}
.index-05-bottom {
    width: 150px;
}
.index-05__desc {
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.index-05__desc span {
    color: #FEDAA8;
    font-size: 36px;
    font-weight: 900;
}
.contact {
    margin-top: 20px;
}

/* INDEX SEC-06 */
.index-sec06 {
    margin: 0 auto;
    background-image: url(../slice/bg06.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    top: 0;
}
.index-sec06__content {
    margin: 0 auto;
    width: 100%;
}
.index-sec06__layout {
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-sec06__title {
    font-weight: 700;
    font-size: 300px;
    color: rgba(158, 135, 110, 0.27);
    position: relative;
    width: 1600px;
    height: 434px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px;
}
.index-sec06__title-sub {
    text-align: center;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: #9E876E;
    color: #FFF;
    font-weight: 700;
    font-size: 36px;
    width: 100%; 
    padding: 15px 0;
}
.index-sec06__table__layout {
    width: 1200px;
}
.table-head-q, .table-head-a {
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.table-head-q {
    background-color: #A67C55;
}
.table-head-a {
    background-color: #59422C;
}
.table-head-value, .table-body-value {
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-head-value {
    font-weight: 700;
    font-size: 24px;
    color: #FFF;
    height: 60px;
}
.table-body-value {
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}
.row-q {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.row-a {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}
.last-row-a {
    margin-bottom: 0;
}

/* INDEX SEC-07 */
.img-sec07-img06 {
    position: relative;
    max-width: 377px;
    right: -567px;
    top: -353px;
}
.index-sec07 {
    margin: 0 auto;
    background-image: url(../slice/bg07.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.index-sec07__content {
    width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-sec07__layout {
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.h2-title {
    font-weight: 700;
    font-size: 64px;
    color: #9E876E;
    position: absolute;
    z-index: 100;
}
.h2-title-outline {
    position: relative;
    font-weight: 400;
    font-size: 64px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(166, 124, 85, 0.45);
    left: 7px;
    top: 1.5px;
}
.index-sec07__row-step {
    font-weight: 700;
    font-size: 64px;
    color: #FFF;
    position: relative;
    left: 30px;
    bottom: -34px;
}
.index-sec07__row-content {
    border: 1px solid rgba(209, 184, 144, 0.6);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 1200px;
}
.index-sec07__row-title {
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
    padding-bottom: 30px;
}
.index-sec07__row-body {
    font-weight: 700;
    font-size: 16px;
    color: #FEDAA8;
}
.arrow-down {
    width: 150px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-row {
    padding-bottom: 30px;
}
.index-sec07__row-h1 {
    font-weight: 700;
    font-size: 64px;
    color: #FFF;
}

/* INDEX SEC-08 */
.index-sec08 {
    margin: 0 auto; 
}
.index-sec08__content {
    padding: 35px 0;
    margin: 0 auto;
}
.index-sec08__layout {
    padding: 60px 0;
    border-top: 1px solid #FEDAA8;
    border-bottom: 1px solid #FEDAA8;
}
.index-sec08__title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.index-sec08__head {
    font-weight: 400;
    font-size: 80px;
    color: #FFF;
    padding-bottom: 60px;
}
.display__img {
    position: absolute;
    z-index: -1; 
}
.img-reserve-img07 {
    position: relative;
    max-width: 489px;
    left: -273px;
    bottom: 0;
}
.img-reserve-img08 {
    position: relative;
    max-width: 487px;
    right: -266px;
    bottom: 0;
}

/* FOOTER */
footer {
    margin: 0 auto;
    background-image: url(../slice/bg08.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.footer__content {
    margin: 0 auto;
    width: 261px;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.footer__content-head {
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(180deg, #9E876E 0%, rgba(153, 111, 43, 0.3) 51.04%, #9E876E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-bottom: 20px;
}
.footer__content-body {
    font-weight: 400;
    font-size: 16px;
    color: #9E876E;
    padding-bottom: 100px;
}
.copyright {
    font-weight: 400;
    font-size: 12px;
    color: #9E876E;
}

/* ------------------------------------------------- RESPONSIVE STYLES -------------------------------------------------*/

/*RESPONSIVE - TABLET TO MOBILE*/
@media screen and (min-width: 320px) and (max-width: 1200px) {
    
    /* MAIN VISUAL */
    .mv {
        background-size: auto auto; 
        padding-bottom: 0; 
    }
    .mv__text {
        padding: 20px 30px; 
        font-size: 14px; 
        width: 200px; 
    }
    .mv__layout {
        padding: 100px 20px;
    }
    .logo {
        width: 75px;
    }
    .upper {
        width: 250px; 
    }
    .mv__layout__text {
        font-size: 24px; 
        padding: 20px 0; 
    }
    .bottom {
        width: 150px;
    }
    .btn-large-mid__layout {
        max-width: 270px;
    }
    .btn-reserve-img {
        width: 30px;
    }
    .btn-reserve {
        font-size: 18px;
        width: 270px;
        padding: 10px;
    }

    /* INDEX SEC-01 */
    .index-sec01 {
        background-size: cover;
    }
    .index-sec01__content {
        width: 90%; 
    }
    .index-sec01__layout {
        padding-bottom: 50px; 
        top: -40px; 
    }
    .index-sec01__top {
        width: 320px; 
    }
    .index-sec01__mid {
        padding: 50px 0; 
    }
    .h6 {
        font-size: 20px; 
    }
    .highlight {
        font-size: 28px; 
    }
    .index-sec01__mid__img-layout {
        width: 75%; 
        padding-top: 50px;
    }
    .img02, .img03 {
        width: 120px; 
    }

    /* INDEX SEC-02 */
    .index-sec02__content {
        width: 90%; 
    }
    .index-sec02__layout {
        padding: 50px 0 100px 0 ; 
    }
    .index-sec02__head {
        padding-bottom: 70px; 
    }
    .h1 {
        font-size: 40px;  
    }
    .h1-outline {
        font-size: 40px; 
        left: 4px; 
        top: 1.5px;
    }
    .h5 {
        font-size: 20px; 
    }
    .row-head {
        font-size: 25px;
        margin-right: 25px;   
    }

    /* INDEX SEC-03 */
    .img-sec03-img04 {
        display: none; 
    }
    .index-sec03__content {
        width: 80%; 
    }
    .index-sec03__layout {
        padding: 120px 0; 
        width: 100%; 
    }
    .index-sec03__top {
        padding-bottom: 70px; 
    }
    .index-sec03__top__text {
        font-size: 24px; 
        padding: 30px 0; 
    }
    .index-sec03__mid {
        flex-direction: column; 
        justify-content: center;
        width: 100%; 
        align-items: center; 
        padding-bottom: 70px; 
    }
    .index-sec03__mid-left {
        width: 200px; 
    }
    .index-sec03__mid-right {
        width: 100%; 
        padding-left: 0; 
        padding-top: 50px; 
    }
    .h4 {
        font-size: 28px; 
    }
    .p {
        font-size: 12px; 
    }
    .p-700 {
        justify-content: center; 
        flex-direction: column;
        width: 100%; 
    }
    .arrow-more {
        width: 120px; 
    }
    .btn-reg__layout {
        width: 120px; 
        padding-top: 10px; 
    }
    .btn-more {
        font-size: 14px; 
        padding-bottom: 7px; 
    }
    .index-sec03__bottom {
        width: 80%; 
    }
    .last-row {
        padding-bottom:0;
    }
    .index-sec03__bottom-text {
        padding-bottom: 40px; 
    }
    .h2 {
        font-size: 30px; 
    }
    .p-layout {
        width: 100%; 
        height: 200px; 
        flex-direction: column; 
    }
    .p-shadow {
        font-size: 16px; 
    }
    .p-reg {
        font-size: 16px; 
    }
    .p-shadow__sub {
        font-size: 14px;
    }

    /* INDEX SEC-04 */
    .index-sec04__content {
        width: 90%; 
    }
    .index-sec04__layout {
        padding: 100px 0; 
    }
    .subtitle {
        font-size: 28px; 
        padding-top: 30px; 
    }
    .slider__section {
        width: 100%; 
    }
    .slider {
        height: 300px; 
        width: 425px; 
        margin: 0 auto;
    }
    .slider .slide__image::before{
        width: 350px; 
        height: 280px; 
    }
    .slider .slide__image img {
        width: 370px !important;
        height: 280px !important; 
    }
    .slider .slide__text {
        width: 370px; 
        top: 48%; 
    }
    .slider .slide__text p {
        font-size: 10px; 
        width: 270px;
    }
    .slick-dots li button {
        width: 10px !important;  
        height: 10px !important; 
    }

    /* INDEX SEC-05 */
    .index-sec05__content {
        width: 90%; 
    }
    .index-sec05__layout {
        width: 90%; 
    }
    .index-sec05__text {
        font-size: 18px; 
    }
    .index-sec05__list ul {
        font-size: 18px; 
    }
    .index-05__contact {
        width: 100%;
    }
    .index-05__contact-layout {
        width: 100%; 
    }
    .index-05__title-layout {
        margin: 0 20px 40px 20px; 
    }
    .index-sec05__title {
        font-size: 28px;
    }
    .index-05__desc {
        font-size: 18px;
        margin: 0 20px; 
    }
    .index-05__desc span {
        font-size: 28px;
    }

    /* INDEX SEC-06 */
    .index-sec06__title {
        font-size: 140px; 
        height: 234px; 
    }
    .index-sec06__title-sub {
        top: 47%; 
        font-size: 18px; 
        padding: 4px 0; 
    }
    .index-sec06__table__layout {
        width: 80%;
        margin: 0; 
    }
    .table-head-q, .table-head-a {
        width: 40px; 
        height: 40px;
        font-size: 28px;
    }
    .table-head-value, .table-body-value {
        padding-left: 30px; 
    }
    .table-head-value {
        font-size: 18px; 
        width: 250px; 
    }
    .table-body-value {
        font-size: 12px; 
        width: 250px; 
    }
    .row-a {
        margin-bottom: 40px;
    }

    /*INDEX-SEC07*/
    .img-sec07-img06 {
        display: none; 
    }
    .index-sec07__content {
        width: 80%; 
    }
    .index-sec07__layout {
        padding: 60px 0; 
    }
    .h2-title {
        font-size: 34px; 
    }
    .h2-title-outline {
        font-size: 34px; 
        left: 4px; 
        top: 1.5px; 
    }
    .index-sec07__row-step {
        font-size: 34px; 
        left: 15px; 
        bottom: -20px; 
    }
    .index-sec07__row-content {
        padding: 30px 0; 
        width: 100%;
    }
    .index-sec07__row-title {
        font-size: 24px; 
        padding-bottom: 20px; 
    }
    .index-sec07__row-body {
        font-size: 12px; 
        padding: 0 15px; 
    }
    .btn-row {
        margin-bottom: 30px;
    }
    .arrow-down {
        width: 80px; 
    }
    .index-sec07__row-h1 {
        font-size: 34px; 
    }

    /* INDEX SEC-08 */
    .index-sec08__layout {
        padding: 30px 0; 
    }
    .index-sec08__head {
        font-size: 40px; 
        padding-bottom: 30px; 
    }
    .img-reserve-img07 {
        display: none; 
    }
    .img-reserve-img08 {
        display: none; 
    }

    /* FOOTER */
    footer {
        background-size: auto auto; 
    }
    .footer__content {
        width: 70%;
        padding: 50px 0; 
    }
    .footer__content-head {
        font-size: 18px; 
        padding-bottom: 10px; 
    }
    .footer__content-body {
        font-size: 12px; 
        padding-bottom: 50px; 
    }
    .copyright {
        font-size: 10px; 
    }
}