@media screen and (min-width: 600px) {
	#contact-us-main{
		width: 100vw;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	#contact-us-main > h1{
		font-size: 18vh;
		width: 100vh;
		height: 100vh;
		line-height: 100vh;
		transform: rotate(90deg);
		font-weight: normal;
		position: absolute;
		left: calc(50vw - 50vh);
		top: 5vw;
		text-shadow: 0 20vh 0 #f1f1f1,
					0 40vh 0 #f6f6f6,
					0 60vh 0 #fbfbfb,
					0 -20vh 0 #f1f1f1,
					0 -40vh 0 #f6f6f6,
					0 -60vh 0 #fbfbfb;
		pointer-events: none;
		user-select: none;
		animation: text-shadow 1s backwards;
	}


	#breadol{
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    position: absolute;
	    left: 5vw;
	    bottom: 5vw;
	    padding: 5vw 0 0 0;
	    margin: 0;
	    z-index: 1;
	    animation: up 1s backwards;
	    animation-delay: 0s;
	}
	#breadol > li{
	    font-size: 1.2vw;
	    color: #666;
	    line-height: 1vw;
	    display: flex;
	}
	#breadol > li > a{
	    color: #666;
	    margin-right: 2vw;
	    display: block;
	    position: relative;
	    font-weight: bold;
	}
	#breadol > li > a::after{
		content: "";
		display: block;
		width: .2vw;
		height: 1.2vw;
		background-color: #666;
		position: absolute;
		top: -.1vw;
		right: -1.1vw;		
	}


	#contact-us-info{
		width: 100vw;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
	}
	#contact-us-info-1{
		width: 35vw;
		margin: 0 10vw;
	}
	#contact-us-info-1 > div{
		display: flex;
		justify-content: flex-end;
		margin: 2vw 0;
	}
	#contact-us-info-1 > div:nth-child(1){
	    animation: up 1s backwards;
	    animation-delay: .1s;
	}
	#contact-us-info-1 > div:nth-child(2){
	    animation: up 1s backwards;
	    animation-delay: .3s;
	}
	#contact-us-info-1 > div:nth-child(3){
	    animation: up 1s backwards;
	    animation-delay: .3s;
	}
	#contact-us-info-1 > div > img{
		width: 2.5vw;
	}
	.contact-short{
		font-size: 2vw;
		font-weight: bold;
		color: #666;
		margin-right: 1vw;
	}
	.contact-location{
		font-size: 1.2vw;
		line-height: 1.8vw;
		font-weight: bold;
		color: #666;
		margin-right: 1vw;
		text-align: right;
	}
	#contact-us-info-2{
		width: 35vw;
		margin: 0 10vw;
	}
	#contact-us-info-2 > div:nth-child(1){
	    animation: up 1s backwards;
	    animation-delay: .1s;
	}
	#contact-us-info-2 > div:nth-child(2){
	    animation: up 1s backwards;
	    animation-delay: .2s;
	}
	#contact-us-info-2 > div:nth-child(3){
	    animation: up 1s backwards;
	    animation-delay: .3s;
	}
	#contact-us-info-2 > div:nth-child(4){
	    animation: up 1s backwards;
	    animation-delay: .4s;
	}
	.input{
		display: flex;
		margin: 1.5vw 0;
	}
	.input > label{
		width: 8vw;
		font-size: 1vw;
		font-weight: bold;
		text-align: center;
		background-color: #666;
		border-radius: 1.25vw 0 0 1.25vw;
		color: #fff;
		margin-right: .3vw;
	}
	.label-1{
		height: 2.5vw;	
		line-height: 2.5vw;	
	}
	.label-2{
		height: calc(15vh + 1vw);
		line-height: calc(15vh + 1vw);
	}
	.input > input{
		width: 18vw;
		height: 2vw;
		line-height: 2vw;
		font-size: 1vw;
		padding: .25vw .5vw;
		border: none;
		background-color: #eee;
		border-radius: 0 2.5vw 2.5vw 0;
	}
	.input > textarea{
		width: 18vw;
		height: 15vh;
		line-height: 1.5vw;
		font-size: 1vw;
		padding: .5vw;
		border: none;
		background-color: #eee;
		border-radius: 0 1.25vw 1.25vw 0;
	}


	
	.submit{
		height: 3vw;
		display: flex;
		align-items: center;
		cursor: pointer;
		user-select: none;
		position: relative;
	}
	.submit:hover::before{
		transform: translate(.31vw, 0);
	}
	.submit:hover > img{
		transform: translate(.31vw, 0);
	}
	.submit:active::before{
		transform: translate(0, 0);
	}
	.submit:active > img{
		transform: translate(0, 0);
	}
	.submit > img{
		width: 1.8vw;
		height: 1.8vw;
		z-index: 1;
		display: block;
		margin: .5vw .4vw .5vw .9vw;
		transition: all .2s;
	}
	.submit > input{
		width: 8vw;
		height: 3vw;
		font-size: 1.2vw;
		color: #fff;
		border-radius: 0 2.5vw 2.5vw 0;
		text-align: center;
		line-height: 3.1vw;
		padding-right: .5vw;
		position: relative;
		background: linear-gradient(150deg, #E69D13 0%, #FB8B24 100%);
		margin-left: .2vw;
		border: none;
		cursor: pointer;
	}
	.submit::before{
		content: "";
		width: 3vw;
		height: 3vw;
		background: linear-gradient(-150deg, #E69D13 0%, #FB8B24 100%);
		border-radius: 2.5vw 0 0 2.5vw;
		position: absolute;
		left: 0vw;
		top: 0;
		transition: all .2s;
	}

	#error-message{
		font-size: 1vw;
		margin-left: 1vw;
		color: #e83719;
	}

}















