@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918&display=swap');

/* ↓レイアウト↓ */

*{
    line-height:150%;
}

body{
    color:#333;
    background-color:#eaeff2;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.base{
    margin:0 auto;
    max-width:1600px;
}

.header{
    padding:10px;
    margin:30px 0px;
    text-align:center;
    line-height:50%;
}

.footer{
    padding:10px;
    text-align:center;
    margin-top:20px;
}

.work{
    padding:10px;
    width:75%;
    margin:0px;
    height:100vh;
    background-image:url(bg.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size: contain;
}

.subwork{
    padding:20px;
    font-size:100%;
    width: 100%;
    margin:0px;
}

.menu{
    margin:25px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    text-shadow:0px 0px 7px #fff;
   font-family: "Brygada 1918", serif;
}

.box{
    display:flex;
    margin:0px;
}

.text{
    margin:0 auto;
    max-width:1000px;
    line-height:180%;
    padding:10px;
}

.texttop{
    background-image:url(bg.png);
    background-position:right;
    background-repeat:no-repeat;
    background-size: contain;
    margin:-30px 0px 30px 0px;
}

img
{
	max-width:100% ;
	height:auto ;
}


/* ↓タグ↓ */

h1{
    font-size:180%;
    font-weight:normal;
    margin:20px 0px;
    text-shadow:0px 0px 7px #fff;
    font-family: "Brygada 1918", serif;
}

h1:first-letter{
    font-size:150%;
}

h2{
    font-size:80%;
    font-weight:normal;
    margin:20px 0px;
}

h2 span{
    background:rgba(255,255,255,0.7);
    padding:0px 5px;
}

h3{
    font-size:150%;
    font-weight:normal;
    text-align:center;
    margin:30px 0px;
    text-shadow:0px 0px 7px #fff;
    font-family: "Brygada 1918", serif;
   line-height:50%;
}

h4{
    font-size:120%;
    font-weight:normal;
    margin:20px 0px;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    padding:3px 5px;
    text-align:right;
    text-shadow:0px 0px 7px #fff;
    font-family: "Brygada 1918", serif;
}

h5{
    font-size:120%;
    font-weight:normal;
    margin:20px 0px;
    padding:3px 5px;
    color:#6f6a68;
    text-shadow:0px 0px 7px #fff;
   font-family: "Brygada 1918", serif;
}

h5:first-letter{
    font-size:150%;
}

h6{
    font-size:100%;
    font-weight:normal;
    margin:20px 0px;
    background-color:#333;
    padding:3px 5px;
    color:#fff;
    font-family: "Brygada 1918", serif;
}

p{
    text-align:left;
    padding:5px 0px;
}

em{
   background: linear-gradient(transparent 60%, #fff799 60%);
    font-style:normal;
}

strong{
    background-color:#f6e5f6;
    font-weight:normal;
    color:#000;
}

ins{
    background-color:#ecf4dd;
    font-weight:normal;
    color:#000;
}

small{
    font-size:70%;
}

i{
    font-style:italic;
}

a:link{
    color:#000;
    text-decoration:underline;
}

a:visited{
    color:#000;
}

a:hover{
    text-decoration:none;
    background-color:#6f6a68;
    color:#fff;
}

h1 a:link{
    color:#333;
    text-decoration:none;
}

h1 a:visited{
    color:#333;
    text-decoration:none;
}

h1 a:hover{
    text-decoration:none;
    background-color:#6f6a68;
    color:#fff;
}

blockquote{
    position:relative;
    padding:10px 10px 10px 50px;
    box-sizing border-box;
    background:#f4eee4 ;
    margin:15px;
    font-size:90%;
    border-style:solid;
    border-width:1px;
    border-color:#6f6a68;
}

blockquote:before{
    display:inline-block;
    position:absolute;
    top:15px;
    left:15px;
    vertical-align: middle;
    content:'\00275e';
    color:#666;
    font-size:30px;
}

li{
    padding:5px;
    margin:0px 0px 0px 20px;
}

ul{
    margin:10px 0px;
}

ol{
    margin:10px 0px;
}

address{
    font-size:80%;
    font-family: "Brygada 1918", serif;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */


.item{
    text-align:center;
    margin:0px 10px;
    padding:3px;
}

.item:first-letter{
    font-size:150%;
}

.item a:hover{
    margin:-5px;
    padding:5px;
}

.item2{
    background-color:#fff;
    margin:5px;
    padding:5px;
    font-size:70%;
    text-align:center;
    width:44%;
    border-color:#ef857d;
    border-width:1px;
    border-style:dotted;
}

.list1{
    list-style-type:circle;
}

.list2{
    list-style-type:upper-roman;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:50px;
    border-width:0px;
}

.p1{
    padding:10px;
    margin:15px 0px;
    font-size:90%;
    background-color:#f5f3f5;
}

.p2{
    border-style:solid;
    border-width:1px;
    border-color:#ccc;
    padding:10px;
    margin:15px 0px;
    font-size:90%;
    border-radius:5px;
    background:rgba(255,255,255,0.8);
}

.p3{
    border-style:solid;
    border-width:0px 0px 0px 7px;
    border-color:#eee;
    padding:10px;
    margin:15px 0px;
    font-size:90%;
}

.memo{
    font-size:80%;
    padding:0px 10px;
    height:175px;
    overflow:auto;
    margin:5px 10px;
    background-color:#6f6a68;
    color:#fff;
}

.img1{
    box-shadow:1px 1px 3px -1px #888;
}

.pagetop{
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}


/*↓ディスプレイ800px以下用↓*/

@media screen and (max-width:800px) 

{
    
.base{
    width:auto;
    margin:0px;
}

.work{
    width:auto;
    margin:0px;
    padding:10px;
}

.subwork{
    width:auto;
    margin:0px;
    padding:10px;
}

.text{
    width:auto;
    margin:0px;
    padding:10px;
}

.menu{
    margin:10px 0px;
}

.box{
    flex-direction:column;
    margin:0px;
}

.item a{
    display:block;
}

.item a:hover{
    margin:-5px;
    padding:5px;
}

h1{
    margin:5px 0px;
}

/*↓ディスプレイ500px以下用↓*/

@media screen and (max-width:500px) 
{
.menu{
    flex-direction:column;
}

}
