@charset "UTF-8";

@font-face {
	font-family: 'arial-black';
	src: local('Arial Black');
}


/* //////////////////////////////////////////////////////
 * Home
 ///////////////////////////////////////////////////// */
 
body.home #main {
	background-image: url(https://www.kashiyama.com.tw/wp-content/uploads/body_main_bg.jpg);
	background-position: center center;
	background-size: cover;
}


/*
 * Slider
 ///////////////////////////////////////////////////// */

#home-slide {
	text-align: center;
}

#home-slide h1 {
	height: 100vh;
}


/*
 * Products Shortcut Box
 ///////////////////////////////////////////////////// */

#home-main {
	padding: 0 35px;
}

#home-slide h1 {
	/* padding: 400px 0 20px; */
}

#home-slide h1 img {
	max-width: 90%;
	padding-top: 200px;
	margin-bottom: 30px;
}

#home-slide h1 img#top-logo {
	
}

#home-slide h2 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 0 0 2px #000;
}

#home-slide p {
	font-size: 16px;
	color: #fff;
	text-shadow: 0 0 1px #000;
	text-align: left;
}

#home-movie {
	width: 100%;
	height: 100vh;
	/* position:  absolute; */
	margin-top: -62px;
	left: 0;
	overflow: hidden;
	background: #fff;
	/* background: url(/wp-content/uploads/home_slide_04.jpg) no-repeat center center/cover; */
	transition: all 1000ms ease 0s;
}

#home-movie video {
	width: 100%;
	height: 100%;
	min-width: 100vh;
	min-height: 100vh;
	z-index: -1;
	object-position: center center;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

#go-content {
	position:  absolute;
	top: 90%;
	width: 100%;
	text-align: center;
}

#go-content a {
	display: inline-block;
	padding: 5px 15px;
	background-color: rgba(255,255,255,.6);
	border: solid 1px #fff;
	border-radius: 4px;
	color: #1953a0;
	font-size: 150%
}

#home-top {
	padding-top: 30px;
	padding-bottom: 5px;
}

#home-top .home-shortcut-box {
	background: linear-gradient(to bottom, rgba(255,255,255,.5) 10%,rgba(255,255,255,1) 100%);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,.2);
	border-radius: 4px;
	padding-bottom: 5px;
}

#home-top #home-shortcut-box a:hover *,
#home-top #home-shortcut-box a:focus *,
#home-top #home-shortcut-box a:active * {
	color: #666;
}

#home-top .home-shortcut-box:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,.8) 10%, rgba(255,255,255,1) 100%);
}

.shortcut-title {
	text-align: center;
}

#home-top .product-photo {
	padding: 0;
	text-align: center;
}

#home-top .product-photo img {
	display: block;
	max-width: 100%;
}

#home-top .shortcut-title {
	padding: 10px 0;
	background: rgba(255,255,255,.6);
	border-radius: 4px 4px 0 0;
	text-align: center;
}

#home-top h3 {
	margin: 0;
	font-weight: bold;
	line-height: 1.1;
	font-size: 30px;
	color: #1953a0;
	/* background: -webkit-linear-gradient(#005BAB, #09f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

#home-top a .shortcut-desc {
	color: #333;
}

#home-top .go-contents {
	padding: 10px 10px;
	text-align: center;
}

#home-top dl {
	width: calc(100% - 20px);
	margin: 0 auto;
	border-top: solid 1px rgba(0,0,0,.2);
	color: #000;
}

#home-top dt {
	margin: 0;
	padding: 5px 0 0;
	border-top: solid 1px rgba(255,255,255,1);
	font-weight: normal;
	text-align: left;
}

#home-top dd {
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	text-align: right;
}

#home-top a.btn-product-list {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(0,0,0,.3);
	border: solid 2px #fff;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#home-top a.btn-product-list:hover {
	background: rgba(0,0,0,.5);
}


/*
 * For Various Applications
 ///////////////////////////////////////////////////// */

#main.site-main {
	padding-top: 0;
	padding-bottom: 0;
}

.various-app-block {
	background: linear-gradient(to bottom, #BCCBD9 0%, #fff 60%);
	text-align: center;
}

.various-app-block h2 {
	margin: 0 auto 30px;
	line-height: 1.1;
	font-size: 34px;
	font-family: 'arial';
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	color: #546575;
}

.various-app-block .description {
	margin: 0 0 25px;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	text-align: left;
}

#various-app-body {
	text-align: center;
}
#various-app-body:before {
	content: '';
	display: block;
}
#various-app-body:after {
	content: '';
	display: table;
	clear: both;
}

.various-apps {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	line-height: 1.2;
	font-size: 13px;
}

.various-apps:last-child {
	margin-right: 0;
}

.various-apps img {
	border-radius: 4px;
}


/*
 * About Kashiyama
 ///////////////////////////////////////////////////// */

.about-kashiyama-block {
	background-image: url(/wp-content/uploads/about_konchuukan_bg.jpg);
	background-size: cover;
}

.about-kashiyama-img {
	/*
	width: calc(50% - 15px);
	float: left
	*/
}

