@charset "UTF-8";

header .head_ttl::before {
    content: "物件概要";
    line-height: 1;
    margin: 4px 0 0;
}

.gnav li a.outline{
    background: #eee;
    color: #000;
}

.gnav_container_bg{
	/* width: 100%;
	height: 20vh;
	position: absolute; */
	/* top: 0; */
	/* content: "";
	background: linear-gradient(180deg, rgba(188, 216, 195, 0.8) 0%, rgba(88, 216, 195, 0) 68%);
	z-index: -1; */
}

.map_outline_ttl {
    margin: 100px auto 40px;
}
@media screen and (max-width: 1000px) {
    ul.gnavi li a.outline{
        background: #eee;
        color: #000;
    }
}

@media screen and (max-width: 900px) {
    .map_outline_ttl {
        margin: 40px auto;
    }
	.gnav_container_bg{
		display: none;
	}
}

.cap_box03{
	margin: 0 auto 40px;
	line-height: 1.8em;
    padding: 0 10px;
    font-size: 10px;
}

.table_ttl {
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 1.5;
}
.cap_l {
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .table_ttl {
        /* font-size: 14px; */
    } 
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
	border-bottom: 0;
	font-size: 16px;
	font-feature-settings: "palt"; 
}

@media screen and (max-width: 767px) {
	table {
		font-size: 14px; 
    } 
}

th {
	padding: 3px 10px;
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #cccccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
    th {
        min-width: 100px;
        width: auto; 
    } 
}

@media screen and (max-width: 750px) {
    .foot_nav .outline a {
        background: #d8d8da;
    }
}

@media screen and (max-width: 580px) {
    th {
        display: block;
        border-right: 0;
    } 
}   

td {
	font-size: 12px;
	padding: 7px 10px;
	border-bottom: 1px solid #000; 
}
td span.ex01 {
	display: block;
	padding-left: 3em;
	text-indent: -3em; 
}

@media screen and (max-width: 580px) {
    td {
        display: block;
    } 
}

.table_box {
	max-width: 1200px;
	margin: 0 auto 60px;
	box-sizing: border-box;
}

.mb5 {
	margin-bottom: 5px; 
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}