@charset "utf-8";
/* CSS Document */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
padding: 0;
/*vertical-align: baseline;*/
}

h1,h2,h3,h4,h5,h6 {
font-style: normal;
/*font-weight: normal;
font-size: 1.0em;*/
}

table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}

body {
color: #333333;
background: #FFFFFF;
font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
font-size: 16px;
line-height: 1.7;
}

/* --- link --- */

a {
color: #70b52c;
}
a:visited {
color: #556a44;
text-decoration: none;
}
a:hover {
color: #238e3a;
}

/* --- general --- */

h2 {
/*font-size: 1.5em;*/
font-family: serif;
}
/*h3 {
font-size: 1.2em;
}
*/
p {
font-size: 1em;
/*margin-bottom: 1.5em;*/
}

ul {
/*padding: 0 0 1.5em 2em;*/
font-size: 1em;
}

table {
margin-bottom: 1.5em;
font-size: 1em;
line-height: 1.7;
}

ol {
    margin-left: 1.5em;
}


@media screen and (min-width: 981px) {
  header {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgb(240 240 233 / .25);
  }
  header + main,
  header + #page-title {
    margin-top: 130px;
  }
  .home header + main,
  .home header + #page-title {
    margin-top: 100px;
  }
}

#menu-main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  position: relative;
}

#menu-main-menu>li {

}
#menu-main-menu>li a {
  text-align: center;
  padding: 10px 30px;
  display: block;
  font-size: 14px;
}

#menu-main-menu li a {
  text-decoration: none;
  color: #000;
}

#menu-main-menu>li>a:before {
  font-family: FontAwesome;
  color: #70b52c;
  margin-right: 5px;
  font-size: 17px;
}

.clinic_menu>a:before {
  content: "\f0f8";
}.home_menu>a:before {
  content: "\f015";
}.reserve_menu>a:before {
  content: "\f274";
}.treatment_menu>a:before {
  content: "\f0fa";
}.monshin_menu>a:after {
  content: "\f08e";
  font-family: FontAwesome;
  color: #70b52c;
  margin-left: 5px;
  font-size: 17px;
  vertical-align: middle;
}
.hospital_sub_menu, .doctor_sub_menu, .time_sub_menu, .calendar_sub_menu, .download_sub_menu {
  position: relative;
}
.hospital_sub_menu:before, .doctor_sub_menu:before, .time_sub_menu:before, .calendar_sub_menu:before, .download_sub_menu:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 0;
  background-size: 100%;
}
.hospital_sub_menu:before {
  background-image: url("/images/common/header/nav_icon01.png");
}.doctor_sub_menu:before {
  background-image: url("/images/common/header/nav_icon06.png");
}.time_sub_menu:before {
  background-image: url("/images/common/header/nav_icon05.png");
}.calendar_sub_menu:before {
  background-image: url("/images/common/header/nav_icon08.png");
}.download_sub_menu:before {
  background-image: url("/images/common/header/nav_icon07.png");
}

#menu-main-menu li a:hover {
  background-color: #eeeeee;
}

#menu-main-menu>li>.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.11) 1px 1px 5px;
}
#menu-main-menu .sub-menu>li a {
  padding: 4px 10px;
  display: block;
  color: #000;
}

#menu-main-menu .sub-menu>li a:hover {
  background-color: transparent;
}

#menu-main-menu>li>.sub-menu>li {
  width: 50%;
}
#menu-main-menu>li>.sub-menu>li>a {
  text-align: left;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

#menu-main-menu .sub-menu>li>.sub-menu {
  display: block !important;
}

#menu-main-menu .sub-menu>li>.sub-menu>li>a {
  text-align: left;
  color: #70b52c;
}

#menu-main-menu .sub-menu>li>.sub-menu>li>a:hover {
  color: #7291ff;
}
#menu-main-menu .sub-menu>li>.sub-menu>li>a:after {
  font-family: FontAwesome;
  content:"\f138" ;
  padding: 0 3px;
}
#menu-main-menu>.menu-item-has-children>a {
  position: relative;
}

#menu-main-menu>.menu-item-has-children>a:after {
  font-family: FontAwesome;
  content: '\f0d7';
  padding: 0 3px;
  display: inline;
  position: absolute;
  top: 12px;
  right: 10px;
}


