<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.icatchWrap.typeA .thumb .img1 {
  background-image: url(../../img/news/img_news_pc_01.jpg);
}

/* カテゴリ一覧 */

.categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.categoryListItem a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.categoryListItem.isCurrent a {
  background-color: #c4c4c4;
  color: #000000;
}

/* アーカイブ一覧 */

.subMenuArea {
  margin-top: 30px;
}

.archiveButton {
  cursor: pointer;
  position: relative;
  height: 50px;
}

.archiveList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 50;
  overflow: hidden;
  transition: height 0.3s ease;
  opacity: 0;
  cursor: pointer;
}

.archiveListSelect{
  cursor: pointer;
  font-size:16px;
}

/*
.archiveList.isOpen {
  height: auto;
} */

.archiveList li,
.archiveListItem {
  border-bottom: 1px solid #000000;
}

.archiveList li a,
.archiveListItem a,
.archiveList select {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}

.archiveButton.w_btn01::after {
  transform: rotate(45deg);
  top: -5px;
}

.allButton a {
  height: 50px;
}

/* 投稿一覧 */

.newsListWrap {
  padding: 100px 0;
  background-color: #FAF9EC;
  margin-top: 40px;
}

.newsListItem {
  padding: 30px;
  letter-spacing: 0;
  background-color: #fff;
  color: #000000;
  position: relative;
}

.newsListItem .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

.newsListItem .thumbnail {
  position: relative;
}

.newsListItem .thumbnailPhoto {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.newsListItem .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.newsListItem .category {
  padding: 5px 30px;
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  width: 120px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: 0;
  right: 0;
  z-index: 20; */
}

.newsListItem .contents {
  padding-left: 30px;
}

.newsListItem .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.666;
  margin-top: 10px;
}

.newsListItem.textLink .title span {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}


.moreButton {
  margin-top: 80px;
}

.moreButton.type3 {
  margin-top: 60px;
}

.comingSoon{
    text-align: center;
    padding: 120px 0 0 0;
}

