@charset "UTF-8";
#side .category_link ul li a {
  padding-left: 30px; }

#side .category_link ul li .side_1 {
  background: #fff url(/img/icon/icon_1.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_2 {
  background: #fff url(/img/icon/icon_2.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_3 {
  background: #fff url(/img/icon/icon_3.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_4 {
  background: #fff url(/img/icon/icon_4.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_5 {
  background: #fff url(/img/icon/icon_5.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_6 {
  background: #fff url(/img/icon/icon_6.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_7 {
  background: #fff url(/img/icon/icon_7.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_10 {
  background: #fff url(/img/icon/icon_10.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_11 {
  background: #fff url(/img/icon/icon_11.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_12 {
  background: #fff url(/img/icon/icon_12.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_13 {
  background: #fff url(/img/icon/icon_13.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_20 {
  background: #fff url(/img/icon/icon_20.png) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li .side_21 {
  background: #fff url(/img/icon/icon_21.png) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_1 {
  background: #fff url(/img/icon/icon_1.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_2 {
  background: #fff url(/img/icon/icon_2.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_3 {
  background: #fff url(/img/icon/icon_3.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_4 {
  background: #fff url(/img/icon/icon_4.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_5 {
  background: #fff url(/img/icon/icon_5.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_6 {
  background: #fff url(/img/icon/icon_6.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_7 {
  background: #fff url(/img/icon/icon_7.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_10 {
  background: #fff url(/img/icon/icon_10.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_11 {
  background: #fff url(/img/icon/icon_11.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_12 {
  background: #fff url(/img/icon/icon_12.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_13 {
  background: #fff url(/img/icon/icon_13.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_20 {
  background: #fff url(/img/icon/icon_20.svg) no-repeat 8px center;
  background-size: 18px 18px; }

.svg #side .category_link ul li .side_21 {
  background: #fff url(/img/icon/icon_21.svg) no-repeat 8px center;
  background-size: 18px 18px; }

#side .category_link ul li a.slct, #side .category_link ul li a:hover,
.svg #side .category_link ul li a.slct, .svg #side .category_link ul li a:hover {
  background-color: #bdded7; }

#main .department_link ul {
  margin: 0 0 0;
  clear: both;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

#main .department_link ul li {
  margin: 5px 5px 5px 0;
  border-left: 5px solid #267a5e;
  width: calc(100% - 5px); }

@media (orientation: landscape) {
  #main .department_link ul {
    margin: 0 0 0;
    clear: both;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

  #main .department_link ul li {
    margin: 5px 5px 5px 0;
    border-left: 5px solid #267a5e;
    width: calc((100vw - 80px) / 2); } }
#main table.recovery2.scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  table-layout: auto; }

#main table.recovery2.scroll th {
  padding: 0 3px; }

#main .doctor .head {
  display: none; }

#main .doctor .head dt {
  text-align: center; }

#main .doctor dl {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0; }
  #main .doctor dl dt {
    line-height: 2;
    padding: 0;
    margin: 0 0 5px;
    font-weight: bold;
    color: #267a5e; }
    #main .doctor dl dt p {
      font-weight: normal;
      padding: 0;
      border-radius: 4px;
      margin: 0 0;
      width: 6em;
      display: inline-block;
      text-align: left; }
    #main .doctor dl dt span {
      background: #267a5e;
      color: #fff;
      font-weight: normal;
      padding: 0;
      border-radius: 4px;
      font-size: 1.3rem;
      margin: 0 10px;
      width: 7em;
      display: inline-block;
      text-align: center; }
  #main .doctor dl dd {
    width: auto;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #267a5e; }
    #main .doctor dl dd.roster::before {
      content: "診療予定:"; }

#main table.surgery thead th {
  text-align: center;
  width: 40%;
  padding: 5px;
  background: #f1faf7; }

#main table.surgery thead td {
  text-align: center;
  padding: 5px;
  background: #f1faf7; }

#main table.surgery tfoot th {
  text-align: center;
  width: 40%;
  padding: 5px;
  background: #f1faf7; }

