/* =Reset
------------------------------------------------------------------------------------------------------------- */
@charset "utf-8";

/*--------------------*
#input_header
*--------------------*/
#input_header{
  width:88%;
  margin:3% auto 5%;
}
.caption {
  text-align:justify;
  color:#FCFCFC;
  line-height:1.7em;
  font-size: 18px;
}
.disp_sp .caption {
  font-size: 1.1em;
}
#input_header P.pr{
  color:#FFFF00;
  font-weight:bold;
  text-align: center;
  margin-bottom: 2%;
  line-height: 1.4em;
}
.text_img{
  margin-bottom:3%;
}

/*--------------------*
 *  .price_info2
 *--------------------*/
.price_info2 {
  color: #000;
  margin: 5% auto;
  width: 80%;
  line-height:1.4em;
}
.price_info2 p {
  line-height:1.4em;
}
.price_info2 .price_normal strong {
  color: #AA2D50;
}
.price_info2 .info_title {
  color: #AA2D50;
}

/*--------------------*
 *  #attention
 *--------------------*/
#attention{
  width:90%;
  margin:0 auto;
  color:#fff;
}
#attention h3{
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:3%;
}
#attention P,
#attention li{
  line-height: 1.6;
}


/*--------------------*
 *  .balloon_group
 *--------------------*/
.balloon_group {
  position: relative;
}
.balloon_group .detail_txt {
  position: absolute;
  width: 49%;
  top: 16%;
  left: 40%;
  background: rgba(88,11,76,0.8);
  padding: 3% 4%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #F334F5 inset;
}
.balloon_group .detail_txt p {
  font-size: 1.7em;
  line-height: 1.7em;
  color: #fff;
  text-shadow: 0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,
                0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,
                0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C,0px 0px 4px #37032C;
  text-align: justify;
}
.disp_sp .balloon_group .detail_txt {
  top: 9%;
}
.disp_sp .balloon_group .detail_txt p {
  font-size: 1em;
}
.balloon_group .detail_txt span {
  color: #F6EC08;
}
