@charset 'utf-8';

h5 {
  height: 22px;
  margin-bottom: 5px;
  padding-left: 28px;
  line-height: 22px;
}

/* [div.health] //////////////////////////*/
h5.health {
  background-image: url(../../image/common/marker-pink.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 14px;
}
h5.hand {
  background-image: url(../../image/common/marker-yellow.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 14px;
}

#main-photo {
  width: min(270px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#main-photo li {
  display: none;
}

#main-photo li.is-active {
  display: block;
}

#main-photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1000px) {
  /* PC表示：メイン写真を拡大しすぎないように制限 */
  #main-photo {
    width: min(270px, 100%); /* 元のサイズを維持 */
  }

  #main-photo img {
    width: auto;
    max-width: 270px; /* 元のサイズを制限 */
  }
}

.thumbList {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.thumbList li {
  width: 60px;
  height: 80px;
  cursor: pointer;
}

.thumbList li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbList li.dummy {
  cursor: default;
  opacity: 0.4;
}
/* #main-photo {
	width: 270px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
#main-photo li {
	width: 270px;
	height: 360px;
	position: absolute;
	display: none;
} */

/* .thumbList {
	margin-bottom: 10px;
	overflow: hidden;
}
.thumbList li {
	width: 60px;
	height: 80px;
	margin-right: 2px;
	float: left;
	overflow: hidden;
	cursor: pointer;
} */

/* .thumbList li.dummy {
	cursor: default;
} */

.opts_health p {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 0.4em 0.4em 0.4em 0.4em;
  font-size: 16px;
  border: 1px solid #ff006b;
  background: #ff006b;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 1px #999999;
}
.opts_health p span {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -15px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 22px;
}
.opts_health p.trans {
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 1px #ffffff;
}
.opts_hand p {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 0.4em 0.4em 0.4em 0.4em;
  font-size: 16px;
  border: 1px solid #fc0;
  background: #fc0;
  color: #666;
  font-weight: bold;
  text-shadow: 0 1px 1px #ffffff;
}
.opts_hand p span {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -15px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 22px;
}
.opts_hand p.trans {
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 1px #ffffff;
}
