.sec-main .flex {
	display: flex;
	align-items: center;
}

.sec-main .tpl-inner-wrap {
	position: relative;
}

.sec-main .h2wrap {
	padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
	.sec-main .h2wrap {
		padding-bottom: 5.33333vw;
	}
}

.sec-main .h2wrap h2 {
	color: #e53244;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.sec-main .h2wrap h2 {
		font-size: 16px;
	}
}

.sec-main .h2wrap .detail {
	font-size: 16px;
	font-weight: bold;
	margin-left: 2em;
}

@media screen and (max-width: 750px) {
	.sec-main .h2wrap .detail {
		font-size: 10px;
	}
}

.sec-main .h2wrap .category-btn {
	width: 11em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	border: 2px solid #e53244;
	background-color: #FFF;
	border-radius: 25px;
	overflow: hidden;
}

.sec-main .h2wrap .category-label {
	display: flex;
	align-items: center;
}

.sec-main .h2wrap .category-label:before {
	content: '';
	display: block;
	width: 15px;
	height: 8px;
	background: url(/fmap/assets/common/img/icon-arrow-up-red.png) 0 0 no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	transition: transform .3s;
	margin-right: 20px;
	margin-top: 1px;
}

@media screen and (max-width: 750px) {
	.sec-main .h2wrap .category-label:before {
		width: 8px;
		height: 4px;
		margin-right: 10px;
	}
}

.sec-main .h2wrap .category-label.is-open:before {
	transform: rotate(0);
}

.sec-main .h2wrap .category-list {
	display: none;
}

.sec-main .h2wrap .category-list li {
	border-top: 2px solid #e53244;
}

.sec-main .h2wrap .category-list a {
	display: flex;
	align-items: center;
}

.sec-main .h2wrap .category-list a:before {
	content: '';
	display: block;
	width: 8px;
	height: 15px;
	background: url(/fmap/assets/common/img/icon-back-red.png) 0 0 no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	margin-right: 20px;
	margin-top: 1px;
}

@media screen and (max-width: 750px) {
	.sec-main .h2wrap .category-list a:before {
		width: 4px;
		height: 8px;
		margin-right: 10px;
	}
}

.sec-main .h2wrap .category-list a.back:before {
	transform: rotate(0);
}

.sec-main .h2wrap a {
	display: block;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #e53244;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.sec-main .h2wrap a {
		padding: 10px 15px;
		font-size: 10px;
	}
}

.sec-main .h3wrap {
	background-color: #e53244;
	padding: 35px 0;
}

@media screen and (max-width: 750px) {
	.sec-main .h3wrap {
		padding: 20px 0;
	}
}

.sec-main .h3wrap h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	width: 9em;
	padding-right: 1em;
}

@media screen and (max-width: 750px) {
	.sec-main .h3wrap h3 {
		font-size: 16px;
		width: 6em;
	}
}

.sec-main .h3wrap .detail {
	color: #FFF;
	flex: 1;
}

@media screen and (max-width: 750px) {
	.sec-main .h3wrap .detail {
		font-size: 11px;
	}
}

.sec-main .contents-wrap {
	position: relative;
}

.switch-btn-list {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #d73143;
	padding: 2px;
	border-radius: 28px;
	overflow: hidden;
	display: flex;
}

@media screen and (max-width: 750px) {
	.switch-btn-list {
		top: 15px;
		padding: 1px;
		border-radius: 20px;
	}
}

.switch-btn-list.bottom {
	top: auto;
	bottom: 10px;
}

.switch-btn-list.bottom a {
	width: 40px;
	height: 40px;
	padding: 0;
	justify-content: center;
}

.switch-btn-list.bottom a:before {
	margin-right: 0;
}

.switch-btn-list li {
	border-radius: 28px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.switch-btn-list li {
		border-radius: 20px;
	}
}

.switch-btn-list a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #d73143;
	color: #FFF;
}

@media screen and (max-width: 750px) {
	.switch-btn-list a {
		font-size: 10px;
		padding: 10px 20px 10px 15px;
		white-space: nowrap;
	}
}

.switch-btn-list a.active {
	background-color: #FFF;
	color: #e53244;
}

.switch-btn-list a:before {
	content: '';
	display: block;
	margin-right: 10px;
}

@media screen and (max-width: 750px) {
	.switch-btn-list a:before {
		margin-right: 8px;
	}
}

.switch-btn-list a:hover {
	opacity: 1;
}

.switch-btn-list .map:before {
	width: 20px;
	height: 24px;
	background: url(/fmap/assets/topics/img/icon-btn-map-off.png) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.switch-btn-list .map:before {
		width: 14px;
		height: 17px;
	}
}

.switch-btn-list .map.active:before {
	background: url(/fmap/assets/topics/img/icon-btn-map-on.png) 0 0 no-repeat;
	background-size: contain;
}

.switch-btn-list .list:before {
	width: 21px;
	height: 20px;
	background: url(/fmap/assets/topics/img/icon-btn-list-off.png) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.switch-btn-list .list:before {
		width: 16px;
		height: 15px;
	}
}

.switch-btn-list .list.active:before {
	background: url(/fmap/assets/topics/img/icon-btn-list-on.png) 0 0 no-repeat;
	background-size: contain;
}

#map-wrap {
	position: relative;
	z-index: 1;
	height: 100vh;
	max-height: 1058px;
}

