@charset "utf-8";


.top_visual {
    position: relative;
    padding: 64px 0 54px !important;
    overflow: hidden;
}

.top_visual .photo{
    position: absolute;
    top: 0;
    right: calc((100% - 1100px)/2);
}

.picture_list {
    position: relative;
}

.picture_list > .photo{
        position: absolute;
    top: -40px;
    left: -20px;
}

 .shop{
    background-color: #EFFBE4;
 }

 .shop.small{
    background-color: #F2F2F2;
    padding: 22px 25px 30px 25px;
}


.shop.small .title{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}


.bold{
    font-weight: bold;


}

.moveline{
    position: relative;
    background: linear-gradient(transparent 40%, rgba(159, 194, 57, .3) 0%);
}

/*.moveline:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(transparent 40%, rgba(159, 194, 57, .3) 0%);
}*/

.gray{
    font-size: 14px !important;
    color: #949494;
    padding: 10px 0 0 0;
}

.common-table.type01 th {
    width: 220px;
 
}

.shop.small {
    background-color: #F2F2F2;
    padding: 22px 25px 30px 25px;
    margin: 0 0 20px 0;
}

.shop .shop_list ul {
    display: flex;
    justify-content: center;
}


.shop .shop_list ul li{
    padding:0 10px;
}

.shop.small .detail {
    font-size: 14px;
    padding: 0 18px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Noto Sans JP";
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    margin: -10px 0 0 0;
}

.shop.small .detail a {
    position: relative;
    text-decoration: underline;
    padding: 0 15px 0 0px;
}


.shop.small .detail a:after{
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    right: 4px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #AEAEAE;
    border-right: 2px solid #AEAEAE;
    box-sizing: border-box;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


@media screen and (max-width: 767px){
.product_area .product_right {
    padding: 20px 0 0 0;
}


.product_table.two {
    padding: 0px 0 30px 0;
}

.product_table.sp_mode {
    padding: 0px 0 20px 0;
}
}

@media screen and (max-width: 767px){
.picture_list > .photo{

    top: -65px;
    transform: scale(.7);
}
.shop .shop_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop .shop_list ul li {
    padding: 0;
}
}


@media screen and (max-width: 767px){
.top_visual .photo {
    position: absolute;
    top: 0;
    right: -230px !important;
}
}