/* 
商品グループ「実店舗オープンのお知らせ」専用スタイル
URL: https://www.t-east.jp/fs/shokki/c/real
*/
.real-wrapper{
  color: #594634;
  max-width: 750px;
  margin: 20px auto;
}
.real-wrapper img{
  max-width: 100%;
  vertical-align: bottom;
}
.real-wrapper iframe{
  max-width: 100%;
  border: 0;
}
.real-wrapper section{
  overflow: inherit;
}
.real-wrapper h2{
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 10px;
  margin: 50px 0 30px;
  border-bottom: 4px solid #594634;
  text-align: center;
}
.real-wrapper h3{
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 1px dashed #594634;
}
.real-wrapper h2+h3{
  margin-top: 30px;
}
.real-preficon{
  display: inline-block;
  padding: 3px 10px;
  margin-right: 10px;
  background: #594634;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
.real-jumplink{
  margin-bottom: 30px;
}
.real-jumplink>a{
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #594634;
  background: linear-gradient(to top, #ede9e4, #fdfdfd);
  padding: 15px;
  position: relative;
  border: 1px solid #ede9e4;
  transition: opacity .2s ease;
}
.real-jumplink>a:hover{
  opacity: .6;
}
.real-jumplink>a::after{
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #594634;
  border-right: 2px solid #594634;
  transform: rotate(45deg);
}
.real-jumplink>a:not(:last-child){
  margin-bottom: 5px;
}
.real-jumplink>a>span{
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.real-slider .bx-wrapper{
  border: none;
  box-shadow: none;
  margin: 20px 0 0;
}
.real-slider .bx-wrapper .bx-prev,
.real-slider .bx-wrapper .bx-prev:hover{
  left: 0;
  background: none !important;
}
.real-slider .bx-wrapper .bx-prev::before{
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
}
.real-slider .bx-wrapper .bx-next,
.real-slider .bx-wrapper .bx-next:hover{
  right: 0;
  background: none !important;
}
.real-slider .bx-wrapper .bx-next::before{
  content: '';
  position: absolute;
  right: 10px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.real-vr{
  margin: 20px 0;
}
.real-vrLead{
  text-align: center;
  font-weight: bold;
  margin: 0 0 5px;
}
.real-shopinfo{
  width: 100%;
  margin: 20px 0 0;
  border-collapse: collapse;
}
.real-shopinfo tr{
  border-top: 1px dotted #c1bbb6;
  border-bottom: 1px dotted #c1bbb6;
}
.real-shopinfo th,
.real-shopinfo td{
  padding: 7px;
}
.real-shopinfo th{
  color: #9C7148;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  width: 80px;
  background: #f3f1f0;
}
@media screen and (min-width:750px){
  .real-wrapper h2{
    font-size: 24px;
  }
  .real-wrapper h3{
    font-size: 22px;
  }
  .real-preficon{
    font-size: 14px;
  }
  .real-jumplink{
    display: flex;
  }
  .real-jumplink>a{
    flex: 1;
    margin: 0 2px;
  }
  .real-jumplink>a:not(:last-child){
    margin-bottom: 0;
  }
  .real-slider .bx-wrapper .bx-prev{
    left: -40px !important;
  }
  .real-slider .bx-wrapper .bx-next{
    right: -40px !important;
  }
  .real-slider .bx-wrapper .bx-prev::before,
  .real-slider .bx-wrapper .bx-next::before{
    width: 20px;
    height: 20px;
    border-color: #ccc;
  }
  .real-shopinfo th,
  .real-shopinfo td{
    padding: 10px;
  }
}