img.about-kashiyama-img {
	display: block;
	border-radius: 4px;
}

.about-kashiyama-text {
	/*
	width: calc(50% - 15px);
	float: right
	*/
}

.about-kashiyama-text h2,
.facebook-plugin h2 {
	margin: 0 0 10px;
	line-height: 1.1;
	font-size: 34px;
	font-family: 'arial';
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	color: #5b6f23;
}

.about-kashiyama-text dl.label {
	color: #000;
}

.about-kashiyama-text dl.label dt {
	background: #fff;
}

.about-kashiyama-text p {
	line-height: 1.3;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-size: 15px;
	color: #000;
}

.about-kashiyama-block a.about-btn {
	display: inline-block;
	padding: 6px 20px;
	background: rgba(0,91,171,.6);
	border-radius: 4px;
	border: solid 2px #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


/*
 * Sales & Service
 ///////////////////////////////////////////////////// */

#sales-and-service-block {
	background-image: url(/wp-content/uploads/home_sales_service_bg.jpg);
	background-size: cover;
	text-align: center;
}

#sales-service-body {
	margin: 0 0 30px;
	text-align: left;
}
#sales-service-body:before {
	content: '';
	display: block;
}
#sales-service-body:after {
	content: '';
	display: table;
	clear: both;
} 

#sales-and-service-block h2 {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.1;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	text-align: center;
	font-size: 34px;
	font-family: 'arial';
	font-weight: bold;
	color: #40698a;
}

#sales-and-service-block img {
	display: block;
	border-radius: 4px 4px 0 0;
}

#sales-body {
	width: calc(50% - 15px);
	float: left;
}

#service-body {
	width: calc(50% - 15px);
	float: right;
}

#sales-body,
#service-body {
	border-radius: 4px;
	background: #fff;
	padding-bottom: 15px;
}

#sales-and-service-block h3 {
	padding: 20px 30px 0;
	margin: 0 0 10px;
	font-size: 24px;
	font-family: 'arial';
	font-weight: bold;
}

#sales-and-service-block #sales-service-body p {
	padding: 0 30px;
	margin: 0;
	font-size: 15px;
}

#sales-and-service-block a.btn-sales-and-service {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(0,0,0,.2);
	border: solid 2px #fff;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.7);
	font-size: 20px;
	/* color: #005BAB; */
	color: #fff;
	font-family: 'arial';
	font-weight: bold;
}

#sales-and-service-block a.btn-sales-and-service:hover {
	background: rgba(255,255,255,.2);
}




/* //////////////////////////////////////////////////////
 * Responsive Setting
 ////////////////////////////////////////////////////// */

@media screen and (max-width: 1080px) {

	#home-slide h1 {
		/* padding: 85px 0 0; */
	}

}


@media screen and (max-width: 768px) {

	#home-slide h1 {
		/* padding: 85px 0 0; */
	}

	#home-top h3 {
		margin: 0 0 5px;
		font-size: 24px;
	}

	#home-top .product-desc {
		font-size: 11px;
	}

	#home-top th,
	#home-top td {
		display: block;
	}

	#home-top th {
		border-bottom: none;
		font-size: 12px;
	}
	
	#home-top td {
		border-top: none;
	}

	.various-apps {
		width: 30%;
		float: left;
		margin-right: 5%;
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.2;
	}

	.various-apps:nth-child(3) {
		margin-right: 0;
	}

	.about-kashiyama-img,
	.about-kashiyama-text {
	    width: auto;
	    float: none;
	}

	.about-kashiyama-img img {
	    margin-bottom: 15px;
	}

}

@media screen and (max-width: 480px) {

	#home-top .products-shortcut-box {
		background: rgba(255,255,255,.9);
	}

	#home-top .product-title {
		padding: 5px 0;
	}
	
	
	#home-top .heightLine-products-shortcut-title {
		height: auto !important;
	}
	
	#home-top .product-desc {
		line-height: 1.2;
	}

	#home-top .product-photo img {
		/*max-width: 200px;*/
	}

	.various-apps {
		font-size: 11px;
	}
	
	.various-app-block h2 {
		font-size: 24px;
	}

	.various-app-block .description {
		font-size: 12px;
	}

	.about-kashiyama-text h2 {
		font-size: 24px;
	}

	dl.label dt {
		width: 82px;
		font-size: 12px !important;
	}
	
	dl.label dd {
		font-size: 12px !important;
		margin: 0 0 15px 100px;
	}

	#sales-body,
	#service-body {
		width: auto;
		float: none;
	}

	#sales-body {
		margin-bottom: 15px;
	}

	#sales-and-service-block h2 {
		font-size: 24px;
	}

	#sales-and-service-block h3 {
		font-size: 20px;
	}

	#sales-and-service-block #sales-service-body p {
		font-size: 12px;
		line-height: 1.3;
	}

	#sales-and-service-block h3,
	#sales-and-service-block #sales-service-body p {
		/* padding: 0; */
	}

}


@media screen and (max-width: 320px) {

	#home-top table {
	    font-size: 10px;
	}


}
