@charset 'utf-8';

/*==============================================*/
/* 夜Cha!王(やっちゃおう)PC用CSS                */
/*                                              */
/* Top Page                                     */
/*==============================================*/
/* Slide Box */
div.slide-box {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
  color: #ef3d56;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
div.slide-box img {
  margin: 0 auto;
  width: auto;
  height: 400px;
  vertical-align: middle;
  display: block;
}

/* Age Caution Box */
div.age-caution-box {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  color: #ef3d56;
  font-weight: bold;
  background-color: #e6ecf0;
}
a.escape-link {
  width: 320px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #ef3d55;
}
a.escape-link img {
  margin-right: 12px;
  vertical-align: middle;
}

/* Search Menu */
div.pref-search-menu-box {
  margin: 0 auto;
  width: 940px;
  background-color: #ffffff;
}
table.pref-search-menu {
  margin: 20px auto;
  width: 910px;
}
table.pref-search-menu th {
  background-color: #EAE9E4;
  height: 60px;
  width: 130px;
  font-size: 16px;
  font-weight: normal;
}
table.pref-search-menu td {
  padding: 0 10px 10px 10px;
  vertical-align: top;
  text-align: center;
}
table.pref-search-menu td a {
  margin-top: 10px;
  font-size: 14px;
  display: block;
}

/* Top Page Ranking */
table.top-page-ranking-box {
  margin: 0 auto;
  width: 940px;
}
table.top-page-ranking-box th,
table.top-page-ranking-box td {
  padding: 5px;
}
table.top-page-ranking-box th h4 {
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px solid #ef9c02;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
table.top-page-ranking-box th h4 svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #ef9c02 !important;
}
table.top-page-ranking-box td {
  vertical-align: top;
}
div.top-page-ranking-wrapper {
  margin: 0 auto;
  width: 460px;
  background-color: #ffffff;
}
table.top-page-ranking-table {
  margin: 0;
  width: 460px;
}
table.top-page-ranking-table th,
table.top-page-ranking-table td {
  vertical-align: middle;
}
table.top-page-ranking-table td.rank {
  width: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
table.top-page-ranking-table td.rank svg {
  width: 20px;
  height: 20px;
  fill: #ffffff !important;
}
table.top-page-ranking-table td.rank1 {
  background-color: #f8b80c;
}
table.top-page-ranking-table td.rank2 {
  background-color: #e2e2e2;
}
table.top-page-ranking-table td.rank3 {
  background-color: #ba9354;
}
table.top-page-ranking-table td.rank0 {
  background-color: #333333;
}
table.top-page-ranking-table th {
  width: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
table.top-page-ranking-table th:hover {
  cursor: pointer;
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
h5.ranking-shop-name {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.ranking-shop-state {
  width: 100%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.ranking-shop-time,
p.ranking-shop-price {
  margin-bottom: 3px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.ranking-shop-price {
  font-size: 12px;
}
span.ranking-icon {
  margin-right: 10px;
  width: 90px;
  height: 26px;
  background-color: #f84e7c;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}
span.ranking-icon svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  fill: #ffffff !important;
  vertical-align: middle;
}
span.yen-number {
  color: #ab1142;
  font-size: 18px;
}

/* Counter Box */
div.counter-box {
  margin: 30px auto 0 auto;
  width: 940px;
  background-color: #ffffff;
}
div.counter-box dl {
  margin: 0 auto;
  width: 580px;
}
div.counter-box dl dt {
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  float: left;
  clear: left;
  font-size: 14px;
}
div.counter-box dl dd {
  padding-left: 20px;
  width: 440px;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 14px;
}
div.counter-box dl dd span {
  font-size: 18px;
  font-weight: bold;
  color: #ff00aa;
}

/* Pref Page Menu */
div.pref-page-menu-box {
  margin: 0;
  width: 100%;
  background-color: #e7e4e7;
  border-bottom: 1px solid #bbb8bb;
}
ul.pref-page-menu {
  margin: 0 auto;
  width: 940px;
}
ul.pref-page-menu li {
  padding: 10px 0;
  width: 130px;
  display: inline-block;
}
ul.pref-page-menu li a {
  padding: 10px 0;
  width: 130px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #efecf0;
}
span.pref-page-menu-icon {
  width: 130px;
  border-bottom: 1px solid #e7e4e7;
  display: block;
}
span.pref-page-menu-icon svg {
  width: 20px;
  height: 20px;
  fill: #90c3fa !important;
}
a.pref-gals-menu svg {
  fill: #f84e7c !important;
}

/* Town Search Menu */
div.town-search-menu-box {
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  width: 940px;
  background-color: #ffffff;
}
ul.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tag-list li {
  margin: 10px 0 0 30px;
  padding: 0;
  display: inline-block;
}
ul.tag-list li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #3498db;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.tag-list li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #3498db transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.tag-list li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
ul.tag-list li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.tag-list li a:hover {
  background-color: #555;
  color: #fff;
}
ul.tag-list li a:hover::before {
  border-right-color: #555;
}

/* Pick-Up Box */
div.pickup-banner-box {
  margin: 0 0 0 0;
  padding: 3px;
  width: 100%;
  height: 110px;
  background: url('../images/pickup_bg.png') no-repeat center center;
  border: 1px solid #ab1142;
}
div.pickup-banner-box:hover {
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  cursor: pointer;
}
table.pickup-banner {
  margin: 0;
  width: 220px;
  height: 100px;
  background-position: left center;
  background-size: 100px 100px;
  background-repeat: no-repeat;
}
table.pickup-banner td {
  vertical-align: top;
}
table.pickup-banner td h3 {
  margin-top: 0;
  padding: 0 10px 0 10px;
  width: 215px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #f84e7c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #ffffff;
  background-color: rgba(204, 1, 1, 0.8);
}
table.pickup-banner td p {
  padding: 0 5px;
}
p.pickup-state {
  margin-bottom: 5px;
  width: 100%;
  line-height: 18px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Button Box */
div.button-box {
  margin: 10px auto 30px auto;
  width: 460px;
}
a.all-view-button {
  margin: 0 auto;
  width: 420px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #50a1f3;
  font-weight: bold;
  color: #ffffff;
}
a.next-view-button {
  margin: 0 auto;
  width: 420px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #50a1f3;
  font-weight: bold;
  color: #ffffff;
}
a.next-view-button svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  fill: #ffffff !important;
  vertical-align: middle;
}

/* Yacha News Box */
div.yacha-news-box {
  margin: 0 auto;
  padding: 10px;
  width: 940px;
  background-color: #ffffff;
}
ul.news-list {
  margin: 0;
  width: 920px;
}
ul.news-list li {
  width: 920px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}
ul.news-list li:hover {
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  cursor: pointer;
}
p.news-title {
  padding: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
p.news-title span.view-time {
  margin: 0 10px 0 1px;
  padding: 0 10px;
  height: 33px;
  line-height: 36px;
  background-color: #9f9f9f;
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}
span.news-category {
  margin: 0 16px 0 1px;
  padding: 0 10px;
  height: 33px;
  line-height: 36px;
  display: inline-block;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #ffffff;
  font-size: 12px;
}
span.c0, span.c1 {
  background-color: #1a5f16;
}
span.c2 {
  background-color: #c140e0;
}
span.c3 {
  background-color: #ff3e97;
}
span.c4 {
  background-color: #f5823a;
}
ul.news-list li table {
  width: 100%;
}
ul.news-list li table th {
  width: 80px;
  height: 80px;
}
td.news-msg {
  vertical-align: top;
}
td.news-msg p {
  padding: 5px;
  width: 100%;
  height: 60px;
  position: relative;
  /*max-height: calc(18 * 1.2 * 2 * 1px);*/
  line-height: 27px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Yacha Blog Box */
div.yacha-blog-box {
  margin: 10px auto;
  width: 930px;
}
table.blog-square-box {
  border-collapse: separate;
  border-spacing: 1px;
}
table.blog-square-box td {
  width: 155px;
  height: 155px;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
table.blog-square-box td.all-view {
  border: 5px solid #cccccc;
  background-color: #eaeaea;
  vertical-align: middle;
}
table.blog-square-box td.all-view:hover {
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  cursor: pointer;
}
table.blog-square-box td.not-data {
  border: 1px dotted #ffffff;
}
table.blog-square-box td:hover {
  cursor: pointer;
}
table.blog-square-box td:hover p {
  opacity: .8;
  -webkit-animation: fadeout .5s forwards;
  animation: fadeout .5s forwards;
}
p.blog-date {
  padding: 0 3px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
}
p.blog-shop {
  padding: 0 3px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .8);
  bottom: 30px;
  left: 0;
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.blog-gals {
  padding: 0 3px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Page Comments */
div.page-comments {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
  height: 40px;
  line-height: 40px;
  background-color: #ececec;
  text-align: left;
}
div.page-comments p span {
  font-size: 14px;
  font-weight: bold;
  color: #fb6e81;
}

/* Search Result */
div.search-result-box {
  margin: 10px auto;
  width: 940px;
}
div.search-result-view-box {
  margin: 0;
  padding: 0;
  width: 940px;
}
div.search-result-view-box table {
  width: 940px;
  height: 150px;
}
div.search-result-view-box table th {
  width: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.search-result-view-box table th:hover {
  cursor: pointer;
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
h5.search-result-shop-name {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.search-result-shop-state {
  padding: 0 10px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.search-result-shop-state span {
  color: #0a803a;
  font-size: 14px;
  font-weight: bold;
}
p.search-result-shop-time {
  margin-bottom: 3px;
  padding: 0 10px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p.search-result-shop-telephone {
  padding: 0 10px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
div.search-result-shop-message {
  margin: 5px 5px 0 5px;
  padding: 2px 10px;
  width: 770px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.search-realtime-result-box {
  margin: 10px auto;
  padding: 20px;
  width: 960px;
  background-color: #ffffff;
}
div.search-realtime-result-box dl dt {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
div.search-realtime-result-box dl dt svg {
  margin-left: 15px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #f84e7c !important;
}
div.search-realtime-result-box dl dd {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
span#search-hit-count {
  margin: 0 5px;
  font-size: 24px;
  font-weight: bold;
  color: #ab1142;
}
a.search-start-button {
  margin-right: 20px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #50a1f3;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
a.search-start-button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
  vertical-align: middle;
}

/* Search Checkbox */
div.search-checkbox-box {
  margin: 10px auto;
  padding: 20px;
  width: 960px;
  background-color: #ffffff;
}
h4.search-checkbox-title {
  margin: 0 auto;
  padding: 0 10px;
  width: 920px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 2px solid #f84e7c;
}
h4.search-checkbox-title svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #f84e7c !important;
}
ul.search-checkbox-tile {
  margin: 10px auto 0 auto;
  padding: 0 10px;
  width: 920px;
}
ul.search-checkbox-tile li {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
a.search-check-button {
  width: 100px;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  text-align: center;
  background-color: #efecf0;
  display: block;
}
a.checked-button {
  background-color: #3498db;
  color: #ffffff;
}

/* Ranking Page */
div.yacha-ranking-box {
  margin: 0 auto;
  width: 940px;
}
table.yacha-ranking-table {
  margin: 0;
  width: 100%;
}
table.yacha-ranking-table th,
table.yacha-ranking-table td {
  vertical-align: middle;
}
table.yacha-ranking-table td.rank {
  width: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
table.yacha-ranking-table td.rank svg {
  width: 20px;
  height: 20px;
  fill: #ffffff !important;
}
table.yacha-ranking-table td.rank1 {
  background-color: #f8b80c;
}
table.yacha-ranking-table td.rank2 {
  background-color: #e2e2e2;
}
table.yacha-ranking-table td.rank3 {
  background-color: #ba9354;
}
table.yacha-ranking-table td.rank0 {
  background-color: #333333;
}
table.yacha-ranking-table th {
  width: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
table.yacha-ranking-table th:hover {
  cursor: pointer;
  opacity: .6;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Help Page */
div.help-document-wrapper {
  margin: 0 auto;
  padding: 20px;
  width: 940px;
  background-color: #ffffff;
}
div.help-document-wrapper h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #90c3fa;
}
div.help-document-wrapper h5 svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #90c3fa !important;
}
div.help-document-wrapper h5 span {
  margin-right: 10px;
  color: #90c3fa;
}
div.help-document-wrapper p {
  width: 100%;
}
div.help-document-wrapper a,
div.help-document-wrapper a:visited {
  color: #c85142;
}
div.help-document-wrapper ol {
  margin: 10px auto;
  width: 820px;
}
div.help-document-wrapper ol li {
  display: list-item;
  list-style-type: decimal;
}
p.right-text {
  margin-top: 30px;
  text-align: right;
}
div.help-document-wrapper dl {
  margin: 10px auto;
  width: 820px;
}
div.help-document-wrapper dl dt {
  padding: 20px 10px;
  width: 150px;
  color: #90c3fa;
  float: left;
}
div.help-document-wrapper dl dt span {
  padding-left: 10px;
  border-left: 3px solid #90c3fa;
}
div.help-document-wrapper dl dd {
  margin-left: 150px;
  padding: 20px 10px;
  width: 620px;
}
div.help-document-wrapper dl dd:after {
  display: block;
  content: '';
  clear: both;
}
div.help-document-wrapper table {
  width: 100%;
}
div.help-document-wrapper table th,
div.help-document-wrapper table td {
  padding: 10px 5px;
}
div.help-document-wrapper table th {
  width: 200px;
  vertical-align: top;
}
div.help-document-wrapper table th span {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #e6ecf0;
  display: block;
}
div.help-document-wrapper table td input {
  padding: 0 10px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #cccccc;
}
div.help-document-wrapper table td textarea {
  padding: 0 10px;
  width: 400px;
  height: 120px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #cccccc;
  overflow-y: auto;
  resize: none;
}
div.help-document-wrapper select {
  padding: 0 10px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #cccccc;
}
p.form-item-msg {
  margin-top: 5px;
  color: #aaaaaa;
}
p.form-item-msg span {
  font-weight: bold;
  color: #ef3d55;
}
p.form-item-required {
  margin-top: 5px;
  color: #ef3d55;
}
a.send-mail-button {
  margin: 30px auto 10px auto;
  padding: 10px 0;
  width: 480px;
  background-color: #78b5e3;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  display: block;
}
a.send-mail-button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
  vertical-align: bottom;
}
div.mail-error-box {
  margin: 0 auto;
  width: 920px;
}
div.mail-error-box p {
  margin: 10px auto;
  padding: 10px;
  width: 920px;
  background-color: #ef3d55;
  color: #ffffff;
  text-align: center;
}
div.mail-error-box p span {
  padding: 5px;
  display: inline-block;
  background-color: #ffffff;
  color: #ef3d55;
  font-weight: bold;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* Fusum */
div#fusum-button {
  margin: 3px auto;
  width: 225px;
}
div#fusum-button img {
  width: 100%;
}

/* Fusum + Fuchan */
div#pickup-button {
  margin: 5px auto;
  width: 210px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}
div#pickup-button img {
  margin: 0 10px 0 0;
  width: 100px;
}


