@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}


a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 15px;
	line-height: 26px;
}

body {
	height: 100%;
	color: #333;
	margin:0;
	background:#fff;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}



* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color:#0e6eb8;
	text-decoration:none;
}

a:hover{
	color: #191919;
	text-decoration:none;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.m-center{
	display: table-cell;
	vertical-align: middle;
}

.pc-none{
	display:none;
}

#main{
	height: 100%;
	z-index: 10;
}

h1{
	position: fixed;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation-name:fadein;
	animation-duration:2s;
	animation-timing-function: ease-out; /
	animation-delay:0.4s;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

h2,h3,h4,h5,h6{
	text-align: center;
	margin-bottom: 40px;
}

.bg01 {
    background-image: url("../images/bg01.jpg");
}

.bg02 {
    background-image: url("../images/bg02.jpg");
	
}

.bg03 {
    background-image: url("../images/bg03.jpg");
}

.fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}


.title{
	margin: 0 auto;
	text-align:center;
	padding:10px 0;
}


.s-area{
    position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}

.s-area2{
	background-color: rgba( 255, 255, 255, 0.6 );
	padding: 10px 70px;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 3px;
}

dt {
    float: left ;
    clear: left ;
	width: 120px ;
}

dd {
	margin-left: 130px;
}


/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

address {
	margin:0px auto;
	font-size: 18px;

}

}

