@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* お知らせ */
#top_info .grid_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 40px 50px;
	margin-bottom: 50px;
}
#top_info .grid_box .box img {
	aspect-ratio: 1.36 / 1;
	width: 100%;
	object-fit: cover;
}
#top_info .grid_box .box dt {
	width: 100%;
	font-size : 98%x;
	letter-spacing : 2.8px;
	font-family: var(--font-serif);
}
#top_info .grid_box .box dd {
	font-size : 115%;
	letter-spacing : 3.2px;
	color : #000;
}
/* コンテンツ */
#top_contents .plof_box .plof_in {
	width: 995px;
	margin: 0 auto 100px;
	align-items: center;
}
#top_contents .plof_box .img {
	width: 500px;
}
#top_contents .plof_box .txt_box {
	width: 450px;
}
#top_contents .plof_box .txt_box .wind {
	font-size: 60px;
	white-space: nowrap;
	margin-bottom: 10px;
}
#top_contents .plof_box .txt_box .txt {
	font-size : 45px;
	letter-spacing : 5.8px;
}
#top_contents .plof_box .txt_box .txt .fs {
	font-size : 29px;
	position: relative;
	top: -8px;
	letter-spacing : normal;
}
#top_contents .plof_box .txt_box .insta img {
	width: 39px;
	height: 39px;
}
#top_contents .plof_box dl {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	font-size : 110%;
	letter-spacing : 3.2px;
}
#top_contents .plof_box dl:last-of-type {
	padding-bottom: 100px;
}
#top_contents .plof_box dt {
	width: 7%;
}
#top_contents .plof_box dd {
	width: 91%;
	position: relative;
}
#top_contents .plof_box dd::before {
	content: "";
	background: #ccc;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -15px;
}
#top_contents .plof_box ul {
	letter-spacing : 3.2px;
	font-size: 110%;
}
#top_contents .plof_box li {
	padding-left: 15px;
	position: relative;
}
#top_contents .plof_box li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ccc;
	position: absolute;
	top: 13px;
	left: 0;
}
#top_contents .msg_box .txt {
	font-size : 20px;
	line-height : 45px;
	letter-spacing : 4px;
}
#top_contents .link_box .txt_box {
	width: 740px;
	font-size: 110%;
}
#top_contents .link_box .txt_box a {
	text-decoration: underline;
}
#top_contents .link_box .txt_box dl:not(:last-of-type) {
	margin-bottom: 50px;
}
#top_contents .link_box .txt_box dt {
	margin-bottom: 15px;
}
#top_contents .link_box .img {
	width: 200px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */

}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info .grid_box {
		gap: 30px 10px;
	}
	#top_info .grid_box .box dd {
		font-size: 98%;
	}
	#top_contents .plof_box .plof_in {
		width: 100%;
		margin: 0 auto 30px;
		flex-direction: column;
	}
	#top_contents .plof_box .img {
		width: 60%;
		margin: 0 auto;
	}
	#top_contents .plof_box .txt_box {
		width: 100%;
		margin-top: 30px;
	}
	#top_contents .plof_box .txt_box .wind {
		font-size: 45px;
		margin-bottom: 0;
	}
	#top_contents .plof_box .txt_box .txt {
		font-size: 30px;
	}
	#top_contents .plof_box .txt_box .txt .fs {
		font-size: 20px;
		top: -5px;
	}
	#top_contents .plof_box dl {
		font-size: 98%;
	}
	#top_contents .plof_box dt {
		width: 10%;
	}
	#top_contents .plof_box dd {
		width: 88%;
	}
	#top_contents .plof_box dl:last-of-type {
		padding-bottom: 30px;
	}
	#top_contents .plof_box ul {
		font-size: 98%;
	}
	#top_contents .plof_box li::before {
		top: 11px;
	}
	#top_contents .msg_box .txt {
		font-size: 110%;
		line-height: 2em;
		letter-spacing: normal;
	}
	#top_contents .link_box .txt_box {
		width: calc(100% - 250px);
	}
	#top_contents .link_box .txt_box dt {
		margin-bottom: 5px;
	}
	#top_info .grid_box {
		grid-template-columns: repeat(2, 48%);
	}
	#top_info .grid_box .box dd {
		letter-spacing: normal;
		font-size: 93%;
	}
	#top_contents .plof_box .img {
		width: 80%;
	}
	#top_contents .plof_box .txt_box .wind {
		font-size: 35px;
	}
	#top_contents .plof_box .txt_box .txt {
		font-size: 25px;
	}
	#top_contents .plof_box .txt_box .txt .fs {
		font-size: 70%;
		top: -3px;
	}
	#top_contents .plof_box dl {
		letter-spacing: normal;
	}
	#top_contents .plof_box dt {
		width: 20%;
	}
	#top_contents .plof_box dd {
		width: 75%;
	}
	#top_contents .msg_box .txt {
		font-size: 98%;
	}
	#top_contents .link_box .txt_box {
		width: 100%;
		font-size: 98%;
		margin-bottom: 30px;
	}
	#top_contents .link_box .img {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
}