@charset "UTF-8";
/*--- text deco ----*/
.bigger {
  font-size: 115%;
}
.bold {
  font-weight: bold;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.sub-topimg .image-inner {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom 20px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sub-header {
  padding-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.about-icon img {
  width: 50px;
  opacity: 0.7;
  margin-bottom: 0.5em;
}
.sub-header h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  margin-top: auto;
}
.sub-header p {
  color: rgba(255, 255, 255, 0.70);
  margin-top: auto;
  padding: 0;
}
/*--nav-tab--*/
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #B0528F;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tab-content .tab-pane {
  padding: 60px 50px;
  border-left: solid 1px rgba(143, 119, 121, 0.20);
  border-right: solid 1px rgba(143, 119, 121, 0.20);
  border-bottom: solid 1px rgba(143, 119, 121, 0.20);
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.sub-img-box {
  padding: 15px 15px 30px 15px;
}
.sub-img, .sub-img2 {
  width: 100%;
  height: 180px;
  display: flex;
  background-size: cover;
  background-position: bottom 20px;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
}
.sub-title h3 {
  color: #8f7779;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  padding: 10px;
  margin-bottom: 1em;
  border-bottom: 2px solid rgba(143, 119, 121, 0.50);
}
.sub-inner {
  padding-top: 15px;
}
.sub-inner p {
  line-height: 2.2em;
}
/*-----院長挨拶-----*/
.director-unit {
  padding: 1em 2em;
}
.director-img {
  display: flex;
  align-items: flex-end;
}
.director-unit .figure-caption {
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border-left: 8px solid rgba(226, 154, 201, 0.20);
  font-family: 'Noto Serif JP', serif;
}
.director-name {
  font-size: 1.5em;
}
.director-des {
  padding: 2em 0 0 0;
  line-height: 2em;
}
.director-des h5 {
  padding-bottom: 0.8em;
}
.director-spec {
  padding: 0.8em 0.8em 0em 0.8em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(143, 119, 121, 0.50);
}
.director-unit .spec-table {
  color: #524647;
  font-size: 0.9em;
}
.director-unit .spec-table th {
  font-weight: normal;
  color: #8f7779;
  width: 5.8rem;
  padding: .15rem;
}
.director-unit .spec-table th::after {
  content: "：";
}
.director-unit .spec-table td {
  padding: .15rem;
}
/*-----TABLE-----*/
.table-sakura {
  color: #524647;
  line-height: 2em;
}
.table-sakura th {
  font-weight: normal;
  background-color: #fff4fb;
}
/*-----Doctor-----*/
.d-unit {
  padding-top: 2em;
  margin-bottom: 2.5em;
}
.space-line {
  width: 100%;
  border-bottom: dotted 1px rgba(143, 119, 121, 0.50);
}
.d-name h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  vertical-align: middle;
  line-height: 1.2em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-color: rgba(226, 154, 201, 0.30);
}
.d-name h4 .position {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 0.55em;
}
.d-name h4 span {
  font-size: 60%;
  padding-left: 1em;
}
.d-unit .list-spec {
  padding: 0.5em 0.8em;
  border-left: 1px solid rgba(204, 109, 170, 0.80);
}
.d-unit .list-spec li span {
  color: #8f7779;
  display: inline-flex;
  width: 6em;
  justify-content: space-between;
}
.d-unit .list-spec li span::after {
  content: "：";
  padding-right: 1em;
}
/*-----改行の例外-----*/
.dan1 {
  float: left;
}
.dan2 {
  display: block;
  padding-left: 6em;
}
/*----------*/
.d-unit .list-pub {
  padding: 1.3em;
  line-height: 1.6em;
  border: 1px solid rgba(143, 119, 121, 0.50);
  margin-bottom: 2em;
}
.d-unit .list-pub li span {
  color: #8f7779;
  display: inline-flex;
  width: 7em;
  justify-content: space-between;
}
.d-unit p {
  line-height: 1.8em;
}
/*-----Nursing system-----*/
.nur-title {
  width: 100%;
  padding: 0 15px;
}
.nur-title h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.2em;
  padding: 0.5em;
  background-color: rgba(226, 154, 201, 0.30);
}
.motto-list {
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 1.5em 3em 1.5em 4em;
  border: 1px solid rgba(143, 119, 121, 0.50);
  margin-bottom: 1em;
}
.motto-list span {
  color: #B0528F;
  font-weight: bold;
  padding-right: 1em;
}
.motto-list li {
  padding: 0.6em;
}
.nur-left-line {
  border-left: 10px solid rgba(226, 154, 201, 0.20);
  padding: 0.5em 0em 0.5em 2em;
  margin: 2em 0 3em 0;
  text-align: justify;
}
.nur-sys h4 {
  color: #8f7779;
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
.nur-sys h5 {
  color: #cc6daa;
  padding: 0.5em 0 0.3em 0;
}
.nur-sys p {
  font-size: 1.1em;
  padding-left: 1.5em;
}
/*--------------------------------------------------------------
# Introduction
--------------------------------------------------------------*/
.i-unit {
  padding-top: 2em;
  margin-bottom: 2.5em;
}
.i-name h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  vertical-align: baseline;
  line-height: 1.3em;
  padding: 0.5em 0em 0.5em 1em;
  margin-bottom: 0.5em;
  border-left: 10px solid #B0528F;
  background-color: rgba(226, 154, 201, 0.30);
}
.i-name h4 span {
  font-size: 105%;
  letter-spacing: 0.25em;
}
/*-----Section-lists------*/
.section-list .nav-item {
  width: 15%;
  margin-bottom: 1em;
  border-right: 2px solid #d9e8f4;
  box-sizing: border-box;
}
.section-list .nav-item:first-child, .section-list .nav-item:nth-child(6){
  border-left: 2px solid #d9e8f4;
}
.section-list .nav-item:first-child, .section-list .nav-item:nth-child(11){
  border-left: 2px solid #d9e8f4;
}

