@charset 'UTF-8';
/*---------------------------------------------------------------------------------
blood
---------------------------------------------------------------------------------*/

.wrap_cnt {
  border-bottom: 10px solid;
  border-top: 10px solid;
  padding: 10px;
}

.index {
  border-bottom: none;
  border-top: 1px solid #787878;
}

.wrap_cnt dl,
.wrap_cnt dt,
.wrap_cnt dd {
  margin: 0;
  padding: 0;
}

.intro {
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.type_list {
  margin: 0 0 20px;
  padding: 0;
}

.type_list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 5px;
}

.type_list li a {
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 5px 5px #eee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 5px;
  position: relative;
  text-decoration: none;
}

.type_list li a:after {
  background: url(/blood2018/img/arrow.png) no-repeat;
  -webkit-background-size: 64px auto;
  background-size: 64px auto;
  content: "";
  display: block;
  height: 27px;
  margin-top: -14px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}

.type_list li img {
  margin-right: 10px;
  width: 60px;
}

.type_list li p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.shop_data dt {
  border-bottom: 6px double #ed7a9b;
  border-top: 6px double #ed7a9b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed7a9b;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.shop_data dt span {
  background: url(../img/arw_open_b.png) no-repeat 98% center;
  -webkit-background-size: 13px auto;
  background-size: 13px auto;
  display: block;
  margin: 0 auto;
  width: 300px;
}

.shop_data dt span.close {
  background-image: url(../img/arw_close_b.png);
}

.shop_data dd {
  display: none;
  padding: 5px 0 0;
  margin: 0 auto;
  text-align: justify;
  width: 300px;
}

.shop_data dd strong {
  display: block;
  margin-bottom: 5px;
}

.shop_data .profile {
  background: url(/blood2018/img/amity.jpg) no-repeat left top;
  -webkit-background-size: 80px;
  background-size: 80px;
  border-bottom: 1px dotted #000;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 0 0 5px 85px;
  text-align: justify;
  width: auto;
}

.shop_data dd span {
  background: #ec7aac;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px;
}

.shop_data ul {
  line-height: 1.5;
  padding: 0 0 5px;
}

.shop_data li {
  font-size: 12px;
  padding-left: 17px;
  text-align: left;
}

