@charset "utf-8";

/* ********** lead  ********** */

.main{
    padding: 0 4%;
}


.lead{
    margin-top: 40px;
}


.lead--logo{
    display: block;
    width: 95px;
    height: 34px;
    margin: 0 auto ;
}

.cap__txt{
    margin-top: 5px;

}

.lead__txt{
    margin-top: 50px;
    text-align: center;
    line-height: 2;
}


.lead__txt2{
    margin-top: 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.shop__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto 0;
    padding: 10px 4% 30px;
    background: #FFF;

}


.shop__itemcap{
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    width: 48%;
    line-height: 1.2;
    text-decoration:underline;

}

/* 
.shop__itemcap::before{
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(..//images/top/shop_no1.png);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}


.item--2::before{
    background-image: url(..//images/top/shop_no2.png);
}
.item--3::before{
    background-image: url(..//images/top/shop_no3.png);
}
.item--4::before{
    background-image: url(..//images/top/shop_no4.png);
}
.item--5::before{
    background-image: url(..//images/top/shop_no5.png);
}
.item--6::before{
    background-image: url(..//images/top/shop_no6.png);
}
.item--7::before{
    background-image: url(..//images/top/shop_no7.png);
} */

.item__capimg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.item--group{
    display: flex;

}

.shop__itemcap:hover {
    opacity: 0.5;
}

.lead__txt3{
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.no{
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px;

}


.shop__map1Pc{
    display: none;
}

.shop__map1Sp{
    display: block;
    margin: 10px auto 0;
}


@media screen and (min-width:769px) {
    .main{
    padding: 0 14%;
}

.lead--logo{
    width: 219px;
    height: 65px;
    margin: 50px auto 0 ;
}

.cap__txt{
    margin-top: 15px;

}


.lead__txt{
    font-size: 1.8rem;
}

.lead__txt2{
    margin-top: 60px;
}


.shop__list{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    max-width: 1024px;
    justify-content: center;
    margin: 10px auto 0;
    padding: 30px 15% 40px ;
    
}


.shop__itemcap{
    margin-top: 20px;
    width: auto;
    line-height: 1.2;
}


.lead__txt3{
    margin-top: 50px;
    font-size: 1.6rem;
}

.no{
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    bottom: 6px;

}

.shop__map1Sp{
    display: none;
}

.shop__map1Pc{
    display: block;
    margin: 15px auto 0;
}

}

/* pc 769px */



/* shop */

.shop__group{
    background: #FFF;
    margin: 50px auto;
    padding: 40px 2%;

}


.tab__list{
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 2%;
}

.tab__item{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 3px 7px;
    border-radius: 5px;
}

.item--refresh{
    background: #BAD97C;
}

.item--iitokodori{
    background: #A6DDE6;
}

.item--mankitsu{
    background: #EFA684;
}

.shop__cap{
    font-size: 1.8rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.6;
}

.shop__no{
    width: 26px;
    height: 26px;
    margin-right: 5px;

}

.shop_img{
    margin-top: 30px;
}

.shop__subcap{
    margin-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
}

.shop__txt{
    margin-top: 20px;
}


/*＊＊＊＊＊＊ テーブル部分＊＊＊＊＊ */

/* table{
    margin-top: 30px;
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td{
    padding: 10px;
    border: solid 1px #ccc;
    text-align: left;
    box-sizing: border-box;

}

.table th{
    background: #ECFDCB;
    font-size: 1.6rem;
}

.table td{
    font-size: 1.6rem;
    font-weight: 400;

}

.hp{
    text-decoration: underline;
} */

table{
    margin-top: 30px;
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td{
    display: block;
    width: 100%;    
    padding: 10px 30px;
    /* border: solid 1px #A7CB62;
    border-bottom: none; */
    text-align: left;
    box-sizing: border-box;

}

.table th{
    background: #ECFDCB;
    font-size: 1.6rem;
    border-top: solid 1px #A7CB62
}

.table td{
    font-size: 1.6rem;
    font-weight: 400;

}

.hp{
    text-decoration: underline;
}


@media screen and (min-width:769px) {

.shop__group{
    max-width: 1024px;
    margin: 80px auto;
    padding: 40px 7%;
}


.tab__list{
    margin-top: 40px;
    gap: 3%;
}

.spbr{
    display: none;
}

.tab__item{
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 5px;
}

.shop__cap{
    font-size: 2rem;
}

.shop__no{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}


.shop__pcGroup{
    display: flex;
    align-items: flex-start;
    gap: 4%;
    margin: 40px auto 0;
}


.shop_img{
    display: block;
    width: 46%;
    margin-top: 0;
}

.shop__subcap{
    margin-top: 0;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
}

.shop__txt{
    margin-top: 10px;
}


/*＊＊＊＊＊＊ テーブル部分＊＊＊＊＊ */

/* table{
    margin-top: 30px;
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td{
    padding: 10px;
    border: solid 1px #ccc;
    text-align: left;
    box-sizing: border-box;

}

.table th{
    background: #ECFDCB;
    font-size: 1.6rem;
}

.table td{
    font-size: 1.6rem;
    font-weight: 400;

}
 */

table{
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}

.table th,
.table td{
    display:inline-block;
    display: table-cell;
    width: 0;    
    padding: 5px 20px;
    text-align: left;
    box-sizing: border-box;

}

.table th{
    background: #ECFDCB;
    width: 9.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
    border-top: solid 1px #A7CB62
}

.table td{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    width: 70%;
    border-top: solid 1px #A7CB62

}

.table tr:last-child{
    border-bottom: solid 1px #A7CB62
}

    
}


/* pc 769px */


/* map */

.map__txt{
    font-size: 1.8rem;
    text-align: center;
}


.map__umap{
    display: block;
    margin: 10px auto 0;
    max-width: 500px;
}



@media screen and (min-width:769px) {
.map__txt{
    margin-top: 100px;
    font-size: 2rem;
}


.map__umap{
    margin: 30px auto 0;
    max-width: 1024px;
}

}






/* px 769px */