/* ================================================================================

ヘッダー

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
    /*メイン画像*/
    .top_main{
        padding-top: 130px;
        color:#fff;
        width: 100vw;
        height: 88vh;
        background:url(../img/top-img.jpg) no-repeat center bottom / cover;
        background-attachment: fixed;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .top_main p{
        font-size: 37px;
        -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
        -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
        -ms-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
    }

}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
    .top_main {
        color: #fff;
        width: 100vw;
        height: 35vh;
        background: url(../img/top-img-sp.jpg) no-repeat center top / 100%;
          background-attachment: scroll;
        background-attachment: fixed;
        display: table-cell;
        vertical-align: middle;
        padding-top: 70vw;
      }
      .top_main p{
        font-size: 8vw;
        text-align: center;
        -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
        -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
        -ms-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    }
}

/* ================================================================================

エキシビション

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
   /* ＝＝＝＝新着＝＝＝＝  */
    ul.news_box{
        padding: 0 !important;
        text-align: center;
        font-size: 0;
    }
    ul.news_box > li{
        list-style-type: none;
        font-size: 18px;
        width: 400px;
        display: inline-block;
        vertical-align: top;
    }
    ul.news_box > li:first-of-type{
        margin-right: 50px;
      }

    /* サムネイル画像設定 */
    .news_thumbnail img{
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
        width: 100%;
        height:300px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /* IE対策 */
    }

    /* 日付設定 */
    .news_day{
        font-size: 16px;
        background: #212121;
        color: #fff;
    }
    
    /* タイトル */
    .news_title{
        margin-bottom: 10px;
        padding: 10px 0 2px;
        border-bottom: dotted 1px #212121;
    }
    /* テキスト設定 */
    .news_text{
        text-align: left;
    }
    .news_title a,
    .news_text a{
        color: #212121;
    }

}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
.row01{
    padding: 0 4vw;
}


    /* ＝＝＝＝新着＝＝＝＝  */
    ul.news_box{
        padding: 0 !important;
        text-align: center;
        font-size: 0;
    }
    ul.news_box > li{
        list-style-type: none;
        font-size: 4vw;
    }
    ul.news_box > li:first-of-type{
        margin-bottom: 14vw;
      }

    /* サムネイル画像設定 */
    .news_thumbnail img{
        width: 100%;
        height: auto;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /* IE対策 */
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }

    /* 日付設定 */
    .news_day{
        font-size: 3.5vw;
        background: #212121;
        padding: 2vw 5vw;
        color: #fff;
    }
    /* タイトル */
    .news_title{
        margin-bottom: 1em;
        padding: 1em 0 0.4em;
        border-bottom: dotted 1px #212121;
    }
    /* テキスト設定 */
    .news_text{
        margin: 0 auto;
        text-align: left;
    }
    .news_title a,
    .news_text a{
        color: #212121;
    }

}


/* ================================================================================

ショップ

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

    .shop_gallery{
        display: inline-block;
        width: 45% !important;
        margin: 0 auto;
    }
}



