#toppage_slider .swiper_menu_inner {
  display: flex;
  margin-top: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#toppage_slider .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
}

#toppage_slider .swiper-pagination-bullet:focus-visible, #toppage_slider .swiper-pagination-bullet:focus{
 border: 1px solid #fff;
 outline: 2px solid #f00;//#2154AB;
  width: 26px;
  height: 26px;
}
#toppage_slider .swiper-pagination-bullet:hover {
transform:scale(1.1);
}

#toppage_slider .swiper-controls button:hover{
opacity:1;
transform:scale(1.1);
}

#toppage_slider .swiper-fraction {
  display: inline-block;
  margin-left: .5em;
  color: #2154AB;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 599px) {
  #toppage_slider .swiper-fraction {
    font-size: 18px;//26px;
    font-size: 1.8rem;//1.2rem;
  }
}

#toppage_slider .swiper-controls button img {
 // width: 1.25em;
//  height: 1.25em;
width:1.5em;
height:1.5em;
  object-fit: contain;
}

.toppage_layout01 .toppage_sns ul li {
  margin: 0 0.8em;
  padding: 0;
}


.toppage_layout01 .toppage_sns ul li img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.toppage_layout01 .toppage_business a:hover,
.toppage_layout01 .toppage_site a:hover,
.toppage_layout01 .toppage_info a:hover,
.toppage_layout01 .toppage_sns a:hover {
 // opacity: .7;
}

 // .now_focus {
 //   border: 3px solid #F00 !important;
 // }


 //#hojyokinshinsei a.btn_04.now_focus:after,
 //#hojyokinshinsei a.btn_05.now_focus:after,
 //#hojyokinshinsei .fixed_btn1.now_focus:after {
 //  content: "";
 //  position: absolute;
 //  width: calc(100% + 6px);
 //  height: calc(100% + 6px);
  // left: -3px;
  // top: -3px;
  // border: 5px solid #fff;
 //  border-radius: 3em;
 //}
 //#hojyokinshinsei a.btn_04.now_focus:before,
 //#hojyokinshinsei a.btn_05.now_focus:before,
 //#hojyokinshinsei .fixed_btn1.now_focus:before {
  //content: "";
 //  position: absolute;
 //  width: calc(100% + 10px);
 //  height: calc(100% + 10px);
 //  left: -5px;
 //  top: -5px;
 //  border: 3px solid #F00;
 //  border-radius: 3em;
 //}



