/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}



/* helpers */
.text-center {
	text-align: center;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.img-fluid {
	max-width: 100%;
    height: auto;
}

#app,
body {
	background: #fff!important;
	font-family: ToyotaDisplay-Regular, Helvetica!important
}

body {
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none!important;
	outline: none;
	-webkit-appearance: none;
	font-size: 1.12rem;
	color: #252525
}

a {
	text-decoration: none!important;
	font-family: roboto-regular;
	color: inherit!important
}

a.alt {
	color: #ff0011!important
}

@font-face {
	font-family: ToyotaText-Regular;
	src: url(../fonts/toyotatextregular-webfont.511f0d6c.eot);
	src: url(../fonts/toyotatextregular-webfont.511f0d6c.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/toyotatextregular-webfont.693068f6.ttf) format("truetype"), 
	url(../fonts/toyotatextregular-webfont.5d6e321d.woff) format("woff"), 
	url(../fonts/toyotatextregular-webfont.066643b8.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: ToyotaText-Bold;
	src: url(../fonts/toyotatextbold-webfont.73b171f9.eot);
	src: url(../fonts/toyotatextbold-webfont.73b171f9.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/toyotatextbold-webfont.4cc698d5.ttf) format("truetype"), 
	url(../fonts/toyotatextbold-webfont.a31fcb22.woff) format("woff"), 
	url(../fonts/toyotatextbold-webfont.3174a3c9.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: ToyotaDisplay-Regular;
	src: url(../fonts/toyotadisplayregular-webfont.580003c8.eot);
	src: url(../fonts/toyotadisplayregular-webfont.580003c8.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/toyotadisplayregular-webfont.637f4240.ttf) format("truetype"), 
	url(../fonts/toyotadisplayregular-webfont.4128555b.woff) format("woff"), 
	url(../fonts/toyotadisplayregular-webfont.4b17f0d9.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: ToyotaDisplay-Bold;
	src: url(../fonts/toyotadisplaybold-webfont.dda3c13f.eot);
	src: url(../fonts/toyotadisplaybold-webfont.dda3c13f.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/toyotadisplaybold-webfont.3de6b99e.ttf) format("truetype"), 
	url(../fonts/toyotadisplaybold-webfont.e1641180.woff) format("woff"), 
	url(../fonts/toyotadisplaybold-webfont.228c9326.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: roboto-regular;
	src: url(../fonts/roboto-regular-webfont.fd5495f7.woff) format("woff"), 
	url(../fonts/Roboto-Regular.3e1af3ef.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

header {
	border-bottom: 1px solid #d9d9d9;
	max-height: 59px;
	padding: 6px 0 4px;
}

header img {
	max-height: 36px;
}

h1 {
	color: #000;
	font-size: 1.5em;
	margin-top: 5%;
}

h1 img { display: inline-block; height: 40px !important;}

h2 {
	font-size: .875em;
	line-height: 130%;
	color: #4c5256;
	margin: 4% 0 4%
}

h2 strong {font-family: ToyotaText-Bold; }

h3 {
	margin: 15% 0 14%;
	position: relative;
	padding-bottom: 3%;
}

h3:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #ff0016;
	position: absolute;
	width: 20%;
	bottom: 0;
	left: 50%;
	margin-left: -10%
}

.btn-kansai {
	background: #fff;
	color: #ff0016!important;
	margin-top: 2%;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	display: inline-block;
	padding: 1.55% 5%;
	border-radius: 30px;
	position: relative;
	font-size: .913em;
	/* font-family: ToyotaDisplay-Bold; */
}

.btn-kansai:after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/hand-mouse.png") no-repeat;
	width: 22px;
	height: 22px;
	right: 5%;
	margin-top: -2px;

	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.btn-kansai:hover:after {
	right: 15%;
	margin-top: -3px;
}

.gallery img {
	margin: 0 auto 2%;
	width: 80%;
	display: block;
	max-width: 500px;
}

.gallery a {
	display: block;
	margin: 2% 0 0;
}

.gallery > div {
	margin: 20% 0 18%;
	font-size: .875em;
}

footer { 
	position: relative; 
	padding: 22% 0 0;
}

.bg-gray {
	background-color: #f4f4f4;
}

footer .autos { margin-top: -27%;}

footer .google {
	margin: 30% 0 25%;
}

@media only screen and (min-width: 600px) {
	body {
		font-size: 1.5em;
	}

	h1 img {
		height: 48px !important;
	}

	.btn-kansai {
		padding: 1% 3.5% 1.3%;
		font-size: .875em;
	}

	h3 {
		margin: 6% 0 3%;
	}

	h3:after {
		width: 10%;
		margin-left: -5%
	}

	.gallery .owl-item {
		font-size: .813em;
		padding: .5% 0;
	}

	.gallery .owl-item div {
		padding: 5% 6%;
		font-size: .875em;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
		box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	}

	.owl-stage-outer,
	.owl-dots,
	.owl-nav {
		margin: 0 !important
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		border: 2px solid #ebebeb;
		background: #ebebeb;
		width: 18px;
		height: 18px;
		border-radius: 100%;
		margin: 0 1%;
		outline: none;
	}

	.owl-carousel button.owl-dot.active {
		border: 2px solid #ebebeb;
		background: white;
	}

	.owl-nav {
		position: absolute;
		width: 100%;
	}

	.owl-nav button {
		color: #000!important;
		width: 25px!important;
		height: 25px!important;
		line-height: 0!important;
	}

	.owl-nav button span {
		margin-top: -1px;
		display: block;
	}

	.owl-nav .owl-prev {
		position: absolute;
		left: 0
	}

	.owl-nav .owl-next {
		position: absolute;
		right: 0
	}

	footer {
		padding-top: 11%;
	}
}