@charset "utf-8";
.header {
  height: 60px;
  width: 100%;
  box-shadow: 0 0 10px #dddddd;
  background-color: white;
  position: fixed;
  top: 0;
}
.header-left {
  float: left;
}
.header-right {
  float: right;
}
.clear {
  clear: both;
}
.header-logo {
  height: 40px;
  margin-top: 8px;
}
.header-right a {
   line-height: 56px;
   color: #5a5c5f;
   margin-left: 5px;
   font-size: 16px;
   padding: 16px 5px;
}
.header-right a:hover {
   background-color: #e2f1ff;
   transition: background-color 0.5s;
}
.container {
   max-width: 1280px;
   padding: 0 30px;
   margin-left: auto
   margin-right: auto;
}
.main-visual {
    padding-top: 250px;
    padding-bottom: 400px;
    background-image: url("./images/main2.jpg");
    background-size: cover;
    color: #f5f5f5;
    text-align: center;
}
.top-newyear{
    float: center;
    font-size-adjust: auto;
}
.top-title {
    float: left;
    font-size:64px;
    margin-bottom: 10px;
}
.top-subtitle {
    float: right;
    font-size: 24px;
    margin-right: 200px;
    margin-bottom: 60px;
}
.top-text {
    float: right;
    opacity: 0.9;
}
.main {
    padding: 30px 0;
    color: #5a5c5f;
    text-align: center;
}
.main h2 {
    margin-bottom: 5px;
}
.main-image {
    width: 450px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px #b7b7b7;
    border-radius: 5px;
}
.main h3 {
    margin-bottom: 10px;
}
.footer {
    height: 80px;
    background-color: #2f3a44;
    color: #e8e8e8;
    padding-top: 10px;
}
.footer-left {
    float: left;
}
.footer-right {
    float:right;
    padding-top: 42px;
}
.footer-left p {
    margin-bottom: 8px;
}
