@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*******************
ブログ
********************/
/*----------------------------------------------------
レイアウト
----------------------------------------------------*/
.layoutBlog {
  margin: 0 0 40px 0;
  /* 768- */
  /* 1136- */
  /* 1136- */
}
.layoutBlog main #inNavRight {
  margin-top: 60px;
}
@media all and (min-width: 768px) {
  .layoutBlog {
    margin-top: 110px;
  }
  .layoutBlog main #inNavRight {
    margin: 60px auto 0;
    max-width: 680px;
  }
}
@media all and (min-width: 1136px) {
  .layoutBlog main #inNavRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1136px) {
  .layoutBlog main {
    overflow: hidden;
  }
  .layoutBlog main #inNavRight {
    margin-top: 0px;
    width: 23%;
    float: right;
    display: block;
  }
  .layoutBlog main #article {
    width: 73%;
    float: left;
  }
  .layoutBlog main #article .section:first-child {
    margin-top: 0;
  }
  .layoutBlog main #article .section:first-child .sv_titleLv2 {
    margin-top: 0;
  }
  .layoutBlog main #article .prc_titleLv2:first-child {
    margin-top: 0;
  }
}

.aside_bottom {
  margin-top: 20px;
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  .aside_bottom {
    margin-top: 0px;
    width: 45%;
  }
  .aside_bottom .member a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .aside_bottom .member a:hover img {
    opacity: 0.8;
  }
}
@media all and (min-width: 1136px) {
  .aside_bottom {
    margin-top: 25px;
    width: 100%;
  }
}

/*----------------------------------------------------
 サイトメニュー
----------------------------------------------------*/
#blogMenu {
  /* 768- */
  /* 1136- */
}
#blogMenu li {
  background: url(../images/blog/aside_bg.jpg), repeat-x;
  margin-bottom: 3px;
}
#blogMenu li > a {
  display: block;
  padding: 15px 20px 15px 0;
  border-left: 20px solid #D1D1D1;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
@media all and (min-width: 768px) {
  #blogMenu {
    width: 45%;
  }
  #blogMenu li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #blogMenu li:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 1136px) {
  #blogMenu {
    width: 100%;
  }
  #blogMenu li > a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }
  #blogMenu li > a.current {
    color: #388CD5;
  }
}

/*----------------------------------------------------
 トップ
----------------------------------------------------*/
.top_content {
  /* 768- */
}
@media all and (min-width: 768px) {
  .top_content {
    background: url(../images/blog/header_bg_pc.jpg) no-repeat;
    background-size: cover;
  }
}

/*----------------------------------------------------
タグ
----------------------------------------------------*/
.tags {
  color: #388CD5;
  /* 768- */
}
.tags li {
  display: inline-block;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  .tags {
    margin-top: 10px;
  }
}

