@charset "UTF-8";
/* Q＆A */
/* contents area */
.signature {
	padding: 0.5em 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-align: right;
}
.signature em {
	letter-spacing: 0.3em;
}
.signature small {
	font-size: 14px;
}

.profile {
	overflow: hidden;
}
.profile .contents__txt {
	line-height: 28px;
}
.profile__ttl {
	padding: 1em 0;
	font-size: 20px;
	line-height: 1em;
	color: #black;
}
.profile__history {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 1em;
	font-size: 16px;
	line-height: 28px;
}
.profile__history__ttl {
	width: 5.5em;
}
.profile__history__txt {
	width: calc(100% - 6em);
}
.profile__bdr {
	padding: 20px 0 0;
	border-top: 2px solid #3bade4;
	overflow: hidden;
}
.profile__staff {
	width: 225px;
	float: right;
}
.profile .exterior {
	width: 458px;
	float: right;
}

.contents__txt .notice {
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
}

.map {
	margin: 0 0 28px;
}

.access {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.access__step {
	width: 449px;
	margin: 0 0 28px;
}
.access__step .contents__txt {
	padding: 0.5em 0 0;
}
.access__step .contents__txt.decimal {
	margin-left: 1em;
	text-indent: -1em;
	padding: 0 0 1em;
}
.access__step.wide {
	width: 100%;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
.signature {
	padding: 0.5em 0 1em;
	font-size: 4vw;
}
.signature small {
	font-size: 3.4vw;
}

.profile .contents__txt {
	line-height: 1.6em;
}
.profile__ttl {
	padding: 1em 0 0.7em;
	font-size: 4.5vw;
}
.profile__history {
	font-size: 3.5vw;
	line-height: 1.6em;
}
.profile__bdr {
	padding: 5vw 0 0;
	border-top: 0.7vw solid #3bade4;
}
.profile__bdr .profile__ttl {
	padding: 0 0 0.5em;
}
.profile__staff {
	width: 40%;
	margin: 0 0 2vw 2vw;
}
.profile .exterior {
	width: auto;
	padding: 0 0 5vw;
	float: none;
}

.contents__txt .notice {
	font-size: 3.6vw;
	line-height: 1.4em;
}

.staff .contents__txt {
	font-size: 3.5vw;
}

.map {
	width: 100%;
	height: 50vw;
	margin: 0 0 3vw;
}

.access {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
}
.access__step {
	width: auto;
	margin: 0 0 5vw;
}
.access__step:first-child {
	margin: 0;
}
.access__step.wide {
	width: auto;
}
}
