* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    overflow: hidden;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    display: block;
    /*vertical-align: bottom;*/
}

a {
    text-decoration: none;
}

h1 {
    font-size: 32px;
    color: #7c6b59;
    font-family: "Zen Maru Gothic", sans-serif;
}

h2 {
    color: #7c6b59;
    font-size: 3.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h3 {
    color: #7c6b59;
    font-size: 3.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media screen and (min-width: 1400px) {

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 34px;
    }
}

@media screen and (max-width: 764px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
}