@charset "UTF-8";

/* -------------------------------------
access
------------------------------------- */
.access #gmap .imgbk {
	height:380px;
	margin-bottom:30px;
}
.access #gmap .imgbk iframe {
	width:100%;
	height:100%;
}
.access #access_time .txtbk {
	width: calc((100% - 20px) / 2);
	max-width: 423px;
	min-width: 250px;
	margin-bottom: 40px;
	position: relative;
}
.access #access_time .txtbk .sttlbk {
	border-bottom:1px solid #e6e6e6;
	margin-bottom:30px;
}
.access #access_time .txtbk .sttlbk .sttl {
	font-size:18px;
	line-height:1;
	padding:5px 10px;
	margin-bottom:10px;
	border-left:2px solid #3071b9
}
.access #access_time .txtbk dl {
	font-size:14px;
	line-height:1.8;
	display:flex;
	flex-wrap: wrap;
	margin-bottom:25px;
	padding-left:10px;
}
.access #access_time .txtbk dl dt {
	width:25%;
	min-width:6em;
}
.access #access_time .txtbk dl dd {
	width:75%;
	max-width:calc(100% - 6em);
}
.accessTime__note  {
	font-size: 14px;
	text-align: center;
}
.accessTime__note--link {
	display: inline-block;
	text-decoration: underline;
	/* margin-left: 1em; */
	margin-right: 5px;
}
.accessTime__note--small {
	font-size: 12px;
}
br.b-500 {
	display: none;
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 500px) {

	/* -------------------------------------
access
------------------------------------- */
.access #access_time .txtbk {
	width:100%;
}
.access #fb {
	width:100%;
	margin:0 auto;
}
.accessTime__note {
	text-align: center;
}
.accessTime__note--link { 
	margin-left: 0;
	margin-right: 0;
}
.accessTime__note--small {
	display: block;
}
br.b-500 {
	display: block;
}
}
@media screen and (max-width: 400px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
