@charset "UTF-8";
/*
Theme Name: 文京区環境協会 オリジナルテーマ
Author: A.Miyamoto, S.Suzuki
Version: 1.0.0
*/
/**
 * サイト独自のスタイルの記述（カスタマイズ）にご利用ください。（テーマオリジナルのスタイルを上書きできます）
 */
html {
	font-size: 62.5%;
}

body {
	font-family: noto-sans-cjk-jp, "メイリオ", Meiryo, sans-serif, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body[data-open=true] {
	overflow: hidden;
}
body ul,
body ol {
	list-style: none;
}
body img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
	font-family: noto-sans-cjk-jp, "メイリオ", Meiryo, sans-serif;
	background: none;
	border: none;
	-webkit-appearance: none;
	        appearance: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.c-button {
	opacity: 1;
	transition: opacity 300ms;
}
.c-button + .c-button {
	margin-left: 19px;
}
.c-button[data-register=disable] {
	opacity: 0.6;
	pointer-events: none;
}
.c-button input[type=submit],
.c-button button {
	padding: 15px;
	min-width: 253px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.15px;
	border: 1px solid #42622C;
	border-radius: 4px;
	cursor: pointer;
}
@media screen and (max-width: 440px) {
	.c-button input[type=submit],
.c-button button {
		min-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.c-search__button-area .c-button {
		margin: 0 10px 20px;
	}
}

.p-guide__form .c-button,
.c-form .c-button {
	margin: 0 auto;
	text-align: center;
}
.p-guide__form .c-button input[type=submit],
.p-guide__form .c-button button,
.c-form .c-button input[type=submit],
.c-form .c-button button {
	padding: 12px 15px;
	min-width: 200px;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	.c-form .c-button button + button {
		margin-top: 20px;
	}
}

.c-button[data-button=primary] input[type=submit],
.c-button[data-button=primary] button {
	color: #fff;
	background-color: #42622C;
	transition: color 300ms, background-color 300ms;
}
.c-button[data-button=primary] input[type=submit]:hover,
.c-button[data-button=primary] button:hover {
	color: #42622C;
	background-color: #fff;
}

.c-button[data-button=secondary] input[type=submit],
.c-button[data-button=secondary] button {
	color: #42622C;
	background-color: #fff;
}
.c-button[data-button=secondary] input[type=submit]:hover,
.c-button[data-button=secondary] button:hover {
	color: #fff;
	background-color: #42622C;
}

.c-button__link {
	margin-bottom: 70px;
	text-align: center;
	opacity: 1;
	transition: opacity 300ms;
}
@media screen and (max-width: 767px) {
	.c-button__link {
		margin-bottom: 40px;
	}
}
.c-button__link[data-top=wide] {
	margin-top: 50px;
}
.c-button__link[data-link=secondary] {
	margin-top: 10px;
	margin-bottom: 25px;
}
.c-button__link[data-link=secondary] a {
	padding: 25px 15px;
	min-width: 413px;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #BE9E4D;
	border: 1px solid #BE9E4D;
}
@media screen and (max-width: 767px) {
	.c-button__link[data-link=secondary] a {
		width: 100%;
		min-width: 0;
		max-width: 413px;
		padding: 15px;
	}
}
.c-button__link[data-link=secondary] a:hover {
	color: #BE9E4D;
	background-color: #fff;
}
.c-button__link[data-register=disable] {
	opacity: 0.6;
	pointer-events: none;
}
.c-button__link a {
	display: inline-block;
	min-width: 200px;
	padding: 9px 10px;
	font-weight: 400;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	background-color: #42622C;
	border: 1px solid #42622C;
	transition: color 300ms, background-color 300ms;
	border-radius: 4px;
}
.c-button__link a:hover {
	color: #42622C;
	background-color: #fff;
}

.p-contest__year-list .c-button__link {
	margin-bottom: 0;
}

.p-membership .c-button__link {
	margin-bottom: 0;
}
.p-membership .c-button__link a {
	padding: 6px 10px;
	min-width: 130px;
}

.c-button__pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.c-button__pagetop a {
	display: block;
	width: 58px;
	height: 58px;
	background-image: url("image/icon/icon-arrow-08.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.c-button__pagetop a {
		width: 40px;
		height: 40px;
	}
}
.c-button__pagetop a span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.c-content {
	word-break: break-all;
}
.c-content[data-top=narrow] {
	margin-top: -12px;
}
.c-content > p {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-content > p[data-bottom=wide] {
	margin-bottom: 50px;
}
.c-content > p + h2 {
	margin-top: 50px;
}
.c-content > dl div + div {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.c-content > dl div + div {
		margin-top: 30px;
	}
}
.c-content > dl dt,
.c-content > dl dd {
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-content > dl dt {
	font-weight: 700;
}
.c-content > dl dd + dd {
	margin-top: 20px;
}
.c-content > h2 {
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 700;
}
.c-content > h3 {
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 7px 31px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2;
	background-color: #F2ECDB;
	border-top: 1px solid #BE9E4D;
	border-bottom: 1px solid #BE9E4D;
}
.c-content > h3:first-child {
	margin-top: 0;
}
.c-content table {
	margin-bottom: 15px;
	min-width: 535px;
	border-top: 1px solid #BE9E4D;
	border-collapse: collapse;
}
@media screen and (max-width: 767px) {
	.c-content table {
		min-width: 0;
		width: calc(100% - 30px);
	}
}
.c-content table thead th:first-child,
.c-content table tbody th:first-child {
	text-align: left;
}
.c-content table tr {
	border-bottom: 1px solid #BE9E4D;
}
.c-content table th {
	font-weight: 400;
}
.c-content table th,
.c-content table td {
	padding: 14px 31px;
	font-size: 1.5rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.c-content table th,
.c-content table td {
		padding: 12px 6px;
	}
}
.c-content table td {
	text-align: center;
}

.p-about .c-content > ul,
.p-about .c-content > ol,
.p-about .c-content > p {
	padding: 0 31px;
}
@media screen and (max-width: 767px) {
	.p-about .c-content > ul,
.p-about .c-content > ol,
.p-about .c-content > p {
		padding: 0 15px;
	}
}
.p-about .c-content table {
	margin: 0 31px 15px;
	width: auto;
}
@media screen and (max-width: 767px) {
	.p-about .c-content table {
		margin: 0 15px 15px;
	}
}

.c-content__address {
	width: 493px;
	margin-top: 25px;
	padding: 25px;
	background-color: #F2ECDB;
}
@media screen and (max-width: 767px) {
	.c-content__address {
		max-width: 493px;
		width: 100%;
	}
}
.c-content__address h2 {
	font-weight: 400;
}
.c-content__address h2,
.c-content__address p,
.c-content__address dt,
.c-content__address dd {
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-content__address dl div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.c-content__address dt::after {
	display: inline-block;
	content: "：";
}
.c-content__address p:last-child {
	margin-bottom: 0;
}

.c-content__date {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 2.22;
	letter-spacing: -0.15px;
}

.c-content__introduction {
	width: 100%;
	padding: 50px 20px;
	margin-bottom: 25px;
	background-color: #F2ECDB;
}
@media screen and (max-width: 767px) {
	.c-content__introduction {
		padding: 30px 20px;
	}
}
.c-content__introduction p {
	font-family: ten-mincho, serif;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -0.15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-content__introduction p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 520px) {
	.c-content__introduction p {
		text-align: left;
	}
}

.c-content__box {
	padding: 25px 20px;
	margin-bottom: 25px;
	text-align: center;
	border: 1px solid #42622C;
}
.c-content__box p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-content__box p + p {
	margin-top: 10px;
}
.c-content__box p small {
	font-size: 1.3rem;
}

.c-content__center {
	margin-bottom: 50px;
	text-align: center;
}
.c-content__center p {
	line-height: 1.8;
	font-size: 1.5rem;
}
.c-content__center p small {
	font-size: 1.3rem;
}
.c-content__center p span {
	font-weight: 700;
	font-size: 1.6rem;
}

.c-content__faq div {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c-content__faq div {
		margin-bottom: 35px;
	}
}
.c-content__faq dt,
.c-content__faq dd {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.c-content__faq dt span,
.c-content__faq dd span {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	margin-right: 13px;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.15px;
}
.c-content__faq dt {
	margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
	.c-content__faq dt {
		margin-bottom: 20px;
	}
}
.c-content__faq dt span {
	padding: 5px 8px 11px;
	color: #fff;
	background-color: #BE9E4D;
}
.c-content__faq dt p {
	font-size: 1.8rem;
	line-height: 2;
}
.c-content__faq dd span {
	color: #BE9E4D;
	background-color: #F2ECDB;
}
.c-content__faq dd p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-content__faq dd p a {
	text-decoration: none;
	color: #0057ff;
}

.c-content__map {
	margin: 50px 0 70px;
	padding: 50px;
	background-color: #F2ECDB;
}
@media screen and (max-width: 767px) {
	.c-content__map {
		margin: 30px 0 40px;
		padding: 30px;
	}
}

.c-content__map-image + .c-content__map-image {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.c-content__map-image + .c-content__map-image {
		margin-top: 30px;
	}
}

.c-content__attention {
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	background-color: #F2ECDB;
	z-index: 10;
}
.c-content__attention[data-visible=false] {
	display: none;
}

.c-footer {
	background-color: #fff;
}

.c-footer__wrapper {
	max-width: 943px;
	margin: 0 auto;
	padding: 58px 20px 32px;
	text-align: center;
}

.c-footer__banner {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
@media screen and (max-width: 943px) {
	.c-footer__banner {
		justify-content: flex-start;
		max-width: 680px;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer__banner {
		justify-content: center;
		max-width: 452px;
		margin: 0 auto 57px;
	}
}
.c-footer__banner li {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex: 0 0 auto;
	width: 100%;
	max-width: 210px;
	margin-right: 21px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-footer__banner li {
		margin: 0 8px 24px;
	}
}
.c-footer__banner li:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 943px) {
	.c-footer__banner li:nth-child(4n) {
		margin-right: 21px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer__banner li:nth-child(4n) {
		margin-right: 8px;
	}
}
@media screen and (max-width: 943px) {
	.c-footer__banner li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-footer__banner li:nth-child(3n) {
		margin-right: 8px;
	}
}
.c-footer__banner li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.c-footer__banner li:last-child {
		margin-right: 8px;
	}
}
.c-footer__banner a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	opacity: 1;
	transition: opacity 300ms;
}
.c-footer__banner a:hover {
	opacity: 0.8;
}
.c-footer__banner a[data-banner="01"] {
	background-image: url("image/footer-banner-01.jpg");
}
.c-footer__banner a[data-banner="02"] {
	background-image: url("image/footer-banner-02.jpg");
}
.c-footer__banner a[data-banner="03"] {
	background-image: url("image/footer-banner-03.jpg");
}
.c-footer__banner a[data-banner="04"] {
	background-image: url("image/footer-banner-04.jpg");
}
.c-footer__banner a > span {
	padding: 0 10px;
	width: 100%;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
}
.c-footer__banner span span {
	display: block;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.21;
}

.c-footer__link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
	.c-footer__link {
		justify-content: flex-start;
		flex-wrap: wrap;
		max-width: 280px;
		margin: 0 auto 15px;
	}
}
.c-footer__link li {
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.c-footer__link li {
		min-width: 116px;
		width: 50%;
		margin-bottom: 24px;
		text-align: left;
	}
}
.c-footer__link li:nth-child(even) {
	margin-right: 0;
}
.c-footer__link li + li {
	margin-left: 40px;
	padding-left: 41px;
	border-left: 1px solid #000000;
}
@media screen and (max-width: 943px) {
	.c-footer__link li + li {
		margin-left: 20px;
		padding-left: 21px;
	}
}
@media screen and (max-width: 767px) {
	.c-footer__link li + li {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
.c-footer__link a {
	color: #42622C;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.c-footer__link a {
		line-height: 1.2;
	}
}
.c-footer__link a:hover {
	text-decoration: underline;
}

.c-footer__logo {
	text-align: center;
	margin: 0 auto 25px;
}
.c-footer__logo a {
	display: inline-block;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.c-footer__logo a {
		width: 129px;
	}
}

.c-footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 63px;
}
@media screen and (max-width: 767px) {
	.c-footer__social {
		margin: 0 auto 40px;
	}
}
.c-footer__social li + li {
	margin-left: 7px;
}

.c-footer__copyright {
	color: #42622C;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, noto-sans-cjk-jp, "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
	line-height: 1.22;
	text-align: center;
	letter-spacing: -0.15px;
}

.c-form {
	margin: 50px 0 70px;
}
@media screen and (max-width: 767px) {
	.c-form {
		margin: 35px 0 50px;
	}
}
.c-form p {
	display: none;
}

.c-form__content {
	margin-bottom: 50px;
	padding: 49px 45px;
	background-color: #fff;
	border: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.c-form__content {
		padding: 29px 25px;
	}
}

.c-form__item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.c-form__item + .c-form__item {
	margin-top: 30px;
}
.c-form__item br {
	display: none;
}
.c-form__item label,
.c-form__item h2 {
	flex: 0 0 auto;
	padding-top: 17px;
	width: 181px;
	font-size: 1.6rem;
	line-height: 1.25;
}
@media screen and (max-width: 767px) {
	.c-form__item label,
.c-form__item h2 {
		padding: 0 0 10px;
		width: 100%;
	}
}
.c-form__item label span,
.c-form__item h2 span {
	display: inline-block;
	margin-left: 6px;
	color: #FF0000;
	font-size: 1.2rem;
}
.mw_wp_form_preview .c-form__item.-nopreview {
	display: none;
}
.mw_wp_form_preview .c-form__item label {
	padding-top: 0;
}
.c-form__item h2 {
	padding-top: 0;
	font-weight: 400;
}
.c-form__item input,
.c-form__item textarea {
	padding: 17px 15px;
	background-color: #F2ECDB;
	border: 1px solid #BE9E4D;
}
@media screen and (max-width: 767px) {
	.c-form__item input,
.c-form__item textarea {
		padding: 15px 12px;
		font-size: 1.6rem;
	}
}
.c-form__item input {
	width: 320px;
}
@media screen and (max-width: 767px) {
	.c-form__item input {
		width: 100%;
	}
}
.c-form__item input.p-postal-code {
	width: 113px;
}
@media screen and (max-width: 440px) {
	.c-form__item input.p-postal-code {
		width: calc(50% - 18px);
	}
}
.c-form__item input.-max,
.c-form__item textarea {
	width: calc(100% - 181px);
}
@media screen and (max-width: 767px) {
	.c-form__item input.-max,
.c-form__item textarea {
		width: 100%;
	}
}
.c-form__item textarea {
	min-height: 220px;
	resize: vertical;
}

.c-form__content-error {
	font-size: 100%;
	display: inline-block;
	position: initial;
	color: #B70000;
	display: none;
}
.c-form__content-error > span {
	display: block;
	margin-bottom: 40px;
}
.c-form__content-error.-error {
	display: block;
}

.mw_wp_form_input .c-form__item-select {
	position: relative;
}
@media screen and (max-width: 767px) {
	.mw_wp_form_input .c-form__item-select {
		width: 100%;
	}
}
.mw_wp_form_input .c-form__item-select::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 11px;
	display: block;
	content: "";
	width: 15px;
	height: 10px;
	background-image: url("image/icon/icon-arrow-04.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.mw_wp_form_input .c-form__item-select select {
	padding: 17px 15px;
	width: 320px;
	background-color: #F2ECDB;
	border: 1px solid #BE9E4D;
}
@media screen and (max-width: 767px) {
	.mw_wp_form_input .c-form__item-select select {
		width: 100%;
		padding: 15px 12px;
		font-size: 1.6rem;
	}
}

.c-form__item-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.c-form__item-wrapper span {
	margin: 0 10px;
	font-size: 1.6rem;
	line-height: 1.25;
}

.c-form__item-button {
	margin-left: 20px;
}
.c-form__item-button button {
	min-width: 130px;
	color: #fff;
	padding: 10px 6px;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -0.15px;
	text-align: center;
	border: 1px solid #BE9E4D;
	background-color: #BE9E4D;
}

.c-form__item .c-form__item-agree .mwform-checkbox-field-text {
	display: none;
}
.c-form__item .c-form__item-agree input {
	position: relative;
	padding: 0;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background-color: #C4C4C4;
	border: none;
}
.c-form__item .c-form__item-agree input:checked::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 2px;
	left: 1.5px;
	width: 11px;
	height: 10px;
	background-image: url("image/icon/icon-check-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.c-form__item .c-form__item-agree label {
	font-size: 1.5rem;
	line-height: 1.17;
	letter-spacing: -0.15px;
}
.c-form__item .c-form__item-agree label a {
	color: #4891FF;
}

.c-content.add-completed > p {
	display: none;
}

.mw_wp_form .error {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	margin: 4px 0px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.mw_wp_form .error {
		top: auto;
		right: 0;
		width: 100%;
	}
}

.c-header {
	position: relative;
	width: 100%;
	background-color: #fff;
}
@media screen and (max-width: 943px) {
	.c-header {
		z-index: 110;
		overflow-x: hidden;
	}
}
.c-header[data-open=true] {
	overflow: initial;
	overflow-y: initial;
}
.c-header.is-fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 110;
}
.c-header.is-fixed .c-header__wrapper {
	display: none;
}
@media screen and (max-width: 943px) {
	.c-header.is-fixed .c-header__wrapper {
		display: flex;
	}
}

.c-header__body {
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 24px 19px;
}
@media screen and (min-width: 1120px) {
	.c-header__body {
		max-width: 1120px;
		padding: 15px 0 19px;
	}
}
@media screen and (max-width: 943px) {
	.c-header__body {
		padding: 15px 14px 19px 24px;
	}
}

.c-header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 29px;
}
@media screen and (max-width: 943px) {
	.c-header__wrapper {
		margin-bottom: 0;
	}
}

.c-header__logo {
	font-size: 1rem;
	line-height: 1;
}
.c-header__logo h1,
.c-header__logo a {
	display: inline-block;
	line-height: 1;
}

.c-header__menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 943px) {
	.c-header__menu {
		display: none;
	}
}

.c-header__font {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 16px;
}
.c-header__font-text {
	margin: 2px 8px 0 0;
	color: #42622C;
	font-size: 1rem;
	line-height: 1.48;
}
.c-header__font-text span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.c-header__font-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.c-header__font-list li + li {
	margin-left: 3px;
}
.c-header__font-list button {
	min-width: 17px;
	color: #42622C;
	font-size: 1rem;
	line-height: 1.54;
	font-size-adjust: 0.9;
	text-align: center;
	border: 1px solid #42622C;
	background-color: #fff;
	border-radius: 2px;
}
.c-header__font-list button.active {
	background-color: #E0EADC;
}

.c-header__language {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 32px;
}
@media screen and (max-width: 943px) {
	.c-header__language {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
}
.c-header__language-button {
	color: #42622C;
	padding: 1px;
	font-size: 1rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	cursor: pointer;
}
@media screen and (max-width: 943px) {
	.c-header__language-button {
		color: #fff;
	}
}
.c-header__language-button::after {
	display: inline-block;
	content: "▼";
	margin-left: 5px;
	transform-origin: center;
	transform: rotate(0deg);
}
.c-header__language-button[aria-expanded=true]::after {
	transform: rotate(180deg);
}

.c-header__language-list {
	position: absolute;
	top: 15px;
	left: 0;
	width: 70px;
	z-index: 20;
	background-color: #fff;
}
@media screen and (max-width: 943px) {
	.c-header__language-list {
		position: static;
		text-align: center;
		background-color: transparent;
	}
}
.c-header__language-list[aria-hidden=true] {
	display: none;
}
.c-header__language-list li {
	margin: 4px 0;
}
@media screen and (max-width: 943px) {
	.c-header__language-list li {
		display: inline-block;
		margin: 4px 5px;
	}
}
.c-header__language-list a {
	display: block;
	padding: 4px;
	color: #42622C;
	font-size: 1rem;
	line-height: 1.48;
	text-decoration: none;
	background-color: #fff;
	transition: background-color 300ms;
}
@media screen and (max-width: 943px) {
	.c-header__language-list a {
		background-color: transparent;
	}
}
.c-header__language-list a:hover {
	background-color: #E0EADC;
}

.c-nav-global ul.c-header__language-list[aria-hidden=false] {
	margin: 5px auto 0;
	width: auto;
	max-width: 207px;
}
.c-nav-global ul.c-header__language-list[aria-hidden=false] li + li {
	margin-top: 0;
}
.c-nav-global ul.c-header__language-list[aria-hidden=false] a {
	font-size: 1.3rem;
}

.c-header__search {
	max-width: 99px;
	margin-right: 33px;
	border: 1px solid #42622C;
	border-radius: 3px;
}
@media screen and (max-width: 943px) {
	.c-header__search {
		margin: 0 auto;
		border: 1px solid #fff;
	}
}
.c-header__search form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 3px 4px 2px;
}
.c-header__search input {
	width: calc(100% - 11px);
}
.c-header__search input::placeholder {
	color: #C4C4C4;
	font-size: 1rem;
	font-size-adjust: 0.9;
	line-height: 1.7;
	letter-spacing: -0.15px;
	vertical-align: top;
}

.c-header__seach-submit {
	width: 11px;
	height: 11px;
	background-image: url("image/icon/icon-search-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 943px) {
	.c-header__seach-submit {
		width: 16px;
		height: 16px;
		background-image: url("image/icon/icon-search-02.svg");
	}
}
.c-header__seach-submit span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.c-header__social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 943px) {
	.c-header__social {
		justify-content: center;
		margin: 32px 0 20px;
		border-top: 0.5px solid #fff;
		padding-top: 25px;
	}
}
.c-header__social li + li {
	margin-left: 5px;
}

.c-nav-global ul.c-header__social li {
	line-height: 1;
}
.c-nav-global ul.c-header__social li + li {
	margin: 0 0 0 25px;
}

.c-header__sp-button {
	display: none;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 10px;
}
@media screen and (max-width: 943px) {
	.c-header__sp-button {
		display: flex;
	}
}
.c-header__sp-button[aria-expanded=true] {
	position: relative;
	z-index: 1001;
}
.c-header__sp-button[aria-expanded=true]::before, .c-header__sp-button[aria-expanded=true]::after,
.c-header__sp-button[aria-expanded=true] span:last-child {
	background-color: #fff;
}
.c-header__sp-button[aria-expanded=true]::before {
	transform: rotate(45deg);
}
.c-header__sp-button[aria-expanded=true]::after {
	transform: rotate(-45deg);
}
.c-header__sp-button[aria-expanded=true] span:last-child {
	opacity: 0;
}
.c-header__sp-button::before, .c-header__sp-button::after {
	content: "";
	transform: rotate(0deg);
	transition: transform 300ms;
}
.c-header__sp-button::before, .c-header__sp-button::after,
.c-header__sp-button span:last-child {
	display: inline-block;
	width: 15px;
	height: 2px;
	background-color: #42622C;
}
.c-header__sp-button::before {
	transform-origin: left top;
}
.c-header__sp-button::after {
	transform-origin: left bottom;
}
.c-header__sp-button span:last-child {
	margin: 3px 0;
	opacity: 1;
	transition: opacity 300ms;
}
.c-header__sp-button span:first-child {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.c-header__sp-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background: rgba(66, 98, 44, 0.9);
	overflow-y: scroll;
}
@media screen and (max-width: 943px) {
	.c-header__sp-menu {
		visibility: hidden;
		right: -271px;
		opacity: 0;
		overflow: hidden;
		transition: right 300ms, opacity 100ms, visibility 100ms;
	}
}
@media screen and (max-width: 943px) {
	.c-header__sp-menu[aria-hidden=false] {
		visibility: visible;
		right: 0;
		opacity: 1;
		padding: 72px 32px;
		min-width: 271px;
		height: 100vh;
		overflow-y: scroll;
	}
}
@media screen and (min-width: 944px) {
	.c-header__sp-menu .c-header__social,
.c-header__sp-menu .c-header__language,
.c-header__sp-menu .c-header__search {
		display: none;
	}
}

.c-heading[data-page=spot], .c-heading[data-page=walk], .c-heading[data-page=guide], .c-heading[data-page=event], .c-heading[data-page=about], .c-heading[data-page=bunkyo], .c-heading[data-page=bungou], .c-heading[data-page=news], .c-heading[data-page=photolibrary], .c-heading[data-page=contest], .c-heading[data-page=feature], .c-heading[data-page=membership], .c-heading[data-page=pamphlet], .c-heading[data-page=sub] {
	padding: 85px 20px 97px;
	width: 100%;
	min-height: 280px;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.c-heading[data-page=spot], .c-heading[data-page=walk], .c-heading[data-page=guide], .c-heading[data-page=event], .c-heading[data-page=about], .c-heading[data-page=bunkyo], .c-heading[data-page=bungou], .c-heading[data-page=news], .c-heading[data-page=photolibrary], .c-heading[data-page=contest], .c-heading[data-page=feature], .c-heading[data-page=membership], .c-heading[data-page=pamphlet], .c-heading[data-page=sub] {
		padding: 65px 20px 70px;
		min-height: 240px;
	}
}
@media screen and (max-width: 440px) {
	.c-heading[data-page=spot], .c-heading[data-page=walk], .c-heading[data-page=guide], .c-heading[data-page=event], .c-heading[data-page=about], .c-heading[data-page=bunkyo], .c-heading[data-page=bungou], .c-heading[data-page=news], .c-heading[data-page=photolibrary], .c-heading[data-page=contest], .c-heading[data-page=feature], .c-heading[data-page=membership], .c-heading[data-page=pamphlet], .c-heading[data-page=sub] {
		padding: 35px 20px 40px;
		min-height: 200px;
	}
}
.c-heading[data-page=spot][data-margin=wide], .c-heading[data-page=walk][data-margin=wide], .c-heading[data-page=guide][data-margin=wide], .c-heading[data-page=event][data-margin=wide], .c-heading[data-page=about][data-margin=wide], .c-heading[data-page=bunkyo][data-margin=wide], .c-heading[data-page=bungou][data-margin=wide], .c-heading[data-page=news][data-margin=wide], .c-heading[data-page=photolibrary][data-margin=wide], .c-heading[data-page=contest][data-margin=wide], .c-heading[data-page=feature][data-margin=wide], .c-heading[data-page=membership][data-margin=wide], .c-heading[data-page=pamphlet][data-margin=wide], .c-heading[data-page=sub][data-margin=wide] {
	margin-bottom: 50px;
}
.c-heading[data-page=spot] > h1,
.c-heading[data-page=spot] span, .c-heading[data-page=walk] > h1,
.c-heading[data-page=walk] span, .c-heading[data-page=guide] > h1,
.c-heading[data-page=guide] span, .c-heading[data-page=event] > h1,
.c-heading[data-page=event] span, .c-heading[data-page=about] > h1,
.c-heading[data-page=about] span, .c-heading[data-page=bunkyo] > h1,
.c-heading[data-page=bunkyo] span, .c-heading[data-page=bungou] > h1,
.c-heading[data-page=bungou] span, .c-heading[data-page=news] > h1,
.c-heading[data-page=news] span, .c-heading[data-page=photolibrary] > h1,
.c-heading[data-page=photolibrary] span, .c-heading[data-page=contest] > h1,
.c-heading[data-page=contest] span, .c-heading[data-page=feature] > h1,
.c-heading[data-page=feature] span, .c-heading[data-page=membership] > h1,
.c-heading[data-page=membership] span, .c-heading[data-page=pamphlet] > h1,
.c-heading[data-page=pamphlet] span, .c-heading[data-page=sub] > h1,
.c-heading[data-page=sub] span {
	font-family: ten-mincho, serif;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	font-size: 4.3rem;
	line-height: 1;
	letter-spacing: -0.015em;
	text-shadow: 0px 3px 4px #000000;
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.c-heading[data-page=spot] > h1,
.c-heading[data-page=spot] span, .c-heading[data-page=walk] > h1,
.c-heading[data-page=walk] span, .c-heading[data-page=guide] > h1,
.c-heading[data-page=guide] span, .c-heading[data-page=event] > h1,
.c-heading[data-page=event] span, .c-heading[data-page=about] > h1,
.c-heading[data-page=about] span, .c-heading[data-page=bunkyo] > h1,
.c-heading[data-page=bunkyo] span, .c-heading[data-page=bungou] > h1,
.c-heading[data-page=bungou] span, .c-heading[data-page=news] > h1,
.c-heading[data-page=news] span, .c-heading[data-page=photolibrary] > h1,
.c-heading[data-page=photolibrary] span, .c-heading[data-page=contest] > h1,
.c-heading[data-page=contest] span, .c-heading[data-page=feature] > h1,
.c-heading[data-page=feature] span, .c-heading[data-page=membership] > h1,
.c-heading[data-page=membership] span, .c-heading[data-page=pamphlet] > h1,
.c-heading[data-page=pamphlet] span, .c-heading[data-page=sub] > h1,
.c-heading[data-page=sub] span {
		font-size: 3.8rem;
	}
}
@media screen and (max-width: 440px) {
	.c-heading[data-page=spot] > h1,
.c-heading[data-page=spot] span, .c-heading[data-page=walk] > h1,
.c-heading[data-page=walk] span, .c-heading[data-page=guide] > h1,
.c-heading[data-page=guide] span, .c-heading[data-page=event] > h1,
.c-heading[data-page=event] span, .c-heading[data-page=about] > h1,
.c-heading[data-page=about] span, .c-heading[data-page=bunkyo] > h1,
.c-heading[data-page=bunkyo] span, .c-heading[data-page=bungou] > h1,
.c-heading[data-page=bungou] span, .c-heading[data-page=news] > h1,
.c-heading[data-page=news] span, .c-heading[data-page=photolibrary] > h1,
.c-heading[data-page=photolibrary] span, .c-heading[data-page=contest] > h1,
.c-heading[data-page=contest] span, .c-heading[data-page=feature] > h1,
.c-heading[data-page=feature] span, .c-heading[data-page=membership] > h1,
.c-heading[data-page=membership] span, .c-heading[data-page=pamphlet] > h1,
.c-heading[data-page=pamphlet] span, .c-heading[data-page=sub] > h1,
.c-heading[data-page=sub] span {
		font-size: 3.5rem;
	}
}
.c-heading[data-page=spot] > h1::before,
.c-heading[data-page=spot] span::before, .c-heading[data-page=walk] > h1::before,
.c-heading[data-page=walk] span::before, .c-heading[data-page=guide] > h1::before,
.c-heading[data-page=guide] span::before, .c-heading[data-page=event] > h1::before,
.c-heading[data-page=event] span::before, .c-heading[data-page=about] > h1::before,
.c-heading[data-page=about] span::before, .c-heading[data-page=bunkyo] > h1::before,
.c-heading[data-page=bunkyo] span::before, .c-heading[data-page=bungou] > h1::before,
.c-heading[data-page=bungou] span::before, .c-heading[data-page=news] > h1::before,
.c-heading[data-page=news] span::before, .c-heading[data-page=photolibrary] > h1::before,
.c-heading[data-page=photolibrary] span::before, .c-heading[data-page=contest] > h1::before,
.c-heading[data-page=contest] span::before, .c-heading[data-page=feature] > h1::before,
.c-heading[data-page=feature] span::before, .c-heading[data-page=membership] > h1::before,
.c-heading[data-page=membership] span::before, .c-heading[data-page=pamphlet] > h1::before,
.c-heading[data-page=pamphlet] span::before, .c-heading[data-page=sub] > h1::before,
.c-heading[data-page=sub] span::before {
	display: block;
	content: "";
	text-align: center;
	width: 45px;
	height: 45px;
	margin: 0 auto 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.c-heading[data-page=contest], .c-heading[data-page=pamphlet] {
	padding: 61px 20px 60px;
}
@media screen and (max-width: 767px) {
	.c-heading[data-page=contest], .c-heading[data-page=pamphlet] {
		padding: 45px 20px;
		min-height: 240px;
	}
}
@media screen and (max-width: 440px) {
	.c-heading[data-page=contest], .c-heading[data-page=pamphlet] {
		padding: 25px 20px;
		min-height: 200px;
	}
}
.c-heading[data-page=contest] > h1,
.c-heading[data-page=contest] span, .c-heading[data-page=pamphlet] > h1,
.c-heading[data-page=pamphlet] span {
	line-height: 1.2;
}
.c-heading[data-page=pamphlet] span::before {
	display: none;
}
.c-heading[data-page=sub] {
	padding: 120px 20px 117px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c-heading[data-page=sub] {
		padding: 100px 20px;
		min-height: 240px;
	}
}
@media screen and (max-width: 440px) {
	.c-heading[data-page=sub] {
		padding: 80px 20px;
		min-height: 200px;
	}
}
.c-heading[data-page=sub][data-margin=none] {
	margin-bottom: 0;
}
.c-heading[data-page=sub] > h1::before,
.c-heading[data-page=sub] span::before {
	display: none;
}
.c-heading[data-page=membership] {
	padding: 114px 20px;
}
@media screen and (max-width: 767px) {
	.c-heading[data-page=membership] {
		padding: 100px 30px;
		min-height: 240px;
	}
}
@media screen and (max-width: 440px) {
	.c-heading[data-page=membership] {
		padding: 80px 30px;
		min-height: 200px;
	}
}
.c-heading[data-page=membership][data-margin=none] {
	margin-bottom: 0;
}
.c-heading[data-page=membership] > h1::before,
.c-heading[data-page=membership] span::before {
	display: none;
}
.c-heading[data-page=spot] {
	background-image: url("image/bg/bg-heading-spot.jpg");
}
.c-heading[data-page=walk] {
	background-image: url("image/bg/bg-heading-walk.jpg");
}
.c-heading[data-page=guide] {
	background-image: url("image/bg/bg-heading-guide.jpg");
}
.c-heading[data-page=event] {
	background-image: url("image/bg/bg-heading-event.jpg");
}
.c-heading[data-page=about] {
	background-image: url("image/bg/bg-heading-about.jpg");
}
.c-heading[data-page=bunkyo] {
	background-image: url("image/bg/bg-heading-bunkyo.jpg");
}
.c-heading[data-page=bungou] {
	background-image: url("image/bg/bg-heading-bungou.jpg");
}
.c-heading[data-page=news] {
	background-image: url("image/bg/bg-heading-news.jpg");
}
.c-heading[data-page=photolibrary] {
	background-image: url("image/bg/bg-heading-photolibrary.jpg");
}
.c-heading[data-page=contest] {
	background-image: url("image/bg/bg-heading-contest.jpg");
}
.c-heading[data-page=membership] {
	background-image: url("image/bg/bg-heading-membership.jpg");
}
.c-heading[data-page=feature] {
	background-image: url("image/bg/bg-heading-feature.jpg");
}
.c-heading[data-page=pamphlet] {
	background-image: url("image/bg/bg-heading-pamphlet.jpg");
}
.c-heading[data-page=sub] {
	background-image: url("image/bg/bg-heading-sub.png");
}
.c-heading[data-page=spot] h1::before, .c-heading[data-page=spot] span::before {
	background-image: url("image/icon/icon-map-01.svg");
}
.c-heading[data-page=walk] h1::before, .c-heading[data-page=walk] span::before {
	background-image: url("image/icon/icon-walk-01.svg");
}
.c-heading[data-page=guide] h1::before, .c-heading[data-page=guide] span::before {
	background-image: url("image/icon/icon-guide-01.svg");
}
.c-heading[data-page=event] h1::before, .c-heading[data-page=event] span::before {
	background-image: url("image/icon/icon-event-01.svg");
}
.c-heading[data-page=about] h1::before, .c-heading[data-page=about] span::before {
	height: 47px;
	background-image: url("image/icon/icon-about-01.svg");
}
.c-heading[data-page=bunkyo] h1::before, .c-heading[data-page=bunkyo] span::before {
	background-image: url("image/icon/icon-bunkyo-01.svg");
}
.c-heading[data-page=bungou] h1::before, .c-heading[data-page=bungou] span::before {
	background-image: url("image/icon/icon-bungou-01.svg");
}
.c-heading[data-page=news] h1::before, .c-heading[data-page=news] span::before {
	background-image: url("image/icon/icon-news-01.svg");
}
.c-heading[data-page=photolibrary] h1::before, .c-heading[data-page=photolibrary] span::before {
	background-image: url("image/icon/icon-photolibrary-01.svg");
}
.c-heading[data-page=contest] h1::before, .c-heading[data-page=contest] span::before {
	background-image: url("image/icon/icon-contest-01.svg");
}
.c-heading[data-page=feature] h1::before, .c-heading[data-page=feature] span::before {
	background-image: url("image/icon/icon-feature-01.svg");
}
.c-heading[data-page=pamphlet] h1::before, .c-heading[data-page=pamphlet] span::before {
	background-image: url("image/icon/icon-pamphlet-01.svg");
}
.c-heading[data-heading=copy] {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c-heading[data-heading=copy] {
		margin-bottom: 30px;
	}
}
.c-heading[data-heading=copy] > h1,
.c-heading[data-heading=copy] > h2 {
	margin-bottom: 16px;
}
.c-heading[data-heading=copy] .c-heading__copy {
	text-align: center;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1;
}
.c-heading[data-margin=top] {
	margin-top: 50px;
}
.c-heading > h1,
.c-heading > h2 {
	margin-bottom: 62px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.15px;
	text-align: center;
	border-bottom: 1px solid #BE9E4D;
}
@media screen and (max-width: 943px) {
	.c-heading > h1,
.c-heading > h2 {
		margin-bottom: 40px;
	}
}
.c-heading > h1 {
	padding-bottom: 23px;
	width: 100%;
	font-size: 4.3rem;
}
@media screen and (max-width: 943px) {
	.c-heading > h1 {
		font-size: 3.6rem;
	}
}
.c-heading > h1[data-size=small] {
	font-size: 3.6rem;
}
@media screen and (max-width: 943px) {
	.c-heading > h1[data-size=small] {
		font-size: 3rem;
	}
}
.c-heading > h1 span {
	display: block;
	margin: 0 auto 9px;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.48;
	margin-bottom: 9px;
}
.c-heading > h2 {
	padding-bottom: 21px;
	font-size: 3.6rem;
}
@media screen and (max-width: 943px) {
	.c-heading > h2 {
		font-size: 3rem;
		line-height: 1.44;
	}
}
.c-heading > h2 span {
	display: block;
	font-family: ten-mincho, serif;
	font-size: 1.8rem;
	line-height: 1.48;
}
.c-heading > h3 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: -0.15px;
}

.c-list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.c-list__item {
	flex: 0 0 auto;
	margin: 0 46px 41px 0;
	width: calc(33.33% - 92px / 3);
}
@media screen and (max-width: 1000px) {
	.c-list__item {
		width: calc(50% - 30px / 2);
		margin: 0 30px 30px 0;
	}
}
@media screen and (max-width: 440px) {
	.c-list__item {
		width: 100%;
		margin: 0 auto 30px;
	}
}
.c-list__item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
	.c-list__item:nth-child(3n) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.c-list__item:nth-child(even) {
		margin-right: 0;
	}
}
.c-list__item > a {
	color: #000000;
	text-decoration: none;
}

.c-list__thumbnail {
	margin-bottom: 9px;
	position: relative;
	padding-bottom: calc(240 / 960 * 100%);
	min-height: 192px;
	opacity: 1;
	transition: opacity 300ms;
}
@media screen and (max-width: 1000px) {
	.c-list__thumbnail {
		padding-bottom: calc(309 / 465 * 100%);
	}
}
@media screen and (max-width: 767px) {
	.c-list__thumbnail {
		padding-bottom: calc(232 / 363 * 100%);
		min-height: 0;
	}
}
.c-list__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a:hover .c-list__thumbnail {
	opacity: 0.8;
}

.c-list__area {
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.c-list__area[data-area=yushima-hongo] svg path {
	fill: #E84136;
}
.c-list__area[data-area=nezu-sendagi] svg path {
	fill: #DB4D21;
}
.c-list__area[data-area=korakuen-kasuga] svg path {
	fill: #F07A23;
}
.c-list__area[data-area=koishigawa] svg path {
	fill: #D98814;
}
.c-list__area[data-area=hakusan-honkomagome] svg path {
	fill: #C59827;
}
.c-list__area[data-area=sekiguchi-mejirodai] 　svg path {
	fill: #B4B050;
}
.c-list__area span {
	margin-left: 6px;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.31;
	letter-spacing: -0.15px;
}

.c-list__meta {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 6px;
}
.c-list__meta li {
	padding: 8px 2px;
	width: calc(50% - 8px);
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.38;
	letter-spacing: -0.15px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #42622C;
}
.c-list__meta li + li {
	margin-left: 16px;
}
.c-list__meta li[data-category=watch], .c-list__meta li[data-category=season] {
	color: #DE6086;
	border: 1px solid #DE6086;
}
.c-list__meta li[data-category=eat], .c-list__meta li[data-category=festival] {
	color: #DE7760;
	border: 1px solid #DE7760;
}
.c-list__meta li[data-category=experience] {
	color: #BE9E4D;
	border: 1px solid #BE9E4D;
}
.c-list__meta li[data-category=event], .c-list__meta li[data-topic=event] {
	color: #4DBE7A;
	border: 1px solid #4DBE7A;
}
.c-list__meta li[data-topic=japan] {
	color: #4DAABE;
	border: 1px solid #4DAABE;
}
.c-list__meta li[data-topic=daimyo] {
	color: #358BC9;
	border: 1px solid #358BC9;
}
.c-list__meta li[data-topic=bungo] {
	color: #6873D3;
	border: 1px solid #6873D3;
}
.c-list__meta li[data-topic=temple] {
	color: #8D61EB;
	border: 1px solid #8D61EB;
}
.c-list__meta li[data-topic=slope] {
	color: #C560DE;
	border: 1px solid #C560DE;
}

.c-list__title {
	color: #000000;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: -0.15px;
	transition: color 300ms;
}

a:hover .c-list__title {
	color: #42622C;
}

.c-list__description {
	overflow: hidden;
}
.c-list__description p {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.c-list__detail {
	max-width: 285px;
	margin-bottom: 40px;
}
.c-list__detail .c-list__meta li {
	width: calc(50% - 6.5px);
}
.c-list__detail .c-list__meta li + li {
	margin-left: 13px;
}

.c-list__column {
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	.c-list__column {
		margin-bottom: 40px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 440px) {
	.c-list__column {
		display: block;
	}
}

.c-list__column-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.c-list__column-item {
		flex-direction: column;
		width: calc(50% - 10px);
		margin: 0 20px 30px 0;
	}
}
@media screen and (max-width: 440px) {
	.c-list__column-item {
		width: 100%;
		margin: 0 auto 30px;
	}
}
.c-list__column-item[data-item=walk] {
	padding: 39px;
	border: 1px solid #42622C;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
	.c-list__column-item[data-item=walk] {
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;
	}
}
.c-list__column-item + .c-list__column-item {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.c-list__column-item + .c-list__column-item {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-list__column-item:nth-child(even) {
		margin-right: 0;
	}
}

.c-list__column-thumbnail {
	flex: 0 0 auto;
	position: relative;
	width: 325px;
	padding-bottom: calc(215 / 960 * 100%);
	min-height: 215px;
	margin-right: 21px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.c-list__column-thumbnail {
		width: 100%;
		padding-bottom: calc(215 / 325 * 100%);
		min-height: 0;
		margin: 0 0 15px;
	}
}
.c-list__column-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-list__column-item[data-item=walk] .c-list__column-thumbnail {
	width: 337px;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.c-list__column-item[data-item=walk] .c-list__column-thumbnail {
		width: 100%;
		margin: 0 auto 15px;
		text-align: center;
	}
}

.c-list__column-information {
	width: 100%;
}
.c-list__column-information h3 {
	margin-bottom: 13px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: -0.15px;
}
.c-list__column-information p {
	margin-bottom: 36px;
	font-size: 1.5rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.c-list__column-information p {
		margin-bottom: 15px;
	}
}

.c-list__column-data[data-excerpt=true] {
	margin-top: -16px;
}
@media screen and (max-width: 767px) {
	.c-list__column-data {
		margin-top: 0;
		margin-bottom: 15px;
	}
}
.c-list__column-data div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 943px) {
	.c-list__column-data div {
		display: block;
	}
}
.c-list__column-data div + div {
	margin-top: 15px;
}
.c-list__column-data dt {
	flex: 0 0 auto;
	margin-right: 13px;
	width: 170px;
	color: #42622C;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.c-list__column-data dt {
		width: 120px;
		font-size: 1.4rem;
	}
}
.c-list__column-data dd {
	font-size: 1.5rem;
}

.c-list__column-link {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.c-list__column-link {
		text-align: center;
	}
}
.c-list__column-link a {
	display: inline-block;
	padding: 8px;
	min-width: 130px;
	color: #fff;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	background-color: #42622C;
	border: 1px solid #42622C;
	transition: color 300ms, background-color 300ms;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.c-list__column-link a {
		width: 70%;
	}
}
.c-list__column-link a:hover {
	color: #42622C;
	background-color: #fff;
}

.c-list__event {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.c-list__event-item {
	flex: 0 0 auto;
	margin: 0 47px 40px 0;
	width: calc(33.33% - 94px / 3);
}
@media screen and (max-width: 943px) {
	.c-list__event-item {
		margin: 0 20px 30px 0;
		width: calc(33.33% - 40px / 3);
	}
}
@media screen and (max-width: 767px) {
	.c-list__event-item {
		margin: 0 20px 30px 0;
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 440px) {
	.c-list__event-item {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 288px;
	}
}
.c-list__event-item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.c-list__event-item:nth-child(3n) {
		margin-right: 20px;
	}
}
@media screen and (max-width: 440px) {
	.c-list__event-item:nth-child(3n) {
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.c-list__event-item:nth-child(even) {
		margin-right: 0;
	}
}
@media screen and (max-width: 440px) {
	.c-list__event-item:nth-child(even) {
		margin-right: auto;
	}
}
.c-list__event-item a {
	color: #000000;
	text-decoration: none;
	transition: color 300ms;
}
.c-list__event-item a:hover {
	color: #42622C;
}

.c-list__event-thumbnail {
	position: relative;
	margin-bottom: 7px;
	width: 100%;
	padding-bottom: calc(240 / 960 * 100%);
	min-height: 192px;
}
@media screen and (max-width: 1000px) {
	.c-list__event-thumbnail {
		padding-bottom: calc(309 / 465 * 100%);
	}
}
@media screen and (max-width: 767px) {
	.c-list__event-thumbnail {
		padding-bottom: calc(232 / 363 * 100%);
		min-height: 0;
	}
}
.c-list__event-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 300ms;
}

a:hover .c-list__event-thumbnail img {
	opacity: 0.9;
}

.c-list__event-label {
	position: absolute;
	top: 13px;
	left: 0;
	display: inline-block;
	padding: 5px 9px 6px;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: -0.15px;
	background-color: #FF4E58;
}

.c-list__event-title {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: -0.15px;
}

.c-list__event-date {
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-list__wrapper {
	padding: 50px 0 1px;
	width: 100%;
}
.c-list__wrapper[data-bg="01"] {
	background-color: #F2ECDB;
}
.c-list__wrapper[data-bg="02"] {
	background-color: #E0EADC;
}

.c-list__secondary {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.c-list__secondary li {
	margin: 0 60px 50px 0;
	width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
	.c-list__secondary li {
		margin: 0 20px 30px 0;
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 520px) {
	.c-list__secondary li {
		margin: 0 auto 40px;
		width: 100%;
	}
}
.c-list__secondary li:nth-child(even) {
	margin-right: 0;
}

.c-heading + .c-list__secondary {
	margin-top: -12px;
}

.c-list__secondary-thumbnail {
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 66.7%;
	height: 0;
}
.c-list__secondary-thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}

.c-list__secondary-title h2,
.c-list__secondary-title h3 {
	padding-bottom: 18px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	border-bottom: 1px solid #42622C;
}

.c-list__secondary-text > h3 {
	margin-bottom: 5px;
	color: #42622C;
	font-size: 1.8rem;
	line-height: 2;
}
.c-list__secondary-text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-list__secondary-price {
	margin-top: 10px;
	text-align: right;
}
.c-list__secondary-price span {
	font-weight: 700;
	color: #42622C;
	font-size: 1.8rem;
	line-height: 1.5;
}

.c-list__membership > li {
	margin-bottom: 50px;
}
.c-list__membership a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width: 440px) {
	.c-list__membership a {
		display: block;
	}
}
.c-list__membership a:hover .c-list__membership-title {
	color: #42622C;
}

.c-list__membership-thumbnail {
	flex: 0 0 auto;
	width: 325px;
	margin-right: 24px;
}
@media screen and (max-width: 767px) {
	.c-list__membership-thumbnail {
		width: 34%;
		margin-right: 20px;
	}
}
@media screen and (max-width: 440px) {
	.c-list__membership-thumbnail {
		width: 100%;
		max-width: 375px;
		margin: 0 auto 10px;
	}
}
.c-list__membership-thumbnail img {
	width: 100%;
	height: auto;
}

.c-list__membership-text {
	width: calc(100% - 349px);
}
@media screen and (max-width: 767px) {
	.c-list__membership-text {
		width: calc(66% - 20px);
	}
}
@media screen and (max-width: 440px) {
	.c-list__membership-text {
		width: 100%;
		padding: 0 20px;
	}
}

.c-list__membership-meta {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.c-list__membership-meta span {
	display: inline-block;
}

.c-list__membership-date {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-right: 15px;
}

.c-list__membership-category {
	padding: 4px;
	min-width: 56px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.15px;
	border-radius: 4px;
}
.c-list__membership-category[data-category=news] {
	background: rgba(66, 98, 44, 0.8);
}
.c-list__membership-category[data-category=event] {
	background: rgba(190, 158, 77, 0.8);
}

.c-list__membership-title {
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-list__news {
	margin: 50px 0;
	border-top: 1px solid #DBDBDB;
}
.c-list__news > li {
	border-bottom: 1px solid #DBDBDB;
}
.c-list__news a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px 0 20px;
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.c-list__news a {
		display: block;
	}
}
.c-list__news a:hover .c-list__news-title {
	color: #42622C;
}

.c-list__news-date {
	flex: 0 0 auto;
	padding-right: 10px;
	width: 123px;
	font-size: 1.8rem;
	line-height: 1.8;
}

.c-list__news-tag {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 8px;
	margin-bottom: 15px;
}
.c-list__news-tag li {
	margin-right: 10px;
	padding: 4px;
	min-width: 56px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.15px;
	border-radius: 4px;
}
.c-list__news-tag li[data-tag=important] {
	background-color: #E20000;
}
.c-list__news-tag li[data-tag=news] {
	background: rgba(66, 98, 44, 0.8);
}
.c-list__news-tag li[data-tag=event] {
	background: rgba(190, 158, 77, 0.8);
}

.c-list__membership-meta .c-list__news-tag {
	margin-bottom: 0;
}

.c-list__news-title {
	font-size: 1.5rem;
	line-height: 1.5;
	transition: color 300ms;
}

.c-list__guide {
	margin-bottom: 85px;
}

.c-list__guide-item + .c-list__guide-item {
	margin-top: 36px;
}
.c-list__guide-item > h3 {
	margin-bottom: 8px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: -0.15px;
}

.c-list__guide-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.c-list__guide-wrapper {
		display: block;
	}
}

.c-list__guide-slide {
	margin-right: 17px;
	flex: 0 0 auto;
	width: 355px;
}
@media screen and (max-width: 767px) {
	.c-list__guide-slide {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 355px;
	}
}

.c-list__guide-slide-image {
	position: relative;
}
.c-list__guide-slide-image.slick-initialized .slick-slide {
	height: auto;
}
.c-list__guide-slide-image .slick-list {
	padding: 0 !important;
}
.c-list__guide-slide-image .slick-slide img {
	width: 100%;
	height: auto;
}
.c-list__guide-slide-image .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url("image/icon/icon-arrow-05.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	z-index: 10;
}
.c-list__guide-slide-image .slick-prev {
	transform: rotate(-90deg);
	left: 9px;
}
.c-list__guide-slide-image .slick-next {
	transform: rotate(90deg);
	right: 9px;
}

.c-list__guide-data div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.c-list__guide-data dt,
.c-list__guide-data dd {
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-list__guide-data dt {
	margin-right: 13px;
	padding: 0 5px 1px;
	flex: 0 0 auto;
	min-width: 120px;
	color: #42622C;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #42622C;
}

.c-list__guide-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.c-list__guide-link {
		justify-content: center;
	}
}
.c-list__guide-link li {
	flex: 0 0 auto;
	min-width: 130px;
}
@media screen and (max-width: 767px) {
	.c-list__guide-link li {
		margin: 0 10px;
	}
}
.c-list__guide-link li + li {
	margin-left: 16px;
}
@media screen and (max-width: 767px) {
	.c-list__guide-link li + li {
		margin-left: 10px;
	}
}
.c-list__guide-link a {
	display: block;
	padding: 9px 5px 10px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #42622C;
	background-color: #42622C;
	transition: color 300ms, background-color 300ms;
	border-radius: 4px;
}
.c-list__guide-link a:hover {
	color: #42622C;
	background-color: #fff;
}
.c-list__guide-link a[data-link=secondary] {
	border: 1px solid #BE9E4D;
	background-color: #BE9E4D;
}
.c-list__guide-link a[data-link=secondary]:hover {
	color: #BE9E4D;
	background-color: #fff;
}

.c-nav-breadcrumb {
	padding: 12px 10px;
	background-color: #BE9E4D;
}
.c-nav-breadcrumb ol {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 1200px;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.c-nav-breadcrumb ol {
		overflow-x: scroll;
		overflow-y: hidden;
	}
}
.c-nav-breadcrumb li {
	flex: 0 0 auto;
	line-height: 1;
}
.c-nav-breadcrumb li::after {
	font-family: ten-mincho, serif;
	color: #fff;
	display: inline-block;
	content: "＞";
	margin: 0 7px;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: -0.15px;
}
.c-nav-breadcrumb li:last-child::after {
	display: none;
}
.c-nav-breadcrumb a {
	font-family: ten-mincho, serif;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: -0.15px;
	transition: color 300ms;
	text-decoration: none;
}
.c-nav-breadcrumb a:hover {
	text-decoration: underline;
}

.c-nav-global__fixed-logo {
	visibility: hidden;
	width: 0;
	margin-right: 32px;
	line-height: 0;
	transition: visibility 300ms, width 300ms;
}
@media screen and (max-width: 943px) {
	.c-nav-global__fixed-logo {
		display: none;
		line-height: 0;
	}
}

@media screen and (min-width: 1120px) {
	.c-header.is-fixed .c-nav-global {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
@media screen and (min-width: 1120px) {
	.c-header.is-fixed .c-nav-global__fixed-logo {
		visibility: visible;
		width: auto;
		line-height: 1;
	}
}

.c-nav-global__list {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 943px) {
	.c-nav-global__list {
		display: none;
	}
}

.c-nav-global ul.c-nav-global__sp {
	display: none;
}
@media screen and (max-width: 943px) {
	.c-nav-global ul.c-nav-global__sp {
		display: block;
	}
}
.c-nav-global ul[aria-hidden=false], .c-nav-global ul[aria-hidden=true] {
	margin: 24px 0 0 16px;
}
.c-nav-global ul li + li {
	margin-left: 32px;
}
@media screen and (max-width: 960px) and (min-width: 943px) {
	.c-nav-global ul li + li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 943px) {
	.c-nav-global ul li + li {
		margin: 24px 0 0;
	}
}
.c-nav-global ul a,
.c-nav-global ul span {
	font-weight: 700;
	font-size: 1.6rem;
	color: #42622C;
	line-height: 1;
}
.c-nav-global ul a {
	position: relative;
	text-decoration: none;
	transition: opacity 300ms;
	opacity: 1;
}
@media screen and (max-width: 943px) {
	.c-nav-global ul a {
		color: #fff;
	}
}
.c-nav-global ul a:hover {
	opacity: 0.5;
}
.c-nav-global ul a[href*=event]::after, .c-nav-global ul a[href*=spot]::after, .c-nav-global ul a[href*=about]::after, .c-nav-global ul a[href$=bunkyo]::after {
	display: inline-block;
	content: "";
	margin-left: 8px;
	vertical-align: 2px;
	width: 13px;
	height: 7px;
	background-image: url("image/icon/icon-arrow-10.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 943px) {
	.c-nav-global ul a[href*=event]::after, .c-nav-global ul a[href*=spot]::after, .c-nav-global ul a[href*=about]::after, .c-nav-global ul a[href$=bunkyo]::after {
		display: none;
	}
}
.c-nav-global ul a[data-current=true]::before {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	content: "";
	width: 93%;
	height: 2px;
	background-color: #42622C;
}
.c-nav-global ul span {
	opacity: 0.5;
}
@media screen and (max-width: 943px) {
	.c-nav-global ul span {
		opacity: 1;
		color: #fff;
	}
}
.c-nav-global ul span::after {
	display: inline-block;
	content: "";
	margin-left: 8px;
	width: 12px;
	height: 12px;
	background-image: url("image/icon/icon-arrow-09.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	transform: rotate(0deg);
}
.c-nav-global ul button[aria-expanded=true] span::before {
	transform: rotate(180deg);
}

@media screen and (max-width: 1120px) {
	.c-nav-global__list {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
}
@media screen and (max-width: 960px) {
	.c-nav-global__list {
		width: calc(100% + 48px);
		margin-left: -24px;
	}
}
@media (min-width: 944px) {
	.c-nav-global__list li {
		position: relative;
	}
	.c-nav-global__list li .sub-menu {
		position: absolute;
		display: block;
		z-index: 10;
		background: #fff;
		white-space: nowrap;
		padding: 24px 16px 12px;
		font-size: 1.5rem;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0.3s, opacity 0.3s;
	}
	.c-nav-global__list li .sub-menu li {
		margin-left: 0;
	}
	.c-nav-global__list li .sub-menu li + li {
		margin-top: 8px;
	}
	.c-nav-global__list li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

.c-nav-local {
	width: 100%;
	padding: 65px 20px;
	background-color: #F2ECDB;
}
@media screen and (max-width: 767px) {
	.c-nav-local {
		padding: 30px 20px 10px;
	}
}
.c-nav-local[data-nav=narrow] {
	padding: 43px 5px;
}
.c-nav-local ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}
.c-nav-local ul[data-list=event] {
	max-width: 980px;
}
.c-nav-local ul li {
	width: 288px;
}
@media screen and (max-width: 1000px) {
	.c-nav-local ul li {
		width: calc(33.33% - 40px / 3);
	}
}
@media screen and (max-width: 767px) {
	.c-nav-local ul li {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
	}
}
@media screen and (max-width: 440px) {
	.c-nav-local ul li {
		width: 100%;
		margin: 0 auto 20px;
	}
}
.c-nav-local ul li + li {
	margin-left: 48px;
}
@media screen and (max-width: 1000px) {
	.c-nav-local ul li + li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-nav-local ul li + li {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-nav-local ul li:nth-child(even) {
		margin-right: 0;
	}
}
.c-nav-local ul li a {
	display: block;
	padding: 23px 9px 21px;
	font-family: ten-mincho, serif;
	color: #42622C;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #42622C;
	background-color: #fff;
	transition: color 300ms, background-color 300ms;
}
@media screen and (max-width: 767px) {
	.c-nav-local ul li a {
		padding: 15px 9px 13px;
		font-size: 1.6rem;
	}
}
.c-nav-local ul li a:hover, .c-nav-local ul li a[aria-current=page] {
	color: #fff;
	background-color: #42622C;
}
.c-nav-local ul[data-list="4"] li {
	width: calc(25% - 30px);
	margin: 0 15px;
}
@media screen and (max-width: 943px) {
	.c-nav-local ul[data-list="4"] li {
		width: calc(25% - 20px);
		margin: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.c-nav-local ul[data-list="4"] li {
		width: calc(50% - 20px);
		margin: 0 10px 10px;
	}
}
@media screen and (max-width: 440px) {
	.c-nav-local ul[data-list="4"] li {
		width: calc(100% - 20px);
	}
}
.c-nav-local ul[data-list="4"] li a {
	padding: 14px 9px;
}
@media screen and (max-width: 943px) {
	.c-nav-local ul[data-list="4"] li a {
		padding: 12px 6px;
		font-size: 1.6rem;
	}
}
.c-nav-local ul[data-list=event] li {
	width: calc(25% - 20px);
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	.c-nav-local ul[data-list=event] li {
		width: calc(50% - 20px);
		margin: 0 10px 10px;
	}
}
@media screen and (max-width: 440px) {
	.c-nav-local ul[data-list=event] li {
		width: calc(100% - 20px);
	}
}
.c-nav-local ul[data-list=event] li a {
	padding: 30px 9px;
}
@media screen and (max-width: 943px) {
	.c-nav-local ul[data-list=event] li a {
		padding: 18px 6px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1000px) {
	.c-pagination {
		margin-top: 40px;
	}
}
.c-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-pagination li {
	margin: 0 17.5px;
	min-width: 40px;
}
@media screen and (max-width: 767px) {
	.c-pagination li {
		margin: 0 10px;
	}
}
.c-pagination li span,
.c-pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 5px;
	color: #000000;
	min-height: 40px;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.14;
	letter-spacing: -0.15px;
	border-radius: 5px;
	background-color: #DBDBDB;
}
.c-pagination li span[aria-current=page] {
	color: #fff;
	background-color: #42622C;
	border: 2px solid #42622C;
}
.c-pagination li a {
	text-decoration: none;
	border: 2px solid #DBDBDB;
	transition: border 300ms;
}
.c-pagination li a:hover {
	border: 2px solid #42622C;
}

.c-search {
	padding: 40px 20px;
	background-color: #F2ECDB;
}
@media screen and (max-width: 440px) {
	.c-search {
		padding: 30px 15px;
	}
}

.c-search__body {
	padding: 35px 20px 45px;
	margin: 0 auto;
	max-width: 960px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.c-search__body {
		padding: 30px 15px 15px;
	}
}
.c-search__body h2 {
	font-family: ten-mincho, serif;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: -0.15px;
}

.c-search__form {
	max-width: 532px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.c-search__form {
		max-width: 100%;
	}
}

.c-search__form-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
	.c-search__form-item {
		flex-direction: column;
		flex-wrap: wrap;
	}
}
.c-search__form-item > label,
.c-search__form-item h3 {
	flex: 0 0 auto;
	margin-right: 19px;
	width: 102px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: -0.15px;
}
.c-search__form-item input[type=text] {
	width: calc(100% - 121px);
	padding: 5px 5px 6px;
	border: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.c-search__form-item input[type=text] {
		width: 100%;
	}
}

.c-search__form-check {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.c-search__form-check li {
	position: relative;
	flex: 0 0 auto;
	min-width: 129px;
	min-height: 32px;
	margin: 0 12px 11px 0;
	z-index: 5;
}
@media screen and (max-width: 440px) {
	.c-search__form-check li {
		min-width: calc(50% - 6px);
	}
}
.c-search__form-check li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.c-search__form-check li:nth-child(3n) {
		margin-right: 12px;
	}
}
@media screen and (max-width: 440px) {
	.c-search__form-check li:nth-child(even) {
		margin-right: 0;
	}
}
.c-search__form-check input[type=checkbox] {
	position: absolute;
	top: calc(50% - 7px);
	left: 8px;
	margin-bottom: -2px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: relative;
	z-index: 6;
}
.c-search__form-check input[type=checkbox]:checked::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 2px;
	left: 1.5px;
	width: 11px;
	height: 10px;
	background-image: url("image/icon/icon-check-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.c-search__form-check input:checked + label {
	color: #fff;
	background-color: #42622C;
}
.c-search__form-check label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 7px 8px 7px 32px;
	z-index: 5;
	min-height: 32px;
	color: #000000;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #E0EADC;
	transition: color 300ms, background-color 300ms;
}
@media screen and (max-width: 440px) {
	.c-search__form-check label {
		font-size: 1.3rem;
	}
}

.c-search__button-area {
	margin-top: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.c-search__button-area {
		flex-wrap: wrap;
	}
}

.c-wrapper {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.c-wrapper[data-margin=top] {
	margin-top: 50px;
}
@media screen and (max-width: 520px) {
	.c-wrapper[data-sp=bg02] {
		background-color: #E0EADC;
	}
}

.c-list__wrapper + .c-wrapper,
.c-content__introduction + .c-wrapper {
	margin-top: 50px;
}
@media screen and (max-width: 520px) {
	.c-list__wrapper + .c-wrapper[data-sp=bg02],
.c-content__introduction + .c-wrapper[data-sp=bg02] {
		margin-top: -25px;
		padding-top: 50px;
	}
}

.p-about {
	padding-top: 50px;
	width: 100%;
	background-image: url("image/bg/bg-content-08.svg");
	background-size: 1320px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-about {
		background-size: 110% auto;
	}
}

.p-about__text {
	margin-top: -12px;
	margin-bottom: 50px;
}
.p-about__text p,
.p-about__text li {
	font-size: 1.8rem;
	line-height: 2.17;
}

.p-about__accordion {
	max-width: 680px;
	margin: 0 auto 50px;
}

.p-about__accordion-item {
	margin-bottom: 25px;
}

.p-about__accordion-button {
	padding: 2px 0 6px 14px;
	width: 100%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: -0.15px;
	text-align: left;
	border-left: 1px solid #42622C;
	border-bottom: 1px solid #42622C;
}
.p-about__accordion-button[aria-expanded=false] span::after {
	transform: rotate(180deg);
}
.p-about__accordion-button span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.p-about__accordion-button span::after {
	display: inline-block;
	content: "";
	margin-left: auto;
	width: 23px;
	height: 12px;
	background-image: url("image/icon/icon-arrow-06.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	transform: rotate(0deg);
	transition: transform 300ms;
}

.p-about__accordion-text {
	padding: 30px 25px 5px;
}
.p-about__accordion-text p,
.p-about__accordion-text li {
	font-size: 1.5rem;
	line-height: 1.8;
}
.p-about__accordion-text li::before {
	display: inline-block;
	content: "・";
}

.p-about__information-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
@media screen and (max-width: 943px) {
	.p-about__information-wrapper {
		display: block;
	}
}
.p-about__information-wrapper[data-bottom=wide] {
	margin-bottom: 70px;
}

.p-about__information-image {
	flex: 0 0 auto;
	width: 400px;
	margin-right: 37px;
}
@media screen and (max-width: 943px) {
	.p-about__information-image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
}

.p-about__information[data-bottom=wide] {
	margin-bottom: 50px;
}
.p-about__information p {
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.p-about__information dl {
	border-top: 1px solid #BE9E4D;
}
.p-about__information dl div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 11px 20px;
	border-bottom: 1px solid #BE9E4D;
}
.p-about__information dl div:nth-child(odd) {
	background-color: #F2ECDB;
}
.p-about__information dl dt {
	flex: 0 0 auto;
	width: 116px;
}
.p-about__information dl dt,
.p-about__information dl dd {
	font-size: 1.5rem;
	line-height: 2.2;
}
.p-about__information dl[data-genre=wide] {
	margin-bottom: 11px;
}
.p-about__information dl[data-genre=wide] div {
	padding: 8px 31px;
}
@media screen and (max-width: 767px) {
	.p-about__information dl[data-genre=wide] div {
		padding: 8px 20px;
		flex-wrap: wrap;
	}
}
.p-about__information dl[data-genre=wide] dt {
	width: 305px;
}
@media screen and (max-width: 767px) {
	.p-about__information dl[data-genre=wide] dt {
		width: 180px;
	}
}
.p-about__information dl[data-genre=wide] dt,
.p-about__information dl[data-genre=wide] dd {
	font-size: 1.8rem;
	line-height: 2.17;
}
@media screen and (max-width: 767px) {
	.p-about__information dl[data-genre=wide] dt,
.p-about__information dl[data-genre=wide] dd {
		font-size: 1.7rem;
	}
}

.p-about__information-googlemap {
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	padding-bottom: 41.5%;
}
.p-about__information-googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-about__social {
	margin-top: -12px;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-about__social li {
	margin: 0 12px;
}

.p-about__application {
	margin-bottom: 70px;
}
.p-about__application p {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-content .p-about__application {
	padding: 0 31px;
}

.p-about__application-link {
	margin-bottom: 25px;
}
.p-about__application-link a {
	color: #E20000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.39;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-about__application-link a {
		font-size: 1.6rem;
	}
}
.p-about__application-link a::after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 16px;
	margin-left: 3px;
	vertical-align: middle;
	background-image: url("image/icon/icon-pdf-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.p-about__application-fax {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	min-width: 270px;
	padding: 11px 31px;
	background-color: #F2ECDB;
}
.p-about__application-fax dt {
	margin-right: 45px;
}
.p-about__application-fax dt,
.p-about__application-fax dd {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}

.p-about__tab-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
	.p-about__tab-list {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
}
.p-about__tab-list li {
	margin: 0 13px 0 0;
	width: calc(100% / 7 - 78px / 7);
	max-width: 126px;
}
@media screen and (max-width: 767px) {
	.p-about__tab-list li {
		margin: 0 13px 13px 0;
		width: calc(25% - 39px / 4);
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-about__tab-list li:nth-child(4n) {
		margin-right: 0;
	}
}

.p-about__tab-button {
	width: 100%;
	padding: 12px 10px 13px;
	font-family: ten-mincho, serif;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: -0.15px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #BE9E4D;
	transition: color 300ms, background-color 300ms;
}
@media screen and (max-width: 767px) {
	.p-about__tab-button {
		padding: 10px 7px;
	}
}
@media screen and (max-width: 440px) {
	.p-about__tab-button {
		font-size: 1.4rem;
	}
}
.p-about__tab-button:hover, .p-about__tab-button[aria-selected=true] {
	color: #fff;
	background-color: #BE9E4D;
}

.p-about__tab-wrapper {
	margin: -12px 0 70px;
}

.p-about__tab-panel[aria-hidden=true] {
	display: none;
}

@media screen and (max-width: 767px) {
	.p-about__tab-table {
		overflow-x: scroll;
	}
}
.p-about__tab-table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #BE9E4D;
	min-width: 747px;
}
.p-about__tab-table table th {
	font-weight: 400;
}
.p-about__tab-table table th,
.p-about__tab-table table td {
	text-align: left;
	padding: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-about__tab-table table th,
.p-about__tab-table table td {
		padding: 10px;
	}
}
.p-about__tab-table table tr {
	border-bottom: 1px solid #BE9E4D;
}
.p-about__tab-table thead {
	background-color: #F2ECDB;
}
.p-about__tab-table thead th {
	min-width: 62px;
}
@media screen and (max-width: 767px) {
	.p-about__tab-table thead th {
		min-width: 0;
	}
}
.p-about__tab-table thead th:nth-child(1) {
	width: calc(62 / 960 * 100%);
}
.p-about__tab-table thead th:nth-child(2) {
	width: calc(287 / 960 * 100%);
}
.p-about__tab-table thead th:nth-child(3) {
	width: calc(351 / 960 * 100%);
}
.p-about__tab-table thead th:nth-child(4) {
	width: calc(136 / 960 * 100%);
}
.p-about__tab-table thead th:nth-child(5) {
	width: calc(124 / 960 * 100%);
}

.p-bunkyo {
	padding: 50px 0;
}
@media screen and (max-width: 943px) {
	.p-bunkyo {
		padding: 30px 0;
	}
}
.p-bunkyo[data-bg="01"] {
	width: 100%;
	background-image: url("image/bg/bg-content-05.svg");
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.p-bunkyo[data-bg="02"] {
	width: 100%;
	background-image: url("image/bg/bg-content-06.svg");
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.p-bunkyo__content {
	margin-bottom: 50px;
}
.p-bunkyo__content p {
	font-size: 1.8rem;
	line-height: 2.17;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__content p {
		font-size: 1.6rem;
		line-height: 2;
	}
}

.p-bunkyo__slide {
	position: relative;
}
.p-bunkyo__slide .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url("image/icon/icon-arrow-05.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	z-index: 100;
}
.p-bunkyo__slide .slick-prev {
	left: -20px;
	transform: rotate(-90deg);
}
.p-bunkyo__slide .slick-next {
	right: -20px;
	transform: rotate(90deg);
}

.p-bunkyo__slide-image {
	width: 100%;
}
.p-bunkyo__slide-image .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-bunkyo__slide-image-item {
	width: 599px !important;
	margin: 0 10.5px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__slide-image-item {
		width: 400px !important;
	}
}
.p-bunkyo__slide-image-item[data-item=person] {
	width: 320px !important;
	margin: 0 9px;
}
.p-bunkyo__slide-image-item.slick-slide img {
	width: 100%;
	min-height: 397px;
	object-fit: cover;
}

.p-bunkyo__slide-image[data-slide=first] .p-bunkyo__slide-image-item.slick-slide img {
	min-height: 397px;
	max-height: 397px;
}

.p-bunkyo__special {
	padding: 50px 0;
	background-color: #F2ECDB;
	background-image: url("image/bg/bg-content-07.svg");
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special {
		padding: 40px 0;
	}
}

.p-bunkyo__special-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special-wrapper {
		display: block;
	}
}

.p-bunkyo__special-image {
	flex: 0 0 auto;
	width: 325px;
	margin-right: 24px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special-image {
		margin: 0 auto 15px;
		width: 100%;
		max-width: 325px;
	}
}

.p-bunkyo__special-text h3 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special-text h3 {
		margin-bottom: 15px;
		text-align: center;
	}
}
.p-bunkyo__special-text p {
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special-text p {
		margin-bottom: 25px;
	}
}

.p-bunkyo__special-link {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special-link {
		text-align: center;
	}
}
.p-bunkyo__special-link a {
	display: inline-block;
	min-width: 130px;
	padding: 9px 26px 10px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.15px;
	text-decoration: none;
	background-color: #42622C;
	border: 1px solid #42622C;
	transition: color 300ms, background-color 300ms;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__special-link a {
		width: 70%;
		max-width: 325px;
	}
}
.p-bunkyo__special-link a:hover {
	color: #42622C;
	background-color: #fff;
}

.p-bunkyo__slide + .p-bunkyo__special-link {
	margin-top: 27px;
}

.p-bunkyo__title {
	padding: 50px 0;
	background-color: #F2ECDB;
}

.p-bunkyo__title-list {
	margin-top: -12px;
	padding: 49px 64px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #BE9E4D;
}
@media screen and (max-width: 943px) {
	.p-bunkyo__title-list {
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.p-bunkyo__title-list {
		display: block;
		padding: 20px;
	}
}
.p-bunkyo__title-list ul {
	width: 100%;
	column-count: 3;
	column-gap: 44px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__title-list ul {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-count: 1;
		column-gap: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-bunkyo__title-list ul + ul {
		margin: 0;
	}
}
.p-bunkyo__title-list li {
	font-size: 1.8rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__title-list li {
		margin: 0 12px 12px 0;
	}
}

.p-bunkyo__writer {
	margin-bottom: 100px;
}
.p-bunkyo__writer li {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__writer li {
		display: block;
	}
}

.p-bunkyo__writer-thumbnail {
	flex: 0 0 auto;
	margin-right: 25px;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__writer-thumbnail {
		margin: 0 auto 14px;
		width: 100%;
		max-width: 200px;
	}
}
.p-bunkyo__writer-thumbnail img {
	width: 100%;
	height: auto;
}

.p-bunkyo__writer-information p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-bunkyo__writer-name {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__writer-name {
		text-align: center;
	}
}
.p-bunkyo__writer-name h3 {
	display: inline-block;
	margin-right: 8px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: -0.15px;
}
.p-bunkyo__writer-name span {
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: -0.15px;
}
.p-bunkyo__writer-name dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__writer-name dl {
		justify-content: center;
	}
}
.p-bunkyo__writer-name dt {
	margin-right: 7px;
}
.p-bunkyo__writer-name dt,
.p-bunkyo__writer-name dd {
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-bunkyo__writer-masterpiece {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 440px) {
	.p-bunkyo__writer-masterpiece {
		flex-direction: column;
	}
}
.p-bunkyo__writer-masterpiece dt {
	flex: 0 0 auto;
	margin-right: 13px;
	min-width: 120px;
	color: #42622C;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #42622C;
}
.p-bunkyo__writer-masterpiece dd {
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-bunkyo__bungou-item {
	margin-bottom: 25px;
}
.p-bunkyo__bungou-item h3 {
	font-weight: 400;
}

.p-bunkyo__bungou-accordion-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 10px 20px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: left;
	border-left: 1px solid #42622C;
	border-bottom: 1px solid #42622C;
}
.p-bunkyo__bungou-accordion-button::after {
	display: block;
	content: "";
	flex: 0 0 auto;
	margin-left: auto;
	width: 23px;
	height: 12px;
	background-image: url("image/icon/icon-arrow-06.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	transform: rotate(0deg);
}
.p-bunkyo__bungou-accordion-button[aria-expanded=false]::after {
	transform: rotate(180deg);
}
.p-bunkyo__bungou-accordion-button span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.p-bunkyo__bungou-table {
	margin: 30px 0;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__bungou-table {
		overflow-x: scroll;
	}
}
.p-bunkyo__bungou-table table {
	width: 100%;
	border-collapse: collapse;
	min-width: 727px;
}
.p-bunkyo__bungou-table table tr {
	border-bottom: 1px solid #42622C;
}
.p-bunkyo__bungou-table table th {
	font-weight: 400;
}
.p-bunkyo__bungou-table table th:nth-child(1) {
	width: calc(171 / 960 * 100%);
}
.p-bunkyo__bungou-table table th:nth-child(2) {
	width: calc(290 / 960 * 100%);
}
.p-bunkyo__bungou-table table th:nth-child(3) {
	width: calc(347 / 960 * 100%);
}
.p-bunkyo__bungou-table table th:nth-child(4) {
	width: calc(152 / 960 * 100%);
}
.p-bunkyo__bungou-table table th,
.p-bunkyo__bungou-table table td {
	font-size: 1.5rem;
	line-height: 1.8;
}
.p-bunkyo__bungou-table thead {
	border-top: 1px solid #42622C;
	background-color: #E0EADC;
}
.p-bunkyo__bungou-table thead th {
	padding: 14px 35px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__bungou-table thead th {
		padding: 10px 15px;
	}
}
.p-bunkyo__bungou-table tbody th,
.p-bunkyo__bungou-table tbody td {
	padding: 27px 35px;
}
@media screen and (max-width: 767px) {
	.p-bunkyo__bungou-table tbody th,
.p-bunkyo__bungou-table tbody td {
		padding: 13px 15px;
	}
}

.p-contest {
	margin-bottom: 25px;
}
.p-contest[data-contest=detail] {
	margin: 50px 0 20px;
}

.p-contest__introduction {
	padding: 50px 20px;
}
.p-contest__introduction p {
	font-family: ten-mincho, serif;
	font-size: 1.8rem;
	line-height: 1.54;
	text-align: center;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.p-contest__introduction p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 520px) {
	.p-contest__introduction p {
		text-align: left;
	}
}
.p-contest__introduction p strong {
	font-weight: 400;
	color: #FF0000;
}

.p-contest__news-link {
	margin: 0 20px 50px;
	text-align: center;
}
.p-contest__news-link a {
	display: inline-block;
	padding: 25px 50px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	background-color: #BE9E4D;
	border: 1px solid #BE9E4D;
	transition: color 300ms, background-color 300ms;
}
.p-contest__news-link a:hover {
	color: #BE9E4D;
	background-color: #fff;
}
.p-contest__news-link a span {
	display: block;
	font-size: 1.5rem;
}

.p-contest__year-list {
	padding: 50px 20px;
	margin-bottom: 50px;
	width: 100%;
	background-color: #E0EADC;
}
@media screen and (max-width: 767px) {
	.p-contest__year-list {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 40px 10px;
	}
}
.p-contest__year-list li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 50px auto 0;
	width: 757px;
}
@media screen and (max-width: 943px) {
	.p-contest__year-list li {
		width: 100%;
		max-width: 757px;
	}
}
@media screen and (max-width: 767px) {
	.p-contest__year-list li {
		display: block;
		margin: 0 10px 25px;
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 520px) {
	.p-contest__year-list li {
		margin: 0 auto 25px;
		width: 100%;
		padding: 0 10px;
	}
}
.p-contest__year-list li:first-child {
	margin-top: 0;
}

.p-contest__year-thumbnail {
	flex: 0 0 auto;
	width: 405px;
}
@media screen and (max-width: 767px) {
	.p-contest__year-thumbnail {
		width: 100%;
		margin-bottom: 10px;
	}
}

.p-contest__year-information {
	width: calc(100% - 405px);
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.p-contest__year-information {
		width: 100%;
		padding: 0 10px;
	}
}
.p-contest__year-information p {
	margin-bottom: 24px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-contest__year-information p {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
}

.p-contest__attention {
	margin-bottom: 50px;
	text-align: center;
	color: #FF0000;
	font-family: ten-mincho, serif;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: -0.15px;
}
.p-contest__attention strong {
	font-weight: 400;
}

.p-contest__reccommend {
	width: 100%;
	max-width: 757px;
	margin: -12px auto 50px;
}

.p-contest__reccommend-image {
	margin-bottom: 25px;
}

.p-contest__award-list {
	margin: -12px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-contest__award-list li {
	margin: 0 60px 50px 0;
	width: calc(50% - 30px);
	flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
	.p-contest__award-list li {
		margin: 0 30px 30px 0;
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 440px) {
	.p-contest__award-list li {
		margin: 0 20px 30px;
		width: calc(100% - 40px);
	}
}
.p-contest__award-list li:nth-child(even) {
	margin-right: 0;
}

.p-contest__award-image {
	margin-bottom: 16px;
}

.p-contest__award-data {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: center;
}

.p-event {
	padding-top: 37px;
	width: 100%;
	background-image: url("image/bg/bg-content-03.svg");
	background-size: 1669px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-event {
		background-size: 150% auto;
		background-repeat: repeat-y;
	}
}

.p-event__attention {
	max-width: 680px;
	margin: 0 auto 37px;
	padding: 27px 24px 25px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #D90000;
}
@media screen and (max-width: 767px) {
	.p-event__attention {
		padding: 17px 14px 15px;
	}
}
.p-event__attention + .c-heading {
	margin-top: 50px;
}
.p-event__attention p {
	font-family: ten-mincho, serif;
	color: #D90000;
	font-size: 1.8rem;
	line-height: 1.55;
}
@media screen and (max-width: 767px) {
	.p-event__attention p {
		font-size: 1.6rem;
	}
}

.p-event__detail {
	padding-bottom: 70px;
}
.p-event__detail[data-detail="01"] {
	padding-top: 77px;
}

.p-event__image {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
	.p-event__image {
		display: block;
	}
}

.p-event__image-main {
	flex: 0 0 auto;
	width: 715px;
	margin-right: 20px;
}
@media screen and (max-width: 1000px) {
	.p-event__image-main {
		width: 100%;
		margin: 0 0 15px;
	}
}

.p-event__image-main-item img {
	max-height: 476px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.p-event__image-main-item img {
		max-height: 350px;
	}
}

.p-event__image-thumbnail {
	position: relative;
	display: block;
	width: 224px;
}
@media screen and (max-width: 1000px) {
	.p-event__image-thumbnail {
		width: 100%;
		max-width: 448px;
		margin: 0 auto;
	}
}
.p-event__image-thumbnail .slick-list {
	padding: 0 !important;
	height: 476px;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.p-event__image-thumbnail .slick-list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		height: auto;
	}
}
@media screen and (max-width: 1000px) {
	.p-event__image-thumbnail .slick-track {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
.p-event__image-thumbnail .slick-arrow {
	position: absolute;
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font-size: 0;
	transform-origin: center;
	background-image: url("image/icon/icon-arrow-05.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
}
.p-event__image-thumbnail .slick-prev {
	top: -20px;
}
@media screen and (max-width: 1000px) {
	.p-event__image-thumbnail .slick-prev {
		top: calc(50% - 20px);
		left: -20px;
		transform: rotate(-90deg);
	}
}
.p-event__image-thumbnail .slick-next {
	bottom: -20px;
	transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
	.p-event__image-thumbnail .slick-next {
		bottom: calc(50% - 20px);
		left: auto;
		right: -20px;
		transform: rotate(90deg);
	}
}

.p-event__image-thumbnail-item {
	margin-bottom: 14px;
	width: 224px !important;
	flex: 0 0 auto;
}
@media screen and (max-width: 1000px) {
	.p-event__image-thumbnail-item {
		margin: 0 15px 0 0;
		width: calc(33.33% - 10px) !important;
	}
}
.p-event__image-thumbnail-item img {
	max-height: 150px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.p-event__image-thumbnail-item img {
		max-height: 100px;
	}
}

.p-event__content p {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 2.17;
}
.p-event__content p a,
.p-event__content p b {
	text-decoration: none;
	color: #18A0FB;
	font-weight: 700;
}

.p-event__information div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 943px) {
	.p-event__information div {
		display: block;
	}
}
.p-event__information div + div {
	margin-top: 15px;
}
.p-event__information dt {
	flex: 0 0 auto;
	margin-right: 13px;
	width: 120px;
	color: #42622C;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.p-event__information dt {
		font-size: 1.4rem;
	}
}
.p-event__information dd {
	font-size: 1.5rem;
}

.p-event__detail-date {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.5;
}
.p-event__detail-date span {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 9px;
	font-weight: 700;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: -0.15px;
	background-color: #FF4E58;
}

.p-event__heading h2 {
	padding-bottom: 16px;
	margin-bottom: 33px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, noto-sans-cjk-jp, "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: -0.15px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.p-event__calendar {
	padding: 0 15px 70px;
}
@media screen and (max-width: 767px) {
	.p-event__calendar {
		padding: 0 15px 50px;
	}
}
.p-event__calendar ul {
	padding-left: 320px;
}
@media screen and (max-width: 767px) {
	.p-event__calendar ul {
		padding-left: 0;
	}
}
.p-event__calendar li + li {
	margin-top: 78px;
}
@media screen and (max-width: 767px) {
	.p-event__calendar li + li {
		margin-top: 50px;
	}
}
.p-event__calendar h3 {
	margin-bottom: 14px;
	font-size: 1.3rem;
	line-height: 1.9;
	letter-spacing: -0.15px;
}
.p-event__calendar p {
	font-size: 1.1rem;
	line-height: 1.8;
}

.p-feature__index {
	width: 100%;
	padding: 50px 0 20px;
	background-color: #F2ECDB;
	background-image: url("image/bg/bg-content-12.svg");
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-feature__index {
		background-size: 100% auto;
	}
}

.p-feature__list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-feature__list li {
	margin: 0 48px 50px 0;
	flex: 0 0 auto;
	width: calc(33.33% - 32px);
}
@media screen and (max-width: 767px) {
	.p-feature__list li {
		margin: 0 30px 30px 0;
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 440px) {
	.p-feature__list li {
		margin: 0 auto 30px;
		width: 100%;
	}
}
.p-feature__list li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.p-feature__list li:nth-child(3n) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 440px) {
	.p-feature__list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1000px) {
	.p-feature__list li:nth-child(even) {
		margin-right: 48px;
	}
}
@media screen and (max-width: 767px) {
	.p-feature__list li:nth-child(even) {
		margin-right: 0;
	}
}

.p-feature__list-thumbnail {
	width: 100%;
	margin-bottom: 11px;
	position: relative;
	padding-bottom: calc(192 / 288 * 100%);
	min-height: 192px;
	opacity: 1;
	transition: opacity 300ms;
}
@media screen and (max-width: 1000px) {
	.p-feature__list-thumbnail {
		min-height: 0;
	}
}
.p-feature__list-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a:hover .p-feature__list-thumbnail {
	opacity: 0.8;
}

.p-feature__list-title {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.88;
}

.p-feature__main {
	padding: 114px 0 50px;
	background-image: url("image/bg/bg-content-13.svg");
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-feature__main {
		padding: 50px 0 40px;
	}
}
.p-feature__main p {
	margin-top: -12px;
	font-size: 1.8rem;
	line-height: 2;
}

.p-feature__main-image {
	margin: -12px auto 100px;
	max-width: 757px;
}
@media screen and (max-width: 767px) {
	.p-feature__main-image {
		margin-bottom: 40px;
	}
}
.p-feature__main-image img {
	width: 100%;
	height: auto;
}

.p-feature__wrapper {
	padding: 50px 0;
	background-color: #E0EADC;
}
.p-feature__wrapper[data-bg=light] {
	background-color: #fff;
}

.p-feature__item-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.p-feature__item-wrapper {
		display: block;
	}
}

.p-feature__item-thumbnail {
	margin-right: 30px;
	flex: 0 0 auto;
	width: 530px;
}
@media screen and (max-width: 943px) {
	.p-feature__item-thumbnail {
		width: 430px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-feature__item-thumbnail {
		width: 100%;
		max-width: 530px;
		margin: 0 auto 15px;
	}
}
.p-feature__item-thumbnail img {
	width: 100%;
	height: auto;
}

.p-feature__item-text p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 2.2;
}

.p-feature__item-link {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.p-feature__item-link {
		text-align: center;
	}
}
.p-feature__item-link a {
	display: inline-block;
	min-width: 130px;
	padding: 9px 26px 10px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.15px;
	text-decoration: none;
	background-color: #42622C;
	border: 1px solid #42622C;
	transition: color 300ms, background-color 300ms;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.p-feature__item-link a {
		width: 70%;
		max-width: 325px;
	}
}
.p-feature__item-link a:hover {
	color: #42622C;
	background-color: #fff;
}

.p-feature__discovery {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-feature__discovery {
		display: block;
	}
}

.p-feature__discovery-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 0 0 auto;
	margin-right: 50px;
	width: calc(50% - 25px);
}
@media screen and (max-width: 943px) {
	.p-feature__discovery-item {
		margin-right: 30px;
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	.p-feature__discovery-item {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
}
.p-feature__discovery-item:nth-child(even) {
	margin-right: 0;
}
.p-feature__discovery-item:nth-child(3) {
	margin-top: 20px;
}
.p-feature__discovery-item > p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.p-feature__discovery-item > p::before {
	display: inline-block;
	content: "";
	margin-right: 2px;
	width: 23px;
	height: 22px;
	vertical-align: text-top;
	background-image: url("image/icon/icon-discovery-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.p-feature__discovery-thumbnail {
	margin-right: 25px;
	flex: 0 0 auto;
	width: 240px;
}
@media screen and (max-width: 943px) {
	.p-feature__discovery-thumbnail {
		margin-right: 15px;
		width: 200px;
	}
}
@media screen and (max-width: 440px) {
	.p-feature__discovery-thumbnail {
		margin: 0 auto 10px;
		width: 100%;
		max-width: 240px;
	}
}

.p-front__util-title {
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 4.3rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-front__util-title {
		font-size: 3.2rem;
	}
}
.p-front__util-title::before {
	display: block;
	content: "";
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p-front__walk .p-front__util-title::before {
	background-image: url("image/icon/icon-walk-color.svg");
}
.p-front__guide .p-front__util-title::before {
	background-image: url("image/icon/icon-guide-color.svg");
}
.p-front__feature .p-front__util-title::before {
	background-image: url("image/icon/icon-feature-color.svg");
}

.p-front__util-text {
	font-family: ten-mincho, serif;
	text-align: center;
	line-height: 2;
	margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
	.p-front__util-text br {
		display: none;
	}
}

.p-front__util-banner {
	max-width: 952px;
	margin: 0 auto;
	padding: 36px 0;
}
@media screen and (max-width: 767px) {
	.p-front__util-banner {
		padding: 24px 0;
	}
}
.p-front__util-banner + .p-front__walk {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.p-front__util-banner + .p-front__walk {
		margin-top: 18px;
	}
}
.p-front__util-banner > ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-front__util-banner > ul {
		display: block;
	}
}
.p-front__util-banner > ul li {
	width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
	.p-front__util-banner > ul li {
		width: 100%;
	}
}
.p-front__util-banner > ul li + li {
	margin-left: 24px;
}
@media screen and (max-width: 767px) {
	.p-front__util-banner > ul li + li {
		margin: 9px auto 0;
	}
}
.p-front__util-banner > ul li a {
	display: block;
}
.p-front__util-banner > ul li a img {
	width: 100%;
}

.p-front .c-button__link {
	margin-bottom: 0;
}
.p-front__heading {
	text-align: center;
}

.p-front__heading-lead {
	font-family: ten-mincho, serif;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	font-size: 4.3rem;
	line-height: 1;
	letter-spacing: -0.015em;
	text-shadow: 0px 3px 4px #000000;
	border-bottom: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.p-front__heading-lead {
		font-size: 2.4rem;
	}
}

.p-front__heading-slide {
	position: relative;
}
.p-front__heading-slide .slick-arrow {
	display: none !important;
}
.p-front__heading-slide .slick-dots {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-front__heading-slide .slick-dots {
		bottom: 12px;
	}
}
.p-front__heading-slide .slick-dots li + li {
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.p-front__heading-slide .slick-dots li + li {
		margin-left: 12px;
	}
}
.p-front__heading-slide .slick-dots button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	font-size: 0;
	background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
	.p-front__heading-slide .slick-dots button {
		width: 8px;
		height: 8px;
	}
}
.p-front__heading-slide .slick-dots .slick-active button {
	background: #fff;
}

.p-front__heading-item {
	text-align: center;
}

.p-front__heading-item-inner {
	min-height: 280px;
	max-height: 360px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 28.125%;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-front__heading-item-inner {
		padding-top: 112.1875%;
	}
}
.p-front__heading-item-inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-front__heading-item-inner {
		min-height: 240px;
	}
}
@media screen and (max-width: 440px) {
	.p-front__heading-item-inner {
		min-height: 200px;
	}
}

a.p-front__heading-item-inner {
	transition: opacity 0.3s;
}
a.p-front__heading-item-inner:hover {
	opacity: 0.7;
}

.p-front__news {
	background: #f5f5f5;
	padding: 36px 0 24px;
}

.p-front__news-inner {
	max-width: 612px;
	padding: 0 20px;
	margin: 0 auto;
}

.p-front__news-item + .p-front__news-item {
	margin-top: 8px;
}
.p-front__news-item a {
	display: flex;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	letter-spacing: -0.015em;
	line-height: 1.5;
	padding: 8px 0;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-front__news-item a {
		display: block;
	}
}
.p-front__news-item time {
	font-size: 1.4rem;
}
.p-front__news-item span {
	line-height: 1;
	font-size: 1.2rem;
	color: #fff;
	display: inline-block;
	background: #667F54;
	border-radius: 4px;
	padding: 5px 4px;
	margin-left: 24px;
}
@media screen and (max-width: 767px) {
	.p-front__news-item span {
		margin-left: 8px;
	}
}
.p-front__news-item span[data-category=event] {
	background: #C9AF6F;
}
.p-front__news-item p {
	font-size: 1.6rem;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-front__news-item p {
		margin-left: 0;
	}
}

.p-front__news-footer {
	text-align: center;
}

.p-front__news-footer-link {
	display: inline-block;
	color: #42622C;
	font-size: 1.4rem;
	letter-spacing: -0.015em;
	font-weight: bold;
	padding: 14px 38px 14px 0;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s;
}
.p-front__news-footer-link::after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url("image/icon/icon-arrow-normal.svg") center center/contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.p-front__news-footer-link:hover {
	opacity: 0.6;
}

.p-front__banner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 24px 0;
	position: relative;
}
.p-front__banner .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url("image/icon/icon-arrow-05.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	.p-front__banner .slick-arrow {
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
	}
}
.p-front__banner .slick-prev {
	left: -20px;
	transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.p-front__banner .slick-prev {
		left: 2px;
	}
}
.p-front__banner .slick-next {
	right: -20px;
	transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
	.p-front__banner .slick-next {
		right: 2px;
	}
}

.p-front__banner-item {
	padding: 0 12px;
}
@media screen and (max-width: 767px) {
	.p-front__banner-item {
		padding: 0 4px;
	}
}

.p-front__onecolumn-banner {
	max-width: 952px;
	margin: 0 auto;
	padding: 36px 0;
}
@media screen and (max-width: 767px) {
	.p-front__onecolumn-banner {
		padding: 24px 0;
	}
}
.p-front__onecolumn-banner + .p-front__walk {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.p-front__onecolumn-banner + .p-front__walk {
		margin-top: 18px;
	}
}
.p-front__onecolumn-banner > ul li + li {
	margin-top: 12px;
}
.p-front__onecolumn-banner > ul li a {
	display: block;
}
.p-front__onecolumn-banner > ul li img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-front__footer {
		padding: 0 10px;
	}
}
.p-front__footer .p-front__util-banner {
	padding: 40px 0 48px;
}
@media screen and (max-width: 767px) {
	.p-front__footer .p-front__util-banner {
		padding: 24px 0 20px;
	}
}

.p-front__footer-banner {
	max-width: 952px;
	margin: 0 auto;
}
.p-front__footer-banner > ul {
	display: flex;
	flex-wrap: wrap;
}
.p-front__footer-banner > ul li {
	width: calc(25% - 18px);
}
.p-front__footer-banner > ul li + li:not(:nth-child(4n+1)) {
	margin-left: 24px;
}
@media screen and (max-width: 767px) {
	.p-front__footer-banner > ul li + li:not(:nth-child(4n+1)) {
		margin-left: 0;
	}
}
.p-front__footer-banner > ul li:nth-child(n+5) {
	margin-top: 26px;
}
@media screen and (max-width: 767px) {
	.p-front__footer-banner > ul li:nth-child(n+5) {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-front__footer-banner > ul li {
		width: calc(50% - 4px);
	}
	.p-front__footer-banner > ul li + li:not(:nth-child(2n+1)) {
		margin-left: 8px;
	}
	.p-front__footer-banner > ul li:nth-child(n+3) {
		margin-top: 8px;
	}
}

.p-front__walk {
	padding: 40px 0 80px;
	background-image: url(image/bg/bg-content-02.svg);
	background-size: 1420px auto;
	background-position: center center;
	background-repeat: repeat-y;
}
.p-front__walk .c-button__link {
	margin-top: 40px;
}

.p-front__walk-main {
	padding-top: 47.1324%;
	background-position: center;
	background-size: cover;
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
	.p-front__walk-main {
		padding-top: 115.2648%;
		margin: 0 -20px 24px;
	}
}

.p-front__walk-main-detail {
	position: absolute;
	bottom: 33px;
	left: 35px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-front__walk-main-detail {
		bottom: 18px;
		left: 18px;
	}
}
.p-front__walk-main-detail span {
	display: block;
	padding-left: 24px;
	position: relative;
}
.p-front__walk-main-detail span::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	background: url("image/icon/icon-pin.svg") center center/contain no-repeat;
	position: absolute;
	left: 0;
	top: 8px;
}
.p-front__walk-main-detail h3 {
	font-family: ten-mincho, serif;
	font-size: 3.2rem;
}

.p-front__walk-thumnbail {
	margin: 0 -10px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.p-front__walk-thumnbail {
		margin: 0 -20px;
	}
}
.p-front__walk-thumnbail .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url("image/icon/icon-arrow-05.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	.p-front__walk-thumnbail .slick-arrow {
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
	}
}
.p-front__walk-thumnbail .slick-prev {
	left: -10px;
	transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.p-front__walk-thumnbail .slick-prev {
		left: 2px;
	}
}
.p-front__walk-thumnbail .slick-next {
	right: -10px;
	transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
	.p-front__walk-thumnbail .slick-next {
		right: 2px;
	}
}

.p-front__walk-thumnbail-item {
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.p-front__walk-thumnbail-item {
		padding: 0 4px;
	}
}
.p-front__walk-thumnbail-item a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 66.6667%;
}
.p-front__walk-thumnbail-item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.p-front__walk-thumnbail-item h3 {
	font-family: ten-mincho, serif;
}
.p-front__walk-thumnbail-item h3, .p-front__walk-thumnbail-item span {
	position: relative;
}

.p-front__walk-thumnbail-item-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}

.p-front__guide {
	padding: 40px 0 80px;
	background-image: url(image/bg/bg-content-04.svg);
	background-size: 1709px auto;
	background-position: center center;
	background-repeat: repeat-y;
}

.p-front__guide-time {
	font-size: 1.4rem;
	padding-left: 24px;
	position: relative;
}
.p-front__guide-time::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("image/icon/icon-time-02.svg") center center/contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.p-front__feature {
	background-color: #F2ECDB;
	background-image: url(image/bg/bg-content-12.svg);
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
	.p-front__feature .c-list {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.p-front__feature .c-list__item {
		width: 100%;
	}
}
.p-front__feature .c-list__description p {
	-webkit-line-clamp: 2;
}

.p-guide {
	padding: 92px 0 70px;
	background-image: url("image/bg/bg-content-04.svg");
	background-size: 1709px auto;
	background-position: -100px top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-guide {
		padding: 50px 0;
		background-size: 150% auto;
		background-repeat: repeat-y;
	}
}

.p-guide__form .mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.p-guide__form-box {
	padding: 0 46px 40px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.p-guide__form-box {
		padding: 0 30px 30px;
	}
}
@media screen and (max-width: 440px) {
	.p-guide__form-box {
		padding: 0 20px 20px;
	}
}
.p-guide__form-box + .p-guide__form-box {
	border-top: none;
}
.p-guide__form-box h2 {
	margin: 0 0 40px -46px;
	padding: 3px 17px;
	width: calc(100% + 92px);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
	background-color: #42622C;
}
@media screen and (max-width: 767px) {
	.p-guide__form-box h2 {
		margin: 0 0 30px -30px;
		width: calc(100% + 60px);
	}
}
@media screen and (max-width: 440px) {
	.p-guide__form-box h2 {
		margin: 0 0 20px -20px;
		width: calc(100% + 40px);
	}
}

.annotation__text {
	color: #FD6D6A;
	font-size: 1.6rem;
}

.p-guide__form-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-guide__form-item + .p-guide__form-item {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-item + .p-guide__form-item {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}
.relative {
	position: relative;
}
.w-80 {
	width: 80%;
}
.p-guide__form-item label {
	flex: 0 0 auto;
	padding-top: 17px;
	width: 163px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: -0.15px;
	display: block;
	padding-right: 20px;
}
.horizontal-item label {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-guide__form-item label {
		padding-top: 0;
		margin-bottom: 10px;
		width: 100%;
	}
}
.p-guide__form-item select,
.p-guide__form-item input,
.p-guide__form-item textarea {
	padding: 13px 17px;
	font-size: 1.5rem;
	line-height: 1.8;
	background-color: #F2ECDB;
	border: 1px solid #BE9E4D;
}
@media screen and (max-width: 767px) {
	.p-guide__form-item select,
.p-guide__form-item input,
.p-guide__form-item textarea {
		padding: 12px;
	}
}
.p-guide__form-item select[data-text=max], .p-guide__form-item select.-max,
.p-guide__form-item input[data-text=max],
.p-guide__form-item input.-max,
.p-guide__form-item textarea[data-text=max],
.p-guide__form-item textarea.-max {
	width: calc(100% - 163px);
}
@media screen and (max-width: 767px) {
	.p-guide__form-item select[data-text=max], .p-guide__form-item select.-max,
.p-guide__form-item input[data-text=max],
.p-guide__form-item input.-max,
.p-guide__form-item textarea[data-text=max],
.p-guide__form-item textarea.-max {
		width: 100%;
	}
}
.p-guide__form-item select[type=number], .p-guide__form-item select.p-postal-code,
.p-guide__form-item input[type=number],
.p-guide__form-item input.p-postal-code,
.p-guide__form-item textarea[type=number],
.p-guide__form-item textarea.p-postal-code {
	width: 115px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-item select[type=number], .p-guide__form-item select.p-postal-code,
.p-guide__form-item input[type=number],
.p-guide__form-item input.p-postal-code,
.p-guide__form-item textarea[type=number],
.p-guide__form-item textarea.p-postal-code {
		width: 104px;
	}
}
.p-guide__form-item select {
	width: 100%;
}
.p-guide__form-item input {
	width: 320px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-item input {
		width: 100%;
		max-width: 320px;
	}
}
.p-guide__form-item input[type=checkbox] {
	position: relative;
	padding: 0;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background-color: #C4C4C4;
	border: none;
}
.p-guide__form-item input[type=checkbox]:checked::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 2px;
	left: 1.5px;
	width: 11px;
	height: 10px;
	background-image: url("image/icon/icon-check-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p-guide__form-item textarea {
	width: 100%;
	min-height: 110px;
	resize: vertical;
}

.p-guide__form-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 163px);
}
@media screen and (max-width: 767px) {
	.p-guide__form-wrapper {
		width: 100%;
	}
}
.annotation__text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.number__container {
	position: relative;
	display: flex;
	flex-direction: row;
}
.p-guide__form-wrapper[data-wrapper=column], .p-guide__form-wrapper.-block {
	display: block;
}
.p-guide__form-wrapper[data-wrapper=column] > p, .p-guide__form-wrapper.-block > p {
	margin-top: 10px;
	padding-top: 0.5em;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: unset;
	padding-top: unset;
}
.p-guide__form-wrapper > span {
	padding: 0 10px;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-wrapper > span {
		font-size: 1.5rem;
		padding: 0 8px;
	}
}

.p-guide__form-select {
	position: relative;
	width: 115px;
}
.p-guide__form-select[data-select=course] {
	width: 320px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-select[data-select=course] {
		width: 100%;
		max-width: 320px;
	}
}
.p-guide__form-select::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 11px;
	display: block;
	content: "";
	width: 15px;
	height: 10px;
	background-image: url("image/icon/icon-arrow-04.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.p-guide__form-information {
	margin-top: 8px;
	padding: 17px 39px 18px 29px;
	height: 175px;
	overflow: auto;
	border: 1px solid #BE9E4D;
}

.p-guide__form-information-text {
	padding-bottom: 18px;
}
.p-guide__form-information-text[aria-hidden=true] {
	display: none;
}
.p-guide__form-information-text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-guide__form-chekbox {
	margin-bottom: 10px;
	max-width: 473px;
	position: relative;
	margin-top: unset;
}
.p-guide__form-chekbox > span {
	display: inline-block;
	margin-right: 18px;
}

.p-guide__form-item .p-guide__form-chekbox label {
	font-size: 1.4rem;
}

.p-guide__form-people {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-guide__form-people-item {
	flex: 0 0 auto;
	margin: 0 37px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.p-guide__form-people-item {
		width: 100%;
		margin: 0 0 30px;
	}
}
.p-guide__form-people-item:nth-child(3) {
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
	.p-guide__form-people-item:nth-child(3) {
		margin: 23px 37px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.p-guide__form-people-item:nth-child(3) {
		margin: 0 0 30px;
	}
}
.p-guide__form-people-item:nth-child(3) > span:first-child {
	min-width: 40px;
}
@media screen and (max-width: 1000px) {
	.p-guide__form-people-item:nth-child(3) > span:first-child {
		min-width: 75px;
	}
}
@media screen and (max-width: 767px) {
	.p-guide__form-people-item:nth-child(3) > span:first-child {
		min-width: 70px;
	}
}
.p-guide__form-people-item:nth-child(3) > input:nth-of-type(2) {
	margin-left: 11px;
}
.p-guide__form-people-item:nth-child(4), .p-guide__form-people-item:nth-child(5) {
	margin-top: 23px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-people-item:nth-child(4), .p-guide__form-people-item:nth-child(5) {
		margin-top: 0;
	}
}
.p-guide__form-people-item > span:first-child {
	flex: 0 0 auto;
	padding-right: 11px;
	min-width: 75px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-people-item > span:first-child {
		min-width: 70px;
		padding-right: 6px;
	}
}
.p-guide__form-people-item span {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-guide__form-people-item span {
		font-size: 1.4rem;
	}
}

.p-guide__form-item .p-guide__form-people input[type=number] {
	width: 77px;
	margin-right: 6px;
}
@media screen and (max-width: 767px) {
	.p-guide__form-item .p-guide__form-people input[type=number] {
		width: 50px;
		padding: 8px;
	}
}

.p-guide__form-rule {
	margin: 40px 0;
	padding: 50px 89px 29px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.p-guide__form-rule {
		padding: 40px 40px 29px;
	}
}
@media screen and (max-width: 440px) {
	.p-guide__form-rule {
		padding: 30px 30px 19px;
	}
}
.p-guide__form-rule h2 {
	margin-bottom: 28px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: center;
}
.p-guide__form-rule dt,
.p-guide__form-rule dd {
	font-size: 1.4rem;
	line-height: 1.7;
}
.p-guide__form-rule dt {
	font-weight: 700;
}
.p-guide__form-rule dd {
	margin-bottom: 20px;
}

.p-guide__introduction {
	margin-bottom: 34px;
	padding: 72px 16px 62px;
	text-align: center;
	background-color: #E0EADC;
	font-family: ten-mincho, serif;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.p-guide__introduction {
		padding: 50px 14px 40px;
	}
}
.p-guide__introduction h2 {
	margin-bottom: 43px;
	color: #42622C;
	font-size: 3.6rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.p-guide__introduction h2 {
		font-size: 2.6rem;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.p-guide__introduction h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

.p-guide__anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
	.p-guide__anchor {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
}
.p-guide__anchor li {
	flex: 0 0 auto;
	width: calc(33.33% - 32px);
}
@media screen and (max-width: 943px) {
	.p-guide__anchor li {
		width: calc(33.33% - 16px);
	}
}
@media screen and (max-width: 767px) {
	.p-guide__anchor li {
		margin: 0 0 20px;
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 440px) {
	.p-guide__anchor li {
		width: 100%;
	}
}
.p-guide__anchor li + li {
	margin-left: 48px;
}
@media screen and (max-width: 943px) {
	.p-guide__anchor li + li {
		margin-left: 24px;
	}
}
@media screen and (max-width: 767px) {
	.p-guide__anchor li + li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 440px) {
	.p-guide__anchor li + li {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-guide__anchor li:last-child {
		margin-left: 0;
	}
}
.p-guide__anchor a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 19px 15px 12px;
	font-family: ten-mincho, serif;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	background-color: #42622C;
	transition: background-color 300ms;
}
@media screen and (max-width: 440px) {
	.p-guide__anchor a {
		padding: 14px 10px 10px;
	}
}
.p-guide__anchor a:hover {
	background-color: #BE9E4D;
}
.p-guide__anchor a::after {
	display: block;
	content: "";
	margin-top: 10px;
	width: 23px;
	height: 23px;
	background-image: url("image/icon/icon-arrow-07.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p-guide__anchor a span {
	display: block;
	font-size: 1.4rem;
}

.p-guide__tour {
	padding: 96px 0;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-guide__tour {
		padding: 50px 0;
	}
}
.p-guide__tour[data-tour=miyako] {
	background-color: #F2ECDB;
	background-image: url("image/bg/bg-content-10.svg");
	background-size: 1669px auto;
}
@media screen and (max-width: 767px) {
	.p-guide__tour[data-tour=miyako] {
		background-size: 150% auto;
		background-repeat: repeat-y;
	}
}
.p-guide__tour[data-tour=festival] {
	position: relative;
	background-image: url("image/bg/bg-content-11.svg");
	background-size: 1280px auto;
}
@media screen and (max-width: 767px) {
	.p-guide__tour[data-tour=festival] {
		background-size: 120% auto;
		background-repeat: repeat-y;
	}
}

.p-guide__tour-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 20px 37px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #BE9E4D;
}
.p-guide__tour-content:nth-child(even) {
	border: 1px solid #42622C;
}
.p-guide__tour-content + .p-guide__tour-content {
	margin-top: 26px;
}
.p-guide__tour-content > h3 {
	margin-bottom: 8px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.8;
	text-align: center;
}
.p-guide__tour-content > ul {
	margin: 0 auto;
}
.p-guide__tour-content > ul li {
	padding-left: 15px;
	text-indent: -8px;
	font-size: 1.5rem;
	line-height: 2;
}
.p-guide__tour-content > ul li::before {
	display: inline-block;
	content: "・";
}

.p-membership {
	padding: 50px 0;
}
.p-membership[data-bg="01"] {
	background-color: #F2ECDB;
}
.p-membership[data-bg="02"] {
	background-color: #E0EADC;
}

.p-pamphlet__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
	.p-pamphlet__wrapper {
		display: block;
	}
}

.p-pamphlet__thumbnail {
	flex: 0 0 auto;
	margin-right: 30px;
	width: 430px;
}
@media screen and (max-width: 767px) {
	.p-pamphlet__thumbnail {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 430px;
	}
}
.p-pamphlet__thumbnail img {
	width: 100%;
	height: auto;
}

.p-pamphlet__information p {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-pamphlet__link {
	text-align: center;
}
.p-pamphlet__link a {
	position: relative;
	display: inline-block;
	min-width: 200px;
	padding: 8px 38px 8px 10px;
	font-weight: 400;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	background-color: #42622C;
	border: 1px solid #42622C;
	transition: border 300ms, background-color 300ms;
	border-radius: 4px;
}
.p-pamphlet__link a:hover {
	border: 1px solid #BE9E4D;
	background-color: #BE9E4D;
}
.p-pamphlet__link a::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: calc(50% - 12px);
	right: 15px;
	width: 24px;
	height: 24px;
	background-image: url("image/icon/icon-external-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p-pamphlet__link a[href*=pdf]::after {
	top: calc(50% - 9px);
	right: 20px;
	width: 18px;
	height: 18px;
	background-image: url("image/icon/icon-save-01.svg");
}

.p-pamphlet__link-area h3 {
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: -0.15px;
}
.p-pamphlet__link-area h3:first-child {
	margin-top: 0;
}
.p-pamphlet__link-area ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-pamphlet__link-area ul li {
	flex: 0 0 auto;
	margin: 0 10px 10px 0;
	min-width: 130px;
}
.p-pamphlet__link-area a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 6px 38px 6px 10px;
	font-weight: 400;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.48;
	letter-spacing: -0.15px;
	text-align: center;
	text-decoration: none;
	background-color: #42622C;
	border: 1px solid #42622C;
	transition: color 300ms, background-color 300ms;
	border-radius: 4px;
}
.p-pamphlet__link-area a:hover {
	border: 1px solid #BE9E4D;
	background-color: #BE9E4D;
}
.p-pamphlet__link-area a::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: calc(50% - 12px);
	right: 10px;
	width: 24px;
	height: 24px;
	background-image: url("image/icon/icon-external-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p-pamphlet__link-area a[href*=pdf]::after {
	top: calc(50% - 9px);
	right: 13px;
	width: 18px;
	height: 18px;
	background-image: url("image/icon/icon-save-01.svg");
}

.p-photolibrary {
	padding-top: 50px;
	width: 100%;
	background-image: url("image/bg/bg-content-09.svg");
	background-size: 1280px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
	.p-photolibrary {
		background-size: 100% auto;
	}
}

.p-photolibrary__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
	.p-photolibrary__wrapper {
		margin-bottom: 30px;
	}
}

.p-photolibrary__image {
	margin-right: 30px;
	width: 500px;
	flex: 0 0 auto;
}
@media screen and (max-width: 943px) {
	.p-photolibrary__image {
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-photolibrary__image {
		width: 100%;
		max-width: 500px;
	}
}
.p-photolibrary__image img {
	width: 100%;
	height: auto;
}

.p-photolibrary__information {
	width: calc(100% - 530px);
}
@media screen and (max-width: 943px) {
	.p-photolibrary__information {
		width: 100%;
		padding: 0 90px;
	}
}
@media screen and (max-width: 767px) {
	.p-photolibrary__information {
		padding: 0 30px;
	}
}
@media screen and (max-width: 440px) {
	.p-photolibrary__information {
		padding: 0 20px;
	}
}
.p-photolibrary__information p {
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 2;
}

.p-photolibrary__agree-wrapper {
	text-align: center;
}

.p-photolibrary__agree {
	font-size: 1.4rem;
	line-height: 2.79;
}
.p-photolibrary__agree input {
	position: relative;
	margin-right: 6px;
	width: 14px;
	height: 14px;
	vertical-align: -1px;
	background-color: #C4C4C4;
}
.p-photolibrary__agree input:checked::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 2px;
	left: 1.5px;
	width: 11px;
	height: 10px;
	background-image: url("image/icon/icon-check-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.p-photolibrary__rule {
	padding: 46px 90px;
	margin-bottom: 70px;
	background: rgba(255, 255, 255, 0.7);
	border-top: 1px solid #42622C;
	border-bottom: 1px solid #42622C;
}
@media screen and (max-width: 767px) {
	.p-photolibrary__rule {
		padding: 35px 30px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 440px) {
	.p-photolibrary__rule {
		padding: 30px 20px;
		margin-bottom: 30px;
	}
}
.p-photolibrary__rule h2 {
	margin-bottom: 30px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: -0.15px;
	text-align: center;
}
.p-photolibrary__rule dt,
.p-photolibrary__rule dd {
	font-size: 1.4rem;
	line-height: 1.7;
}
.p-photolibrary__rule dt {
	font-weight: 700;
	margin-top: 30px;
}
.p-photolibrary__rule dt:first-child {
	margin-top: 0;
}

.p-spot {
	padding-top: 50px;
	width: 100%;
	background-image: url("image/bg/bg-content-01.svg");
	background-size: 1480px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.p-spot {
		background-size: 140% auto;
		background-repeat: repeat-y;
	}
}

.p-spot__detail {
	padding: 0 0 104px;
}

.p-spot__detail-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 943px) {
	.p-spot__detail-box {
		flex-direction: column;
	}
}
.p-spot__detail-box > .p-spot__detail-keywords {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-spot__detail-box > .p-spot__detail-keywords {
		display: flex;
	}
}

@media screen and (max-width: 943px) {
	.p-spot__detail-thumbnail-wrapper {
		max-width: 502px;
		width: 100%;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-spot__detail-thumbnail-wrapper .p-spot__detail-keywords {
		display: none;
	}
}

.p-spot__detail-thumbnail {
	position: relative;
	flex: 0 0 auto;
	width: 502px;
	margin-right: 30px;
}
@media screen and (max-width: 1000px) {
	.p-spot__detail-thumbnail {
		max-width: 464px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 943px) {
	.p-spot__detail-thumbnail {
		max-width: 502px;
		width: 100%;
		margin: 0 auto 20px;
	}
}
.p-spot__detail-thumbnail .slick-list {
	padding: 0 !important;
}
.p-spot__detail-thumbnail .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-spot__detail-thumbnail .slick-slide img {
	margin: 0 auto;
	max-height: 334px;
	width: auto;
}
.p-spot__detail-thumbnail .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url("image/icon/icon-arrow-05.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	z-index: 10;
}
.p-spot__detail-thumbnail .slick-prev {
	transform: rotate(-90deg);
	left: -20px;
}
.p-spot__detail-thumbnail .slick-next {
	transform: rotate(90deg);
	right: -20px;
}

.p-spot__detail-text p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.17;
}

.p-spot__detail-information {
	padding: 10px 20px;
	border: 1px solid #BE9E4D;
}
.p-spot__detail-information div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-spot__detail-information div + div {
	margin-top: 10px;
}
.p-spot__detail-information dt[data-icon=map]::before {
	height: 26px;
	background-image: url("image/icon/icon-map-03.svg");
}
.p-spot__detail-information dt[data-icon=tel]::before {
	height: 22px;
	background-image: url("image/icon/icon-tel-01.svg");
}
.p-spot__detail-information dt[data-icon=email]::before {
	height: 22px;
	background-image: url("image/icon/icon-email-01.svg");
}
.p-spot__detail-information dt[data-icon=url]::before {
	height: 22px;
	background-image: url("image/icon/icon-url-01.svg");
}
.p-spot__detail-information dt,
.p-spot__detail-information dd {
	font-weight: 400;
	font-size: 1.8rem;
}
.p-spot__detail-information dt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 auto;
	width: 22px;
	margin-top: 5px;
	margin-right: 18px;
}
.p-spot__detail-information dd a {
	color: #42622C;
}
.p-spot__detail-information dd a:hover {
	text-decoration: none;
}

.p-spot__detail-googlemap {
	position: relative;
	margin-top: 82px;
	width: 100%;
	padding-bottom: 46%;
}
@media screen and (max-width: 767px) {
	.p-spot__detail-googlemap {
		margin-top: 60px;
		padding-bottom: 60%;
	}
}
.p-spot__detail-googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-spot__detail-keywords {
	margin-top: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-spot__detail-keywords::before {
	display: block;
	content: "";
	margin-top: 2px;
	margin-right: 5px;
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	background-image: url("image/icon/icon-keyword-01.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.p-spot__detail-keywords ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.p-spot__detail-keywords li {
	flex: 0 0 auto;
	padding-right: 15px;
	color: #606060;
	font-size: 1.4rem;
	line-height: 1.8;
}

.p-spot__near {
	width: 100%;
	padding: 70px 0 29px;
	margin-bottom: 70px;
	background-color: #F2ECDB;
}
@media screen and (max-width: 767px) {
	.p-spot__near {
		padding-top: 40px;
		margin-bottom: 40px;
	}
}

.p-spot__event {
	width: 100%;
	padding: 70px 0 1px;
	margin-bottom: 70px;
	background-color: #E0EADC;
}
@media screen and (max-width: 767px) {
	.p-spot__event {
		padding-top: 40px;
		margin-bottom: 40px;
	}
}

.p-walk {
	padding-top: 44px;
	width: 100%;
	background-image: url("image/bg/bg-content-02.svg");
	background-size: 1420px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
	.p-walk {
		background-size: 150% auto;
	}
}

.p-walk__thumbnail {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-walk__thumbnail {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
.p-walk__thumbnail img {
	width: 100%;
	height: auto;
}

.p-walk__course {
	padding: 29px 40px 11.5px;
	margin-bottom: 25px;
	background-color: #E0EADC;
}
@media screen and (max-width: 1000px) {
	.p-walk__course {
		padding: 29px 15px 19px 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-walk__course {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 29px 12px 19px 16px;
	}
}
@media screen and (max-width: 440px) {
	.p-walk__course {
		padding: 20px 15px 19px;
	}
}
.p-walk__course h2 {
	margin-bottom: 0;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: -0.15px;
	text-align: center;
}

.p-walk__course-list-start span,
.p-walk__course-list-end span {
	margin-right: 12px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	color: #BE9E4D;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.p-walk__course-list-start span,
.p-walk__course-list-end span {
		display: block;
		margin: 0 0 2px;
		font-size: 1.4rem;
	}
}

.p-walk__course-list-end {
	margin-right: 0;
	margin-bottom: 0;
}

.p-walk__course-list-flow {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	counter-reset: content-main-ol-default;
}
.p-walk__course-list-flow li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	min-width: 270px;
	max-width: 270px;
	padding: 7px 8px 8px 16px;
	margin: 23.5px 35px 23.5px 0;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: -0.15px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #42622C;
}
@media screen and (max-width: 1000px) {
	.p-walk__course-list-flow li {
		min-width: calc(33.33% - 35px);
		margin: 15px 30px 15px 0;
		padding: 7px 12px 8px;
	}
}
@media screen and (max-width: 943px) {
	.p-walk__course-list-flow li {
		min-width: calc(50% - 30px);
	}
}
@media screen and (max-width: 767px) {
	.p-walk__course-list-flow li {
		width: calc(50% - 30px);
		flex: 0 0 auto;
		margin: 15px 25px 10px 0;
		padding: 7px 7px 8px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 440px) {
	.p-walk__course-list-flow li {
		min-width: 100%;
		text-align: center;
	}
}
.p-walk__course-list-flow li::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: calc(50% - 4px);
	right: -29px;
	width: 18px;
	height: 8px;
	background-image: url("image/icon/icon-arrow-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
	.p-walk__course-list-flow li::after {
		right: -26px;
	}
}
@media screen and (max-width: 767px) {
	.p-walk__course-list-flow li::after {
		right: -23px;
	}
}
@media screen and (max-width: 440px) {
	.p-walk__course-list-flow li::after {
		top: calc(100% + 9px);
		right: 0;
		left: 0;
		margin: 0 auto;
		transform-origin: center;
		transform: rotate(90deg);
	}
}
.p-walk__course-list-flow li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
	.p-walk__course-list-flow li:nth-child(3n) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-walk__course-list-flow li:nth-child(3n) {
		margin-right: 25px;
	}
}
.p-walk__course-list-flow li:nth-child(3n)::after {
	top: auto;
	bottom: -47px;
	right: 135.5px;
	width: 614px;
	height: 47px;
	background-image: url("image/icon/icon-arrow-02.svg");
}
@media screen and (max-width: 1000px) {
	.p-walk__course-list-flow li:nth-child(3n)::after {
		top: calc(50% - 4px);
		right: -26px;
		bottom: auto;
		width: 18px;
		height: 8px;
		background-image: url("image/icon/icon-arrow-01.svg");
	}
}
@media screen and (max-width: 767px) {
	.p-walk__course-list-flow li:nth-child(3n)::after {
		right: -23px;
	}
}
@media screen and (max-width: 440px) {
	.p-walk__course-list-flow li:nth-child(3n)::after {
		top: 43px;
		right: 0;
	}
}
.p-walk__course-list-flow li:last-child::after {
	display: none;
}
.p-walk__course-list-flow li::before {
	display: inline-block;
	content: counter(content-main-ol-default, decimal-leading-zero);
	counter-increment: content-main-ol-default;
	margin-right: 12px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	color: #BE9E4D;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
	.p-walk__course-list-flow li::before {
		display: block;
		margin: 0 0 2px;
		font-size: 1.4rem;
	}
}
.p-walk__course-list-flow li:first-child::before, .p-walk__course-list-flow li:last-child::before {
	display: none;
}

.p-walk__content {
	margin-bottom: 50px;
}
.p-walk__content p,
.p-walk__content pre {
	font-family: noto-sans-cjk-jp, "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	line-height: 2;
}
.p-walk__content pre {
	word-break: break-all;
	white-space: break-spaces;
}

.p-walk__map {
	margin: 50px 0;
}
@media screen and (max-width: 767px) {
	.p-walk__map {
		margin: 40px 0;
	}
}
.p-walk__map iframe {
	width: 100%;
	height: 360px;
}
@media screen and (max-width: 767px) {
	.p-walk__map iframe {
		height: 320px;
	}
}

.p-walk__heading {
	margin-bottom: 8px;
	text-align: center;
}
.p-walk__heading h2 {
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: -0.15px;
}
.p-walk__heading h2 span {
	display: block;
	font-family: ten-mincho, serif;
	font-weight: 400;
	color: #42622C;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.15px;
}

.p-walk__time {
	padding: 20px 21px;
	margin-bottom: 16px;
	text-align: center;
	line-height: 1.2;
	background-image: url("image/icon/icon-arrow-03.svg");
	background-size: 16px 61px;
	background-position: center top;
	background-repeat: no-repeat;
}
.p-walk__time span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #42622C;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: -0.15px;
	background-color: #fff;
}
.p-walk__time span::before {
	display: inline-block;
	content: "";
	margin-right: 2px;
	width: 18px;
	height: 19px;
	background-image: url("image/icon/icon-time-01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p-front__map {
  padding: 40px 0 80px;
  img {
    display: block;
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
    @media screen and (max-width: 767px) {
      object-fit: contain;
      height: 40px;
    }
  }
}
