/*----------------------------------------------
　山をもっと安全に楽しむための事前準備ガイド（PC版）
-----------------------------------------------*/
.top-text{
	font-weight: bold;
	font-size:13px;
	padding-top: 5px;
	line-height: 1.7;
	color: #333333;
}

#link_cont .highlight-text {
	font-size: 18px;
	color: #2b5f3a;
	background: linear-gradient(transparent 70%, #fff2a3 70%);
	padding: 0 4px;
	display: inline-block;
}

.list_h2 {
	color: #409D27;
	font-size: 16px;
	border-bottom: 1px solid #409D27;
	border-left: 5px solid #409D27;
	margin-top: 45px;
	margin-bottom: 20px;
	padding: 6px 0 6px 12px;
	line-height: 1.4;
	letter-spacing: 2px;
	display: block;
}

.tozan_guide .list_h3 {
	color: #2B5F3A;
	font-size: 14px;
	font-weight: bold;
	background-color: #EBF6E9;
	padding: 8px 14px;
	border-radius: 4px;
	line-height: 1.4;
	display: block;
	margin-top: 35px;
	margin-bottom: 15px;
}

#link_cont .tozan_guide p {
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.7;
	color: #333333;
	font-weight: normal;
}

.small-text {
	font-size: 11px;
	font-weight: normal;
}

#link_cont .tozan_guide .tozan-img .small-text-right {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	display: block;
}

#link_cont .tozan_guide .credit-text {
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
}

.text-bold{
	font-weight: bold;
}

.tozan-img {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 45px;
}

.tozan-img img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

.tozan-img img.image-wide {
	max-width: 800px;
}

