/* 共通 */
html{
    font-size: 100%;
    scroll-behavior: smooth;
}
body{
    color: #383e45;
    font-family: serif;
}
.swiper {
    width: 100%;
    height: 100vh;
}
.slide-img {
    width: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
    color: #383e45;
}
img{
    max-width: 100%;
}
li{
    list-style: none;
}
header li:hover{
    color: #143;
    font-weight: bold;
}
h1{
    text-align: center;
    padding-top: 250px;
    padding-bottom: 50px;
    font-size: 40px;
}
/* hero */
#hero{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        }


/* header */
header {
    z-index: 2;
    position: sticky;
    top: 0;
}
header li{
    color: lightgray;
}
#logo1{
    width: 100px;
    padding: 20px 0 0 20px;
    color: #fff;
    /* height: 100vh; */
    position: absolute;
    transform: translate(-350%,-600%);
    top: 20%;
    left: 20%;
    /* background-color: tomato; */
    z-index: 1;
}

#catchphrase{
    text-align: center;
    position: absolute;
    transform: translate(70%,-500%);
    top: 20%;
    left: 20%;
    /* background-color: tomato; */
    z-index: 1;
}

header{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
#logo2{
    width: 50px;
    color: lightgray;
}
#logo2 p{
    font-size: 10px;
}
nav{
    display: flex;
    justify-content: flex-end;
    color: lightgray;
}
nav ul{
    padding-left: 30px;
    /* flood-color: lightgray; */
    font-size: 30px;
    color: lightgray;
}

/* section#concept */
ol {
    position: relative;
    font-size: 2rem;
}

ol li {
    line-height: 1.5;
    /* padding: 0.5em 0; */
    list-style-type: none!important;/
}
ol i{
    color: #ff938b;
}

/* ol li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f1b0";
    position: absolute;
    left : 1em;
    color: #ff938b;
} */
#concept p{
    padding-top: 40px;
}
#concept img{
    padding-top: 30px;
}








/* section#main */
section{
    width: 70%;
    /* background-color: tomato; */
    margin: 0 auto;
    text-align: center;
}
#main p{
    text-align: center;
    padding: 30px 0;
    line-height: 50px;
}
.mainphoto1{
    display: flex;
    /* width: 1050px; */
    /* margin: 0 auto; */
    gap: 10px;
    padding-top: 30px;
}
.mainphoto2{
    display: flex;
    gap: 10px;
}
.mainphoto2 img {
    width: 700px;
    height: auto;
}
#main{
    text-align: center;
}

#btn1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005866;
    width: 305px;
    height: 61px;
    border: 1px solid #00a7c2;
    background: #def3f6;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
#btn1::before {
    content: '';
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 1px solid #00a7c2;
    box-sizing: border-box;
    transition: transform .5s;
}
#btn1 a{
    color: #534f48;
}
#btn1:hover{
    background-color: #b4c1d1;
}



/* #info */
.image-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.image-container img {
    width: 700px;
    height: auto;
}
.photo9 img{
    transition: transform 0.4s;
}
.photo9:hover img{
    transform: scale(1.15);
}

.image-container p{
    /* width: ; */
    text-align: center;
    padding-top: 20px;
}
.photo9{
    width: 35%;
}


/* footer */
footer{
    background-color: #143;
    margin-top: 50px;
    color: #fff;
    text-align: center;
}
#footer{
    display: flex;
}
#location-map{
    margin-top: 30px;
    margin-left: 120px;
}
.accsess{
    width: 100%;
    margin-top: 30px;
}
#logo3{
    width: 50px;
    margin: 0 auto;
    /* text-align: center; */
}
#logo3 p{
    font-size: 10px;
}
#logo3 img{
        animation: poyoyon3 2.5s infinite;
        opacity: 1;
    }
    @keyframes poyoyon3 {
        0%, 40% {
        transform: skew(0deg, 0deg);
        }
        5% {
        transform: skew(5deg, 5deg);
        }
        10% {
        transform: skew(-4deg, -4deg);
        }
        15% {
        transform: skew(3deg, 3deg);
        }
        20% {
        transform: skew(-2deg, -2deg);
        }
        25% {
        transform: skew(1deg, 1deg);
        }
        30% {
        transform: skew(-0.6deg, -0.6deg);
        }
        35% {
        transform: skew(0.3deg, 0.3deg);
        }
    }

#chizu{
    width: 100%;
}




#ad{
    padding-top: 30px;
}
.photo13{
    width: 50px;
    margin: 0 auto;
}
#footerinfo{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ul{
    display: flex;
    justify-content: center;
    padding: 30px;
    gap: 40px;
}
#link li{
    color: #fff;
}

