@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

html, body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

.dot-space {
    display: block;
    height: 50px;
}

header {
    display: flex;
    width: 100%;
    color: black;
    padding: 5px;
    height: auto;
    flex-direction: column;
    justify-content: center;
}

header h1 {
    display: block;
    font-size: 60px;
    color: brown;
    margin-left: 5px;
}

header p {
    font-size: 25px;
    margin: 5px;
    padding: 0;
}

header img {
    display: block;
    width: auto;
    height: 100%;
}

.site-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 75px;
}

.wrapper {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

img {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgb(255, 127, 127);
    color: blue;
}

.banner img {
    width: 50%;
    height: auto;
    margin: 10px;
}

.banner_container img {
    margin: 5px;
    width: auto;
    height: auto;
}

.menu-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 60%;
    padding-right: 20px;
    background-color: rgb(244, 137, 137);
    color: rgb(255, 0, 179);
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.menu-link {
    position: relative;
    font-size: 25px;
    margin: 0 20px;
    text-decoration: none;
    color: rgb(255, 0, 0);
    transition: color 0.3s ease;
    cursor: pointer;
}

.mfm {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 95%;
    align-items: center;
    text-align: center;
    border: 2px solid black;
    border-radius: 15px;
    margin: 5px;
    margin-bottom: 30px;
}

.mfm p {
    margin: 1px;
    color: #000;
}

.mfm img {
    margin-bottom: 0;
}

.overlay {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}

.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.overlay:hover::after {
    opacity: 1;
}

main {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    padding-left: 5px;
    width: 56%;
}

main h2 {
    font-size: 50px;
    text-align: center;
}

main ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}

main ul li {
    list-style-type: inherit;
}

main ul li::marker {
    font-size: 0.7em;
}

.center {
    text-align: center;
}

.ramen {
    color: brown;
    font-size: 40px;
    margin-bottom: 0;
}

.ramen small {
    display: inline;
    color: #000;
    font-size: 20px;
    margin: 10px;
    font-weight: normal;
}

.ramen-title {
    color: brown;
    font-size: 30px;
    text-align: left;
}

.soba {
    color: black;
    font-size: 40px;
    margin-bottom: 0;
}

.soba small {
    display: inline;
    color: #000;
    font-size: 20px;
    margin: 10px;
    font-weight: normal;
}

.soba-title {
    color: black;
    font-size: 30px;
    text-align: left;
}

.kanmi {
    color: rgb(255, 0, 106);
    font-size: 40px;
}

.kanmi small {
    display: inline;
    color: #000;
    font-size: 20px;
    margin: 10px;
    font-weight: normal;
}

.kanmi-title {
    color: rgb(255, 0, 106);
    font-size: 30px;
    text-align: left;
}

main h5 {
    font-size: 30px;
}

main p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 2em;
    width: 100%;
}

main a {
    font-size: 20px;
}

.other-menu {
    font-weight: normal;
}

.other-menu::before {
    content: "＜";
}

.other-menu::after {
    content: "＞";
}


.brown {
    color: brown;
    text-decoration: none;
    font-weight: bold;
}

.pink {
    color: rgb(255, 0, 106);
    text-decoration: none;
    font-weight: bold;
}

