
/*-===============
section-headline
===============-*/

.section-headline {
	position : relative;
	width: 100%;
	margin-top: 100px;
	}
@media screen and (max-width: 1024px) {
.section-headline {
	position : relative;
	width: 100%;
	margin-top: 70px;
	}
	}


.section-headline .headline{
	position: fixed;
	width: 100%;
	padding: 50px 0 0 40px;
	z-index: 2;
	color: #222;
	}
@media screen and (max-width: 768px) {
.section-headline .headline{
	position: absolute;
	padding: 30px 0 0 7%;
	}
	}

.section-headline .headline h3{
	font-size: 2em;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.section-headline .headline h3{
	font-size: 1.5em;
	}
	}



/*=========

detailmap

==========*/

#detailmap{
	width: 100%;
	height: 700px;
	}
@media screen and (max-width: 768px) {
#detailmap{
	width: 100%;
	height: 100svw;
	}
	}


/*-===============
main
===============-*/

.access main {
	position: relative;
	width: 60%;
	max-width: 1000px;
	margin: 100px auto 120px;
	}
@media screen and (max-width: 1024px) {
.access main {
	width: 86%;
	max-width: 86%;
	margin: 50px auto 80px;
	}
	}

.access main .contents{
	position: relative;
	width: 100%;
	margin-top: 70px;
	}
@media screen and (max-width: 768px) {
.access main .contents{
	margin-top: 0;
	}
	}

.access main .contents h4{
	font-size: 1.3em;
	line-height: 1em;
	}

.access main .contents p{
	margin-top: 40px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}
.en.access main .contents p{
	text-align: left !important;
	word-break:break-word !important;
	}

.access main .contents p.section{
	border-top: 1px solid #888;
	padding-top: 40px;
	}

.access main .contents p span{
	font-weight: 500;
	}

.access main .contents a.maps{
	width: fit-content;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	border-bottom:1px solid #222;
	font-size: .9em;
	}

.access main .contents a p{
	width: fit-content;
	margin: 0;
	padding:0;
	}


.access main .contents ul{
	margin-top: 20px;
	}

.access main .contents ul li{
	list-style-type: decimal;
	margin-top: 10px;
	margin-left: 1em !important;
	}

.access main .contents ul li p{
	margin-top: 0;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}
.en.access main .contents ul li p{
	text-align: left !important;
	word-break:break-word !important;
	}

.access main .contents ul li p span{
	font-size: 1em;
	font-weight: 400;
	text-decoration: underline;
	}


.access main .contents .localmap{
	width: 100%;
	margin-top: 30px;
	border: 1px solid #dedede;
	overflow: hidden;
	}

.access main .contents .localmap img{
	width: 100%;
	}