.submenu_title {
  padding-left: 60px;
  font-size: 20px;
  font-family: serif;
}
.menu-item-description {
  padding-top: 15px;
  font-size: 15px;
}




#main-visual:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}





.reservation_button {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto 1rem;
    z-index: 11;
}
.reservation_button a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: .75rem 2rem .6rem;
    background-color: #f18200;
    color: #fff!important;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 6px 5px -5px rgb(0 0 0 / .3);
    box-sizing: border-box;
    position: relative;
}
.reservation_button small {
    display: block;
    font-size: 1rem;
    font-weight: 100;
}

.reservation_button a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: .8rem solid #fff;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem
}
.reservation_button a:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff
}
.reservation_button:hover {
    background: #fff;
    border-radius: 1rem
}
@media (min-width: 961px){
    .reservation_button {
        position: absolute;
        bottom: -.25rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .reservation_button a {
      zoom: .8;
    }
}
@media (max-width: 960px){
    .reservation_button {
        /* top: 370px; */
    }
}
@media (max-width: 730px){
    .reservation_button {
        /* top: 300px; */
    }
}











#makidume .profile-box li:after {
    content: "";
    display: table;
    clear: both;
}

#operation .graph {
  float: right;
  width: 285px;
}

#operation table {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 2px #ccc;
  font-size: inherit;font: 100%;
  width: 100%;
}

#operation th,
#operation td {
  border: solid 1px #ccc;
  padding: 2px 5px;
}

#operation th {
  color: #000;
  text-align: left;
  white-space: nowrap;
}

#operation th.ex01 {
  background: #72acd8;
}

#operation th.ex02 {
  background: #d9746f;
}

#operation th.ex03 {
  background: #c2d67f;
}

#operation th.ex04 {
  background: #ab8dc7;
}

#operation th.ex05 {
  background: #6ccddc;
}

#operation th.ex06 {
  background: #dfd4e9;
}
.access-list {
  margin-bottom: 30px;
}
.access-list li {
  display: inline-block;
}
.access-list li a {
  height: 25px;
  text-decoration: none;
  border: 1px #238e3a solid;
  border-radius: 25px;
  padding: 5px 10px;
  float: left;
  margin-right: 8px;
}
.access-list li a:hover {
  color: #FFFFFF;
  background-color: #238e3a;
  border: 1px #238e3a solid;
}
.access-list li a:visited {
  color: #238e3a;
}
.access-list li a:last-child {
  margin-right: 0px;
}
#floor-guide .normal-table th {
  vertical-align: middle;
}
#floor-guide .normal-table td {
  text-align: left;
}
div.link-block a {
  text-decoration: none;
}
div.link-block a:hover {
  color: #4A9ADD;
}
div.link-block a:hover img {
  opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
#section-top .inner-cl{
  margin-bottom: 40px;

}
#section-top div {
  border: 1px #238e3a solid;
  float: left;
  width: 44%;
  box-sizing: border-box;
  margin: 50px 3% 0;
  text-align: center;
}
#section-top div span {
  font-size: 1.2em;
  display: block;
  padding: 0.7em 0;
}
#section-top div img {
  width: 100%;
  height: auto;
}
#rehabili .box-2col div {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
#rehabili .box-2col div img {
  width: 100%;
  height: auto;
}
.profile {
  width: 200px;
  text-align: center;
  display: block;
  float: right;
}
#nursing-activity {
  margin-bottom: 50px;
}
#nursing-activity img{
  width: 100%;
  height: auto;
}
#nursing-activity h3 {
  font-family: "sans-serif";
  padding: 0;
  font-size: 1.4em;
}
#nursing-activity h4 {
  background-color: #E5F3FF;
  padding: 0 10px;

  margin: 20px 0;
}
#nursing-activity h4:before {
  content: "";
}
.staffvoice-box {
  margin-bottom: 30px;
}
.staffvoice-box:after{
  content:"";
    display:block;
    clear:both;
}
.staffvoice-box img {
  float: left;
  display: block;
  margin: 0 20px 20px 0;
  width: 23%;
  height: auto;
}
.staffvoice-box .voice {
  float: right;
  position: relative;
  display: inline-block;
  margin: 0 0 15px 15px;
  padding: 15px 20px;
  min-width: 300px;
  max-width: 65%;
  color: #555;
  background: #E5F3FF;
  border-radius: 10px;
}