@media screen and (max-width: 600px) {
	#contact-us-main{
		width: 100vw;
		padding: 15vw 0;
	}
	#contact-us-main > h1{
		padding: 8vw 0 5vw 0;
		font-size: 18vw;
		width: 100vw;
		text-align: center;
		line-height: 18vw;
		font-weight: normal;
		text-shadow: 0 20vw 0 #f1f1f1,
					0 40vw 0 #f3f3f3,
					0 60vw 0 #f5f5f5,
					0 80vw 0 #f7f7f7,
					0 100vw 0 #f9f9f9,
					0 120vw 0 #fbfbfb;
		pointer-events: none;
		user-select: none;
		animation: text-shadow-2 1s backwards;
	}


	#breadol{
		width: 100vw;
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
	    animation: up 1s backwards;
	    animation-delay: 0s;
	}
	#breadol > li{
	    font-size: 3.6vw;
	    color: #666;
	    line-height: 3vw;
	    display: flex;
	}
	#breadol > li > a{
	    color: #666;
	    margin-right: 6vw;
	    display: block;
	    position: relative;
	    font-weight: bold;
	}
	#breadol > li > a::after{
		content: "";
		display: block;
		width: .6vw;
		height: 3.6vw;
		background-color: #666;
		position: absolute;
		top: -.3vw;
		right: -3.3vw;		
	}


	#contact-us-info{
		width: 100vw;
		z-index: 1;
	}
	#contact-us-info-1{
		width: 100vw;
		margin: 15vw 0;
	}
	#contact-us-info-1 > div{
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		margin: 10vw 0;
	}
	#contact-us-info-1 > div:nth-child(1){
	    animation: up 1s backwards;
	    animation-delay: .1s;
	}
	#contact-us-info-1 > div:nth-child(2){
	    animation: up 1s backwards;
	    animation-delay: .3s;
	}
	#contact-us-info-1 > div:nth-child(3){
	    animation: up 1s backwards;
	    animation-delay: .5s;
	}
	#contact-us-info-1 > div > img{
		width: 10vw;
	}
	.contact-short{
		font-size: 6vw;
		font-weight: bold;
		color: #666;
		margin-top: 1vw;
	}
	.contact-location{
		width: 90vw;
		font-size: 4vw;
		line-height: 6vw;
		font-weight: bold;
		color: #666;
		margin-top: 1vw;
		text-align: center;
	}
	#contact-us-info-2{
		width: 90vw;
		margin: 0 5vw;
	}
	#contact-us-info-2 > div:nth-child(1){
	    animation: up 1s backwards;
	    animation-delay: .1s;
	}
	#contact-us-info-2 > div:nth-child(2){
	    animation: up 1s backwards;
	    animation-delay: .2s;
	}
	#contact-us-info-2 > div:nth-child(3){
	    animation: up 1s backwards;
	    animation-delay: .3s;
	}
	#contact-us-info-2 > div:nth-child(4){
	    animation: up 1s backwards;
	    animation-delay: .4s;
	}
	.input{
		display: flex;
		margin: 4.5vw 0;
	}
	.input > label{
		width: 32vw;
		font-size: 3.8vw;
		font-weight: bold;
		text-align: center;
		background-color: #666;
		border-radius: 5vw 0 0 5vw;
		color: #fff;
		margin-right: 1.2vw;
	}
	.label-1{
		height: 10vw;	
		line-height: 10vw;	
	}
	.label-2{
		height: 52vw;
		line-height: 52vw;
	}
	.input > input{
		width: 52.8vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4vw;
		padding: 1vw 2vw;
		border: none;
		background-color: #eee;
		border-radius: 0 10vw 10vw 0;
	}
	.input > textarea{
		width: 52.8vw;
		height: 48vw;
		line-height: 6vw;
		font-size: 4vw;
		padding: 2vw;
		border: none;
		background-color: #eee;
		border-radius: 0 5vw 5vw 0;
	}


	.submit{
		width: 80vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		cursor: pointer;
		user-select: none;
		position: relative;
		margin: 0 5vw;
	}
	.submit:hover::before{
		transform: translate(1.24vw, 0);
	}
	.submit:hover > img{
		transform: translate(1.24vw, 0);
	}
	.submit:active::before{
		transform: translate(0, 0);
	}
	.submit:active > img{
		transform: translate(0, 0);
	}
	.submit > img{
		width: 7.2vw;
		height: 7.2vw;
		z-index: 1;
		display: block;
		margin: 2vw 1.6vw 2vw 3.6vw;
		transition: all .2s;
	}
	.submit > input{
		width: 30vw;
		height: 12vw;
		font-size: 4.8vw;
		color: #fff;
		border-radius: 0 10vw 10vw 0;
		text-align: center;
		line-height: 12.4vw;
		padding-right: 2vw;
		position: relative;
		background: linear-gradient(150deg, #E69D13 0%, #FB8B24 100%);
		margin-left: .8vw;
		border: none;
		cursor: pointer;
		position: relative;
	}
	.submit::before{
		content: "";
		width: 12vw;
		height: 12vw;
		background: linear-gradient(-150deg, #E69D13 0%, #FB8B24 100%);
		border-radius: 10vw 0 0 10vw;
		position: absolute;
		left: 18.5vw;
		top: 0;
		transition: all .2s;
	}

	#error-message{
		width: 80vw;
		font-size: 4vw;
		line-height: 6vw;
		margin-top: 3vw;
		color: #e83719;
		text-align: center;
	}
}




