@charset "UTF-8";
* {
  font-size: 15px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
  width: 100%;
  background: url(../img/cmn/back.png) 0 0 repeat;
}

img {
  border: none;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.8pt;
}

p.readcenter {
  text-align: center;
}

li {
  list-style-type: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearFloat {
  clear: both;
}

.taLeft {
  text-align: left;
}

.taRight {
  text-align: right;
}

.taCenter {
  text-align: center;
}

.tag {
  display: none !important;
}

.hover {
  cursor: pointer;
}

.hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

.caption, .caption li {
  font-size: 10px;
  text-align: left;
  line-height: 15px;
  margin: 2px 0;
}

#wrapper {
  width: 100%;
  min-width: 1200px;
}

@media screen and (max-width: 640px) {
  #wrapper {
    width: 100%;
    min-width: inherit;
    min-width: auto;
  }
}
/* clear fix
---------------------------------------- */
.clearFix:after {
  display: block;
  clear: both;
  content: "";
}

.clearFix {
  zoom: 1;
}

.yumin {
  font-family: "游明朝", "YuMincho", serif;
}

.contents {
  width: 100%;
  min-width: 980px;
  margin: 60px auto 40px auto;
  text-align: center;
  border-bottom: 1px solid #333;
}

.contents .title {
  padding: 8px 0;
  background-color: #a0824b;
}

.contents .title p {
  color: #fff;
  font-size: 30px;
}

.contents .mv {
  width: 980px;
  margin: 0 auto;
}

.contents .box {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 80px 0;
}

.contents .articleList {
  width: 690px;
}

.contents .articleList .page-title {
  margin-bottom: 30px;
  color: #231815;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #231815;
}

.contents .articleList .list .item {
  margin-bottom: 40px;
}

