@charset "UTF-8";
/* location */

.title-area {/*背景は白*/
	background: #fff;
}

#location p {
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

@media screen and (max-width:600px) {
    #location p {
        font-size: .9rem;
        letter-spacing: 0.03em;
    }
}

.location-main {
	padding-top: 60px;
	padding-bottom: 40px;
	background: url("../img/location/lo_mv_bg.jpg") top center no-repeat;
}
.location-main h2 {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 30px;
}

@media screen and (max-width:600px) {
    .location-main {
        padding-top: 32px;
        padding-bottom: 20px;
    }
    .location-main h2 {
        font-size: 1.2rem;
        letter-spacing: 0.04em;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

.location-main h3 {
    font-size: 1.2rem;
    line-height: 1.5;
	margin-top: 24px;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
	border-left: 4px solid var(--base1-color);
	padding-left: 8px;
}
.location-main h4, .location-aeon h4 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
	padding: 6px 12px;
	color: #fff;
	background: #8e919e;
}
.location-main h4 span, .location-aeon h4 span {
    font-size: .8rem;
}
.location-main-itemR p, .location-aeon p {
	font-size: .9rem;
	line-height: 1.5;
}

@media screen and (max-width:600px) {
    .location-main h3 {
        font-size: 1rem;
		line-height: 1.4;
    }
	.location-main h4, .location-aeon h4 {
	    font-size: 1rem;	
	}
	.location-main-itemR p, .location-aeon p {
		font-size: .8rem;
	}
}


.location-main-wrap {
	margin-top: 40px;
}
.location-aeon {
	padding-top: 40px;
	padding-bottom: 20px;
}
.location-aeon .tx-xs {
	line-height: 1.4;
	margin-bottom: 20px;
}
@media screen and (min-width:768px) {
	.location-main-wrap {
		margin-top: 60px;
	}
    .location-main-wrap, .location-aeon .container {
        display: flex;
        justify-content: space-between;
    }
    .location-main-itemR {
        max-width: 63%;
    }
    .location-main-itemL {
		max-width: 34%;
    }
    .location-aeon-itemR {
        max-width: 55%;
    }
    .location-aeon-itemL {
		max-width: 41%;
    }
}
@media screen and (max-width:600px) {
	.location-main-wrap {
		margin-top: 0;
	}
    .location-main-itemL {
		max-width: 90%;
    }
}


/*location-distantview*/
.location-distantview {
	font-size: 0;
}

/*location-map*/
.location-map {
    padding-top: 60px;
    padding-bottom: 80px;
	background: var(--base2-color);
}
.location-map h2, .life-information h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    text-align: center;
}

@media screen and (max-width:600px) {
    .location-map {
        padding-bottom: 40px;
    }
    .location-map h2,.life-information h2 {
        font-size: 1.2rem;
        margin-bottom: 24px;
    }
}


.location-photo {
	margin-top: 40px;
}
.location-photo .location-photo1 {
	margin-bottom: 20px;
}
@media screen and (min-width:768px) {
    .location-photo {
		margin-top: 60px;
        display: flex;
        justify-content: center;
    }
	.location-photo .location-photo1,.location-photo .location-photo2 {
		max-width: 38%;
	}
	.location-photo .location-photo2 {
		margin-top: 110px;
		margin-left: 4px;
	}
}

/*life-information*/
.life-information {
    background: var(--base3-color);
	padding-top: 72px;
    padding-bottom: 48px;
	color: var(--white-color);
}
.life-information h2 {
	color: var(--white-color);
	margin-bottom: 24px;
}

.life-information p {
	line-height: 1.7;
}

.life-information-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.life-information-inner h5 {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-align: center;
}
.life-information-inner .table-responsive {
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.life-information-inner .table-responsive th {
    text-align: left;
	font-weight: normal;
    width: 54%;/*45%*/
}
.life-information-inner .table-responsive {
	border: none;
}
.life-information-inner .table-responsive .table {
    width: 100%;
	border-bottom: solid 1px var( --base2-color);
	font-weight: normal;
    line-height: 1.4;
}
.life-information-inner .table-responsive .table>tbody>tr>td {
	border-top: solid 1px var( --base2-color);
	padding: 3px 3px;
	text-align: right;
	font-weight: normal;
}
.life-information-inner .table-responsive .table>tbody>tr>th {
	border-top: solid 1px var( --base2-color);
	padding: 3px 3px;
    font-weight: normal;
}

.th-sm {
	margin-top: 40px;
	font-size: .8rem;
}

@media screen and (max-width:540px) {
    .life-information-inner .table-responsive {
        font-size: 0.75rem;
        letter-spacing: -0.02em;
    }
    .life-information-inner .table-responsive .table>tbody>tr>td {
        padding: 3px 1px;
    }
    .life-information-inner .table-responsive .table>tbody>tr>th {
        padding: 3px 1px;
    }

	.life-information {
		padding-top: 60px;
		padding-bottom: 48px;
	}
	.th-sm {
		font-size: .7rem;
	}
}

@media (min-width:1024px) {/*1200px*/
    .leftpc { 
        width: 48%;/*50%*/
    }
    .rightpc {
        width: 48%;
    }
    .life-information-inner .table-responsive {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
	.life-information-inner .leftpc {
		padding-right: 20px;
	}
    .life-information-inner .table-responsive th {
        width: 50%;
        letter-spacing: 0.04em;
    }
    .life-information-inner h5 {
        font-size: 1.1rem;
        margin-top: 30px;
    }
}

@media (max-width: 900px) {
    .leftpc { 
        width: 100%;
    }
    .rightpc {
        width: 100%;
    }
}



