.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.wf-hannari { font-family: "Hannari"; }

* {
    margin: 0;
    padding: 0;
}

body {
    background: #e9d4c43b;
    color: #5c5c5c;
}

.small-text {
    font-size: small;
}

iframe {
    width: 100%;
    aspect-ratio: 16/9; 
}  

header {
    width: 80%;
    height: 350px;
    margin: 0 auto;
    background: url('/images/top.jpg');
}

footer {
    background-color: #5c5c5c;
    height: 27px;
    text-align: center;
    margin-top: 30px;
}

footer span {
    font-size: small;
    color: #ffffff;
    margin: 5px auto
}

@media screen and (max-width: 470px) {
    header {
        width: 100%;
    }
}

@media screen and (min-width: 670px) {
    header {
        width: 50%;
    }
}

#top-layer {
    display: inline-block;
    height: 350px;
    width: 150px;
    background: #1d1d1d5a;
    text-align: center;
    position: absolute;
    right: 10%;
}

@media screen and (max-width: 470px) {
    #top-layer {
        right: 0;
    }
}

@media screen and (min-width: 670px) {
    #top-layer {
        right: 25%;
    }
}

#top-layer h1 {
    display: inline-block;
    position: absolute;
    color: #ffffff;
    font-size: 2rem!important;
    font-weight: lighter;
    right: 0;
    bottom: 0;
    background: #1d1d1d87;
    padding: 40px 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#nav {
    position: absolute;
    width: 40%;
    left: -40%;
    top: 0;
    background: #9698a3d9;
    transition: .7s;
}

#nav ul {
    padding-top: 80px;
}

#nav ul li {
    list-style-type: none;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    width: 90%;
    margin-bottom: 10px;
}

#nav a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin: 0 15px;
    padding: 10px;
    transition: .5s;
}

#nav li a:hover {
    color: #000000;
    background: #7c81a054;
    border-bottom: none;
}

#hamburger {
    display: inline-block;
    position: absolute;
    left: 13%;
    top: 15px;
    width: 30px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
    background-color: #1d1d1d5a;
    padding: 0 10px;
}

@media screen and (max-width: 470px) {
    #hamburger {
        top: 5px;
        left: 5px;
    }
}

@media screen and (min-width: 670px) {
    #hamburger {
        top: 5px;
        left: 26%;
    }
}

.inner_line {
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: 1s;
    border-radius: 4px;
}

#line1 {
    top: 10px;
}

#line2 {
    top: 20px;
}

#line3 {
    top: 30px
}

.in {
    transform: translateX(100%);
}

.line_box {
    background-color: #ffffff00!important;
}

.line_1,
.line_2,
.line_3 {
    background: #ffffff;
}

.line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
}

.line_2 {
    opacity: 0;
}

.line_3 {
    transform: translateY(-20px) rotate(45deg);
    bottom: 0;
}

section {
    width: 80%;
    margin: 10px auto;
    vertical-align: middle;
}

@media screen and (max-width: 470px) {
    section {
        width: 95%;
    }
}

@media screen and (min-width: 670px) {
    section {
        width: 50%;
    }
}

h2 {
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #d2884c;
    border-top:#ffffff dotted 1px;
    border-bottom:#ffffff dotted 1px;
}

h2:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 5px;
    background-image: url('/images/danraku.png');
    background-size: contain;
    position: relative;
    top: 5px;
    left: 5px;
}

h2 span {
    padding-left: 5px;
    position: relative;
    bottom: 5px;
}

.top-description {
    width: 75%;
    display: flex;
    background-color: #ffffff7c;
}

@media screen and (max-width: 470px) {
    .top-description {
        width: 90%;
    }
}

@media screen and (min-width: 670px) {
    .top-description {
        width: 45%;
    }
}

.top-description img {
    width: 200px;
}

.top-description .descrition-text {
    width: 100%;
    padding: 10px;
    overflow-wrap: break-word;
}

@media screen and (max-width: 480px) {
    #nav ul li {
        font-size: 14px;
    }

    .top-description img {
        width: 100px;
    }

    h1 {
        font-size: 3rem !important
    }
}

.menu .menu-text {
    width: 80%;
    margin: 5px auto 5px 0;
    display: inline-block;
}

.menu .insta-image {
    float: right;
    margin: 18px;
}

.menu .instagram-box {
    padding: 5px;
    margin: 0 auto;
}

@media screen and (max-width: 470px) {
    .menu .instagram-box {
        margin: 0;
    }
}

.open-time ul {
    margin: 10px auto 10px 10px;
    list-style: none;
}

.open-time .open-time-list li {
    border-bottom: #d2884c dotted 1px;
}

.map div {
    margin: 10px auto 10px 10px;
}
