@charset "UTF-8";
/*================
map.css
================*/

#mapPage{}

.map_area{padding: 0 0 120px;}
.map_head{ text-align: center;}
.map_head h2{color: #ae9c71; font-size: 3.5rem; font-weight: 400; margin: 40px 0 1em;}
.map_head p{ font-size: 20px; line-height: 1.8; color: #231f20; margin-bottom: 20px; font-weight: normal;}
.map_head p small{display: block; line-height: 1.8;}
.map_image{ text-align: center; width: 100%; max-width: 1120px; margin: 0 auto 70px;}
.map_image figure{ border: 1px solid #ccc; display: inline-block;}

.map_annotation{ /*font: 1.4rem sans-serif;*/ font-size: 1.4rem; line-height: 1.3; text-align: left; margin-top: 5px; padding-left: 15px; position: relative;}
.map_annotation::before { content: "※"; position: absolute; left: 0; top: 0;}

.map_txt{ text-align: left; line-height: 1.5; font-size: 16px; margin: 50px 0;}

.map_print-btn{text-align: center;}
.map_print-btn a{
	display: inline-block;
    width: 100%;
    max-width: 280px;
    margin: 30px auto;
    padding: 10px 10px 15px;
    font-size: 18px;
    color: #fff;
    background: #ae9c71;
    border-radius: 30px;}

@media screen and (max-width: 640px){
	.map_area{padding: 0 0 50px;}
	.map_head h2{font-size: 20px;}
	.map_head p{ font-size: 14px; margin-bottom: 20px;}
    .map_image{ margin: 0 auto 40px;}
}

/*===================================================================
//印刷範囲
=================================================================== */
@media print{
	.inner{ width: 580px; min-width: 100%;}
	header,
	footer,
	.map_head,
	.map_txt,
	.map_print-btn,
	.foot-nav,
	#footer,
	.foot-inner,
	#footer_logo,
	.request_area{ display: none;}
}