/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

@media screen and (min-width: 768px){
  .tn-logo-size img {
      max-width: 55%;
  }
  
  .article_style1 .cps-post-box {
      border-radius: 0;
      box-shadow: none;
  }
}

/* 「シェアハウスとノマドの精神」等のツイート */
div[class*="bbpBox"] {
  background: none;
  border: solid 1px #ccc;
}

/* アイキャッチ画像の大きさを揃える */
.pickup-image,
.new-entry-item .eyecatch,
.post-list-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pickup-image:before,
.new-entry-item .eyecatch:before,
.post-list-thumb:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.pickup-image img,
.new-entry-item .eyecatch img,
.post-list-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%) !important;
   transform: translate(-50%, -50%) !important;
}

/* PCレスポンシブ広告横並び */
.adwrap {
  text-align: center;
  margin: 10px 0 20px;
}

.adtitle {
  font-size: 12px;
  margin-bottom:10px;
}

.ads-line {
  display: flex;
  display: -webkit-flex; /* Safari用 */
  justify-content: space-around;
  -webkit-justify-content: space-around; /* Safari用 */
}
/* PCレスポンシブ広告横並び ここまで */

/* アーカイブページ */
.archive-menu {
    display: flex;
    justify-content: space-around;
}

.pr_box-wrap {
    margin-top: 20px;
    background: #eee;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.pr_box_1,
.pr_box_2 {
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #fff;
    width: 300px;
    margin-right: 40px;
}

.pr_box_3 {
    width: 300px;
}

.pr_box_1 .title,
.pr_box_2 .title {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #333;
    padding: 10px 0 0;
}

.pr_box_1 .desc,
.pr_box_2 .desc {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #888;
    padding: 0 0 10px;
}

.pr_box_3_twitter a,
.pr_box_3_facebook a,
.pr_box_3_instagram a {
    border-radius: 3px;
    text-align: center;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff !important;
}

.pr_box_3_twitter a {
  background: #69ACE8;
}

.pr_box_3_facebook a {
  background: #405A93;
}

.pr_box_3_instagram a {
  background: #4A7196;
  margin-bottom: 0;
}

/* フッターリンク
----------------------------------------------- */
.footer_link_box p.title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.footer_link_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px){
 .footer_link_box_sns {
    display: flex;
    align-items: center;
  }
  .footer_link_box .tw_img img {
    border-radius: 3px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px){
  .footer_link {
      background: #002846;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 0 auto;
  }
  
  .footer_link_in {
    margin: 0 auto;
    width: 980px;
    height: 0 auto;
  }
  
  .footer_link_box {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 230px;
    height: 0 auto;
  }
  
  .footer_link_box:last-child {
    margin-right: 0;
  }
    
  .footer_link_box p.link {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
  }
  .footer_link_box p.link a {
    font-size: 13px;
    color: #AEB4B3;
    text-decoration: none;
  }
  .footer_link_box p.link a:hover {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }
  .footer_link_box_sns a {
    display: block;
  }
  .footer_link_box .tw_img {
    float: left;
    width: 60px;
    height: 0 auto;
  }
  .footer_link_box .tw_img img {
    border-radius: 3px;
    width: 60px;
    height: 60px;
  }
  .footer_link_box .tw_text {
    float: left;
    margin-left: 10px;
    width: 160px;
    height: 0 auto;
  }
  .footer_link_box .tw_text p.name {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .footer_link_box .tw_text p.id {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
  }
}