@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

section * + .buttonStyle.single{
    margin-top: 20px;
}

/* --------------------------------
   □ #pickup
-------------------------------- */ 
#pickup .pickuplist{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap:20px 0;
}
#pickup .pickuplist li.half{
    width: calc(50% - 10px);
}
#pickup .pickuplist li img{
    width: 100%;
}

@media only screen and
(max-width : 767px) {

    #pickup .pickuplist{
        gap:10px 0;
    }
    
    #pickup .pickuplist li.half{
        width: auto;
    }

}


/* --------------------------------
   □ #shoplist
-------------------------------- */ 
#shoplist {
    overflow: hidden;
}

#shoplist .maplist{
    position: relative;
}
#shoplist .maplist .map{
    margin: 0;
    padding-bottom: 98px;
    text-align: center;
}

#shoplist .maplist ul.pref > li{
    position: absolute;
    
    margin: 0;
    text-align: center;
    background: #B0F792;
    padding: 8px;
    width: 129px;
}

    #shoplist .maplist ul.pref > li.double{
        width: 249px;
    }

    #shoplist .maplist ul.pref li >dl{
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        gap:9px 9px;
    }
    #shoplist .maplist ul.pref li >dl >dt{
        font-weight: 700;
        font-size: 1.5rem;
        width: 100%;
    }
    #shoplist .maplist ul.pref li >dl > dd{
        width: 100%;
        font-weight: 700;
        font-size: 1.5rem;
    }
    #shoplist .maplist ul.pref li.double >dl > dd{

        width: calc(50% - 4.5px)
    }
    #shoplist .maplist ul.pref li >dl > dd a{
        display: block;
        background: #fff;
        color: #000;
        padding: 5px 0;
        text-decoration: none;
        transition: .5s;
    }
    #shoplist .maplist ul.pref li >dl > dd a:hover{
        background: rgba(255,255,255,0.7);
    }

    #shoplist .maplist ul.pref > li.touhoku{
        left: 800px;
        top:34px;
    }

    #shoplist .maplist ul.pref > li.hokuriku{
        left: 478px;
        top:70px;
    }

    #shoplist .maplist ul.pref > li.kanto{
        left: 722px;
        top:216px;
    }

    #shoplist .maplist ul.pref > li.toukai{
        left: 608px;
        top:466px;
    }

    #shoplist .maplist ul.pref > li.kansai{
        left: 337px;
        top: 33px;
    }

    #shoplist .maplist ul.pref > li.chugoku{
        left: 185px;
        top: 237px;
    }

    #shoplist .maplist ul.pref > li.shikoku{
        left: 459px;
        top: 466px;
    }
    #shoplist .maplist ul.pref > li.kyushu{
        left: 72px;
        top: 372px;
    }

@media (max-width: 999px) and 
(min-width: 768px) {
    #shoplist .maplistWrap{
        overflow: auto;
    }
    
    #shoplist .maplist{
        width: 1000px;
    }
    #shoplist .maplist .map{
        margin-left: 203px;
        text-align: left;
    }

}

@media only screen and
(max-width : 767px) {

#shoplist .maplist{
    position: relative;
}
#shoplist .maplist .map{
    display: none;
}

#shoplist .maplist ul.pref > li{
    position: static;
    margin: 0;
    text-align: center;
    background: #B0F792;
    padding: 11px;
    width: auto;
}

#shoplist .maplist ul.pref > li + li{
    margin-top: 10px;
}
    
    #shoplist .maplist ul.pref > li.double{
        width: auto;
    }

    #shoplist .maplist ul.pref li >dl{
        gap:10px 10px;
    }
    #shoplist .maplist ul.pref li >dl >dt{
        font-size: 1.6rem;
        width: 100%;
    }
    #shoplist .maplist ul.pref li >dl > dd{
        font-size: 1.6rem;
    }
    #shoplist .maplist ul.pref li >dl > dd,
    #shoplist .maplist ul.pref li.double >dl > dd{
        width: calc(50% - 5px)
    }

    #shoplist .maplist ul.pref li >dl > dd a:hover{
        background: rgba(255,255,255,1.0);
    }

}



/* --------------------------------
   □ #news
-------------------------------- */ 

#news .feeds{
    margin-top: 36px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}
#news .feeds .newsList{
    width: calc(50% - 10px);
}

#news .newsList{
    position: relative;
}
#news .newsList a {
    color: #000;
    text-decoration: underline;
}
#news .newsList a:hover {
    color: #888;
}
#news .newsList .news_box {
    height: 350px;
    overflow-y: auto;
}

#news .newsList .news_box > dl {
    overflow: hidden;
    padding: 0 10px 0 0;
    font-size: 1.4rem;
}

#news .newsList .news_box > dl dt {
    width: 7em;
    float: left;
    color: #2a4f06;
    padding: 16px 0 16px;
}

#news .newsList .news_box > dl dd {
    padding: 16px 0 16px 7.2em;
    border-bottom: 1px dotted #dfdfdf;
}

#news .newsList ul.list li{
    font-size: 1.4rem;
    padding: 16px 0 16px 0;
    border-bottom: 1px dotted #dfdfdf;
}


@media only screen and
(max-width : 767px) {
    #news .feeds{
        margin-top: 36px;
        display: block;

    }
    #news .feeds .newsList{
        width: auto;
    }
    #news .feeds .newsList + .newsList{
        margin-top: 36px;
    }
}


#news .relationLink{
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#news .relationLink li{
    width: calc(50% - 10px);
}
#news .relationLink li a{
    display: block;
    color: #fff;
    background: #1C4BB1 url("../../images/top/btn_background.svg") 0 0 no-repeat;
    background-size: auto 100%;
    padding: 38px;
    text-align: center;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 700;
    transition: .5s;
}
#news .relationLink li a span{
    position: relative;
    padding-left: 32px;
}
#news .relationLink li a span::before{
    transition: .3s;
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    background: url("../../images/common/icon/arrow/lightgreen.svg") 0 0 no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 17px;
}
#news .relationLink li a:hover{
    background-color: #153E98;
}
#news .relationLink li a:hover span::before{
    left: 3%;
}

@media only screen and
(max-width : 767px) {

    #news .relationLink{
        display: block;
    }
    #news .relationLink li{
        width: auto;
    }
    #news .relationLink li + li{
        margin-top: 14px;
    }
    #news .relationLink li a{
        padding: 28px;
        font-size: 2.0rem;
    }
    #news .relationLink li a span{
        padding-left: 32px;
    }

    #news .relationLink li a:hover span::before{
        left: 0;
    }

}

/* --------------------------------
   □ #service
-------------------------------- */ 
#service .servicelist{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap:20px 0;
}
#service .servicelist li.half{
    width: calc(50% - 10px);
}
#service .servicelist li img{
    width: 100%;
}

@media only screen and
(max-width : 767px) {

    #service .servicelist{
        gap:10px 0;
    }
    
    #service .servicelist li.half{
        width: auto;
    }

}
