﻿@charset "utf-8";
/* CSS Document */



/*===============================================
●style.css 画面の横幅が961px以上
===============================================*/
@media screen and (min-width: 961px){

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: middle;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

body{
	background-color: #f7faf1;
	background:url(../img/body_bg.png) repeat;
background-position: center;
	width: 100%;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	
	 font-size:13px ;
    *font-size:small;
    *font:x-small;
}


a{
	text-decoration:none;
	display:block;}

a img{border:none;
	}
	
a:hover img{
	  filter: alpha(opacity=80);
  -moz-opacity:0.7;
  opacity:0.7;
	}
	
	
/*---- header部分 ----*/	

#header{width:100%;
height:40px;
border-top:5px solid #a49363;
background:#ffffff;
	} 
#header01{
	width:1000px;
	margin:0 auto;
	line-height:22px;
	vertical-align: middlel;
	}

h1{color:#b94765;
	font-size:26px;
	font-weight: bold;
	width:900px;
	padding:5px;
	text-align:left;
	float:left;
	animation: text_animation1 8s 1;
	-webkit-animation: text_animation1 8s 1;
	-moz-animation: text_animation1 8s 1;
	-o-animation: text_animation1 8s 1;
	-ms-animation: text_animation1 8s 1;
	}
#header01 a{
	width:100px;
	height:30px;
	margin-top:2px;
	padding:5px;
	font-size:16px;
	background:#b94765;
	color:#ffffff;
	text-align:center;
	float:right;
	
	}

#header01 a:hover p{
	color:#fdc0d0;
	background:#b65e75
	}
	 
@keyframes text_animation1{
  0%{
    letter-spacing: 3em;
  }
  100%{
    letter-spacing: 0;
  }
}  
@-webkit-keyframes text_animation1{
  0%{
    letter-spacing: 3em;
  }
  100%{
    letter-spacing: 0;
  }
}  
@-moz-keyframes text_animation1{
  0%{
    letter-spacing: 3em;
  }
  100%{
    letter-spacing: 0;
  }
}  
@-o-keyframes text_animation1{
  0%{
    letter-spacing: 3em;
  }
  100%{
    letter-spacing: 0;
  }
}  
@-ms-keyframes text_animation1{
  0%{
    letter-spacing: 3em;
  }
  100%{
    letter-spacing: 0;
  }
} 
#topin{
      position: relative;      
      width: 100%;
      min-height:100vh;
      overflow:hidden;
      padding:0!important;
 background: url(img/top_03.png);
    z-index:3;
  

  background-position: center center;
   

  background-repeat: no-repeat;
   

  background-attachment: fixed;
   

  background-size: cover;
   

 
}
#topin .text01{
	width:100%;
	margin:auto;
	 position: absolute;
      top:15%;
	  left:39%;
	  font-size:2.2rem;
	  color:#a49363;
	  font-weight:bold;
	  font-family: "Courier New", Courier, monospace;
	  	      -moz-animation: text01 5s linear 0s infinite;
      -webkit-animation: text01 5s linear 0s infinite;
      -o-animation: text01 5s linear 0s infinite;
      animation: text01 5s linear 0s infinite;
z-index:5;
	}
#topin .text01 a{
	color:#a49363;
	outline: none;}

	
	
@-moz-keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}

}

@-webkit-keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}
}

@-o-keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}
}

@keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}
}
	
	


#asnakami1{
	      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      padding:0!important;
	  background: url(img/top_02.png) center center / cover no-repeat fixed;
  height: 100vh;
      -moz-animation: fadeinout 10s ease-out 0s 1;
      -webkit-animation: fadeinout 10s ease-out 0s 1;
      -o-animation: fadeinout 10s ease-out 0s 1;
      animation: fadeinout 10s ease-out 0s 1;
	  z-index:1;
	  opacity: 0;
}


@-moz-keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

@-webkit-keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

@-o-keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

@keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

/*  */
#topin .logo{
	width:100%;
	margin:auto;
	 position: absolute;
      top:25%;
	  left:45%;
	      -moz-animation: fadeinouttx 10s ease-out 0s 1;
      -webkit-animation: fadeinouttx 10s ease-out 0s 1;
      -o-animation: fadeinouttx 10s ease-out 0s 1;
      animation: fadeinouttx 10s ease-out 0s 1;
	  z-index:2;
	}

@-moz-keyframes fadeinouttx {
 0% {opacity:0;
 
 }
40% { opacity:1;
}
 60% { opacity:1;
 }
  90% { opacity:0;
 }
 100% { opacity:0;
}
}

@-webkit-keyframes fadeinouttx {
 0% {opacity:0;
}
40% { opacity:1;
}
 60% { opacity:1;
}
  90% { opacity:0;
}
 100% { opacity:0;
}
}