.shop_data li:nth-of-type(1) {
  background: url(/blood2018/img/icon_time.png) no-repeat left center;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.shop_data li:nth-of-type(2) {
  background: url(/blood2018/img/icon_address.png) no-repeat left center;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.shop_data dd img {
  width: 100%;
}

.shop_data a {
  background-position: 10px center, 98% center, left;
  background-repeat: no-repeat;
  background-size: 30px 30px, 13px 20px, auto;
  -moz-background-size: 30px 30px, 13px 20px, auto;
  -webkit-background-size: 30px 30px, 13px 20px, auto;
  border: 2px solid #ec79ac;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  padding: 8px 10px 8px 45px;
  text-align: left;
  text-decoration: none;
}

.shop_data a + p {
  font-size: 12px;
  margin-bottom: 5px;
}

.shop_data .tel {
  background-image: url(/blood2018/img/icon_tel.png), url(/blood2018/img/icon_arrow_w.png), -moz-linear-gradient(top, #f3a4c7, #ec79ac);
  background-image: url(/blood2018/img/icon_tel.png), url(/blood2018/img/icon_arrow_w.png), -webkit-gradient(linear, left top, left bottom, from(#f3a4c7), to(#ec79ac));
}

.detail .title {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.detail .title img {
  width: 40px;
}

.detail .title .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0 10px;
  text-align: left;
}

.detail .explain {
  padding: 10px 0;
}

.detail .explain img {
  float: right;
  margin: 0 0 5px 5px;
}

.detail .explain p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: justify;
}

.detail .how .inner {
  background: no-repeat left top, no-repeat left bottom;
  -webkit-background-size: 100% 50px;
  background-size: 100% 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.detail .how .inner:after {
  border-bottom: 2px dotted #000;
  bottom: -10px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.detail .how p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: justify;
}

.detail .how .edition {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.detail .how .edition span {
  color: #fff;
  display: inline-block;
  font-size: 26px;
  margin-top: 5px;
  vertical-align: middle;
}

.detail .how .trigger {
  display: none;
}

.detail .inner .edition:after {
  background: url(/blood2018/img/arrow.png) no-repeat;
  -webkit-background-size: 64px auto;
  background-size: 64px auto;
  content: "";
  display: inline-block;
  height: 27px;
  margin: 0 0 0 10px;
  transform: rotate(90deg);
  vertical-align: middle;
  width: 16px;
}

.detail .inner .edition.close:after {
  transform: rotate(-90deg);
}

.detail .how .catch {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

.detail .how dt {
  background: #eddfd6;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
  margin: 5px 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.detail .how dd img {
  display: block;
  margin: 0 auto;
}

.detail .how dd p {
  background: rgba(255, 255, 255, .8);
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  padding: 0 5px;
}

.type_list li:nth-of-type(1) a,
.type_a .title span,
.type_a .how dt span {
  color: #e84478;
}

.type_list li:nth-of-type(1) a:after,
.type_a .inner .edition:after {
  background-position: 0 0;
}

.type_list li:nth-of-type(1) a,
.type_a {
  border-color: #e84478;
}

.type_a .how .edition span {
  text-shadow: 2px 2px 2px #e84478, -2px 2px 2px #e84478, 2px -2px 2px #e84478, -2px -2px 2px #e84478;
}

.type_a .how .inner:nth-of-type(1),
.type_a .how .inner:nth-of-type(4) {
  background-image: url(/blood2018/img/bg_type_a01t.png), url(/blood2018/img/bg_type_a01b.png);
}

.type_a .how .inner:nth-of-type(2),
.type_a .how .inner:nth-of-type(5) {
  background-image: url(/blood2018/img/bg_type_a02t.png), url(/blood2018/img/bg_type_a02b.png);
}

.type_a .how .inner:nth-of-type(3),
.type_a .how .inner:nth-of-type(6) {
  background-image: url(/blood2018/img/bg_type_a03t.png), url(/blood2018/img/bg_type_a03b.png);
}

.type_list li:nth-of-type(2) a,
.type_b .title span,
.type_b .how dt span {
  color: #009fb9;
}

.type_list li:nth-of-type(2) a:after,
.type_b .inner .edition:after {
  background-position: -16px 0;
}

.type_list li:nth-of-type(2) a,
.type_b {
  border-color: #009fb9;
}

.type_b .how .edition span {
  text-shadow: 2px 2px 2px #009fb9, -2px 2px 2px #009fb9, 2px -2px 2px #009fb9, -2px -2px 2px #009fb9;
}

.type_b .how .inner:nth-of-type(1),
.type_b .how .inner:nth-of-type(4) {
  background-image: url(/blood2018/img/bg_type_b01t.png), url(/blood2018/img/bg_type_b01b.png);
}

.type_b .how .inner:nth-of-type(2),
.type_b .how .inner:nth-of-type(5) {
  background-image: url(/blood2018/img/bg_type_b02t.png), url(/blood2018/img/bg_type_b02b.png);
}

.type_b .how .inner:nth-of-type(3),
.type_b .how .inner:nth-of-type(6) {
  background-image: url(/blood2018/img/bg_type_b03t.png), url(/blood2018/img/bg_type_b03b.png);
}

.type_list li:nth-of-type(3) a,
.type_o .title span,
.type_o .how dt span {
  color: #eb6100;
}

.type_list li:nth-of-type(3) a:after,
.type_o .inner .edition:after {
  background-position: -32px 0;
}

.type_list li:nth-of-type(3) a,
.type_o {
  border-color: #eb6100;
}

.type_o .how .edition span {
  text-shadow: 2px 2px 2px #eb6100, -2px 2px 2px #eb6100, 2px -2px 2px #eb6100, -2px -2px 2px #eb6100;
}

.type_o .how .inner:nth-of-type(1),
.type_o .how .inner:nth-of-type(4) {
  background-image: url(/blood2018/img/bg_type_o01t.png), url(/blood2018/img/bg_type_o01b.png);
}

.type_o .how .inner:nth-of-type(2),
.type_o .how .inner:nth-of-type(5) {
  background-image: url(/blood2018/img/bg_type_o02t.png), url(/blood2018/img/bg_type_o02b.png);
}

.type_o .how .inner:nth-of-type(3),
.type_o .how .inner:nth-of-type(6) {
  background-image: url(/blood2018/img/bg_type_o03t.png), url(/blood2018/img/bg_type_o03b.png);
}

.type_list li:nth-of-type(4) a,
.type_ab .title span,
.type_ab .how dt span {
  color: #45b035;
}

.type_list li:nth-of-type(4) a:after,
.type_ab .inner .edition:after {
  background-position: -48px 0;
}

.type_list li:nth-of-type(4) a,
.type_ab  {
  border-color: #45b035;
}

.type_ab .how .edition span {
  text-shadow: 2px 2px 2px #45b035, -2px 2px 2px #45b035, 2px -2px 2px #45b035, -2px -2px 2px #45b035;
}

.type_ab .how .inner:nth-of-type(1),
.type_ab .how .inner:nth-of-type(4) {
  background-image: url(/blood2018/img/bg_type_ab01t.png), url(/blood2018/img/bg_type_ab01b.png);
}

.type_ab .how .inner:nth-of-type(2),
.type_ab .how .inner:nth-of-type(5) {
  background-image: url(/blood2018/img/bg_type_ab02t.png), url(/blood2018/img/bg_type_ab02b.png);
}

.type_ab .how .inner:nth-of-type(3),
.type_ab .how .inner:nth-of-type(6) {
  background-image: url(/blood2018/img/bg_type_ab03t.png), url(/blood2018/img/bg_type_ab03b.png);
}

.button {
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px #fff;
  -moz-box-shadow: inset 1px 1px 1px #fff;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  color: #f66;
  font-size: 14px;
  font-weight: bold;
  margin: 30px auto 10px;
  padding: 10px 0;
  text-decoration: none;
  width: 300px;
}
