.tp_sec01{
	padding-top: 100px;
}
.tp_h2{
	margin-bottom: 20px;
	font-weight: bold;
}
.tp01_wrap{
	margin-bottom: 120px;
}
.tp_copy{
	font-size: 27px;
	margin-bottom: 50px;
	font-weight: bold;
}
.tp_copy_sub{
	font-size: 0.9em;
}
.tp01_qr_ttl{
	font-size: 13px;
}
.qr_kuri{
	margin: 10px auto;
}
.tp01_qr_url{
	font-size: 0.8em;
}
.tp_h3,.tp04_h2{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.tp_item_wrap{
	margin: 70px 0 ;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px 30px;
}
.tp_item_box{
	width: 340px;
}
.tp_item_shop{
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
}
.tp_item_name{
	font-size: 18px;
	text-align: center;
}
.tp_initiatives_name{
	margin-top: 10px;
}
.tp01_link{
	display: block;
	width: 470px;
	margin: auto;
	padding: 20px;
	text-align: center;
	position: relative;
}
.tp01_link::before{
	content: "";
	display: block;
	height: 1.0px;
	width: 100%;
	position: absolute;
	background: #595757;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.tp01_link::after{
	content: "";
	display: block;
	height: 1.0px;
	width: 30px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	background: #595757;
	bottom: 8px;
	right: -3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.tp_sec02{
	padding-top: 150px;
}
.tp_img02{
	margin-bottom: 100px;
}
.tp02_wrap{
	margin-bottom: 100px;
}
.tp_sec03{
	padding: 150px 0;
}
.tp_sec04{
	background: #fef3e3;
	padding: 150px 0;
}
.tp_news_wrap {
	padding: 70px 0 100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tp_news_box{
	position: relative;
	padding: 10px;
	width: 340px;
	margin-right: 30px;
}
.tp_news_box:nth-child(3n){
	margin-right: 0;
}
.tp_news_box:nth-child(n+4){
	margin-top: 30px;
}
.tp_news_img img{
	width: 320px;
	height: 212px;
	-o-object-fit: cover;
	object-fit: cover;
}
.tp_news_ttl{
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.5em;
}
.tp_sec05{
	padding: 150px 0 0;
}
.tp05_wrap{
	margin: 50px 0 150px;
}
.tp_gmap{
	margin-top: 50px;
	border-bottom: solid 3px #fff;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media only screen and (min-width:1025px) {
	.tp01_link:hover::before{
		-webkit-animation: link_hov01 0.6s ease-out 0s infinite alternate none running;
		animation: link_hov01 0.6s ease-out 0s infinite alternate none running;
	}
	@-webkit-keyframes link_hov01 {
		0%{left: 0;}
		100%{left: 20px;}
	}
	@keyframes link_hov01 {
		0%{left: 0;}
		100%{left: 20px;}
	}
	.tp01_link:hover::after{
		-webkit-animation: link_hov02 0.6s ease-out 0s infinite alternate none running;
		animation: link_hov02 0.6s ease-out 0s infinite alternate none running;
	}
	@-webkit-keyframes link_hov02 {
		0%{right: -3px;}
		100%{right: -23px;}
	}
	@keyframes link_hov02 {
		0%{right: -3px;}
		100%{right: -23px;}
	}
	.tp_news_box:hover{
		-webkit-box-shadow: 0 0 3px #999;
		box-shadow: 1px 1px 3px #999;
	}
	.news_kuri_bnr_s{
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.news_kuri_bnr_s:hover{
		-webkit-box-shadow: 5px 5px 2px #999;
		box-shadow: 5px 5px 5px #999;
	}
}
@media only screen and (max-width:1024px) {
	.tp_img01 {
		padding: 30px 20px 0;
	}
	.tp_sec01{
		padding: 50px 20px 0;
	}
	.tp01_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.tp01_txt{
		width: 100%;
	}
	.tp_copy{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.tp01_qr{
		margin: 30px auto 0;
	}
	.tp01_link{
		width: calc(100% - 40px);
		max-width: 470px;
		padding: 10px;
	}
	.tp_h3, .tp04_h2{
		font-size: 19px;
		letter-spacing: 0.1em;
	}
	.tp_item_wrap{
		margin: 50px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tp_item_box{
		width: 50%;
		max-width: 340px;
		padding: 5px;
	}
	.tp_item_box:nth-child(n+3){
		margin-top: 30px;
	}
	.tp_item_shop{
		font-size: 13px;
	}
	.tp_item_name{
		font-size: 16px;
	}
	.tp_sec02{
		padding: 80px 20px 0;
	}
	.tp02_wrap{
		margin-bottom: 50px;
	}
	.tp_sec03{
		padding: 80px 20px 50px;
	}
	.tp_img02{
		margin-bottom: 50px;
	}
	.tp_sec04{
		padding: 60px 10px;
	}
	.tp_news_wrap{
		padding: 40px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tp_news_box,.tp_news_box:nth-child(3n){
		width: 50%;
		max-width: 340px;
		padding: 5px;
		margin-right: 0;
	}
	.tp_news_box:nth-child(n+3){
		margin-top: 20px;
	}
	.tp_news_img img{
		width: 100%;
		height: auto;
	}
	.tp_news_ttl{
		font-size: 14px;
	}
	.tp_sec05{
		padding: 60px 0 0;
	}
	.tp05_inner {
		padding: 0 20px;
	}
	.tp05_wrap{
		margin: 30px 0 70px;
	}
	.gmap{
		padding-bottom: 70%;
		margin-top: 30px;
	}
}