@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 動画 */
.responsive-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9; /* PCは16:9 */
}

.hero-img {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 900px;
  width: 80%;
  height: auto;
}

.hero-img-2 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
  width: 40%;
  height: auto;
}

@media (min-width: 1200px) {
#area-header .submenu-wrapper[data-parent-id=menu-item-35] .submenu-inner::before
  {
    background-image: url(./img/submenu-medical.jpg);
  }
}

@media (max-width: 768px) {
  .responsive-video {
    aspect-ratio: 3 / 4; /* スマホは3:4 */
  }

  .hero-img {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 60%;
    height: auto;
  }

  .hero-img-2 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 330px;
    width: 60%;
    height: auto;
  }
}

.btn-white {
  background-color: #fff;
}

.border-bottom.border-primary {
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-top.border-primary {
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-top.border-dark {
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-bottom.border-dark {
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-start.border-dark {
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-end.border-dark {
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

ul.square-list {
  list-style: none;
  padding-left: 0;
}

ul.square-list li {
  list-style: none;
  display: flex;
  margin-bottom: 4px;
}

ul.square-list li i {
  padding: 0 4px;
  margin-top: 0.15em;
}

ul.square-list li:last-child {
  margin-bottom: 0;
}

.box-square-list {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

/*
*診療科
*/
h3.title-h3 {
  font-size: 20px;
  padding: 16px 12px;
  border-left: solid 4px #4dc2be;
  background-color: #f5efe7;
}

ul.clinical-department-list {
  list-style: none;
  padding-left: 0;
}

ul.clinical-department-list li {
  list-style: none;
  display: flex;
  margin-bottom: 4px;
}

ul.clinical-department-list li i {
  padding: 0 4px;
  margin-top: 0.15em;
}

ul.clinical-department-list li:last-child {
  margin-bottom: 0;
}

.box-clinical-department {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

/*
看護部
*/
table.inpatient-unit-table {
  border-top: solid 1px #333;
}

table.inpatient-unit-table tr {
  border-bottom: solid 1px #333;
}

table.inpatient-unit-table th {
  background-color: #f5efe7;
  width: 250px;
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
}

@media (max-width: 768px) {
  table.inpatient-unit-table th {
    width: 100%;
    font-size: 16px;
    display: block;
    padding: 8px 0;
  }
}

table.inpatient-unit-table td {
  font-size: 18px;
  padding: 12px 24px;
}

@media (max-width: 768px) {
  table.inpatient-unit-table td {
    padding: 8px 12px;
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

.border-top-clinical-details {
  border-top: solid 1px #333;
}

.box-clinical-details {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

/*
部署・課のご案内
*/
/*総合リハビリテーション部*/
h3.comprehensive-rehabilitation-h3 {
  font-size: 20px;
  padding: 16px 12px;
  border-left: solid 4px #4dc2be;
  background-color: #f5efe7;
}

/*診療放射線科*/
h3.radiology-h3 {
  font-size: 20px;
  padding: 16px 12px;
  border-left: solid 4px #4dc2be;
  background-color: #f5efe7;
}

/*臨床検査課*/
.box-design-departments-guide {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

.box-design-departments-guide ul {
  list-style: none;
  padding-left: 0;
}

.box-design-departments-guide li {
  list-style: none;
  display: flex;
  margin-bottom: 4px;
}

.box-design-departments-guide li i {
  padding: 0 4px;
  margin-top: 0.15em;
}

.box-design-departments-guide li:last-child {
  margin-bottom: 0;
}

/*栄養課*/
.box-design-departments-guide {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

.box-design-departments-guide ul {
  list-style: none;
  padding-left: 0;
}

.box-design-departments-guide li {
  list-style: none;
  display: flex;
  margin-bottom: 4px;
}

.box-design-departments-guide li i {
  padding: 0 4px;
  margin-top: 0.15em;
}

.box-design-departments-guide li:last-child {
  margin-bottom: 0;
}

table.table-laboratory-1 {
  width: 100%;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

table.table-laboratory-1 thead th {
  width: calc(100% / 3);
  background-color: #a5b792;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  border-right: solid 1px #333;
}

table.table-laboratory-1 tbody td {
  width: calc(100 / 3);
  background-color: #fff;
  padding: 4px 0;
  text-align: center;
  border-right: solid 1px #333;
}

table.table-laboratory-1 thead th:last-child,
table.table-laboratory-1 tbody td:last-child {
  border-right: none;
}

table.table-laboratory-2 {
  width: 100%;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

table.table-laboratory-2 thead th {
  width: calc(100% / 2);
  background-color: #a5b792;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  border-right: solid 1px #333;
}

table.table-laboratory-2 tbody td {
  width: calc(100 / 2);
  background-color: #fff;
  padding: 4px 0;
  text-align: center;
  border-right: solid 1px #333;
}

table.table-laboratory-2 thead th:last-child,
table.table-laboratory-1 tbody td:last-child {
  border-right: none;
}

.flex-kome {
  display: flex;
  align-items: top;
}

.flex-kome div {
  margin-top: 0.15em;
  margin-right: 0.15em;
}

/*薬剤課*/
.box-design-departments-guide {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

.box-design-departments-guide ul {
  list-style: none;
  padding-left: 0;
}

.box-design-departments-guide li {
  list-style: none;
  display: flex;
  margin-bottom: 4px;
}

.box-design-departments-guide li i {
  padding: 0 4px;
  margin-top: 0.15em;
}

.box-design-departments-guide li:last-child {
  margin-bottom: 0;
}

/*
外来
*/
.box-outpatient {
  padding: 12px;
  border-left: solid 4px #4dc2be;
}

/*
病院紹介
*/

/*病院概要*/
table.table-overview-1 {
  width: 100%;
  border-top: solid 1px #333;
}

table.table-overview-1 tr {
  border-bottom: solid 1px #333;
}

table.table-overview-1 tr th {
  width: 170px;
  background-color: #f5efe7;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  border-style: none;
}

table.table-overview-1 tr td {
  width: calc(100% - 170px);
  padding: 12px 16px;
  border-style: none;
}

@media (max-width: 768px) {
  table.table-overview-1 tr th {
    width: 100%;
    display: block;
  }

  table.table-overview-1 tr td {
    width: 100%;
    display: block;
  }
}

table.table-overview-1 ul.flex-list-1 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

table.table-overview-1 ul.flex-list-1 li {
  padding-right: 12px;
  list-style: none;
}

table.table-overview-1 ul.flex-list-1 li i {
  padding-right: 4px;
}

table.table-overview-1 ul.flex-list-2 {
  list-style: none;
  padding-left: 0;
}

table.table-overview-1 ul.flex-list-2 li {
  list-style: none;
  display: flex;
}

table.table-overview-1 ul.flex-list-2 i {
  padding-right: 4px;
  margin-top: 0.15em;
}

table.table-overview-2 {
  width: 100%;
  border-top: solid 1px #333;
}

table.table-overview-2 tr {
  border-bottom: solid 1px #333;
}

table.table-overview-2 tr th {
  width: 170px;
  background-color: #f5efe7;
  vertical-align: middle;
  padding: 12px;
  padding-left: 24px;
  border-style: none;
}

table.table-overview-2 tr td {
  width: calc(100% - 170px);
  padding: 12px 16px;
  border-style: none;
}

@media (max-width: 576px) {
  table.table-overview-2 tr th {
    width: 145px;
    background-color: #f5efe7;
    vertical-align: middle;
    padding: 12px 0;
    padding-left: 12px;
    border-style: none;
  }

  table.table-overview-2 tr td {
    width: calc(100% - 145px);
    padding: 12px;
    border-style: none;
    line-height: 1.5;
  }
}

/*公表義務関連案内*/

table.table-disclosure-1 {
  width: 100%;
  border-top: solid 1px #333;
}

table.table-disclosure-1 th {
  background-color: #f5efe7;
  border-right: solid 1px #333;
  padding: 12px;
  font-weight: normal;
}

table.table-disclosure-1 thead {
  border-bottom: solid 1px #333;
}

table.table-disclosure-1 thead tr th:last-child {
  border-right: none;
}

table.table-disclosure-1 thead tr th {
  width: 130px;
  text-align: center;
  vertical-align: middle;
}

table.table-disclosure-1 thead tr th:first-child {
  width: auto;
}

table.table-disclosure-1 tbody tr {
  border-bottom: solid 1px #333;
}

table.table-disclosure-1 tbody th {
  border-right: solid 1px #333;
}

table.table-disclosure-1 tbody td {
  border-right: solid 1px #333;
  text-align: center;
  font-weight: bold;
}

table.table-disclosure-1 tbody tr td:last-child {
  border-right: none;
}

@media (max-width: 1200px) {
  table.table-disclosure-1 thead tr th:first-child {
    width: 140px;
  }

  table.table-disclosure-1 thead tr th {
    width: 110px;
  }

  table.table-disclosure-1 th {
    padding: 12px 8px;
  }
}

@media (max-width: 992px) {
  table.table-disclosure-1 {
    width: 800px;
  }
}

table.table-disclosure-2 {
  width: 402px;
}

/*
*関連施設
*/
.bg-green-1 {
  background-color: #4dc2be;
}

.bg-green-2 {
  background-color: #72b973;
}

.facility-name {
  height: 50px;
  line-height: 1.3;
}

@media (max-width: 976px) {
  .bg-green-2-1 {
    background-color: #4dc2be !important;
  }

  .bg-green-1-2 {
    background-color: #72b973 !important;
  }
}

/*寿光苑指定居宅介護支援事業所*/
.box-jukouen-1 {
  display: flex;
  align-items: center;
}

.box-jukouen-1 img {
  width: 110px;
  margin-right: 16px;
}

.box-jukouen-1 .left {
  width: calc(100% - 116px);
}

/*小菊*/
h3.kogiku-h3 {
  font-size: 20px;
  padding: 16px 12px;
  border-left: solid 4px #4dc2be;
  background-color: #f5efe7;
}

table.kogiku-table-1 {
  border-top: solid 1px #333;
}

table.kogiku-table-1 tr {
  border-bottom: solid 1px #333;
}

table.kogiku-table-1 th {
  padding: 8px 0px 8px 24px;
}

table.kogiku-table-1 td {
  padding: 8px 0;
}

.contact-link {
  width: 100%;
}

@media (max-width: 992px) {
  .contact-link {
    width: 306px;
    max-width: 100%;
  }
}

/*おひさま*/
table.table-ohisama-1 {
  border-top: solid 1px #333;
  width: 100%;
}

table.table-ohisama-1 tr {
  border-bottom: solid 1px #333;
}

table.table-ohisama-1 th {
  width: 150px;
  background-color: #f5efe7;
  padding: 8px 0;
  text-align: center;
}

table.table-ohisama-1 td {
  width: calc(100% -150px);
  padding: 8px;
}

@media (max-width: 768px) {
  table.table-ohisama-1 th {
    width: 100%;
    display: block;
  }

  table.table-ohisama-1 td {
    width: 100%;
    display: block;
  }
}

table.table-ohisama-2 {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333 !important;
  width: 600px;
  max-width: 100%;
}

table.table-ohisama-2 tr {
  border-bottom: dotted 1px #333;
}

table.table-ohisama-2 th {
  width: 110px;
  padding-right: 24px;
  text-align: end;
  border-right: solid 1px #4dc2be;
  padding-top: 8px;
  padding-bottom: 8px;
}

table.table-ohisama-2 td {
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

ul.list-ohisama-1 {
  list-style: none;
  padding-left: 0;
}

ul.list-ohisama-1 li {
  list-style: none;
  display: flex;
  margin-bottom: 4px;
}

ul.list-ohisama-1 li i {
  padding: 0 4px;
  margin-top: 0.15em;
}

ul.list-ohisama-1 li:last-child {
  margin-bottom: 0;
}

.pe-none {
  pointer-events: none;
}