@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #231A15;
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

body {
    font-family: "Noto Serif JP", serif;
}



/* 共通ーーーーーーーーーーーーーーーーーー */

main .container {
    /* max-width: 1650px;
    margin: 0 auto; */
    padding: 0 5%;
}

h2 {
    font-size: 32px;
    margin: 200px 0 24px 0;
    text-align: center;
}

p {
    font-size: 20px;
}


/* header-------------------------- */

header {
    padding: 0 5%;
    background: #231A15;
    height: 100px;
    display: flex;

    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 100;
}

h1 {
    margin: auto 0;
    color: #fff;
}

.pc-menu {
    line-height: 100px;
    margin-left: auto;
    margin-right: 7%;
}

.pc-menu-box {
    display: flex;
}

.pc-menu-box li {
    font-size: 18px;
}

.pc-menu-box a {
    color: #fff;
    margin: 0 32px;
}

.pc-menu-box a:hover {
    border-bottom: 1px solid #fff;
}


.sp-menu {
    display: none;
}



/* hero--------------------- */
#hero img{
    margin-top: 100px;
}



/* concept-----------------------------*/


#concept .container {
    display: flex;
}

.concept-txt{
    width: 40%;
}

#concept h2 {
    text-align: left;
    margin-top: 40px;
}

#concept h3 {
    font-size: 42px;
    margin: 300px 0 24px 0;
}

#concept h4 {
    font-size: 32px;
    margin-bottom: 24px;
}

#concept p {
    margin-top: 16px;
}

#concept img {
    margin-top: 300px;
}



/* experience------------------------ */

#experience article {
    display: flex;
    margin-bottom: 80px;
}

#experience h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

.experience1-txt {
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience2 {
    display: flex;
    justify-content: flex-end;
}

.experience2-txt {
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* space----------------------------- */

#space p {
    text-align: center;
    margin: 40px 0;
}

#space h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
}

#space a {
    display: block;
    width: 400px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 80px auto 300px;
}

#space a:hover {
    background: #231A15;
}



/* menu--------------------------------- */

#menu article {
    display: flex;
}

.menu1-sp {
    display: none;
}

.menu1-pc {
    width: 50%;
    margin-right: 40px;
}

.menu2 {
    width: 50%;
}

.menu2 img {
    display: block;
}

.menu3 {
    margin-top: 40px;
}

#menu h2 {
    text-align: left;
    margin: 40px 0;
}

#menu p {
    margin: 16px 0;
}

.menu-txt {
    margin: 0;
}

#menu a {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
}

#menu a:hover {
    background: #231A15;
}



/* access------------------------------------ */

#access {
    text-align: center;
    scroll-margin-top: 100px;
}

#access p{
    margin-bottom: 24px;
}

dt {
    font-size: 24px;
    margin-top: 80px;
    font-weight: 600;
}

dd {
    font-size: 20px;
    margin-top: 16px;
}

#access iframe {
    width: 100%;
}


/* reservation-------------------------- */

#reservation {
    background: url(images/reservation-bg.png) center / cover;
    margin: 100px 0;
    padding: 100px 0;
    text-align: center;
}

#reservation h2 {
    margin-top: 0;
}

#reservation h4 {
    font-size: 20px;
    margin-bottom: 40px;
}

#reservation p {
    margin: 80px 0 64px 0;
}

#reservation a {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 24px;
    margin: 0 auto;
}

#reservation a:hover {
    background: #231A15;
}



/* footer -------------------------------------*/

footer {
    height: 150px;
    background: #231A15;
    position: relative;
}

small {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}


@media (max-width:1024px) {

    h1 {
        font-size: 24px;
    }

    .pc-menu-box a {
        font-size: 16px;
        margin: 0 16px;
    }

    .concept-txt {
        width: 60%;
    }

    #concept img {
        width: 100%;
        margin: 200px 0 0 0;
    }

    #concept h3 {
        font-size: 32px;
        margin: 200px 0 16px 0;
    }

    #concept h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    #concept p {
        font-size: 16px;
    }

    h2 {
        margin-top: 200px;
    }

    .experience1-txt {
        margin-left: -24px;
        width: 50%;
    }

    .experience2-txt {
        margin-right: -24px;
        width: 50%;
    }

    .menu1-pc {
        margin-right: 16px;
    }

    #menu h2 {
        margin: 20px 0 16px 0;
    }

    #menu p {
        margin: 4px 0;
        font-size: 16px;
    }

    .menu1 {
        margin-right: 16px;
    }

    #menu a {
        margin-top: 16px;
    }

    .menu3 {
        margin-top: 16px;
    }

}



