/****************************************************************************************/
h1 {
	margin: 20px 0 13px 0;
	font-size: 1.6rem;
	font-weight: bold;
}

h2 {
	margin: 73px 0 19px 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
/****************************************************************************************/
[nh-banner] {
	margin-top: 73px;
}
/****************************************************************************************/
section + section {
	margin-top: 73px;
	padding-top: 73px;
}
/****************************************************************************************/
#showroom .images {
	margin-top: 20px;
	flex-wrap: wrap;
}

#showroom .images .image:first-child {
	width: 100%;
	height: calc(100vw * 0.4);
}
#showroom .images .image:not(:first-child) {
	margin-top: 25px;
	width: 46.3%;
	height: calc(100vw * 0.346);
}
/*******************************************/
#showroom-access {
	top: -72px;
}

#showroom .access-map {
	justify-content: space-between;
	flex-wrap: wrap;
}

#showroom .access-map .image,
#showroom .access-map .text {
	width: 46.3%;
}

#showroom .access-map img {
	width: 100%;
}

#showroom .access-map .text {
	font-size: 1.4rem;
	line-height: 2rem;
}
#showroom .access-map .text > *:not(:first-child) {
	margin-top: 14px;
}

#showroom .access-map .map {
	margin-top: 23px;
}
/*******************************************/
#showroom .buttons {
	margin-top: 23px;
}

#showroom .buttons .button {
	width: 50%;
}

#showroom .buttons .button:first-child {
	padding-right: 12px;
}
#showroom .buttons .button:last-child {
	padding-left: 12px;
}

#showroom .buttons .button a {
	margin-top: 0;
}
/****************************************************************************************/
#nhcom .content-area-container {
	padding-bottom: 20px;
}

#nhcom h2 {
	margin-top: 0;
	padding-top: 20px;
}

#nhcom .service-buttons {
	flex-wrap: wrap;
}
#nhcom .service-buttons > * {
	width: 100%;
}

#nhcom .service-buttons .service {
	margin-left: 5%;
}
#nhcom .service-buttons .service li:not(:first-child) {
	margin-top: 6px;
}

#nhcom .service-buttons .buttons {
	display: flex;
	justify-content: space-between;
}
#nhcom .service-buttons .buttons .button {
	width: 46.3%;
}
/****************************************************************************************/
#dealers .links {
	display: none;
}
/*******************************************/
#dealers .list {
	margin-top: 20px;
}

#dealers .list .title {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#dealers .list .title h2 {
	margin: 0;
	text-align: left;
	flex-grow: 1;
}

#dealers .list .icon {
	width: 18px;
	height: 18px;
}

#dealers .list .table-container {
	height: 0;
	overflow: hidden;
	transition: height 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#dealers .list .table-container:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#dealers .list .header,
#dealers .list [row] .prefecture {
	display: none;
}

#dealers .list .name-floor {
	padding-top: 18px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: none;
}
#dealers .list .name-floor .name {
	font-weight: bold;
}
#dealers .list .name-floor .floor {
	line-height: 1.9rem;
}

#dealers .list .address-tel {
	margin-top: 10px;
	padding-bottom: 18px;
}
#dealers .list .address-tel .text .address {
	padding-right: 10px;
	line-height: 1.8rem;
}
#dealers .list .address-tel .text .tel {
	margin-top: 5px;
}
#dealers .list .address-tel .button a {
	padding: 3px 16px 1px 16px;
	font-size: 1.4rem;
}

#dealers .list .web .table {
	padding-bottom: 25px;
}
#dealers .list .web .site {
	margin-top: 5px;
	text-align: center;
}
#dealers .list .web .site a {
	display: inline-block;
}
#dealers .list .web .site img {
	height: 30px;
}
/****************************************************************************************/
#showroom .line {
	width: 100%;
	height: auto;
}
/****************************************************************************************/
.mg01 {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top-width: 0px !important;
    border-style: solid !important;
}

.tcen {
    text-align: center !important;
}