.staffvoice-box .voice:before{
  content: "";
  position: absolute;
  top: 70px;
  left: -40px;
  margin-top: -20px;
  border: 20px solid transparent;
  border-right: 20px solid #E5F3FF;
}

.staffvoice-box .voice p {
  margin: 0;
  padding: 0;
}
.section-list {
  width: 100%;
}
.section-list:after{
  content:"";
    display:block;
    clear:both;
}
.section-list li {
  margin-bottom: 20px;
  border: 1px #CCCCCC solid;
  width: 30%;
  float: left;
  margin: 20px 10px;
  text-align: center;
}
.section-list li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.section-list li a img {
  width: 100%;
  height: auto;
  margin: 0;
}
.section-list li a span {
  display: block;
  margin-top: 0.5em;
}
#sitemap .contents-block {
  border-bottom: 1px #cccccc solid;
}
#sitemap .contents-block:last-child {
  border-bottom: none;
}
#sitemap .sitemap-list {
  padding: 30px 0;
  width: 50%;
  display: block;
  float: left;
}
#sitemap .sitemap-list a {
  text-decoration: none;
}
#sitemap .sitemap-list li img{
  margin-right: 15px;
}
#sitemap .sitemap-list li a:after {
  font-family: FontAwesome;
  content: '\f054';
  padding: 0 5px;
}
#sitemap .sitemap-list li ul{
  margin: 0 0 0 80px;
}
#sitemap .sitemap-list li ul li{
  margin-bottom: 0.3em;
}
#sitemap .sitemap-list li ul li a:after {
  font-family: FontAwesome;
  content: '\f138';
  padding: 0 3px;
}

/*------column top------*/
#column-top {
  padding: 30px 0;
}
#column-top h3 {
  text-align: center;
}
#column-top p {
  text-align: center;
}

#column-top .column-top-box:after {
  content:" ";
    display:block;
    clear:both;
}
#column-top .column-top-box div {
  width: 46%;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  float: left;
  text-align: center;
  background-color: #FFFFFF;
  padding: 20px;
  margin: 0 2% 50px;
}
#column-top .column-top-box div .btn {
  width: 70%;
}
#column-top .column-list {
  margin-top: 40px;
}
#column-top .column-list li {
  width: 29.3%;
  margin: 0 2% 50px;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  vertical-align: top;
  text-align: center;
  float: left;
  background-color: #FFFFFF;
  padding: 20px 20px 5px 20px;
}
#column-top .column-list li:nth-child(3n+1){
  clear: both;
}
#column-top .column-list li img {
  width: 100%;
  height: auto;
}
#column-top .column-list li p {
  padding: 0.5em 0.5em 0;
  display: block;
}
#column-top .column-list li p span {
  display: block;
}
#column-top .column-list li p span.title {
  font-size: 1.2em;
  font-weight: bold;
}
#column-top .column-list li p span.day {
  font-size: 0.85em;
}
#column-top .column-list li a {
  text-decoration: none;
  color: #333333;
  display: block;
}
#column-top .column-list li a p span.title {
  color: #238e3a;
}
#column-top .column-list li a p span.title span {
  font-size: 14px;
}
#column-top .column-list li a p span.title:hover {
color: #4A9ADD;
}
#column-top .column-list li a:hover {
  opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}


a.btn-b,a.btn-gr {
  background-color: #70b52c;
  color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  #column-top p {
    text-align: left;
  }
  #column-top .column-top-box div {
    width: 96%;
    float: none;
    padding: 10px;
    margin: 0 auto 25px;
  }
  #column-top .column-list li {
    width: 96%;
    margin: 0 auto 25px;
    float: none;
    text-align: left;
    padding: 10px;
  }
  #column-top .column-list li:after {
    content:" ";
    display:block;
    clear:both;
  }
  #column-top .column-list li img {
    width: 35%;
    height: auto;
    float: left;
    margin-right: 0.5em;
    display: block;
  }
  #column-top .column-list li p {
    padding: 0;
    text-align: left;
    float: left;
    width: 60%;
  }
  #column-top .column-list li p span {
    display: inline;
  }
  #column-top .column-list li p span.column-doctor-name {
    display: block;
  }
}



