.ico-bloom {
  position: relative;
  color: #ff96af !important;
}
.ico-bloom::after {
  content: "";
  display: inline-block;
  background-image: url(/jp/ja/domtour/jaldp/haruyasumi/img_sites/haruyasumi_ttl_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 127px;
  height: 131px;
  position: absolute;
  left: calc(50% - 63px);
  top: calc(50% - 65px);
}
@media screen and (max-width: 768px) {
  .ico-bloom::after {
    width: 85px;
    height: 88px;
    left: calc(50% - 42px);
    top: calc(50% - 44px);
  }
}

.freehtml .featureArea .feature01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ff96af;
}
@media (min-width: 740px) {
  .freehtml .featureArea .feature01 {
    width: calc((100% - 60px) / 3);
  }
  .freehtml .featureArea .feature01:nth-child(4n) {
    margin-right: 20px;
  }
  .freehtml .featureArea .feature01:nth-child(3n) {
    margin-right: 0;
  }
}
.freehtml .featureArea .feature01 .featureTtl {
  font-size: 18px;
  font-weight: bold;
  border-left: 2px solid #ff96af;
  padding-left: 5px;
  padding-top: 3px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.freehtml .featureArea .feature01 .featureTxt {
  font-size: 14px;
  margin: 10px 0;
}
/*# sourceMappingURL=index.css.map */


.column03 .box01 .area .area_tit {
    position: relative;
    font-weight: bold;
		margin: 5px 0;
    font-size: 28px;
    color: #333;
    border-left: 4px solid #ff96af;
    padding-left: 10px;
    line-height: 1;
    text-shadow: none;
}


.ticket_btn {
    position: absolute;
    bottom: 80px;
    right: -0vw;
    width: 240px;
    /* display: none; */
}
@media screen and (max-width: 768px) {
    .ticket_btn {
    bottom: 30vw;
    left: auto;
    width: 200px;
		/* display: none; */
    }
}
