@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
html {
    font-size: 62.5%;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#shop-list{
    /* max-width:900px; */
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #edf6f3;
}
#shop-list .pc_none{
    display: none !important;
}
#shop-list img{
    width: 100%
}
#shop-list a{
    display: block;
    position: relative;
}  
#shop-list a:hover{
    opacity: 0.8;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#shop-list .contents{

}
#shop-list section{
    display: flex;
    flex-direction: column;
    padding:3% 0;
    max-width: 900px;
    margin: 0 auto;
    width: 85%;
}
#shop-list .inner{
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
#shop-list .contents.bg1{
    background: #f3f6ef;
}
#shop-list .contents.bg2{
    background: #f9ede6;
}
#shop-list .bg-white {
    padding: 3rem;
    background: #fff;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#shop-list .top-title {
    background: url(/IMAGE/shop-list/title_bg.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
#shop-list h1 {
    margin: 0 auto;
    border-bottom: 5px solid #ab8a53;
    position: relative;
    z-index: 1;
}
#shop-list h1 img{
    max-width: 1000px;
    width: 95%;
}
#shop-list h3 {
    position: relative;
    font-size: 3rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}
#shop-list h3::before {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    color: #ab8a53;
    font-size: 1.4rem;
    line-height: 1;
    content: attr(data-en);
    pointer-events: none;
    transform: translateX(-50%);
    font-family: 'Lato';
    font-weight: lighter;
}
#shop-list p{
    font-size: 1.5rem;
    line-height: 1.6em;
}
/*-----------------------------------------------*/
/*出店店舗*/
/*-----------------------------------------------*/
#shop-list .list-box{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:2rem;
}
#shop-list .list-box li{
    background: #fff;
    width: calc((100% - (1.5rem * 3))/ 3);
    box-sizing: border-box;
    transition: .2s;
}
#shop-list .list-box li a{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding:1rem;
}
#shop-list .list-box .img{
    
}
#shop-list .list-box .flex{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#shop-list .list-box .logo{
    width: 51%;
    margin: 0 auto;
}
#shop-list .list-box .title{
    font-size: 1.5rem;
    padding: .7rem 0;
    color: #ab8a53;
    background: rgb(171 138 83 / 10%);
}
#shop-list .list-box .txt{
    font-size: 1.3rem;
    line-height: 1.7em;
    height: 7rem;
}
/*-----------------------------------------------*/
/*商品読み込み*/
/*-----------------------------------------------*/
#shop-list .pickup-item-slider{
    
}
#shop-list .pickup-item-slider ul{
    display: flex;
    flex-wrap: wrap;
    gap:1.8rem;
}
#shop-list .pickup-item-slider ul >li{
    width: calc((100% - (1.4rem * 4))/ 4);
    box-sizing: border-box;
    background: #fff;
    padding: 1rem;
    transition: .2s;
}
#shop-list .pickup-item-slider ul >li dl{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: .5rem;
}
#shop-list .pickup-item-slider ul >li .p_name{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 400;
    letter-spacing: normal;
    word-break: break-all;
    height: 6.5rem;
}
#shop-list .pickup-item-slider ul >li .p_name a{
    font-size: 1.4rem;
    line-height: 1.5em;
}
#shop-list .pickup-item-slider ul >li .icon{
    display: none;
}
#shop-list .pickup-item-slider ul >li .p_wish{
    display: flex;
    justify-content: flex-end;
}
#shop-list .pickup-item-slider ul >li .p_price{
    text-align: left;
}
#shop-list .pickup-item-slider ul >li .m_price{
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
    font-size: 2rem;
    font-weight: 700;
    color: #eb0007;
    line-height: 1.3em;
}
#shop-list .pickup-item-slider ul >li .p_review{
    text-align: left;
}
/*-----------------------------------------------*/
/*ボタン*/
/*-----------------------------------------------*/
#shop-list .btn-black {
    position: relative;
    margin: 0;
}
#shop-list a .btn-black {
    position: relative;
    background-color: #222;
    color: #fff;
    padding: .7rem 0;
    border-radius: 5px;
    font-size: 1.3rem;
    border: 1px solid #222;
    transition: .2s;
}
#shop-list a .btn-black.red {
    background-color: #cf1d2b;
    border: 1px solid #cf1d2b;
}
/*矢印*/
#shop-list .btn-black::after{
    position: absolute;
    right: 3rem;
    bottom:0;
    top: 0;
    display: block;
    content: "";
    width: .4em;
    height: .4em;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s;
}
/*hover*/
#shop-list a:hover .btn-black {
    background-color: #fff;
    color: #222;
}
#shop-list a:hover .btn-black.red {
    background-color: #fff;
    color: #cf1d2b;
}
#shop-list .btn-black:hover::after,
#shop-list a:hover .btn-black::after{
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
#shop-list .btn-black.red:hover::after,
#shop-list a:hover .btn-black.red::after{
    border-top: 2px solid #cf1d2b;
    border-right: 2px solid #cf1d2b;
}
