




article.detail{
  display: block;
}
.shop__box {
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 450px;
  width: 89%;
}
.shop__name {
  margin: 0 0 20px;
  font-size: clamp(18px,2.5vw,39px);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "dazzle-unicase", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
.shop__name span{
  font-size: 15px;
}
.shop__logo {
  display: inline-block;
  border: 1px solid #ccc;
  width: 30%;
	  margin: 0 auto 10px;
}
.shop__logo img {
  display: block;
  width:100%;
  max-width: 450px;
  /*  max-height: 200px;*/
  max-height:80px;
  height: auto;
  object-fit: contain;
}
.shop__image {
  margin: 0 0 20px;
  display: block;
  height: 30vh;
}
.shop__image img {
  width:100%;
  height: 100%;
  object-fit:contain;
  margin:0 auto;
}
.shop__desc {
  width: auto;
  text-align: left;
  margin: 0;
  line-height: 1.7;
  font-size: clamp(15px,1.8vw,17px);
}
span.officialsite {
    text-align: right;
    display: block;
    margin: 10px 0 0;
}

/* ショップ情報 */
div#goodsInfoResult {
    margin: 100px 0 0;
}
.shop-information {
  margin: 40px 0 30px;
}
.shop-information table {
  width: auto;
  table-layout: fixed;
  max-width: 600px;
  margin: 0 auto;
}
.shop-information table a {
  transition-duration: .2s;
  color: #499cff;
  text-decoration: none;
  font-weight: 600;
}
.shop-information table a::after{
	content:">";
	display:inline-block;
	margin-left:5px;
	transition:0.3s;
}
.shop-information table a:hover::after {
  margin-left:10px
}
.shop-information table a:hover {
  color: #2171d1;
}
.shop-information tbody {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.shop-information tr {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shop-information th {
  width: 70px;
  font-weight: normal;
  text-align: left;
  font-weight: 600;
  border-right: 1px solid #ccc;
  font-size: clamp(13px,1.8vw,18px);
}
@media print, screen and (width >=768px) {
  .shop-information th {
  width: 90px;
 }
}
.shop-information td {
  width: calc((100% - 70px) - 20px);
  padding: 12px 8px;
  word-wrap: break-word;
  font-size: clamp(15px,2.0vw,18px);
}
.shop-information td p{
	margin:0
}
@media print, screen and (width >=768px) {
  .shop-information td {
  width: calc((100% - 90px) - 20px);
  padding: 12px 12px;
}
}
.shop-information .button--next-s {
  color: #fff;
}
.shop-information .button--next-s:hover {
  color: #fff;
}



div#goodsInfoResult {
	width: 100%;
}
.onlinestore-bt a {
	font-weight: 600;
	font-size: 15px;
	position: relative;
	z-index: 100;
	font-family: Oswald, sans-serif;
	border-radius: 100vh;
	background: #db9559;
	width: 100%;
	max-width: 350px;
	padding: 16px 50px 15px 33px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.onlinestore-bt a.jam{
	background: #000000;	
}
.onlinestore-bt a img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.onlinestore-bt a::before {
content:"";
display: block;
position: absolute;
bottom: 50%;
right: 15px;
width:0;
height:0;
border-style:solid;
border-width: 5.5px 0 5.5px 11.2px;
border-color: transparent transparent transparent #FFFFFF;
transform: translateY(50%);
}
.onlinestore-bt p {
	text-align: center;
	font-weight: 600;
	margin: 0 0 10px;
	font-size: clamp(11px,1.3vw,13px);
}
.onlinestore-bt p::before,.onlinestore-bt p::after{
	content:"/";
	display:inline-block;
	margin:0 5px;
	transform:rotate(10deg)
}
.onlinestore-bt p::before{
transform:rotate(-40deg)  
}
.onlinestore-bt {
	margin: 33px auto 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.box_button.two-button {
    margin: 50px auto 100px;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
}

.box_button.two-button .button {
    width: 100%;
    display: block;
}
.viewmore.topback .button {
    background: #ffffff;
    margin: 0 auto 60px;
}



