@charset "utf-8";
/*---------------------------------
        Pager style
---------------------------------*/
.pager {
  text-align: right;
  padding: 10px 0;
  clear: both;
}
/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}
.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/*---------------------------------
         /Pager style 
---------------------------------*/

/*---------------------------------
         /news style 
---------------------------------*/
/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: flex;
  gap: 10px 20px;
}

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
}

ul#newsList li {
  color: #666;
  margin: 0;
  padding: 15px 0;
  margin-bottom: 3px;
  border-bottom: 1px dotted #513832;
  line-height: 120%;
  list-style-type: none;
}

.catName {
  display: inline-block;
  padding: 2px 8px 3px;
  border: 1px solid #513832;
  border-radius: 3px;
  font-size: 80%;
  line-height: 100%;
  margin: 0 2px;
}

.newMark {
  display: inline-block;
  border: 1px solid #f00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #f00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}
.title {
  padding: 5px;
  margin: 15px 0;
  font-size: 110%;
  color: #513832;
  border-left: 3px solid #beda44;
  background: #f8f8f7;
}
.comment {
  display: block;
  padding: 3px 0;
  font-size: 90%;
  overflow: hidden;
  width: 100%;
  line-height: 1.6;
}
.thumbNailWrap {
  display: block;
  width: 180px;
  height: 110px;
  overflow: hidden;
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
  display: flex;
  justify-content: center;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/* /Pager style */
/*---------------------------------
         /news style 
---------------------------------*/

/*---------------------------------
         /news style 
---------------------------------*/

.news_wrap {
  width: 90%;
  margin: 0 auto;
  border: 2px solid #513832;
  background: #ffffff;
  padding: 40px 40px 60px 40px;
}
.pNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: #513832 dotted 1px;
  padding-bottom: 10px;
  font-size: 90%;
  gap: 5px 10px;
}
.news_box {
  width: 90%;
  margin: 0 auto;
}
.news_box h3 {
  background: #f8f8f7;
  margin: 10px 0 30px;
  padding: 20px 20px 25px 20px;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.news_box h3::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #513832;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.news_box h3::after {
  content: "";
  width: 5em;
  height: 3px;
  background: #beda44;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.detail {
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
}
.detail > div {
  margin-bottom: 10px;
  line-height: 1.6;
}
.detail p {
  margin-bottom: 5px;
  line-height: 1.6;
}
.detailUpfile {
  max-width: 540px;
  width: 80%;
  margin: 30px auto;
}
.detail div.inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 2%;
}
.detail div.inner .fig {
  text-align: center;
  max-width: 640px;
  width: 30%;
}
.detail div.inner figure img {
  height: auto;
  width: 100%;
}
.detail div.inner p {
  height: auto;
  margin-bottom: 25px;
  max-width: 640px;
  width: 68%;
}
.btn_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 60px auto 30px;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .detail div.inner .fig {
    width: 100%;
    order: 2;
  }
  .detail div.inner p {
    width: 100%;
    order: 1;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .news_wrap {
    width: 90%;
    padding: 4vw 4vw 6vw 4vw;
  }

  .news_box h3 {
    margin: 10px 0 30px;
    padding: 2vw 2vw 5vw 2vw;
    font-size: 120%;
  }
  .pNav span {
    width: 100%;
  }
  .news_box {
    width: 100%;
  }
  .btn_nav {
    flex-direction: column;
    width: 86%;
    gap: 3vw;
  }
  .btn_nav .main_btn {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
}
