@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

* {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font: 16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
	color: #333;
	-webkit-text-size-adjust: none;
	background: url(images/back.jpg) repeat center 100%;
}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #441f08;
}

a:hover,
a:active {
	outline: none;
	opacity: .75;
}


/**** Clearfix ****/
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after,
ul.post li:after,
nav#mainNav .inner:after {
	content: "";
	display: table;
	clear: both;
}

nav .panel,
nav#mainNav,
.newsTitle,
.bg,
.post,
ul.post li,
nav#mainNav .inner {
	zoom: 1;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper,
.inner {
	margin: 0 auto;
	width: 880px;
}

#header {
	color: #333;
	overflow: hidden;
	background: #fff9ee;
}

#content {
	float: right;
	width: 627px;
	padding: 22px 0 50px;
}

#sidebar {
	float: left;
	width: 233px;
	padding: 22px 0 50px;
}

img {
	display: block;
	object-fit: cover;
	margin: 1rem auto;
	max-width: 100%;
}


/* ヘッダー
*****************************************************/

#header p {
	padding: .75rem 0;
	padding-bottom: .25rem;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	color: rgba(78, 30, 0, .85);
}

#header h1 {
	margin-bottom: .75rem;
}

#header h1 a {
	padding: 1rem 0;
	padding-top: 0;
	font-size: 1.85rem;
	font-weight: bold;
	line-height: 1;
	color: #4e1e00;
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
	margin-top: 21px;
	padding: 0;
}

#mainImg img {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.post {
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 20px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background: #fff9ee;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.toppage {
	padding: .75rem;
}


/* タイポグラフィ
*****************************************************/
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

h2.title {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 1.35rem;
	color: #441f08;
	border-bottom: 4px solid rgba(80, 45, 23, .75);
	background: #fff9ee;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.dateLabel {
	text-align: right;
	font-weight: bold;
	color: #858585;
}

.post p+p,
.post p+.box,
.post p+h5,
.post p+dl {
	margin-top: 1rem;
}

.post p+h3 {
	margin-top: 10px;
}

.post b {
	color: #cf0000;
}

.post b.blue {
	color: #0a0099;
}

.post a {
	text-decoration: underline;
}

.post ul,
.post ol {
	margin: 10px 0 10px 10px;
}

.post ul li {
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 10px;
}

.post ol li {
	list-style: none;
}

.post li+li {
	margin-top: .25rem;
}

.post h3 {
	margin: 10px 0;
	margin-top: 0;
	padding-left: .5rem;
	font-size: 1.25rem;
	color: #441f08;
	position: relative;
	padding-left: 2rem;
}

.post h3::before {
	content: "";
	background: url(images/pencil.png);
	opacity: .75;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	position: absolute;
	width: 1.45rem;
	height: 1.45rem;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%) translateX(-50%);
}

.post h4 {
	margin: 8px 0;
	margin-top: 10px;
	font-size: 1.15rem;
	color: #441f08;
}

.post h5 {
	margin-bottom: .25rem;
	font-size: 1rem;
}

.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}

.post blockquote p {
	padding: 5px 0;
}

.post table {
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}

.post table th {
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efede7;
}

