@charset "UTF-8";
/*!
Theme Name: leacraft_renewal
Template: habakiri
*/
/* ここから下に書いていく */
.reserve_band{
  display:flex;
  justify-content: space-around;
  background-color: #FFAFB4;
  padding:30px;
}
.reserve_arrow{
  color:#EE308F;
  background-color: #fff;
  width:20%;
  height:16vw;
  position:  relative;
  text-align: center;
  padding:5px;
}
.reserve_arrow::after{
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 0 8vw 6vw;
  border-color: transparent transparent transparent #fff;
  position:  absolute;
  top: 0;
  left: 100%;
}
.reserve_arrow .number{
  font-size:3.5vw;
  font-weight: bold;
  margin:5px;
}
.reserve_arrow p1{
  font-size:2.5vw;
}
.icon_sns{
  display:inline-block;
  width:30%;
}
.icon_sns img{
  width:45%;
  margin:auto;
} 
.reserve_arrow p2{
  display:inline-block;
  font-size:1.3vw;
  line-height: 3;
}
.text-left{
  text-align: left;
}

.flex{
  display:flex;
  width:90%;
  margin:auto;
  justify-content: space-between;
  align-items: center;
  margin-top:50px;
}
.icon-block{
  width:40%;
}
.icon-block img{
  width:100%;
}
.text-block{
  color:#EE308F;
  font-size: 1.5vw;
  width:50%;
}
.text-block p{
  margin:0;
}
.text-block a{
  color:#EE308F;
}