@charset "UTF-8";
/* CSS Document */

body {
  box-sizing: border-box;
}

p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

#bgsa_srchres_content,
.bgsa_srchres_wrap {
  max-width: 100%;
  margin: 0;
  margin-bottom: 30px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.bgsa_srchres_pcnone {
  display: none;
}

@media(max-width: 768px) {

  #bgsa_srchres_content,
  .bgsa_srchres_wrap {
    padding: 0;
  }

  .bgsa_srchres_pcnone {
    display: block;
  }
}

#bgsa_srchres_content img,
.bgsa_srchres_wrap img {
  vertical-align: -1px;
}

section.bgsa_srchres_section {
  margin-bottom: 30px;
}

.bgsa_srchres_blue_ttl {
  font-size: 28px;
  font-weight: bold;
  background-color: #009d9a;
  color: #fff;
  padding: 5px 0 5px 30px;
  line-height: 180%;
}

@media(max-width: 768px) {

  #bgsa_srchres_content img,
  .bgsa_srchres_wrap img {
    vertical-align: -2px;
  }

  .bgsa_srchres_blue_ttl {
    font-size: 22px;
    font-weight: 600;
    background-color: #009d9a;
    color: #fff;
    padding: 5px 0 5px 10px;
  }
}

.bgsa_srchres_favorite_list {
  text-align: right;
}

.bgsa_srchres_favorite_list span {
  display: inline-block;
  padding: 5px 30px;
  background-color: #f7f7f7;
  color: #333333;
}

.bgsa_srchres_favorite_list span img {
  padding-right: 5px;
  width: 13%;
}

#bgsa_srchres_inner_list {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}

@media(max-width: 768px) {
  #bgsa_srchres_inner_list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

#bgsa_srchres_inner_list .bgsa_srchres_inner_left {
  width: 25%;
}

.bgsa_srchres_info {
  display: none;
}

@media(max-width: 768px) {
  #bgsa_srchres_inner_list .bgsa_srchres_inner_left {
    width: 100%;
    margin-top: -30px;
  }

  #bgsa_srchres_search-bar {
    display: none;
  }

  .bgsa_srchres_info {
    display: block;
    width: 90%;
    color: #26aca9;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #26aca9;
    margin: -10px auto;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
  }

  .bgsa_srchres_info p {
    text-align: center;
  }

  .bgsa_srchres_info:hover {
    color: #fff;
    background: #26aca9;
    transition: .5s all;
  }
}

#bgsa_srchres_inner_list ul {
  padding-inline-start: 0;
}

#bgsa_srchres_inner_list li {
  list-style: none;
  margin-top: 12px;
  position: relative;
}

@media(max-width: 768px) {
  #bgsa_srchres_inner_list li {
    list-style: none;
    margin-top: 12px;
    position: relative;
    font-size: 14px;
    margin-top: 5px;
  }
}

.bgsa_srchres_modal,
.bgsa_srchres_normal,
.bgsa_srchres_modal_submit {
  margin-top: 30px;
}

.bgsa_srchres_conditions_list form .bgsa_srchres_modal {
  position: relative;
}

.bgsa_csbkg_seres_conditions_list form .bgsa_srchres_modal_submit {
  position: relative;
}

.bgsa_csbkg_seres_conditions_list form .bgsa_srchres_normal {
  position: relative;
}

.bgsa_srchres_conditions_list li.bgsa_srchres_modal:after {
  position: absolute;
  content: "";
  border-top: 2px solid #26aca9;
  border-right: 2px solid #26aca9;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 15px;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

.bgsa_srchres_modal_submit input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1.2px solid #c4c4c4;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #F28E00;
  color: white;
}

.bgsa_srchres_modal_submit input:hover {
  opacity: 0.5;
}

.bgsa_srchres_normal .bgsa_srchres_select-upper,
.bgsa_srchres_normal .bgsa_srchres_select-lower {
  display: inline;
  position: relative;
}

.bgsa_srchres_normal .bgsa_srchres_select-upper::after,
.bgsa_srchres_normal .bgsa_srchres_select-lower::after {
  position: absolute;
  content: "";
  border-top: 2px solid #26aca9;
  border-right: 2px solid #26aca9;
  width: 5px;
  height: 5px;
  top: 20%;
  right: 15px;
  transform: rotate(135deg);
  pointer-events: none;
}