#main table.surgery tfoot td {
  text-align: center;
  padding: 5px;
  background: #f1faf7;
  border: 1px solid #999; }

#main table.surgery tbody th {
  text-align: left;
  width: 40%;
  padding: 5px; }

#main table.surgery tbody td {
  padding: 5px;
  text-align: center; }

#main div > img {
  max-width: 100%;
  display: block; }

.canvas {
  position: relative;
  width: calc(100% - 40px);
  height: 60vw;
  margin: 0 auto; }

@media (min-width: 768px) {
  .canvas {
    position: relative;
    width: calc(100% - 40px);
    height: 400px;
    margin: 0 20px; }

  #side .category_link ul li a {
    padding-left: 30px; }

  #main .department_link ul {
    margin: 0 0 0 10px;
    clear: both;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    #main .department_link ul li {
      width: calc((100% - 35px) / 3);
      min-width: 200px;
      margin: 5px 5px 5px 0;
      border-left: 5px solid #267a5e; }

  #main table.recovery2.scroll {
    display: table;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 20px);
    min-width: auto;
    table-layout: auto; }

  #main table.recovery2 th {
    padding: 0 3px; }

  #main .doctor .head {
    display: flex;
    background: #f1faf7; }

  #main .doctor .head dt {
    text-align: center;
    color: #000; }

  #main .doctor dl {
    display: flex;
    width: calc(100% - 20px);
    border: 1px solid #999;
    margin: 0 auto;
    padding: 0; }

  #main .doctor dl + dl {
    border-top: 0 solid #999; }

  #main .doctor dl dt {
    width: 13em;
    position: relative;
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    align-items: center; }

  #main .doctor dl dt p {
    font-weight: normal;
    padding: 0;
    border-radius: 4px;
    font-size: 1.6rem;
    margin: 0 0;
    width: 7em;
    display: inline-block;
    text-align: left;
    color: #000; }

  #main .doctor dl dt span {
    background: #267a5e;
    color: #fff;
    font-weight: normal;
    padding: 0;
    border-radius: 4px;
    font-size: 1.3rem;
    margin: 0 10px;
    width: 7em;
    display: inline-block;
    text-align: center; }

  #main .doctor dl dd {
    width: auto;
    margin: 0;
    padding: 5px;
    border: 0;
    border-left: 1px solid #999;
    display: flex;
    align-items: center; }
    #main .doctor dl dd.specialized {
      width: 10em; }
      #main .doctor dl dd.specialized::before {
        content: ""; }
    #main .doctor dl dd.roster {
      width: calc(100% - 25em); }
      #main .doctor dl dd.roster::before {
        content: ""; }

  .department_flex {
    margin: 0 20px; }

  .department_flex > div {
    width: 100%; } }
#main .department_link ul li a {
  display: flex;
  line-height: 1.2;
  align-items: center;
  height: 50px;
  border: 1px solid #ddd;
  margin: 0 0;
  color: #222;
  text-indent: 0;
  padding-left: 30px; }
#main .department_link ul li::before {
  border: 0 none;
  position: relative;
  left: 0; }
#main .department_link::after {
  content: "";
  clear: both;
  display: block;
  margin: 0 auto; }

#main .department_link ul li .navi_1 {
  background: #fff url(/img/icon/icon_1.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_2 {
  background: #fff url(/img/icon/icon_2.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_3 {
  background: #fff url(/img/icon/icon_3.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_4 {
  background: #fff url(/img/icon/icon_4.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_5 {
  background: #fff url(/img/icon/icon_5.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_6 {
  background: #fff url(/img/icon/icon_6.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_7 {
  background: #fff url(/img/icon/icon_7.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_10 {
  background: #fff url(/img/icon/icon_10.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_11 {
  background: #fff url(/img/icon/icon_11.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_12 {
  background: #fff url(/img/icon/icon_12.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_13 {
  background: #fff url(/img/icon/icon_13.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_20 {
  background: #fff url(/img/icon/icon_20.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

#main .department_link ul li .navi_21 {
  background: #fff url(/img/icon/icon_21.png) no-repeat 8px center;
  background-size: 24px 24px;
  padding-left: 38px; }

