@charset "utf-8";
/* CSS Document */

	
body {
background-color: #5a5a5a;
color: #FFF;
font-family: 'Hina Mincho', serif;
}

h4 {
    color: #FFF;
}
    
@media (max-width:1023px) {
	header {
        background-color: #FFF;
}
    }
    
	.slider {
  width: 100%;
      margin-top: 55px;
  
}
@media (max-width:729px) {
.slider {
margin-top: 0;

}
}
section {
margin: 100px auto;
max-width: 960px;

}

img {width: 100%}



	
	
    	   .pc-image {
	   display: block;
	   }
	   .sp-image {
	   display: none;
	   }
    
    
    
	   @media (max-width: 767.98px) {
	   .pc-image {
	   display: none;
	   }
	   .sp-image {
	   display: block;
	   }
	   
	   }
	

/*--- イントロ・タイトル---*/


h1 {
    text-align: center;
    width: 80%;
    margin: 80px auto 40px;
    max-width: 1000px;
    min-width: 320px    width: 80%;
    font-size: 1.3em;
    line-height: 2.4;
    margin: 20
px
 auto;
    max-width: 800
px
;;
}
h2 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
}    
    
p.caption {
    width: 60%;
    font-size: 1.4em;
    line-height: 2.4;
    margin: 40px auto;
}

/*--- セクション---*/

section {
position: relative;
padding: 0 40px;
}


.main img {
width: 580px;
}
@media (max-width: 767.98px) {
    
  section {
padding: 0 10px;
}
  
    
    
    .main img {
width: 100%;
}
    }
    
    
 p.caption {
    width: 80%;
    font-size: 1.3em;
    line-height: 2.4;
	max-width: 800px;
    margin: 20px auto;
}   
    
    
    
/*--- テキスト---*/

.text {
position: absolute;
top: 50px;
right: 40px;
width: 320px;
}

.text h3 {
    font-size: 3.8rem;
    line-height: 0.5;
    margin-bottom: 1em;
}

span.kana {
    font-size: 1.2rem;
}


.text p {
text-align: justify;
    font-size: 1.5rem;
    line-height: 3;
}

span.item {
    border: solid 1px;
    padding: 0 4px;
}

    
.sub {
    width: 960px;
	padding: 40px;
}


.sub img {
float: left;
width: 420px;
margin: 10px;
}

    .list {
    display: inline-block;
    margin-left: 50px;
}

.list li {
    font-size: 1.1rem;
    color: #FFF;
}

   @media (max-width: 767.98px) { 
    
    .sub {
    width: 100%;
	padding: 0;
}


.sub img {
    float: none;
    width: 70%;
    margin: 0 15% 20px;
}
.list {
    display: inline-block;
    margin-left: auto;
    width: 90%;
    margin: 0 5%;
    font-size: 10px;
}       
     .list li {
    font-size: 1rem;
    color: #FFF;
}  
    }
    
	

	
	
    
    @media (max-width: 767.98px) {
    
    
 .text {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    width: 90%;
    margin: 20px 5%;
}   
    
        .text p {
    font-size: 1.3rem;
    line-height: 2;
}
    
  h4 {
    color: #FFF;
    margin: 1em 0;
}  
        
   .text h3 {
    font-size: 2.8rem;
    line-height: 0.75;
    margin-bottom: 0.7em;
}     
        
    }
    
    
    
    
    
    

 
element.style {
}
.information {
    display: inline-block;
    background-color: #8e8e8e;
    width: 80%;
    margin: 0 10%;
    padding: 0 40px 20px;
}
    
    .information p {
    
    font-size: 1.4rem;
    text-align: center;
    margin: 1.5em;
}
    
    
    
    
    
    
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
    text-align: center;
    width: 60%;
    margin: 0 20% ;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
	
	
	
	
	
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}		

		
		.animation2{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active2{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}		
	
	
	
/* --------------------------------
 * 固定メニュ
 * -------------------------------- */
.header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
	padding: 15px 3%;
	background-color: rgba(255,255,255,.85);
}
.header a {
	padding: 0px 5px;
	letter-spacing: 1px;
	display: block;
	float: left;
	font-size: 15px;
}
.header .right {
	float: right;
}
.header i {
	font-size: 19px;
	padding-right: 5px;
}
.header .right img {
	width: 26px;
	padding-top: 1.5px;
	padding-right: 5px;
}

@media (max-width:768px) {
.header {
	bottom: 0;
	top: inherit;
	border-bottom: 3px solid #2B2B2B;
	border-top: 3px solid #2B2B2B;
	margin: 0 auto;
	padding: 15px 2%;
}
.header a {
	font-size: 10px;
}
}
	
	
footer {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 40px auto;
}	
	
	
	
	@media (max-width: 767.98px) {
	
		
footer {
    margin: 10px auto;
	padding-bottom: 80px;
}	
	