@charset "UTF-8";
/*--------------------------default*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

/*==============================All*/
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  text-align: left;
  line-height: 2;
  background:#fff;
  -webkit-text-size-adjust:100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #666;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

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

main {
  padding: 60px 0 30px 0;
  display: block;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}
/*---------------------------ヘッダー*/
.slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 100%;
    animation: sliderAnime 12s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
 
.slider .img{
    max-width: 100%;
    min-width: 100%;
	
}

#home #page-header h1{
  position: absolute;
  top:20px;
  width:100%;
  font-size:7.2rem;
  color:#FFF;
  text-shadow: 2px 2px 4px #000000;
  line-height: 1.5em;
  text-align : center;
  z-index:1;
	}
	
#home #page-header h2{
  position: absolute;
  top:130px;
  width:100%;
  font-family: 'EB Garamond', serif;
  font-size:4rem;
  color:#FFF;
  text-shadow: 2px 2px 4px #000000;
  line-height: 1.2em;
  text-align : center;
  z-index:1;
	}

/*---------------------------フッター*/
footer {
	background:#1d2326;
}

footer .inner{
	display: flex;
    -js-display: flex;
	width:525px;
	margin:0 auto;
	}

footer .footer-blk {
  color: #fff;
  display: inline-block;
  justify-content: space-between;
  align-items:center;
  margin:0 15px;
  padding:10px 0;
}

footer .footer-blk h1 {
  color: #fff;
  font-size: 1.28rem;
  margin-top:12px;
}

footer .footer-blk h2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 5px;
  margin-bottom:-7px;
}

footer .footer-blk h3 {
  color: #fff;
  font-size: 1.65rem;
}

footer .footer-blk p{
	margin-top:-3px;
	color:#fff;
}

footer .footer-blk a {
	font-size:1.28rem;
	color:#fff;
}

footer img{
	max-width:100%;
    max-height:40px;
	margin-top:24px;
	}

/*---------------------------ホーム*/
#top .inner {
  position: relative;
}
	
section{
	text-align:center;
	margin:0 auto;
	}

#top #about{
	text-align:center;
    margin:0 auto;
	background:#fff;
	}
	
#top #about .item-blk{
	display:flex;
	box-sizing:border-box;
	justify-content:space-btween;
	margin:0 auto;
	padding:10px;
	}

#top #about h2{
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: .1em;
  }

#top #about h3{
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .1em;
  margin:0 0 15px 0;
}

#top #about .item p {
  font-size: 1.5rem;
  margin:0 0 40px 0;
  text-align:center;
  line-height: 2;
  letter-spacing: .1em;
}

/*-----------------------------------
スマホ
-----------------------------------*/
@media screen and (max-width: 480px) {
 .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner {
    width: 94%;
	margin:0 auto;
  }
  
  main{
	  padding:20px;
	  display:block;
	  }
/* ---------------------ヘッダー*/
#home #page-header h1{
  position: absolute;
  top:10px;
  font-size:2rem;
  text-shadow: 2px 2px 4px #000000;
  line-height: 1.5em;
  text-align : center;
  z-index:1;
	}
	
#home #page-header h2{
  position: absolute;
  top:40px;
  width:100%;
  font-family: 'EB Garamond', serif;
  font-size:1.2rem;
  color:#FFF;
  text-shadow: 2px 2px 4px #000000;
  line-height: 1.2em;
  text-align : center;
  z-index:1;
	}

 .slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 100%;
    animation: sliderAnime 12s ease-in-out infinite;
}

@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
/*-------------------------------フッター*/
footer{
	margin:-55px 0 0 0;
	}
  
  footer .inner {
    display: block;
	width:280px;
  }

footer .footer-blk {
    display: inline-block;
    margin: 0;
	padding:7px 0 0 0;
	vertical-align: top;
  }

footer .footer-blk h1 {
    font-size:1.2rem;
    text-align: left;
	margin-top:-40px;
	margin-left:70px;
	margin-bottom:3px;
  }
  
footer .footer-blk h2 {
    font-size:1rem;
	margin-left:70px;
  }
  
footer .footer-blk h3 {
    font-size:1rem;
    margin-left:70px;
    margin-bottom:20px;
  }
  
footer .footer-blk p{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:70px;
	color:#fff;
}

footer .footer-blk a{
    font-size:1.25rem;
  }

  footer .logo img{
	max-width:40px;
	max-height:100%;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:-20px;
	}
	
/*-------------------------------ホーム*/
#top #about{
	text-align:center;
    margin:0 auto;
	background:#fff;
	}
	
#top #about .item-blk{
	display:flex;
	box-sizing:border-box;
	justify-content:space-btween;
	margin:0 auto;
	padding:10px;
	}

#top #about h2{
  font-size:2rem;
  line-height: 1.5;
  letter-spacing: .1em;
  }

#top #about h3{
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .1em;
  margin:0 0 8px 0;
}

#top #about h4 {
  font-size: 1rem;
  margin-top:10px;
  text-align:center;
  line-height: 2;
  letter-spacing: .1em;
}

#top #about .item p {
  font-size: 1rem;
  margin:0 0 40px 0;
  text-align:center;
  line-height: 2;
  letter-spacing: .1em;
}
  
  
}