@charset "UTF-8";
/* Body */
body {
	font-family:  -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #66cdaa;
	border-bottom: 1px solid #2e8b57;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2e8b57;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-image: url("../images/FACTORY/IMG_4524.JPG");
	background-size: cover;
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
	  font-size:135%;  
	vertical-align: top;
	  white-space: nowrap;

}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.cards2 {
	width: 100%;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
}

.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}

.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #2e8b57;
}
.gallery .thumbnail p {
		text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #66cdaa;
	background-image: url("../images/HATTOK/DSC_0121_2 .jpg");
	background-size:cover;
	height: 530px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #717070;
	text-align: right;
	padding-right: 30px;
	padding-top: 60px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.logo2 {
	color: #fff;
	width: 15%;
	float: right;
	margin-top:0px;
	margin-right: 0px;
}

.parallax_description {
/*	color: #717070;*/
	text-align: right;
	padding-right: 30px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;

}

#stage {
	position: relative;
  	/*width: 380px; */
	max-width: 25%;
    min-width: 180px;
	margin-left: 10px ; 
	margin-top : 10px ;
    
}
.pic {
	position: absolute;
}
.pic img {
	width: 100%;
	height: auto;
	opacity:0; z-index:0;
	border: 5px solid #ffffff;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);

	-moz-animation: imgTrans 36s linear  infinite;
	-webkit-animation: imgTrans 36s linear  infinite;
	animation: imgTrans 36s  linear infinite;
}
.pic span {
	color:#fffffc;
	position:absolute;
	top:10%; bottom:10%; left:10%; right:10%;

	display:block;
	font-size:16px;
	font-weight:bold;
	max-width: 300px;
	height: auto;
	opacity:0;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(112,112,112,0.1);
	-webkit-animation: telop 36s linear infinite;
	animation: telop 36s linear infinite;
}
#photo1 img, #photo1 span {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img, #photo2 span {
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
#photo3 img, #photo3 span {
	-moz-animation-delay: 24s;
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}
/*#photo4 img, #photo4 span{
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}}*/

@-webkit-keyframes imgTrans {
    0% {opacity: 0}
    5% {opacity: 1; z-index:20; }
    20% {opacity: 1; z-index:0; }
    25% { opacity: 0} 
 100% {opacity:0}
}
@-moz-keyframes imgTrans {
    0% {opacity: 0 }
    5% {opacity: 1; z-index:20;}
    20% {opacity: 1; z-index:0; }
    25% { opacity: 0} 
 100% {opacity:0}
}

@keyframes imgTrans {
    0% {opacity: 0 ; z-index:0; }
    5% {opacity: 1; z-index:20;}
    20% {opacity: 1; z-index:0; }
    25% {opacity: 0} 
 100% {opacity:0 }
}
@-webkit-keyframes telop {
    0% {opacity: 0 }
    5% {opacity: 1; z-index:10;}
    20% {opacity: 1; z-index:0;}
    25% {opacity: 0}
 100% { left: -10px; opacity:0}
}
@keyframes telop {
    0% {opacity: 0}
    5% {opacity: 1; z-index:10; }
    20% {opacity: 1; z-index:0;}
    25% {opacity: 0}
 100% { left: -10px; opacity:0}
}
.button2 {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #66cdaa;
	transition: all 0.3s linear;
	z-index: 30;
}
.button2:hover {
	background-color: #FEFEFE;
	color: #66cdaa;
	cursor: pointer;
}

/* More info */
footer {
	background-color: #FFFFFF;
		width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	display: inline-block;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 10px;
	float: left;
}
footer .footer_column h3 {
		color: #B3B3B3;
	text-align: center;
	
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	object-fit: contain;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
/* ▼表全体 */
table { border-collapse: collapse; 
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;}
/* ▼見出しセルだけの装飾(※B) */
th {
  font-size:90%;  
	vertical-align: top;
	  white-space: nowrap;
}
td {
	text-align: left;
	  padding-left: 0.5em; 
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo2 {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 30%;
	float: right;
	margin-top:0px;
	margin-rightt: 0px;
	letter-spacing: 4px;
}

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #66cdaa;
	/*background-image: none;*/
	height: 80%; 
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.logo2 {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 30%;
	float: right;
	margin-top:0px;
	margin-rightt: 0px;
	letter-spacing: 4px;
}

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #66cdaa;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.thumbnail {
	width: 50%;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
	height: 70%; 
	
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