@media (max-width:440px) {

    .pc-menu {
        display: none;
    }

    .sp-menu {
        display: block;
    }

    .menu-btn {
        position: fixed;
        top: 20px;
        right: 15px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    .menu-btn span,
    .menu-btn span::before,
    .menu-btn span::after {
        content: "";
        background: #fff;
        width: 30px;
        height: 2px;
        position: absolute;
        transition: all .5s;
    }

    .menu-btn span::before {
        bottom: 10px;
    }

    .menu-btn span::after {
        top: 10px;
    }

    #menu-btn-check:checked+.menu-btn span {
        background: rgba(255, 255, 255, 0);
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        background: #fff;
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        background: #fff;
    }

    #menu-btn-check {
        display: none;
    }

    .sp-menu-box {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 50;
    }

    .sp-menu-box ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
    }

    .sp-menu-box li a {
        margin: 0;
        padding: 0;
        display: block;
        color: #fff;
        text-align: center;
        padding: 16px 15px;
        font-size: 24px;
        border-bottom: 1px solid #fff;
    }

    #menu-btn-check:checked~.sp-menu-box {
        left: 0;
    }






    #concept h3 {
        margin: 100px 0 24px 0;
    }

    #concept .container {
        display: block;
    }

    .concept-txt {
        width: 100%;
    }

    #concept img {
        width: 100%;
        margin: 24px auto 0;
    }

    #experience article {
        display: block;
    }

    #experience h4 {
        margin: 16px 0;
    }

    .experience1-txt {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #experience .experience2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .experience2-txt {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #space a {
        width: 300px;
        height: 70px;
        margin: 40px auto 200px;
    }

    #menu article {
        display: block;
    }

    .menu1-pc {
        display: none;
    }

    .menu1-sp {
        display: block;
        margin-bottom: 16px;
    }

    .menu2 {
        width: 100%;
    }

    #menu a {
        margin: 40px auto 20px;
    }

    #access img {
        width: 90%;
    }

}





/* concept-page---------------------------------------- */

.consept-page h2 {
    font-size: 32px;
    font-weight: 700;
}

.consept-page p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
}

.concept-imgbox {
    display: flex;
}

.consept-page .concept-imgbox img {
    width: 32.5%;
    margin: 80px auto;
}

.consept-page img {
    display: block;
    margin: 80px auto;
    width: 60%;
}

.consept-page a {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 56px auto 200px;
}


@media (max-width:440px) {
    .concept-imgbox {
        display: block;
    }

    .consept-page .concept-imgbox img {
        width: 90%;
        margin: 24px auto;
    }

    .consept-page img {
        width: 100%;
    }

}




/* experience-page------------------------------------ */

.experience-page p {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

.experience-page img {
    margin: 80px 0;
}

.experience-page h3 {
    font-size: 24px;
    text-align: center;
}

.experience-page .experience-imgbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 300px;
}

.experience-page .experience-imgbox img {
    display: block;
    width: 80%;
    margin: 145px auto 24px;
}

.experience-page a {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 56px auto 200px;
}

.sp-br {
    display: none;
}


@media (max-width:440px) {

    .experience-page .experience-imgbox {
        display: block;
        margin-bottom: 200px;
    }

    .sp-br {
        display: block;
    }

}




/* space-page------------------------------------------- */

.space-page h2 {
    text-align: start;
}

.space-page p {
    margin: 24px 0;
}

.space-page img {
    margin: 80px 0;
}

.space-window {
    display: flex;
}

.space-window img {
    display: block;
    width: 50%;
    margin-right: 40px;
}

.space-window-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.space-box p {
    text-align: start;
}

.space-water {
    display: flex;
    justify-content: flex-end;
}

