@charset "utf-8";

.top_visual {
    position: relative;
    padding: 57px 0 44px !important;
    overflow: hidden;
}

.top_visual .photo{
    position: absolute;
    top: 0;
    right: calc((100% - 1100px)/2);
}



 .shop{
    background-color: #EFFBE4;
 }

 .shop.small{
    background-color: #F2F2F2;
    padding: 22px 25px 15px 25px;
    margin: 0 0 20px 0;
}


.shop.small .title{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.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);
}
.top_visual h2 .small {
    font-size: 18px;
}

/* .shop .shop_list.type02 ul li {
    width: 46%;
    margin: 0px 5px;
} */


@media screen and (max-width: 767px){
.top_visual h2 .small {
    font-size: 18px;
    display: block;
}
.top_visual .photo {
    position: absolute;
    top: 0;
    right: -170px !important;
}
}