/*------column common------*/
.post_content .column-ope {
  border: 10px #F4F4F4 solid;
  padding: 30px 30px 15px;
  background-color: #F4F4F4;
}

.post_content .box1 {
  border: 1px #CCCCCC solid;
  padding: 30px 30px 15px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.post_content .box2 {
}
.post_content h3.main-title {
  font-size: 2em;

}
.post_content h3.title {
  border-left: 5px #238e3a solid;
  padding: 0 0 0 0.3em;;
  margin: 30px 0;
  }
/*.post_content h3.title {
  font-size: 1.5em;
  background-color: #E5F3FF;
  padding: 0.3em 0 0.3em 0.5em;
}*/
.post_content p + h4 {
  margin-top: 3rem;
}
.post_content h4 {
  font-size: 1.5em;
  padding: 0.1em 0 0.1em 0.5em;
  font-family: serif;
  margin-bottom: 1em;
}
.post_content h4:before {
  content: "";
}
.post_content h5 {
  color: #4FB00C;
  font-size: 1.2em;
  padding: 0.8em 0;
  margin: 0;
  font-weight: normal;
}
.post_content h5:before {
  content:"○";
  margin-right: 0.3em;
}
.post_content h3.title-ope1 {
  font-size: 1.5em;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  border: 1px #238e3a solid;
  text-align: center;
  background-color: #FFFFFF;
}
.post_content h3.title-ope2 {
  font-size: 1.4em;
  width: 100%;
  /*border-top: 1px #238e3a solid;*/
  border-bottom: 1px #238e3a solid;
  padding: 0.1em 0 0.1em 0.3em;
  box-sizing:border-box;
  margin-bottom: 30px;
}
.post_content h6 {
  border: 1px #238e3a solid;
  margin-bottom: 30px;
  padding: 7px 10px 7px 7px;
}
.post_content h6 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  min-height: 4em;
}
.post_content h6 span:first-child {
  background-color: #238e3a;
  color: #FFFFFF;
  width: 4em;
  text-align: center;
  padding-left: 0;
}
.post_content p.doctor-name {
  text-align: right;
  margin-right: 1em;
  font-size: 1.2em;
}
.post_content .profile-box {
  border: 1px #CCCCCC solid;
  padding: 15px;
  margin: 30px 0;
}

.reserve-mobile {
  display: none;
}
.menubtn {
  position: relative;
  padding: 11px;
  box-sizing: border-box;
  display: none;
}

.menubtn>div {
  margin: 6px 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: 0.3s ease;
}

.menubtn.clicked>div:first-child {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.menubtn.clicked>div:last-child {
  transform: rotate(45deg) translate(-6px, -6px);
}
.menubtn.clicked>div:nth-child(2) {
  opacity: 0;
}

.menubtn.clicked {
  background-color: #f8c180;
}

.top-guide-box h4 {
  background-color: transparent;
}


.featured_img {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.featured_img img {
  max-width: 100%;
  height: auto;
}
.summary {
  background-color: #eaf3ec;
  margin: 0 auto 3rem;
  padding: 1.5em 2em;
}
.single .post_content .summary p:last-of-type {
  margin-bottom: 0;
}
.toc ul {
  list-style: square;
  padding-left: 1.25rem;
  color: #238e3a;
}
.supervision p {
  margin-bottom: 1em;
  padding: 0;
}

.supervision {
    border: 1px solid #ccc;
    padding: .5em 1em;
    margin-top: 30px;
}

.supervision .supervision-left {
    margin-right: 1em;
}
.supervision img {
  height: auto;
}
.supervision .supervision-ttl {
    border-left: 5px solid #648d55;
    padding-left: .5em;
}
.supervision .supervision-box {
  width:100%;
  display: flex;
}
.supervision .supervision-pic{
  width: 100px;
}
.supervision .supervision-name{
  font-weight: bold;
  font-size: 105%;
}

.sideWidget {
  background: #f4f4f4;
  margin-bottom: 30px;
}

.sideWidget .w-wrap {
  padding: 15px;
}

.sideWidget .side-w-title {
  background: #70b52c;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-family: serif;
}

.rpwwt-post-date {
  font-size: 0.8em;
  color: #898989;
}

.rpwwt-widget a {
  text-decoration: none;
}

#page-title h2 {
  margin: auto;
  line-height: initial;
  width: 80%;
  background-color: transparent;
}

#page-title {
  background-color: rgb(62, 157, 77);
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-title .page-title-inner {
  background-color: transparent;
  width: 100%;
}

.blog_list .inner>ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
 }

