body {
    max-width: 1000px;
    background-color: beige;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.header {
    display: block;

}

.zentai {
    margin-top: 15px;
}

.nakami {}

.sumaho {
    width: 320px;
    height: 240px;
    float: left;
    padding-bottom: 15px;


}

.kopi {
    float: left;
    font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #5050ed;
    text-shadow: 2px 2px 3px #8b8080;
    padding-top: 55px;
    padding-left: 60px;
}

.zentai {}

.main {
    clear: both;
    background-color: white;
    padding: 15px;
    width: 64%;
    float: right;
}

.side {
    float: right;
    width: calc(100% - 70%);
    margin: 10px;
    padding-right: 10px;
}

.dounyu {
    padding-top: 20px;
}

h1 {
    text-align: center;
    font-size: 24px;
    color: red;
}

p {
    text-indent: 1em;
}

h2 {
    color: #7cb9a4;
    font-size: 20px;
    text-align: center;
}

h3 {
    text-align: center;
    color: chocolate;
}

.menu {
    padding-top: 15px;
}

.hanen {
    text-align: center;
    padding-top: 10px;
}

.shuchu {
    width: 150px;
}

figcaption {
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
}

.tsuika {
    padding-top: 20px;

    text-align: center;
}

.kitsune {
    width: 200px;
}

.atogaki {
    clear: both;
    margin-top: 20px;
    border-top-style: dashed;
    border-color: #f0b171;

    text-align: center;
}



footer {
    clear: both;
    max-width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

img.top {
    float: left;
    width: 150px;
    padding-top: 10px;
}

img.meru {
    float: right;
    width: 120px;
}

@media screen and (max-width:768px) {
    header {
        display: flex;
    }
    .sumaho {
        text-align: center;
        width: 100%;
    }
    .kopi {
        position: absolute;
        top: auto;
        text-align: center;
        font-size: 30px;
        color: aliceblue;
    }
    .main {
        width: 96%;
        padding: 0px, 0px, 0px, 10px;
    }
    .side {
        width: 96%;
        padding: 10px;
    }
    .atogaki {
        padding: 10px;
    }
}

@media screen and (max-width:568px) {
    header {
        display: flex;
    }
    .sumaho {
        text-align: center;
        width: 100%;
    }
    .kopi {
        position: absolute;
        top: auto;
        text-align: center;
        font-size: 24px;
        color: aliceblue;
    }
}

@media screen and (max-width:414px) {
    header {
        display: flex;
    }
    .sumaho {
        text-align: center;
        width: 100%;
    }
    .main {
        padding: 10px;
    }
    .side {
        margin: 0px;
    }
    .kopi {
        position: absolute;
        top: auto;
        text-align: center;
        font-size: 22px;
        color: aliceblue;
    }