.date {
    font-size: 15px;
    margin: 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

.wrapping-left {
    display: flex;
    flex-direction: column;
    width: 22%;
}

.left-sidemenu {
    margin: 5px;
    width: auto;
    height: auto;
    background-color: white;
    font-size: 20px;
    color: brown;
    border: 2px solid brown;
    border-radius: 15px;
}

.left-sidemenu-title {
    background-color: brown;
    color: white;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.category {
    display: block;
    color: brown;
    text-align: center;
    text-decoration: none;
}

.left-sidemenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.left-sidemenu h3 {
    font-size: 20px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    text-decoration: none;
}

.left-sidemenu h4 {
    font-size: 15px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    margin: 5px;
}

.left-sidemenu li {
    margin: 5px;
}

.left-sidemenu ul li a {
    font-size: 19px;
    text-decoration: none;
    color: brown;
    display: block;
}

.left-sidemenu a:hover {
    text-decoration: underline;
}

.wrapping-right {
    display: flex;
    flex-direction: column;
    width: 22%;
}

.right-sidemenu {
    margin: 5px;
    width: auto;
    height: auto;
    background-color: white;
    font-size: 20px;
    color: black;
    border: 2px solid black;
    border-radius: 15px;
}

.right-sidemenu-title {
    background-color: black;
    color: white;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.category2 {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
}

.right-sidemenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.right-sidemenu h3 {
    font-size: 20px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    text-decoration: none;
}

.right-sidemenu h4 {
    font-size: 15px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    margin: 5px;
}

.right-sidemenu li {
    margin: 5px;
}

.right-sidemenu ul li a {
    font-size: 19px;
    text-decoration: none;
    color: black;
    display: block;
}

.right-sidemenu a:hover {
    text-decoration: underline;
}

.right-sidemenu2 {
    margin: 5px;
    width: auto;
    height: auto;
    background-color: white;
    font-size: 20px;
    color: black;
    border: 2px solid rgb(255, 0, 106);
    border-radius: 15px;
}

.right-sidemenu2-title {
    background-color: rgb(255, 0, 106);
    color: white;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.category3 {
    display: block;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
}

.right-sidemenu2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.right-sidemenu2 h4 {
    font-size: 15px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    margin: 5px;
}

.right-sidemenu2 h3 {
    font-size: 20px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    text-decoration: none;
}

.right-sidemenu2 li {
    margin: 5px;
}

.right-sidemenu2 ul li a {
    font-size: 19px;
    text-decoration: none;
    color: rgb(255, 0, 106);
    display: block;
}

.right-sidemenu2 a:hover {
    text-decoration: underline;
}

.blogger {
    margin: 5px;
    width: auto;
    height: auto;
    background-color: white;
    font-size: 20px;
    color: black;
    border: 2px solid rgb(141, 136, 136);
    border-radius: 15px;
}

.blogger p {
    font-size: 15px;
    color: black;
    margin: 5px;
}

.blogger ul {
    font-size: 15px;
    list-style-type: none;
    margin: 5px;
}

.blogger ul li {
    margin-left: 45px;
}

.blogger img {
    display: block;
    margin: 10px auto;
    padding: 5px;
    border: 1px solid black;
}

.blogger-title {
    background-color: rgb(141, 136, 136);
    color: white;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


.b {
    font-weight: bold;
}

.ramen-nextpage {
    text-align: right;
    font-size: 20px;
    color: brown;
    text-decoration: underline;
}

.ramen-nextpage::after {
    content: " >>";
}


.soba-nextpage {
    text-align: right;
    font-size: 20px;
    color: blue;
    text-decoration: underline;
}

.soba-nextpage::after {
    content: " >>";
}

.kanmi-nextpage {
    text-align: right;
    font-size: 20px;
    color: rgb(255, 0, 106);
    text-decoration: underline;
}

.kanmi-nextpage::after {
    content: " >>";
}

.space {
    width: 100%;
    margin-bottom: 3em;
}

iframe {
    width: 90%;
    margin-bottom: 2em;
}

.banner_container {
    margin-bottom: 10px;
}

footer {
    background-color: brown;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin: 20px;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    h1 {
        font-size: 35px;
    }

    header h1 {
        font-size: 35px;
    }

    header p {
        font-size: 18px;
    }

    header img {
        width: auto;
        height: 35px;
        margin-top: 8px;
    }

    .site-title {
        height: 50px;
    }

    .menu-link {
        margin: 5px;
        padding: 0;
    }

    .wrapper {
        flex-direction: column;

    }

    main {
        order: -1;
        width: 98%;
    }

    main h1 {
        font-size: 30px;
    }

    main h2 {
        font-size: 35px;
    }

    .ramen {
        font-size: 25px;
    }

    .soba {
        font-size: 25px;
    }

    .kanmi {
        font-size: 25px;
    }

    main h5 {
        font-size: 25px;
    }

    .left-sidemenu {
        width: auto;
        margin: 5px;
    }

    .left-sidemenu a {
        font-size: 30px;
    }

    .left-sidemenu ul li a {
        font-size: 25px;
    }

    .blogger {
        width: auto;
    }

    .wrapping-left {
        width: auto;
    }

    .wrapping-right {
        width: auto;
    }

    .right-sidemenu {
        width: auto;
        margin: 5px;
    }

    .right-sidemenu a {
        font-size: 30px;
    }

    .right-sidemenu ul li a {
        font-size: 25px;
    }

    .right-sidemenu2 {
        width: auto;
        margin: 5px;
    }

    .right-sidemenu2 a {
        font-size: 30px;
    }

    .right-sidemenu2 ul li a {
        font-size: 25px;
    }

    footer ul {
        flex-direction: column;
    }

    footer a {
        font-size: 25px;
    }
}