.greeting .greeting-unit__img {
  float: right;
  margin: 0 0 24px 28px;
  width: 240px;
  border: solid 1px #ceccbf;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__img {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .greeting .greeting-unit__img {
    float: initial;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px;
    border: none;
  }
}

.greeting .greeting-unit__img .greeting-img {
  aspect-ratio: 3/4;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .greeting .greeting-unit__img .greeting-img {
    aspect-ratio: initial;
  }
}

.greeting .greeting-unit__img .greeting-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 100%;
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 768px) {
  .greeting .greeting-unit__img .greeting-img img {
    -o-object-fit: initial;
    object-fit: initial;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
}

.greeting .greeting-unit__img .signature {
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .greeting .greeting-unit__img .signature {
    padding: 12px 0 0;
  }
}

.greeting .greeting-unit__img .signature .signature-hospital {
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__img .signature .signature-hospital {
    font-size: 1.4rem;
  }
}

.greeting .greeting-unit__img .signature .signature-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.greeting .greeting-unit__img .signature .signature-name__position {
  margin: 0 8px 0 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .greeting .greeting-unit__img .signature .signature-name__position {
    font-size: 1.6rem;
  }
}

.greeting .greeting-unit__img .signature .signature-name__name {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .greeting .greeting-unit__img .signature .signature-name__name {
    font-size: 2rem;
  }
}

.greeting .greeting-unit::after {
  content: "";
  clear: both;
  display: block;
}

.philosophy .philosophy-lead {
  margin: 0 0 56px;
  padding: 20px 0 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .philosophy .philosophy-lead {
    margin: 0 0 40px;
    padding: 14px 0 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .philosophy .philosophy-lead {
    margin: 0 0 32px;
    font-size: 2rem;
  }
}

.philosophy .philosophy-img {
  max-width: 800px;
  margin: 0 auto;
}

.philosophy .philosophy-frame {
  position: relative;
  width: calc( 100% - 20px);
  max-width: 700px;
  margin: -40px auto 0;
  padding: 32px 40px;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .philosophy .philosophy-frame {
    margin: -32px auto 0;
    padding: 32px;
  }
}

@media screen and (max-width: 640px) {
  .philosophy .philosophy-frame {
    margin: -24px auto 0;
    padding: 16px;
  }
}

@media screen and (max-width: 640px) {
  .philosophy .philosophy-frame .ttl-m {
    font-size: 1.8rem;
  }
}

.outline-tbl {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .outline-tbl table tbody th {
    width: 100%;
  }
}

.outline-tbl table tbody td {
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .outline-tbl table tbody td .outline-tel {
    display: inline-block;
    padding: 2px 12px;
    background: #33903b;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
  }
}

.outline-tbl table tbody td .outline-tel svg {
  display: none;
}

@media screen and (max-width: 960px) {
  .outline-tbl table tbody td .outline-tel svg {
    display: inline-block;
    margin: 0 2px 0 0;
    width: 10px;
    height: 13px;
    fill: #fff;
  }
}

@media screen and (max-width: 480px) {
  .outline-tbl table tbody td .outline-tel svg {
    width: 9px;
    height: 11px;
  }
}

.floor-list__item:not(:last-child) {
  margin: 0 0 12px;
}

@media screen and (max-width: 640px) {
  .floor-list__item:not(:last-child) {
    margin: 0 0 8px;
  }
}

.floor-list__item > dt {
  padding: 8px 12px;
  width: 100%;
  background: #9d9982;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .floor-list__item > dt {
    text-align: center;
  }
}

.floor-list__item > dt span {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .floor-list__item > dt span {
    display: block;
    line-height: 1.2;
    font-size: 1.2rem;
  }
}

.floor-list__item > dd .ward-list {
  border: solid 1px #ceccbf;
}

.floor-list__item > dd .ward-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.floor-list__item > dd .ward-list__item:not(:last-child) {
  border-bottom: solid 1px #ceccbf;
}

.floor-list__item > dd .ward-list__item > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  width: 56px;
  border-right: solid 1px #ceccbf;
  text-align: center;
}

.floor-list__item > dd .ward-list__item > dd {
  padding: 8px 12px;
  width: calc( 100% - 64px);
}

@media screen and (max-width: 640px) {
  .floor-list__item > dd .ward-list__item > dd {
    width: calc( 100% - 58px);
  }
}

.floor .floor-map {
  padding: 40px;
  border: solid 1px #ccc;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .floor .floor-map {
    padding: 32px;
  }
}

@media screen and (max-width: 960px) {
  .floor .floor-map {
    padding: 16px;
  }
}

@media screen and (max-width: 640px) {
  .floor .floor-map {
    padding: 10px;
  }
}

.floor .floor-map img {
  border-radius: 0;
}

.kijun .kijun-btn-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
}

@media screen and (max-width: 1280px) {
  .kijun .kijun-btn-unit {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 960px) {
  .kijun .kijun-btn-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kijun .kijun-btn-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .kijun .kijun-btn-unit {
    gap: 12px;
  }
}

.kijun .kijun-btn-unit__item a {
  max-width: 100%;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .kijun .kijun-btn-unit__item a {
    height: 40px;
  }
}

.kijun .kijun-btn-unit__item a span {
  padding: 0 22px 0 48px;
}

@media screen and (max-width: 640px) {
  .kijun .kijun-btn-unit__item a span {
    padding: 0 22px 0 37px;
  }
}

.kijun .kijun-btn-unit__item a span .ico-pdf {
  top: 50%;
  width: 40px;
  height: 23px;
}

@media screen and (max-width: 640px) {
  .kijun .kijun-btn-unit__item a span .ico-pdf {
    width: 32px;
    height: 22px;
  }
}

.kijun .kijun-btn-unit__item a span .ico-link {
  left: auto;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 640px) {
  .kijun .kijun-btn-unit__item a span .ico-link {
    width: 14px;
    height: 14px;
  }
}

.kijun .adobe-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 18px;
}

@media screen and (max-width: 640px) {
  .kijun .adobe-unit {
    display: block;
  }
}

.kijun .adobe-unit__img {
  width: 190px;
}

@media screen and (max-width: 640px) {
  .kijun .adobe-unit__img {
    margin: 0 0 8px;
  }
}

.kijun .adobe-unit__img img {
  border-radius: 0;
}

.kijun .adobe-unit__txt {
  width: calc( 100% - 208px);
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .kijun .adobe-unit__txt {
    width: 100%;
  }
}

/*# sourceMappingURL=../../maps/pages/outline.css.map */
