@charset "utf-8";

/*------------------------------------------------------------
  予約情報詳細
------------------------------------------------------------*/
.fullcel {
  width: 100%;
  height: 40px;
}

.checkbox_area {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.pos_middle_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
.search_icon_indiv{
  position: relative;
  display: inline-block;
}
.google_fonts_toicon{
  color: #9FBEE6;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 25px;
}