/*----------------------------------------------------
一覧部分
----------------------------------------------------*/
.bloglist {
  /*
  .profile_detail {
    margin-top: 10px;
    display: flex;
    .profile_image {
      width: 25px;
      height: 25px;
      border-radius: 50%;
    }
    .profile_name {
      font-size: 12px;
      letter-spacing: 0;
    }
    .profile_text {
      margin-left: 10px;
      a {
        color:#707070;
      }

    }

  }
  */
  /* 768- */
  /* 1136- */
}
.bloglist > li {
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.bloglist .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bloglist .columns .images {
  width: 35.3%;
}
.bloglist .columns .images a {
  display: block;
  overflow: hidden;
}
.bloglist .columns .images .thumb {
  width: 100%;
  height: 21.33333333vw;
  background-size: cover;
  background-position: center;
}
.bloglist .columns .detail {
  width: 58.8%;
}
.bloglist .columns .detail a {
  color: #000;
}
.bloglist .date {
  font-size: 11px;
  color: #838383;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.bloglist .p_title {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}
@media all and (min-width: 768px) {
  .bloglist {
    /*
    .profile_detail {
      margin-top: 0;
      flex-direction:column;
      align-items:center;
      width: 56px;
      margin-top: 15px;
      .profile_image {
        width: 56px;
        height: 56px;
      }
      .profile_text {
        margin-left: 0px;
      }
    }
    */
  }
  .bloglist .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bloglist .columns .images {
    width: 33.45280765%;
    max-width: 280px;
  }
  .bloglist .columns .images .thumb {
    width: 100%;
    height: 21.33333333vw;
    max-height: 187px;
    background-size: cover;
    background-position: center;
  }
  .bloglist .columns .detail {
    width: 62%;
  }
  .bloglist .date {
    font-size: 11px;
  }
  .bloglist .p_title {
    font-size: 15px;
  }
}
@media all and (min-width: 1136px) {
  .bloglist {
    /*
    .profile_detail {
      a{
        img {
          @include trans;
        }
        &:hover {
          img {
            transform:rotate(-10deg);
            filter: grayscale(100%);
          }
        }
      }
    }
    */
  }
  .bloglist .columns .images a {
    display: block;
    overflow: hidden;
  }
  .bloglist .columns .images a .thumb {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bloglist .columns .images a:hover {
    opacity: 0.8;
  }
  .bloglist .columns .images a:hover .thumb {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#blog .bloglist:first-child {
  /* 768- */
  /* 1136- */
}
@media all and (min-width: 768px) {
  #blog .bloglist:first-child {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #blog .bloglist:first-child > li {
    width: 47.5%;
    border: none;
  }
  #blog .bloglist:first-child .columns {
    display: block;
  }
  #blog .bloglist:first-child .columns .images,
  #blog .bloglist:first-child .columns .detail {
    width: 100%;
    max-width: 100%;
  }
  #blog .bloglist:first-child .columns .detail {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #blog .bloglist:first-child .columns .images .thumb {
    width: 100%;
    height: 29.44444444vw;
    max-height: 265px;
  }
  #blog .bloglist:first-child .p_title {
    font-size: 18px;
  }
  #blog .bloglist:first-child .date {
    font-size: 13px;
  }
  #blog .bloglist:first-child .texts {
    width: calc(100% - 80px);
  }
  #blog .bloglist:first-child .profile_detail {
    margin-top: 0;
  }
}
@media all and (min-width: 1136px) {
  #blog .bloglist:first-child .columns .images a:hover {
    opacity: 0.8;
  }
}

/*----------------------------------------------------
ページナビ
----------------------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
  /* 1136- */
}
@media all and (min-width: 1136px) {
  .wp-pagenavi {
    margin-bottom: 0;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.wp-pagenavi .pages {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: url(../images/blog/page_nav_bg_dark.jpg);
  background-size: 50px;
}
.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: url(../images/blog/page_nav_bg.jpg);
  background-size: 50px;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: url(../images/blog/page_nav_bg.jpg);
  background-size: 50px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 1136- */
}
@media all and (min-width: 1136px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background: #5d5d5d url(../images/blog/page_nav_bg.jpg);
    background-blend-mode: overlay;
    background-size: 50px;
    color: #fff;
  }
}

/*----------------------------------------------------
検索
----------------------------------------------------*/
.searchWrap {
  margin-top: 20px;
}
.searchWrap span {
  font-weight: bold;
}
.searchWrap .search {
  margin-top: 10px;
}
.searchWrap .search input {
  border: 1px solid #d1d1d1;
  background: #F8F8F8;
  border-radius: 3px;
  padding: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchWrap .search button {
  display: none;
}

/*----------------------------------------------------
バナー
----------------------------------------------------*/
.aside_link .aside_list {
  display: block;
  margin: 0 0 10px;
  /* 768- */
}
.aside_link .aside_list a {
  display: block;
  position: relative;
}
.aside_link .aside_list .x_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media all and (min-width: 768px) {
  .aside_link .aside_list {
    margin: 0 0 25px;
  }
  .aside_link .aside_list a .x_over {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .aside_link .aside_list a:hover .x_over {
    opacity: 1;
  }
}