body{
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
line-height: 1.3;
}


.margin {
margin:10px 15px 10px 0px;
}

/*
#sayuu{
    margin: 15px 20px 10px 10px;
}*/

/* リスト */
ul {
 padding-left: 0px;
 margin: 0px;
}

ol {

}
li {
 list-style-type: none;
 margin: 0px;
 padding-left: 0px;
}


/*メニュー部分*/
#ham-menu {
    color: #e41d18;
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 50%;
    padding: 10px 10px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -400px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 400px; /*メニュー横幅①*/
    z-index: 1000;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}


a { text-decoration: none; }

a:link{color: blue;}
a:visited{color: purple;}
a:hover{color: orange;}
a:active{color: red;}


img {
  vertical-align: bottom;
  /* 親要素の幅を最大幅とする */
  max-width: 80%;
  /* 幅が縮小された時高さを自動計算して縦横比を維持 */
  height: auto;
  margin-left: 0px;
}


.rgbubun{
 margin:10px auto 20px 0px;
 width:     60%;
}

.rgbubun2{
 text-align: center;
 margin:10px auto 15px 0px;
 padding-left: 30px;
 width: 80%;
}

.rgbubun3{
 text-align: center;
 margin:10px 0px 15px 0px;
 padding-left: 0px;
 width: 100%;
}

.asuka{
 border-radius: 10%;
 border: 5px solid white;
 box-shadow: 0 0 15px teal;
}


.kirika{
 width: 150px;
 border: 0px outset white;
 box-shadow: 6px 6px 5px #62da6cd9;
 margin-left: 15px;
 margin-top:20px;
}

.inside{
/*list-style-position: inside;
display: block;*/
font-family: sans-serif;
font-size: 1.2rem;
font-weight: bold;
color: #e41f19;
}

.inside2{
list-style-type: none;
}

.footer{
padding-bottom: 1.4rem;
}

#footlinks ul,#footlinks li{
 display: block;
 text-align: center;
}

#footlinks a{
 text-align: center;
 text-decoration: none;
}

#copyright {
 color: #999;
 text-align: center;
 font-size: 0.82rem;
}


.name{
    font-size: 20px;
    color: #009688;
    text-align: left;
    vertical-align: top;
    padding: 10px 25px 0px 5px;
}

.name2{
    font-size: 20px;
    color: #009688;
    text-align: left;
    vertical-align: top;
    padding: 20px 25px 0px 5px;
}

.caption{
	font-size: 16px;
	line-height: 1.8;
    padding: 0px 25px 0px 5px;
    vertical-align: top;
}

/*
.dannaka{
    color: red;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 0px 0px 10px;
    vertical-align: top;
}*/


#oya{
    position: relative;
    top: 0px
    left 0px;
    z-index: 5;
}

#modoru{
    background-color: #fff;
    font-size: 20px;
    font-family: sans-serif;
    color: orange;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 8;
    padding: 3px 3px 0px 8px;
}
