﻿
.showby_title {
  /*font-size: 200%;*/
  line-height: 1.2em;
  margin: 10px 0 5px 0;
  color: #2A90B8;
  font-weight: 900;
}
.showby_txt {
  margin: 8px 12px 10px 12px;
  font-size: 125%;
  line-height: 1.4em;
}
.showby_info_btn {
  border-radius: 20px;
  background: orange;
  padding: 5px 20px;
  color: #FFF;
  vertical-align: -7px;
  font-weight: 700;
}
.showby_tel_btn {
  font-size: 200%;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 20px;
  background: #d4002d;
  color: #FFF;
}
.showby_tel_osusume {
  border-radius: 3px;
  padding: 3px;
  font-size: 70%;
  background: #FFF;
  color: #d4002d;
  vertical-align: 3px;
}
.showby_tel_txt {
  font-size: 70%;
  font-weight: 600;
  line-height: 1em;
}
.showby_tel_No {
  font-size: 100%;
  font-weight: 900;
  line-height: 1em;
}


.showby_items {
  display: flex;
  justify-content: space-between;
  font-size: 200%;
  font-weight: 600;
  border-radius: 5px;
  padding: 7px 10px;
  background: #d4002d;
  color: #FFF;
  margin: 10px;
}
.showby_items a {
  color: #FFF;
}
.showby_items .showby_item {
  width: 30%;
  margin: 3px;
  font-weight: 700;
}
.showby_items .showby_item2 {
  width: 70%;
  font-weight: 700;
}

.showby_entrance_btn {
  font-size: 160%;
  font-weight: 600;
  border-radius: 10px;
  padding: 7px 10px;
  background: #2A90B8;
  color: #FFF;
  margin: 10px;
}

