@charset "UTF-8";
/* 共通部品 */
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #382710;
  background-color: #fcfaf2;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.u-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .u-wrapper {
    padding: 0 15px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 120px;
    margin: 11px 30px;
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    margin: 0 auto;
    width: 100%;
    background-color: #f4eed8;
  }
}

.header__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__list {
    justify-content: center;
    padding: 8px 20px;
  }
}

.header__menuLink {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header__menuLink {
    font-size: 14px;
  }
}

.firstView {
  position: relative;
}

.firstView__img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .firstView__img {
    height: 240px;
  }
}

.firstView__title {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  padding: 5px 50px;
  text-align: center;
  background: rgba(255, 253, 247, 0.9);
}
@media screen and (max-width: 768px) {
  .firstView__title {
    font-size: 22px;
    padding: 3px 10px;
    width: 302px;
  }
}

.firstView__title--bold {
  display: block;
  font-weight: 500;
}

/* 最新のお知らせ */
.container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .container {
    display: block;
  }
}

.main {
  padding-top: 65px;
  width: 69%;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}

.sidebarLeft {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .sidebarLeft {
    gap: 40px;
  }
}

.news {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .news {
    gap: 30px;
  }
}

.news-top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.u-sectionHeading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .u-sectionHeading {
    gap: 5px;
  }
}

.u-sectionTitle {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .u-sectionTitle {
    font-size: 25px;
  }
}

.news__contents {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}

.news__pickup {
  max-width: 640px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news__pickup {
    width: 100%;
    height: auto;
  }
}

.news__img {
  width: 100%;
}

.news__text {
  padding-bottom: 40px;
}

.news__detail {
  display: flex;
  flex-direction: column;
}

.news__detailDate {
  padding-bottom: 5px;
  font-size: 0.88rem;
}

.news__detailTitle {
  padding-bottom: 5px;
  font-size: 0.93rem;
  font-weight: bold;
}

.news__detailText {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.news__bottom {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .news__bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.news__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.news__img {
  width: 100%;
}

.news__detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.special {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .special {
    gap: 30px;
  }
}

.special__top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .special__top {
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .special__contents {
    max-width: 640px;
  }
}
.special__text {
  padding-bottom: 40px;
}

.special__detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.special__detailDate {
  padding-bottom: 5px;
  font-size: 0.88rem;
}

.special__detailTitle {
  padding-bottom: 5px;
  font-size: 0.93rem;
  font-weight: bold;
}

.special__detailText {
  max-width: 642px;
  width: 100%;
  font-size: 0.9rem;
}

.special__bottom {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 480px) {
  .special__bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.special__item {
  display: flex;
  flex-direction: column;
}

.special__img {
  width: 100%;
  padding-bottom: 10px;
}

.special__link {
  padding: 40px 0 60px 0;
  max-width: 725px;
  text-align: right;
}

.special__linkText {
  font-size: 0.9rem;
}

/* サイドバー */
.sidebar {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  width: 28%;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}

.category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.category__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.u-sectionHeading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.category__text {
  font-size: 0.9rem;
}

.category__linkText {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.category__list {
  display: grid;
  grid-template: 1fr 1fr 1fr/1fr 1fr;
  gap: 4px;
}

.category__btn {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.category__btnLink {
  display: block;
  padding: 11px 6px;
}

.category__btnImg {
  width: 100%;
}

.category__btnText {
  font-size: 0.85rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.category__search {
  margin: 20px 0;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 43px;
}

.category__searchInput {
  width: calc(100% - 53px);
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
}

.category__searchBtn {
  background: #fff2bf;
  width: 53px;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
}

.category__img {
  width: 100%;
}

.popularity {
  margin-top: 30px;
}

.popularity__link {
  display: flex;
  padding: 14px 0;
  gap: 20px;
}

.popularity__linkText {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.popularity__item {
  border-top: 1px solid #ccc;
}

.popularity__item:last-child {
  border-bottom: 1px solid #ccc;
}

.popularity__itemDate, .popularity__itemText {
  font-size: 0.9rem;
}

.post {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.post__linkText {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.twitter-timeline {
  padding-top: 10px;
}

/* フッター */
.footer {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 30px 14px;
  }
}

.footer__contents {
  display: flex;
  justify-content: center;
  gap: 120px;
  padding-top: 45px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    flex-direction: column-reverse;
    gap: 40px;
    padding-top: 0;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    flex-direction: column;
    gap: 40px;
  }
}

.footer__title {
  display: inline;
  padding-bottom: 4px;
  border-bottom: 0.5px solid #b2572f;
  margin-bottom: 10px;
}

.footer__list {
  margin-top: 15px;
  line-height: 30px;
}

.footer__catch {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.88rem;
}/*# sourceMappingURL=style 3.css.map */