@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.spot{
    background: url(../../images/home/spot/bg.gif);
}
.homeBlock.spot .homeBlock__body{
    padding: 20px 10px;
    max-width: 1140px;
    background-color: rgba(255,255,255,0.9);
}
@media print, screen and (min-width:737px){
.homeBlock.spot .homeBlock__body{
    padding: 40px 0;
}
}
/****************************************************************************************************
****************************************************************************************************/
/*--------------------------------------------------
--------------------------------------------------*/
.spotList{
    margin: 0 auto 40px;
    max-width: 1120px;
}
@media print, screen and (min-width:737px){
.spotList.-thum{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
.spotList__item{
    position: relative;
    margin-bottom: 20px;
}
    .spotList__item:last-child{ margin-bottom: 20px !important; }
@media print, screen and (min-width:737px){
.spotList__item{
    margin-bottom: 40px;
}
    .spotList__item:last-child{ margin-bottom: 40px !important; }
}

    .spotList.-thum .spotList__item{
        margin: 0 auto 20px;
        max-width: 320px;
    }
@media print, screen and (min-width:737px){
    .spotList.-thum .spotList__item{
        flex-basis: calc( 340 / 1120 * 100% );
        max-width: 340px;
        margin-left: calc( 15 / 1120 * 100% );
        margin-right: calc( 15 / 1120 * 100% );
        margin-bottom: 0 !important;
    }
}
    /*--------------------------------------------------
    背景の色とあしらい
    --------------------------------------------------*/
    .spotList__item::before{
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 5px;
    }
    .spotList__item::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){
    .spotList__item::after{
        top: 10px;
        left: 10px;
    }
}
        .spotList__item::after{ background: url(../../spot/images/common/index/contents/item_bg.gif); }
/*--------------------------------------------------
--------------------------------------------------*/
.spotList__link{
    position: relative;
    z-index: 2;
    display: block;
    text-decoration: none;
}
@media print, screen and (min-width:737px){
}

    .spotList.-text .spotList__link{ padding: 10px; }
    .spotList.-thum .spotList__link{ padding: 5px; }
@media print, screen and (min-width:737px){
    .spotList.-text .spotList__link{ padding: 20px; }
    .spotList.-thum .spotList__link{ padding: 10px; }
}

    .spotList.-thum .spotList__link{ color: #333; }
/*--------------------------------------------------
--------------------------------------------------*/
.spotList__title{
    text-decoration: underline;
    font-weight: bold;
}
@media print, screen and (min-width:737px){
.spotList__title{
    margin-bottom: 5px;
}
}

    /*サムネイル版*/
    .spotList.-thum .spotList__title{ text-decoration: none; }
@media print, screen and (min-width:737px){
    .spotList.-thum .spotList__title{ margin-bottom: 0; }
}
/*--------------------------------------------------
--------------------------------------------------*/
.spotList__thum{
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
@media print, screen and (min-width:737px){
.spotList__thum{
    height: 240px;
}
}
    .spotList__thum img{
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        width: auto;
        height: 100%;
    }



