.showroom__main {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.showroom__main section {
    margin-bottom: 80px;
}

.showroom__main h1 {
    font-size: .54rem;
    font-weight: bold;
	font-family: "adobe-garamond-pro", serif;
    font-weight: 500;
}

.showroom__heading p {
    font-size: .18rem;
    font-weight: bold;
}

.showroom__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 35px;
}

.showroom__lead h2 {
    font-size: .28rem;
    margin-bottom: 15px;
}

.showroom__lead p {
    font-size: .15rem;
    line-height: 2.4;
    margin-bottom: 25px;
}
.top_showroom_details th {
    padding: 0 30px 0 20px;
    position: relative;
    width: 18%;
    text-align: justify;
    text-align-last: justify;
}

th,
td {
    height: 50px;
}


.showroom__main .top_showroom_details {
    width: 65%;
}

td,
th {
    vertical-align: middle;
}

.showroom_link_blue {
    margin-left: 50px;
}

.showroom_link_blue span::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    bottom: 0;
    left: 0;

}

.showroom--location .top_showroom_details a {
    text-decoration: none;
    color: #000;
}

.showroom_link_blue span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #000;
    text-decoration: none;
}

.showroom_size18 {
    font-size: .18rem;
}

.showroom__main .showroom--location .showroom--mail-link {
    text-decoration: underline 1px #0071B2;
    color: #0071B2;

}

.showroom--section01>img {
    width: 1000px;
    max-width: 100%;
}

.showroom--section02 h3 {
    color: #fff;
    background-color: #000;
    font-size: .18rem;
    text-align: center;
    display: block;
    width: fit-content;
    padding-left: 100%;
    margin-left: -100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 80px;
    letter-spacing: 0.3em;
    margin-bottom: 60px;
}

.showroom-visiting-points--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showroom-visiting-points--item {
    width: 455px;
    max-width: 100%;
    margin-bottom: 100px;
}

.showroom-visiting-points--item img {
    width: 100%;
    margin-bottom: 5px;
}

.showroom-visiting-points--bottom {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showroom-visiting-points--bottom img {
    width: calc((100% - 20px)/5);
    max-width: 100%;
}


.top_showroom_details th::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 52%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.showroom--location {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

/* .top_showroom_details{
    width: 600px;
} */

.showroom--location img {
    width: 334px;
    max-width: 100%;
}



.manufactured-kitchens--button {
    background-color: #000;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
}

.manufactured-kitchens--button a {
    display: block;
    color: #fff;
    font-size: .20rem;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
}

.manufactured-kitchens--button a span {
    font-size: .15rem;
}

.manufactured-kitchens--button a :before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -15px;
}

iframe{
width:100%;
margin-bottom: 80px;
aspect-ratio: 16/9; 
}
.showroom-visiting-points--bottom--spimg{
	display: none;
}

@media only screen and (max-width: 1080px) and (min-width: 768px){

    .showroom__main .top_showroom_details {
        width: 100%;
    }

    .top_showroom_details th {
        width: 25%;
        padding:5px 15px 5px 10px;;
    }

    .top_showroom_details .sp_only{
        display: none;
    }

    .showroom--location img{
        width: 100%;
    }

    .showroom__lead p {
        line-height: 1.9;
    }

    th, td {
        height: 40px;
    }

    .showroom__main {
        padding: 0 20px;
        width: 90%;
    }

    .showroom--section01{
        display: flex;
        flex-direction: column;
    }

    .showroom__heading{
        order: 1;
        margin-bottom: 10px;
    }

    .showroom__lead{
        order: 3;
    }

    .showroom--section01>img{
        order: 2;
        margin-bottom: 30px;
    }

    .showroom--location{
        order: 4;
        margin-bottom: 20px;
    }
	iframe {
    order: 5;
}

    .showroom__main img {
        width: 100%;
    }
    .showroom-visiting-points--bottom img{
		margin-bottom: 20px;
	    width: 49%;
	}
	.showroom-visiting-points--bottom--spimg{
		display: block;
	}
    .showroom-visiting-points--item{
        width: 100%;
        margin-bottom: 50px;
    }

}


@media(max-width: 768px) {

	.showroom__main {
		padding: 0 20px;
		width: calc(100% - 40px);
	}

	.showroom__main h1 {
		font-size: .32rem;
		margin-bottom: 0;
	}

	.showroom__heading p {
		font-size: .13rem;
	}

	.showroom__lead h2 {
		margin-bottom: 0.1rem;
		font-size: .18rem;
	}

	.showroom__lead p {
		line-height: 1.9;
		margin-top: 0.15rem;
		width: 100%;
		font-size: 0.13rem;
		letter-spacing: 0;
	}

	.showroom__main .top_showroom_details {
		width: 100%;
		margin-bottom: 40px;
	}

	.top_showroom_details th {
		width: max-content;
		padding: 5px 15px 5px 10px;
		/* font-size: .14rem; */
	}
    .showroom_link_blue {
        margin-left: 0;
    }

    .showroom--section01{
        display: flex;
        flex-direction: column;
    }

	.showroom__heading {
		order: 1;
		margin-bottom: 25px;
	}

    .showroom__lead{
        order: 3;
    }

    .showroom--section01>img{
        order: 2;
        margin-bottom: 30px;
    }

    .showroom--location{
        order: 4;
        margin-bottom: 20px;
		justify-content: center;
    }
.map3d-iframe{
    order: 5;
}

iframe {
    height: 380px;
}
	.showroom--section01>img {
		width: 100%;
		max-width: 100vw;
		width: 100vw;
		margin-left: -20px;
	}

.showroom-visiting-points--item{
    width: 100%;
}

    .showroom__main section {
        margin-bottom: 50px;
    }

	.showroom--section02 h3 {
		margin: 0 0 30px -20px;
		padding: 0.04rem 10px 0.04rem 25px;
		font-size: .13rem;
		letter-spacing: 0.03rem;
		min-width: 175px;
		max-width: fit-content;
	}

    .showroom-visiting-points--item {
        margin-bottom: 50px;
    }
	.showroom-visiting-points--bottom img{
		margin-bottom: 10px;
	    width: 49%;
	}
	.showroom-visiting-points--bottom--spimg{
		display: block;
	}
    .manufactured-kitchens--button a :before {
        left: 30px;
        margin-top: -35px;
    }
    .manufactured-kitchens--button a {
        padding: 10px 10px;
    }
	
	.page-header__title {
		background-position: 88% center;
	}
}