@media(max-width:800px){
    section{
        width: 90%;
    }
    .swiper {
        width: 100%;
        height: 50vh;
    }
    .slide-img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
    img{
        max-width: 100%;
    }
    li{
        list-style-type: none;
    }
    h1{
        font-size: 1rem;
        padding-top: 8rem;
    }
    #logo1{
        width: 50px;
        transform: translate(-150%,-380%);
    }
    #catchphrase{
        transform: translate(-10%,-300%);
    }
    header{
        padding: 10px;
    }
    #logo2{
        width: 30px;
    }
    #logo2 p{
        font-size: 5px;
    }
    nav ul{
        padding-left: 20px;
        font-size: 10px;
    }
    ol {
        font-size: 1rem;
    }
    /* ol li:before{
        content: "\f1b0";
        position: absolute;
        left : -1em;
        color: #ff938b;
    } */
    #concept p{
        padding-top: 40px;
        /* font-size: 1rem; */
    }
    #concept img{
        padding-top: 30px;
    }

    #main p{
        padding-top: 0;
        line-height: 1.5rem;
    }
    .mainphoto1{
        display: flex;
        /* width: 1050px; */
        /* margin: 0 auto; */
        gap: 10px;
        padding-top: 30px;
    }
    .mainphoto2{
        display: flex;
        gap: 10px;
    }
    .mainphoto2 img {
        width: 700px;
        height: auto;
    }
    #btn1{
        font-size: 1rem;
        margin-top: 50px;
        width: 100px;
    height: 50px;
    }
    
    .image-container{
        display: flex;
        flex-direction: column;
    }
    .image-container img {
        width: 30rem;
        padding-top: 30px;
    }
    .image-container p{
        padding-top: 0;
    }
    .photo9{
        width: 100%;
    }
#footer{
    flex-direction: column-reverse;
}
#location-map{
    margin: 30px;
}
iframe{
    width: 100%;
}
.accsess{
    width: 90%;
    margin-top: 30px;
    font-size: 12px;
}
#logo3{
    width: 50px;
}
#logo3 p{
    font-size: 10px;
}
#chizu{
    margin-top: 100px;
}
#ad{
    padding-top: 30px;
}

#link ul{
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    font-size: 10px;
}
#link li{
    color: #fff;
}

}


/* 予約ページ */
.top img{
    width: 100%;
    height: 100vh;
    object-fit: cover;

}
#resimg1{
    display: flex;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 5px #aaa);
}
#resimg1:hover{
    animation: 1s fadeup ease-in-out forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.photo17{
    transform: translate(-10%,30%);
}

#detail h1{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 40px;
}

#detail h2{
    padding-top: 7rem;
}
#detail h4{
    padding: 3rem;
}

#detail h3{
    margin-top: 12rem;
}
#equipment{
    padding-top: 8rem;
}
#res1{
    background-color: #143;
    color: #fff;
    line-height: 5rem;
    margin-top: 3rem;
}
#res2-2{
    border: 1px solid;
}
#res2{
    display: flex;
}
#res2{
    min-width: 65%;
    /* text-align: left; */
    margin: 0;
}

#res2 .swiper{
    width: 100%;
    height: 60vh;
}
.slide-img{
    width: 100%;
    object-fit: cover;
}


.resinfo{
    min-width: 35%;
    /* background-color: tomato; */
    padding: 30px;
}
.shokuji{
    display: flex;
    align-items: center;
    padding: 10px;
    /* background-color: tomato; */
}
.shokuji1{
    border: 1px solid;
    padding: 3px;
    margin-right: 30px;
}

.shiharai{
    display: flex;
    align-items: center;
    padding: 10px;
}
.shiharai1{
    border: 1px solid;
    padding: 3px;
    margin-right: 30px;
}
.period{
    display: flex;
    align-items: center;
    padding: 10px;
}
.period1{
    border: 1px solid;
    padding: 3px;
    margin-right: 30px;
}
#res3{
    /* width: 700px; */
    text-align: left;
    padding: 3rem;
}

.res4 img{
    width: 30%;
    text-align: center;
}

#btn2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005866;
    width: 305px;
    height: 61px;
    border: 1px solid #00a7c2;
    background: #def3f6;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
#btn2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 1px solid #00a7c2;
    box-sizing: border-box;
    transition: transform .5s;
}

#btn2 a{
    color: #534f48;
}
#btn2:hover{
    background-color: #b4c1d1;
}


@media(max-width:800px){
section{
    width: 90%;
}
#detail h3{
    margin-top: 3rem;
}
.top img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

#detail h1{
    font-size: 2rem;
    padding-top: 3rem;
}

#detail h2{
    font-size: 1.3rem;
    padding-top: 3rem;
}
#detail h4{
    padding-top: 3rem;
    font-size: 13px;
}

#detail h3{
    padding-top: 3rem;
    font-size: 0.9rem;
}
#equipment{
    padding-top: 3rem;
}
#res1{
    background-color: #143;
    color: #fff;
    line-height: 3rem;
    margin-top: 3rem;
    font-size: 15px;
}
#res2-2{
    border: 1px solid;
}
#res2{
    display: flex;
    flex-direction: column;
}
#res2{
    min-width: 65%;
    margin: 0;
}

#res2 .swiper{
    width: 100%;
    height: 60vh;
}
.slide-img{
    width: 100%;
    object-fit: cover;
}


.resinfo{
    min-width: 35%;
    font-size: 13px;
    /* background-color: tomato; */
    padding: 0;

}
.shokuji{
    display: flex;
    align-items: center;
    padding: 10px;
}
.shokuji1{
    border: 1px solid;
    padding: 3px;
    margin-right: 30px;
}

.shiharai{
    display: flex;
    align-items: center;
    padding: 10px;
}
.shiharai1{
    border: 1px solid;
    padding: 3px;
    margin-right: 30px;
}
.period{
    display: flex;
    align-items: center;
    padding: 10px;
}
.period1{
    border: 1px solid;
    padding: 3px;
    margin-right: 30px;
}
.res4 img{
    width: 30%;
    text-align: center;
}

#btn2{
    width: 100px;
    height: 50px;
}

}










