	


/*********************************************************** phone */
	#AboutMobileTitle {
		display: block;
	}
	#AboutDesktopTitle {
		display: none;
	}
	
	#AboutTopLeft {
		width: 100%;
		height: calc(100vw - 40px);
		
		max-width: none;
		max-height: none;
	}

	#AboutTopRight {
		width: 100%;
		margin: 40px 0px 0px 0px;
	}
	
	.AboutTopTitle {
		font-size: 30px;
		line-height: 38px;
	}

	.AboutTopText {
		font-size: 14px;
		line-height: 26px;
		margin: 20px 0px 0px 0px;
	}
	
	.AboutInfoBox1 {
		font-size: 14px;
	}

	.AboutInfoBox2 {
		font-size: 14px;
	}
	
	#AboutFormTitle {
		font-size: 40px;
		line-height: 50px;
	}
	
	#AboutFormSubTitle {
		font-size: 14px;
		line-height: 26px;
	}
	
	.AboutFormBox1 {
		width: 100%;
		margin: 20px 0px 0px 0px;
	}

	.AboutFormBox2 {
		margin: 20px 0px 0px 0px;
	}

	.AboutFormBox3 {
		margin: 20px auto 0px 0px;
	}
	
	#AboutMapBox {
		height: calc((100vw - 40px) / 16 * 9);
		max-height: calc((1250px - 40px) / 16 * 9);
	}

/*********************************************************** tablet */
@media screen and (min-width: 800px) {
	#AboutMobileTitle {
		display: none;
	}
	#AboutDesktopTitle {
		display: block;
	}
	
	#AboutTopLeft {
		width: calc((100% / 2) - 18px);
		height: calc(((100vw - 100px) / 2) - 18px);
		
		max-width: none;
		max-height: none;
	}

	#AboutTopRight {
		width: calc((100% / 2) - 18px);
		margin: 0px;
	}
	
	.AboutTopTitle {
		font-size: 30px;
		line-height: 38px;
	}

	.AboutTopText {
		font-size: 14px;
		line-height: 26px;
		margin: 25px 0px 0px 0px;
	}
	
	.AboutInfoBox1 {
		font-size: 14px;
	}

	.AboutInfoBox2 {
		font-size: 14px;
	}
	
	#AboutFormTitle {
		font-size: 40px;
		line-height: 50px;
	}
	
	#AboutFormSubTitle {
		font-size: 14px;
		line-height: 26px;
	}
	
	.AboutFormBox1 {
		width: calc((100% - 20px) / 2);
		margin: 30px 0px 0px 0px;
	}

	.AboutFormBox2 {
		margin: 30px 0px 0px 0px;
	}

	.AboutFormBox3 {
		margin: 30px auto 0px 0px;
	}
	
	#AboutMapBox {
		height: calc((100vw - 60px) / 16 * 9);
		max-height: calc((1250px - 60px) / 16 * 9);
	}
}


/*********************************************************** web */
@media screen and (min-width: 1120px) {
	#AboutMobileTitle {
		display: none;
	}
	#AboutDesktopTitle {
		display: block;
	}
	
	#AboutTopLeft {
		width: calc((100% / 2) - 28px);
		height: calc(((100vw - 200px) / 2) - 28px);
		
		max-width: calc(((1250px - 200px) / 2) - 28px);
		max-height: calc(((1250px - 200px) / 2) - 28px);
	}

	#AboutTopRight {
		width: calc((100% / 2) - 28px);
		margin: 0px;
	}
	
	.AboutTopTitle {
		font-size: 38px;
		line-height: 44px;
	}

	.AboutTopText {
		font-size: 15px;
		line-height: 30px;
		margin: 30px 0px 0px 0px;
	}
	
	.AboutInfoBox1 {
		font-size: 16px;
	}

	.AboutInfoBox2 {
		font-size: 16px;
	}
	
	#AboutFormTitle {
		font-size: 44px;
		line-height: 54px;
	}
	
	#AboutFormSubTitle {
		font-size: 15px;
		line-height: 30px;
	}
	
	.AboutFormBox1 {
		width: calc((100% - 20px) / 2);
		margin: 40px 0px 0px 0px;
	}

	.AboutFormBox2 {
		margin: 40px 0px 0px 0px;
	}

	.AboutFormBox3 {
		margin: 40px auto 0px 0px;
	}
	
	#AboutMapBox {
		height: calc((100vw - 100px) / 16 * 9);
		max-height: calc((1250px - 100px) / 16 * 9);
	}
}


/*********************************************************** web-max */
@media screen and (min-width: var(--large-screen-width)) {
	#AboutMobileTitle {
		display: none;
	}
	#AboutDesktopTitle {
		display: block;
	}
	
	#AboutTopLeft {
		width: calc((100% / 2) - 28px);
		height: calc(((100vw - 200px) / 2) - 28px);
		
		max-width: calc(((1250px - 200px) / 2) - 28px);
		max-height: calc(((1250px - 200px) / 2) - 28px);
	}

	#AboutTopRight {
		width: calc((100% / 2) - 28px);
		margin: 0px;
	}
	
	.AboutTopTitle {
		font-size: 38px;
		line-height: 44px;
	}

	.AboutTopText {
		font-size: 15px;
		line-height: 30px;
		margin: 30px 0px 0px 0px;
	}
	
	.AboutInfoBox1 {
		font-size: 16px;
	}

	.AboutInfoBox2 {
		font-size: 16px;
	}
	
	#AboutFormTitle {
		font-size: 44px;
		line-height: 54px;
	}
	
	#AboutFormSubTitle {
		font-size: 15px;
		line-height: 30px;
	}
	
	.AboutFormBox1 {
		width: calc((100% - 20px) / 2);
		margin: 40px 0px 0px 0px;
	}

	.AboutFormBox2 {
		margin: 40px 0px 0px 0px;
	}

	.AboutFormBox3 {
		margin: 40px auto 0px 0px;
	}
	
	#AboutMapBox {
		height: calc((100vw - 100px) / 16 * 9);
		max-height: calc((1250px - 100px) / 16 * 9);
	}
}
/********************************************************************************************************************/


