@charset "utf-8";

.parent {
	position: relative;
}

.kids {
	position: absolute;
	bottom:50px;
	left:50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;

}

.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  opacity: 0.8;
}

.btn-circle-flat:hover {
  background: #668ad8;
}