@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	min-height: 100vh;
	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;
}

/* ▼埋め込み画像 */
.embeddedimage {
	max-width: 100%;
	max-height: 170px;
	width: 170px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	padding: 4px;
	border: 1px solid rgb(209, 209, 209, 0.8);
}



/* ========================== */
/* ■ページ最上部(ヘッダ)領域 */
/* ========================== */
header {
	display: block;
	width: 100%;
	height: 84px;
	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 {
	vertical-align: top;
	padding-top: 100px;
}

.mainarea {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

.situation,
.dateseparator {
	font-size: 0.6875rem;
	width: 97%;
	margin: 5px auto;
}

.situation:empty {
	display: none;
}


/* ■投稿ボックス領域 */
.gallerybox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}

.onelogbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% / 4 - 0px);
	height: 210px;
}

.imagebox {
	background-color: #fff;
}
.imagebox:empty {
	display: none;
}

a.imagelink {
	display: block;
	line-height: 0;
}
figure + br {
	display: none;
}
figcaption {
	display: none;
}
.postdate {
	font-size: 0.6875rem;
	text-align: center;
	display: block;
}

.pagenavi {
	width: 97%;
	margin: 0.5em auto;
	text-align: center;
}
a.pagenumhere {
	color: #b2465b !important;
	font-weight: 700;
}
.utilitylinks ul {
	list-style: none;
}
	.datelinks {
		margin-left: 1em;
	}


/* ========== */
/* ■サブ領域 */
/* ========== */
.subarea {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 830px;
	height: auto;
	margin: 1em auto 0;
	padding: 0 3px;
	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: 0 6px 6px;
	padding: 0.5em;
	background-color: #fff;
	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: inline-flex;
	list-style: none;
	flex-direction: row;
}
.hashtaglist ul li,
.categoryTree ul li {
	margin-left: 7px;
}

.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;
	/* margin-top: 14px; */
}

.footarea {
	width: 800px;
	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: 4px 20px !important;
}

/* ======================================== */
/* ■メディアクエリ（レスポンシブデザイン） */
/* ======================================== */
/* ---------------------------- */
/* ▼iPhoneなどスマートフォン用 */
/* ---------------------------- */
@media all and (max-width: 480px) {
	body {
		min-height: 100dvh;
	}

	.headarea {
		width: 100%;
	}
	.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;
	}
	.mainarea {
		width: 100%;
	}

	.gallerybox {
		width: 97%;
	}
	.imagelistbox .oneimage {
		width: 80px !important;
		height: 80px;
	}
	/* ▼埋め込み画像 */
	.onelogbox {
		width: calc(100% / 3 - 0px);
		height: 100px;
		margin: 0;
	}

	.embeddedimage {
		width: 85px;
		padding: 3px;
	}

	.postdate {
		display: none;
	}
	.allowlink {
		font-size: 12px;
	}
	.utilitylinks,
	.datelinks {
			font-size: 12px;
		}

	.subarea {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		width: calc(100% - 6px);
	}
	.searcharea,
	.datelistarea,
	.calendararea,
	.hashtaglistarea,
	.categoryarea,
	.latestpostarea,
	.latestpostlist,
	.freespacearea {
		display: flex;
		margin: 3px auto;
		width: 90%;
		height: auto;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
	}

	.footarea {
		width: 100%;
	}
	.glightbox-mobile .glightbox-container .gslide-description {
		padding: 19px 0 !important;
	}
	.glightbox-clean .gdesc-inner {
		padding: 22px 4px !important;
	}

}