/* --------------------------------- nav */
@media screen and (min-width:768px) {
	nav {
		position: relative;
	}
	nav::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;

		width: 100%;
		height: calc(100% - 30px);
		background-color: #f6f4ef;
	}
	nav ul.first {
		margin-bottom: 0;
	}
}

/* --------------------------------- fv */
div.fv {
	position: relative;
	width: 100%;
}
div.fv img {
	object-fit: cover;
	height: 180px;
}
div.fv div.page-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
div.fv div.page-title h1,
div.fv div.page-title p {
	display: inline;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6.5vw;
	line-height: 2em;
	border-bottom: 3px dotted #808080;
}
div.fv div.page-title h1 span,
div.fv div.page-title p span {
	color: #f89a71;
}

@media screen and (min-width:480px) {
	div.fv div.page-title h1,
	div.fv div.page-title p {
		font-size: min(4.5vw, 1.87em);
	}
}
@media screen and (min-width:768px) {
	div.fv img {
		height: 250px;
	}
}
@media screen and (min-width:1024px) {
	div.fv img {
		height: 334px;
	}
}

/* --------------------------------- pankuzu */
ul.pankuzu {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;

	width: 100%;
	max-width: 1090px;
	padding: 0 20px 0 20px;
	margin: 0 auto 30px auto;
}
ul.pankuzu li {
	position: relative;
	font-size: 0.875em;
	color: #a2a2a2;
	margin: 0 6px 0 0;
}

ul.pankuzu li:nth-child(n + 2) {
	padding: 0 0 0 18px;
}
ul.pankuzu li:nth-child(n + 2)::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #f89a71;
	border-right: solid 1px #f89a71;
	transform: rotate(45deg);
}
ul.pankuzu li a {
	color: #a2a2a2;
}

/* --------------------------------- wave */
svg.wave-top {
	display: block;
	width: 100%;
	height: auto;
	stroke: none;
	object-fit: contain;
	object-position: top;
	transform: scale(-1, -1) translateY(-1px);
}
svg.wave-bottom {
	display: block;
	width: 100%;
	height: auto;
	stroke: none;
	object-fit: contain;
	object-position: bottom;
	transform: translateY(-1px);
}

/* --------------------------------- archive-news */
div.archive-news {
	width: 100%;
	background-color: #f6f4ef;
	padding: 30px 20px 30px 20px;
}
div.archive-news div.inner {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 0 auto;
}

/* filter */
div.filter {
	width: 100%;
	margin: 0 auto 20px auto;
}
div.filter p {
	display: flex;
	align-items: center;
	font-weight: 700;
	border-bottom: 3px dotted #e7e4dd;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
}
div.filter p svg {
	width: 24px;
	stroke: none;
	fill: #ac967a;
	margin: 0 4px 0 0;
}

div.archive-news ul {
	width: 100%;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin: 0 0 30px 0;
}
div.archive-news ul li {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
div.archive-news ul li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0.875em;
	padding: 16px 10px 16px 10px;
}
div.archive-news ul li a:hover {
	opacity: 0.6;
}
div.archive-news ul li span.icon{
	width: 100%;
	max-width: 100px;
	color: #FFF;
	text-align: center;
	padding: 4px 4px 4px 4px;
	margin: 0 8px 0 0;
}
div.archive-news ul li span.category-01 {
	background-color: #93278f;
}
div.archive-news ul li span.category-02 {
	background-color: #7ac943;
}
div.archive-news ul li span.category-03 {
	background-color: #ff7bac;
}
div.archive-news ul li span.category-04 {
	background-color: #3fa9f5;
}
div.archive-news ul li span.category-05 {
	background-color: #ff931e;
}

div.archive-news ul li span.date {
	width: calc(100% - 108px);
	color: #4d4d4d;
}
div.archive-news ul li p {
	width: 100%;
	margin: 10px 0 0 0;
}
div.archive-news ul li p span {
	color: #0000ff;
	text-decoration: underline;
}
div.archive-news ul li svg.url,
div.archive-news ul li svg.pdf {
	display: inline-block;
	stroke: none;
	fill: #aaaaaa;
}
div.archive-news ul li svg.url {
	width: 16px;
	transform: translateY(3px);
}
div.archive-news ul li svg.pdf {
	width: 18px;
	transform: translateY(6px);
}

@media screen and (min-width:1024px) {
	div.archive-news ul li span.date {
		width: 124px;
		text-align: center;
		margin: 0 10px 0 0;
	}
	div.archive-news ul li p {
		width: calc(100% - 242px);
		margin: 0 0 0 0;
	}
}
@media screen and (min-width:768px) {
	div.archive-news {
		padding: 50px 20px 90px 20px;
	}
	div.archive-news div.inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	div.filter {
		width: 230px;
		background: #ffffff;
		padding: 16px 20px 20px 20px;
		margin: 0;
	}
	div.filter p {
		padding: 0 0 10px 0;
	}

	div.archive-news div.list-box {
		width: calc(100% - 250px);
	}
	div.archive-news ul {
		padding: 30px 30px 30px 30px;
		margin: 0 auto 30px auto;
	}
	div.archive-news ul li a {
		font-size: 1.0em;
	}
}

