@media screen and (min-width:641px){

body,h1,ul,li { margin:0; padding:0; }
body { margin: 0 0 0 0; min-width: 900px; }
img{ max-width: 100%; min-width: 100%; height: auto; width /***/:auto; }

body { animation: fadeIn 5s ease 0s 1 normal; -webkit-animation: fadeIn 5s ease 0s 1 normal; }
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} }
@-webkit-keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} }

#wrapper {
width: 1000px;
height: auto;
margin: 0 auto;
}

#header {
width: 100%;
height: auto;
padding-top: 60px;
padding-bottom: 60px;
}

#eyecatch {
width: 100%;
height: auto;
margin-bottom: 80px;
}

.entry_txt{
width: 50%;
height: auto;
margin: 0 auto;
margin-bottom: 100px;
}

.entry_img{
width: 90%;
height: auto;
margin: 0 auto;
margin-bottom: 100px;
}


p.txt_01 {
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
font-size: 80%;
line-height: 1em;
letter-spacing: 0.1em;
margin-top: 14px;
}

p.txt_02 {
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
font-size: 80%;
line-height: 2em;
letter-spacing: 0.1em;
}

p.txt_caption {
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
font-size: 60%;
line-height: 1.8em;
letter-spacing: 0.1em;
}

h1 {
font-family: 'Lato', 'Noto Sans Japanese', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', 'Yu Gothic Medium', YuGothic, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN', 'Hiragino Kaku Gothic ProN', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
font-weight: 500;
font-style: normal;
font-size: 80%;
line-height: 1em;
letter-spacing: 0.1em;
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #000000; text-decoration: none;}
a:active { color: #000000; text-decoration: none;}

}