.abr {
  display: inline-block;
}
a {
  text-decoration: none;
  color: inherit;
}
.float__bnr {
  position: fixed;
  bottom: -68px;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: ease all 0.5s;
}
.float__bnr.fix__floatbnr {
  bottom: 0;
}
.float__bnr-list {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.float__bnr-list li {
  backdrop-filter: blur(3px);
  width: 20%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  transition: ease all 0.5s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.float__bnr-link-button {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.float__bnr-img {
  width: 20px;
  height: 20px;
}
.float__bnr-small {
  font-size: 10px;
  color: #003461;
  font-weight: 400;
}
.float__bnr-list li.float__bnr-blue {
  background: #aad4e4;
  height: 68px;
  border-radius: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.float__bnr-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 50%);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.5s, display 0.5s;
  transition-behavior: allow-discrete;
  display: none;
}
.float__bnr-background.draw__active {
  opacity: 1;
  display: block;
}
.float__bnr-hidearea {
  display: none;
}
.float__bnr-hidearea.draw__active {
  display: block;
}
.float__bnr-drawer {
  display: none;
}
.float__bnr-drawer.draw__active {
  display: block;
}
.float__bnr-hidearea {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100vw;
  height: calc(100% - 60px);
  z-index: 9999;
  touch-action: manipulation;
}
.float__bnr-bgblack {
  /*  background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(3px); */
  width: 100%;
  height: 100%;
  padding: 16px 0 0;
  position: relative;
  display: flex;
}
.float__bnr-drawer {
  width: calc(100% - 32px);
  height: auto;
  margin: auto auto 0;
  position: relative;
  max-width: 390px;
  padding-bottom: 18px
}
.float__bnr-drawer-inner {
  background: #F4F4F4;
  padding: 40px 16px 24px;
  border-radius: 5px;
  max-height: calc(100dvh - 114px);
  box-shadow: 0 4px 24px rgb(0 0 0 / 12%);
}
.float__bnr-drawer-wrap {
  padding: 0 0 40px;
  overflow-y: auto;
  max-height: calc(100dvh - 194px);
}
.float__bnr-logo {
  display: block;
  max-width: 236px;
  margin: 0 auto 32px;
  width: 100%;
}
.float__bnr-btmarrow {
  position: absolute;
  bottom: 0px;
  left: calc(20% - 8px);
  height: 18px;
  width: 20%;
}
.float__bnr-clinic-information .float__bnr-btmarrow {
  left: calc(60% - 8px);
}
.float__bnr-medical-information .float__bnr-btmarrow {
  left: calc(80%);
}
.float__bnr-btmarrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 16px solid #f4f4f4;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.float__bnr-submenu___::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: rgb(233 233 233 / 90%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  left: 10%;
  top: -10px;
  opacity: 0;
  transition: 0.5s;
}
.float__bnr-submenu.float__show::before {
  opacity: 1;
}

/* ▼ 医院案内・診療案内 ドロワー共通パーツ（Figma: node 1233-195 / 1233-466） */
.float__bnr-hours {
  background: #fff;
  border-radius: 5px;
  padding: 10px 8px;
  margin: 0 0 24px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
}
.float__bnr-hours-row {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  padding: 8px 0;
}
.float__bnr-hours-label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 5.5em;
}
.float__bnr-hours-icon {
  width: 16px;
  height: 16px;
}
.float__bnr-hours-label span {
  font-size: 12px;
  font-weight: 500;
  color: #b7a37d;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.float__bnr-hours-value {
  font-size: 13px;
  color: #1a294d;
  text-align: right;
  letter-spacing: -0.01em;
    line-height: 1.2;
}
.float__bnr-hours-divider {
  display: block;
  width: 100%;
  height: 2px;
}

.float__bnr-quicklinks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
}
.float__bnr-quicklink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px 0 12px;
  border-radius: 8px;
}
.float__bnr-quicklink-reserve {
  height: 64px;
  background: #1a294d;
}
.float__bnr-quicklink-cancel {
  background: #fff;
  border: 2px solid #1a294d;
}
.float__bnr-quicklink-tel {
  background: #b7a37d;
}
.float__bnr-quicklink-access {
  background: #777;
}
.float__bnr-quicklink-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.float__bnr-quicklink-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.float__bnr-quicklink-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
}
.float__bnr-quicklink-title span {
  font-size: 20px;
}
.float__bnr-quicklink-title .float__bnr-quicklink-title-sm {
  font-size: 18px;
}
.float__bnr-quicklink-cancel .float__bnr-quicklink-title {
  color: #1a294d;
}
.float__bnr-quicklink-tel .float__bnr-quicklink-title {
  font-size: 21px;
  letter-spacing: 0.04em;
}
.float__bnr-quicklink-sub {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.04em;
    line-height: 1;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
.float__bnr-quicklink-cancel .float__bnr-quicklink-sub {
  color: #1a294d;
}
.float__bnr-quicklink-arrow {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
}

.float__bnr-promo {
  display: block;
  margin: 0 0 32px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.float__bnr-promo img {
  width: 100%;
  display: block;
}

.float__bnr-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
.float__bnr-section-title-line {
  flex: 1;
  height: 1px;
  background: #ccc;
}
.float__bnr-section-title p {
  font-size: 20px;
  color: #1a294d;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}

.float__bnr-nav-list {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 24px;
}
.float__bnr-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px 0 16px;
  background: #7888a0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.float__bnr-nav-list > .float__bnr-nav-item:last-child {
  border-bottom: none;
}
.float__bnr-nav-item-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.floatbnr-nav-blog {
    transform: rotate(-45deg);
}
.float__bnr-nav-item-icon {
    flex-shrink: 0;
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}
.float__bnr-nav-item-text {
  font-size: 16px;
  letter-spacing: 0.08em;
}
.float__bnr-nav-item-arrow {
  width: 7px;
  height: 13px;
  flex-shrink: 0;
}
.float__bnr-nav-accordion-trigger {
  cursor: pointer;
  padding-right: 18px;
  touch-action: manipulation;
}
.float__bnr-nav-accordion-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.float__bnr-nav-accordion.is-open .float__bnr-nav-accordion-icon {
  transform: rotate(45deg);
}
.float__bnr-nav-sublist {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.float__bnr-nav-accordion.is-open .float__bnr-nav-sublist {
  max-height: 200px;
}
.float__bnr-nav-subitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 20px 0 24px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
.float__bnr-nav-subitem-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.float__bnr-nav-subitem-icon {
   flex-shrink: 0;
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.float__bnr-nav-subitem-text {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.float__bnr-treatment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 8px;
}
.float__bnr-treatment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 88px;
  padding: 8px 4px 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 3px 8px rgb(0 0 0 / 12%);
}
.float__bnr-treatment-card:nth-child(4n + 2),
.float__bnr-treatment-card:nth-child(4n + 3) {
  background: #e6edf3;
}
.float__bnr-treatment-icon {
  width: 72px;
  height: 48px;
  object-fit: contain;
}
.float__bnr-treatment-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.float__bnr-treatment-label span {
  font-size: 16px;
  color: #1b2a51;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "MS P明朝", serif;
}
.float__bnr-treatment-arrow {
  width: 5px;
  height: 10px;
  flex-shrink: 0;
}
/* ▲ 医院案内・診療案内 ドロワー共通パーツ */

@media screen and (min-width: 768px) {
  .float__bnr,
  .float__bnr-background {
    display: none;
  }
}