.svg #main .department_link ul li .navi_1 {
  background: url(/img/icon/icon_1.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_2 {
  background: url(/img/icon/icon_2.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_3 {
  background: url(/img/icon/icon_3.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_4 {
  background: url(/img/icon/icon_4.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_5 {
  background: url(/img/icon/icon_5.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_6 {
  background: url(/img/icon/icon_6.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_7 {
  background: url(/img/icon/icon_7.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_10 {
  background: url(/img/icon/icon_10.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_11 {
  background: url(/img/icon/icon_11.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_12 {
  background: url(/img/icon/icon_12.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_13 {
  background: url(/img/icon/icon_13.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_20 {
  background: url(/img/icon/icon_20.svg) no-repeat 8px center;
  background-size: 24px 24px; }

.svg #main .department_link ul li .navi_21 {
  background: url(/img/icon/icon_21.svg) no-repeat 8px center;
  background-size: 24px 24px; }

#main table.doctor thead th {
  width: 7em;
  text-align: center; }

#main table.doctor thead th:last-child {
  width: auto; }

#main table.doctor tbody td {
  padding: 5px;
  text-align: center; }

#main table.doctor tbody td span {
  background: #267a5e;
  color: #fff;
  font-weight: normal;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 5em;
  display: block; }

#main table.doctor tbody td:last-child {
  text-align: left; }

#main table.roster th {
  width: 5%;
  min-width: 2em;
  max-width: 50px; }

#main table.roster td p {
  text-align: left;
  padding: 5px; }

#main table.roster td p span {
  display: inline-block; }

#main table.recovery thead th:first-child {
  width: 70%; }

#main table.recovery tbody th {
  text-align: left; }

#main table.recovery tbody td {
  text-align: center; }

#main table.recovery2 thead th:first-child {
  width: auto; }

#main table.recovery2 tbody th {
  text-align: left; }

#main table.recovery2 tbody td {
  text-align: center; }

#main table.price thead th:first-child {
  width: 40%; }

#main table.price tbody th:first-child {
  width: 30%; }

#main table.price tbody td {
  text-align: center; }

#main table.visit_nursing th {
  padding: 5px;
  text-align: left;
  background: #F2F7FB; }

#main table.visit_nursing th:first-child {
  width: 30%; }

#main table.visit_nursing tbody td {
  text-align: left;
  padding: 5px; }

.flow {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block; }

.img_flex {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px); }
  .img_flex .img {
    max-width: 100%;
    margin: 0 auto; }

@media (min-width: 768px) {
  .img_flex {
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px); }
    .img_flex .img {
      min-width: 120px; } }
.bg_3 {
  background-image: url(/img/visit_nursing/visit_nursing_3.jpg);
  background-repeat: no-repeat;
  background-position: right bottom; }

#main div.box.line {
  padding: 10px; }

.flex {
  display: flex;
  justify-content: space-between; }

.flex p.img {
  width: 50%;
  min-width: 25vw; }

@media (min-width: 768px) {
  .flex p.img {
    width: 50%;
    min-width: auto; } }
#main div.box.line h3 {
  border-bottom: 1px dotted #5B9BD5;
  background: none;
  color: #00B0F0; }

#main div.box.line ul li {
  position: relative;
  clear: both; }

#main div.box.line ul li ul {
  margin-left: -90px; }

#main div.box.line ul li::before {
  position: absolute;
  display: block;
  background: #fff;
  border: 1px solid #267a5e;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  content: "";
  margin: auto;
  top: .6em;
  left: -18px; }

#main div.box.line ul li ul li::before {
  position: absolute;
  display: block;
  background: #267a5e;
  border: 1px solid #267a5e;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  content: "";
  margin: auto;
  top: .6em;
  left: -18px; }

#main .line dl {
  padding: 0;
  margin: 0;
  clear: both; }

#main .line dt {
  position: relative;
  float: left; }

#main .line dt::after {
  content: ":"; }

#main .line dd {
  display: inline-block;
  border: none;
  width: calc(100% - 5em);
  float: right;
  margin: 0;
  padding: 0; }