.section-list .nav-item a {
  font-size: 0.9em;
  padding: 0.5em 0;
  margin-top: auto;
  color: #8f7779;
  transition: .3s;
}
.section-list .nav-item a:hover, .section-list .nav-item a:focus {
  background-color: rgba(217, 232, 244, 0.30);
}
.i-unit-inner {
  margin-bottom: 3em;
  text-align: justify;
}
.i-unit-inner h5 {}
.i-unit-img {
  text-align: center;
}
.i-unit-img img {
  width: 320px;
  padding-top: 1em;
}
.i-list {
  list-style: none;
  padding-left: 0;
  line-height: 2em;
}
.i-list li {
  padding-left: 1em;
}
.i-list li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  background-color: #B0528F;
  border-radius: 50%;
  position: relative;
  margin-right: 0.3em;
}
.i-name h6 {
  display: flex;
  align-items: center;
  color: #DD80BC;
}
/*--Badge--*/
.badge-sakura {
  color: #fff;
  background-color: #DD80BC;
  margin-right: 0.5em;
  padding: 0.4em 0.5em 0.35em 0.5em;
}
/*--Button outline--*/
.btn-outline-sakura {
  color: #B0528F;
  border-color: #B0528F;
  padding: 0.7em 0.5em 0.7em 0.7em;
}
.btn-outline-sakura:hover {
  color: #fff;
  background-color: #B0528F;
  border-color: #B0528F;
}
.btn-outline-sakura:focus, .btn-outline-sakura.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-sakura i {
  padding-right: 0.5em;
}
.download-box span {
  padding-left: 1em;
}
/*--motto-list-min--*/
.motto-list-min {
  margin-bottom: 2em;
}
.motto-list-min h5 {
  margin-bottom: 1em;
}
.motto-list-min ul {
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.motto-list-min li {
  text-indent: -1.4em;
  padding: 0.6em 0 0.4em 1.5em;
}
.motto-list-min li span {
  color: #B0528F;
  font-weight: bold;
  padding-right: 0.5em;
}
.icon-unit img {
  padding: 0.5em;
  margin-bottom: 1em;
}
.icon-unit p {
  line-height: 1.8em;
}
/*----Floor----*/
.photo-pane img {
  padding: 2px;
}
/*----関連施設----*/
.sub-img4 {
  width: 100%;
  height: 160px;
  display: flex;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
}
/*--------------------------------------------------------------
# Relation Sakura
--------------------------------------------------------------*/
.photo-list-box {
  width: 100%;
  margin-bottom: 2em;
  background-color: rgba(229, 177, 211, 0.10);
  border-radius: 10px;
}
.sub-img3 {
  width: 100%;
  height: 280px;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
}
.bd-reset {
  border-radius: 10px 10px 0 0;
}
.list-wrap {
  display: flex;
  justify-content: center;
}
.point-list {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 1em;
}
.point-list li {
  color: #B0528F;
  padding: 0.5em;
  margin-left: 0.7em;
  text-indent: -0.7em;
}
.point-list li i {
  position: relative;
  color: #B0528F;
  font-size: 1.2em;
  top: 0.15em;
  margin-right: 0.2em;
}
.ico-flex-box {
  display: flex;
  flex-direction: row;
}
.icon-left {
  width: 140px;
  height: auto;
  margin-right: 2em;
}
.gallery-box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.s-floor {
  position: relative;
  text-align: center;
  margin-bottom: -30px;
}
.s-floor h4 {
  color: #8f7779;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  padding: 1em 1.2em 1.1em 1.1em;
  border-top: 2px solid rgba(143, 119, 121, 0.50);
  border-bottom: 2px solid rgba(143, 119, 121, 0.50);
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
}
.s-floor-img {
  background-image: url("../img/senior/sub-sakura-floor-pc.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 765px;
}
.s-img-inner {
  float: right;
  position: relative;
  top: -7%;
  right: -8%;
  clear: both;
}
.s-in-img {
  border-radius: 10px;
}
.s-circle {
  position: relative;
  right: 8rem;
  top: -7rem;
}
.table-wid {
  margin-bottom: 50px;
}
.table-wid th {
  width: 35%;
}
/*-- Services Section --*/
.s-services .sub-inner {
  padding: 30px;
}
.s-services .box {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1em;
  background: #fff;
  border: 1px solid rgba(143, 119, 121, 0.20);
  box-shadow: 0 5px 5px 0 rgba(68, 88, 144, 0.1);
}
.s-services .icon {
  position: absolute;
  left: -15px;
  top: calc(50% - 3em);
}
.s-services .icon i {
  mix-blend-mode: multiply;
  font-size: 6em;
  transition: 0.5s;
}
.s-services .title {
  color: #8f7779;
  margin-left: 50px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.3em 0;
}
.s-services .description {
  font-size: 1em;
  margin-left: 50px;
  line-height: 1.5em;
  margin-bottom: 0;
}
/*-- helper-sakura --*/
.f-unit {
  padding-top: 1em;
}
.f-unit .nur-left-line {
  padding: 0.5em 0em 0.5em 2em;
  margin: 1em 0 2em 0;
  text-align: justify;
}
.memo-list {
  list-style: none;
  line-height: 1.5em;
  padding: 1.5em 3em;
  margin-bottom: 2em;
  background-color: rgba(229, 177, 211, 0.10);
  border-radius: 10px;
}
.memo-list li {
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: dotted 1px rgba(143, 119, 121, 0.50);
}
.memo-list li::before {
  content: '●';
  color: #B0528F;
  font-size: 0.8em;
  padding-right: 0.5em;
  margin-left: -1.5em;
}
/*--------------------------------------------------------------
# Relation himawari
--------------------------------------------------------------*/
.himawari .point-list li {
  padding: 0.5em 3em;
}
.himawari .memo-list {
  background-color: #fff;
}
.table-hi {
  color: #524647;
  line-height: 2em;
}
.table-hi th {
  font-weight: normal;
  width: 35%;
  background-color: rgba(255, 233, 247, 0.50);
}
/*-----  access-unit -----*/
article.access-unit {
  margin-bottom: 2em;
}
.contact-box {
  margin-bottom: 2em;
  padding: 15px;
}
.contact-box img {
  margin-top: 3em;
}
.contact-des {
  display: flex;
  flex-direction: column;
  padding: 1em 0;
}
/*  GOOGLE MAP */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
# Medical guidance
--------------------------------------------------------------*/
.nur-title-line h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  text-align: center;
  padding: 0.5em 0em 0.6em 1em;
  border-left: 10px solid #B0528F;
  background-color: rgba(226, 154, 201, 0.30);
  margin-bottom: 1em;
}
.nur-title-blue {
  width: 100%;
  padding: 0 15px;
}
.nur-title-blue h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.2em;
  padding: 0.5em 0 0.6em 0;
  background-color: rgba(158, 204, 244, 0.30);
}
.step-inner {
  padding-top: 3em;
}
.step-unit {
  display: flex;
  flex-direction: row;
}
h5.step-title {
  display: block;
  width: 190px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 1.5em 1em;
  margin-right: 1em;
}
h5.title-top {
  align-self: flex-start;
}
.step-unit-mb {
  margin-bottom: 2.5em;
}
.step-des {
  -webkit-flex: 1;
  flex: 1;
  align-self: center;
  line-height: 1.7em;
}
.caret {
  color: #9eccf4;
  font-size: 3.5em;
  text-align: center;
}
.h-space {
  padding-top: 3em;
  margin-bottom: 3em;
}
.icon-line-unit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2em;
}
.icon-line-unit img {
  width: 24%;
  height: 24%;
  align-self: center;
  margin-top: 1em;
  margin-right: 1.5em;
}
.nur-left-line-blue {
  border-left: 10px solid rgba(158, 204, 244, 0.50);
  padding: 1.3em 0 1em 1em;
  margin: 0.5em 0;
  align-self: center;
  text-align: justify;
}
.card-unit {
  padding: 2em;
  border: solid 1px rgba(143, 119, 121, 0.20);
  border-radius: 10px;
  margin-bottom: 3em;
}
.card-unit h5 {
  padding: 0.6em 0 0.4em 1em;
  background-color: rgba(216, 121, 183, 0.10);
}
.card-unit .card-des {
  padding: 0.5em;
  margin-bottom: 0;
  text-align: justify;
}
.card-unit .card-des p {
  line-height: 1.5em;
}
.tel-flex {
  display: flex;
}
.tel-flex .time {
  padding-top: 0.2em;
}
.s-blue {
  color: #61A1CF;
}
.nur-title-o {
  width: 100%;
  padding: 0;
}
.nur-title-o h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.2em;
  padding: 0.5em;
}
/*---  table ---*/
.table .thead-sakura th {
  color: #fff;
  background-color: rgba(176, 82, 143, 0.80);
  border-color: #dee2e6;
  text-align: center;
}
/*-----time table用追記-----*/
.table-time {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.table .tbody-time .th-s {
  font-size: 0.9em;
  font-weight: normal;
}
.tbody-time td {
  text-align: center;
  vertical-align: middle;
}
/*------------------------*/
.table .tbody-sakura th {
  font-weight: bold;
  color: #524647;
  background-color: #fff4fb;
  border-color: #dee2e6;
  text-align: center;
  vertical-align: middle;
}
.table .tbody-sakura ul {
  margin-bottom: 0;
  padding-left: 1em;
}
.table .tbody-sakura ul li {
  list-style: none;
}
.table-time td span.fs001 {
	font-size:1.5em;
}
/*--subjecut-list--*/
.sub-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sub-list ul {
  line-height: 2.2em;
}
.sub-list ul li span {
  opacity: 0.5;
  padding-left: 0.5em;
}
.medicalguid article {
  margin-bottom: 2em;
}
.d-list {
  list-style: none;
}
.d-list li {
  padding: 0.5em;
  margin: 0.2em;
  border-bottom: 1px dotted #f6e0ef;
}
/*--断酒プログラム--*/
.alco-catch .image-inner {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.alco-catch .inner-catch {
  color: #774E52;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.9em;
  padding-bottom: 1em;
}
.alco-flow {
  padding-top: 2em;
  margin-bottom: 3em;
}
.alco-flow .flow-unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  border: 1px solid #8f7779;
}
.alco-flow .flow-unit img {
  height: 100px;
  padding-bottom: 0.5em;
}
.alco-flow .hospital-info .telfax {
  font-size: 2em;
}
/*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-us p {
  line-height: 1.8em;
}
.contact-us h4 {
  text-align: center;
  line-height: 1.4em;
}
.contact-policy {
  padding: 1em;
}
.intro-des {
  padding: 1em 3em;
}
.intro-des p {}
.con-poli-inner, .privacy-policy {
  padding: 2em;
  border: 1px solid #8f7779;
  border-radius: 10px;
}
.con-poli-inner h5 {
  background-color: rgba(226, 154, 201, 0.20);
  padding: 0.5em 0 0.6em 1em;
  border-radius: 10px;
}
.con-poli-inner span {
  color: #B0528F;
  padding-right: 0.5em;
}
.con-poli-inner p {
  padding: 1em;
}
.sign-unit {
  display: flex;
  justify-content: flex-end;
}
.sign-inner {
  padding: 1em;
  text-align: end;
}
.sign-inner .date {
  font-size: 80%;
  margin-bottom: 1em;
}
.sign-inner .group {
  font-size: 100%;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
.sign-inner .person {
  font-size: 120%;
}
.sign-inner .person span {
  color: #524647;
  font-size: 80%;
  padding-right: 1em;
}
.contact-caution {
  padding: 3.5em;
}
.btn-unit-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em 5em;
}
.btn-unit-box .btn-unit {
  width: 40%;
}
/*--個人情報保護--*/
.priv-des {
  text-align: center;
  padding-top: 2em;
}
.privacy-policy h4 {
  padding-top: 1.5em;
}
.priv-contents p {
  padding: 1em;
}
/*--ol circle--*/
.ol-circle {
  padding: 1em 3em;
}
.ol-circle ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.ol-circle ol li {
  position: relative;
  line-height: 1.8em;
  text-indent: -0.1em;
  padding: 0.5em 0 0.5em 2.4em;
}
.ol-circle ol li:before {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: rgba(176, 82, 143, 1.0);
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8em;
}
/*--ol number（入れ子リスト：ol-circleを上書きしている）--*/
.ol-num ol li:before {
  content: "("counter(number) ")";
  left: -1.2em;
  width: 3.5em;
  height: 1.8em;
  border-radius: none;
  background: none;
  color: rgba(176, 82, 143, 1.0);
  font-size: 1em;
  letter-spacing: 0.1em;
}
/*--ol dot（ol-numberを上書き）--*/
.ol-dot ol li:before {
  content: counter(number) ".";
  left: 0;
  width: 1.8em;
  height: 1.8em;
  border-radius: none;
  background: none;
  color: rgba(176, 82, 143, 1.0);
  font-size: 1em;
  letter-spacing: 0.1em;
}
.priv-contact {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.priv-contact h6 {
  width: 100%;
  color: #fff;
  background-color: rgba(176, 82, 143, 0.50);
  padding: 0.5em 1em 0.6em 1em;
  text-align: center;
  border-radius: 1em;
}
.pri-con-inner {
  text-align: center;
  padding: 1em;
}
.pri-con-inner .hospital-info {
  font-size: 150%;
  font-weight: bold;
  padding: 0.2em;
}
.pri-con-inner .hospital-info span {
  padding-right: 0.5em;
}
/*--------------------------------------------------------------
# Consaltation
--------------------------------------------------------------*/
.con-wrap {
  padding: 60px 50px;
  border: solid 1px rgba(143, 119, 121, 0.20);
  border-radius: 10px;
  background-color: #fff;
}
.con-flow {
  margin-bottom: 2em;
}
.con-flow .flow-unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 6em 1em 6em;
  margin-bottom: 2em;
  border: 1px solid #8f7779;
  background-color: rgba(255, 255, 255, 0.50);
  border-radius: 10px;
}
.con-flow .flow-unit img {
  height: 120px;
  margin-bottom: 1em;
}
.con-flow p {
  line-height: 1.5em;
}
.con-flow .hospital-info .telfax {
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.5em;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-unit {
  padding: 3em;
  margin-bottom: 2em;
  background-color: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(143, 119, 121, 0.10);
  border-radius: 10px;
}
.blog-title h3 {
  color: #B0528F;
  font-size: 1.8em;
  padding: 15px 10px;
  border-bottom: 3px solid rgba(143, 119, 121, 0.50);
}
.blog-date {
  color: rgba(143, 119, 121, 0.9);
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 2em;
}
.blog-image {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.blog-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2em;
  padding: 2em 1em 0 1em;
  line-height: 2.2em;
}
.blog-list {
  padding-left: 2em;
  margin-bottom: 2em;
}
.blog-list h4 {
  color: #fff;
  background-color: rgba(143, 119, 121, 1.00);
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
}
.blog-list img {
  display: inline-block;
  width: 1.3em;
  height: auto;
  margin-right: 0.5em;
  margin-top: -0.2em;
}
.blog-list ul {
  list-style: none;
  padding: 0 0.5em;
}
.blog-list ul li {
  padding: 1em 0.5em;
  border-bottom: 1px dotted rgba(143, 119, 121, 0.50);
}
.blog-list ul li a {
  color: #524647;
  transition: .2s;
}
.blog-list ul li a:hover {
  color: #E19DC9;
}
.tb-001{
  width:100%;
  font-size:1.2em;
}
.tb-001 th{
  width:25%;
}