/*************************************************************************/
/*********************************************************** TOP WRAPPER */
#AboutTopWrapper {
	position: relative;
	width: 100%;
	margin: auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#AboutTopLeft {
	position: relative;
	display: inline-block;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/about/about-us-top.jpg");
}

#AboutTopLeftPc {
	position: relative;
	width: 100%;
}

#AboutTopRight {
	position: relative;
	display: inline-block;
}

.AboutTopTitle {
	position: relative;
	width: 100%;
	
	font-family: ebgaramond;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgb(128, 128, 128);
	text-decoration: none;
}

.AboutTopText {
	position: relative;
	width: 100%;
	
	font-family: gothamlight;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgb(128, 128, 128);
	text-decoration: none;
}


/******************************************************************/
/*********************************************************** FORM */
#AboutFormWrapper {
	position: relative;
	width: 100%;
}

#AboutFormTitle {
	position: relative;
	width: 100%;
	
	font-family: ebgaramond;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgb(128, 128, 128);
	text-decoration: none;
}

#AboutFormSubTitle {
	position: relative;
	width: 100%;
	
	font-family: gothamlight;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgb(128, 128, 128);
	text-decoration: none;
}

#AboutFormBox {
	position: relative;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.AboutFormBox1 {
	position: relative;
	
	background: transparent;
	display: inline-block;
}

.AboutFormBox2 {
	position: relative;
	width: 100%;
	
	background: transparent;
	display: inline-block;
}

.AboutFormBox3 {
	position: relative;
	width: 200px;
	height: 50px;
	
	background: transparent;
	display: inline-block;
}

.AboutFormBoxInput1 {
	position: relative;
	width: 100%;
	height: 50px;
	
	background: transparent;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid rgb(230, 230, 230);
}

.AboutFormBoxInput2 {
	position: relative;
	width: 100%;
	height: 220px;
	
	background: transparent;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid rgb(230, 230, 230);
}

.AboutFormBoxError {
	position: relative;
	width: 100%;
	
	font-family: gothamlight;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: rgb(255, 180, 0);
	text-decoration: none;
}

#AboutFormThankyou {
	position: relative;
	width: 100%;
	
	font-family: gothamlight;
	font-size: 21px;
	line-height: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: black;
	text-decoration: none;
}


/*****************************************************************/
/*********************************************************** MAP */
#AboutMapDivider {
	position: relative;
	width: 100%;
	height: 3px;
	
	background: rgb(245, 245, 245);
	display: block;
}

.AboutSpacing {
	position: relative;
	width: 100%;
	height: 60px;
}

#AboutMapWrapper {
	position: relative;
	width: 100%;
}

#AboutMapBox {
	position: relative;
	width: 100%;
	background: transparent;
}

#AboutInfoBox {
	position: relative;
	width: 100%;
	margin: auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.AboutInfoBox1 {
	position: relative;
	
	margin: 20px 50px 0px 0px;
	padding: 0px 0px 0px 50px;
	display: inline-block;
	
	font-family: gothamlight;
	line-height: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: rgb(128, 128, 128);
	text-decoration: none;
}

.AboutInfoBox2 {
	position: relative;
	width: calc(100% - 52px);
	
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	display: inline-block;
	
	font-family: gothamlight;
	line-height: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: rgb(128, 128, 128);
	text-decoration: none;
}

#AboutInfoIconTel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/about/about-info-icon-tel.svg");
}

#AboutInfoIconEmail {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/about/about-info-icon-email.svg");
}

#AboutInfoIconAddress {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/about/about-info-icon-address.svg");
}


/*********************************************************** FORM INPUT */
input.t2-form-input-field {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;

	outline: none;
	
	width: calc(100% - 10px);
	height: 50px;
	
	font-family: gothamlight;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: black;
	text-decoration: none;
	text-align: left;
	line-height: 42px;

	margin: 0px;
	padding: 0px 5px;
	background: transparent;

	-webkit-appearance: none;
}

textarea.t2-form-textarea {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;
	
	width: calc(100% - 10px);
	height: calc(220px - 12px);
	
	font-family: gothamlight;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: black;
	text-decoration: none;
	text-align: left;
	line-height: 24px;

	padding: 6px 5px;
	background: transparent;

	-webkit-appearance: none;
	resize: none;
}

input.form-button {
	width: 200px;
	height: 50px;
	
	background-color: rgb(240, 240, 240);

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-style: none;
	border-width: 0px;
	border-color: black;
	border-radius: 0px;

	width: 100%;
	height: 100%;

	outline: none;
	
	font-family: gothamlight;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	color: rgb(150, 150, 150);
	letter-spacing: 1px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;

	margin: 0px;
	padding: 0px;

	cursor: pointer;

	-webkit-appearance: none;
	
	-webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

input.form-button:hover {
	background-color: rgb(220, 220, 220);
}

















