img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

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

body {
    font-size: 62.5%;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
    color: #666666;
    text-decoration: none;
}

li {
    list-style: none;
}

a:hover {
    opacity: 0.7;
}

a p:hover {
    opacity: 0.7;
}

a img:hover {
    opacity: 0.7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.drawer-hamburger p {
    margin: 20px 0 0;
    text-align: center;
}

.header {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.header h1 {
    width: 15%;
}

.header .pc_nav {
    width: 65%;
}

.header .pc_nav ul li {
    width: 13%;
    text-align: center;
}

.header .pc_nav ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0 0;
}

footer {
    margin: 50px 0 0;
    padding: 15px;
    background: #333;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/* セレクトボタン */
.select {
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
}

/* ページTOP */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}







@media screen and (max-width:639px) {
    .SP-none {
        display: none;
    }

    .container {
        width: 96%;
    }


    .header {
        padding: 20px 10px;
    }

    .header h1 {
        width: 55%;
    }


    .drawer--right .drawer-hamburger {
        right: 10px;
    }

    .drawer-hamburger-icon:before {
        display: none;
    }

    .drawer-open .drawer-hamburger-icon:before {
        display: block;
    }

    .drawer-hamburger {
        top: -4px;
        width: 1.5rem;
    }

    .drawer-hamburger p {
        margin: 20px 0 0 -7px;
    }

    footer {
        margin: 30px 0 0;
        padding: 5px;
        font-size: 10px;
    }


}


@media screen and (min-width:640px) {
    .PC-none {
        display: none;
    }

    /*ページTOP*/
    #page-top a {
        background: #D50000;
        text-decoration: none;
        color: #fff;
        width: 100%;
        padding: 25px 5px;
        text-align: center;
        display: block;
        border-radius: 5px;
    }





}
