/* common */
* {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: Hiragino Sans;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.data__list {
  list-style: none;
}

.sub__title {
  display: flex;
  border-bottom: 1px solid #91C777;
  align-items: center;
}

.sub__title__first {
  margin-left: 5px;
  font-size: 1.75rem;
  font-family: Arial;
}

.sub__title__second {
  font-size: 1.75rem;
}

.date__item__first {
  margin-top: 20px;
  margin-left: 1px;
}

.date__item__second {
  margin-top: 26px;
  margin-left: 1px;
}

.date__item__img {
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
}

.date__item__third {
  margin-top: -10px;
}

/* main */
body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: top;
  overflow: scroll;
}

.header {
  max-width: 1240px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  display: block;
  width: 400px;
  margin: 0 auto;
}

.header__nav {
  display: flex;
  max-width: 1240px;
  width: 100%;
  height: 49px;
  margin: 16px auto 0;
  column-gap: 40px;
  border-top: 2px solid #7C5D48;
  border-bottom: 2px solid #7C5D48;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.header__nav__list a {
  color: #7C5D48;
}

.main {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: 44px auto;
  column-gap: 36px;
}

.main__container {
  width: 74.19%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.main__content {
  display: flex;
  flex-direction: column;
  margin: 0 72px 82px;
  row-gap: 50px;
}

.main__visual {
  margin-top: 62px;
}

.main__title {
  font-size: 2.5rem;
  font-weight: 500;
}

.main__title__date {
  display: flex;
  width: 218px;
  height: 42px;
  margin-top: 8px;
  color: #fff;
  border-radius: 0 22px 22px 22px;
  background-color: #91C777;
  align-items: center;
  justify-content: center;
}

.main__title__img {
  width: 100%;
  margin-top: 26px;
  margin-bottom: -24px;
}

.side__content {
  width: 22.9%;
}

.category {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.category__title {
  padding-top: 24px;
  padding-left: 28px;
  font-size: 1.375rem;
  font-family: Arial;
  font-weight: bold;
  color: #7C5D48;
}

.category__list {
  margin: 24px 0 0 33px;
  padding-bottom: 40px;
  list-style: none;
}

.category__item {
  margin-top: 16px;
}
.category__item a {
  margin-left: 13px;
  font-size: 0.875rem;
}

.recentarticles {
  height: 300px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 16px;
  overflow: scroll;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.recentarticles__title {
  width: 284px;
  padding: 24px 0 0 28px;
  font-size: 1.375rem;
  font-family: Arial;
  font-weight: bold;
  color: #7C5D48;
}

.recentarticles__list {
  margin: 24px 32px 0 28px;
  padding-bottom: 40px;
  list-style: none;
}

.recentarticles__item {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 1px solid #7C5D48;
}
.recentarticles__item a {
  margin-left: 13px;
  font-size: 0.875rem;
}

.online__shop {
  margin-top: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.online__shop__img {
  display: flex;
  width: 100%;
  align-items: baseline;
}

footer {
  height: 60px;
  background-color: #523F2E;
  text-align: center;
}
footer p {
  color: #fff;
  line-height: 60px;
}

/*# sourceMappingURL=stlye.css.map */
