.ebisu-topic-acp {
    width: 912px;
    margin: 0 auto 30px;
    background-color: #000;
}

.ebisu-acp-top {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}

.ebisu-acp-banner {
    display: block;
    z-index: 101;
    cursor: pointer;
    margin-bottom: 20px;
}
.ebisu-acp-banner:hover {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}
.ebisu-acp-banner .ebisu-acp-top {
    height: 120px;
}
.ebisu-acp-banner .ebisu-acp-top .ebisu-acp-frame{
    height: 99px;
}

.ebisu-acp-cross {
    border: 7px solid #000;
    height: 243px;
}
.ebisu-acp-frame {
    position: absolute;
    width: 600px;
    height: 220px;
    border: 1px solid #fff;
    margin: 10px;
    z-index: 1;
}
.ebisu-topic-acp .ebisu-acp-frame {
    width: 900px;
}

.ebisu-acp-cross .ebisu-acp-frame {
    position: absolute;
    width: 920px;
    height: 235px;
    border: none;
    margin: 0;
    z-index: 1;
    background-image: url(/images/ebisu-acp/frame-pc.png);
    background-repeat: no-repeat;
    top: 4px;
    left: 8px;
}

.ebisu-acp-title {
    height : 101px;
    width : 553px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
}
.ebisu-acp-cross .ebisu-acp-title {
    height: 130px;
    width: 260px;
    opacity: 0.8;
    top: 55px;
    left: 185px;
    z-index: 1;
    padding: -8px;
    box-shadow: 0 0 0 3px #AA9B85, 0 0 0 12px rgba(0,0,0,0.8);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.7);
}

.ebisu-topic-acp .ebisu-acp-title {
    width: 370px;
    left: 280px;
}
.ebisu-acp-title-text-box {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
    line-height: 1;
}
.ebisu-acp-title-text {
    font-size: 22px;
    line-height: 1.2;
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    text-align: left;
    display: block;
}
.ebisu-acp-banner .ebisu-acp-title-text {
    line-height: 1.4;
    letter-spacing: 8px;
}
.ebisu-acp-title-text-last{
    margin-top: 10px;
}

.ebisu-acp-cross .ebisu-acp-title-text {
    font-size: 15px;
    text-align: center;
}

.ebisu-acp-top-inner {
    overflow: hidden;
    width: 620px;
    letter-spacing: -.40em;
    font-size:0;
    margin: 0 auto;
}
.ebisu-topic-acp .ebisu-acp-top-inner {
    width: 930px;
}

.ebisu-acp-list-box {
    height: 240px;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.ebisu-acp-list {
    display:table-cell;
    height: 240px;
    letter-spacing: normal;
    font-size:0;
    overflow: hidden;
    position: relative;
    background: #000;
}
.ebisu-acp-cross li.ebisu-acp-list {
    display: table-cell ;
    height: 240px ;
    width: 100%;
    background-color: #3c170d;
}

.ebisu-acp-list-img {
    width: 100%;
    position: absolute;
    top: -150%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.6;
}
.ebisu-acp-cross .ebisu-acp-list-img {
    width: 300px;
    top: -100%;
}
#topic.ebisu-topic-acp-topic {
    background-color: transparent;
}

.ebisu-topic-acp-topic .restaurant {
    /*height: 520px;*/
}

/* arrow in banner */
.ebisu-acp-arrow-box {
    position: absolute;
    top: 45px;
    right: 20px;
}
.ebisu-acp-arrow {
    width: 30px;
    height: 30px;
}

.ebisu-acp-label {
    position: absolute;
    top: 11px;
    right: 15px;
    background-color: #ea9e1a;
    z-index: 1;
    border-radius: 0 0 5px 5px;
}
.ebisu-acp-label-text {
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
}

.ebisu-acp-flag {
    width: 100px;
    position: absolute;
    z-index: 999;
    text-align: center;
    font-size: 12px;
    right: 0;
    bottom: -10px;
    margin-right: 0;
    color: #f4ede2;
    background: url("/images/ebisu-acp/corner.png") no-repeat;
    background-position: bottom;
    background-size: 140px;
    height: 52px;
}
.ebisu-acp-flag-text {
    position: absolute;
    width: 50px;
    right: 8px;
    bottom: 6px;
}


.info {
	height: 70px;
}

.restaurant-img{
	min-width: 100%;
	min-height: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0,0,0,0.1);
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    border-radius: 1px;
    background: #FFF;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 2px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 2px;
}

.btn:hover {
     background: #eee;
     text-decoration: none;
 }
 .restaurant_info .btn-type-3 a,
 .restaurant_info .btn-type-4 a {
 	color:#fff !important;
 }
 .btn.btn-type-3 {
 	background: #e68201;
 }
 .btn.btn-type-3:hover {
   background: #cd7401;
 }
.btn.btn-type-4 {
  background: #6aac2a;
 }

.btn.btn-type-4:hover {
  background: #528420;
}
.btn:hover {
    background: #eee;
    text-decoration: none;
}
.btn-type-4>a {
    font-weight: bold;
    color: #FFF;
}
.btn>a {
    display: block;
    padding: 10px 14px;
    color: #60401b;
    text-decoration: none;
}
.reservation_btn_box {
    margin: -10px auto 0;
    text-align: center;
    background: #f6f3ed;
    padding-bottom: 10px;
}
#masonry .reservation_btn_box {
    margin: -39px auto 0;
}

.restaurant_btn-list {
     margin-bottom: 0px;
 }
.restaurant_btn-list>li {
     display: inline-block;
     min-width: 78px;
     margin-right: 6px;
     border-radius: 2px;
     font-size: 11px;
     text-align: center;
     font-weight: bold;
 }
 .restaurant_btn-list > li:last-child {
   margin-right: 0;
 }
.restaurant_btn-list .btn {
  font-size: 11px;
  border-radius: 2px;
  box-shadow: inherit;
 }
.restaurant_btn-list>li .btn a {
     color: #fff !important;
 }

.reservation_btn {
    padding: 3px 32px 8px !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 12px;
}
.reservation_btn > span:before {
    content: url(https://aa.retty.me/images/reservation/icon-reserve-book-22b79f5a.png);
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.restaurant_member_icon {
  margin-bottom: 6px;
}
.restaurant_member_icon p {
  padding: 3px 4px;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  color: #444;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
}
