@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.flex.topnews.visible, .flex.newpost.visible, .flex.popularpost.visible {
  display: flex;
}

.flex.topnews, .flex.newpost, .flex.popularpost {
  display: none;
}

.attentionopen-post .post {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .attentionopen-post .post {
    width: 100%;
  }
}
.attentionopen-post .post:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .attentionopen-post .post:nth-child(2n) {
    border-left: none;
    padding-left: 0px;
  }
}
.attentionopen-post .post .post-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.attentionopen-post .post .post-inner .post-thumbnail {
  width: 25%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.attentionopen-post .post .post-inner .post-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.attentionopen-post .post .post-inner .post-sub-right {
  width: calc(75% - 25px);
  margin-left: 25px;
}
@media (max-width: 768px) {
  .attentionopen-post .post .post-inner .post-sub-right {
    margin-left: 10px;
  }
}
.attentionopen-post .post .post-inner .post-sub-right h2 a {
  font-weight: bold;
  margin-bottom: 5px;
}
.attentionopen-post .post .post-inner .post-sub-right .post-meta {
  font-size: 10px;
  line-height: 0.8rem;
}
@media (max-width: 768px) {
  .attentionopen-post .post .post-inner .post-sub-right .post-meta {
    line-height: 1rem;
  }
}
.attentionopen-post .post .post-inner .post-sub-right .post-meta .post-date {
  color: #999999;
  margin-right: 10px;
}
.attentionopen-post .post .post-inner .post-sub-right .post-meta .post-categories {
  display: block;
  line-height: 1rem;
}
.attentionopen-post .post .post-inner .post-sub-right .post-meta .post-categories span {
  color: #137e45;
  font-size: 9px;
}

#searchsubmit {
  background-color: transparent;
  border: none;
  color: #305141; /* アイコンの色を指定します。 */
}

.content-top {
  background-color: #f3faf6;
}
@media (max-width: 1000px) {
  .content-top {
    background-color: transparent;
  }
}