.space-water img {
    display: block;
    width: 50%;
    margin-left: 40px;
}

.space-water-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.space-gerden {
    display: flex;
}

.space-gerden img {
    display: block;
    width: 50%;
    margin-right: 40px;
}

.space-gerden-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.space-page a {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 56px 0 200px;
}


@media (max-width:440px) {

    .space-window {
        display: block;
    }

    .space-window img {
        display: block;
        width: 100%;
        margin: 40px 0 0 0;
    }

    .space-water {
        display: flex;
        flex-direction: column-reverse;
    }

    .space-water img {
        display: block;
        width: 100%;
        margin: 40px 0 0 0;
    }

    .space-gerden {
        display: block;
    }

    .space-gerden img {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .space-page h3 {
        margin-top: 16px;

    }

}


/* menu-page------------------------------- */

.menu-page h3 {
    font-size: 24px;
    text-align: center;
}

.menu-page p {
    text-align: center;
    margin: 24px 0;
}

.menu-page .menu-1 {
    display: block;
    width: 60%;
    margin: 100px auto;
}

.menu-1 h3 {
    margin-top: 24px;
}

.menu-2 {
    display: flex;
    margin-bottom: 40px;
}

.menu-2 img {
    width: 50%;
    margin-right: 40px;
}

.menu-2-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-3 {
    display: flex;
    margin-bottom: 40px;
}

.menu-3 img {
    width: 50%;
    margin-right: 40px;
}

.menu-3-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-4 {
    display: flex;
    margin-bottom: 40px;
}

.menu-4 img {
    width: 50%;
    margin-right: 40px;
}

.menu-4-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-5 {
    display: flex;
    margin-bottom: 40px;
}

.menu-5 img {
    width: 50%;
    margin-right: 40px;
}

.menu-5-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-5 dl {
    text-align: center;
}

.menu-5 dt {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    font-weight: 400;
}

.menu-5 dd {
    margin: 0;
    text-align: center;
}

.menu-5 p {
    margin-top: 40px;
}

.menu-page a {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 56px auto 200px;
}

.sp-br {
    display: none;
}


@media (max-width:440px) {

    .menu-page img{
        margin: 0 auto;
    }

    .menu-page .menu-1 {
        width: 100%;
    }

    .menu-2 {
        display: block;
    }

    .menu-2 img {
        width: 100%;
        margin-bottom: 16px;
    }

    .menu-3 {
        display: block;
    }

    .menu-3 img {
        width: 100%;
        margin-bottom: 16px;
    }

    .menu-4 {
        display: block;
    }

    .menu-4 img {
        width: 100%;
        margin-bottom: 16px;
    }

    .menu-5 {
        display: block;
    }

    .menu-5 img {
        width: 100%;
        margin-bottom: 16px;
    }

}


/* reservation-page----------------------------- */

.reservation-page {
    background: url(images/reservation-bg.png) center / cover;
    padding: 100px 0;
}

.reservation-page h3 {
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
}

.reservation-page p {
    text-align: center;
    margin: 40px 0;
}

form {
    width: 50vw;
    height: 90vh;
    background: #fff;
    margin: 100px auto;
    padding: 48px;
}

form label {
    font-size: 24px;
    display: inline-block;
    width: 170px;
    margin: 24px 0 40px 0;
}

input {
    width: 500px;
    height: 40px;
    margin-top: 8px;
}

.reservation label{
    width: 100%;
    margin-bottom: 0;
}

.reservation label p{
    font-size: 16px;
    margin: 0;
    text-align: left;
}

textarea{
    width: 100%;
    margin-top: 8px;
}

button {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
    background: #3C3C3C;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 48px auto;
}

.sp-br {
    display: none;
}


@media (max-width:1024px) {

    form {
        height: 55vh;
    }

}

@media (max-width:440px) {

    label .menu-btn {
        margin: 0;
    }


    input {
        width: 250px;
        height: 40px;
    }

    form {
        padding: 75px;
        height: 80vh;
        width: 55vw;
    }

    button {
        width: 250px;
        margin: 40px auto;
    }

    .sp-br {
        display: block;
    }

}