/*===============================
ヘッダー
===============================*/
header .glo_navi {
	max-width: 8.00rem;
}


/*===============================
さつよくの歴史
===============================*/
#about {
	padding-top: 0.50rem;
	padding-bottom: 1.00rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#about {
		padding-top: 0;
	}
}

#about .about_text_wrap {
	position: relative;
}

#about .ph_wrap {
	width: 9.00rem;
	height: 4.20rem;
	margin: auto;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about .ph_wrap {
		width: 100%;
		height: 40vw;
		padding-bottom: 0.20rem;
	}
}

#about .ph_wrap::after {
	content: "";
	width: 2.00rem;
	height: 1.20rem;
	background-image: url(../img/satsuyoku_about_deco.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.40rem;
	bottom: 0.20rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#about .ph_wrap::after {
		width: 1.00rem;
		height: 0.60rem;
		right: -0.40rem;
		bottom: 0.10rem;
	}
}

#about .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about .ph_wrap .caption {
	font-size: 0.13rem;
	text-align: center;
	padding: 0.10rem 0;
}

@media screen and (max-width: 599px) {
	#about .ph_wrap .caption {
		font-size: 0.11rem;
		line-height: 1.50;
	}
}

#about .textbox {
	width: 9.00rem;
	font-size: 0.16rem;
	margin: 0.50rem auto 0;
	line-height: 2;
	font-family: 'Shippori Mincho', serif;
}

@media screen and (max-width: 599px) {
	#about .textbox {
		width: 100%;
		font-size: 0.15rem;
		letter-spacing: 0.05em;
	}
}

#about .textbox .more_btn {
	width: 100%;
	max-width: 3.40rem;
	margin: 0.20rem auto;
}

@media screen and (max-width: 599px) {
	#about .textbox .more_btn {
		max-width: 3.00rem;
	}
}

#about .textbox .more_btn a {
	display: block;
	color: #111;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0;
	border: 1px solid #111;
	padding: 0.24rem 0 0.26rem;
	border-radius: 0.25rem;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about .textbox .more_btn a {
		font-size: 0.16rem;
	}
}

#about .textbox .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.10rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#about .textbox .more_btn a:hover {
	background-color: #111;
	color: #FFF;
}

#about .textbox .more_btn a:hover::after {
	background-image: url(../common/img/link_arrow_white.svg);
	right: 0.10rem;
}

/*===============================
最新記事
===============================*/
.top_entry {
	position: relative;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	.top_entry {
		padding-bottom: 0.60rem;
	}
}

/* 背景色 */
.top_entry::before {
	content: "";
	width: 100%;
	height: 3.40rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.top_entry::before {
		content: "";
		width: 100%;
		height: 6.00rem;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
}

/* ロゴ */
.top_entry::after {
	content: "";
	width: 3.00rem;
	height: 3.00rem;
	background-image: url(../common/img/sento_logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
	position: absolute;
	right: 0.20rem;
	top: -0.50rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.top_entry::after {
		width: 1.50rem;
		height: 1.50rem;
		right: -0.20rem;
		top: -0.20rem;
	}
}

.top_entry .entry_list_wrap {
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap {
		padding-bottom: 0.10rem;
	}
}

.top_entry .entry_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_entry .entry_list_wrap .list .detail {
	width: 100%;
	max-width: 3.50rem;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail {
		padding-bottom: 0.20rem;
	}
}

.top_entry .entry_list_wrap .list .detail a {
	display: block;
	text-decoration: none;
	color: #111;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail a {
		display: flex;
		flex-wrap: wrap;
	}
}

.top_entry .entry_list_wrap .list .detail .ph_wrap {
	width: 100%;
	height: 2.30rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail .ph_wrap {
		width: 1.30rem;
		height: 1.30rem;
		border-radius: 0.06rem;
	}
}

.top_entry .entry_list_wrap .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
}

.top_entry .entry_list_wrap .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail a .textbox {
		width: calc(100% - 1.30rem);
		box-sizing: border-box;
		padding-left: 0.15rem;
	}
}

/* カテゴリ名 */
.top_entry .entry_list_wrap .list .detail .category {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail .category {
		padding-top: 0;
	}
}

.top_entry .entry_list_wrap .list .detail .category span {
	display: inline-block;
	border: 1px solid #111;
	padding: 0.04rem 0.10rem 0.07rem;
	border-radius: 0.20rem;
	font-size: 0.12rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail .category span {
		padding: 0.04rem 0.10rem 0.06rem;
		font-size: 0.11rem;
	}
}

/* タイトル */
.top_entry .entry_list_wrap .list .detail a .title {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	line-height: 1.45;
	padding: 0.10rem 0;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail a .title {
		font-size: 0.15rem;
		letter-spacing: 0.05em;
	}
}

.top_entry .entry_list_wrap .list .detail a:hover .title {
	color: #E62413;
}

/* 日時 */
.top_entry .entry_list_wrap .list .detail .date {
	font-size: 0.13rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	.top_entry .entry_list_wrap .list .detail .date {
		font-size: 0.12rem;
	}
}

/* お知らせ */
#news.top_entry::before {
	background-color: #FEF7D7;
}

/* イベント情報 */
#event.top_entry::before {
	background-color: #CCEEEB;
}

/* スタンプラリー達成者 */
#stamp.top_entry::before {
	background-color: #D9EEFD;
}

/* 一覧はこちら */
.top_entry .more_btn {
	width: 100%;
	max-width: 3.00rem;
	margin: auto;
}

.top_entry .more_btn a {
	display: block;
	color: #111;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0;
	border: 1px solid #111;
	padding: 0.24rem 0 0.26rem;
	border-radius: 0.25rem;
	text-decoration: none;
	position: relative;
	background-color: #FFF;
}

@media screen and (max-width: 599px) {
	.top_entry .more_btn a {
		color: #FFF;
		font-size: 0.16rem;
		background-color: #111;
	}
}

.top_entry .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.10rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.top_entry .more_btn a::after {
		background-image: url(../common/img/link_arrow_white.svg);
		top: 45%;
	}
}

.top_entry .more_btn a:hover {
	background-color: #111;
	color: #FFF;
}

.top_entry .more_btn a:hover::after {
	background-image: url(../common/img/link_arrow_white.svg);
	right: 0.10rem;
}
