@charset "UTF-8";
/* Body */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}



/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}


body {
	font-family: source-sans-pro;
	/*background-color: #f2f2f2;*/
	background-color: #FFF;
	background:url("../images/back4.png");
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	  animation-duration: 3s;
	  	transition: 0.5s ;
	  	/*
	background-position:center top;
	background-repeat:repeat-y;
	background-size:cover;
	*/
	-webkit-text-size-adjust:100%;
	font-family: Meiryo UI,"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;*/
	margin: 0px;
	padding:0px;
	text-align:center;
	font-size:16px;
	line-height:150%;
	
	  	
}


/* Container */
.container {
	width: 100%;
	max-width:1050px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	margin:auto;
	background:url("../images/back3.png");
	box-shadow: 0 0 8px ;

}
/* Navigation */
header {
	width: 100%;
	height: 85px;
	background-color: #202020;
	background:url("../images/head.png") #202020;
	/*background-color: rgba(0,0,0,0.5);*/
	border-bottom: 5px solid #CF0080;
	z-index:15;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
	z-index:15;
	position:absolute;
}
nav {
	float: right;
	width: 75%;
	text-align: right;
	margin-right: 20px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #C80080;
	font-size: 14px;
	text-align: left;
	margin-right: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #C80080;
	text-decoration: none;
}
ul li:hover a {
	color: #DDD;
}
.hero_header {
	color: #FEE;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	z-index:0;
}
/* Hero Section */
.hero {
	padding-top:3px;
	padding-bottom:0px;
/*	background:url("../images/back3.png");*/
	background:#FFF;
	border-bottom: 5px solid #CF0080;
}
.hero li:hover a {
	color: #CF0080;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}


.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;
}
.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;
}
.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: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #202020;
	background-image: url(../images/label1.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner2 {
	margin-top:10px;
	background-color: #202020;
	background-image: url(../images/label2.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner3 {
	margin-top:10px;
	background-color: #202020;
	background-image: url(../images/label3.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner4 {
	margin-top:10px;
	background-color: #202020;
	background-image: url(../images/label4.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner5 {
	margin-top:10px;
	background-color: #202020;
	background-image: url(../images/label5.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	text-decoration:none;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 100%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}


.waku_cont{
	background : #FFF url("../images/waku01.png") repeat-x center top ;

	height:280px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
	border:#B8B8B8 solid 2px; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 2px;width:95%;padding:5px;
	margin-bottom:5px;
	box-shadow: 0 0 0 5px #FFF;
	
	
	
	
	
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    
    /*
-webkit-clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 100%, 90% 100%, 10% 100%, 0 100%, 0% 10%);
clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 100%, 90% 100%, 10% 100%, 0 100%, 0% 10%);*/
    
	text-align:left;

	max-width:1200px;
	width: 90%;

}
.news_title{

width:95%;
margin:auto;
text-align:center;	
	border:#E3457D solid 2px; 
border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
background:#E3457D;
background:url("../images/back5.png");



}
#news {
margin-left:auto;
margin-right:auto;
margin-top:30px;
background : #FFF ;
width:80%;
height:200px;
text-align:left;
vertical-align:top;
overflow:auto;
}
#news a{
color:#36F;
text-decoration: none;
transition: 1.0s ;

}
#news :hover{
color:#F36;
}


.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
	margin:auto;
}
.column h3 {
	color: #B3B3B3;
	text-align: center;
}
.column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
.column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 80%;
	margin-top: 20px;
	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;
	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: 50px;
	padding-bottom: 50px;
	background-color: #161616;

	color: #C80080;

	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.copyright a{
	color: #C80080;
	text-decoration:none;
}
.copyright a:hover{
	color: #9030C8;
}


footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 767px) {

.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
header {
	width: 100%;
	height: 250px;
	background-color: #202020;
	border-bottom: 5px solid #CF0080;
	margin-bottom:5px;
	z-index:15;
}
.container header nav {
	clear:both;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: inline-block;
	background-color: #202020;

}
header nav ul {
	clear:both;
	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%;
}
.column {
	width: 100%;
	margin-top: 0px;
}

.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}

.text_column {
	width: 100%;
}
.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;
}
}
