/* ---------------------------------------------------------------- 
 * blog.css - ブログ
 * 追加日： 2026/07/29
 * ---------------------------------------------------------------- */
@import url("common.css");

/* [layout] */
.col2Main_L {
    width: 100%;
    min-width: calc ( 100% - 280px );
}
.col2Main_R {
    width: 100%;
    min-width: 225px;
    max-width: 280px;
}
.col2Side {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.col2Side_L {}
.col2Side_R {}

.blog_celWrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px 40px;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
}
.blog_celWrap > article {
    width: calc( 50% - 20px );
    margin-bottom: .5em;
    padding: 0;
}
.blog_celBtn{
    display: block;
    height: 100%;
    padding: 1px 0 3em 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
    transition: .3s all;
    position: relative;
}
.blog_celBtn:hover {
    opacity: .6;
    border-color: #0171bc;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.pickup-list__thumbnail,
.blog_celBtn .eyecatch {
    aspect-ratio: 8 / 3;
    overflow: hidden;
    box-sizing: border-box;
}
.pickup-list__link .pickup-list__thumbnail img,
.blog_celBtn .eyecatch img {
    display: block;
    width: calc(100% - 2px);
    height: 100%;
    margin: 0 auto;
    border-radius: 2px 2px 0 0;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.3s ease;
}
.pickup-list__link:hover .pickup-list__thumbnail img,
.blog_celBtn:hover .eyecatch img {
    transform: scale(1.1);
}
.blog_celBtn .title {
    padding: .5em .5em;
    text-align: justify;
}
.blog_celBtn .col2Head_meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 .5em;
    padding: .5em 0 0;
    border-top: 1px solid #CCC;
}
.blog_celBtn .col2Head_meta .cat {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 2px;
    background: linear-gradient(135deg, #C6AE5C 0%, #A88817 95%);
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .08em;
    color: #fff;
}

/* [contents header] */

/* [tab] */

/* [img] */

/* [heading] */
.col1Main h1,
.col2Main h1{}
.col1Main h2,
.col2Main h2{}
.col1Main h3,
.col2Main h3{}
.col1Main h4,
.col2Main h4{
    padding-left: .25em;
}
.col1Main h5,
.col2Main h5{}
#sidebar h3{
    font-size: 1.5em;
    padding: .83em 0 .25em;
}
.col1Main h5:after,
.col2Main h5:after{}

.col1Main h5:before,
.col2Main h5:before{}

.col1Main h1:after,
.col2Main h1:after{}
.col1Main h2:after,
.col2Main h2:after{}
.col1Main h3:after,
.col2Main h3:not( #sidebar h3 ):after,
.col1Main h4:after,
.col2Main h4:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: .25em 0;
    position: relative;
    background: #CCC;
    top: 0;
    bottom: 0;
    left: 0;
}

/* [contents header] */
.blog_header {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.blog_header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(184deg, #C6AE5C 0%, #A88817 90%);
}

/* [link] */
#sidebar a {
    color: #0171bc;
}
#sidebar a:hover {
    text-decoration: underline;
}
.blog_celBtn .more {
    padding: 0 .5em;
    /* line-height: 0; */
    /* vertical-align: middle; */
}
.blog_celBtn .more span {
    position: absolute;
    bottom: .5em;
    right: 15px;
    display: flex;
    flex-direction: row;
    /* line-height: 0; */
}
.blog_celBtn .more span:before {
    content: '';
    display: block;
    position: absolute;
    width: .8rem;
    height: .8rem;
    bottom: calc( 50% - .4rem );
    right: 1rem;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    transition: .3s all;
}
.blog_celBtn .more span:after {
    content: '';
    display: inline-block;
    /* align-items: center; */
    width: 1.5em;
    height: 1.5em;
    margin-left: .25em;
    background: #0171bc;
    border-radius: 50%;
}

/* [side] */
#sidebar {}
.new_post ul{
    border-bottom: 1px solid #CCC;
}
.wigbox ul li{
    padding: 3px 0;
    border-top: 1px solid #CCC;
}
.side_li_btn{
    display: flex;
    align-items: center;
}
.side_li_btn .thum{
    width: 100%;
    max-width: 3em;
    height: 3em;
    margin-right: 10px;
}
.side_li_btn .thum img {
    border-radius: 3px;
}
.pickup-list__title,
.side_li_btn .title{
    font-size: 14px;
    line-height: 1.3em;
}

.pickup-list__item img{
    display: block;
    border-radius: 4px;
}
.pickup-list__title:before {
    content: '';
    display: inline-block;
    width: .75em;
    height: .75em;
    background: #999;
    border-radius: 50%;
}
.blog_category ul{
    border-bottom: 1px solid #CCC;
}
.blog_category li>a{
    display: inline-block;
    margin: 2px 0;
    padding: .25em .75em;
}

/* [frame] */

/* [table] */

/* [list] */

/* [card] */

/* [media screen] */
/* --------------------
 *  450px
 *  769px
 * 1000px
 * 1200px
 * 1200px
 * -------------------- */
 @media screen and (max-width: 1200px) {
     .blog_celWrap {
         gap: 15px 20px;
     }
     .blog_celWrap > article {
         width: calc( 50% - 10px );
     }
     .detail-common .detail-common__body {
     
     }
 }
 @media screen and (max-width: 999px) {
     .col2Main_R {
         max-width: 100%;
     }
     .col2Side {
         flex-direction: row;
         gap: 5%;
     }
     .col2Side_L {
         order: 2;
         flex: 0 1 32%;
     }
     .col2Side_R {
         order: 1;
         flex: 0 1 63%;
     }
 }
 @media screen and (max-width: 769px) {
     .blog_celWrap {
         flex-direction: column;
     }
     .blog_celWrap > article {
         width: 100%;
     }
     .col2Side {
         flex-direction: column;
         gap: 0;
     }
     .col2Side_L {
         order: 1;
         flex: 1;
         width: 100%;
     }
     .col2Side_R {
         order: 2;
         flex: 1;
         width: 100%;
     }
 }
  