/* CSS Document */
.oyabun-item-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  margin: 24px 0;
  background: #fff;
}

.oyabun-item-title {
  font-weight: bold;
  font-size: 1.05em;
  margin-bottom: 8px;
}

.oyabun-item-maker {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 12px;
}

.oyabun-item-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.oyabun-item-image img {
  width: 120px;
  height: auto;
  border-radius: 8px;
}

.oyabun-item-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.oyabun-item-buttons a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}
.oyabun-item-buttons a {
    display: inline-block !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 0.9em !important;
    color: #fff !important;
}

.oyabun-btn-amazon {
    background: #f0a000 !important;
    color: #fff !important;
}
.oyabun-btn-rakuten {
    background: #bf0000 !important;
    color: #fff !important;
}
.oyabun-btn-yahoo {
    background: #e60012 !important;
    color: #fff !important;
}
@media screen and (max-width: 600px) {
  .oyabun-item-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .oyabun-item-image {
    width: 100% !important;
    text-align: center !important;
  }

  .oyabun-item-image img {
    width: 100% !important;
    max-width: 240px !important;
    height: auto !important;
    margin: 0 auto !important;
	    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .oyabun-item-main {
    width: 100% !important;
  }

  .oyabun-item-buttons {
    flex-direction: column !important;
    width: 100% !important;
	    gap: 10px !important;
  }

  .oyabun-item-buttons a {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
	    padding: 14px 16px !important;
  font-size: 1em !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  }
	.oyabun-item-comment {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 500;
}
}