.blog_list a {
  text-decoration: none;
}

.blog_list .inner>ul>li{
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
}
.archive .blog_list .inner>ul>li{
  width: 50%;
}
.post-thmb {
  margin-bottom: 16px;
  text-align: center;
}

.post-thmb img {
  width: 100%;
  height: auto;
}

.post-title:before {
  content: none;
}

.post-title {
  font-weight: normal;
  font-size: 1em;
}
.post-date {
  font-size: 0.8em;
  color: #6e6e6e;
}

.go_to_btn {
  text-align: right;
}
.go_to_btn a {
  background-color: #ccc;
  text-decoration: none;
}

.pagination {
  text-align: center;
}

.blog_list .slick-slide {
  margin: 0 10px;
}

.single .post_content p {
  line-height: 1.8;
  letter-spacing: .05rem;
  margin-bottom: 1rem;
}

.single .post_content p:last-of-type {
  margin-bottom: 3rem
}
.single .post_content p + h3 {
  margin-top: 3rem;
}
.single .post_content h3 {
  margin: 0.5em 0;
}
.post_content .well {
  list-style: disc;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
}
.single .post_content .well li {
  
}
.single .post_content .well li:last-of-type {
}
.single .post_content .well li p {
  margin-bottom: 0;
}


#header-info-box .toptxt {
  float: left;
  line-height: 30px;
  font-size: 80%;
  margin: 0;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

@media screen and (min-width: 981px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}

@media screen and (max-width: 980px) {
  .menubtn {
    display: block;
    width: 50px;
    height: 50px;
  }
  #site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
  }
  #site-header:after {
    content: none;
  }
  .main_menu .menu_list {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 100;
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
  }

  .main_menu .menu_list.open {
    display: block;
    opacity: 1;
  }
  #menu-main-menu {
    display: block;
  }
  #menu-main-menu>.menu-item a {
    text-align: left;
  }
  #menu-main-menu>li>.sub-menu {
    position: static;
    transform: none;
    flex-wrap: wrap;
    background-color: #fff4e7;
  }
  #menu-main-menu>li>.sub-menu>li {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .post-thmb img {
    max-width: 100%;
    width: auto;
  }
  .archive .blog_list .inner>ul>li, .blog_list .inner>ul>li {
    width: 100%;
  }
  #page-title {
    height: auto !important;
  }
  #page-title h2 {
    line-height: initial !important;
  }
  .single .post_content {
    margin-bottom: 30px;
  }
  .supervision .supervision-box {
    display: block;
  }
  .supervision .supervision-left {
    float: left;
    max-width: 65px;
  }
  .container {
    width: 90%;
    margin: auto;
  }
  .post_content h3.title {
  text-align: left;
  }
  .post_content h3.title-ope2 {
  text-align: left;
  }
  .post_content h4 {
    padding-right: 0.25em;
    padding-left: 0.25em;
  }
  .post_content .column-ope {
  padding: 10px 5px;
  }
  .post_content .box1 {
  padding: 15px 10px;
  }
  .img-c {
    width: 100%;
    height: auto;
  }
  .post_content p.doctor-name {
  text-align: center;
  }
  .logo {
    padding: 10px 0;
  }
  .logo img {
    width: 200px;
  }
  .reserve-mobile {
    position: static;
  }

  img {
    max-width: 100%;
  }
}
@media (min-width: 400px) {
  #wpadminbar {
    transform: rotateZ(90deg) translateY(-100%);
    transform-origin: 0 0 0;
    width: 100vh;
    top: 0;
    left: 0;
  }
  #wpadminbar .menupop .ab-sub-wrapper,
  #wpadminbar .shortlink-input {
    z-index: 0;
    right: 0;
  }
  #wpadminbar ul#wp-admin-bar-root-default>li,
  #wpadminbar #wp-admin-bar-top-secondary {
    transform: rotateZ(180deg);
  }
}
/*------#column01------*/
