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

#location p {
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}
#location p.tx-xs {
        font-size: .8rem;
		line-height: 1.5;
}
@media screen and (max-width:600px) {
    #location p {
        font-size: .9rem;
        letter-spacing: 0.06em;
    }
	#location p.tx-xs {
        font-size: .7rem;
		line-height: 1.4;
    }
}

.location-main {
    padding-top: 48px;
	padding-bottom: 40px;
}
.location-main h2 {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 30px;
}

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

.location-main h3 {
    font-size: 1.3rem;
    line-height: 1.7;
	margin-top: 24px;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
}
@media screen and (max-width:500px) {
    .location-main h3 {
        font-size: 1.1rem;
    }
}

.location-main p {
	padding-bottom: 12px;
}
.location-main-wrap {
	margin-top: 40px;
}

.location-main-txt {
	padding-top: 40px;
}
@media screen and (min-width:768px) {
    .location-main-wrap {
        display: flex;
        justify-content: space-between;
		align-items: center;
    }
    .location-main-itemR {
        max-width: 60%;
    }
    .location-main-itemL {
		max-width: 36%;
        margin-right: 24px;
    }
}
@media screen and (max-width:600px) {
	.location-main-txt {
		padding-top: 20px;
		padding-bottom: 0;
	}

}

/*location-map*/
.location-map {
    padding-top: 40px;
    padding-bottom: 40px;
}
.location-map h2, .life-information h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    text-align: center;
}

.location-photos {
	padding-top: 32px;
	padding-bottom: 40px;
}
.photo1 {
	max-width: 70%;
}
.photo2 {
	max-width: 70%;
	margin: 20px 0 20px auto;
}
@media screen and (max-width:600px) {
    .location-map {
        padding-bottom: 20px;
    }
    .location-map h2,.life-information h2 {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }
	.location-photos {
		padding-top: 20px;
		padding-bottom: 24px;
	}
	.photo1 {
		max-width: 85%;
	}
	.photo2 {
		max-width: 80%;
		margin: 16px 0 16px auto;
	}
}


/*life-information*/
.life-information {
    background: var(--base3-color);
	padding-top: 80px;
    padding-bottom: 48px;
}
.life-information h2 {
	color: var(--main-color);
	margin-bottom: 32px;
}

.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 {
	color: #009fe8;
	background: #fff;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
    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-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.life-information-inner .table-responsive th {
    text-align: left;
	font-weight: normal;
    width: 58%;/*54%*/
}

.distance {/*距離だけ青字*/
	color: var(--main-color);
}

.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%;
    }
    .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: 52%;/*50%*/
        letter-spacing: 0.02em;
    }
    .life-information-inner h5 {
        font-size: 1.1rem;
        margin-top: 30px;
    }
}

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

