@charset "utf-8";

@media screen and (max-width: 1024px){
/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color:#0e6eb8;
}

a {
    -webkit-tap-highlight-color:transparent;
}

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

a img {
    border-style:none;
}

	
html{  
	height: 100%;
  -webkit-text-size-adjust: none;  
} 


body {
	height: 100%;
	color: #6a6561;
	margin:0;
	background:#fff;
	width:100%; 
    font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color: #333;
}

.center{
	text-align:center;
	margin:0 auto;
}

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

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


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


.sp-none{
	display:none;
}


#main{
	margin:0;
	overflow:hidden;
	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;
    height: 740px;
	z-index:-1;
	width:100%;
	height:100vh;
	background-position: 50% 50%;
  -webkit-background-size:cover;
      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 10px;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 3px;
	width: 300px;
}

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

dd {
	margin-left: 82px ;
}
/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

address {
	margin:0px auto;
	font-size: 10px;
}






}




/* ---------------------------------------------------------------------
iPad
--------------------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
.fixed-bg {
    position: relative;
    height: 1300px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
}