
.link_main_ttl {
	width: 100%;
}
.link_main_ttl h2 {
	color: #930012;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px 0;
}
.link_main_ttl p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 -2px 0;
}
.under_line {
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.link_main_ttl h2 {
		font-size: 40px;
	}
	.link_main_ttl p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.link_main_ttl h2 {
		font-size: 55px;
	}
	.link_main_ttl p {
		font-size: 20px;
	}
}



/*
ここからメインコンテンツ
*/

.outline_wrap{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.outline_main_info{
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.outline_map_info{
	display: flex;
	flex-flow:column;
	justify-content:center;
	align-items: flex-start;
	font-size: 13px;
	margin-top: 40px;
}

.outline_lbox{
	width: 100%;
	margin-right: 0%;
}

.outline_lbox figure{
	max-width: 245px;
}

.outline_rbox{
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-content: flex-start;
}

.map_info_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.map_info_tag{
	width: 50%;
	font-weight: bold;
	padding-left: 8%;
}
.map_info_dat{
	width: 50%;
}

.map_info_tag,.map_info_dat{
	border-top: 1px dotted #000;
	padding-top: 25px;
	padding-bottom: 25px;
}
.map_info_tag:last-of-type,.map_info_dat:last-of-type{
	border-bottom: 1px dotted #000;
}


.outline_rbox .fax_tel{
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	letter-spacing: -0.1px;
}

.outline_rbox a{
	margin-left: 42.8%;
	margin-top: 15px;
}

a.request_btn{
	line-height: 28px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 57.6%;
	cursor: pointer;
}
a.request_btn:hover{
	color: #777;
}

.request_btn p{
	margin-left: 8%;
}
.request_btn .icon{
	margin-right: 3%;
}


.mapinfo_address{
	line-height: 22px;
	margin-top: 10px;
}

.outline_rbox iframe{
	width: 100%;
}

/*
　メインコンテンツのPC
*/
@media only screen and (min-width: 641px) {

	.outline_wrap{
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.outline_main_info{
		font-size: 18px;
		line-height: 36px;
		margin-top: 10px;
		letter-spacing: 1px;
	}

	.outline_map_info{
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 18px;
		margin-top: 140px;
	}

	.outline_lbox{
		width: 40%;
		margin-right: 2%;
	}

	.outline_lbox figure{
		max-width: 350px;
	}

	.outline_rbox{
		width: 482px;
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
		align-content: flex-start;
	}

	.map_info_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.map_info_tag{
		width: 50%;
		font-weight: bold;
		padding-left: 3%;
	}
	.map_info_dat{
		width: 50%;
	}

	.map_info_tag,.map_info_dat{
		border-top: 1px dotted #000;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.map_info_tag:last-of-type,.map_info_dat:last-of-type{
		border-bottom: 1px dotted #000;
	}


	.outline_rbox .fax_tel{
		font-size: 24px;
		font-weight: bold;
		margin-top: 100px;
	}

	.outline_rbox a{
		margin-left: 42.8%;
		margin-top: 25px;
	}

	a.request_btn{
		line-height: 40px;
		background-color: #000;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 58.2%;
		cursor: pointer;
	}
	a.request_btn:hover{
		color: #777;
	}

	.request_btn p{
		margin-left: 8%;
	}
	.request_btn .icon{
		margin-right: 3%;
	}


	.mapinfo_address{
		line-height: 32px;
		margin-top: 30px;
	}

	.outline_rbox iframe{
		width: 477px;
	}

}
