@charset "UTF-8";
    
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
        
body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    
    margin: 0;
    padding-bottom: 80px;
    padding-top: 40px;
    min-width: 300px;
    font-size: 12px;
    line-height:1.8em;
    color: #710d0f;
}



img {
    max-width: 100%;
    height:auto;
    
}

a {text-decoration: none ;}

#header {
    /* ヘッダー設定 */
    background-image: url(images/header_loop.gif);
    height: 80px;
    position: fixed;
    top:0;
    width: 100%;
    border: solid 5px white;
    border-radius: 40px;
    padding: 3px;
            
}

.header_rogo {
    position: fixed; 
    left: 40px;
}

.header_menu {
    position: fixed;
    right: 30px;
    top: 20px;
}

.header_btn1 {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    font-weight: bold;
    background: #c0202c;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #710d0f;
    border-radius: 40px;
    
}

.header_btn2 {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    font-weight: bold;
    background: #ff5e1d;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #710d0f;
    border-radius: 40px;
    
}

.header_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

#footer {
    /* フッター設定 */
    background: #992325;
    bottom: 0;
    height: 46px;
    position: fixed;
    width: 100%;
    color: white;
    text-align:center;
    font-size: 8px;
    border: solid 4px white;
    border-radius: 100px;
    padding: 0;

}

#content {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top:80px;
    bottom: 44px;
    padding: 10px;
    text-align: center
}

#top {
    width: auto;
    background: white;
    height: auto;
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}

.top_cont {
    width: 80%;
    height: auto;
    position: relative;
    margin:auto;
}

.top_footer {
    clear: both;
    border: solid 0px white;
}

.top_cont h2 {
    text-align: center;
    color: #710d0f;
    
}

.top_hitokoto {
    background: white;
    width: 60%;
    margin: 0 auto;
    padding: 5px;
    border: dotted 2px #ff7878;
    border-radius: 50px;
}

.news {
    font-size: 11px;
    text-align: left;
    padding: 5px 5px 5px 20px;
    float: left;
    width: 340px;
    height: auto;
    background: #ffe5bc;
    border: dotted 2px #ff7878;
    border-radius: 20px;
    margin:10px 10px 10px 0;

}

.news p{
    line-height: 2;
}

.news1 {
    border-bottom: dotted 1px #c54e53;
    margin: 5px 15px 0 0 ;
    
}

.news span{
    font-size: 12px;
    font-weight: bold;
    padding: 0.1em 0.5em;/*文字の上下 左右の余白*/
    color: #64060a;/*文字色*/
    border-left: solid 3px #c54e53;/*左線*/
    border-bottom: solid 2px #c54e53;

}

.twitter {
    float: right;
    width: 340px;
    background: #ffe5bc;
    border: dotted 2px #ff7878;
    border-radius: 20px;
    margin: 0;
    
}

.twitter_link {

    width: 280px;
    height: 400px;
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

#about {
    max-width:1000px;
    margin: auto;
    
}



h3{
background: #f66b66;
box-shadow: 0px 0px 0px 5px #f66b66;
border: dashed 1px #fffcdc;
padding: 0.1em 0.5em;
color: white;
}

h6 {
    position: relative;
    color: #710d0f;
    display: inline-block;
    margin: 40px 0;
    text-shadow: 0 0 2px white;
    z-index: 3;
}

h6:before {
    content: "";
    position: absolute;
    background: #ffada1;
    width: 100px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    border: dashed 1px white;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    box-shadow: 0px 0px 0px 5px #ffada1;
}


table {
    color: #710d0f;
    font-size: 12px;
    text-align: center;
    width: auto;
    height: auto;
    margin: auto;

}


.pt_h {
    text-align: right;
    border-bottom: dashed 2px #f66b66;
    padding: 10px 30px 3px 30px;
}

.pt_e {
    text-align: left;
    border-bottom: dashed 2px #f66b66;
    padding: 10px 30px 3px 30px;

}

.pt {
    color: #ffffff;/*文字色*/
    background: #f66b66;
    padding: 5px 20px ; /*文字周りの余白*/
    border-radius: 20px;
    font-weight: bold;

}

#offline, #link {
    max-width:1000px;
    margin: auto;
}

.off {
    background: white;
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    border: dotted 2px #ff7878;
    border-radius: 50px;
}

.link_ha {
    background: white;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border: dotted 2px #ff7878;
    border-radius: 10px;
    
}

.link_site {
    background: white;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border: dotted 2px #ff7878;
    border-radius: 10px;
}


#link table {
    text-align:center;
    height: auto;
    }


#link table td {
    border: solid 5px white;
    padding: 5px 10px 0px 10px;
    height: 0 auto; 
}

.l_saitname {
    background: #ffd3af;
    }



