/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Cormorant+Unicase:300');

/* «CAEg« */

*{
    line-height:150%;
}

body{
    color:#333;
    background-color:#eeeaeb;
    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:1100px;
}

.header{
    padding:50px 10px;
    margin:0px;
    text-align:center;
}

.footer{
    padding:20px 10px;
    text-align:center;
}

.work{
    padding:10px;
    margin:50px 0px 20px 0px;
}

.menu{
    margin:20px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    font-family: 'Cormorant Unicase', serif;
}

.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;
    background-image:url(bg.png);
    background-repeat:repeat-y;
    background-position:0% 0%;
    padding-left:200px;
}

.text{
    margin:5px 0px;
    padding:20px;
    line-height:180%;
}

img
{
	max-width:100% ;
	height:auto ;
}


/* «^O« */

h1{
    font-size:180%;
    font-weight:normal;
    font-family: 'Cormorant Unicase', serif;
}

h2{
    font-size:70%;
    font-weight:normal;
    margin:10px;
}

h3{
    font-size:140%;
    font-weight:normal;
    text-align:right;
    margin:25px 0px;
    font-family: 'Cormorant Unicase', serif;
}

h3 span{
  display:block;
  margin-top:0px;
  color:#a38b93;
  font-size:50%;
}

h4{
    font-size:95%;
    font-weight:normal;
    margin:20px 0px;
    color:#fff;
    background-color:#a38b93;
    padding:3px;
    text-align:center;
    border-style:double;
    border-width:3px;
    border-color:#eee;
}

h5{
    font-size:90%;
    font-weight:normal;
    margin:10px 0px;
    color:#2d869a;
}

h5:before{
    content:'&#10035;';
    color:#bbb;
    font-size:15px;
    margin-right:5px;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:10px 0px;
    background-color:#fae8ed;
    padding:3px;
}

p{
    text-align:left;
    padding:5px 0px;
}

em{
    background: linear-gradient(transparent 60%, #fff799 60%);
    font-style:normal;
}

strong{
    font-weight:normal;
    background: linear-gradient(transparent 85%, #c82c55 85%);
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#ffe7dd;
}

i{
    font-style:italic;
}

a:link{
    color:#c82c55;
    text-decoration:none;
}

a:visited{
    color:#c82c55;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

h1 a:link{
    color:#333;
}

h1 a:visited{
    color:#333;
}

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:80%;
    font-family: 'Cormorant Unicase', serif;
}

cite{
    font-size:smaller;
}


/* «class^O« */

.item{
    background:rgba(000,000,000,0.5);
    text-align:center;
    margin:5px;
    padding:5px;
    border-style:double;
    border-width:3px;
    border-color:#eee;
}

.item a{
    display:block;
    color:#fff;
    text-decoration:none;
}

.item a:hover{
    background-color:#fff;
    margin:-5px;
    padding:5px;
    color:#333;
}

.item2{
    background-color:#fff;
    margin:5px;
    padding:5px;
    font-size:70%;
    text-align:center;
    width:28%;
    border-style:double;
    border-width:3px;
    border-color:#a38b93;
}

.item3-1{
    background:rgba(000,000,000,0.5);
    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;
    background-color:#fff;
}

.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:#aaa;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
    background:rgba(255,255,255,0.5);
}

.p3{
    border-style:solid;
    border-width:1px;
    border-color:#a38b93;
    padding:5px;
    margin:5px 0px;
    font-size:90%;
    background-color:#fff;
}

.dl1{
    margin:10px 0px;
}

.dt1{
    font-family: 'Cormorant Unicase', serif;
    margin-bottom:5px;
    font-size:110%;
}

.dt1span{
    padding:2px 5px;
    background-color:#555;
    color:#fff;
    margin:0px 0px 0px -5px;
    border-style:double;
    border-width:3px;
    border-color:#eee;
}

.dt1span:before{
    content:'&#9829;';
    color:#bbb;
    font-size:22px;
    margin-right:5px;
}

.dd1{
    font-size:90%;
    margin:0px;
    border-color:#ccc;
    background:rgba(255,255,255,0.5);
    padding:5px;
    border-width:0px 0px 0px 7px;
    border-style:solid;
}

.memo{
    background-color:#fff;
    font-size:80%;
    padding:0px 10px;
    height:150px;
    overflow:auto;
    margin:5px 10px;
    box-shadow:1px 1px 3px -1px #888;
}

.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C768pxΘΊp«*/

@media screen and (max-width:768px) 

{
    
.base{
    width:auto;
    margin:0px 5px;
}

.header{
    text-align:right;
}

.box{
    margin:0px;
    padding-left:0px;
}

.work{
    width:auto;
    margin:0px;
    padding:5px;
    background:rgba(255,255,255,0.7);
}

.text{
    width:auto;
    margin: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%;
}


h1{
    font-size:150%;
}

h2{
    background:rgba(255,255,255,0.7);
}

}