@charset "UTF-8";

/** TOP Slider **/

.top_photo01 {background-image: url("../TopPage/upload/1-0.jpg");}
.top_photo02 {background-image: url("../TopPage/upload/2-0.jpg");}
.top_photo03 {background-image: url("../TopPage/upload/3-0.jpg");}

#TopPage, #slide, #slide .photo {
    height: calc(70vh + 80px);
	width: 100%;
}

#TopPage {
	padding: 60px 0 0 0;
	margin: 0;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

#slide {
    position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#slide .photo {
    position: relative;
	background-size: cover;
	background-position: center;
}

/* JSの秒数に合わせる */
.top_zoom {
    animation: top_zoom_animation 13s;
}
@keyframes top_zoom_animation {
  0% {
    transform: scale(1.1);
      transform-origin: 50% 50%;
  }
  100% {
    transform: scale(1);
      transform-origin: 50% 50%;
  }
}

#top_info {
	position: relative;
	top: 0;
	height: calc(75vh);
	text-align: center;
	width: 100%;
}

#top_info .topLogo {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 0;
}

#top_info .topLogo_en {
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 20px 0;
}

#top_info .infoBox {
	top: 50%;
	transform: translateY(-50%);
	padding: 25px;
	position: relative;
}

#top_info .infoBox div {
	width: 45%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
    text-shadow: 4px 4px 0 #000, -4px -4px 0 #000, -4px 4px 0 #000, 4px -4px 0 #000, 0px 4px 0 #000, 0-4px 0 #000, -4px 0 0 #000, 4px 0 0 #000;
}

#top_info .infoBox div.en {
	text-align: center;
}

#top_info .infoBox div h1.en {
	width: auto;
	text-align: center;
}

#top_info .infoBox div a {
	color: #ffffff;
}

#top_info .infoBox div a:hover {
	color: #5ca5ff;
	text-decoration: none;
}

#top_info .infoBox div h1 {
	font-size: 30px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1em;
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1680px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1280px) {
/* ------------------------------------------------------ */


#TopPage {
	padding: 60px 0 0 0;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 960px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */

.top_photo01 {background-image: url("../TopPage/upload/1-1.jpg");}
.top_photo02 {background-image: url("../TopPage/upload/2-1.jpg");}
.top_photo03 {background-image: url("../TopPage/upload/3-1.jpg");}

#TopPage, #slide, #slide .photo {
    height: 100vh;
	width: 100%;
}

#top_info {
	height: 100vh;
}
	
#top_info .infoBox {
	width: auto;
	margin: 0 15px;
	left: auto;
	top: calc(50%);
	transform: translateY(-50%);
}

#top_info .infoBox div {
	font-size: 90%;
	width: 100%;
}

#top_info .infoBox div h1 {
	font-size: 22px;
	padding: 0;
	margin: 0 auto 10px auto;
	text-align: center;
	line-height: 1.5em;
}

#TopService {
	padding: 50px 0!important;
}

#TopService .service_menu { 
	top: 0!important;
	left: auto!important;
	transform: translate(0%, 0%)!important;
	width: 100%!important;
	position: static!important;
}

#TopService .service_menu a.service_link {
	width: 80%!important;
	margin: 10px auto!important;
}

#top_info .topLogo {
	margin: 0 0 20px 0;;
}

#top_info .topLogo {
	width: 80%;
}


}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 380px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

}