.bgsa_srchres_inner_left .bgsa_srchres_inner_left__list {
  padding: 0 20px;
  border: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

.bgsa_srchres_inner_left .bgsa_srchres_inner_left__list.bgsa_srchres_bt {
  border-top: 4px solid #009d9a;
}

.bgsa_srchres_inner_left .bgsa_srchres_inner_ttl {
  font-size: 18px;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
}

@media(max-width:768px) {
  .bgsa_srchres_inner_left .bgsa_srchres_inner_ttl {
    font-size: 16px;
    padding: 10px 0;
  }
}

.bgsa_srchres_inner_left .bgsa_srchres_now_list {
  padding-bottom: 5px;
}

@media(max-width:768px) {
  .bgsa_srchres_inner_left .bgsa_srchres_now_list {
    padding-bottom: 8px;
  }
}

.bgsa_srchres_select_item {
  padding: 10px 52px 10px 15px;
}

.bgsa_srchres_select_list {
  display: flex;
  align-items: center;
}

.bgsa_srchres_select_list span {
  padding: 0 10px;
}

li.bgsa_srchres_modal,
li.bgsa_srchres_modal.bgsa_srchres_plus,
.bgsa_srchres_select_item {
  position: relative;
}

li.bgsa_srchres_keyword {
  position: relative;
}

li.bgsa_srchres_keyword::after {
  position: absolute;
  top: 20%;
  right: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #009d9a;
}

/* 左サイドバーのform */
form select,
form input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1.2px solid #c4c4c4;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

form input {
  width: calc(100% - 33px);
  margin-bottom: 20px;
}

form .bgsa_srchres_upper,
form .bgsa_srchres_lower {
  width: calc(50% - 15px);
}

.bgsa_srchres_upper {
  margin-top: 5px;
}

#bgsa_srchres_inner_list .bgsa_srchres_inner_right {
  width: 72%;
}

@media(max-width: 768px) {
  #bgsa_srchres_inner_list .bgsa_srchres_inner_right {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .bgsa_srchres_modal_submit input {
    width: 100%;
    margin-top: 20px;
  }

  form input {
    width: 100%;
  }

  .bgsa_srchres_keyword::after {
    position: absolute;
    top: 20%;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    color: #009d9a;
  }
}

.bgsa_srchres_menseki {
  border-left: 4px solid #26aca9;
  padding: 2px 0 2px 10px;
}

.bgsa_srchres_plus::after {
  position: absolute;
  content: url('../images/plus.webp');
  top: 50%;
  transform: translateY(-50%) scale(.5);
  right: 0px;
  z-index: 100;
}

.bgsa_srchres_inner_right .bgsa_srchres_inner_right__ttl {
  display: flex;
  border-bottom: 2px solid #26aca9;
  align-items: center;
  margin-bottom: 30px;
}

.bgsa_srchres_inner_right .bgsa_srchres_quentity {
  color: #009d9a;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  width: 20%;
  text-align: center;
}

.bgsa_srchres_label {
  border-left: 4px solid #006AB0;
  padding: 2px 0 2px 10px;
}

