#top-wrap{
  background-image: url(https://dgreen.jp/ubutadou/img/bg-img04.jpg);
  background-size: 1200px;
}

.slider {
  margin: 60px 0 110px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #E3E3E3 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #74325C !important;
}

#shop-list{
  margin: 10px 0;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 100%;
}
.shop_name{
  color: #fff;
  margin-bottom: 4px;
}
#shop-list p{
  color: #fff;
  margin-bottom: 15px;
}

@media all and (min-width:728px) {
  #slider {
    margin-left: 50%;
  }
  #slider div {
    margin-left: -375px; /* 750 / 2 */
    margin-right: 395px !important; /* 750 / 2 + 20 */
  }
}
@media all and (max-width:728px) {

}

.top-mainimg{
  padding: 193px 0 0;
}
.top-mainimg img{
  width: 100%;
}
@media all and (min-width:415px) {}
@media all and (max-width:414px) {
  .top-mainimg{
    padding: 90px 0 0;
  }
}
/****************************
うぶた堂からのお知らせ
****************************/
#top-news{
  background-image: url(https://dgreen.jp/ubutadou/img/bg-img05.jpg);
  margin: 0;
  background-size: 1200px;
  padding: 54px 0;
}

#top-news h2{
  margin: 0;
}
#top-news h2 img{
  max-width: 164px;
  width: 100%;
}
#top-news .wrap div{
  padding: 20px 0 20px 60px;
  float: inherit;
}


@media all and (min-width:415px) {
  #top-news .wrap{
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
    padding: 0 20px;
  }
}
@media all and (max-width:414px) {
  #top-news .wrap{
    padding: 0 20px;
  }
  #top-news h2{
    text-align: center;
  }
  #top-news h2 img {
    max-width: 124px;
  }
  #top-news .wrap div{
    padding: 30px 0 20px 0px;
  }
}

/****************************
トップページ　リード文
****************************/
#top-about{
  background-image: url(https://dgreen.jp/ubutadou/img/bg-img01-pc.png);
  background-size: 876px;
  background-repeat: no-repeat;
  background-position: center top;
}
#top-about .wrap{
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 100px 20px 100px;
}
#top-about .wrap .catchcopy{
  font-size: 26px;
  color: #312416;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#top-about .wrap .lead{
  line-height: 2;
}

@media all and (min-width:415px) {}
@media all and (max-width:414px) {
  #top-about{
    background-image: url(https://dgreen.jp/ubutadou/img/bg-img01-sp.png);
    background-size: 90%;
  }
  .slider{
    padding: 0 20px;
  }
}

/****************************
トップページ　オススメ商品
****************************/
#top-itemList{}
#top-itemList .wrap{
  max-width: 768px;
  margin: 0 auto 130px;
  width: 100%;
  text-align: center;
  padding: 0 20px 0;
}

#top-itemList .box a:not(.btn01){
  position: relative;
  display: block;
  overflow: hidden;
}
#top-itemList  a:not(.btn01){
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
#top-itemList a:not(.btn01):hover::before{
  content: "";
  width: 100%;
  display: block;
  border: 0.9em solid #74325d;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
}
#top-itemList .box{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#top-itemList .box a:not(.btn01){
  width: 48%;
  margin: 0 0 4%;
}
#top-itemList a:not(.btn01) img{}
#top-itemList .box a:not(.btn01){
  margin: 0 0 4%;
}
@media all and (min-width:415px) {

}
@media all and (max-width:414px) {

}


/****************************
トップページ　店舗案内
****************************/
#top-access{}
#top-access h2{
  text-align: center;
  height: 206px;
  width: 78px;
  margin: 0 auto -30px;
  border-top: 4px solid #4B243D;
  border-left: 1px solid #4B243D;
  border-right: 1px solid #4B243D;
  border-bottom: 1px solid #4B243D;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
  background: #fff;
}
#top-access h2 span{
  color: #4B243D;
  font-size: 22px;
  position: absolute;
  left: 30%;
  right: auto;
  top: 5px;
  bottom: 0;
  letter-spacing: 0.6em;
}
#top-access .map-wrap{
  position: relative;
  z-index: 1;
  background: #4B243D;
  padding: 0 0 40px;
}
#top-access .map01{
  padding: 80px 0 40px;
}
#top-access .map-wrap .box{
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-access .map-wrap .box img{
  width: 40%;
  height: 318px;
  object-fit: cover;
}
#top-access .map-wrap .box .map{
  width: 60%;
}
#top-access .map-wrap .box .map iframe{
  border: 0;
  height: auto;
  min-height: 318px;
  width: 100%;
}
.shop-name{
  margin: 30px 0 10px;
  font-size: 18px;
  color: #fff;
  max-width: 1100px;
  padding: 0 20px;
  box-sizing: border-box;
}
.shop-address{
  color: #fff;
  max-width: 768px;
  padding: 0 20px;
}

.oem{
  margin: 70px 0 0;
  padding: 0 20px;
}
.oem a{
  color: #4d253f;
  font-size: 17px;
  border: 1px solid;
  display: block;
  max-width: 642px;
  margin: 0 auto;
  padding: 18px 20px;
}
.oem a:hover{
  background: #4d253f;
  color: #fff;
}

@media all and (min-width:415px) {
  .oem{
    text-align: center;
  }
}
@media all and (max-width:414px) {
  #top-access .map-wrap .box img{
    height: 150px;
    width: 50%;
    height: 150px;
  }
  #top-access .map-wrap .box .map{
    width: 50%;
  }
  #top-access .map-wrap .box .map iframe{
    height: 150px;
    min-height: 100%;
  }
  .shop-name{
    text-align: left;
    font-size: 17px;
  }
}