.post-row {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
.post-row .topnews-first {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .post-row .topnews-first {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.post-row .topnews-first h2 a {
  font-size: 24px;
  margin: 10px 0 10px 0;
  line-height: 2rem;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .post-row .topnews-first h2 a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-first h2 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5rem;
  }
}
.post-row .topnews-first .post-meta {
  line-height: 1.2rem;
}
@media (max-width: 768px) {
  .post-row .topnews-first .post-meta {
    font-size: 10px;
  }
}
.post-row .topnews-first .post-meta .post-date {
  color: #999999;
  margin-right: 30px;
}
.post-row .topnews-first .post-meta .post-categories {
  color: #137e45;
  font-size: 12px;
  display: block;
}
@media (max-width: 768px) {
  .post-row .topnews-first .post-meta .post-categories {
    font-size: 9px;
  }
}
.post-row .topnews-first .post-meta .post-categories span {
  margin-right: 10px;
}
.post-row .topnews-first .post-meta .post-categories span:last-child {
  margin-right: 0;
}
.post-row .topnews-first .post-meta .post-excerpt {
  font-size: 13px;
  color: #999999;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .post-row .topnews-first .post-meta .post-excerpt {
    display: none;
  }
}
.post-row .topnews-first .post-thumbnail img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .topnews-second {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .post-row .topnews-second {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
    border-left: none;
    display: flex;
    flex-wrap: wrap;
  }
}
.post-row .topnews-second .post-small {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  /* &:last-child{
      padding-bottom:0px;
  } */
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small {
    padding: 10px 0;
  }
}
.post-row .topnews-second .post-small:first-child {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:first-child {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:first-child .post {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:first-child .post .post-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:first-child .post .post-thumbnail img {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:first-child .post .post-right-text {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:nth-child(2) {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 15px 10px;
    display: block;
    border-left: 1px solid #e6e6e6;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:nth-child(2) .post {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:nth-child(2) .post .post-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:nth-child(2) .post .post-thumbnail img {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small:nth-child(2) .post-right-text {
    width: 100%;
    margin-left: 0px;
  }
}
.post-row .topnews-second .post-small .post {
  display: flex;
  align-items: center;
}
.post-row .topnews-second .post-small .post-thumbnail {
  width: 25%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .topnews-second .post-small .post-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-row .topnews-second .post-small .post-right-text {
  width: calc(75% - 25px);
  margin-left: 25px;
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small .post-right-text {
    margin-left: 10px;
  }
}
.post-row .topnews-second .post-small .post-right-text h2 a {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .post-row .topnews-second .post-small .post-right-text h2 a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .post-row .topnews-second .post-small .post-right-text h2 a {
    font-size: 14px;
    line-height: 1.2rem;
    margin-bottom: 10px;
  }
}
.post-row .topnews-second .post-small .post-right-text .post-meta {
  font-size: 10px;
  line-height: 1rem;
}
.post-row .topnews-second .post-small .post-right-text .post-meta .post-date {
  color: #999999;
  margin-right: 10px;
}
.post-row .topnews-second .post-small .post-right-text .post-meta .post-categories {
  display: block;
}
.post-row .topnews-second .post-small .post-right-text .post-meta .post-categories span {
  color: #137e45;
  margin-right: 6px;
}
.post-row .topnews-second .post-small .post-right-text .post-meta .post-categories span:last-child {
  margin-right: 0;
}
.post-row .post-thumbnail img {
  border-radius: 5px;
}

.content-inner-top {
  max-width: 1100px;
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
}
@media (max-width: 1100px) {
  .content-inner-top {
    width: 95%;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .content-inner-top {
    padding: 10px 0 0px 0;
    width: 100%;
    max-width: 100%;
  }
}
.content-inner-top .content-top-left {
  width: calc(75% - 60px);
  margin-right: 60px;
}
@media (max-width: 1100px) {
  .content-inner-top .content-top-left {
    width: calc(75% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .content-inner-top .content-top-left {
    width: 100%;
    margin-right: 0;
  }
}
.content-inner-top .tm-sidebar {
  width: 25%;
}
@media (max-width: 768px) {
  .content-inner-top .tm-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-inner-top .post-row {
    padding: 0;
    width: 95%;
    margin: 10px auto 30px auto;
  }
}

.button-group-wrap {
  border-bottom: 3px solid #305141;
}

@media (max-width: 768px) {
  .button-group {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
}
.button-group .active {
  background-color: #305141;
  color: #fff;
}
.button-group button {
  width: 190px;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid #305141;
  background-color: #fff;
  color: #305141;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .button-group button {
    width: calc(33.33% - 3px);
    margin-right: 4.5px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .button-group button:last-child {
    margin-right: 0;
  }
}

#more_posts {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #008b56;
  color: #008b56;
  text-align: center;
  margin-top: 30px;
}
#more_posts span {
  display: inline-block;
}
#more_posts span img {
  height: 15px;
  width: 15px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.topnew-all-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topnew-all-posts .type-post {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .topnew-all-posts .type-post {
    width: 100%;
    padding-right: 0px;
  }
}
.topnew-all-posts .type-post:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .topnew-all-posts .type-post:nth-child(2n) {
    padding-left: 0;
    border-left: none;
  }
}
.topnew-all-posts .type-post .post-inner {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .topnew-all-posts .type-post .post-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.topnew-all-posts .post-thumbnail {
  width: 25%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.topnew-all-posts .post-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.topnew-all-posts .post-sub-right {
  width: calc(75% - 25px);
  margin-left: 25px;
}
.topnew-all-posts .post-sub-right h2 a {
  font-weight: bold;
  margin-bottom: 5px;
}
.topnew-all-posts .post-sub-right .post-meta {
  font-size: 10px;
  line-height: 0.8rem;
}
.topnew-all-posts .post-sub-right .post-meta .post-date {
  color: #999999;
  margin-right: 10px;
}
.topnew-all-posts .post-sub-right .post-meta .post-categories {
  line-height: 1;
}
.topnew-all-posts .post-sub-right .post-meta .post-categories span {
  color: #137e45;
  font-size: 10px;
  margin-right: 6px;
}

.mystery-wrap, .tourism-wrap {
  margin-top: 20px;
}

.category-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .category-wrap {
    margin-top: 40px;
  }
}
.category-wrap .category-inner {
  max-width: 1100px;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .category-wrap .category-inner {
    width: 95%;
    max-width: 95%;
  }
}
.category-wrap .category-inner .title {
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
  border-left: 6px solid #a46b5e;
  height: 30px;
  line-height: 1.8rem;
}
@media (max-width: 768px) {
  .category-wrap .category-inner .title {
    height: 22px;
  }
}
.category-wrap .category-inner .title h3 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .category-wrap .category-inner .title h3 {
    font-size: 22px;
    position: relative;
    top: -3px;
  }
}
.category-wrap .category-inner .tourism-title {
  border-left: 6px solid #305141;
}

.sp-sidebaner {
  display: none;
}
@media (max-width: 768px) {
  .sp-sidebaner {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  .sp-sidebaner .sidebar-sns {
    text-align: center;
  }
}
.sp-sidebaner .sidebar-sns .sns-icon {
  text-align: center;
}
.sp-sidebaner .sidebar-sns .sns-icon ul {
  justify-content: center;
}

#menu-button.open .footer-icon .fas {
  display: none;
}

.content-middle-wrap .title {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 6px solid #305141;
  height: 30px;
  line-height: 1.8rem;
}
@media (max-width: 768px) {
  .content-middle-wrap .title {
    height: 22px;
  }
}
.content-middle-wrap .title h3 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content-middle-wrap .title h3 {
    font-size: 22px;
    position: relative;
    top: -3px;
  }
}
.content-middle-wrap .title div {
  width: 100%;
  height: 30px;
}
@media (max-width: 768px) {
  .content-middle-wrap .title div {
    height: 22px;
  }
}
.content-middle-wrap .title div:last-child {
  text-align: right;
  position: relative;
  top: -25px;
}
.content-middle-wrap .title div a {
  color: #137e45;
  display: inline-block;
}
.content-middle-wrap .title div a img {
  height: 15px;
  width: 15px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.content-middle-wrap .special-title {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .content-middle-wrap .special-title {
    margin-top: 30px;
  }
}
.content-middle-wrap .content-middle-inner {
  max-width: 1100px;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .content-middle-wrap .content-middle-inner {
    width: 95%;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .content-middle-wrap .content-middle-inner {
    width: 100%;
    max-width: 100%;
  }
}
.content-middle-wrap .content-middle-left {
  width: calc(75% - 60px);
  margin-right: 60px;
}
@media (max-width: 768px) {
  .content-middle-wrap .content-middle-left {
    width: 100%;
    margin-right: 0px;
  }
}
.content-middle-wrap .content-middle-left .special-post .post-meta {
  display: none !important;
}
.content-middle-wrap .content-middle-left .special-post .post-sub-right {
  padding: 0 !important;
}
.content-middle-wrap .content-middle-right {
  width: 25%;
}
@media (max-width: 768px) {
  .content-middle-wrap .content-middle-right {
    display: none;
  }
}
.content-middle-wrap .content-middle-right .sidebar-baner-wrap {
  margin-top: 0px;
}/*# sourceMappingURL=index.css.map */