@charset "utf-8";
/* CSS Document */

h3,
h4,
h5 {
  margin-top: 1em;
  clear: both;
}

h5 {
  color: #007bff;
  font-weight: bold;
  position: relative;
  font-size: 100%;
}

h5::before {
  content: "◈";
  color: #007bff;
  margin-right: 8px;
}

.clear-float {
  clear: both;
}

.about-container {
  display: flex;
}

.about-img {
  display: flex;
  width: 310px;
  margin-right: 10px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.about-img img {
  max-height: 300px;
  max-width: 300px;
  height: auto;
  width: auto;
}

.img-border {
  border: 1px solid #adadade2;
}

.about-text {
  flex-grow: 1;
}

.price {
  font-size: 150%;
}

.weekend-sale {
  position: relative;
  padding: 40px 10px 10px;
  border: 2px solid #db002c;
  border-radius: 15px 0 15px 0;
  color: #fff;
  font-size: 80%;
  width: 400px;
}

.weekend-sale .weekend-sale-title {
  position: absolute;
  top: 0;
  left: 0;
  background: #db002c;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 12px 0 12px 0;
  font-weight: bold;
}

.weekend-sale-text {
  color: #db002c;
  font-weight: bold;
}

.weekend-sale p {
  margin: 0;
  padding: 0;
}

h1 {
  margin-top: 0px;
}

.about-container {
  margin-top: 20px;
}

.add-to-cart-button-container {
  text-align: left;
}

.container {
  display: flex;
  justify-content: space-between;
}

.detail-img {
  padding-left: 10px;
  float: right;
  font-size: 80%;
}

.img_s {
  max-width: 300px;
  max-height: 300px;
  height: auto;
  width: auto;
}

.img_m {
  width: 50%;
  height: 100%;
}

.detail-img .img_m {
  max-width: 450px;
  max-height: 450px;
  height: auto;
  width: auto;
}

.img_l {
  width: 100%;
  height: auto;
}

.image-area {
  display: flex;
  white-space: nowrap;
  margin: 20px 0px;
}

.image-area>div {
  flex: 1;
  white-space: normal;
}

.image-area img {
  display: block;
  width: 99%;
  height: auto;
  padding: 0 2px;
}

.image-area-left {
  display: flex;
  white-space: nowrap;
  margin: 20px 0px;
  justify-content: flex-start;
}

.image-area-left>div {
  margin-right: 20px;
}

.title {
  color: #F60;
  font-weight: bold;
  font-size: 150%;
  padding: 5px 0 10px 0;
  line-height: 1.3em;
}

.sub-title {
  background-color: #1c7fe9;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  font-size: 110%;
  margin: 10px 0;
  clear: both;
}

.sub-title::before {
  content: "●";
  margin-right: 3px;
}

.notice-area {
  background-color: #FAF5C9;
  padding: 5px 15px 5px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.em {
  background-color: #F60;
  padding: 5px 15px;
  margin: 0 5px;
  color: #fff;
}

table.detail {
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table.detail th {
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #666;
  color: #FFF;
  padding: 10px;
  white-space: nowrap;
}

table.detail td {
  padding: 10px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  white-space: nowrap;
}

table.detail td.center,
th.center {
  text-align: center;
}

td.label {
  width: 170px;
}

table.detail th a {
  color: rgb(149, 207, 255);
}

td.mark {
  background-color: rgb(245, 142, 73);
  font-weight: bold;
}

ul.square {
  list-style: none;
}

li.square {
  line-height: 2em;
  margin-left: 3.3em;
  text-indent: -3.3em;
}

.square_number {
  border: solid 1px #434343;
  padding: 3px 6px;
  margin-right: 10px;
  border-radius: 4px;
  background: #434343;
  color: #fff;
}

.round_number {
  border: solid 1px #434343;
  padding: 3px 6px;
  margin-right: 10px;
  border-radius: 15px;
  background: #434343;
  color: #fff;
}

.center {
  text-align: center;
}