.st-Heading_news_block {
  background-image: url(/wp-content/themes/aijukai/assets/news/images/news_heading01.jpg)
}

@media screen and (max-width:768px) {
  .st-Heading_news_block {
    padding: 0
  }
}

.st-Heading_news_block h1 {
  text-align: left;
  padding: 24px;
  width: auto;
  z-index: 1
}

@media screen and (max-width:768px) {
  .st-Heading_news_block h1 {
    padding: 10px 0 10px 18px
  }
}

.news-Wrapper {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #333
}

.news-Nav_block {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 48px
}

@media screen and (max-width:768px) {
  .news-Nav_block {
    margin-top: 40px;
    margin-bottom: 32px
  }
}

.news-Nav_block_sp_search_area {
  display: none
}

@media screen and (max-width:768px) {
  .news-Nav_block_sp_search_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    height: 40px;
    text-align: justify;
    border: 1px solid #ccc9c0;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 16px;
    padding: 0 8px
  }
}

.news-Nav_block_sp_search_area>select {
  width: 100%
}

.news-Nav_block_sp_search_area img {
  width: 11px;
  height: 6px
}

.news-Nav_block_area {
  display: flex
}

@media screen and (max-width:768px) {
  .news-Nav_block_area {
    display: none
  }
}

.news-Nav_block_area li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e3d8;
  width: 180px;
  height: 55px;
  position: relative;
  margin-right: 20px;
  transition: all .3s
}

.news-Nav_block_area li:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: 0;
  border-top: 15px solid #e6e3d8;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  transition: all .3s
}

@media screen and (max-width:768px) {
  .news-Nav_block_area li:before {
    left: 16px
  }
}

.news-Nav_block_area li.current,
.news-Nav_block_area li:hover {
  background-color: #fecd18
}

.news-Nav_block_area li:hover:before {
  border-top: 15px solid #fecd18
}

.news-Nav_block_area li.current:before {
  bottom: -15px;
  border-top: 15px solid #fecd18
}

.news-Nav_block_area li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.news-Nav_block_area li.disable a {
  pointer-events: none
}

.news-Contents_block {
  max-width: 1194px;
  margin: 0 auto;
  margin-top: 40px
}

@media screen and (max-width:768px) {
  .news-Contents_block {
    margin: 0 16px
  }
}

.news-Content {
  display: flex;
  margin-top: 24px;
  padding: 16px 0;
  transition: all .3s
}

.news-Content:hover {
  box-shadow: 0 0 23px -8px rgba(77, 41, 6, .3)
}

.news-Content img {
  max-width: 180px;
  max-height: 100px;
  margin: 0 24px 0 16px
}

@media screen and (max-width:768px) {
  .news-Content img {
    width: 76px;
    height: 42.75px;
    margin: 0;
    margin-right: 16px
  }
}

.news-Content_info_area {
  margin-top: 16px;
  text-align: justify
}

@media screen and (max-width:768px) {
  .news-Content_info_area {
    margin-top: 0
  }
}

.news-Content_info_area h2 {
  font-size: 20px;
  margin-top: 16px;
  line-height: 24px
}

@media screen and (max-width:768px) {
  .news-Content_info_area h2 {
    font-size: 16px;
    margin-top: 8px
  }
}

.news-Content_info_area_more {
  display: flex;
  align-items: center
}

.news-Content_info_area_more .category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: 16px;
  border-radius: 24px;
  padding: 2px 0;
  width: 96px
}

.news-Btn_block {
  margin-top: 67px
}

@media screen and (max-width:768px) {
  .news-Btn_block {
    margin: 0 16px
  }
}

.news-Btn_block_area {
  margin: 0 auto
}

.news-Btn_block_area_show {
  display: flex;
  justify-content: center
}

.news-Btn_block_area_show_now {
  background: #e6e3d8;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 16px
}

.news-Btn_block_area_show_now:hover {
  background: #fecd18
}

.page_number {
  display: block;
  padding-top: 10px
}

.news-Next_prev_btn_area {
  display: flex;
  justify-content: center;
  margin-top: 24px
}

.news-Prev_btn {
  display: flex;
  align-items: center;
  background: #fecd18;
  box-shadow: 0 0 23px -8px rgba(0, 0, 0, .25);
  border-radius: 4px;
  padding: 12px 18px;
  margin-right: 24px
}

.news-Prev_btn_bg_ic {
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/aijukai/assets/common/images/ic_arrow_left01.svg);
  background-size: 12px;
  margin-right: 6px
}

.news-Next_btn {
  display: flex;
  align-items: center;
  background: #fecd18;
  padding: 12px 18px;
  border-radius: 4px
}

.news-Next_btn_bg_ic {
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/aijukai/assets/common/images/ic_arrow_right_01.svg);
  background-size: 12px;
  margin-right: 6px
}

.newsArticle-Block {
  margin-top: 80px
}

@media screen and (max-width:768px) {
  .newsArticle-Block {
    margin-top: 24px
  }
}

.newsArticle-Block h2 {
  font-size: 32px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .newsArticle-Block h2 {
    font-size: 22px
  }
}

.newsArticle-Block p {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 19px
}

.newsArticle-Block .mapWrapper {
  margin: 0 0 19px;
  width: 100%;
  height:0;
  padding-top: 56.25%;
  position: relative;
  margin: 0 0 19px;
}

.newsArticle-Block .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.newsArticle-Block .fb {
  margin: 0 0 19px;
}

.newsArticle-Block .category_bg {
  display: inline-block;
  background-color: #ecf;
  padding: 2px 24px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 16px
}

.newsArticle-Content {
  margin: 32px auto 48px;
  width: 792px
}

@media screen and (max-width:768px) {
  .newsArticle-Content {
    margin: 24px 0 40px;
    padding: 0 16px;
    width: 100%
  }
}

.newsArticle-Content img {
  width: 100%;
  height: auto;
  margin-bottom: 16px
}

@media screen and (max-width:768px) {
  .newsArticle-Content img {
    margin-bottom: 24px
  }
}

.newsArticle-Content h3 {
  margin-bottom: 24px;
  text-align: left
}

.newsArticle-Content p {
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

.newsArticle-Content a {
  color: #1a0dab;
}

.newsArticle-Content a:hover {
  text-decoration: underline;
}

.newsArticle-Btn,
.newsArticle-Btn a {
  display: flex;
  justify-content: center
}

.newsArticle-Btn a {
  align-items: center;
  position: relative;
  width: 240px;
  height: 48px;
  padding-left: 25px;
  background-color: #fecd18;
  box-shadow: 0 0 23px -8px rgba(0, 0, 0, .25);
  border-radius: 4px;
  transition: all .3s
}

.newsArticle-Btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/themes/aijukai/assets/common/images/ic_arrow_left01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 8px);
  left: 72px;
  transition: all .3s
}

.newsArticle-Btn a:hover {
  background-color: #d9ae14;
  color: #fff
}

.newsArticle-Btn a:hover:before {
  background-image: url(/wp-content/themes/aijukai/assets/common/images/ic_arrow_left03.svg)
}

.sp-only {
  display: none
}

@media screen and (max-width:768px) {
  .sp-only {
    display: block
  }
}