@charset "utf-8";
.contact {
	max-width: 100%;
}
.contact .subtitle {
	position: relative;
	height: auto;
}
.contact .subtitle h2 {
	position: absolute;
	top: 38%;
	margin: 0;
	left: 10vw;
	font-style: 70px;
}


.contact .text-1  {
	text-align: center;
	width: 80%;
	background-repeat: no-repeat;
	padding-top: 1%;
	font-weight: bold;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 30px;
	border-top: 0.4em dotted #ff8356;
	border-bottom: 0.4em dotted #ff8356;
	padding-bottom: 1%;
}
.contact .mainimage {
	max-width: 100%;
}
.contact h2 {
	margin-top: 200px;
	margin-bottom: 70px;
	color: #2E308B;
	text-align: center;
}
.contact .content {
	margin-top: 7%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: flex;
	width: 1200px;
	max-width: 100%;
}
.content .text-2 .bold {
	font-weight: bold;
	white-space: nowrap;
}

.content .map {
	margin-right: 70px;
}
.content .text-2   {
	margin-left: 30px;
	padding-bottom: 10px;
}
main .content .text-2  {
	padding-bottom: 20px;
}
.contact .subtitle {
	position: relative;
	margin: 0 auto;
	width: 1920px;
	max-width: 100%;
}
.contact .subtitle h2 {
	position: absolute;
	top: 38%;
	font-size: 70px;
	left: 10%;
}



@media screen and (max-width:1200px){
.content {
	padding: 0;
	justify-content: center;
}
.content .map {
	margin-right: 0px;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.contact .text-1 {
	padding-left: 4%;
	padding-right: 4%;
	font-size: 2vw;
	white-space: normal;

}

.contact .content {
	flex-wrap: wrap;
}
.contact .subtitle {
	max-width: 100%;
}
.contact .subtitle h2 {
	margin: 0;
	font-size: clamp(30px,3vw,70px);
}
.contact .content .text-2 {
	width: 80vw;
}
.content .map iframe {
	width: 75vw;
	height: auto;
}








}

@media screen and (max-width:600px){
.contact .text-1 {
	padding-left: 4%;
	padding-right: 4%;
	white-space: nowrap;
	font-size: 3vw;
}

.content {
}
.content .map {
	margin-left: 0px;
}




}
