@import "default.css";
@import "standard.css";
/* PCレイアウト
------------------------------------------------ */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FCF8CD;
	background-attachment: fixed;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
:root {
 --main-color: #487B23;
 --sub-color: #F5F5F5;
}
* {
	box-sizing: border-box;
}
a:hover {
	opacity: .7;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 2;
}
.pc_none {
	display: none;
}
/* スタイル
------------------------------------------------ */
#wrapper {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}
/* ヘッダー */
header .inbox {
	padding: 20px 35px;
	background: url(../image/header_img.webp) center bottom no-repeat,#fff;
	border: 1px #CBCBCB solid;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background-size: contain;
	display: flex;
	justify-content: space-between;
}
header .inbox dl {
	text-align: right;
}
header .inbox dt a {
	font-size: 24px;
	font-weight: bold;
	color: #E53E16;
}
header .inbox dt a i {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
header .inbox dd.access {
	font-size: 14px;
}
header .inbox dd.day {
	font-size: 12px;
	padding-right: 3px;
	line-height: 1.4;
}
header h1 a {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none !important;
}
header p.summary {
	padding: 10px 5px 5px;
	font-size: 14px;
	color: #553E08;
}
#menu-btn-check,
.menu-btn {
	display: none;
}
ul.navigation {
	height: 50px;
	padding: 5px 10px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #4F931E, #487A23);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.navigation li {
	height: 100%;
	flex: 1;
	border-right: 1px #fff solid;
}
ul.navigation li:nth-last-child(2) {
	border: none;
}
ul.navigation a {
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* フッター */
footer {
	margin-bottom: 60px;
	padding: 30px;
	background: #fff;
	border: 1px #D9D9D9 solid;
	border-top: 8px #3F832C solid;
	border-radius: 0 0 10px 10px;
}
footer .copyright {
	font-size: 14px;
	font-weight: bold;
	color: #6E2222;
	letter-spacing: 0.15rem;
	text-align: center;
}
#fixedTop {
	width: 50px;
	height: 50px;
	right: 30px;
	bottom: 30px;
	border-radius: 50%;
	background: #FF9900;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999;
}
#fixedTop:hover {
	text-decoration: none !important;
}
#fixedTop span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}
/* 共通
------------------------------------------------ */
#container {
	border-left: 1px #CBCBCB solid;
	border-right: 1px #CBCBCB solid;
}
#container #main a {
	text-decoration: underline;
}
#container #main a:visited {
	color: #639;
}
br.sp {
	display: none;
}
/* Youtube対応 */
iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto; /* 高さは自動計算 */
}
/* テーブル */
.post table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.post table th,
.post table td {
	padding: 10px;
	border: 1px #e0e0e0 solid;
	text-align: left;
}
.post table th {
	background: var(--sub-color);
	white-space: nowrap;
	color: #333333;
}
/* コンテンツ
------------------------------------------------ */
#container {
	padding: 30px 20px;
	background: #fff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 30px;
}
#container #main {
	flex: 1;
}
#container #sidebar {
	width: 250px;
	flex-shrink: 0;
}
#container #main .cbox {
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px #DCDCDC solid;
}
#container #main .info {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#container #main .info dl {
	flex: 1;
	min-width: 410px;
	max-width: 440px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#container #main .info dd {
	font-size: 14px;
	font-weight: bold;
	color: #105424;
}
#container #main .info dd a {
	margin-left: 20px;
	display: flex;
	gap: 20px;
	color: #FF0000;
	text-decoration: none;
}
#container #main .info dd a p {
	line-height: 1.6;
}
#container #main .info ul {
	flex: 1;
	min-width: 180px;
	max-width: 230px;
}
#container #main h2.archive_title {
	margin-bottom: 30px;
	background: var(--sub-color);
	border-radius: 5px;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	text-align: center;
}
#container #main p.date {
	margin-bottom: 25px;
	padding: 8px;
	padding-left: 80px;
	background: url(../image/bg_date.svg) center bottom no-repeat,#996600;
	background-size: 100%;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1rem;
	position: relative;
}
#container #main p.date:before {
	content: "";
	width: 52px;
	height: 32px;
	background: url(../image/img_chick.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -5px;
	left: 20px;
}
#container #main .cbox h3 {
	padding:  0 25px;
	font-weight: bold;
	color: #8E8E46;
}
#container #main .cbox h3 a {
	font-weight: bold;
	color: #8E8E46;
}
#container #main .post {
	padding: 25px;
	background: #FFF;
	border-radius: 0 0 5px 5px;
}
#container #main .post img {
	margin: 5px 0;
}
#container #main .post p {
	margin-bottom: 15px;
}
#container #main .post .inner ul,
#container #main .post .inner ol {
	margin-bottom: 15px;
	margin-left: 15px;
}
#container #main .post .inner ul li,
#container #main .post .inner ol li {
	margin-bottom: 5px;
}
#container #main .post .inner ul li {
	list-style-type: disc;
}
#container #main .post .inner ol li {
	list-style-type: decimal;
}
.post_tags a {
	font-size: 12px;
	color: var(--main-color);
}
#container #main .post .post_info {
	margin-top: 40px;
	padding: 5px 15px;
	background: var(--sub-color);
	font-size: 12px;
	display: flex;
	justify-content: end;
	gap: 20px;
}
#container #main .post .post_info a {
	color: var(--main-color);
}
#container #main .comments {
	margin-top: 60px;
	padding: 50px;
	background: var(--sub-color);
	border-radius: 5px;
}
#container #main h4#comments-title {
	margin-bottom: 20px;
}
#container #main ul.comment-list {
	margin-bottom: 40px;
}
#container #main ul.comment-list .comment {
	margin-bottom: 15px;
	border: 1px #dcdbdb solid;
	border-radius: 5px;
	padding: 20px;
}
#container #main p.comment-notes {
	margin-bottom: 10px;
}
#container #main p.comment-form-url {
	margin-bottom: 20px;
}
#container #main p.comment-form-cookies-consent {
	margin-bottom: 20px;
	line-height: 1.6;
}
#container #main .comment-meta.commentmetadata {
	margin-bottom: 10px;
}
#container #main p.nocomments {
	margin-top: 20px;
	border: 1px #5e95cb solid;
	padding: 4px 10px;
	font-size: 12px;
	color: #1f60a0;
}
#container #main #commentform {
	max-width: 600px;
}
#container #main #commentform input[type="text"],
#container #main #commentform input[type="email"],
#container #main #commentform textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 5px;
}
#container #main #commentform #submit {
	background: var(--main-color);
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
#container #main #commentform #submit:hover {
	opacity: .7;
}
#container #main .post_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#sidebar h2 {
	margin-bottom: 15px;
	padding: 8px 10px;
	padding-left: 35px;
	background: #FF9900;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#sidebar h2:before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
#sidebar .profile-image-source {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 180px;
	height: auto;
}
#sidebar .profile-name {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
#sidebar .profile-text {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-top: 10px;
}
#sidebar .widget {
	margin-bottom: 40px;
}
#sidebar .widget:last-of-type {
	margin-bottom: 0;
}
#sidebar .wp-block-archives select {
	width: 100%;
	height: 40px;
	border: 1px #CBCBCB solid;
	border-radius: 5px;
	font-size: 16px;
	color: #487B23;
}
#sidebar .widget_calendar tbody {
	background: #fff;
}
#sidebar .wp-block-categories li,
#sidebar .wp-block-latest-posts li {
	margin-bottom: 8px;
}
#sidebar .wp-block-categories li::before,
#sidebar .wp-block-latest-posts li::before {
	content: "･";
}
#sidebar .wp-block-categories li a {
	color: #487B23;
	text-decoration: underline;
}

/* プリント用レイアウト
------------------------------------------------ */
#container {
	flex-direction: column;
}
#container #sidebar {
	width: 100%;
}