@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100dvh;
    margin: 0;
    padding: 0;
	overflow-y: scroll;
    -webkit-text-size-adjust: 100%; /* mobile safari用 */
	font: normal 15px/1.6 'Sawarabi Gothic', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "游ゴシック", "YuGothic", sans-serif;
}

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

a:hover {
	color: #ffa3c3;
	text-decoration: none;
}

div.comment {
    text-align: left;
}
div.comment img {
    max-width: 600px;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    padding: 4px;
    margin: 5px auto;
    border: 1px solid rgb(209, 209, 209, 0.8);
}

a.imagelink {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.imagelink + br {
    display: none;
}
ul.decorationL li {
	margin-left: 3em;
}
/* Q:引用(Quote) */
q.decorationQ {
	margin-left: 1em;
	padding-left: 0.5em;
	border-left: 4px solid #ffa3c333;
}
/* カスタム絵文字 */
span.cemoji > img {
	padding: 0 1px;
	border: none;
	display: inline-block;
	position: relative;
	top: -1px;
}

/* ========================== */
/* ■ページ最上部(ヘッダ)領域 */
/* ========================== */
header {
	display: block;
	width: 100%;
	height: 78px;
	background-color: rgb(255, 255, 255, 0.9);
	position: fixed;
}

.headarea {
	display: flex;
	width: 850px;
	margin: 0 auto;
	flex-direction: row;
}

.headtitle {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
}

.maintitle {
	display: block;
	color: #ed7b8d;
	line-height: initial;
	height: 60px;
}

h1.maintitle a {
	font-family: 'Grand Hotel', cursive;
	font-style: oblique;
	font-size: 2.75rem;
	line-height: 1.0;
}

.maintitle a {
	text-decoration: none;
}

.maintitle a:hover {
	color: #ffa3c3;
	text-decoration: none;
}

.subtitle {
	display: none;
	font-family: sans-serif;
	font-size: 0.625rem;
}

/* ▽タイトル下部の概要文 */
.mainguide {
	font-size: 0.75rem;
	line-height: 1.5;
	display: block;
}
/* ---------------------- */
/* ▼管理・投稿ボタン区画 */
/* ---------------------- */
.headcontrol {
	width: 32px;
	position: fixed;
	top: 16px;
	right: 32px;
	z-index: 5000;
}

.headcontrol a:link,
.headcontrol a:visited,
.footcontrol a:link,
.footcontrol a:visited {
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 34px;
	height: 34px;
	font-size: 20px;
	margin-bottom: 6px;
	padding: 1px;
	background-color: #fff;
	color: #ed7b8d;
	border: 2px solid #ed7b8d;
	border-radius: 7px;
	opacity: 0.5;
	transition: all 0.3s;
}

.headcontrol a:hover,
.footcontrol a:hover {
	background-color: #fff6f7;
	color: #ed7b8d;
	border: 2px solid #ed7b8d;
	opacity: 1;
}

.footcontrol {
	width: 32px;
	position: fixed;
	bottom: 16px;
	right: 32px;
	z-index: 5000;
}

/* ====================== */
/* ■メイン(ログ掲載)領域 */
/* ====================== */
.contents {
	width: 850px;
	margin: 0 auto;
	vertical-align: top;
	padding-top: 110px;
}

.mainarea {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

.situation,
.dateseparator {
	font-size: 0.6875rem;
	width: 97%;
	margin: 5px auto;
}

.situation:empty {
	display: none;
}

.onelogbox {
	display: block;
	width: 600px;
	height: auto;
	background-color: #fff;
	margin: 1em auto;
	padding: 0;
}

.imagebox:empty {
	display: none;
}

figure + br {
	display: none;
}
figcaption {
	display: none;
}
.postdate {
	font-size: 0.6875rem;
	text-align: right;
	display: block;
}
.allowlink {
	font-size: 12px;
}
.url {
	word-break: break-all;
}

.pagenavi {
	width: 97%;
	margin: 0.5em auto;
	text-align: center;
}
.pagenumlink {
	padding: 0 2px;
}
a.pagenumhere {
	color: #b2465b !important;
	font-weight: 700;
}
.pagelinks {
	display: flex;
	justify-content: center;
}
.utilitylinks {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3em;
	font-size: 14px;
}
.utilitylinks ul {
	list-style: none;
}
	.datelinks {
		margin-left: 3em;
	}

hr {
	display: block;
	width: 600px;
	height: 0;
	border: none;
	border-top: 1px solid #f6f6f6;
	margin: 3.5em 0 4em;
	padding: 0 5px;
	background-color: #fff;
}

/* ========== */
/* ■サブ領域 */
/* ========== */
.subarea {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 850px;
	height: auto;
	margin: 1em auto 0;
	padding: 0 3px;
	background-color: #fff;
	font-size: 0.875rem;
	color: #666;
}

.searcharea,
.datelistarea,
.calendararea,
.hashtaglistarea,
.categoryarea,
.latestpostarea,
.freespacearea {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	width: calc(100% / 3 - 28px);
	height: auto;
	margin: 0px 6px 6px;
	padding: 0.5em;
	border: 1px solid rgb(209, 209, 209, 0.8);
}

.cornertitle {
	font-family: 'Grand Hotel', cursive, sans-serif;
	font-style: oblique;
	font-size: 1.5em;
	font-weight: 700;
	line-height: initial;
}

.datelimitboxoptions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

ul.hashtaglist,
ul.cattree  {
	margin-left: 1.5em;
	display: block;
	list-style: none;
	flex-direction: row;
}
ul.hashtaglist li,
ul.cattree li {
	margin-left: 7px;
	display: inline;
	white-space: pre;
}

.profileicon img {
	width: 64px;
	height: 64px;
}
/* ------------- */
/* ▼検索フォーム */
/* ------------- */
.searchbox,
.searchinputs {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.queryinput {
	font-size: 16px;
	padding: 1px 4px;
	width: 9.4em;
	height: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	border-radius: 0;
}

.searchbox .submitbutton {
	padding: 0 10px;
	height: 24px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	border-radius: 0;
	font-size: 14px;
	color: #979797;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchbox .submitbutton:hover {
	border: 1px solid #aaa;
	background-color: #aaa;
	border-radius: 0;
	font-size: 14px;
	color: #f0f0f0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ▽検索対象を限定するチェックボックス */
.searchtarget {
	margin: 0;
}

/* ▽検索フォーム形式の切り替えリンク */
.siwtchsearchbox {
	font-size: 0.9em;
	line-height: 1.0;
	margin-top: 5px;
}

/* ▽複合検索フォーム */
#complexsearch {
	display: none;
	/* 複合検索窓は、最初は非表示にしておく */
}

/* 検索オプションリスト */
.searchoptions {
	list-style: none;
	font-size: 0.9em;
	margin: 2px 0;
	padding: 0;
}

label.searchoption {
	font-size: 0.9em;
}

label.searchoption input[type="checkbox" i] {
	background-color: initial;
	cursor: default;
	appearance: auto;
	box-sizing: border-box;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: initial;
}

label.searchoption input[type="checkbox" i]:checked {
	background-color: #7898ff !important;
}

/* 項目名 */
.solabel {
	display: inline-block;
	/* インラインブロック化 */
	min-width: 5em;
	/* 最小幅 */
}

/* セレクトボックス */
.searchoptions select {
	max-width: 175px;
	/* 最大幅 */
}

.select-date,
.select-tag,
.select-cat,
.select-userid,
.select-order {
	background-color: #fff;
	color: #666;
	border-radius: 0;
}


/* ========================== */
/* ■ページ最下部(フッタ)領域 */
/* ========================== */
footer {
	width: 100%;
	height: auto;
	background-color: transparent;
}

.footarea {
	width: 850px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: center;
}
.backlink {
	font-size: 20px;
}
.poweredby {
	font-size: 12px;
	color: #979797;
	padding: 0.5em 0;
}
.glightbox-clean .gdesc-inner {
	padding: 0 20px !important;
}

/* ======================================== */
/* ■メディアクエリ（レスポンシブデザイン） */
/* ======================================== */
/* ---------------------------- */
/* ▼iPhoneなどスマートフォン用 */
/* ---------------------------- */
@media all and (max-width: 480px) {

	body,
	header,
	footer,
	.headarea,
	.mainarea,
	.footarea,
	.embeddedpictbox {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.subarea {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		width: calc(100% - 6px);
	}
	.contents {
		width: 97%;
	}
	.headcontrol {
		top: 8px;
		right: 16px;
	}
	.footcontrol {
		bottom: 24px;
		right: 16px;
	}
	.headcontrol a:link,
	.headcontrol a:visited,
	.footcontrol a:link,
	.footcontrol a:visited {
		width: 28px;
		height: 28px;
		font-size: 18px;
	}

	.onelogbox {
		width: 96%;
	}
    div.comment {
        width: 100%;
        margin: 0 auto;
    }
    div.comment img {
        max-width: 97%;
    }

	.postdate,
	.utilitylinks,
	.datelinks {
			font-size: 12px;
		}

	hr {
		width: 96%;
		margin: 2em auto;
	}

	.searcharea,
	.datelistarea,
	.calendararea,
	.hashtaglistarea,
	.categoryarea,
	.latestpostarea,
	.latestpostlist,
	.freespacearea {
		display: flex;
		margin: 3px auto;
		width: 93%;
		height: auto;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
	}
	.glightbox-mobile .glightbox-container .gslide-description {
		padding: 19px 0px !important;
	}
	.glightbox-clean .gdesc-inner {
		padding: 22px 4px !important;
	}
}