.sec-main {
	margin-bottom: 90px;
}

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

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

.sec-main .ph {
	width: 820px;
	margin-left: auto;
}

@media screen and (max-width: 750px) {
	.sec-main .ph {
		width: 100%;
		margin-left: 5.33333vw;
		border-radius: 30px 0 0 30px;
	}
}

.sec-main .txt-inner {
	position: absolute;
	z-index: 2;
	top: 356px;
	left: 0;
	display: inline-block;
}

@media screen and (max-width: 750px) {
	.sec-main .txt-inner {
		position: static;
		top: auto;
		left: auto;
		margin-top: -40px;
	}
}

.sec-main .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	background-color: #FFF;
	border-radius: 25px;
	padding: 15px 24px;
}

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

.sec-main .title span {
	font-size: 20px;
}

@media screen and (max-width: 750px) {
	.sec-main .title span {
		font-size: 14px;
	}
}

.sec-main .tag-list {
	display: flex;
	margin-bottom: 12px;
}

@media screen and (max-width: 750px) {
	.sec-main .tag-list {
		margin-bottom: 7px;
	}
}

.sec-main .tag-list li {
	background-color: #e53244;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 3px 13px;
	border-radius: 9px;
}

@media screen and (max-width: 750px) {
	.sec-main .tag-list li {
		font-size: 10px;
		padding: 3px 10px;
	}
}

.sec-main .tag-list li + li {
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.sec-main .tag-list li + li {
		margin-left: 5px;
	}
}

.sec-main .detail {
	margin-top: 60px;
}

@media screen and (max-width: 750px) {
	.sec-main .detail {
		margin-top: 17px;
	}
}

.sec-detail {
	margin-bottom: 90px;
}

@media screen and (max-width: 750px) {
	.sec-detail {
		margin-bottom: 12vw;
	}
}

.sec-detail .detail-list {
	margin-bottom: 52px;
}

@media screen and (max-width: 750px) {
	.sec-detail .detail-list {
		margin-bottom: 16vw;
	}
}

.sec-detail .detail-list li {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.sec-detail .detail-list li {
		display: block;
	}
}

.sec-detail .detail-list li + li {
	margin-top: 125px;
}

@media screen and (max-width: 750px) {
	.sec-detail .detail-list li + li {
		margin-top: 12vw;
	}
}

.sec-detail .detail-list li:nth-child(odd) {
	flex-direction: row-reverse;
}

.sec-detail .txt-wrap,
.sec-detail .ph-wrap {
	width: 460px;
}

@media screen and (max-width: 750px) {
	.sec-detail .txt-wrap,
	.sec-detail .ph-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.sec-detail .txt-wrap {
		margin-bottom: 1.5em;
	}
}

.sec-detail .txt-wrap .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
	.sec-detail .txt-wrap .title {
		font-size: 18px;
	}
}

.sec-detail .address-wrap:before {
	content: '';
	display: block;
	width: 138px;
	height: 20px;
	background: url(/fmap/assets/topics/img/wavy-line-double.png) 0 0 no-repeat;
	background-size: contain;
	margin-bottom: 84px;
}

@media screen and (max-width: 750px) {
	.sec-detail .address-wrap:before {
		width: 100px;
		height: 16px;
		margin-bottom: 13.33333vw;
	}
}

.sec-detail .address-wrap .address-title {
	float: left;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.sec-detail .address-wrap .address-title {
		font-size: 16px;
		float: none;
		margin-bottom: 2em;
	}
}

.sec-detail .address-wrap .address-list {
	padding-left: 210px;
}

@media screen and (max-width: 750px) {
	.sec-detail .address-wrap .address-list {
		padding-left: 0;
	}
}

.sec-detail .address-wrap .address-list:after {
	content: '';
	display: block;
	clear: both;
}

.sec-detail .address-wrap .address-list dt {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.sec-detail .address-wrap .address-list dd {
	padding-left: 8em;
	margin-bottom: .5em;
}

.sec-detail .address-wrap #gmap {
	clear: both;
	margin-top: 80px;
	width: 100%;
	height: 540px;
}

@media screen and (max-width: 750px) {
	.sec-detail .address-wrap #gmap {
		height: 72vw;
	}
}

.sec-detail .address-wrap #gmap > * {
	width: 100%;
	height: 100%;
}

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

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

.sec-detail .address-wrap #gmap .gm-style .gm-style-iw-d {
	overflow: visible !important;
}

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

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

.category-back-btn {
	border: 2px solid #e53244;
	border-radius: 40px;
	width: 600px;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 750px) {
	.category-back-btn {
		border: 1px solid #e53244;
		width: 90%;
	}
}

.category-back-btn + .category-back-btn {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.category-back-btn + .category-back-btn {
		margin-top: 4%;
	}
}

.category-back-btn a {
	color: #e53244;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 30px;
	position: relative;
	display: block;
}

@media screen and (max-width: 750px) {
	.category-back-btn a {
		padding: 14px;
		font-size: 14px;
	}
}

.category-back-btn a:before, .category-back-btn a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.category-back-btn a:before {
	left: 26px;
	width: 40px;
	height: 40px;
	background-color: #e53244;
	border-radius: 20px;
}

@media screen and (max-width: 750px) {
	.category-back-btn a:before {
		width: 20px;
		height: 20px;
		left: 10px;
	}
}

.category-back-btn a:after {
	width: 8px;
	height: 15px;
	background: url(/fmap/assets/common/img/icon-back-white.png) 0 0 no-repeat;
	background-size: contain;
	left: 40px;
}

@media screen and (max-width: 750px) {
	.category-back-btn a:after {
		width: 4px;
		height: 8px;
		left: 18px;
	}
}

.site-top-btn {
	border: 2px solid #e53244;
	border-radius: 40px;
	width: 200px;
	text-align: center;
	margin: 50px auto 25px;
}

@media screen and (max-width: 750px) {
	.site-top-btn {
		border: 1px solid #e53244;
		width: 60%;
		margin-top: 6.66667vw;
		margin-bottom: 3.33333vw;
	}
}

.site-top-btn a {
	color: #e53244;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 17px;
	position: relative;
	display: block;
}

@media screen and (max-width: 750px) {
	.site-top-btn a {
		padding: 14px;
		font-size: 14px;
	}
}

.site-top-btn a:before {
	content: '';
	display: block;
	position: absolute;
	left: 26px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(/fmap/assets/common/img/icon-back-red.png) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.site-top-btn a:before {
		width: 4px;
		height: 8px;
		left: 14px;
	}
}

.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;
	white-space: nowrap;
}

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