@-o-keyframes fadeinouttx {
 0% {opacity:0;
}
40% { opacity:1;
}
 60% { opacity:1;
}
  90% { opacity:0;
}
 100% { opacity:0;
}
}

@keyframes fadeinouttx {
 0% {opacity:0;
}
40% { opacity:1;
}
 60% { opacity:1;
}
  90% { opacity:0;
}
 100% { opacity:0;
}
}

}



/*===============================================
●style3sp.css  画面の横幅が960pxまで
===============================================*/
@media screen and (max-width:960px){



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	
	vertical-align: middle;
	
}

body{
	background-color: #f7faf1;
background:url(img/body_bg.png) repeat;
background-position: center;
	width: 100%;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	
	 font-size:100%;
    *font-size:small;
    *font:x-small;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

a img{border:none;
	}

a{
	text-decoration:none;
	display:block;}

a img{border:none;
	}

/*---- header部分 ----*/	

#header{width:100%;
height:40px;
border-top:5px solid #a49363;
background:#ffffff;
	} 
#header01{
	width:100%;
	margin:0 auto;
	line-height:22px;
	vertical-align: middlel;
	}
	
h1{color:#b94765;
	font-size:26px;
	font-weight: bold;
	width:60%;
	padding:2%;
	text-align:left;
float:left;
	}
#header01 a{
	width:15%;
	margin:1% auto;
	padding:0.5%;

	font-size:13px;
	background:#b94765;
	color:#ffffff;
	text-align:center;
	float:right;
	
	}
#topin{
	      position: relative;      
      width: 100%;
      min-height:100vh;
      overflow:hidden;
      padding:0!important;
 background: url(img/top_03sp.png);
    z-index:3;
  

  background-position: center center;
   

  background-repeat: no-repeat;
   

  background-attachment: fixed;
   

  background-size: cover;

  text-align:center;
 
}
#topin .text01{
	width:100%;
	margin:auto;
	 position: absolute;
      top:15%;
	  left:50%;
	    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	  font-size:1.8rem;
	  color:#a49363;
	  font-weight:bold;
	  font-family: "Courier New", Courier, monospace;
	  	      -moz-animation: text01 5s linear 0s infinite;
      -webkit-animation: text01 5s linear 0s infinite;
      -o-animation: text01 5s linear 0s infinite;
      animation: text01 5s linear 0s infinite;
z-index:5;
	}
#topin .text01 a{
	color:#a49363;
	outline: none;}

	
	
@-moz-keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}

}

@-webkit-keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}
}

@-o-keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}
}

@keyframes text01 {
 0% {opacity:1;}
 20% { opacity:0.3;}
 40% {opacity:1;}
 60% { opacity:0.3;}
 80% {opacity:1;}
 100% { opacity:0.3;}
}
	
	


#asnakami1{
	      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      padding:0!important;
	  background: url(img/top_02.png) center center / cover no-repeat fixed;
  height: 100vh;
      -moz-animation: fadeinout 10s ease-out 0s 1;
      -webkit-animation: fadeinout 10s ease-out 0s 1;
      -o-animation: fadeinout 10s ease-out 0s 1;
      animation: fadeinout 10s ease-out 0s 1;
	  z-index:1;
	  opacity: 0;
}


@-moz-keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

@-webkit-keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

@-o-keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

@keyframes fadeinout {
 0% {opacity:1;}
 95% { opacity:1;}
 100% { opacity:0;}
}

/*  */
#topin .logo{
	width:100%;
	margin:auto;
	 position: absolute;
      top:40%;
	  left:50%;
	    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  
	      -moz-animation: fadeinouttx 10s ease-out 0s 1;
      -webkit-animation: fadeinouttx 10s ease-out 0s 1;
      -o-animation: fadeinouttx 10s ease-out 0s 1;
      animation: fadeinouttx 10s ease-out 0s 1;
	  z-index:2;
	}

@-moz-keyframes fadeinouttx {
 0% {opacity:0;
 
 }
40% { opacity:1;
}
 60% { opacity:1;
 }
  90% { opacity:0;
 }
 100% { opacity:0;
}
}

@-webkit-keyframes fadeinouttx {
 0% {opacity:0;
}
40% { opacity:1;
}
 60% { opacity:1;
}
  90% { opacity:0;
}
 100% { opacity:0;
}
}

@-o-keyframes fadeinouttx {
 0% {opacity:0;
}
40% { opacity:1;
}
 60% { opacity:1;
}
  90% { opacity:0;
}
 100% { opacity:0;
}
}

@keyframes fadeinouttx {
 0% {opacity:0;
}
40% { opacity:1;
}
 60% { opacity:1;
}
  90% { opacity:0;
}
 100% { opacity:0;
}
}



}