/* 現在の注文状況 */
@media (min-width: 670px) {
    .order-ticker-iframe {
      width: 670px;
      height: 331px;
      margin-bottom: 28px;
    }
  }
  
  @media (max-width: 669px) {
    .order-ticker-iframe {
      width: 100vw;
      height: 271px;
      margin-top: 19px;
    }
  }
  
  .lazy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .lazy-list li {
    height: auto !important;
  }
  
  
  .col-sm-4 {
    width: 33.2%;
  }
  
  .top-h1 {
    text-align: center;
  }

  /*review*/
  
.review_page * {
	box-sizing: border-box;
}

.autoscroll_header {
	/* margin: 0; */
	margin: 0 0 2rem 0;
	padding: 0 1em;
	width: 100%;
	height: auto;
	max-width: 100vw;
	/* max-height: 23.5px; */
	/* line-height: 23.5px; */
	text-align: center;
	letter-spacing: 0.125em;
	/* font-size: 11px; */
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	background: #333;
	color: #fff;
}

.autoscroll_box {
	width: 100%;
	max-width: 100vw;
	/* height: 321px; */
	/* border: solid thin #aaa; */
	overflow: hidden;
}

.autoscroll_box .autoscroll_content {
	position: relative;
	top: 0;
	width: 100%;
	background: #fff;
}

.autoscroll_box .autoscroll_column {
	display: inline-block;
	vertical-align: top;
}
.autoscroll_box .autoscroll_column:nth-of-type(1) {
	width: calc(100% - 100px - 20px);
	padding-left: 10px;
	padding-right: 5px;
}
.autoscroll_box .autoscroll_column:nth-of-type(2) {
	width: auto;
	height: auto;
	min-height: 100px;
	padding-left: 5px;
	padding-right: 0;
}

.autoscroll_box .autoscroll_column > *:first-child {
	margin-top: 10px;
}
.autoscroll_box .autoscroll_column > *:last-child {
	margin-bottom: 10px;
}

.autoscroll_box .autoscroll_item {
	position: relative;
	width: calc(100% - 0.25rem * 2);
	height: auto;
	border: solid 1px #aaa;
	border-radius: 0.25rem;
	margin: 2rem 0.25rem;
	color: #333;
}
.autoscroll_box .autoscroll_item:first-child {
	margin-top: 0;
}

@media (min-width: 690px) {
	.autoscroll_box .autoscroll_item {
		font-size: 13px;
	}
}

@media (max-width: 689px) {
	.autoscroll_box .autoscroll_item {
		font-size: 14px;
	}
}

.autoscroll_box .autoscroll_item > a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.autoscroll_box .item_img {
	display: block;
	width: 100px;
	height: auto;
	background: #eee;
}

.autoscroll_box .rate {
	display: inline-block;
	width: auto;
	vertical-align: baseline;
}

.autoscroll_box .rate_star {
	display: inline-block;
	vertical-align: middle;
	max-width: 10em;
	overflow: hidden;
	white-space: nowrap;
	font-size: medium;
	letter-spacing: 0;
	text-shadow: 1px 1px #fed;
	color: #fc4;
}

.autoscroll_box .rate_value {
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	line-height: 1.30;
	color: #fb0;
}

.autoscroll_box .product_name,
.autoscroll_box .date,
.autoscroll_box .customer {
	display: inline-block;
	vertical-align: baseline;
	margin: 0.25em auto;
	font-size: small;
	color: #888;
}

.autoscroll_box .message,
.autoscroll_box .reply {
	line-height: 1.25;
}

.autoscroll_box .message {
	margin-top: 0.5em;
	margin-bottom: 1rem;
}

.autoscroll_box .reply {
	margin-bottom: 0.5rem;
}

.autoscroll_box .link {
	margin-bottom: 1rem;
	text-align: right;
	color: #888;
}

.autoscroll_box a span {
	display: block;
}

.autoscroll_box a .rate_value,
.autoscroll_box a .label,
.autoscroll_box a .link > span {
	display: inline;
}

.pager {
	margin: 2rem auto;
	padding: 0;
}

.pager li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pager a {
	display: inline-block;
	width: 2rem;
	margin: 0 0.25rem;
	padding: 0.5rem 0.33rem;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	border: solid thin #aaa;
	color: #333;
}

.pager a.disabled {
	display: none;
}

.pager a.current {
	font-weight: bold;
	border-color: #333;
	background: #333;
	color: #fff;
}

.pager .list_item {
	display: inline;
}

.top-btn {
	text-align: center;
    margin-bottom: 2rem;
}

.top-btn a {
	background-color: #333;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
	transition: all .5s;
}

.top-btn a:hover {
	opacity: .7;
	transition: all .5s;
}

