@charset "utf-8";

img {
  max-width: 100%;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wrapper {
  margin: 0 auto;
}
.construction {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #c3c3c3;
  text-align: left;
}

/* **************************************************
  content
************************************************** */
#content .campaign-btn {
	margin: 0px auto;
	width: 440px;
}
#content .campaign-btn a { background: #333; }
#content .campaign-btn a:hover { background: #666; }
#content .campaign-btn a .ico { background-image: url(../../common/images/ico_arr_03.png); }



/* **************************************************
  event-entry
************************************************** */
#event-entry .detail-body {
	background: #FFF9CC;
	padding: 35px 0px 70px;
	margin-bottom: 50px;
}



/* **************************************************
  campaign
************************************************** */
#event-entry .campaign { text-align: center; }
#event-entry .campaign .campaign-wrap { padding: 0px 50px 0px 50px; }
#event-entry .campaign .campaign-main {
	text-align: left;
	position: relative;
}

#event-entry .campaign h3 {
	text-align: center;
	margin-bottom: 35px;
}
#event-entry .campaign .campaign-title {
	font-size: 416%;
	line-height: 1.2;
	color: #333;
	margin-bottom: 20px;
}
#event-entry .campaign .campaign-date {
	font-size: 150%;
	color: #333;
	margin-bottom: 20px;
}
#event-entry .campaign .campaign-txt {
	font-size: 14px;
	line-height:1.7;
	color: #333;
	margin-bottom: 60px;
}
#event-entry .campaign .campaign-img {
	position: absolute;
	top: 5px;
	right: 0px;
}

/*-------------------------------------------
商品ページ
-------------------------------------------*/
#item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
	margin-top: 40px;
}
/*
flex-shrink: 0;
画像が縮小されるのを防ぐ
*/
#item .item-image {
  max-width: 380px;
  flex-shrink: 0;
  margin-right: 20px;
}
#item .item-info p {
  font-size: 20px;
  width: 400px;
}
#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 #666; /* 線太さ2px、色を青に設定 */
  padding-left: 10px; /* 線とテキストの間隔を調整 */
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
	margin-top: 30px;
}


/* **************************************************
  summary
************************************************** */
#event-entry .summary {
	text-align: center;
	padding: 65px 80px 0px;
}
#event-entry .summary h4 {
	font-size: 125%;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
#event-entry .summary table {
	color: #333;
	text-align: left;
	margin-bottom: 40px;
}
#event-entry .summary table th,
#event-entry .summary table td { padding: 10px 0px; }
#event-entry .summary table th {
	font-weight: bold;
	width: 120px;
}
#event-entry .summary table td { padding-left: 40px; }



/* **************************************************
  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: 0;
}

.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;
  font-size: 16px;
}

.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;
}
