@charset 'UTF-8';

/******************************************************************
Theme Name: Jinjakon
Author: Takuma Okamoto
******************************************************************/

/* -----------------------------------------------------
 Page Title
------------------------------------------------------- */
.c-title {
  background-image: url(/assets/images/blog/page_bg.jpg);
}

/* -----------------------------------------------------
 Layout
------------------------------------------------------- */
#Contents {
  overflow: hidden;
  padding: 25px 20px;
  padding: 7.81vw 6.25vw;
}

#Contents a {
  transition: .1s linear;
}
.area__article article:first-child:before {
  display: none;
}
.area__article article + article {
  position: relative;
}

@media screen and (max-width: 768px) {
  .area__article {
    margin-bottom: 25px;
    margin-bottom: 7.81vw;
  }
  .area__article article + article {
    margin-top: 15px;
    margin-top: 4.69vw;
    padding-top: 15px;
    padding-top: 4.69vw;
  }
}

@media screen and (min-width: 769px) {
  #Contents {
    width: 1120px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .area__article {
    width: 840px;
    padding-right: 40px;
    float: left;
    box-sizing: border-box;
  }
  .area__article article + article {
    margin-top: 30px;
    padding-top: 30px;
  }
  #sidebar1 {
    width: 280px;
    float: right;
    padding-left: 40px;
    box-sizing: border-box;
  }

}

/* -----------------------------------------------------
 検索結果やアーカイブのタイトル
------------------------------------------------------- */
.filter__title {
  margin-bottom: 25px;
  margin-bottom: 7.81vw;
  font-size: 15px;
  font-size: 4.69vw;
}

