@charset "UTF-8";


/**/
.main {
	padding: 0 32px;
	min-height: var(--min-hight-PC-main);
	padding: 0 32px;
}
.main__inner {
	width: 100%;
	max-width: var(--max-width-pc);
	margin: 120px auto 240px;
}
@media screen and (max-width: 1024px) {
	.main {
		padding: 0 16px;
	}
	.main__inner {
		max-width: none;
		margin: 64px auto 120px;
	}
}


.main__title-space{
	margin-bottom: 96px;
}
.main__title {
	color: var(--color-indigoblue);
	font-size: 64px;
	font-weight: 600;
	/* line-height: 1.5; */
	letter-spacing: 2.56px;
}
.main__title-caption {
	color: var(--color-black);
	font-size: 16px;
	font-weight: 700;
	/* line-height: 1.5; */
	letter-spacing: 0.64px;
	margin-top: 16px;
}

@media screen and (max-width: 1024px) {
	.main__title-space{
		margin-bottom: 64px;
	}
	.main__title {
		font-size: 32px;
		letter-spacing: 1.28px;
	}
	.main__title-caption {
		font-size: 12px;
		letter-spacing: 0.48px;
		margin-top: 12px;
	}
}



/**/
.main__container{
	margin-bottom: 104px;
}

.main__info{
	margin-bottom: 24px;
}
.main__info a{
	color: var(--color-lightblue);
	text-decoration: underline;

}
.main__info-title{
	border-bottom: solid 1px var(--color-lightgray2);
	font-size: 24px;
	font-weight: 700;
	/* line-height: 1.5; */
	margin-bottom: 16px;
	padding-bottom: 12px;
}
.main__info-content{
	font-size: 16px;
	line-height: 1.5;
}

.main__info-content-phone{
	margin-bottom: 4px;
}
.main__info-content-phone:last-child{
	margin-bottom: 0;
}
.main__info-content-phone span:first-child{
	display: inline-block;
	min-width: 64px;
}
/* @media screen and (max-width: 1024px) {} */



/*map*/
.main__map-inner {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.main__map-inner {
		margin-top: 144px;
	}
}

#main__map {
	height: 414px;
	width: 736px;
}

@media screen and (max-width: 1024px) {
	#main__map {
		margin-top: 12px;
	}
}