.contents .articleList .list .item a {
  display: flex;
  min-height: 170px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.contents .articleList .list .item .item-thumb {
  width: 243px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contents .articleList .list .item .item-text {
  width: calc(100% - 243px);
  padding: 20px 30px;
  text-align: left;
}

.contents .articleList .list .item .item-time {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: bold;
}

.contents .articleList .list .item .item-title {
  margin-bottom: 12px;
  color: #221815;
  font-size: 22px;
  line-height: 1.6;
}

.contents .articleList .list .item .more {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: bold;
}

.contents .articleList .pager {
  margin-top: 65px;
  text-align: center;
}

.contents .articleList .pager h2 {
  display: none;
}

.contents .articleList .pager a,
.contents .articleList .pager span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  line-height: 48px;
  font-size: 17px;
  text-align: center;
  color: #221815;
  background-color: #d3d3d3;
  border-radius: 50%;
}

.contents .articleList .pager a.current,
.contents .articleList .pager span.current {
  background-color: #a3a3a3;
}

.contents .articleList .pager a.prev, .contents .articleList .pager a.next,
.contents .articleList .pager span.prev,
.contents .articleList .pager span.next {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}

.contents .articleList .pager a.next,
.contents .articleList .pager span.next {
  background-image: url(../img/blog/icon_next.png);
}

.contents .articleList .pager a.prev,
.contents .articleList .pager span.prev {
  background-image: url(../img/blog/icon_prev.png);
}

.contents .articleList .article .article-wrap {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.contents .articleList .article .article-mv img {
  max-width: 100%;
  height: auto;
}

.contents .articleList .article .article-content {
  padding: 40px 40px 55px 40px;
  text-align: left;
  background-color: #fff;
}

.contents .articleList .article .article-content .article-time {
  display: inline-block;
  margin-bottom: 10px;
  color: #221815;
  font-size: 14px;
  font-weight: bold;
}

.contents .articleList .article .article-content .article-title {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  color: #221815;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #e6e6e6;
}

.contents .articleList .article .article-content .article-text {
  color: #221815;
  font-size: 14px;
  line-height: 1.8;
}

.contents .articleList .article .article-content .article-text * {
  font-family: "游明朝", "YuMincho", serif;
  line-height: 1.8;
}

.contents .articleList .article .article-content .article-text em {
  font-style: italic;
}

.contents .articleList .article .article-content .article-text a {
  text-decoration: underline;
}

.contents .articleList .article .article-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.contents .articleList .article .article-content .gallery li {
  width: 140px;
  margin: 15px 0 0 15px;
}

.contents .articleList .article .article-content .gallery li:nth-child(-n+4) {
  margin-top: 0;
}

.contents .articleList .article .article-content .gallery li:nth-child(4n+1) {
  margin-left: 0;
}

.contents .articleList .article .article-content .gallery li img {
  max-width: 100%;
  height: auto;
}

.contents .articleList .article .article-footer {
  margin-top: 40px;
}

.contents .articleList .article .article-footer .article-pager {
  display: flex;
  justify-content: space-between;
}

.contents .articleList .article .article-footer a {
  display: block;
  color: #221815;
  font-size: 14px;
  line-height: 78px;
  text-align: center;
  border: 1px solid #8e8e8e;
  background-color: #fff;
}

.contents .articleList .article .article-footer a::before {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 10px;
  background: url(../img/blog/icon_next.png) no-repeat center center;
  background-size: contain;
  content: "";
}

.contents .articleList .article .article-footer .prev,
.contents .articleList .article .article-footer .next {
  width: 335px;
}

.contents .articleList .article .article-footer .back {
  margin-top: 40px;
}

.contents .sidebar {
  width: 245px;
}

.contents .sidebar .sideList {
  margin-bottom: 60px;
  border: 1px solid #231815;
}

.contents .sidebar .sideList:last-child {
  margin-bottom: 0;
}

.contents .sidebar .sideList h3 {
  padding: 10px 10px 10px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  background-color: #231815;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.contents .sidebar .sideList h3.icon_new {
  background-image: url(../img/blog/icon_archive_new.png);
}

.contents .sidebar .sideList h3.icon_month {
  background-image: url(../img/blog/icon_archive_month.png);
}

.contents .sidebar .sideList .list {
  padding: 20px 25px;
  background-color: #fff;
}

.contents .sidebar .sideList .list li {
  margin-left: 10px;
  padding-left: -10px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "游明朝", "YuMincho", serif;
  color: #818181;
  list-style-type: disc;
}

.contents .sidebar .sideList .list li:last-child {
  margin-bottom: 0;
}

.contents .sidebar .sideList .list li a {
  font-size: 16px;
  font-family: "游明朝", "YuMincho", serif;
  color: #231815;
}

.contents .sidebar .sideList .list li a span {
  color: #818181;
}

@media screen and (max-width: 640px) {
  .contents {
    width: 100%;
    min-width: 100%;
    margin-top: 10.6666666667vw;
  }
  .contents .title p {
    font-size: 3.75vw;
  }
  .contents .mv {
    width: 100%;
    margin-bottom: 30px;
  }
  .contents .mv img {
    width: 100%;
  }
  .contents .box {
    display: block;
    width: 100%;
    padding: 30px 0 50px 0;
  }
  .contents .articleList {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 5%;
  }
  .contents .articleList .page-title {
    margin-bottom: 20px;
    font-size: 3.75vw;
  }
  .contents .articleList .list .item {
    margin-bottom: 20px;
  }
  .contents .articleList .list .item a {
    min-height: initial;
  }
  .contents .articleList .list .item .item-thumb {
    width: 25%;
  }
  .contents .articleList .list .item .item-text {
    width: 75%;
    padding: 10px 3.125vw;
  }
  .contents .articleList .list .item .item-time {
    font-size: 3.125vw;
  }
  .contents .articleList .list .item .item-title {
    font-size: 3.75vw;
  }
  .contents .articleList .list .item .more {
    font-size: 3.125vw;
  }
  .contents .articleList .pager {
    margin-top: 30px;
  }
  .contents .articleList .pager a,
.contents .articleList .pager span {
    width: 40px;
    height: 40px;
    margin: 0 7px;
    line-height: 40px;
  }
  .contents .articleList .article .article-content {
    padding: 20px;
  }
  .contents .articleList .article .article-content .article-time {
    font-size: 3.125vw;
  }
  .contents .articleList .article .article-content .article-title {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 4.06vw;
  }
  .contents .articleList .article .article-content .article-text {
    font-size: 3.125vw;
  }
  .contents .articleList .article .article-content .gallery {
    margin-top: 20px;
  }
  .contents .articleList .article .article-content .gallery li {
    width: 48%;
    margin: 4% 0 0 4%;
  }
  .contents .articleList .article .article-content .gallery li:nth-child(3), .contents .articleList .article .article-content .gallery li:nth-child(4) {
    margin-top: 4%;
  }
  .contents .articleList .article .article-content .gallery li:nth-child(2n+1) {
    margin-left: 0;
  }
  .contents .articleList .article .article-footer {
    margin-top: 20px;
  }
  .contents .articleList .article .article-footer a {
    font-size: 3.125vw;
    line-height: 45px;
  }
  .contents .articleList .article .article-footer .prev,
.contents .articleList .article .article-footer .next {
    width: 48%;
  }
  .contents .articleList .article .article-footer .back {
    margin-top: 20px;
  }
  .contents .sidebar {
    width: 100%;
    padding: 0 5%;
  }
  .contents .sidebar .sideList {
    margin-bottom: 30px;
  }
  .contents .sidebar .sideList h3 {
    padding: 8px 8px 8px 55px;
    font-size: 18px;
    background-position: 20px center;
    background-size: 25px auto;
  }
  .contents .sidebar .sideList .list {
    padding: 20px;
  }
  .contents .sidebar .sideList .list li {
    margin-bottom: 10px;
  }
  .contents .sidebar .sideList .list li a {
    font-size: 16px;
  }
}
#cboxContent {
  margin-top: 30px !important;
}

#cboxClose {
  top: -30px !important;
  right: 0 !important;
  width: 20px !important;
  height: 20px !important;
  background: url(../img/top/btn_close.png) center center no-repeat !important;
  background-size: 100% auto;
}

.page-header {
  position: static;
  background: none;
}
/*# sourceMappingURL=blog.css.map */
