@charset "UTF-8";

#bg-img+.widget_shop01{
    background-size: cover!important;
    background-position: top center!important;
}
@media screen and (min-width: 801px){
#bg-img+.widget_shop01 .inner_item_img{
    float: right;
}
}
#bg-img+div::before{
    content:"";
    position:absolute;
    display: block;
    background: url(/common/upload_data/hanabusa-unagicom/image/bg_left_1.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 500px;
    height: 500px;
    bottom: 0;
    opacity: .4;
}
@media screen and (max-width: 600px){
#bg-img+div::before{
    width: 250px;
    height: 250px;
    display: none;
}
}

/*----------背景画像変更----------*/

#bg-img+div::before{
    background-image: url(/common/upload_data/hanabusa-unagicom/image/20230704105036.png)!important;
}

/*----------アクセスパーツ----------*/
.widget_shop01 .wrapper_item {
    max-width: calc(1680px - var(--i_padding, 20px) * 2);
}
.widget_shop01 .inner_item_txt {
    padding-right: 2vw;
}
.widget_shop01 dd {
    width: 40%;
}

@media screen and (max-width: 800px) {
    .widget_shop01 dd,
    .widget_shop01 dt
     {
         width: 100%;
    }
}
