@charset "utf-8";
/* CSS Document */
#theme01 h3:before {
		background-image: none;
}
#theme01 h3 {
  list-style-type: none;
  background: #f7f7f7;
  margin: 4vw 1vw 5vw;
  padding: 4vw;
  color: #000;
  font-size: 3.75vw;
  border-bottom: solid 1px #ccc;
  border-left: solid 2px #ff1f79;
	
}

/* --------------------------------------------------
  list
-------------------------------------------------- */
/* type01 */
.list_type01 { padding: 0 4vw; }
.list_type01 li {
  margin: 0 0 5vw 0;
  border: solid 1px #9E9E9E;
  border-radius: 7px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.4);
}
.list_type01 li:nth-child(3n) { margin-right: 0; }
.list_type01 li a {
  padding: 0 0 15vw;
  display: block;
  position: relative;
}
.list_type01 li a .pic img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.list_type01 li a p {
  background: #ffe6f0;
  margin: 0 0 2vw;
  padding: 2vw;
  color: #171717;
  font-size: 3.75vw;
	font-weight: 600;
}
.list_type01 li a .derail {
  margin: 0 0 2vw;
  padding: 0 4vw;
  color: #000;
  font-size: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.list_type01 li a .derail span {
  border-bottom: solid 1px #ff1f79;
  z-index: 2;
}
.list_type01 li a .derail dt { width: 25vw; }
.list_type01 li a .derail dt {}
.list_type01 li a .price {
  background: #f7f7f7;
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  color: #ff0000;
  font-size: 7.5vw;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.list_type01 li a .price span { font-size: 5vw; }

#theme01 .more {
  /*margin: 2vw 0 0;*/
  padding: 0 4vw 4vw;
  text-align: center;
}
#theme01 .more a {
  margin: 0 auto;
  padding: 4vw 0;
  width: 100%;
  color: #ff1f79;
  font-size: 3.125vw;
  border: solid 1px #ff1f79;
  border-radius: 4px;
  display: block;
  position: relative;
}
#theme01 .more a:after {
  width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #ff1f79;
  border-right: solid 3px #ff1f79;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
