@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* トップページスライダー用 */
    .index_slider_wrap{
        padding: 2em 0;
        margin-top: 1em;
        background: #FDFDFD;
    }    
    .index_slider{
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }    
    
    .index_slider .swiper-slide{
        margin: 0;
        padding: 0;
          background:#FFF;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  
    }
    
    .index_slider .swiper-slide a{
        display: block;
        position: relative;
        color: #FFF;
    }
    
    .index_slider figure{
        overflow: hidden;
    }
    .index_slider figure img{
        display: block;
        transform: scale(1);
        transition: all 0.3s ease;
        aspect-ratio: 1.5 / 1;
        width: 100%;
        object-fit: cover;        
        
    }
    .index_slider .swiper-slide a:hover figure img{
        transform: scale(1.1);
    }    
    
    .index_slider_meta{
        position:absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.6);
        padding: 1em;
    }
    
    .index_slider_category{
        border:solid 1px;
        padding: .25em .5em;
        font-size:0.7em;
        margin-right: 1em;
    }
    .index_slider_meta time{
        font-size:0.8em;
    }
    .index_slider_title{
        font-size:.9em;
        margin: .5em 0 0 ;
        line-height: 1.4;
    }
    .index_slider_wrap .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:auto;
        padding-top: 1em;
    }

.list-title,
.archive-title,
.entry-title,
strong{
font-family: "MFW-PA1GothicStdN-Medium";
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