@media all and (min-width: 681px) {
  .categoryList {
    margin-top: 30px;
  }
  .categoryListItem {
    border-left: 1px solid #000000;
    width: 200px;
    min-height: 28px;
  }
  .categoryListItem:nth-child(5n) {
    border-right: 1px solid #000000;
  }
  .categoryListItem a {
    transition: 0.3s ease;
  }
  .categoryListItem a:hover {
    background-color: #000000;
    color: #fff;
  }

  .subMenuArea {
    display: flex;
    justify-content: center;
  }

  .allButton {
    margin-left: 45px;
  }

  .archiveList li a,
  .archiveListItem a {
    transition: 0.3s ease;
  }

  .archiveList li a:hover,
  .archiveListItem a:hover {
    color: #fff;
    background-color: #000000;
  }

  .newsList {
    display: flex;
    flex-wrap: wrap;
  }
  .newsListItem .photo {
    transition: 0.3s ease;
  }
  .newsListItem .thumbnailPhoto:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
    z-index: 15;
  }
  .newsListItem:hover .thumbnailPhoto:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
  }
  .newsListItem:hover .photo {
    transform: scale(1.1, 1.1);
  }
  .newsListItem:hover .readButton {
    color: #fff;
    background-color: #000000;
  }
  .newsListItem:hover .readButton:after {
    border-color: #fff;
  }
  .newsListItem.textLink .title {
    transition: 0.3s ease;
  }
  .newsListItem.textLink .title span {
    transition: border 0.3s ease;
  }
  .newsListItem.textLink:hover .title {
    color:#aaa;
  }
  .newsListItem.textLink:hover .title span{
    border-color:#fff;
  }

  .readButton {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    width: 200px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* 投稿一覧ーtypeA */
  .newsList.typeA {
    margin-left: -40px;
  }
  .newsList.typeA .newsListItem {
    /* width: 370px; */
    width: 100%;
    margin-top: 40px;
    margin-left: 40px;
    position: relative;
  }
  .newsList.typeA .newsListItem:first-child
  /* .newsList.typeA .newsListItem:nth-child(2),
  .newsList.typeA .newsListItem:nth-child(3) */ {
    margin-top: 0;
  }
  .newsList.typeA .newsListItem {
    display: flex;
  }
  .newsList.typeA .newsListItem .thumbnail {
    width: 300px;
  }
  .newsList.typeA .newsListItem .category {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    width: 120px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newsList.typeA .newsListItem .contents {
    padding-bottom: 20px;
    width: 820px;
  }
  /* 投稿一覧ーtypeA　ここまで */

  .moreButton.type2 .w_btn01 {
    font-size: 15px;
    width: 300px;
    height: 53px;
  }
  /* 投稿一覧ーtypeB　ここまで */
}

@media all and (max-width: 680px) {
  .icatchWrap .thumb .img1{
    background-image: none !important;
  }
  .spCategoryTitle {
    margin-top: 0;
  }
  .archiveButton,
  .categoryArea {
    margin-left: 15px;
    margin-right: 15px;
  }
  .spCategoryTitle,
  .archiveButton {
    font-size: 15px;
    font-weight: 500;
    width: auto;
    height: 40px;
    display: block;
    text-align: center;
    padding: 8px 0;
    height: auto;
  }
  .categoryList {
    border-top: 0;
    border-bottom: 0;
    justify-content: flex-start;
  }
  .categoryListItem {
    width: 50%;
    height: 40px;
  }
  .categoryListItem {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .categoryListItem:nth-child(2n) {
    border-left: 0;
  }
  .categoryListItem a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .subMenuArea {
    margin-top: 10px;
  }
  .archiveButton {
    border: 0;
  }
  .newsList {
    margin-left: 20px;
    margin-right: 20px;
  }
  .newsListWrap {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 15px;
  }
  .newsListItem {
    padding: 0;
  }
  .newsListItem .category {
    padding: 0 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 30px;
  }
  .newsListItem .contents {
    padding: 5px 15px 45px 15px;
  }
  .newsListItem .address {
    font-size: 16px;
  }
  .newsListItem .title {
    font-size: 15px;
    line-height: 1.733;
  }
  .moreButton {
    margin-top: 40px;
  }
  .comingSoon{
    padding:40px 0 0 0;
  }
  /* 投稿一覧ーtypeA */
  .newsList.typeA .newsListItem {
    margin-top: 30px;
  }
  .newsList.typeA .newsListItem:first-child {
    margin-top: 0;
  }
  .newsList.typeA .newsListItem .thumbnail {
    width: 50%;
    height: 126px;
  }
  .newsList.typeA .newsListItem .contents {
  }
  .newsList.typeA .newsListItem .thumbnailPhoto {
    height: 97px;
    margin-top: 29px;
  }
  .newsList.typeA .newsListItem .readButton {
    font-size: 12px;
    font-weight: 500;
    width: 146px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .newsList.typeA .newsListItem .contents {
    position: relative;
  }
  .newsList.typeA .newsListItem .date {
    font-size: 14px;
    line-height: 1;
    /* position: absolute; */
    /* top: -22px; */
    /* left: 150px; */
    padding-top: 10px;
  }
  .newsList.typeA .newsListItem .title {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
  /* /投稿一覧ーtypeA　ここまで */
}

@media all and (max-width: 370px) {
}

/* 詳細ページ（AとB共通のデザイン）
***************************************************************/

.postSingle {
  padding-bottom: 100px;
}

.postHeader .date {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.postTitle {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.84;
  margin-top: 5px;
}

.postHeader .date:before {
  content: "";
  background-color: #000;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.postEditor {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}

.singlePager {
  margin-top: 20px;
}

.singlePager:after {
  content: "";
  display: table;
  clear: both;
}

.singlePager .prev {
  float: left;
}

.singlePager .prev a {
  line-height: 1;
  padding-left: 30px;
  position: relative;
}

.singlePager .prev a:before,
.singlePager .next a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.singlePager .prev a:before {
  left: 0;
  transform: rotate(-135deg);
}
.singlePager .next a:before {
  right: 0;
  transform: rotate(45deg);
}

.singlePager .next {
  float: right;
}

.singlePager .next a {
  line-height: 1;
  padding-right: 30px;
  position: relative;
}

.sidebarTitle {
  background-color: #c4c4c4;
  color: #000000;
  font-size: 16px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 681px) {
  a.sidebarTitle {
    transition: 0.3s ease;
  }
  a.sidebarTitle:hover {
    background-color: #000000;
    color: #fff;
  }
  .postWrapper {
    display: flex;
    justify-content: space-between;
  }
  .singleArchiveList {
    display: block !important;
  }
  .sidebarContents {
    margin-top: 30px;
  }
  .sidebarContents:first-child {
    margin-top: 0;
  }
  .postContents {
    width: 650px;
  }
  .postSidebar {
    width: 250px;
  }
  .sidebarList {
    margin-top: 20px;
  }

  .singleArchiveList li,
  .sidebarListItem {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }

  .singleArchiveList li:first-child,
  .sidebarListItem:first-child {
    margin-top: 0;
  }

  .singleArchiveList li a,
  .sidebarListItem a {
    padding-left: 15px;
    position: relative;
    transition: 0.3s;
  }

  .singleArchiveList li a:before,
  .sidebarListItem a:before {
    content: "";
    background-image: url(../../img/common/ico_arrow02.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.3s ease;
  }
  .singleArchiveList li a:hover,
  .sidebarListItem a:hover {
    color: #000000;
  }

  .singleArchiveList li a:hover:before,
  .sidebarListItem a:hover:before {
    left: 3px;
  }
  .singlePager .prev a:before,
  .singlePager .next a:before {
    transition: 0.3s ease;
  }
  .singlePager .prev a:hover:before {
    left: -3px;
  }
  .singlePager .next a:hover:before {
    right: -3px;
  }
}

@media all and (max-width: 680px) {
  .postSingle {
    padding-bottom: 50px;
  }
  .postWrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  .postHeader .date {
    font-size: 16px;
  }
  .postTitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
  }
  .singlePager {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }
  .singlePager .prev a {
    padding-left: 15px;
  }
  .singlePager .next a {
    padding-right: 15px;
  }
  .postSidebar {
    margin-top: 30px;
  }
  .sidebarContents {
    margin-top: 10px;
  }
  .sidebarContents:first-child {
    margin-top: 0;
  }
  .sidebarTitle {
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 8px 0;
    height: auto;
  }

  .singleCategoryList {
    border-top: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .singleCategoryList .sidebarListItem {
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    width: 50%;
    height: 40px;
  }

  .singleCategoryList .sidebarListItem:nth-child(2n) {
    border-left: 0;
  }

  .singleCategoryList .sidebarListItem a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .singleCategoryList .sidebarListItem.isCurrent a {
    background-color: #c4c4c4;
    color: #000000;
  }
  .singleArchiveButton {
    position: relative;
  }
  .singleArchiveButton:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: border 0.3s ease;
  }
  .singleArchiveButton.isOpen:after {
    transform: rotate(-135deg);
    top: 6px;
  }
  .singleArchiveList {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .singleArchiveList.isOpen {
    height: auto;
  }
  .singleArchiveList li,
  .singleArchiveList .sidebarListItem {
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .singleArchiveList li a,
  .singleArchiveList .sidebarListItem a {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    position: relative;
  }
}

@media all and (max-width: 370px) {
}
</pre></body></html>