@charset "utf-8";

/*
************************************************************************
* contact / aceess
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */


.map {
	width: 100%;
	height: 500px;

	margin-bottom: 4em;

}


.gmap {
	height: 100%;
	border-radius: 3em;

}


.address {
	font-size: 1.57em;
	display: flex;
}


.address .address-left {
	width: 50%;
}
.address .address-right {
	width: 50%;
}

.box-contact {
	padding: 2em;
}

.box-contact .title {
	text-align: center;
	font-size: 1.9em;
	margin-bottom: 1em;
}
.box-contact .text {
	font-size:1.5em;
}
.box-contact .flex-box.flex-box-2 {

}
.box-contact .flex-box.flex-box-2 .flex-box-item {
	width: calc(40% - 4em);
}
.box-contact .flex-box.flex-box-2 .flex-box-item.text {
	width: calc(60% - 4em);
}




