@charset"utf-8"
*{
   margin: 0;
   padding: 0;
}
.container {
  max-width: 980px;
  padding: 8px 45px; 
  margin-left: auto;
  margin-right: auto;
}
.header{
  height: 110px;
  width: 100%;
  box-shadow: 0 0 10px #dddddd;
  background-color: snow;
  position: fixed;
  top: 0;
}
.header-left {
  float: left;
}
.header-right {
  float: right;
}
.clear{
  clear: both;
}
.header-logo{
  width: 300px;
  margin-top: 2px;
}
.header-right a {
  line-height: 110px;
  color: #5a5c5f;
  margin-left: 60px    
}
.header-right a:hover{
  background-color: #e2f1ff;    
}
.main-visual {
 padding-top: 250px;
 padding-bottom: 100px;    
 background-image: url("images/IMG_7423.jpg");  
 background-size: cover;   
 text-align: center;
}
.top-title {　
  font-size: 120px;
  font-family: 1.ttf;
  margin-bottom: 150px;
    color: whitesmoke;
}
.top-subtitle {
  font-size: 24px;
  font-family: sans-serif;    
  margin-bottom: 150px; 
  color: whitesmoke;
}
.top-text {
  font-size: 24px;
  font-family:  1.ttf;
  color: whitesmoke;    
}
.footer{
    height: 120px;
    background-color: #2f3a44;
    color: #e8e8e8;
    padding-top: 20px;
}
.footer-left{
    float: left;
    font-size: 14px;
}
.footer-right{
    float: right;
    padding-top: 50px;
    margin-bottom: 8px;
}   
.footer-left p {
    margin-bottom: 8px;
}