.post table td {
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

.post dt {
	font-weight: bold;
}

.post dd {
	padding-bottom: 10px;
}

.post .box {
	background: #304439;
	color: #fff9ee;
	padding: .75rem;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	border: 8px solid #834f01;
	margin: 1rem 0;
	margin-top: 0;
}

.post .box>ul,
.post .box>ol {
	margin: 0;
}

.post .box a {
	color: #fff9ee;
}

.post .box b {
	font-weight: normal;
}

.post span.marker {
	background: linear-gradient(transparent 80%, #B3AC15 50%);
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget ul,
.widget_search,
#calendar_wrap,
.textwidget {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 17px;
	border: 1px solid #eeeeee;
	background: #fff9ee;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

section.widget ul ul {
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
}

section.widget h3 {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	color: #fff9ee;
	background: #441f08;
	font-weight: bold;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

section.widget li a {
	display: block;
	padding: 7px 0 7px 12px;
	background: url(images/arrow.gif) no-repeat 0 18px;
	border-bottom: 1px dashed #dcdcdc;
}

section.widget li:last-child a {
	border: 0;
}


/* フッター
*****************************************************/

#copyright {
	clear: both;
	padding: .5rem 0;
	text-align: center;
	color: #fff;
	font-size: .85rem;
	background: #441f08;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	nav#mainNav {
		clear: both;
		position: relative;
		z-index: 200;
		width: 100%;
		color: #fff;
		background: #5d3116;
		padding: .5rem 0;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}

	nav#mainNav .inner {
		padding-left: 1px;
		border-left: 1px dotted #dedede;
	}

	nav#mainNav ul {
		display: flex;
		justify-content: center;
	}

	nav#mainNav ul li {
		position: relative;
		border-right: 1px dotted #dedede;
		flex: 1;
	}

	nav#mainNav ul li a {
		display: block;
		text-align: center;
		color: #fff9ee;
		font-size: .95rem;
		margin-right: 1px;
		padding: 1rem;
		white-space: nowrap;
		font-weight: bold;
	}

	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover span,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-parent a {
		color: #d0d0d0;
	}

	nav#mainNav ul li:hover ul {
		display: block;
		position: absolute;
		top: 49px;
		left: -1px;
		z-index: 500;
		border-bottom: 2px solid #dedede;
	}

	nav#mainNav ul li li:last-child {
		border: 0;
	}

	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li a:hover {
		color: #d0d0d0;
	}

	nav div.panel {
		display: block !important;
	}

	a#menu {
		display: none;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
	nav#mainNav {
		clear: both;
		width: 880px;
		margin: 0 auto;
		border-radius: 6px;
	}

	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 37px;
		line-height: 37px;
		font-weight: bold;
		text-align: left;
		background: #5d3116 url(images/menuOpen.png) no-repeat 5px 8px;
		color: #fff9ee;
		border-radius: 5px 5px 0 0;
		margin-top: 1rem;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}

	nav#mainNav a#menu span {
		padding-left: 35px;
	}

	nav#mainNav a.menuOpen {

		color: #5d3116;
		background: #fff9ee url(images/menuOpen.png) no-repeat 5px -34px;
	}

	nav#mainNav a#menu:hover {
		cursor: pointer;
	}

	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;

	}

	nav#mainNav ul {
		margin: 0;
		padding: 0;

	}

	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
		display: block;
		padding: 15px 10px;
		text-align: left;
		border-bottom: 1px dashed #e5e5e5;
		background: #fff9ee;
	}

	nav#mainNav ul li:last-child a {
		border: 0;
		border-radius: 0 0 6px 6px;
	}

	nav#mainNav ul li li:last-child a {
		border: 0;
		border-radius: 0;
	}

	nav#mainNav ul li li:last-child a {
		border-bottom: 1px dashed #e5e5e5;
	}

	nav#mainNav ul li a span {
		display: none;
	}

	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:active,
	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-item li a:active {
		opacity: .65;
	}

	nav#mainNav ul li.current-menu-item li a {
		color: #777
	}

	nav#mainNav ul li li {
		float: left;
		border: 0;
	}

	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li li.current-menu-item a {
		padding-left: 40px;
		background: #f3f3f3 url(images/sub1.png) no-repeat 20px 18px;
	}

	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover {
		background: #fff url(images/sub1.png) no-repeat 20px -62px;
	}

	nav#mainNav ul li li:last-child a {
		background: #f3f3f3 url(images/subLast.png) no-repeat 20px 20px;
	}

	nav#mainNav ul li li:last-child.current-menu-item a,
	nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background: #fff url(images/subLast.png) no-repeat 20px -65px;
	}

	nav div.panel {
		float: none;
	}

	#mainImg {
		margin-bottom: 20px;
	}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	#wrapper,
	.inner {
		width: 100%;
	}

	.contact {
		padding: 10px 0 10px;
	}

	nav#mainNav {
		width: 95%;
	}

	nav#mainNav ul {
		margin: 0 auto;
	}

	nav#mainNav ul ul {
		padding: 0;
	}

	nav div.panel {
		float: none;
	}

	#mainImg img {
		height: auto;
	}

	#content,
	#sidebar {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto;
		padding: 0;
	}

	.banner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	p.banner img {
		width: 100%;
		height: auto;
	}

	section.widget_search {
		text-align: center;
	}

	#footer li {
		margin-bottom: 10px;
	}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
	body {
		background-position: 0 -25px;
	}

	#header h1 {
		text-align: center;
	}

	#header h2 img {
		max-width: 90%;
	}

	nav#mainNav {
		width: 98%;
		margin-top: 1rem;
	}

	#header {
		text-align: center;
	}

	.contact {
		padding: 0 0 20px;
	}

	.contact p {
		text-align: center;
	}

	#headerInfo {
		width: 250px;
		margin: 0 auto;
	}

	img.alignright,
	img.alignleft {
		display: block;
		margin: 5px auto;
	}

	.alignright,
	.alignleft {
		float: none;
	}
}