@import url("html5reset-1.6.1.css");

/* «CAEg« */

*{
    line-height:180%;
}

body{
    color:#444;
    background-color:#c4d1a0;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Verdana, sans-serif;
}

.base{
    margin:0 auto;
    max-width:1000px;
}

.header{
    margin:50px 0px 80px 0px;
    text-align:center;
    border-width:4px 0px;
    border-style:double;
    background:#000;
}

.footer{
    padding:10px;
    text-align:center;
}

.work{
    margin:50px 0px 20px 0px;
}

.subwork{
    margin:50px 0px;
    padding:25px;
    border-width:1px;
    border-style:solid;
    border-radius:5px;
    background:rgba(255,255,255,0.95);
    border-color:#aaa;
}

.menu{
    margin:20px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    font-family: 'Petit Formal Script', cursive;
}

.gallery{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}

.colum{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    margin:15px 0px;
}

.box{
    margin:0px 5px;
}

.text{
    margin:20px 5px;
    line-height:180%;
    padding:25px;
    border-width:1px;
    border-style:solid;
    border-radius:5px;
    background:rgba(255,255,255,0.95);
    border-color:#aaa;
}

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


/* «^O« */

h1{
    font-size:180%;
    font-weight:normal;
    margin:20px 0px;
    color:#fff;
    font-family: 'Petit Formal Script', cursive;
}

h2{
    font-size:70%;
    font-weight:normal;
    margin:20px;
}

h3{
    font-size:120%;
    color:#004400;
    font-weight:normal;
    margin:20px 0px;
    border-color:#5e7d4a;
    border-style:double;
    border-width:3px 0px;
    padding:3px;
    text-align:center;
    background-image: linear-gradient(120deg, #80b955 0%, #ffffff 100%);
}

h4{
    font-size:100%;
    color: #658950;
    font-weight:normal;
    margin:10px 0px;
    background: linear-gradient(transparent 60%, #b0c8a2 60%);
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:15px 0px;
    color:#7f7556;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:15px 0px;
    position: relative;
    padding: 5px;
    background-color: #ECE9E1;
}

h6:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #ccc #ccc;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

p{
    text-align:left;
    padding:5px 0px;
}

em{
    background: linear-gradient(transparent 60%, #fff799 60%);
    font-style:normal;
}

strong{
    font-weight:normal;
    border-width:0px 0px 3px 0px;
    border-style:double;
    border-color:#269793;
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#ffe4e1;
}

i{
    font-style:italic;
}

a:link{
    color:#008000;
    text-decoration:none;
}

a:visited{
    color:#38ab83;
    text-decoration:none;
}

a:hover{
    color:#000000;
    text-decoration:underline;
}

h1 a:link{
    color:#000;
}

h1 a:visited{
    color:#000;
}

blockquote{
    position:relative;
    padding:10px 10px 10px 50px;
    box-sizing border-box;
    background:#f5f5f5;
    border-left:6px double #ccc;
    box-shadow:1px 1px 3px -1px #888;
    margin:15px;
    font-size:90%;
}

blockquote:before{
    display:inline-block;
    position:absolute;
    top:15px;
    left:15px;
    vertical-align: middle;
    content:'\00275e';
    color:#ccc;
    font-size:30px;
}

li{
    padding:5px;
    margin:0px 0px 0px 20px;
}

ul{
    margin:10px 0px;
}

ol{
    margin:10px 0px;
}

dl{
    padding-left:3px;
    margin:10px 0px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:70%;
    font-family: 'Petit Formal Script', cursive;
}

cite{
    font-size:smaller;
}


/* «class^O« */

.item{
    text-align:center;
    margin:5px;
    padding:5px;
    background:rgba(255,255,255,0.95);
    border-radius:5px;
}

.item2{
    margin:5px;
    padding:5px;
    font-size:70%;
    text-align:center;
    width:46%;
}

.item3-1{
    background-color:#aaa;
    padding:5px;
    font-size:90%;
    text-align:center;
    width:70%;
    color:#fff;
}

.item3-2{
    padding:5px;
    font-size:70%;
    text-align:left;
    width:130%;
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
}

.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:5px;
    margin:5px 0px;
    font-size:90%;
    background-color:#f9f9f9;
}

.p2{
    border-style:double;
    border-width:3px;
    border-color:#ccc;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
}

.p3{
    border-style:dashed;
    border-width:1px;
    border-color:#ccc;
    padding:5px;
    margin:5px 0px;
    font-size:90%;
}

.dl1{
}

.dt1{
    font-family: 'Petit Formal Script', cursive;
    color:#000;
}

.dt1span{
    background-color:#269793;
    font-size:90%;
    padding:3px 5px;
    border-radius:5px;
    color:#ffffff;
}

.dd1{
    font-size:90%;
    border-style:dashed;
    border-width:0px 0px 1px 0px;
    margin:5px;
    border-color:#ccc;
}

.memo{
    background-color:#fff;
    font-size:80%;
    padding:0px 10px;
    height:50px;
    overflow:auto;
    margin:5px 10px;
    box-shadow:1px 1px 3px -1px #006600;
}

.img1{
    box-shadow:1px 1px 3px -1px #888;
}

.counter{
    font-family:,Arial;
}

.pagetop{
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}


/*«fBXvC580pxΘΊp«*/

@media screen and (max-width:580px) 

{
    
.base{
    width:auto;
    margin:0px 5px;
}

.header{
    margin:30px 0px 10px 0px;
}

.box{
    margin:0px;
}

.work{
    width:auto;
    margin:-25px 0px 0px 0px;
    padding:0px;
}

.subwork{
    padding:10px;
}

.text{
    width:auto;
    margin:75px 0px 10px 0px;
    padding:10px;
}

.menu{
    flex-direction:column;
    width:auto;
    margin:0px;
    font-size:90%;
}

.gallery{
    flex-direction:column;
    width:auto;
    margin:0px;
}

.colum{
    flex-direction:column;
    width:auto;
    margin:10px 0px;
}

.item2{
    width:95%;
}

.item3-1{
    width:95%;
    padding:6px;
}

.item3-2{
    width:95%;
}

.item a{
    display:block;
}

.item a:hover{
    background-color:#eee;
    margin:-5px;
    padding:5px;
    border-radius:5px;
}

h1{
    font-size:150%;
}


}
