@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.l-wrapper__center {
	font-family: "Noto Sans JP", sans-serif;
}
.mainV {
	text-align: center;
}
.mainV .cap {
	color: #004095;
	font-weight: 700;
	margin-top: 0.5em;
}
.addressBlock > dt {
	padding-left: 1.25em;
	position: relative;
}
.addressBlock > dt::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.9em solid #555555;
	border-right: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.25em;
}
.mapBtn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mapBtn a {
	display: block;
	color: #004098;
	border: #004098 2px solid;
	border-radius: 0.5em;
	padding: 1em;
}
.mapBtn a span {
	font-weight: 500 !important;
}
.mapBtn a span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.5em solid #555555;
	border-right: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}
.secTtl {
	background-color: #004098;
	color: #fff;
	font-weight: 500;
	padding: 0.5em;
	margin-bottom: 1em;
}
.circle-list > li {
	color: #004098;
	font-weight: 500;
	padding-left: 1em;
	position: relative;
	margin-bottom: 0.25em;
}
.circle-list > li:last-child {
	margin-bottom: 0;
}
.circle-list > li::before {
	content: '';
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	background-color: #004098;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.map {
	position: relative;
	width: 100%;
	padding-top: 46.88%;
	height: 0;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access-fig {
	text-align: center;
}
.accordion-item {
	text-align: center;
}
.accordion-header {
	background-color: #231815;
	color: #fff;
	font-weight: 500;
	padding: 0.5em 0.25em 1.75em;
	cursor: pointer;
	position: relative;
	line-height: 1.4;
}
.accordion-header span {
	display: block;
}
.accordion-header .ttl {
	font-weight: 700;
}
.accordion-header::after {
	content:'';
	width: 1em;
	height: 1em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.75em;
	margin: auto;
}
.accordion-content {
	display: none;
}
.accordion-item.is-open .accordion-content {
	display: block; /* slideDown が使うので指定しておく */
}
.accordion-item.is-open .accordion-header::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 0.5em;
}
.secSTtl {
	color: #004098;
	font-weight: 500;
	padding-left: 1em;
	padding-bottom: 0.25em;
	border-bottom: #004098 2px dotted;
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 0.5em;
}
.secSTtl::before {
	content: '';
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	background-color: #004098;
	position: absolute;
	left: 0;
	top: 0.5em;
}
p + .mapBtn {
	margin-top: 1.5em;
}
.access-list {
	margin-bottom: 1em;
}
.access-list > dt {
	padding-left: 1em;
	position: relative;
}
.access-list > dt::before {
	content: '';
	width: 0.75em;
	height: 0.75em;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.access-list:last-child {
	margin-bottom: 0;}

@media screen and (max-width: 761px) {
.h2.pages-title {
	line-height: 1.4;
}
.l-wrapper__center {
	padding: 30px 1%;
}
.mainV {
	width: 80%;
	margin: 0 auto 10px;
}
.mainV > li {
	margin-bottom: 20px;
}
.mainV > li:last-child {
	margin-bottom: 0;
}
.mainV .cap {
	font-size: 1.8rem;
}
.addressBlock {
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.googleMapWrap {
	margin-bottom: 30px;
}
.mapBtn {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.googleMapWrap .mapBtn {
	margin-top: 1em;
}
.secBlock {
	margin-bottom: 30px;
}
.secBlock:last-child {
	margin-bottom: 0;
}
.mapBtn a {
	font-size: 1.9rem;
}
.secTtl {
	font-size: 2.3rem;
}
.circle-list {
	font-size: 1.8rem;
}
ul + .access-fig {
	margin: 1em auto 2em;
}
.accordionWrap {
	width: 80%;
	margin: 0 auto;
}
.accordion-header .sub {
	font-size: 4vw;
}
.accordion-header .ttl {
	font-size: 8vw;
}
}
@media screen and (min-width: 762px) {
.l-wrapper__center {
	padding: 40px 0 70px;
}
.mainV {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mainV > li {
	width: 48.5%;
}
.mainV .cap {
	font-size: 2rem;
}
.secBlock {
	margin-bottom: 70px;
}
.secBlock:last-child {
	margin-bottom: 0;
}
.addressBlock {
	margin-bottom: 20px;
}
.googleMapWrap {
	margin-bottom: 50px;
}
.googleMapWrap .map {
	margin-bottom: 20px;
}
.mapBtn {
	max-width: 576px;
}
.mapBtn a {
	font-size: 2.2rem;
}
.secTtl {
	font-size: 2.6rem;
}
.circle-list {
	font-size: 2rem;
}
ul + .access-fig {
	margin: 40px auto 70px;
}
.accordionWrap {
	max-width: 600px;
	margin: 0 auto;
}
.accordion-header .sub {
	font-size: 2.7rem;
}
.accordion-header .ttl {
	font-size: 4rem;
}
}