@media screen and (max-width: 750px) {
	#map-wrap {
		max-height: 490px;
	}
}

#map-wrap > * {
	width: 100%;
	height: 100%;
}

#map-wrap .gm-style .gm-style-iw-c {
	padding: 0;
	background: none !important;
	box-shadow: none !important;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	#map-wrap .gm-style .gm-style-iw-c {
		max-width: 100% !important;
		min-width: 280px !important;
	}
}

#map-wrap .gm-style .gm-style-iw-d {
	overflow: visible !important;
}

@media screen and (max-width: 750px) {
	#map-wrap .gm-style .gm-style-iw-d {
		max-width: 100% !important;
	}
}

#map-wrap .gm-style .gm-style-iw-t::after {
	width: 8px !important;
	height: 8px !important;
	border: 2px solid #d73143 !important;
	z-index: 1;
}

.map-help {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 0.5em;
}

@media screen and (max-width: 750px) {
	.map-help {
		font-size: 10px;
	}
}

#list-wrap {
	display: none;
	padding-top: 100px;
	padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
	#list-wrap {
		padding-top: 24vw;
		padding-bottom: 60px;
	}
}

#list-wrap .item-list .item a {
	display: flex;
	align-items: flex-start;
	padding: 30px;
	padding-right: 100px;
	border-radius: 60px;
	transition: background-color .3s;
	position: relative;
}

@media screen and (max-width: 750px) {
	#list-wrap .item-list .item a {
		padding: 15px 0;
		padding-right: 40px;
		border-radius: 20px;
	}
}

@media screen and (min-width: 751px) {
	#list-wrap .item-list .item a:hover {
		opacity: 1;
		background-color: rgba(229, 50, 68, 0.07);
	}
	#list-wrap .item-list .item a:hover:before {
		background-color: #e53244;
	}
	#list-wrap .item-list .item a:hover:after {
		background: url(/fmap/assets/common/img/icon-back-white.png) 0 0 no-repeat;
		background-size: contain;
	}
}

#list-wrap .item-list .item a:before, #list-wrap .item-list .item a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

#list-wrap .item-list .item a:before {
	right: 26px;
	width: 50px;
	height: 50px;
	border: 1px solid #e53244;
	border-radius: 25px;
	transition: background-color .3s;
}

@media screen and (max-width: 750px) {
	#list-wrap .item-list .item a:before {
		width: 25px;
		height: 25px;
		right: 0;
	}
}

#list-wrap .item-list .item a:after {
	width: 8px;
	height: 15px;
	background: url(/fmap/assets/common/img/icon-back-red.png) 0 0 no-repeat;
	background-size: contain;
	right: 46px;
	transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 750px) {
	#list-wrap .item-list .item a:after {
		width: 4px;
		height: 8px;
		right: 10px;
	}
}

#list-wrap .item-list .thumb {
	margin-right: 50px;
}

@media screen and (max-width: 750px) {
	#list-wrap .item-list .thumb {
		width: 25.33333vw;
		min-width: 95px;
		margin-right: 5.33333vw;
	}
}

#list-wrap .item-list .detail {
	flex: 1;
}

#list-wrap .item-list .detail dt {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
	#list-wrap .item-list .detail dt {
		font-size: 14px;
		margin-bottom: .5em;
	}
}

#list-wrap .item-list .detail dd {
	line-height: 1.7;
	letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
	#list-wrap .item-list .detail dd {
		font-size: 10px;
	}
}

.info-wrap {
	background: #FFF;
	border-radius: 60px;
	border: 2px solid #d73143;
	padding: 20px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.info-wrap {
		padding: 10px;
		border: 1px solid #d73143;
	}
}

.info-wrap:after {
	content: '';
	width: 12px;
	height: 4px;
	position: absolute;
	z-index: 5;
	background-color: #FFF;
	bottom: -2px;
	left: calc(50% - 6px);
}

.info-wrap a {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 70px;
}

@media screen and (max-width: 750px) {
	.info-wrap a {
		padding-right: 50px;
	}
}

.info-wrap a:before, .info-wrap a:after {
	content: '';
	display: block;
	position: absolute;
}

.info-wrap a:before {
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: #FFF;
	border: 2px solid #e53244;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
	.info-wrap a:before {
		width: 25px;
		height: 25px;
		border: 1px solid #e53244;
		right: 0;
	}
}

.info-wrap a:after {
	width: 8px;
	height: 15px;
	background: url(/fmap/assets/common/img/icon-back-red.png) 0 0 no-repeat;
	background-size: contain;
	right: 36px;
	top: calc(50% - 7px);
	transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
	.info-wrap a:after {
		width: 4px;
		height: 8px;
		right: 12px;
		top: calc(50% - 4px);
	}
}

.info-wrap a:hover {
	opacity: 1;
}

.info-wrap a:hover:before {
	background-color: #e53244;
	border: 2px solid #FFF;
}

.info-wrap a:hover:after {
	background: url(/fmap/assets/common/img/icon-back-white.png) 0 0 no-repeat;
	background-size: contain;
}

.info-wrap .ph {
	width: 75px;
	height: 75px;
	border-radius: 40px;
	margin-right: 20px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.info-wrap .ph {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}
}

.info-wrap .ph img {
	max-width: 100% !important;
}

.info-wrap .label {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.info-wrap .label {
		font-size: 12px;
		white-space: nowrap;
	}
}
