.p-lead {
	font-weight: bold;
	margin: 40px auto 20px;
}
@media print, screen and (min-width: 1024px) {
	.p-lead {
		font-size: 120%;
		margin: 50px auto 30px;
	}
}
.textlink {
	font-weight: 600;
	color: #1f71a8;
	text-decoration: underline;
}
.anchor-nav__list {
	max-width: 920px;
	list-style: none;
	margin: auto;
	padding: 0;
	text-align: center;
	display: grid;
  grid-template-columns: repeat(4, 1fr);
	justify-items: center;
  align-items: stretch;
	gap: 4px;
}
@media only screen and (max-width: 767px) {
	.anchor-nav__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.anchor-nav__item {
	width: 100%;
}
.anchor-nav__link {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	width: 100%;
  height: 100%;
	font-weight: bold;
	color: #fff;
	background-color: #395d5a;
	border: solid 1px #2e4c49;
	margin: auto;
	padding: 15px;
}
@media only screen and (max-width: 767px) {
	.anchor-nav__link {
		padding: 15px 10px;
	}
}
.anchor-nav__link br {
	display: none;
}
@media only screen and (max-width: 425px) {
	.anchor-nav__link br {
		display: block;
	}
}
.anchor-nav__link:hover {
	color: #2e4c49;
	background-color: #fff;
	border: solid 1px #2e4c49;
	opacity: 1;
}
.inline-nowrap {
	display: inline;
  white-space: nowrap;
}

.notice {
	border: solid 1px #395d5a;
}
.notice__title {
	font-size: 1.25rem;
	margin: 0;
	padding: 15px;
	color: #395d5a;
	background-color: #edf2f0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.notice__title {
		font-size: 1.125rem;
	}
}

.notice-items {
	max-width: 1000px;
	margin: auto;
	padding: 50px;
}
@media only screen and (max-width: 767px) {
	.notice-items {
		padding: 40px 20px 20px;
	}
}
.notice-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.notice-item {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.notice-item:not(:last-of-type) {
	margin-bottom: 50px;
}
.notice-item__image img {
	width: 150px;
	height: 150px;
}
@media only screen and (max-width: 767px) {
	.notice-item__image img {
		width: 120px;
		height: 120px;
	}
}
.notice-item__text {
	width: 100%;
	margin-left: 40px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.notice-item__text {
		margin-left: 0;
	}
}
.notice-item__title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #2e4c49;
}
@media only screen and (max-width: 767px) {
	.notice-item__title {
		font-size: 1rem;
		text-align: center;
	}
}
.notice-item__list {
	margin: 5px 0;
	padding-left: 1.25rem;
}
.notice-marker {
	background: linear-gradient(rgba(255, 255, 255, 0) 55%, #FFFA7D 55%);
	padding: 0 2px 2px;
}
.notice-item__btnArea {
	margin: 10px 0;
}
@media only screen and (max-width: 767px) {
	.notice-item__btnArea {
		text-align: center;
	}
}
.notice-item__button {
	display: inline-block;
	min-width: 160px;
	font-size: 13px;
	color: #395d5a;
	border: solid 1px #395d5a;
	margin: 0 1px;
	padding: 2px 4px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.notice-item__button {
		min-width: 140px;
		font-size: 12px;
	}
}
.notice-item__button:hover {
	opacity: 1;
	color: #fff;
	background-color: #395d5a;
}


.p-showRoomCont {
	margin-top: 60px;
	padding: 0;
}
.p-showRoomCont .p-headline--large {
	font-size: 1.65rem;
	font-weight: bold;
	background-color: #fff;
	color: #47806C;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.p-showRoomCont .p-headline--large {
		font-size: 1.3125rem;
	}
}
.showroom-reservation {
	border: solid 1px #395d5a;
	padding: 25px;
}
@media only screen and (max-width: 767px) {
	.showroom-reservation {
		padding: 15px;
	}
}
.showroom-reservation h4 {
	font-size: 1rem;
	font-weight: bold;
	color: #395d5a;
	margin: 0 auto 15px;
	text-align: center;
}
.c-button--reservation {
	max-width: 340px;
	color: #fff;
	background-color: #395d5a;
	border: solid 1px #395d5a;
	padding: 15px;
}
.c-button::before {
	background-color: #fff;
}
.c-button--reservation:hover {
	color: #395d5a;
}
.showroom-info {
	margin: 15px 0 0;
}
.showroom-info div {
	display: flex;
	padding: 0 10px 15px;
}
.showroom-info div:not(:last-of-type) {
	margin-bottom: 15px;
	border-bottom: solid 1px #e2e2e2;
}
.showroom-info dt {
	font-weight: 600;
	min-width: 70px;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	.showroom-info dt {
		min-width: 60px;
		margin-right: 15px;
	}
}
.showroom-info dd {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.remodal {
		width: 90%!important;
		min-height: auto!important;
		padding: 30px!important;
	}
}

.p-mapArea {
	position: relative;
	width: 100%;
	padding-top: 32%;
	height: 0;
}
@media only screen and (max-width: 767px) {
	.p-mapArea {
		position: relative;
		width: 100%;
		padding-top: 75%;
		height: 0;
	}
}
.p-mapArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}