<style type="text/css">

@import url('https://fonts.googleapis.com/css?family=Monoton|Raleway');

@font-face
{
font-family: 自由の翼;
src: url('https://cdn.leafscape.be/JiyunoTsubasa/JiyunoTsubasa_web.woff')
     format("woff");
}

body{
font-family:"Raleway","メイリオ", sans-serif;
font-size:12px;
letter-spacing:1px;
line-height:150%;
color:#555;
background:#fff;
margin:0;
padding:0;}

@media screen and (min-width:701px){
.wrp{
width:520px;
margin:0 auto;}
}

@media screen and (max-width: 700px){
.wrp{
width:100%;
margin:0 auto;}
}

.btn{
position:fixed;
width:30px;
height:30px;
cursor:pointer;
display:block;
float:left;
z-index:10;
right:15px;
}

.btn::before{
border-radius:5px;
-webkit-box-shadow:#555 0 14px 0;
box-shadow:#555 0 14px 0;
}

.btn::after{bottom:0;}

.btn::before,.btn::after{
width:30px;
height:3px;
border-radius:5px;
background:#555;
display:block;
content:'';
position:absolute;
-webkit-transition:-webkit-box-shadow 0.2s linear,-webkit-transform 0.2s 0.2s;
transition:box-shadow 0.2s linear,transform 0.2s 0.2s;
}
 
.menu{
border-left:solid 1px #555;
width:80%;
height:100%;
background:#fafad2;
position:fixed;
right:-81%;
top:0;
-webkit-transition:right 0.4s;
transition:right 0.4s;
opacity:0.9;}
 
.icn:checked{
opacity:0.8;
-webkit-transform:none;
-ms-transform:none;
transform:none;
}

.icn:checked~.btn::before{
-webkit-box-shadow:transparent 0 0 0;
box-shadow:transparent 0 0 0;
-webkit-transform:rotate(45deg) translate3d(3px,16px,0);
transform:rotate(45deg) translate3d(3px,16px,0);
}

.icn:checked~.btn::after{
-webkit-transform:rotate(-45deg) translate3d(3px,-16px,0);
transform:rotate(-45deg) translate3d(3px,-16px,0);
}

.icn:checked~.menu{right:0;}
 
.list{
text-align:center;
list-style-type:none;
margin:120px 0 0;
padding:0;
}

.list li a{
color:#555;
display:block;
overflow:hidden;
padding:5px 0;
z-index:5;
margin:20px auto;
font-size:15px;
background:none;
width:150px;
border:solid 1px #888;
background:#fff;}

.list li a:hover{color:#d2691e;}

.bk{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100%;
background:url(https://alicex.jp/data/turbtr/img/turbtr_upld_1.jpg) center/cover no-repeat;
-webkit-background-size:cover;}

.con{
background:rgba(255,255,255,.85);
margin:20px;
padding:15px;}

.con a{
color:#555;
background:none;
text-decoration:none;
padding:0 3px;
transition:0.5s;
border-bottom:solid 1px #b0ca71;}

.con a:hover{
color:#999;
border-bottom:none;}

strong{
background:#f8e58c;
font-weight:normal;
margin:0 1px;
padding:0 2px;}

hr{
margin:0 0 10px;
padding:0;
border:none;
height:1px;
background:#f7b977;
background:-webkit-linear-gradient(-45deg,transparent,#f7b977 10%,#f7b977 90%,transparent);
background:linear-gradient(-45deg,transparent,#f7b977 10%,#f7b977 90%,transparent);}

h1{
font-size:30px;
font-family:"Monoton","自由の翼", sans-serif;
font-weight:normal;
margin:20px;
padding:100px 0 20px;
text-align:center;
}

h1 p{
font-family:"Raleway","自由の翼", sans-serif;
font-size:13px;}

h2{
font-family:"Raleway","自由の翼", sans-serif;
font-weight:normal;
font-size:13px;
margin:0;
padding:0;
text-align:center;}

h3{
color:#555;
font-size:12px;
font-weight:normal;
margin:10px 0;
padding:2px;
border:solid 1px #888;
width:120px;
text-align:center;}

a{
color:#000;
background:rgba(255,255,255,.8);
text-decoration:none;
padding:0 3px;
transition:0.5s;}

a:hover{color:#888;}

input[type=checkbox]{display:none;}

</style>