@charset "UTF-8";

/*全体の設定
---------------------------------------------------------------------------*/
html, body {
    min-width:344px;
    margin: 0;
    padding: 0;
    font-size: 13px; 
    overflow-x: hidden;
}

body {
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; /*フォント種類*/
    -webkit-text-size-adjust: none;
    letter-spacing: 0.05em;
    background: #fff; /*背景色*/
    color: #999; /*全体の文字色*/
    line-height: 2; /*行間*/
}

main { max-width:1000px; margin:0 auto; width:100%;}
main::after{content:""; display:block; height:300px;}

/*リセット*/
figure { margin: 0;}
dd {  margin: 0;}
nav { margin: 0; padding: 0;}
table { border-collapse: collapse;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
video {max-width: 100%;}
iframe {width: 100%;}
ul, ol {margin-bottom: 30px;}
a {color: #ccc; transition: 0.3s;}
a:hover {color: #666; transition: 0.3s;}
section {padding: 5%;}

/*共通設定*/
.header_logo {
    font-size: 9cqw;
    text-align: center;
    margin: 10% 0 auto;
}
    .header_logo :hover{color:#ccc;}

    .header_logo a {
        text-decoration: none;
        color: #999;
    }
