*{
  margin: 0;
  padding: 0;
  color: #ffff;
}

.top-img{
  background-image: url(..//img/grand1.jpg);
  background-size: cover; /* 画像をレスポンシブ対応 */
}

.top-text{
  text-align: center;
  padding: 250px 0px;
  
}

.top-img h1{
  font-size: 60px;
  font-family: "Fredericka the Great", serif;
  background-attachment: fixed;
   color: red;
  
}


@media screen and (min-width: 768px){
  .top-img h1{
    font-size: 125px;
    font-family: "Fredericka the Great", serif;
    background-attachment: fixed;
    color: red;
    
  }
}
  


nav h3{
  font-family: "Chokokutai", system-ui;
  color: black;
}

nav i{
  color: #8888;
}

.feature-area{
 background-image: url(../img/thumbnail_image0.jpg);
 background-attachment: fixed;
 background-size: cover;
 padding: 125px 0px;
 text-align: center;
}

@media screen and (min-width: 768px){
  .feature-area{
    background-image: url(../img/thumbnail_image0.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 250px 0px;
    text-align: center;
    
  }
}



.feature-area h2{
  font-size: 80px;
  font-family: 'Dancing Script', cursive;
  margin-bottom: 40px;
}

.feature-area p{
  font-size: 0.8rem;
}



@media screen and (min-width: 768px){
  .feature-area p{
    font-size: 1rem;
  }
    
  
}



.service-list{
  background-color: black;
  text-align: center;
  padding: 50px;
}

.service-list h2{
  font-size: 80px;
  font-family: 'Dancing Script', cursive;
}

.service-description{
  padding: 30px 10px;
}

.info{
  border: solid white;
  margin: 20px;
  padding: 20px;
}

.info p{
  padding-top: 10px;
}

footer{
  background-color: #333;
  padding: 30px;
}

footer ul li{
  list-style: none;
}

footer ul li a{
  color: #aaa;
  font-size: 13px;
  text-decoration: none;
}

footer ul li a:hover{
  color: white;
}

footer p{
  text-align: right;
}