@media(max-width: 768px) {
  .bgsa_srchres_inner_right .bgsa_srchres_quentity {
    font-size: 15px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 25%;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_inner_right__ttl {
    display: flex;
    border-bottom: 2px solid #26aca9;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_quentity span {
  font-size: 20px;
  font-weight: normal;
}

.bgsa_srchres_inner_right .bgsa_srchres_blue_button {
  border: 1px solid #26aca9;
  width: 40%;
  height: 60px;
  margin: 0;
  display: grid;
  place-items: center;
  font-size: 20px;
  background-color: #26aca9;
  color: #fff;
}

@media(max-width: 768px) {
  .bgsa_srchres_inner_right .bgsa_srchres_blue_button {
    font-size: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 38%;
    max-height: 40px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_quentity span {
    font-size: 15px;
    font-weight: normal;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_white_button {
  margin: 0;
  border: 1px solid #26aca9;
  width: 40%;
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 20px;
  background-color: #fff;
  color: #26aca9;
  cursor: pointer;
}

.bgsa_srchres_white_button:hover {
  border: 1px solid #26aca9;
  background-color: #26aca9;
  opacity: 0.5;
  color: #ffffff;
}

@media(max-width: 768px) {
  .bgsa_srchres_inner_right .bgsa_srchres_white_button {
    font-size: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 38%;
    max-height: 40px;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_sort {
  display: flex;
  background-color: #F7F7F7;
  margin-bottom: 30px;
  padding: 0px 15px;
}

@media(max-width: 768px) {
  .bgsa_srchres_inner_right .bgsa_srchres_sort {
    font-size: 14px;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_sort .bgsa_srchres_sort_list {
  position: relative;
  padding-right: 30px;
}

.bgsa_srchres_inner_right .bgsa_srchres_sort .bgsa_srchres_sort_list::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 13px;
  border: 6px solid transparent;
  border-top: 9px solid #26aca9;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_ttl {
  background-color: #f0f9f9;
  border-radius: 20px 20px 0 0;
  padding: 15px 30px;
  color: #009d9a;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_ttl:hover{
  color: #f0f9f9;
  background-color: #009d9a;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_ttl span {
  font-size: 26px;
  font-weight: bold;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_inner {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media(max-width: 600px) {
  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_inner {
    display: block;
    box-sizing: border-box;
    margin-top: 15px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_ttl {
    background-color: #f0f9f9;
    border-radius: 20px 20px 0 0;
    padding: 15px 30px;
    color: #009d9a;
    font-size: 14px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_ttl span {
    font-size: 20px;
    font-weight: bold;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left {
  width: 36%;
}

@media(max-width: 600px) {
  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left {
    width: 100%;
    box-sizing: border-box;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_top_img {
  margin: 0;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_top_img img {
  width: 100%;
}

@media(max-width: 600px) {
  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_top_img {
    margin-top: -7px;
    margin-bottom: 4px;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_Box_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 5px;
}

@media(max-width: 600px){
  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_Box_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 5px;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_Box_flex .bgsa_srchres_w30 {
  width: 100%;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_Box_flex .bgsa_srchres_w30 img {
  width: 100%;
}

.bgsa_srchres_inner_right .bgsa_srchres_addtion_button {
  text-align: center;
  color: #333;
  border: 1px solid #c4c4c4;
  padding: 2% 15%;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  margin-top: 10px;
}

@media(max-width: 600px) {
  .bgsa_srchres_inner_right .bgsa_srchres_addtion_button {
    width: 100%;
    box-sizing: border-box;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_addtion_button img {
  vertical-align: middle;
  padding-right: 5px;
  width: 10%;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right {
  width: 58%;
  margin: 15px 0;
}

@media(max-width: 600px) {

  .bgsa_srchres_inner_right .bgsa_srchres_addtion_button img {
    vertical-align: middle;
    padding-right: 5px;
    width: 7%;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right {
    width: 100%;
    margin: 15px 0;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right p {
  margin-top: 0;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_access {
  position: relative;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_access::before {
  position: absolute;
  content: '';
  background-image: url(../img/map_icon_blue.webp);
  width: 20px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -23px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_adress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media(max-width: 768px) {

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_access {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
  }


  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_access::before {
    position: absolute;
    content: '';
    background-image: url(../img/map_icon_blue.webp);
    width: 20px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_adress {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 25px;
    font-size: 14px;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_map {
  padding: 5px 12px;
  border: 1px solid #26aca9;
  text-decoration: none;
  color: #26aca9;
  font-size: 14px;
}

.bgsa_srchres_map {
  color: #000;
  text-decoration: none;
}

.bgsa_srchres_adress {
  display: inline-block;
}

@media(max-width:430px) {
  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_adress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-left: 25px;
    font-size: 14px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_map {
    display: block;
    text-align: center;
    margin: 10px 0;
    padding: 4px 8px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_map p {
    width: 100%;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right p.bgsa_srchres_price {
    font-size: 24px;
    font-weight: bold;
    color: #D64F45;
    margin-bottom: 10px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right p.bgsa_srchres_price span {
    font-size: 20px;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right p.bgsa_srchres_price small {
    font-size: 12px;
  }
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_price {
  font-size: 24px;
  font-weight: bold;
  color: #D64F45;
  margin-bottom: 10px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_price span {
  font-size: 20px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_price small {
  font-size: 15px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_topics_list {
  display: flex;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_topics_list p {
  padding: 5px 20px;
  margin-right: 5px;
  color: #26aca9;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #26aca9;
  border-radius: 5px;
  width: fit-content;
  text-align: center;
  background-color: #f0f9f9;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_list {
  margin-bottom: 15px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_ttl {
  font-size: 16px;
  color: #009d9a;
  border-bottom: 1px solid #26aca9;
  padding-bottom: 4px;
  margin: 8px 0;
}


.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_ttl img {
  margin-right: 5px;
  width: 20px;
  vertical-align: -3px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_txt {
  font-size: 15px;
  padding-top: 3px;
  margin-bottom: 8px;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_txt span {
  padding: 0.5px 10px;
  background-color: #f0f9f9;
  color: #009d9a;
  margin-right: 10px;
  border: 1px solid #26aca9;
}

.bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_list p.bgsa_srchres_small {
  font-size: 12px;
  margin-bottom: 3px;
}

.bgsa_srchres_moreArea {
  margin-top: -8px;
}

summary {
  display: inline-block;
  list-style: none;
  position: relative;
  cursor: pointer;
  color: #009d9a;
  border-bottom: 1px solid #26aca9;
  width: fit-content;
  font-size: 13px;
}

.bgsa_srchres_answer {
  margin: 15px 0 0;
}

.bgsa_srchres_answer p {
  font-size: 12px;
}

@media(max-width: 768px) {

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_topics_list p {
    padding: 5px 20px;
    margin-right: 10px;
    color: #009d9a;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #009d9a;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    background-color: #F2F5F8;
  }

  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_ttl {
    font-size: 14px;
    color: #009d9a;
    border-bottom: 1px solid #26aca9;
    padding-bottom: 4px;
    margin: 8px 0;
  }


  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_right .bgsa_srchres_campaign_ttl img {
    margin-right: 5px;
    width: 14px;
    vertical-align: -3px;
  }

  summary {
    font-size: 12px;
  }
}

summary::after {
  content: '+';
  position: absolute;
  top: 45%;
  right: -18px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 15px;
}

@media(max-width: 768px) {
  summary::after {
    font-size: 14px;
    right: -15px;
  }

  .bgsa_srchres_answer p {
    font-size: 12px;
  }
}

.bgsa_srchres_buttonArea {
  margin-top: 20px;
}

.bgsa_srchres_buttonArea a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #F28E00;
  padding: 10% 30%;
  display: block;
  padding: 15px;
  max-width: 240px;
  margin-left: auto;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.bgsa_srchres_buttonArea a:hover {
  opacity: 0.5;
}

.bgsa_srchres_buttonArea a::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.bgsa_srchres_buttonArea p {
  text-align: right;
  font-size: 11px;
  padding: 8px 4px 0 0;
}

@media(max-width: 600px) {
  .bgsa_srchres_buttonArea {
    margin: 0 auto;
    margin: 15px 5px 5px;
  }

  .bgsa_srchres_buttonArea a {
    margin: 0 auto;
  }

  .bgsa_srchres_buttonArea p {
    text-align: center;
  }
}

.bgsa_srchres_Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgsa_srchres_Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  border: solid 1px #404451;
  font-size: 11px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
  text-decoration: none;
  border-radius: 3px;
}

.bgsa_srchres_Pagination-Item-Link.bgsa_srchres_prev,
.bgsa_srchres_Pagination-Item-Link.bgsa_srchres_next {
  width: 45px;
}

.bgsa_srchres_Pagination-Item-Link.bgsa_srchres_prev {
  background-color: #E9E8E8;
}

.bgsa_srchres_Pagination-Item-Link.bgsa_srchres_isActive {
  background: #404451;
  color: #fff;
  pointer-events: none;
}

.bgsa_srchres_Pagination-Item-Link:not(.bgsa_srchres_isActive):hover {
  background: #404451;
  color: #fff;
}

.bgsa_srchres_Pagination>*+* {
  margin-left: 12px;
}

/* モーダルウィンドウ */
.bgsa_srchres_select_window {
  max-width: 400px;
  margin: auto;
  padding: 15px 0;
  border: 1px solid #c4c4c4;
  margin: 5% auto;
  position: relative;
  animation: modalopen 0.5s;
  display: none;
}

.bgsa_srchres_modal_head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px 15px;
  position: relative;
  border-bottom: 1px solid #c4c4c4;
}

.bgsa_srchres_close_button::before,
.bgsa_srchres_close_button::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 36%;
  right: 12px;
  width: 20px;
  height: 2px;
  background-color: #26aca9;
  transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}

.bgsa_srchres_close_button::before {
  height: 20px;
  width: 2px;
  top: 18%;
  right: 21px;
}

.bgsa_srchres_modal_inner {
  padding: 30px;
}

.bgsa_srchres_modal_inner ul {
  padding: 0;
}

.bgsa_srchres_modal_inner ul li {
  list-style: none;
  padding-bottom: 15px;
}

a.bgsa_srchres_modal_button {
  text-decoration: none;
  color: #fff;
  background-color: #26aca9;
  padding: 10% 30%;
  display: block;
  padding: 15px;
  width: 200px;
  margin: 30px auto;
  text-align: center;
  border-radius: 30px;
  position: relative;
  margin-bottom: 5px;
  font-size: 20px;
}

a.bgsa_srchres_modal_button::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 15px;
  /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.bgsa_srchres_modal_inner__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #26aca9;
}

.bgsa_fav {
  padding-right: 0px;
  border: none;
  background-color: #f2f5f8;
  cursor: pointer;
  margin-left: auto;
  float: right;
}



.bgsa_fav-color {
  color: rgb(197, 196, 196);
}
.bgsa_selected-color i {
  color: red;
}
.bgsa_fav-style{
  font-size: 22px;
  margin-top: 10px;
}
.bgsa_favorite_room_style:hover .bgsa_fav{
  background-color:#009d9a;
  color:#fff;
}
.bgsa_srchres_pcnone {
  display: none;
}

@media(max-width: 768px) {

  .bgsa_srchres_pcnone {
    display: block;
  }
  
}
@media(max-width: 600px) {
  .bgsa_srchres_inner_right .bgsa_srchres_listBox .bgsa_srchres_Box_left .bgsa_srchres_Box_flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 5px;
  }
}