#header {
  margin-top: 60px;
  position: relative;
}
#header .c-btn-online-store {
  position: absolute;
  top: 0;
  right: 0;
}
#header .c-btn-online-store img {
  width: 80px;
}
#header h1 {
  width: 360px;
}
#header h1 img {
  width: 100%;
}

.l-area-main {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}
.l-area-main > .-news {
  width: 45%;
  padding-right: 30px;
  border-right: 2px solid #333;
}
.l-area-main > .-calendar {
  width: 55%;
  padding-left: 30px;
}

.c-title-area {
  font-size: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.p-list-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-list-news li {
  display: flex;
  flex-direction: column;
}

.c-link-more {
  margin-top: 50px;
  text-align: right;
}
.c-link-more a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.l-area-banner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.l-area-banner img {
  width: 100%;
}

.p-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 0 100px 60px;
}
.p-footer > .-left {
  font-size: 14px;
  line-height: 1.8;
}
.p-footer > .-left > .-name {
  margin-bottom: 30px;
}
.p-footer > .-right {
  display: flex;
  align-items: flex-end;
}
.p-footer > .-right .-copyright {
  text-align: right;
}/*# sourceMappingURL=style.css.map */