/* --------------------------------- search & filter */
div.search-filter-input-checkbox * {
	font-size: 1em;
}
div.search-filter-input-group {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.search-filter-input-checkbox {
	width: calc(98%/2);
	border-radius: 4px;
	border: 1px solid #ac967a;
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
div.search-filter-input-checkbox:nth-last-of-type(2),
div.search-filter-input-checkbox:last-of-type {
	margin: 0 0 0 0;
}
span.search-filter-input-checkbox__control,
input.search-filter-input-checkbox__input {
	display: none;
}
div.search-filter-input-checkbox label.search-filter-input-checkbox__container {
	display: flex;
	align-items: center;
	padding: 12px 0 12px 10px;
}
div.search-filter-input-checkbox label.search-filter-input-checkbox__container::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;

	background-color: #c7b9a7;
	-webkit-mask: url(../image/icon-check-off.svg) no-repeat;
	mask: url(../image/icon-check-off.svg) no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
}
span.search-filter-input-checkbox__label {
	display: block;
	font-size: 0.87em;
	line-height: 19px;
	padding: 0 0 0 6px;
}

/* is-active */
div.search-filter-input-checkbox--is-active {
	background-color: #ac967a;
	box-shadow: unset;
}
div.search-filter-input-checkbox--is-active span.search-filter-input-checkbox__label {
	color: #ffffff;
}
div.search-filter-input-checkbox--is-active label.search-filter-input-checkbox__container::before {
	background-color: #ffffff;
	-webkit-mask: url(../image/icon-check-on.svg) no-repeat;
	mask: url(../image/icon-check-on.svg) no-repeat;
}

@media screen and (min-width:768px) {
	div.search-filter-input-checkbox {
		width: 100%;
		margin: 0 0 10px 0;
	}
	div.search-filter-input-checkbox:nth-last-of-type(2) {
		margin: 0 0 10px 0;
	}
	div.search-filter-input-checkbox:last-of-type {
		margin: 0 0 0 0;
	}
	span.search-filter-input-checkbox__label {
		font-size: 1em;
	}
}

/* --------------------------------- wp-pagenavi */
div.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
div.wp-pagenavi a.page,
div.wp-pagenavi span.current {
	width: 40px;
	height: 40px;
	text-align: center;
	align-content: center;
	border: unset;
	margin: 0 2px 0 2px;
}
div.wp-pagenavi a.page {
	color: #4d4d4d;
	background-color: #e7e4dd;
}
div.wp-pagenavi span.current {
	color: #ffffff;
	background-color: #ac967a;
}
div.wp-pagenavi a.first,
div.wp-pagenavi a.last {
	width: 60px;
	height: 40px;
	text-align: center;
	align-content: center;

	color: #4d4d4d;
	background-color: #e7e4dd;
	border: unset;
}
div.wp-pagenavi a.first {
	margin: 0 10px 0 0;
}
div.wp-pagenavi a.last {
	margin: 0 0 0 10px;
}

div.wp-pagenavi a:hover {
	color: #ffffff;
	background-color: #ac967a;
}

/* --------------------------------- single-news */
div.single-news {
	width: 100%;
	background-color: #f6f4ef;
	padding: 30px 20px 30px 20px;
}


div.single-news div.title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto 20px auto;
}
div.single-news span.icon {
	width: 100%;
	max-width: 100px;
	color: #FFF;
	text-align: center;
	padding: 4px 4px 4px 4px;
	margin: 0 16px 0 0;
}
div.single-news span.category-01 {
	background-color: #93278f;
}
div.single-news span.category-02 {
	background-color: #7ac943;
}
div.single-news span.category-03 {
	background-color: #ff7bac;
}
div.single-news span.category-04 {
	background-color: #3fa9f5;
}
div.single-news span.category-05 {
	background-color: #ff931e;
}
div.single-news span.date {
	font-family: "Kiwi Maru", sans-serif;
}

div.single-news div.inner {
	width: 100%;
	max-width: 1050px;
	background-color: #ffffff;
	padding: 30px 20px 20px 20px;
	margin: 0 auto 20px auto;
}
div.single-news h1 {
	width: 100%;
	font-family: "Kiwi Maru", sans-serif;
	font-size: min(6.5vw, 1.7em);
	border-bottom: 3px dotted #9ec855;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
div.single-news p.text {
	width: 100%;
	margin: 0 0 30px 0;
}
div.single-news a {
	margin: 0 0 20px 0;
}
div.single-news a svg {
	display: inline-block;
	stroke: none;
	fill: #aaaaaa;
}
div.single-news a.url svg {
	width: 16px;
	transform: translateY(3px);
}
div.single-news a.file svg {
	width: 18px;
	transform: translateY(6px);
}

div.single-news video {
	width: 100%;
}
div.single-news div.gallery {
	width: 100%;
}
div.single-news div.gallery figure {
	width: 100%;
	margin: 0 0 10px 0;
}

@media screen and (min-width:480px) {
	
	div.single-news h1 {
		font-size: min(4.5vw, 1.7em);
	}
	div.single-news div.gallery {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	div.single-news div.gallery figure {
		width: 47%;
		margin: 0 0 30px 0;
	}
}
@media screen and (min-width:768px) {
	div.single-news div.inner {
		padding: 50px 50px 50px 50px;
	}
	div.single-news h1 {
		font-size: 1.87em;
	}
}
