/* **************************************************
  		　        スライドショー
************************************************** */
#slide1 .caption {
    left:1rem; 
    bottom:4rem;
}
#slide2 .caption {
    right:0rem; 
    top:8rem;
}
#slide3 .caption {
    right:0rem; 
    top:6rem;
}
#slide4 .caption {
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
  
#slide1 .caption h2 img {
    width:40.9vw;
    height:auto;
}
#slide2 .caption h2 img {
    width:53.7vw;
    height:auto;
}
#slide3 .caption h2 img {
    width:40.9vw;
    height:auto;
}
#slide4 .caption h2 img {
    width:49.0vw;
    height:auto;
}

/* **************************************************
  		　        新着情報
************************************************** */
section#news ul {
    display:block;

}
section#news ul li {
    flex-basis:100%;
    width:100%;
}

/* **************************************************
  		　        源太について
************************************************** */
section#about {
    background:url('../img/index/about_bg.svg') #000 no-repeat center center;
    background-size:auto 110% ;
    padding:2rem 0;
}

/* **************************************************
  		　       源太の逸品・メニューPDF
************************************************** */
section#ippin dl {
    display:block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
section#ippin dl div {
    margin-bottom:4rem;
}