@media screen and (min-width: 769px) {
  .filter__title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

/* -----------------------------------------------------
 Article
------------------------------------------------------- */
.area__title {
  margin-bottom: 16px;
  margin-bottom: 5vw;
  padding-bottom: 15px;
  padding-bottom: 4.69vw;
  border-bottom: 1px solid #ddd;
}
.article__title {
  margin-bottom: 12px;
  margin-bottom: 3.75vw;
  font-size: 14px;
  font-size: 4.38vw;
  line-height: 1.4;
}
.article__meta--list {
  overflow: hidden;
}
.article__meta--item {
  float: left;
  line-height: 1.2;
  font-size: 10px;
  font-size: 3.13vw;
}
.article__meta--item + .article__meta--item {
  margin-left: 5px;
  margin-left: 1.56vw;
  padding-left: 5px;
  padding-left: 1.56vw;
  border-left: 1px solid #aaa;
}
.article__meta--item a + a {
  margin-left: 5px;
  margin-left: 1.56vw;
}

@media screen and (min-width: 769px) {
  .area__title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .article__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .article__meta--item {
    font-size: 1.5rem;
  }
  .article__meta--item + .article__meta--item {
    margin-left: 15px;
    padding-left: 15px;
  }
  .article__meta--item a + a {
    margin-left: 10px;
  }
}

/* -----------------------------------------------------
 Social
------------------------------------------------------- */
.area__content .social__list {
  height: 0;
  line-height: 0;
  margin: 8.928% 0;
  padding-top: 8.928%;
  text-align: center;
  position: relative;
}
.social__item {
  width: 31%;
  height: 0;
  padding-top: 8.928%;
  position: absolute;
  top: 0;
}
.social__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: center center no-repeat;
  background-size: 100% auto;
}
.social__facebook {
  left: 0;
}
.social__facebook a {
  background-image: url(/assets/images/blog/sp/social_facebook.png);
}
.social__twitter {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.social__twitter a {
  background-image: url(/assets/images/blog/sp/social_twitter.png);
}
.social__line {
  right: 0;

}
.social__line a {
  background-image: url(/assets/images/blog/sp/social_line.png);
}
@media screen and (min-width: 769px) {
  .area__content .social__list {
    height: 48px;
    margin: 60px 0;
    padding: 0;
  }
  .social__item {
    width: 240px;
    height: 48px;
    padding: 0;
  }
  .social__facebook a {
    background-image: url(/assets/images/blog/pc/social_facebook.png);
  }
  .social__twitter a {
    background-image: url(/assets/images/blog/pc/social_twitter.png);
  }
  .social__line a {
    background-image: url(/assets/images/blog/pc/social_line.png);
  }
}

/* -----------------------------------------------------
 Pager
------------------------------------------------------- */
.nav__pager {
  padding: 24px 0 25px;
  padding: 24px 0 7.81vw;
  overflow: hidden;
  position: relative;
}
.nav__item {
  font-size: 18px;
  font-size: 5.63vw;
  line-height: 1;
}
.nav__item a {
  display: block;
}
.nav__prev {
  float: left;
}
.nav__prev a {
  padding-left: 15px;
  padding-left: 4.69vw;
  background: url(/assets/images/blog/icon_prev.svg) left 4px no-repeat;
  background: url(/assets/images/blog/icon_prev.svg) left 1.25vw no-repeat;
  background-size: 8px auto;
  background-size: 2.5vw auto;
}
.nav__next {
  float: right;
}
.nav__next a {
  padding-right: 15px;
  padding-right: 4.69vw;
  background: url(/assets/images/blog/icon_next.svg) right 4px no-repeat;
  background: url(/assets/images/blog/icon_next.svg) right 1.25vw no-repeat;
  background-size: 8px auto;
  background-size: 2.5vw auto;
}
@media screen and (min-width: 769px) {
  .nav__pager {
    padding: 55px 0 0;
  }
  .nav__pager:after {
    display: none;
  }
  .nav__item {
    font-size: 2.4rem;
  }
  .nav__prev a {
    padding-left: 26px;
    background-position: left 3px;
    background-size: 14px auto;
  }
  .nav__next a {
    padding-right: 26px;
    background-position: right 4px;
    background-size: 14px auto;
  }
}

/* -----------------------------------------------------
 Wordpress自動吐き出しタグ
------------------------------------------------------- */
.area__content h1,
.area__content h2,
.area__content h3,
.area__content h4,
.area__content h5,
.area__content h6 {
  margin-bottom: 16px;
  margin-bottom: 5vw;
  line-height: 1.7;
}
.area__content h1 {
  font-size: 20px;
  font-size: 6.25vw;
}
.area__content h2 {
  font-size: 18px;
  font-size: 5.63vw;
}
.area__content h3, h4 {
  font-size: 16px;
  font-size: 5vw;
}
.area__content h5, h6 {
  font-size: 14px;
  font-size: 4.38vw;
}
.area__content p,
.area__content pre,
.area__content code,
.area__content blockquote,
.area__content figure,
.area__content ul,
.area__content ol {
  margin-bottom: 16px;
  margin-bottom: 5vw;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1.7;
}
.area__content img {
  width: auto;
  max-width: 100%;
}
.area__content strong {
  font-weight: bold;
}
.area__content em {
  font-style: italic;
}
.area__content a {
  color: #b23654;;
  text-decoration: underline;
}
.area__content a:hover {
  color: #d71e4d;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .area__content h1,
  .area__content h2,
  .area__content h3,
  .area__content h4,
  .area__content h5,
  .area__content h6 {
    margin-bottom: 25px;
  }
  .area__content h1 {
    font-size: 2rem;
  }
  .area__content h2 {
    font-size: 1.9rem;
  }
  .area__content h3, h4 {
    font-size: 1.8rem;
  }
  .area__content h5, h6 {
    font-size: 1.7rem;
  }
  .area__content p,
  .area__content pre,
  .area__content code,
  .area__content blockquote,
  .area__content figure,
  .area__content ul,
  .area__content ol {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------------
 検索結果
------------------------------------------------------- */
.search__item {
  border-top: 1px solid #ddd;
}
.search__item > a {
  display: block;
  padding: 18px 0 22px;
  padding: 5.63vw 0 6.875vw;
}
.search__title {
  margin-bottom: 15px;
  margin-bottom: 4.69vw;
  font-size: 14px;
  font-size: 4.38vw;
}
.search__excerpt {
  margin-bottom: 10px;
  margin-bottom: 3.13vw;
  font-size: 12px;
  font-size: 3.75vw;
}

@media screen and (min-width: 769px) {
  .search__item > a {
    padding: 27px 0 30px;
  }
  .search__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .search__excerpt {
    margin-bottom: 14px;
    font-size: 1.5rem
  }
}

/* -----------------------------------------------------
 Sidebar
------------------------------------------------------- */
#sidebar1 li {
  list-style: none;
}
#sidebar1 .widget {
  margin-bottom: 15px;
  margin-bottom: 4.69vw;
}
#sidebar1 .widgettitle,
#sidebar1 .widget_search label {
  margin-bottom: 10px;
  margin-bottom: 3.13vw;
  display: block;
  font-size: 15px;
  font-size: 4.69vw;
  font-family: "mrs-eaves", "a-otf-ryumin-pr6n", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sidebar1 .widget li {
  font-size: 10px;
  font-size: 3.13vw;
  line-height: 1.5;
}
/* 検索 */
#sidebar1 .widget_search form {
  position: relative;
}
#sidebar1 .widget_search input {
  display: block;
  width: 100%;
  padding: 4px 0;
  padding: 1.25vw 0;
  border: none;
  font-size: 10px;
  font-size: 3.13vw;
  border-bottom: 1px solid #222;
}
#sidebar1 .widget_search button {
  position: absolute;
  bottom: 8px;
  bottom: 2.5vw;
  right: 4px;
  right: 1.25vw;
}
#sidebar1 .widget_search button img {
  width: 18px;
  width: 5.63vw;
}

@media screen and (max-width: 768px) {
  #sidebar1 .widget:not(.widget_archive) li + li {
    margin-top: 11px;
    margin-top: 3.44vw;
  }
  .widget_archive ul {
    overflow: hidden;
  }
  .widget_archive li {
    float: left;
    width: 33.3%;
    width: calc(100% / 3);
  }
  .widget_archive li:nth-child(n+4) {
    margin-top: 11px;
    margin-top: 3.44vw;
  }
}

@media screen and (min-width: 769px) {
  #sidebar1 .widget {
    margin-bottom: 50px;
  }
  #sidebar1 .widgettitle,
  #sidebar1 .widget_search label {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #sidebar1 .widget li {
    font-size: 1.3rem;
  }
  #sidebar1 .widget li + li {
    margin-top: 12px;
  }
  /* 検索 */
  #sidebar1 .widget_search input {
    padding: 8px 0;
    font-size: 1.3rem;
  }
  #sidebar1 .widget_search button {
    bottom: 4px;
    right: 4px;
  }
  #sidebar1 .widget_search button img {
    width: 20px;
  }
}
