@charset "UTF-8";



#page .main_innr {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}


#page .contentswrap {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-top: 80px;
	padding-bottom: 100px;
}

#page .contentswrap article,
#page .contentswrap.archive .box {
	width: 800px;
}

#page .contentswrap.archive .box {
	margin-top: 0;
}

#page .contentswrap.archive .box h1 {
	font-size: 24px;
	margin-bottom: 2em;
	padding: 5px 15px;
	letter-spacing: 2px;
	color: #333;
	border-left: 3px solid #00bb85;
}


#page .contentswrap aside {
	width: 300px;
}

#page .contentswrap aside dl {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#page .contentswrap aside dl dt {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	letter-spacing: 2px;
	background-color: #efede9;
}

#page .contentswrap aside dl dd ul li {
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-bottom-style: dotted;
	padding-left: 2em;
	text-indent: -2em;
}

#page .contentswrap aside dl dd ul li a {
	font-size: 15px;
	margin-left: 10px;
}

#page .contentswrap aside dl dd ul li::before {
	font-family: FontAwesome;
	margin-left: 10px;
	content: "\f105";
}

#page .contentswrap aside dl dd ul li:last-child {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	#page .contentswrap {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 5vw;
		margin-top: 10vw;
	}

	#page .contentswrap article,
	#page .contentswrap.archive .box {
		width: 100%;
	}

	#page .contentswrap.archive .box h1 {
		font-size: 5vw;
		padding: 2vw 4vw;
	}

	#page .contentswrap aside {
		width: 100%;
		margin-top: 20vw;
	}

	#page .contentswrap aside dl {
		margin-bottom: 5vw;
	}

	#page .contentswrap aside dl dt {
		font-size: 4vw;
	}

	#page .contentswrap aside dl dd ul li a {
		font-size: 3.4vw;
	}
}




/* .listBox ---------------*/
.listbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-bottom: 30px;
}

.listbox .box {
	width: 30%;
	margin-bottom: 40px;
	margin-right: 3%;
}

.listbox .box:nth-child(3n) {
	margin-right: 0;
}


.listbox .box h2 {
	font-size: 16px;
	margin-top: .5em;
}

.listbox .box span {
	font-size: 12px;
	color: #666;
}

.listbox .box p {
	font-size: 13px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
}

.listbox .box .icatch img {
	font-family: "object-fit: cover;";
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.listbox .box p a {
	text-decoration: none;
	color: #06b;
}

.listbox .box p a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	.listbox {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 5vw;
		margin-top: 5vw;
	}

	.listbox .box {
		width: 47%;
		margin-bottom: 8vw;
		margin-right: 6%;
		margin-bottom: 6%;
	}

	.listbox .box:nth-child(3n) {
		margin-right: 6%;
	}

	.listbox .box:nth-child(even) {
		margin-right: 0;
	}

	.listbox .box h2 {
		font-size: 3.4vw;
	}

	.listbox .box span {
		font-size: 3vw;
	}

	.listbox .box .icatch img {
		height: 25vw;
	}

	.listbox .box p {
		display: none;
	}
}

.catettl {
	margin-top: 2em;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: .3em;
	padding-left: .4em;
}

.notfound {
	padding: 100px 0;
	text-align: center;
}

.notfound p {
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.notfound {
		padding: 10vw 0;
		text-align: left;
	}

	.notfound p {
		margin-top: 1em;
	}
}

.newslist {
	padding: 50px 0 100px;
}

.newslist ul {
	list-style: none;
	border-top: dotted 1px #ccc;
}

.newslist ul li {
	padding: 1em .5em;
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
}

.newslist ul li span.day {
	color: #999;
}

.newslist ul li a {
	margin-left: 1em;
	color: #383833;
}

.newslist ul li span.cate {
	display: inline-block;
	font-size: 85%;
	background-color: #333;
	color: #fff;
	line-height: 1em;
	padding: .4em .5em;
	margin-right: 1em;
}


@media screen and (max-width: 767px) {
	.newslist {
		padding: 5vw 0 5vw;
	}

	.newslist ul li {
		font-size: 3.6vw;
	}

	.newslist ul li a {
		display: block;
		margin-left: 0;
		margin-top: .3em;
	}
}

#textbody .blocks-gallery-grid,
#textbody .wp-block-gallery {
	padding-left: 0;
}

#textbody .ggmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
	margin-top: 30px;
}

#textbody .ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#textbody .ggmap {
		padding-top: 75%;
		margin-top: 5vw;
	}
}