@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

img {
    width: 100%;
    vertical-align: bottom;
}

html {
    scroll-behavior: smooth;
}

/* header */

header {
    width: 100%;
    height: 100px;
    background-color: #003b73;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1111111;
}

header h1 img {
    width: 150px;
}

.sp-header {
    position: sticky;
    width: 100%;
    height: 100px;
    background-color: #003b73;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    transition: 0.6s;
    border-bottom: #ffffff39 solid 1px;
}

/* ham */

.ham {
    width: 50px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 1000000;
}

.ham span {
    width: 100%;
    height: 5px;
    background-color: rgb(255, 255, 255);
    display: block;
    transition: 0.7s;
}

.ham.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.ham.active span:nth-child(2) {
    transform: translateY(-8px) rotate(-45deg);
}
.sp-nav {
    width: 100%;
    height: 100vh;
    background-color: #003b73;
    position: fixed;
    top: 100px;
    left: 0;
    display: flex;
    z-index: -1;
    opacity: 0;
    transition: 0.7s;
    pointer-events: none;
    display: block;
    background-attachment: fixed;
}

.sp-nav ul {
    list-style: none;
    padding: 0 20px;
}

.sp-nav ul li {
    border-bottom: 1px solid rgba(255, 253, 253, 0.656);
}

.sp-nav ul li:hover {
    background-color: #e2e4e63a;
}

.sp-nav ul li a {
    color: #ffffff;
}

.sp-nav ul li {
    padding: 20px;
    font-size: 1em;
}

.sp-nav.active {
    opacity: 1;
    z-index: 100000000;
    pointer-events: all;
}

.pc-nav {
    display: none;
    width: 100%;
}
.pc-nav ul {
    display: flex;
}

.pc-nav ul li {
    border-left: 1px solid rgb(151, 162, 211);
    padding: 0 15px;
}
.pc-nav ul li a {
    color: #ffffff;
    font-size: 0.9em;
}

.pc-nav ul li:first-child {
    border-left: none;
}

.PC-hero {
    display: none;
}

