@charset "UTF-8";

/* お知らせ共通：デザインSVG準拠の背景色 */
.news-archive,
.news-single {
	background-color: #fffaef;
}

/* お知らせ一覧：デザインSVG準拠の専用レイアウト */
.news-archive__header {
	width: min(100% - 40px, 1000px);
	margin: 0 auto;
	padding: 22px 20px 40px;
	border-bottom: 2px solid #707070;
	text-align: center;
}

.news-archive__header .page-title_wrap {
	margin: 0;
}

.news-archive__header .title_en {
	color: #e83318;
}

.news-archive__header .title_jp {
	color: #535353;
}

.news-archive__lead {
	margin-top: 25px;
	color: #535353;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: .03em;
}

.news-archive__container {
	width: min(100% - 72px, 1000px);
	margin: 0 auto 120px;
}

.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-list__item {
	border-bottom: 2px solid #707070;
}

.news-list__link {
	display: flex;
	justify-content: space-between;
	position: relative;
	column-gap: 1em;
	align-items: center;
	padding: 12px 30px;
	color: #4b4b4b;
	transition: color .2s ease, background-color .2s ease;
}

.news-list-content {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
	min-width: 0;
}

.news-list__date {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .05em;
	white-space: nowrap;
}

.news-list__title {
	overflow: hidden;
	min-width: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list__arrow {
	display: block;
	width: 9px;
	height: 14px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='m1 1 6 6-6 6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='m1 1 6 6-6 6'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: transform .2s ease;
}

.news-list__link:hover,
.news-list__link:focus-visible {
	background-color: rgba(232, 51, 24, .06);
	color: #e83318;
}

.news-list__link:hover .news-list__arrow,
.news-list__link:focus-visible .news-list__arrow {
	transform: translateX(3px);
}

.news-list__link:focus-visible,
.news-pagination .page-numbers:focus-visible {
	outline: 3px solid rgba(232, 51, 24, .35);
	outline-offset: 3px;
}

.news-pagination {
	margin-top: 44px;
}

.news-pagination__list {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	border: 2px solid #535353;
	border-radius: 999px;
	background-color: #fff;
	color: #454545;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
	border-color: #535353;
	background-color: #ff8c05;
	color: #fff;
}

.news-pagination .page-numbers.dots,
.news-pagination .page-numbers.dots:hover {
	min-width: auto;
	padding: 0 2px;
	border-color: transparent;
	background: transparent;
	color: #454545;
}

.news-pagination .prev,
.news-pagination .next {
	flex-direction: column;
	gap: 2px;
	width: 48px;
	min-width: 48px;
	height: 38px;
	padding: 0;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	color: #454545;
}

.news-pagination .prev:hover,
.news-pagination .next:hover {
	border-color: transparent;
	background: transparent;
	color: #e83318;
}

.news-pagination__label {
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
}

.news-pagination__direction-arrow {
	display: block;
	position: relative;
	width: 48px;
	height: 8px;
	border-bottom: 2px solid currentColor;
}

.news-pagination__direction-arrow::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: right top;
}

.news-pagination__direction-arrow--prev {
	transform: scaleX(-1);
}

/* ===== お知らせ詳細：デザインSVG準拠（design/お知らせ詳細.svg） ===== */
.news-single__container {
	padding-top: 34px;
}

.news-single__inner {
	width: min(100% - 60px, 700px);
		margin: 0 auto;
}

.news-single__title {
	margin: 0 0 26px;
	color: #535353;
	font-size: clamp(1.25rem, 1.16rem + 0.38vw, 1.5rem);
	font-weight: 800;
	line-height: 1.65;
	letter-spacing: .05em;
	text-align: center;
}

.news-single__thumbnail {
	margin: 0 0 30px;
	border: 1px solid #707070;
	background-color: #fff;
}

.news-single__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.news-single__content {
	color: #535353;
	font-size: 14px;
	line-height: 2;
}

.news-single__content > * + * {
	margin-top: 1.4em;
}

.news-single__content img {
	height: auto;
	max-width: 100%;
}

.news-single__content ul,
.news-single__content ol {
	padding-left: 1.5em;
}

.news-single__content ul {
	list-style: disc;
}

.news-single__content ol {
	list-style: decimal;
}

.news-single__content h2,
.news-single__content h3 {
	line-height: 1.6;
}

.news-border {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
	border-color: #707070;
	height: 2px;
}

/* 一覧に戻るボタン：235×54 / r27 / #0b53a4 ＋ 白円の左向き矢印 */
.news-single__back {
	margin: 36px 0 0;
	text-align: center;
}

