@charset "utf-8";

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

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: 'M PLUS 1p', sans-serif;
}

body {
    font-family: sans-serif;
    font-size: 20px;
    color: #415a2c;
    line-height: 1;
    background-color: #fff;
}

img {
    max-width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header-inner {
    /* max-width: 1300px; */
    height: 80px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #8fb896;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);

}

#second,
#third,
#fourth {
    padding-top: 200px;
    margin-top: -70px;
}

.toggle-menu-button {
    display: none;
}

.header-logo {
    display: block;
    width: 210px;
}

.site-menu ul {
    display: flex;
}

.site-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
}

.site-menu ul li a {
    font-family: 'Exo 2', sans-serif;
    font-family: 'Rokkitt', serif;
}

.site-menu ul li a:hover {
    color: #fff;
    transition-duration: 0.3s;
}

.main {
    padding-top: 80px;
}

.pc {
    z-index: 100;
    position: fixed;
    bottom: 150px;
    right: 100px;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.pc:hover  {
    transform: scale(1.1);
    /* background-color: #fff; */
    /* opacity: 0.5; */
    filter: brightness(130%);
    transition-duration: 0.3s;

}

.sp:hover {    
    filter: brightness(130%);
    transition-duration: 0.1s;
}


.first-view {
    position: relative;
    display: flex;
    height: 100vh;
    /* max-width: 1300px; */
    background-image: url(./img/topbanner.png);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    vertical-align: middle;
    /* align-items: center; */
    justify-content: center;
    margin: 0 auto;

}

.first-view h1 {
    position: absolute;
    top: 150px;
    margin: 0;
    text-align: center;

}

.first-view .main-logo {
    display: inline-block;
    width: 80%;
    margin: 0;
    /* position: relative;
    top: 80px;
        z-index: 10; */
}

/*concept設定start*/

.flex-container {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 200px auto 0 auto;
}

.flex-container .flex-item1 {
    /* display: block; */
    width: 650px;
    padding-top: 50px;
    flex-shrink: 0;

    /* margin: 60px 105px; */
}

.flex-container .flex-item1 .textarea {
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
}


.flex-container .flex-item1 .textarea p {
    line-height: 2;
    text-align: flex-start;
    margin-top: 60px;
}

.flex-container .flex-item2 {
    width: 650px;
}

/*concept設定end*/

.link-button-area {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.link-button {
    background-color: #8fb896;
    display: inline-block;
    min-width: 240px;
    line-height: 60px;
    border-radius: 30px;
    font-family: 'Rokkitt', serif;
    font-size: 28px;
}

.link-button:hover {
    font-size: 36px;
    color: #fff;
    background-color: #415a2c;
    transition-duration: 0.2s;

}

.room h2,
.meal h2,
.activity h2,
.plan h2 {
    color: #415a2c;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    font-family: 'Rokkitt', serif;
    margin-top: 150px;
}

#first {
    padding-top: 200px;
    margin-top: 0;
}

.room p,
.meal p,
.activity p,
.plan p {
    text-align: center;
    font-size: 24px;
}

.room .flex-container,
.meal .flex-container,
.activity .flex-container {
    margin-top: 100px;
    margin-bottom: 100px;
    /* position: relative; */

}

.room .flex-container .flex-item1,
.meal .flex-container .flex-item1,
.activity .flex-container .flex-item1 {
    width: 475px;
    height: auto;
    margin: 0;
    padding: 0;
    /* position: absolute; */

}

.room .flex-container .flex-item2,
.meal .flex-container .flex-item2,
.activity .flex-container .flex-item2 {
    width: 520px;
    height: auto;
    margin-left: 392px;
    padding: 0;
    position: absolute;
    z-index: 1;
}

.room .flex-container .flex-item3,
.meal .flex-container .flex-item3,
.activity .flex-container .flex-item3 {
    width: 475px;
    height: auto;
    margin-left: 826px;
    padding: 0;
    position: absolute;
    z-index: 2;
}

.room .flex-container .flex-item1:hover,
.meal .flex-container .flex-item1:hover,
.activity .flex-container .flex-item1:hover,
.room .flex-container .flex-item2:hover,
.meal .flex-container .flex-item2:hover,
.activity .flex-container .flex-item2:hover,
.room .flex-container .flex-item3:hover,
.meal .flex-container .flex-item3:hover,
.activity .flex-container .flex-item3:hover {
    opacity: 0.6;
    filter: brightness(110%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* .plan {
    background-color: #d6e5e2;
} */

.plan .subtitle {
    margin-bottom: 110px;
}

.plan img {
    /* display: flex; */
    width: 430px;
}

.plan-detail {
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.plan-detail-background {
    height: 700px;
    background-color: #d6e5e2;
    /* width: 50%; */
    margin: 0 auto;
}

.plan-detail-text {
    padding: 20px;
}

.plan-detail-text h3 {
    text-align: left;
    font-size: 28px;
}

.plan-detail-text p {
    text-align: left;
    margin-top: 28px;
    font-size: 16px;
    text-align: left;
}

.plan-detail-text .price {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.plan-detail-text {
    text-align: left;
    font-size: 20px;
    text-align: right;
}

#anotherpage {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#anotherpagelink {
    background-color: #8fb896;
    display: inline-block;
    min-width: 120px;
    line-height: 36px;
    border-radius: 18px;
    font-family: sans-serif;
    font-size: 16px;
}


.reverse {
    flex-direction: row-reverse;
}


.footer {
    margin-top: 60px;
    background-color: #8fb896;
    color: #fff;
    display: grid;
    grid-template-columns: 2fr 2fr 0.5fr 1.5fr;
    align-items: flex-start;
    padding: 20px 0;
}

.footer .footer-item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer .footer-item1 ul li {
    font-size: 13px;
    line-height: 1.5;
}

.footer .footer-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}

.footer .footer-item2 .postnumber {
    font-size: 13px;
}

.footer .footer-item2 .LAKELEY-address {
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
}

.footer .footer-item2 .inquiry {
    font-size: 15px;
    margin-top: 25px;
}

.footer .footer-item2 .free-call {
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}


.footer .footer-item2 .hours {
    font-size: 13px;
    margin-top: 15px;
}

.footer .footer-item2 .copyright {
    font-size: 10px;
    margin-top: 40px;
}


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

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

.footer .footer-item3 ul li,
.footer .footer-item4 ul li {
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.footer .footer-item3 ul li:first-child,
.footer .footer-item4 ul li:first-child {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-top: 0;
}


.footer-logo {
    display: block;
    width: 330px;
    max-width: 350px;
    margin-bottom: 20px;
}







@media(max-width:800px) {
    .site-menu ul {
        display: block;
        text-align: center;
    }

    .site-menu li {
        margin-top: 10px;
    }

    .header-inner {
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        position: relative;
    }

    .header-logo {
        display: none;
    }

    .header-site-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        color: #8fb896;
        background-color: rgba(255, 255, 255, 0.9);
        padding-top: 30px;
        padding-bottom: 50px;
        display: none;

    }

    #first,
    #second,
    #third,
    #fourth {
        padding-top: -10px;
        margin-top: 0px;
    }

    .link-button-area {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }



    .toggle-menu-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
        background-image: url(./img/icon.png);
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
    }

    .toggle-menu-button:hover {
        background-size: 90%;
    }

    .site-menu ul li a:hover {
        color: #415a2c;
    }

    .header-site-menu.is-show {
        display: block;
    }


    .first-view {
        background-image: url(./img/topbanner-sp.png);
        align-items: flex-start;
    }

    .first-view h1 {
        top: 200px;
        margin: 0;
        text-align: center;

    }

    /*固定予約ボタンの設定*/
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sp {
        z-index: 100;
        position: fixed;
        width: 40px;
        right: 0;
        bottom: 300px;
    }

    /*固定予約ボタンの設定end*/


   #catchparent {
        flex-direction: column-reverse;
        margin: 0 auto;
        align-items: center;
    }

    .flex-container .flex-item1 {
        margin-top: 0;
        width: 100%;
        background-image: url(./img/img_concept.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        align-items: center;
       margin-bottom: 30px;
    }

    .bkRGBA {
        /* 背景画像の透過用css */
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        align-items: center;
    }

    .flex-container .flex-item1 .textarea {
        align-items: center;
        width: 100%;
    }

    .flex-container .flex-item1 .textarea h2 {
        color: #fff;
        text-shadow: 1px 1px 5px #415a2c;
        margin-top: -60px;
    }

    .flex-container .flex-item1 .textarea p {
        line-height: 2;
        text-align: flex-start;
        margin-top: 60px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        text-shadow: 1px 1px 5px #415a2c;
        margin-bottom: 60px;

    }

    #catch img {
        display: none;
        width: 0;
        height: 0;
    }

    .room .flex-container,
    .meal .flex-container,
    .activity .flex-container {
        position: relative;
        overflow: scroll;

    }


    .room h2,
    .meal h2,
    .activity h2,
    .plan h2 {
        color: #415a2c;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        font-family: 'Rokkitt', serif;
        margin-top: 30px;

    }

    .room p,
    .meal p,
    .activity p,
    .plan p {
        text-align: center;
        font-size: 12px;
    }

    .room .flex-item1,
    .meal .flex-item1,
    .activity .flex-item1 {
        background-image: none;
    }


    .plan .subtitle {
        margin-bottom: 60px;
    }


    .plan img {
        width: 50%;
    }

    .plan-detail {
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

    .plan-detail-background {
        height: auto;
        background-color: #fff;
    }

    .plan-detail-text {
        padding: 12px;
    }

    .plan-detail-text h3 {
        font-size: 14px;
    }

    .plan-detail-text p {
        margin-top: 12px;
        font-size: 10px;
        text-align: left;
    }

    .plan-detail-text .price {
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
    }

    .plan-detail-text {
        font-size: 12px;
        text-align: right;
    }




    .footer .footer-item3,
    .footer .footer-item4 {
        display: none;
    }

    .footer {
        margin-top: 40px;
        background-color: #8fb896;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;

    }

    .footer .footer-item1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .footer .footer-item1 ul li {
        font-size: 13px;
        line-height: 1.5;
    }

    .footer .footer-item2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-item2 .postnumber {
        margin-top: 30px;
        font-size: 12px;
    }

    .footer .footer-item2 .LAKELEY-address {
        font-size: 16px;
        font-weight: normal;
        margin-top: 0px;
    }

    .footer .footer-item2 .inquiry {
        font-size: 15px;
        margin-top: 10px;
    }

    .footer .footer-item2 .free-call {
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
    }


    .footer .footer-item2 .hours {
        font-size: 10px;
        margin-top: 5px;
    }

    .footer .footer-item2 .copyright {
        font-size: 10px;
        margin-top: 40px;
    }

    .footer-logo {
        display: block;
        width: 180px;
        max-width: 200px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

}