@charset "UTF-8";
/*----------------------------------------------------

	お月見特集 2026（PC・SP共通・レスポンシブ）
	PCページ（viewport 1200固定）とSPページ（device-width）の
	両方から読み込む。コンテンツ部のマークアップは完全共通。

----------------------------------------------------*/

.tsukimi-page {
	font-size: 13px;
	line-height: 1.8;
	color: #333;
}
.tsukimi-page a {
	text-decoration: none;
}

/* KV */
.tsukimi-kv {
	width: 100%;
	height: 480px;
	background: url(../img/img01.jpg) center no-repeat;
	background-size: cover;
}

/* container */
.tsukimi-container {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

/* header */
.tsukimi-header {
	margin: 50px 0 40px;
	text-align: center;
}
.tsukimi-header__title {
	color: #c38a2a;
	font-size: 16px;
	line-height: 1.6;
}
.tsukimi-header__title strong {
	display: block;
	margin-top: 5px;
	font-size: 26px;
	font-weight: bold;
}
.tsukimi-header__event {
	margin-top: 25px;
	font-size: 15px;
	font-weight: bold;
}
.tsukimi-header__lead {
	margin-top: 30px;
	text-align: left;
}

/* item */
.tsukimi-item {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.tsukimi-item__text {
	flex: 1;
	min-width: 0;
}
.tsukimi-item__photo {
	width: 350px;
	flex-shrink: 0;
}
.tsukimi-item__photo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.tsukimi-item__title {
	margin: 0 0 15px;
	color: #c38a2a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.tsukimi-item__desc {
	margin: 0 0 12px;
}

/* terms（行間はレストランページ .archive02__item-meta__list に合わせて2px） */
.tsukimi-terms {
	display: flex;
	margin: 0;
}
.tsukimi-terms + .tsukimi-terms {
	margin-top: 2px;
}
.tsukimi-terms dt {
	width: 5em;
	flex-shrink: 0;
	font-weight: bold;
}
.tsukimi-terms dd {
	flex: 1;
	margin: 0;
}

/* btn */
.tsukimi-btns {
	margin-top: 25px;
}
.tsukimi-btn {
	display: table;
	margin: 0 0 10px;
}
.tsukimi-btn a {
	display: block;
	padding: 15px 69px;
	font-size: 15px;
	color: #fff !important;
	background: #5e4f47;
	transition: .3s;
}
.tsukimi-btn a:before {
	position: relative;
	display: inline-block;
	font: normal 14px/1 FontAwesome;
	content: "\f0da";
	top: -.085em;
	margin-right: 1em;
	vertical-align: middle;
}
.tsukimi-btn a:hover {
	opacity: .7;
}

/* separator */
.tsukimi-hr {
	border: none;
	border-top: 1px dashed #ccc;
	margin: 50px auto;
}

/* footer tel */
.tsukimi-footer {
	margin: 70px 0 0;
	padding: 30px 20px;
	background: #f4f2f0;
}
.tsukimi-footer__btn {
	display: table;
	margin: 0 auto;
}
.tsukimi-footer__btn a {
	display: block;
	padding: 15px 40px;
	font-size: 13px;
	color: #fff !important;
	background: #5e4f47;
}
.tsukimi-footer__btn strong {
	font-size: 15px;
	font-weight: bold;
}

/*----------------------------------------------------
	SP（〜767px）
	※現行サイトは非レスポンシブ（PC/SP別ページ）のため、
	  PCページには <article class="tsukimi-page tsukimi--pc"> の
	  ガードを付けており、窓幅を狭めてもPCレイアウトを維持する。
	  リニューアル移植時はガードを外せばそのままレスポンシブで動く。
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-kv {
		height: 66.7vw;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-container {
		padding: 0 15px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-header {
		margin: 30px 0 25px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-header__title {
		font-size: 14px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-header__title strong {
		font-size: 20px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-header__event {
		margin-top: 15px;
		font-size: 14px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-header__lead {
		margin-top: 20px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-item {
		flex-direction: column-reverse;
		gap: 0;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-item__photo {
		width: 100%;
		margin-bottom: 15px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-btn {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-btn a {
		padding: 15px 10px;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-hr {
		margin: 35px auto;
	}
	.tsukimi-page:not(.tsukimi--pc) .tsukimi-footer {
		margin-top: 45px;
	}
}
