@charset "UTF-8";
.hero {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 768px) {
  .hero img {
    max-width: 640px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .hero img {
    max-width: 1200px;
    width: 100%;
  }
}

body {
  line-height: 1.0rem;
  background: url(../img/kigi_bg.png);
}
@media only screen and (max-width: 768px) {
  body {
    background: #fff;
  }
}

.inner_content {
  /* background:url(../kigi_bg.png); */
  margin: 0;
  color: #333;
}
.inner_content img {
  display: inline-block;
  padding: 8px;
  margin: 10px 0;
  background: #fff;
  border: solid 1px #f5f5f5;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .inner_content img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 10px 0;
  }
}
.inner_content p {
  clear: both;
  margin: 0;
  padding: 0;
}

.mg10px {
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  clear: both;
}

.husen {
  background: #dc;
}
@media only screen and (min-width: 769px) {
  .husen {
    position: relative;
    left: 0px;
    width: 86%;
    line-height: 40px;
    padding-left: 10px;
    border-right: 23px solid #780A0A;
    background: #dcdcdc;
    margin-bottom: 3px;
    transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    font-size: 0.80em;
    z-index: 30;
  }
}

.husen:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  /* ぼかし */
  -moz-box-shadow: 0 5px 5px #191970;
  /* Firefox */
  -webkit-box-shadow: 0 5px 5px #191970;
  /* Safari and Chrome */
  box-shadow: 0 5px 5px #191970;
  /* 回転 */
  z-index: -1;
}

.itemContainer {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .itemContainer {
    display: flex;
    flex-direction: column;
  }
}
.itemContainer__Items {
  width: 33.3%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .itemContainer__Items {
    width: 100%;
    height: auto;
    margin: 5px 0;
  }
}
.itemContainer__Items--Pics {
  background-color: #eee;
  padding: 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .itemContainer__Items--Pics {
    width: 96%;
    padding-bottom: 40px;
    margin-bottom: 16px;
    overflow: hidden;
  }
}
.itemContainer__Items--Pics a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .itemContainer__Items--Pics a {
    width: 100%;
    height: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .itemContainer__Items--Pics a {
    width: 100%;
    height: auto;
    text-align: left;
  }
}

.itemTitle {
  width: 100%;
  margin: 2px 0 -30px;
  padding: 4px;
}
.itemTitle__body {
  border-top: dotted 1px #333;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .itemTitle__body {
    width: 100%;
    height: auto;
    line-height: 1.8;
    margin: 0 auto;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .itemTitle__body {
    width: 100%;
    height: 0px;
    line-height: 1.8;
    margin: 0;
    padding-top: 4px;
  }
}

@media only screen and (min-width: 769px) {
  .monthy_bg {
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: -10px;
    padding-right: 0;
  }
}

.noList {
  padding: 12px;
  margin: 15px 0;
  background: #f1f1f1;
  text-align: center;
  border-radius: 4px;
}
.noList li {
  display: inline-block;
}
.noList li::after {
  content: "≫";
  padding: 0 5px;
  color: #b3;
}
.noList li:last-child::after {
  content: none;
}

.widget-monthly ol li {
  line-height: 1.8;
}

/*# sourceMappingURL=style.css.map */
