@charset "UTF-8";
/* Body */
body {
	font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}
a:link,
a:visited {
  color: #FFFFFF; text-decoration:none;
}
a:hover,
a:focus {
  color: #000;
}
a:hover {
  text-decoration: none;
}



/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

}
/* Header */
header {
	width: 100%;
	height: 20%;
	background-color: #5D5E5D;
	border-bottom: 1px solid #353635;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	background-color:#FFFFFF;
	background-image: url(../img/LIVE_ANIMATION_bg.png);
	background-repeat: no-repeat;
	background-position: right;

	height:inherit;
	
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin: 5;
	letter-spacing: 4px;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	border-top: solid 4px #5EECE6;
	
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 10px;
	background-color: #F8F8F8;
	padding-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 2px;
	border-bottom: 4px solid #5EECE6;
}
.gallery .thumbnail h3 {
	height: 68px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #155969;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;

}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #155969;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	width: 100%;
	background-color: #;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 15px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: center;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 640px;
	max-height: 960px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 30px;
	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;
	text-decoration-line: none;
	
}
.button:hover {
	background-color: #52E5E2;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: none;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 0px;
	padding-bottom: 50PX;
}
.intro {
	display: inline-block;
	background-color: #C5FFF7;
	padding-left: 0px;
	padding-right: 0px;
}
.profile {
	width: 50%;
}
.contact {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 5px;
	padding-top: 30px;
	padding-bottom: 5px;
}


.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	
	max-width: 600px;
	max-height: 150px;
}

/* モバイル */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	background-image: url(../img/LIVE_ANIMATION_bg.png);
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small タブレット */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
	text-align: left;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: left;
	padding-left: 0px;
}
}

/* Small デスクトップ */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
