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

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


body {
	width:100%;
	margin: 0;
	 /*  フォントの種類  */
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  
  /*  フォントのサイズ  */
  font-size: 18px;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  
  /* 行間の設定 */
  line-height: 1.75;
	

	
	
}

html,body{
    width: 100%;
	
}

/*-------------------コンテンツ開始------------------------------*/


/*ナビゲーション*/



.wrap {
	min-width:1260px;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background-color: #F1E9E1;
	
}

.left {
	float: left;
	width: 500px;
	margin-left: 100px;
	
}


.right {
	float: right;
	width: 500px;
}

.nav {
	
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	
}

.nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 1260px;
height: auto;
color: #000000;
	
}

.nav li{
display: table-cell;
width: 600px;
margin-left:auto;
margin-right: auto;
font-size: 22px;
color: #817F7D;
font-family: "小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;

	
}



nav a{
display: block;
width: 100%;
text-decoration: none;
color: #000000;
padding-bottom: 5px;
}




.vision {
	background: url("../img/noren2.png");
	min-width:1260px;
	height:900px;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
	/* じわっと画像が表示される */
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;	
	background-size: 100%;
    background-repeat: no-repeat;
	height: 750px;
}


.v-mini {
	padding-top:30px;
	width: 1260px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.title {
	text-align: left;
	font-size: 45px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
	color: #FFFFFF;
}

.title2 {
	text-align: left;
	margin-top: 0px;
	font-size: 40px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
	color: #FFFFFF;
}

@keyframes SlideIn {
  0% {
    opacity: 0;/*蛻晄悄迥ｶ諷九〒縺ｯ騾乗・縺ｫ*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.contents1 {
	margin-top:60px; 
	margin-left: auto;
	margin-right: auto;
	height: 2500px;
	width: 1200px;
	text-align: center;

	
	
}


.box {
	margin-top:60px; 
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 1200px;
	float: left;
	
	
}

.mini-box
 {
	 width: 300px;
	 height: auto;
	 float: left;
	 margin-left: 50px;
	 margin-right: 30px;
	
	
}


  
.contents2 {
	padding-top:60px; 
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height:auto;
	text-align: center;
	overflow: hidden;
	
	
		
}



.btn {
    background-color: #F24841;
    border: 3px solid #F24841;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 1.25rem 4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.btn:hover {
    background-color: #fff;
    color: #F24841;
}




/* アニメーション設定 */
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
	list-style-type: none;
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}



/* じわっと画像が表示される */
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


a{
  text-decoration: none;
	color: inherit;
}
a:hover{
  text-decoration: underline;
	color:red;
}
/*-------------------フッター開始------------------------------*/



#footer {
	min-width:1260px;
	height:70px;
	margin-top: -15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#B1B0B0;
	color:#FFF;
}



/*フッター終了*/
