.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.fs_lp_type_02 {
	width: 100%;
	max-width: 1414px;
	margin: 0 auto;
	text-align: center;
}

.fs_lp_type_02 .fs_lp2_fv_01,
.fs_lp_type_02 .main {
	width: 100%;
}

.fs_lp_type_02 .fs_lp2_fv_01,
.fs_lp_type_02 .fs_lp2_fv_01 .text {
	text-align: center;
}

.fs_lp_type_02 section {
	margin-bottom: 80px;
}

.fs_lp_type_02 .sec {
	width: 1000px;
	margin: 0 auto 80px auto;
}

.fs_lp_type_02 h2,
.fs_lp_type_02 h3 {
	margin-bottom: 25px;
}

.fs_lp_type_02 h3 {
	font-weight: bold;
	font-size: 20px;
}

.fs_lp_type_02 h4 {
	font-weight: bold;
	font-size: 18px;
}

.fs_lp_type_02 h2.txt,
.fs_lp_type_02 h3.txt {
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	border-left: 10px solid #555;
	padding: 5px 0px 5px 15px;
	margin-bottom: 1em;
}

.fs_lp_type_02 h3.txt2 {
	text-align: center;
	font-size: 1.8em;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.fs_lp_type_02 p.img {
	margin-bottom: 1em;
}

.fs_lp_type_02 img {
	vertical-align: bottom;
}

.fs_lp_type_02 .text {
	width: 95%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
}

.fs_lp_type_02 .text p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 1em;
}

.fs_lp_type_02 .sec .map iframe {
	width: 100%;
}

.fs_lp_type_02 .fs_lp2_link_01 ul li {
	margin-bottom: 25px;
}

.fs_lp_type_02 .fs_lp2_link_01 ul li a {
	display: block;
	width: 220px;
	margin: 0 auto;
	background-color: rgb(140, 65, 43, 0.9);
	padding: 16px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.shoppage_button {
	position: relative;
	border: none;
	display: block;
	width: 100%;
	padding: 12px 0;
	background: rgba(141, 66, 44, 0.9);
	color: #fff;
}

.shoppage_button:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

.shoppage_button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: top center;
	transition: 0.15s;
}

.shoppage_button:hover:after {
	right: 15px;
}

.shoppage_buttonWrap {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.fs_lp_type_02 .text {
		width: 90%;
		margin: 0 auto;
	}

	.fs_lp_type_02 .text p {
		font-size: 14px;
	}

	.fs_lp_type_02 .sec {
		width: 100%;
	}
}