@charset "UTF-8";
/* 中納言２　ロケーション 201905 */

.location {
}
.location_main {
    padding-top: 40px;
    padding-bottom: 30px;
}
 .location_main h3 {
     font-size: 18px;
     letter-spacing: 0.1em;
     margin-bottom: 20px;
     line-height: 1.5;
 }

.location_main h4 {
    color: #003262;
    font-size: 16px;
    border-bottom : solid 1px rgba(0, 50, 98, .4);
    margin-top: 30px;
    padding-bottom: 7px;
    line-height: 1.6;
    letter-spacing: 0.04em;
}
.location_main p {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .location_main {
     padding-top: 80px;
    }
     .location_main h3 {
     font-size: 23px;
     margin-bottom: 40px;
     letter-spacing: 0.2em;
     }
    .location_main h4 {
        font-size: 17px;
    }
    .location_main p {
    font-size: 14px;
    line-height: 1.6;
    }
    .pc_mt {
        margin-top: 90px;
    }
}


/*--------- area_photo　---------*/
.area_photo {
	padding-top: 0px;
	padding-bottom: 25px;
}
@media (min-width: 768px) {
	.area_photo {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}


/*--------- area_info ---------*/
.area_info {
	padding-top: 10px;
}
@media (min-width: 768px) {
	.area_info {
		padding-top: 30px;
	}
}

.map {
	margin-top: 25px;
}
.map h3 {
    color: #003262;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    height: 45px;
}


@media (min-width: 768px) {
	.map {
	margin-top: 50px;
	}
    .map h3 {
    background: url("../img/top_map_bg.png") no-repeat top center;
    font-size: 22px;
    height: 75px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    padding-top: 12px;
    margin-bottom: 25px;
    }
}


/*area_info_detail*/
.area_info_detail {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #ECECEC;
}

.area_info_detail h4 {
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
    color: #003262;
}

.area_info_detail h5 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 7px;
}
.area_info_detail h5 span.loinfo {
    color: #AC0003;
}

.area_info_detail .table-responsive {
	font-size: 13px;
	margin-bottom: 15px;
}
.area_info_detail .table-responsive th {
	font-weight: normal;
}
.area_info_detail .table-responsive {
	border: none;
}
.area_info_detail .table-responsive .table {
	border-top: solid 1px #bbb;
	font-weight: normal;
}
.area_info_detail .table-responsive .table>tbody>tr>td {
	border-top: solid 1px #bbb;
	padding: 4px;
	text-align: right;
	font-weight: normal;
}
.area_info_detail .table-responsive .table>tbody>tr>th {
	border-top: solid 1px #bbb;
	padding: 4px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .area_info_detail {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .area_info_detail h4 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .area_info_detail .table-responsive {
        font-size: 14px;
    }
	.area_info_detail .table-responsive.rightpc {
		margin-left: 50px;
	}
	.area_info_detail .table-responsive.leftpc {
		margin-right: 20px;
	}
    .area_info_detail .table-responsive th {
	width: 55%;/*50%*/
    letter-spacing: 0.14em;
    }
    .area_info_detail h5 {
    font-size: 16px;
    margin-top: 10px;
    }
}

.area_info_detail .xstx {
    font-size: 12px;
    letter-spacing: 0;
}