@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Londrina+Outline|Julius+Sans+One ');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;900&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    font-size: 100%;
    text-decoration: none;
    font-weight: normal;
}

*:focus {
outline: none;
}

html {
    overflow-y: scroll;
}

body {
    color: #6e615e;
    font-size: 15px;
    font-family: Zen Maru Gothic, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0;
    background: #f4f0eb;
}

body::before,
body::after {
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    height: 29px;
    z-index: 1;
}

body::before {
    top: 0;
    background-image: url(../img/line1.png);
}

body::after {
    bottom: 0;
    background-image: url(../img/line2.png);
}

a {
    color: #B49A91;
    text-decoration: none;
}

a:hover {
    color: #CFC3C1;
}

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

a img {
    border: 0;
}

.pagetop {
    text-align: right;
    margin: 30px 0 50px 0;
    color: #6e615e;
    font-family: 'Julius Sans One', 'メイリオ', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.pagetop a:hover {
    opacity: 0.9;
}

header{
    text-align: left;
    margin: 65px 0 43px 0;
}

nav ul {
    font-size:0;
}

nav ul li {
    margin: 0 15px;
    font-size:21px;
    font-family: 'Julius Sans One', 'メイリオ', sans-serif;
    color: #9d817b;
    letter-spacing: 0.15em;
    display: inline-block;
}

nav ul li a {
    display: block;
    text-decoration: none;
    border-bottom:1px dashed #bfbba1;
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    font-size:15px;
    color: #a89367;
    letter-spacing: 0.1em;
    margin-right: -5px;
}

nav ul li a:hover {
    opacity: 0.5;
}

.contents {
    width: 90%;
    max-width: 570px;
    margin: 0 auto;
}

.mainarea {
    margin: 0;
    padding: 0;
}

.tegalogImages {
    text-align: center;
}

.embeddedpictbox {
    margin: 0 auto;
    padding: 0;
    display: table;
    border-collapse: collapse;
    vertical-align: top;
}

.embeddedpictbox figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: 0;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1;
}

.embeddedpictbox img {
    vertical-align: middle;
}

.imagelink {
    display: inline-block;
    line-height: 1;
    vertical-align: inherit;	
}

.embeddedimage {
    max-width: 100%;
    width: 125px;
    height: 100px;
    border: 1px solid #e1dbd6;
    object-fit: cover;
    border-radius: 5px;
}

.imagelink.nsfw,
figure.nsfw {
     overflow: hidden;
}

img.nsfw {
    filter: blur(9px);
}

.forList {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin: 0 5px 0 0;
    padding: 0.1em 0.1em 2em;
    font-size: 13px;
    position: relative;
}

.imagebox {
    margin: 0;
    border-radius: 5px;
}

.forList .embeddedimage {
    max-height: 300px;
}

.pictCtrlBox {
    display: flex;
    gap: 1em;
    justify-content: center;
    margin: 0.5em 0 0 0;
}

a.pictSearchBtn {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    background-color: #c9b3a6;
    color: #fff;
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    letter-spacing: 0.05em;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
}

a.pictSearchBtn:hover {
    opacity: 0.7;
}

.onePictBox {
    border:1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    width: fit-content;
    margin: auto;
}

.forOnePict .embeddedimage {
    max-height: 60vh;
}

p.pagenums {
    text-align: center;
}

a.pagenumlink {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #c4af97;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
}

a.pagenumlink:hover {
    opacity: 0.5;
}

a.pagenumlink.pagenumhere {
    color: #A49694;
    background: #fff;
}

.pagelinks {
    text-align: center;
    margin: 15px 0 20px 0;
    color: #c8b997;
    font-family:"Alegreya Sans","メイリオ", sans-serif;
    font-size: 16px;
    letter-spacing: 0.15em;
}

p.poweredby {
    margin: -40px 0 50px 0;
    text-align: right;
    color: #b39f8f;
    font-size: 12px;
}

footer {
}

.pc{
    display: block;
}

.sp{
    display: none;
}

/*------------画面サイズ500px以下------------*/

@media screen and (max-width: 500px) {

body {
    font-size: 14px;
}

body::before,
body::after {
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    height: 27px;
    z-index: 1;
}

body::before {
    top: 0;
    background-image: url(../img/line3.png);
}

body::after {
    bottom: 0;
    background-image: url(../img/line4.png);
}

.pagetop {
    font-size: 16px;
}

header{
    margin: 55px 0 30px -7px;
}

nav ul li {
    margin: 0 15px;
    font-size:21px;
}

nav ul li a {
    margin-right: -5px; 
    font-size:15px;
}

.embeddedimage {
    max-width: 100%;	
    width: 97px;
    height: 77px;
    object-fit: cover;
    border-radius: 5px;
}

.forList {
    padding: 0.24em 0.1em 1.2em;
}

.menu {
    margin: 50px 0;
}

.sp{
    display: block;
}

.pc{
    display: none;
}
}