@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
li {
    list-style-type: none;
}
a {
    color: black !important;
    text-decoration: none;
}
dt {
    font-size: 2rem;
    margin-bottom: 20px;
}
.navbar-brand img {
    width: 50%;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
   
}
@media (min-width: 992px) {
    .navbar {
        padding: 10px 150px;
        background-color: transparent;
    }
    .nav-item img {
        width: 120px;
    }
    #menu-btn img{
        width: 20%;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        
    }
    .nav-item img {
        width: 70%;
    }
    .navbar-collapse {
        display: flex;
        flex-wrap: wrap;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .nav-item {
        flex: 0 1 calc(25% - 1rem);
        margin: 0;
        padding: 0;
    }
    #menu-btn img {
        width: 35%;
    }
}
.pa {
    padding: 0;
}
.pa img {
    max-width: 450px;
    width: 100%;
}
.custom-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
}
.bg-body-tertiary {
    background-color: #fff;
}
.mainvisual img {
    width: 100%;
    margin-top: 150px;
}

h1,h2 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
    white-space: nowrap;
}
.col-md-6, .col-md-4 {
    align-items: center;
}
#price {
    margin-bottom: 20px;
}
.remoremo {
    background-color: rgb(235, 217, 195);
}
.sudachi {
    background-color: rgb(243, 228, 231);
}
#menu-btn {
    text-align: center;
    margin-top: 50px;
}
ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#menu-btn img{
    margin: 50px auto;
}


.back {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.back img {
    width: 100px;
    
}
footer {
    margin: 100px auto 10px;
    text-align: center;
}
/*menu*/
.container img {
    width: 100%;
}
.menu-btn2 img {
    width: 70%;
}
.menu-page {
    margin-bottom: 90px;
}
.footer-sns img{
    margin: 50px;
}
@media (max-width: 767px) {
    .col-12-6 {
        width: 50%;
        float: left;
    }
}
#ramen, #topping, #side-menu, #drink {
    padding-top: 10%;
}
.text dt {
    white-space: nowrap;
    font-size: 1.2rem;
}
/*bosyu*/
.bosyu {
    text-align: center;
}
.bosyu img{
    max-width: 700px;
    width: 100%;
}
/*access*/
iframe {
    max-width: 1045px;
    width: 100%; 
}
.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
/*main*/
#photo {
    max-width: 1045px;
    width: 100%;
    height: 699px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#photo img {
    margin-top: 150px;
    top: 0;
    left: 0;
    position: absolute;
}
#photo {
    text-align: center;
}
#photo img {
    max-width: 1045px;
    width: 100%;
}
/*
.mainvisual {
    width: 100%;
    height: 997px;
    overflow: hidden;
}
.mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/