#main p.r {
  text-align: right;
  font-size: 1.4rem;
  margin-top: -6px; }

#main p.deco {
  padding: 1em 1.5em;
  margin: 2em 10px;
  color: #000;
  background: white;
  border-top: solid 5px #267a5e;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  font-weight: bold; }

#main p.deco2 {
  margin: 2em 10px;
  position: relative;
  padding: 1em 2em;
  border-top: solid 2px #267a5e;
  border-bottom: solid 2px #267a5e;
  font-weight: bold; }

#main p.deco2::before, #main p.deco2::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #267a5e; }

#main p.deco2::before {
  left: 10px; }

#main p.deco2::after {
  right: 10px; }

#main p.deco3 {
  padding: 0.5em 1em;
  margin: 2em 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #F2F7FB, #F2F7FB 3px, #fff 3px, #fff 7px);
  background: repeating-linear-gradient(-45deg, #F2F7FB, #F2F7FB 3px, #fff 3px, #fff 7px);
  border-top: solid 3px #267a5e;
  border-bottom: solid 3px #267a5e;
  font-weight: bold; }

#main p.deco4 {
  padding: 1em 1.5em;
  margin: 2em 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #F2F7FB, #F2F7FB 3px, #fff 3px, #fff 7px);
  background: repeating-linear-gradient(-45deg, #F2F7FB, #F2F7FB 3px, #fff 3px, #fff 7px);
  border: double 5px #267a5e;
  font-weight: bold; }

.flex_img.meal img {
  width: auto;
  height: 120px; }

.flex_foods {
  clear: both;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0;
  padding: 0 0 0;
  border: 1px solid #5fac9c; }

.flex_foods div {
  height: auto;
  margin: 10px auto;
  padding: 0 0 0 10px;
  flex-basis: calc(( 100% / 2 ) - 10px);
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #5fac9c; }

.flex_foods div:first-child {
  border-top: 0 none; }

@media (min-width: 768px) {
  .flex_foods {
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 10px;
    padding: 0 0 0;
    max-width: 100%;
    border: 1px solid #5fac9c; }

  .flex_foods div {
    height: auto;
    margin: 10px auto;
    padding: 0 0 0 10px;
    flex-basis: calc(( 100% / 2 ) - 10px);
    display: flex;
    justify-content: space-around;
    border: 0;
    border-left: 1px solid #5fac9c; }

  .flex_foods div:first-child {
    border-left: 0 none; } }
.flex_foods figure {
  width: 43%;
  height: auto;
  margin: 10px auto;
  padding: 0; }

.flex_foods::after {
  content: "";
  display: block;
  clear: both; }

.flex_foods p {
  font-size: 1.4rem;
  width: 55%; }

.flex_foods img {
  width: 100%; }

.flex_foods::after {
  clear: both;
  content: "";
  display: block; }

.img_r {
  display: flex;
  margin: 10px; }

@media (min-width: 768px) {
  .img_r {
    display: flex;
    width: 40%;
    margin: 10px;
    flex-direction: column; } }
.img_r figure {
  width: 100%;
  margin: 0 0 10px;
  padding: 0; }

.img_r img {
  width: 100%; }

#main .tabs .ui-tabs-nav {
  display: flex;
  border-bottom: 1px solid #267a5e;
  margin: 0;
  padding: 0; }
  #main .tabs .ui-tabs-nav li {
    margin-right: 2px;
    color: #fff; }
    #main .tabs .ui-tabs-nav li a {
      color: #267a5e;
      padding: 0 1em;
      margin: 0;
      background: rgba(38, 122, 94, 0.1);
      border: 1px solid #267a5e;
      border-bottom: 0;
      border-radius: 4px 4px 0 0;
      display: block; }
    #main .tabs .ui-tabs-nav li.ui-tabs-active a {
      color: #fff;
      padding: 0 1em;
      margin: 0;
      background: #267a5e;
      border-radius: 4px 4px 0 0;
      display: block; }
    #main .tabs .ui-tabs-nav li::before {
      display: none; }
