@charset "utf-8";
/****************************************************************************************************
****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************
****************************************************************************************************/
.homeBlock.culture .homeBlock__body{
    padding: 40px 10px;
    background: url(../../images/home/culture/bg.gif) no-repeat center 0;
    background-size: cover;
    max-width: 1200px;
}
/****************************************************************************************************
****************************************************************************************************/
.culture{
}
/****************************************************************************************************

リスト

****************************************************************************************************/
/*--------------------------------------------------
--------------------------------------------------*/
.cultureList{
    margin: 0 auto;
    max-width: 1070px;
}
@media print, screen and (min-width:737px){
.cultureList{
}
}

.cultureList.-thum{
}
@media print, screen and (min-width:737px){
.cultureList.-thum{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
.cultureList__item{
    position: relative;
    margin-bottom: 20px;
}
    .cultureList__item:last-child{ margin-bottom: 20px !important; }
@media print, screen and (min-width:737px){
.cultureList__item{
    margin-bottom: 40px;
}
    .cultureList__item:last-child{ margin-bottom: 40px !important; }
}

    .cultureList.-thum .cultureList__item{
        margin: 0 auto 20px;
        max-width: 320px;
    }
@media print, screen and (min-width:737px){
    .cultureList.-thum .cultureList__item{
        flex-basis: calc( 320 / 1070 * 100% );
        margin-left: calc( 15 / 1070 * 100% );
        margin-right: calc( 15 / 1070 * 100% );
        margin-bottom: 0;
    }
}
/*--------------------------------------------------
--------------------------------------------------*/
a.cultureList__link{
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #333;
}
@media print, screen and (min-width:737px){
a.cultureList__link{
    margin-bottom: 10px;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
.cultureList__title{
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}
@media print, screen and (min-width:737px){
.cultureList__title{
}
}

    /*サムネイル版*/
    .cultureList.-thum .cultureList__title{ text-decoration: none; }
@media print, screen and (min-width:737px){
    .cultureList.-thum .cultureList__title{ margin-bottom: 0; }
}
/*--------------------------------------------------
--------------------------------------------------*/
.cultureList__thum{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 240px;
}
@media print, screen and (min-width:737px){
.cultureList__thum{
    margin-bottom: 20px;
    height: 240px;
}
}
    /*--------------------------------------------------
    背景の色とあしらい
    --------------------------------------------------*/
    .cultureList__thum::before{
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 5px;
    }
    .cultureList__thum::after{
        content: '';
        position: absolute;
        z-index: 1;
        top: 5px;
        left: 5px;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }
@media print, screen and (min-width:737px){
    .cultureList__thum::after{
        top: 10px;
        left: 10px;
    }
}
        .cultureList__thum::after{ background: url(../../culture/images/common/index/contents/item_bg.gif); }

.cultureList__thum .cms__img{
    position: relative;
    z-index: 3;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .cultureList__thum img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        width: auto;
        height: 100%;
    }

/*--------------------------------------------------
大カテゴリ
--------------------------------------------------*/
.cultureList__category{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
@media print, screen and (min-width:737px){
}
/*--------------------------------------------------
小カテゴリ
--------------------------------------------------*/
.cultureList__subCategory{
    font-weight: bold;
    color: #2792BB;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
}
@media print, screen and (min-width:737px){
.cultureList__subCategory{
    font-size: 1.4rem;
}
}