.tozan-img img.image-01 {
	width: 100%;
	max-width: 480px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.tozan-img img.image-04 {
	width: 100%;
	max-width: 480px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.tozan-img img.image-15 {
	width: 100%;
	max-width: 280px;
	height: auto;
}

.kakomi {
	font-size:13px;
	padding: 1em;
	width:auto;
	border: 2px solid #78ba3b;
}

.kakomi-img {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 15px;
}

.link-container {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tenki-button {
	display: inline-flex;
	align-items: center;
	color: #2B5F3A;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.tenki-button::after {
	content: "＞";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #409D27; 
	color: #ffffff;
	border-radius: 50%;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	transition: background-color 0.2s;
}

.tenki-button:hover::after {
	background-color: #2B5F3A;
}

.matome-box {
	background-color: #f7fbf6;
	border: 1px solid #409D27;
	border-radius: 8px;
	padding: 30px 25px 25px 25px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

.matome-title {
	position: absolute;
	top: -15px;
	left: 20px;
	background-color: #409D27;
	color: #ffffff;
	padding: 4px 15px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 20px;
}

.service-intro {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 25px;
}

.service-wrap {
	display: flex;
	justify-content: space-between; 
	gap: 20px;
	margin-bottom: 50px;
}

.service-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.service-item:hover {
	border-color: #409D27;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.service-sub {
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
	display: block;
}

.service-title {
	font-size: 14px;
	color: #409D27;
	font-weight: bold;
	 margin-bottom: 15px;
	display: block;
}

.service-img-wrap {
	width: 100%;
	max-width: 200px;
	border: 1px solid #f0f0f0;
}
.service-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.risk-warning-box {
	background-color: #FFFDF0;
	border: 1px solid #EAB308;
	border-left: 8px solid #EAB308;
	border-radius: 4px;
	padding: 20px 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#link_cont .risk-warning-box p {
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	font-weight: normal;
}

.risk-warning-title {
	font-size: 16px;
	font-weight: bold;
	color: #854D0E;
	margin-bottom: 12px;
}

.risk-warning-text {
	font-size: 15px;
	line-height: 2.0 !important;
	color: #333333;
}

.tozan-img-wrap {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.triple-image {
	flex: 1;
}

.triple-image img {
	width: 100%;
	height: auto;
	display: block;
}

.triple-image .credit-text-right {
	font-size: 10px;
	color: #888888;
	text-align: center;
	margin-top: 4px;
	font-weight: normal;
	line-height: 1.1;
}

#link_cont .tozan_guide .service_h2 {
	color: #0d7b38;
	font-size: 22px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	font-weight: bold;
}

#link_cont .tozan_guide .kakomi .marker-text {
	font-weight: bold;
	font-size: 13px;
	color: #2b5f3a;
	background: linear-gradient(transparent 70%, #fff2a3 70%);
	padding: 0 2px;
	display: inline-block;
}

/*----------------------------------------------
　山をもっと安全に楽しむための事前準備ガイド（スマホ版）
-----------------------------------------------*/
@media screen and (max-width: 750px) {

	.top-text{
		font-size:26px;
		text-align: left;
		padding-top: 5px;
		line-height: 1.6;
	}

	#link_cont .highlight-text {
		font-size: 30px;
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.list_h2 {
		color: #409D27;
		font-size: 32px;
		border-bottom: 1px solid #409D27;
		border-left: 8px solid #409D27;
		margin-top: 65px;
		margin-bottom: 30px;
		padding: 12px 0 12px 14px;
		line-height: 1.4;
		letter-spacing: 3px;
		display: block;
	}

	.tozan_guide .list_h3 {
		font-size: 28px;
		padding: 12px 18px;
		margin-top: 60px;
		margin-bottom: 25px;
	}

	#link_cont .tozan_guide p {
		padding-top: 5px;
		font-size: 26px;
		line-height: 1.6;
		font-weight: normal;
	}

	.small-text {
		font-size: 20px;
	}

	#link_cont .tozan_guide .tozan-img .small-text-right {
		font-size: 18px;
		text-align: right;
		margin-top: 8px;
	}

	#link_cont .tozan_guide .credit-text {
		font-size: 18px;
		margin-top: 8px;
		margin-bottom: 30px;
		font-weight: normal;
	}

	.tenki-button {
		font-size: 26px;
	}

	.tenki-button::after {
		width: 36px;
		height: 36px;
		font-size: 16px;
		margin-left: 14px;
	}

	.matome-box {
		padding: 45px 20px 25px 20px;
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.matome-title {
		font-size: 24px;
		top: -24px;
		padding: 6px 20px;
	}

	#link_cont .tozan_guide .service_h2 {
	font-size: 28px;
	}
	.service-intro {
		font-size: 26px;
		margin-top: 55px;
		margin-bottom: 35px;
	}

	.service-wrap {
		flex-direction: column;
		gap: 25px;
		align-items:center;
	}
	.service-item {
		padding: 25px 20px;
		width: 100%;
		max-width: 420px;
		box-sizing: border-box;
	}

	.service-sub {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.service-title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.service-img-wrap {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		border: 1px solid #f0f0f0;
	}

	.service-img-wrap img {
		width: 100%;
		height: auto;
		display: block;
	}

	.risk-warning-box {
		padding: 30px 20px;
		margin-top: 55px;
		margin-bottom: 55px;
	}

	#link_cont .risk-warning-box p {
		font-size: 26px;
		line-height: 2.2;
		font-weight: normal;
	}

	.risk-warning-title {
		font-size: 28px; 
		margin-bottom: 20px;
	}

	.risk-warning-text {
		font-size: 26px;
		line-height: 2.2 ;
	}

	.kakomi {
		font-size:26px;
		padding: 1em;
		width:auto;
		border: 3px solid #78ba3b;
	}
	.kakomi-img {
		margin-top: 25px;
		gap: 20px;
	}

	.tozan-img-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.triple-image {
		text-align: center;
		width: 100%;
		max-width: 500px;
	}

	.triple-image img {
		width: 100%;
		height: auto;
		display: block;
	}

	.tozan-img-wrap .triple-image .credit-text-right {
		font-size: 18px;
		color: #888888;
		margin-top: 8px;
		line-height: 1.4;
		font-weight: normal;
		display: inline-block;
	}

	#link_cont .tozan_guide .kakomi .marker-text {
		font-size: 26px;
}

	#link_cont .tozan-img img.image-04 {
		max-width: 100%;
	}
	
	#link_cont .tozan-img img.image-01{
		max-width: 100% ;
	}
}