.news-single__back-link {
	display: inline-flex;
	position: relative;
	gap: 12px;
	box-sizing: border-box;
	width: 235px;
	max-width: 100%;
	min-height: 54px;
	padding: 8px 24px 8px 20px;
	border-radius: 27px;
	background-color: #0b53a4;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .05em;
	align-items: center;
	justify-content: center;
	transition: background-color .2s ease, transform .2s ease;
}

.news-single__back-icon {
	display: block;
	flex: 0 0 auto;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14'%3E%3Cpath fill='none' stroke='%230b53a4' stroke-width='2.5' d='M8 1 2.2 6.77 8 12.54'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9px 11px;
	transition: transform .2s ease;
}

.news-single__back-link:hover,
.news-single__back-link:focus-visible {
	background-color: #094185;
	color: #fff;
}

.news-single__back-link:hover .news-single__back-icon,
.news-single__back-link:focus-visible .news-single__back-icon {
	transform: translateX(-3px);
}

.news-single__back-link:focus-visible {
	outline: 3px solid rgba(11, 83, 164, .35);
	outline-offset: 3px;
}

.br-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.br-sp {
		display: inline;
	}

	.news-archive__lead {
		margin-top: 16px;
	}

	.single-news .breadcrumb_list {
		align-items: center;
	}

	.single-news .breadcrumb_list .page-link_text {
		flex: 0 0 auto;
		height: auto;
	}

	.single-news .breadcrumb_list .page-link_text[aria-current="page"] {
		overflow: hidden;
		flex: 1 1 auto;
		min-width: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.news-archive__header {
		margin-bottom: 16px;
		padding: 14px 0 17px;
	}

	.news-archive__container {
		width: calc(100% - 72px);
		margin-bottom: 80px;
	}

	.news-list__link {
		grid-template-columns: minmax(0, 1fr) 9px;
		column-gap: 1em;
		row-gap: 4px;
		min-height: 62px;
		padding: 9px 0 7px;
	}

	.news-list__date {
		grid-column: 1;
		font-size: 14px;
		line-height: 1.35;
	}

	.news-list__title {
		grid-column: 1;
		font-size: 16px;
		line-height: 1.45;
	}

	.news-list__arrow {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.news-pagination {
		margin-top: 42px;
	}

	.news-pagination__list {
		gap: 9px;
	}

	.news-pagination .page-numbers {
		min-width: 38px;
	}

	.news-single__container {
		padding-top: 24px;
	}

	.news-single__title {
		margin-bottom: 20px;
	}

	.news-single__thumbnail {
		margin-bottom: 24px;
	}

	.news-single__back {
		margin-top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.news-list__link,
	.news-list__arrow,
	.news-pagination .page-numbers,
	.news-single__back-link,
	.news-single__back-icon {
		transition: none;
	}
}

/* body {
	background-color: #f7f7f7;
} */

.container {
	background-repeat: no-repeat;
	background-position: center top 75px;
	background-size: 2281px 4867px;
}

.decorate_title-container {
	display: flex;
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
	flex-direction: column;
	align-items: center;
}

.page-title__container {
	margin-bottom: 20px;
}

.common_list-container {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.common_list-container h3 {
	max-width: 845px;
	width: 100%;
	margin: 0 auto;
}

.common_list-container h3 img {
	width: 100%;
}

.common_list-nav {
	display: block;
	width: 100%;
}

.common_list-wrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.common_list-item {
	display: block;
	max-width: 315px;
	width: 31.5%;
}

.common_list-contents {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.common_list-img {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

	aspect-ratio: 63/44;
}

.common_list-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}

.common_list-img img#post-1527 {
	object-fit: contain;
}

/* .common_list-contents figcaption p {
	margin-top: 12px;
	margin-bottom: 12px;
} */
.single-news .common_list-contents figcaption p {
	-webkit-line-clamp: initial;
}

.common_list-detail h4 {
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: clamp(1.25rem, 1.174rem + 0.32vw, 1.563rem);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.common_list-detail p {
	/* display: -webkit-box;
	overflow: hidden; */
	font-weight: 500;
	font-size: clamp(0.875rem, 0.86rem + 0.06vw, 0.938rem);
	line-height: 22px;
	text-align: justify;
	/* -webkit-box-orient: vertical;

	-webkit-line-clamp: 3; */
}

.common_list-detail a {
	display: flex;
	position: relative;
	margin-top: 20px;
	padding-bottom: 5px;
	color: #084288;
	font-weight: 500;
	font-size: 15px;
	justify-content: space-between;
	align-items: flex-end;
	transition: all 0.5s;
}

.common_list-detail a:hover {
	opacity: 0.8;
}


.common_list-detail a::before, .common_list-detail a::after {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #084288;
	content: "";
}

.common_list-detail a::before {
	left: 0;
	width: calc(100% - 50px);
}

.common_list-detail a::after {
	right: 0;
	width: 40px;
}

.store_icon {
	display: block;
	width: 40px;
	background-color: #084288;
	transition: all 0.5s;

	aspect-ratio: 40/27;
	mask-position: center bottom;
	-webkit-mask-position: center bottom;
	mask-image: url(../images/store_link-arrow.png);
	-webkit-mask-image: url(../images/store_link-arrow.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.common_list-detail a:hover .store_icon {
	opacity: 0.8;
}

.event_program-link {
	display: block;
	position: relative;
	width: 250px;
	height: 60px;
	margin: 30px auto 0;
	font-weight: 500;
	font-size: 15px;
	transition: all 0.5s;
}

.event_program-link:hover {
	padding-top: 5px;
	padding-left: 5px;
}

.event_program-link dl {
	display: flex;
	height: 55px;
	border-radius: 5px;
}

.event_program-link dl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-radius: 5px;
	background-color: #e3e3e3;
	content: "";
}

.event_program-link dt {
	display: flex;
	width: 170px;
	padding-left: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #084288;
	color: #ffffff;
	align-items: center;
}

.event_program-link dd {
	display: flex;
	width: 75px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
}

.event_program-icon {
	display: block;
	width: 15px;
	background-color: #084288;

	aspect-ratio: 15/22;
	mask-position: center bottom;
	-webkit-mask-position: center bottom;
	mask-image: url(../images/event_program-arrow.png);
	-webkit-mask-image: url(../images/event_program-arrow.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

/* ページングの余分な件数表示（inc/custom-template-tag.php の pagination() 由来） */
.pages-of {
	display: none !important;
}

.nav-links {
	display: flex;
	margin-top: 40px;
	column-gap: 10px;
	justify-content: flex-end;
}

.nav-links li {
	display: flex;
	width: 42px;
	height: 42px;
	border: 2px solid #084288;
	border-radius: 5px;
	background-color: #084288;
	color: #ffffff;
	font-weight: 700;
	font-size: 21px;
	justify-content: center;
	align-items: center;
}

.nav-links li a {
	color: #ffffff;
}

.nav-links li.current {
	background-color: #ffffff;
	color: #084288;
}

@media screen and (min-width: 768px) {
	.main_container {
		padding-bottom: 160px;
	}

	.decorate_title-container {
		width: 95%;
		margin-bottom: 130px;
	}

	.common_list-container {
		width: 95%;
	}

	.event_list-container {
		position: relative;
		margin-bottom: 190px;
	}

	.gourmet_list-container {
		margin-bottom: 150px;
	}

	.common_list-container h3 {
		margin-bottom: 70px;
	}

	.common_list-wrapper {
		column-gap: 2.75%;

		row-gap: 100px;
	}

	.common_list-item {
		width: 31.5%;
	}

	.common_list-img {
		margin-bottom: 25px;
	}

	@media screen and (min-width: 1570px) {
		.event_program-link {
			position: absolute;
			top: 445px;
			left: calc(100% + clamp(1.25rem, -7.161rem + 8.57vw, 3.125rem));
			margin-top: 0;
		}
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-bottom: 80px;
	}

	.decorate_title-container {
		width: calc(100% - 60px);
		margin-bottom: 60px;
	}

	.common_list-container {
		width: 100%;
		padding: 0 30px;
	}

	.event_list-container, .gourmet_list-container {
		margin-bottom: 90px;
	}

	.common_list-container h3 {
		margin-bottom: 50px;
	}

	.common_list-nav {
		max-width: 660px;
		margin: 0 auto;
	}

	.common_list-wrapper {
		row-gap: 50px;
	}

	.common_list-img {
		margin-bottom: 15px;
	}

	@media screen and (min-width: 501px) {
		.common_list-wrapper {
			column-gap: 4.5455%;
		}

		.common_list-item {
			width: 47.7273%;
		}
	}

	@media screen and (max-width: 500px) {
		.common_list-wrapper {
			flex-direction: column;
			align-items: center;
		}

		.common_list-item {
			width: 100%;
		}
	}
}