@media (min-width: 768px) {
    .PC-hero {
        display: block;
    }

    .sp-header {
        display: none;
    }
    .sp-nav {
        display: none;
    }
    .ham span {
        display: none;
    }

    .pc-nav {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header {
        align-items: center;
    }
    .pc-nav ul li a {
        padding: 0 5px 5px;
    }

    .pc-nav ul li a:hover {
        background: linear-gradient(transparent 40%, #ffffff6d 70%);
        border-radius: 50%;
    }
}

/* main */
.wrap {
    width: 90%;
    margin: 0 auto;
    color: #003b73;
}

.wrap p {
    font-size: 15px;
}

.hero h1 {
    padding-top: 100px;
}

.about h2 {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 1em;
    color: #454545;
    width: fit-content;
    margin: 30px auto;
    color: #003b73;
}

.about h2:after {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.about p {
    line-height: 1.7;
    padding: 0 20px;
}

.about a {
    display: block;
    width: fit-content;
    background-color: #003b73;
    color: #fffdfd;
    padding: 10px 30px;
    margin: 50px auto;
}
 .cafe-hero-pc h1 {
    display: none;
 }
@media (min-width: 768px) {
    .wrap {
        width: 80%;
    }

    .wrap p {
        font-size: 18px;
        line-height: 1.7;
    }
     .hero-sp h1{
    display: none;
     } 

    .cafe-hero-pc h1 {
        display: block;
        padding-top:85px;
    }
.cafe-hero-pc img{
    object-fit: cover;

}
 

    .about h2 {
        position: relative;

        padding: 0.5em 2.5em;
        margin: 80px auto;
        color: #003b73c1;
        font-size: 2em;
    }

    .about p {
        line-height: 1.7;
        text-align: center;
    }

    .about a {
        padding: 10px 50px;
        margin: 100px auto;
        background-color: #003b73ee;
    }
}

.access-box {
    width: 100%;

    display: flex;
    border-bottom: #45454571 1px solid;
    padding: 10px;
}

.access-box:first-child {
    border-top: 1px solid #45454571;
}

.access-box:last-child {
    padding: 10px 10px 30px;
}
.access p {
    width: 30%;
}

.access .sita {
    width: 70%;
}

.access {
    margin-bottom: 100px;
    padding: 0 20px;
}

@media (min-width: 768px) {


      .hero h1 img{
       width: 60%;
       display: block;
       margin: 0 auto;
       height: 80vh;
       padding-top: 20px;
    }


    .access-box {
        width: 70%;
        padding: 20px;
        margin: 0 auto;
    }

    .access-box:last-child {
        padding: 20px;
    }
    .access p {
        width: 30%;
    }

    .access {
        margin-bottom: 150px;
    }
}

/* menu */

.food-box{
    padding: 20px;
}

.menu .food-box h3 {
    font-size: 1.3em;
    padding-bottom: 10px;
    text-align: center;
}

.menu .food-box img {
    height: 200px;
    object-fit: cover;
}

.menu .food-box p {
    padding: 25px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .menu .food-box h3 {
        font-size: 1.3em;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 20px;
    }

    .menu .food-box img {
        height: 200px;
        object-fit: cover;
    }

    .menu .food-box p {
        padding: 25px;
        margin-bottom: 30px;
    }

    .menu .food-box {
        width: 30%;
    }
    .menu {
        display: flex;
        background-color: #00aaff18;
        justify-content: space-around;
    }
}

/* room */

.room .room-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.room .room-box h3{
    padding-bottom: 5px;
}

.room .room-box .room-item {
    width: 47%;
    padding-top: 30px;
}

.room .room-box .room-item img {
    object-fit: cover;
    height: 120px;
}


.room .room-box .room-item2 {
    width: 50%;
    padding: 30px 10px 0;
}

.room-item2 a {
    width: fit-content;
    background-color: #00aaff;
    color: white;

    padding: 5px 20px;
    
}

.room-item2 p:nth-child(2) {
    padding-bottom: 10px;
}


.room {
    margin-bottom: 70px;
}

@media (min-width: 768px) {
.room .room-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  
}

.room .room-box .room-item {
    width: 47%;
    padding-top: 30px;
}

.room .room-box .room-item img {
    object-fit: cover;
    height: 300px;
}

.room .room-box .room-item2 {
    width: 40%;
    padding: 80px 10px 0;
    margin: 0 auto;
}

.room-item2 a {
    width: fit-content;
    background-color: #00aaff;
    color: white;

    padding: 10px 70px;
}

.room-item2 p:nth-child(2) {
    padding-bottom: 80px;
    
}

.room {
    padding: 50px;
}


}

/* toppage */

.top-page {
    width: 100px;
    position: fixed;
    bottom: 10px;
    right: 0;
}

.top-page .topre {
    color: #00aaff;
    font-weight: bold;
    font-size: 0.8em;
}

/* footer */

footer .footer-top p {
    color: wheat;
    font-size: 0.8em;
}

footer .footer-top {
    text-align: center;
    background-color: #66ccff;
    padding-top: 20px;
    padding-bottom: 30px;
}

footer .footer-top a {
    color: #ffffff;

    font-size: 2em;
}

.footer-center {
    padding-top: 20px;
    display: flex;
    background-color: #66ccff;
    justify-content: center;
    padding-bottom: 20px;
}

.footer-center img {
    width: 140px;
    object-fit: contain;
}

.footer-center a {
    color: #ffffff;

    font-size: 0.7em;
}

.footer-center ul li {
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 0.7em;
}

.footer-center ul li:nth-child(3) {
    border-left: none;
}
.footer-center ul li:nth-child(2) {
    border-left: none;
}

.footer-center ul {
    display: flex;
    flex-wrap: wrap;
    width: 280px;
}

footer .footer-bottom {
    text-align: center;

    background-color: #66ccff;
    color: #ffffff;
}

footer .footer-bottom p {
    border-top: 1px solid white;
    width: 95%;
    margin: 0 auto;
    font-size: 0.5em;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .top-page {
        width: 150px;
    }

    .top-page .topre {
    color: #00aaff;
    font-weight: bold;
    font-size: 1.2em;
}

    footer .footer-top a {
        font-size: 4.5em;
        padding-bottom: 20px;
    }

    footer .footer-top p {
        color: wheat;
        font-size: 1.3em;
        padding-top: 50px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .footer-center img {
        width: 300px;
    }

    .footer-center a {
        color: #ffffff;

        font-size: 1.5em;
    }

    .footer-center ul li {
        margin: 10px 0 30px;
        padding: 5px 15px 0;
        display: inline-block;
    }

    .footer-center ul {
        width: 500px;
        padding-left: 50px;
        padding-top: 30px;
    }

    footer .footer-bottom {
        text-align: center;

        background-color: #66ccff;
        color: #ffffff;
    }

    footer .footer-bottom p {
        border-top: 1px solid white;
        width: 95%;
        margin: 0 auto;
        font-size: 1em;
        padding: 10px 0;
    }
}



h2{
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.menu h2{
    text-align: center;

}