@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.site-title {
  width: 109px;
  line-height: 1px;
  margin: 0 auto 36px auto;
}
.site-title a {
  display: block;
}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px; /* モバイルで余白確保 */
  box-sizing: border-box;
}
.construction {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #c3c3c3;
}
/*-------------------------------------------
商品ページ
-------------------------------------------*/
#item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 16px;
}
#item .item-image {
  max-width: 300px;
  flex-shrink: 0;
  margin-right: 30px;
}
#item .item-info p {
  font-size: 20px;
  width: 430px;
}
#item .item-info .item-price {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  color: red;
}
#item .item-info .item-title {
  height: 80px;
  display: flex;
  align-items: center;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.with-line {
  border-left: 2px solid #c3c3c3;
  padding-left: 10px;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

/*-------------------------------------------
特典
-------------------------------------------*/
.bonus-container {
  display: flex;
  gap: 24px;
  margin: 20px auto;
}
.bonus-item01,
.bonus-item02 {
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px;
  flex: 1;
  min-width: 240px;
  border: solid 5px #EE0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.bonus-item02 {
  background: #ffffff;
}
.bonus-title01 {
  font-size: 20px;
  font-weight: bold;
  color: #00004C;
  margin-bottom: 10px;
}
.bonus-title02 {
  font-size: 20px;
  font-weight: bold;
  color: #00004C;
  margin-bottom: 10px;
}
.bonus-desc01 {
  font-size: 20px;
  color: #00004C;
  line-height: 1.6;
}
.bonus-desc02 {
  font-size: 20px;
  color: #00004C;
  line-height: 1.6;
}
.bonus-note {
  font-size: 14px;
  color: #00004C;
}

.wallpaper-highlight {
  font-size: 1.4em;
  font-weight: bold;
}
.wallpaper-highlight02 {
  color: #EE0000;
}

/*-------------------------------------------
SP（スマホ・タブレット）
-------------------------------------------*/
@media screen and (max-width: 896px) {
  .site-title {
    margin-bottom: 26px;
  }
  #header {
    margin-bottom: 0;
    border-bottom: none;
    padding: 36px 16px 16px 16px;
  }
  nav {
    overflow-x: scroll;
  }
  .wrapper {
    padding: 0 8px;
  }
  #item {
    flex-direction: column;
    gap: 0;
  }
  #item .item-image {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  #item .item-info {
    padding: 0 0px;
  }
  #item .item-info p,
  #item .item-info .item-title {
    width: 100%;
    font-size: 18px;
  }
  #item .item-info .item-price {
    font-size: 22px;
    margin: 0px;
  }
  .with-line {
    font-size: 18px;
  }
  /* 特典を縦並びに */
  .bonus-container {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
  }
  .bonus-item01,
  .bonus-item02 {
    min-width: 0;
    padding: 12px 10px;
  }
  .bonus-title01,
  .bonus-title02,
  .bonus-desc01,
  .bonus-desc02 {
    font-size: 17px;
  }
}

/* 超小型端末対応（オプション） */
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 4px;
  }
  .with-line {
    font-size: 16px;
  }
}
/* **************************************************
  20260601追加
************************************************** */
.toilet-campaign-list {
  max-width: 520px;
  margin: 36px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 16px;
}

.toilet-card {
  background: #f5fafd;
  border-radius: 14px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice-row {
  background: #fff0e5;
  color: #d32f2f;
  border-radius: 8px;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(210,160,50,0.08);
  letter-spacing: 0.2px;
  border: 1.5px solid #ffcabd;
  margin-bottom: 20px;
  margin-top: 20;
}

.toilet-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: flex-end;
}

.toilet-name {
  font-size: 18px;
  font-weight: bold;
  color: #003366;
  line-height: 1.1;
}

.toilet-info {
  margin-bottom: 6px;
  margin-top: 6px;
}

.toilet-model,
.toilet-type {
  font-size: 16px;
  color: #337ab7;
  font-weight: normal;
}

.toilet-stock {
  margin-left: 10px;
}

.stock-label {
  display: inline-block;
  background: linear-gradient(to right, #ffe082 60%, #ffd54f 100%);
  color: #a67c00;
  font-weight: bold;
  padding: 4px 18px 4px 12px;
  border-radius: 18px;
  font-size: 17px;
  box-shadow: 0 1px 4px rgba(255,215,80,0.13);
  border: 2px solid #ffd54f;
  letter-spacing: 1.2px;
  margin-left: 4px;
}

.stock-number {
  color: #fff;
  background: #f39c12;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
  letter-spacing: 1px;
  box-shadow: 0 1px 2px rgba(250,180,50,0.13);
  vertical-align: middle;
  display: inline-block;
}

.stock-underline {
  text-decoration: underline;
  font-weight: bold;
  color: #e53935;
  font-size: 16px;
  margin-left: 6px;
  vertical-align: middle;
}

.toilet-price-section {
  margin-bottom: 10px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 1em;
}

.price-title {
  font-weight: bold;
  color: #3967a7;
  min-width: 38px;
  font-size: 16px;
}

.price-value {
  color: #444;
  font-size: 16px;
}

.campaign-pack-row {
  margin-top: 8px;
  margin-bottom: 2px;
}

.pack-title {
  font-weight: bold;
  color: #2196f3;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
}

.campaign-row {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 2px;
  font-size: 17px;
}

.campaign-label {
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.campaign-price {
  color: #e74c3c;
  font-weight: bold;
}

.pack-detail {
  background: #eef6fb;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  margin-top: 4px;
}

.pack-label {
  color: #3967a7;
  font-weight: 600;
}
