@charset "UTF-8";
.page_ttl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkgIL/////ZwSxwQwQgDFAggDp4wwAXlM0+AAAAABJRU5ErkJggg==), url(../img/info/page_ttl-bg.jpg);
  background-position: 0 0, center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

@media screen and (max-width: 1024px) {
  .page_ttl {
    padding-top: 75px;
  }
}

/*-------------------
info 一覧
-------------------*/
.info-list {
  border-bottom: dotted 1px #C1B997;
  margin-bottom: 65px;
}

.info-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 980px) {
  .info-item {
    width: 93%;
  }
}

@media screen and (max-width: 414px) {
  .info-item {
    padding: 40px 0 20px;
  }
}

.info-item a:hover {
  text-decoration: underline;
}

.info-txtinner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.info-img {
  position: relative;
  width: 180px;
  height: 180px;
  background-size: cover;
  border: 3px solid #beb286;
}

@media screen and (max-width: 678px) {
  .info-img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
}

.info-new {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #beb286;
  padding: 8px 14px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 414px) {
  .info-new {
    padding: 4px 10px;
  }
}

.info-txtarea {
  width: 76%;
}

@media screen and (max-width: 980px) {
  .info-txtarea {
    width: 66%;
  }
}

@media screen and (max-width: 678px) {
  .info-txtarea {
    width: 68%;
  }
}

@media screen and (max-width: 360px) {
  .info-txtarea {
    width: 63%;
  }
}

.info-day, .info-cat {
  font-size: 14px;
  font-size: 1.4rem;
}

.info-day {
  margin-right: 20px;
}

.info-cat {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 3px 10px;
}

.pager {
  width: 980px;
  margin: 0 auto 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .pager {
    width: 93%;
  }
}

.pager li {
  margin: 0 5px;
}

.pager a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #000;
  transition: all 0.3s;
}

.pager a:hover {
  background: #000;
  opacity: 0.7;
  color: #fff;
}

.pager .prev a, .pager .next a {
  border: none;
}

.pager .prev a:hover, .pager .next a:hover {
  background: none;
  opacity: 0.7;
  color: #000;
}

.pager .fa:before {
  font-size: 2.3rem;
}

.pager .active {
  background: #000;
  color: #fff;
  padding: 3px 10px;
}

/*-------------------
info 詳細
-------------------*/
.post {
  border-bottom: dotted 1px #C1B997;
  padding-top: 40px;
}

.post-wrap {
  width: 980px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1023px) {
  .post-wrap {
    width: 93%;
  }
}

.post-img {
  width: 459px;
  height: 306px;
  margin: 0 auto 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 578px) {
  .post-img {
    width: 73%;
    height: 256px;
  }
}

@media screen and (max-width: 375px) {
  .post-img {
    width: 100%;
    height: 232px;
  }
}

@media screen and (max-width: 360px) {
  .post-img {
    height: 223px;
  }
}

.post-daywrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.post-cat {
  background: #000;
  color: #fff;
  padding: 0 10px;
  margin-left: 20px;
}

.post-title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 45px;
}

.post-inner p {
  margin-bottom: 20px;
}

.post_pager {
  width: 980px;
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .post_pager {
    width: 93%;
  }
}

.post_prev, .post_next {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  margin: 0 15px;
}

.post_prev:hover, .post_next:hover {
  opacity: 0.7;
}

.post_prev a, .post_next a {
  display: block;
  background: #000;
  color: #fff;
  position: relative;
}

.post_prev a {
  padding: 5px 30px 5px 10px;
}

.post_prev a:before {
  position: absolute;
  content: '>';
  top: 0;
  right: 10px;
  line-height: 2.2;
}

.post_next a {
  padding: 5px 10px 5px 30px;
}

.post_next a:after {
  position: absolute;
  content: '<';
  top: 0;
  left: 10px;
  line-height: 2.2;
}
