@charset "UTF-8";

/*============================================================
フッター
*============================================================*/
/* .footer-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.footer-buttons a {
  display: block;
  width: calc(50% - (16px * 1 / 2));
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 48px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #3e3e3e;
  position: relative;
}
.footer-buttons a::after {
  content: "";
  display: inline-block;
  background: transparent url(../../images/icon_window.svg) no-repeat top center / contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
#footer .footer-buttons a:hover {
  transition: background-color 0.3s ease-in-out;
  background-color: #e9e9e9;
  color: #3e3e3e;
}
.footer_content .footer-info .wrap-right {
  margin-top: 24px;
}

@media screen and (max-width: 480px) {
  .footer-buttons {
    flex-direction: column;
  }
  #footer .footer-buttons a {
    margin-bottom: 0;
  }
} */

/*============================================================
サイドバー (本院・大曲院予約導線バナー)
*============================================================*/

/* 予約エリア */
#sidebar .widget_media_image:has(.reserve_img) {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}


#sidebar .widget_media_image:has(.reserve_title) {
  margin-bottom: 24px;
}

#sidebar .widget_media_image:has(.reserve_honin),
#sidebar .widget_media_image:has(.reserve_omagari) {
  margin-bottom: 16px;
}

#sidebar .widget_media_image.widget .reserve_img {
  margin-bottom: 0;
}
#sidebar .widget_media_image.widget .reserve_img a {
  display: block;
}
#sidebar .widget_media_image.widget .reserve_img a:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
}

#sidebar .widget_media_image.widget .reserve_img img {
  width: 100%;
}
#sidebar .widget_media_image .reserve_title img {
  max-width: 180px;
}

#sidebar .widget_media_image .reserve_honin img,
#sidebar .widget_media_image .reserve_omagari img {
  max-width: 320px;
}



@media screen and (min-width: 481px) and (max-width: 959px) {
	  #sidebar .widget_media_image .reserve_title img {
    max-width: 225px;
  }
  #sidebar .widget_media_image .reserve_honin img,
  #sidebar .widget_media_image .reserve_omagari img {
    max-width: 400px;
  }


}
/*============================================================
 インターネット予約
*============================================================*/
.reserve_area {
  margin-bottom: 30px;
}
.reserve_area_title {
  text-align: center;
  margin-bottom: 12px;
}
.reserve_area_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.reserve_area_content a:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .reserve_area {
    margin-bottom: 24px;
  }
  .reserve_area_content {
    gap: 16px;
  }
}