@media (max-width: 900px){ /* PCサイズ設定用 */
    .news, .twitter {
    width: 280px;
}

.twitter_link {

    width: 240px;
    height: 400px;
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
    
}

@media (max-width: 640px){ /* スマホ用設定*/
     .top_cont {
    flex-direction: column;
    display: flex;
  }
    
    img { float : none ; }
    
    p { font-size: 80%;
        line-height:1.5em;
    } 
    
    h2 { font-size: 14px;}
    h3 { font-size: 12px;}
    
    h1{
        font-size: 16px;
        background: #b92827;
        box-shadow: 0px 0px 0px 5px #b92827;
        border: dashed 1px #ffe2b2;
        padding: 0.2em 0.5em;
        color: white;
}
    
    .tope{
        width: 90%;
    }
    
    #header { /* ヘッダー設定 */
    background-image: url(images/header_loop.gif);
    height: 84px;
    position: fixed;
    top:0;
    width: 100%;
    border: solid 5px white;
    border-radius: 40px;
    padding: 3px;        
    }
    
    .header_rogo {
    position: fixed; 
    left: 20px;
    max-width: 50%;
    height:auto;
    }

    .header_menu {
    position: fixed;
    right: 20px;
    top: 50px;
    }
    
    .header_btn1 {
    font-size: 80%;
    position: relative;
    display: inline-block;
    padding: 0.3em 1em;;
    text-decoration: none;
    font-weight: bold;
    background: #ffc955;/*ボタン色*/
    color: #992325;
    border-bottom: solid 1px #710d0f;
    border-radius: 30px;
    }
    
    .header_btn2 {
    font-size: 80%;
    position: relative;
    display: inline-block;
    padding: 0.3em 1em;;
    text-decoration: none;
    font-weight: bold;
    background: #ff5e1d;/*ボタン色*/
    color: #992325;
    border-bottom: solid 1px #710d0f;
    border-radius: 30px;
    }
    
    #content {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top:72px;
    bottom: 44px;
    padding: 5px;
    text-align: center
}
    
    .sirowaku{/* 空白用枠、スマホ用 */
    font-size: 80%;
    line-height:1.5em;
    text-align:center;
    margin:0 auto;
    height: auto;
    padding: 3%;
    }
    
    .top_hitokoto {
    background: white;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    border: dotted 2px #ff7878;
    border-radius: 50px;
    }
    
    .news, .twitter {
    width: 400px;
    margin: auto;
    align-self:center;
    }
    
    .news {
    padding: 10px;
    width:auto;
    height: auto;
    background: #ffe5bc;
    border: dotted 2px #ff7878;
    border-radius: 20px;
    margin: auto;
    }
    
    .news span{
    font-size: 14px;
    font-weight: bold;
    padding: 0.1em 0.5em;/*文字の上下 左右の余白*/
    color: #64060a;/*文字色*/
    border-left: solid 3px #c54e53;/*左線*/
    border-bottom: solid 3px #c54e53;
    }
    
    .news1 {
    border-bottom: dotted 1px #c54e53;
    margin: 10px 15px 0 0;
    }
    
    .twitter {
    width: 300px;
    background: #ffe5bc;
    border: dotted 2px #ff7878;
    border-radius: 20px;
    margin: 0;
    
}
    
    .twitter_link {

    width: 240px;
    height: 400px;
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
    
    .top_cont {
    flex-direction: column;
    display: flex;
  }

    .top_cont h2 {font-size: 15px;}
    
    .news span{
    font-size: 12px;
    font-weight: bold;
    padding: 0.1em 0.5em; /* 文字の上下 左右の余白*/
    color: #64060a;/*文字色*/
    border-left: solid 2px #c54e53;/*左線*/
    border-bottom: solid 2px #c54e53;
    }

    table {
    color: #710d0f;
    font-size: 10px;
    text-align: center;
    width: auto;
    height: auto;
    margin: auto;
    }

.pt_h {
    text-align: right;
    border-bottom: dashed 1px #f66b66;
    padding: 10px 15px 3px 20px;
}

.pt_e {
    text-align: left;
    border-bottom: dashed 1px #f66b66;
    padding: 10px 20px 3px 15px;

}

.pt {
    color: #ffffff;/*文字色*/
    background: #f66b66;
    padding: 5px 10px ; /*文字周りの余白*/
    border-radius: 20px;
    font-weight: bold;

}
    
    .link_ha {
    background: white;
    width: 94%;
    margin: 0 auto;
    padding: 10px;
    border: dotted 2px #ff7878;
    border-radius: 10px;
    
}
.off {
    font-size: 80%;
    width: 94%;
    }
    
.link_site {
    background: white;
    width: 94%;
    margin: 0 auto;
    padding: 10px;
    border: dotted 2px #ff7878;
    border-radius: 10px;
}
#link table {
    text-align:center;
    height: auto;
    }

#link table td {
    border: solid 2px white;
    padding: 5px 0px 0px 0px;
    height: 0 auto; 
}
    
}
