@charset "UTF-8";
/*
theme: メカマクリニック
Author: openstage.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, time, pre, select {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  list-style: none;
  color: #000;
  /*  letter-spacing: 0.05em;*/
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
	font-size: 12px;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 125px;
  ;
}
#hospital, #schedule, #access {
  padding-top: 125px;
  margin-top: -125px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.bottom-120-margin {
  margin-bottom: 120px;
}
.bottom-80-margin {
  margin-bottom: 80px;
}
.bottom-60-margin {
  margin-bottom: 60px;
}
.bottom-46-margin {
  margin-bottom: 46px;
}
.bottom-32-margin {
  margin-bottom: 32px;
}
.bottom-24-margin {
  margin-bottom: 24px;
}
.bottom-16-margin {
  margin-bottom: 16px;
}
.bottom-8-margin {
  margin-bottom: 8px;
}
.pc_none {
  display: none !important;
}
.common-title__wrap {
  margin-bottom: 60px;
}
.common-title__wrap span {
  display: block;
  font-family: "Crimson Text", serif;
  padding-left: 23px;
  position: relative;
  color: #007CCE;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.common-title__wrap span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #007CCE;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.common-title__wrap h2, .common-title__wrap h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common-title__second {
  margin-bottom: 60px;
  text-align: center;
}
.common-title__second span {
  display: block;
  font-family: "Crimson Text", serif;
  position: relative;
  color: #BDBEBF;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.common-title__second h2, .common-title__second h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common-btn__wrap a:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../img/icon-next.svg");
}
.common-btn__wrap a {
  width: 300px;
  text-decoration: none;
  padding: 24px 40px;
  box-sizing: border-box;
  color: #fff;
  background-color: #60432A;
  font-weight: 400;
  position: relative;
  border-radius: 100px;
  margin: 0 auto;
}
.common-btn__wrap a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #fff;
  opacity: 1;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #60432A;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(96 67 42 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(96 67 42 / 0%);
  }
}
.common-page__inner {
  padding: 100px 20px 80px;
  box-sizing: border-box;
  text-align: center;
}
.common-page__title {
  background-image: url(../img/page-bgi_pc.jpg);
  background-repeat: no-repeat;
  background-color: #D9EBF8;
  /*    padding-bottom: 100px;*/
  position: relative;
  background-size: cover;
  background-position: center;
}
/*
.common-page__title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/bgi-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
}
*/
.common-page__title ._english {
  display: block;
  font-family: "Crimson Text", serif;
  position: relative;
  color: #007CCF;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  text-shadow:
    #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.common-page__title ._title {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow:
    #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #hospital, #schedule, #access {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, time, pre, select {
    font-size: 15px;
    line-height: 1.5;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .common-120-padding {
    padding: 100px 0;
  }
  .common-80-padding {
    padding: 46px 0;
  }
  .bottom-80-margin {
    margin-bottom: 60px;
  }
  .bottom-60-margin {
    margin-bottom: 46px;
  }
  .bottom-46-margin {
    margin-bottom: 32px;
  }
  .bottom-32-margin {
    margin-bottom: 24px;
  }
  .bottom-24-margin {
    margin-bottom: 16px;
  }
  .common-btn__wrap a {
    width: 280px;
  }
  .common-btn__wrap a:before {
    width: 32px;
    height: 32px;
  }
  .common-title__wrap {
    margin-bottom: 46px;
  }
  .common-title__wrap span {
    font-size: 19px;
  }
  .common-title__wrap span::before {
    top: 6px;
  }
  .common-title__wrap h2, .common-title__wrap h1 {
    font-size: 32px;
  }
  .common-title__second {
    margin-bottom: 46px;
  }
  .common-title__second span {
    font-size: 19px;
  }
  .common-title__second h2, .common-title__second h1 {
    font-size: 32px;
  }
  .common-page__title {
    background-image: url(../img/page-bgi_sp.jpg);
  }
  /*
  .common-page__title::after {
    height: 35px;
  }
*/
  .common-page__inner {
    padding: 65px 20px;
  }
  .common-page__title ._english {
    font-size: 18px;
  }
  .common-page__title ._title {
    font-size: 28px;
  }
}
@media screen and (max-width: 426px) {
  .common-120-padding {
    padding: 80px 0;
  }
  .common-title__wrap h2, .common-title__wrap h1 {
    font-size: 28px;
  }
}
/* メガメニュー
* --------------------------------------- */
.global-nav__sp {
  display: none;
}
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  gap: 0 46px;
  justify-content: center
}
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.header-logo__wrap {
  width: 320px
}
.header-contect__wrap {
  width: 100%;
  max-width: 700px;
  margin-top: 14px;
}
.global-contect__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-contect__links {
  display: flex;
  align-items: center;
  gap: 0 16px;
  justify-content: flex-end;
}
.header-contect__links li a {
  color: #fff;
  font-size: 15px;
  display: flex;
  background-color: #007CCF;
  filter: drop-shadow(3px 3px 0 #002E4D);
  align-items: center;
  width: 140px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  justify-content: center;
  gap: 0 10px;
}
.header-contect__links li:nth-child(2) a {
  background-color: #78A24C;
  filter: drop-shadow(3px 3px 0 #5C8131);
}
.header-contect__links li a ._icon img {
  display: block;
  width: 15px;
  height: 15px;
}
.header__navItem {
  min-height: 47px;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 16px 0 16px;
}
.header__navItemLink span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  background: linear-gradient(90deg, #6BAC1B 0%, #2CB7ED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
  line-height: 1;
}
.header__navItemLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.header__navItemLink:hover::after {
  background-color: #007CCF;
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 107px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header__navItem.OverFlow .megaMenu__inner {
  height: 500px;
  overflow-y: scroll;
}
.megaMenu__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  min-height: 50%;
  overflow-y: scroll;
}
.megaMenu__title {
  padding-left: 20px;
}
.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}
.megaMenu__itemLink {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #007CCF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 8px;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__itemLink.HoverNo:hover {
  opacity: 1;
  color: #007CCF;
  cursor: default;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  padding-left: 25px;
}
.megaMenu__subItemLink::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/navi-arrow.svg");
  position: absolute;
  left: 0;
  top: 5px;
}
.megaMenu__subItemLink:hover::before {
  background-image: url("../img/navi-hover.svg");
}
.megaMenu__subItemLink:hover {
  opacity: 1;
}
.megaMenu__subItem {
  padding-bottom: 7px;
  margin-bottom: 6px;
  border-bottom: solid 1px #c2dbf2;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column-reverse;
}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__list .megaMenu__item {
  width: 100%;
  margin-bottom: 32px;
}
.megaMenu__list .megaMenu__item:nth-last-child(1) {
  margin-bottom: 0;
}
.megaMenu__list .megaMenu__item .megaMenu__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.megaMenu__list .megaMenu__item .megaMenu__subList .megaMenu__subItem {
  width: 32%;
}
@media screen and (max-width: 1100px) {
  .header-contect__wrap {
    max-width: 580px;
  }
  .header-logo__wrap {
    width: 300px;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
    box-sizing: border-box;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 30px 20px 200px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .global-nav__list > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid 1px #444;
    line-height: 1;
    font-size: 15px;
    color: #444;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid 1px #444;
    color: #444;
    font-size: 15px;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 14px 0;
    box-sizing: border-box;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #007ccf;
    border-radius: 100px;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 40%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 60%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    padding: 20px 10px;
    box-sizing: border-box;
    background: #cbe0f4;
    border-bottom: solid 1px #007ccf;
  }
  .trigger.sub {
    background: #e7e7e7;
  }
  .target ul li:nth-last-child(1) a {
    border-bottom: solid 1px #444;
  }
  .header-logo__wrap {
    position: fixed;
    top: 17px;
    left: 20px;
    width: 230px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 1.5px;
    background: #444;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #444;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-slider__wrap {
  position: relative;
  margin-top: 125px;
}
.keyvisual-slider__wrap img {
  width: 100%;
}
.keyvisual-text__wrap {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #ffffffc2;
  padding: 30px;
  box-sizing: border-box;
}
.keyvisual-text__box h2 {
  margin-bottom: 50px;
}
.keyvisual-text__box h2 span {
  display: block;
  font-size: 55px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.keyvisual-text__box h2 span b._blue {
  color: #0279C2;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.05em;
}
.keyvisual-text__box h1 {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    height: 100%;
    margin-top: 80px;
  }
  .keyvisual-text__wrap {
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    padding: 16px 20px;
  }
  .keyvisual-text__wrap h2 {
    margin-bottom: 32px;
  }
  .keyvisual-text__wrap h2 span {
    font-size: 35px;
  }
  .keyvisual-text__wrap h2 span b._blue {
    font-size: 45px;
  }
  .keyvisual-text__wrap h1 {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-text__wrap h2 {
    margin-bottom: 16px;
  }
  .keyvisual-text__wrap h2 span {
    font-size: 23px;
  }
  .keyvisual-text__wrap h2 span b._blue {
    font-size: 30px;
  }
  .keyvisual-text__wrap h1 {
    font-size: 16px;
    line-height: 2;
  }
}
/* バナー一覧
* --------------------------------------- */
.banner-area__group {
  padding: 32px 32px 0;
  background-color: #D9EBF8;
}
.banner-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.banner-items__box {
  width: 32%;
}
@media screen and (max-width: 769px) {
  .banner-items__box {
    width: 100%;
  }
  .banner-area__group {
    padding: 24px 20px 0;
  }
}
/* 新着情報
* --------------------------------------- */
.info-area__group {
  background-color: #D9EBF8;
}
.info-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.3%;
}
.info-archive__group .info-items__box {
  border: solid 1px #ddd;
}
.info-items__box {
  width: 24%;
  background-color: #fff;
  border-radius: 17px;
  padding: 32px 24px;
  box-sizing: border-box;
  position: relative;
}
.info-items__box ._category {
  background-color: #007CCE;
  color: #fff;
  padding: 6px 24px 5px;
  border-radius: 100px;
  font-size: 15px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 16px;
}
.info-items__box ._title {
  margin-bottom: 10px;
}
.info-items__box time {
  display: block;
  text-align: right;
}
.info-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.info-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.info-items__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 941px) {
  .info-items__box {
    width: 49%;
  }
  .info-items__block {
    gap: 16px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 769px) {
  .info-items__box {
    width: 100%;
    padding: 24px 20px 20px;
  }
  .info-items__box ._category {
    padding: 6px 16px 4px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .info-items__block {
    gap: 10px 0;
  }
  .info-items__wrap {
    margin-bottom: 46px;
  }
  .info-items__box ._title {
    font-size: 16px;
    line-height: 1.8;
  }
}
/* 診療科目
* --------------------------------------- */
.medical-items__area {
  margin-top: 120px;
}
.medical-items__block {
  display: flex;
  justify-content: space-between;
  padding: 32px 32px 32px 0;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.medical-items__block:nth-last-child(1) {
  margin-bottom: 0;
}
.medical-items__block._internal {
  background-color: #F9E8E7;
}
.medical-items__block._surgery {
  background-color: #E5F7FB;
}
.medical-items__block._neurology {
  background-color: #FBF6E2;
}
.medical-items__title {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.medical-items__box {
  width: 78%;
  padding-left: 5%;
  box-sizing: border-box;
}
.medical-items__box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
}
.medical-items__box ul li {
  width: 48%;
}
.medical-items__box ul li a {
  display: flex;
  background: #fff;
  padding: 11px 18px;
  border-radius: 100px;
  align-items: center;
  gap: 0 16px;
}
.medical-items__block._internal .medical-items__box ul li a {
  color: #C6744C;
}
.medical-items__block._surgery .medical-items__box ul li a {
  color: #57B1BC;
}
.medical-items__block._neurology .medical-items__box ul li a {
  color: #BCA557;
}
.medical-items__block._internal .medical-items__box ul li a:hover {
  color: #fff;
  background-color: #C6744C;
  opacity: 1;
}
.medical-items__block._surgery .medical-items__box ul li a:hover {
  color: #fff;
  background-color: #57B1BC;
  opacity: 1;
}
.medical-items__block._neurology .medical-items__box ul li a:hover {
  color: #fff;
  background-color: #BCA557;
  opacity: 1;
}
.medical-items__block._internal .medical-items__title {
  border-right: solid 2px #EAC6B8;
}
.medical-items__block._surgery .medical-items__title {
  border-right: solid 2px #BAE2E8;
}
.medical-items__block._neurology .medical-items__title {
  border-right: solid 2px #E7DDB6;
}
.medical-items__title h3 {
  font-size: 28px;
  text-align: center;
  padding: 10px 0;
}
.medical-items__block._internal .medical-items__title h3 {
  color: #C6744C;
}
.medical-items__block._surgery .medical-items__title h3 {
  color: #57B1BC;
}
.medical-items__block._neurology .medical-items__title h3 {
  color: #BCA557;
}
@media screen and (max-width: 941px) {
  .medical-items__title h3 {
    font-size: 21px;
  }
  .medical-items__box ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .medical-items__area {
    margin-top: 80px;
  }
  .medical-items__block {
    flex-wrap: wrap;
    padding: 24px;
    margin-bottom: 24px;
  }
  .medical-items__title {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .medical-items__box {
    width: 100%;
    padding-left: 0;
  }
  .medical-items__title h3 {
    font-size: 21px;
    padding: 0;
    text-align: left;
  }
  .medical-items__block._internal .medical-items__title {
    border-bottom: solid 2px #EAC6B8;
    border-right: 0;
  }
  .medical-items__block._surgery .medical-items__title {
    border-bottom: solid 2px #BAE2E8;
    border-right: 0;
  }
  .medical-items__block._neurology .medical-items__title {
    border-bottom: solid 2px #E7DDB6;
    border-right: 0;
  }
  .medical-items__box ._icon {
    width: 40px;
    height: 40px;
  }
  .medical-items__box ul li {
    width: 49%;
  }
  .medical-items__box ul {
    gap: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .medical-items__box ul li {
    width: 100%;
  }
}
/* 院長からごあいさつ
* --------------------------------------- */
.greetings-area__group {
  background-color: #D9EBF8;
  background-image: url("../img/greetings-deco.svg");
  background-position: right -250px top 400px;
  background-size: 750px auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 170px;
  padding-bottom: 150px;
}
.greetings-area__group::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 170px;
  background-image: url("../img/bgi-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.greetings-area__group::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 150px;
  background-image: url("../img/bgi-bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
}
.greetings-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.greetings-items__image {
  width: 33%;
}
.greetings-items__text {
  width: 62%;
}
.greetings-items__text span {
  margin-bottom: 8px;
  font-weight: 500;
}
.greetings-items__text h3 {
  font-size: 35px;
  margin-bottom: 32px;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-weight: 500;
}
.greetings-items__text h2 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 500;
}
.greetings-items__text small {
  font-size: 18px;
  font-weight: 500;
}
.greetings-items__text p {
  line-height: 2.5;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .greetings-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .greetings-items__text {
    width: 100%;
  }
  .greetings-area__group::before {
    height: 30px;
  }
  .greetings-area__group::after {
    height: 30px;
  }
  .greetings-area__group {
    background-position: right -50px top 100px;
    background-size: 300px auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .greetings-items__text h3 {
    font-size: 26px;
  }
  .greetings-items__text span {
    display: block;
  }
  .greetings-items__text h2 {
    font-size: 19px;
    line-height: 2;
  }
  .greetings-items__text small {
    font-size: 16px;
  }
  .greetings-items__text p {
    line-height: 2;
  }
}
/* 当院の特徴
* --------------------------------------- */
.features-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
}
.features-items__box {
  width: 31%;
  background-color: #EDF6FC;
  padding: 32px 24px;
  box-sizing: border-box;
}
.features-items__box ._point {
  width: 180px;
  margin-left: -50px;
}
.features-items__box ._image {
  width: 105px;
  margin: 0 auto 24px;
}
.features-items__box h3 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
.features-items__box p {
  color: #727373;
  font-weight: 300;
}
.clinic-slider__wrap {
  margin: 24px 0;
}
.clinic-slider__wrap li {
  margin-right: 24px;
}
@media screen and (max-width: 941px) {
  .features-items__box {
    width: 48%;
    background-color: #EDF6FC;
    padding: 32px 24px;
    box-sizing: border-box;
  }
  .features-items__box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .features-items__box ._point {
    width: 120px;
    margin-left: -30px;
  }
  .features-items__block {
    gap: 24px 0;
  }
  .features-items__box ._image {
    width: 80px;
  }
  .clinic-slider__wrap {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .features-items__block {
    gap: 16px 0;
  }
  .features-items__box {
    width: 100%;
    padding: 32px;
  }
  .features-items__box ._point {
    width: 140px;
    margin-left: -40px;
  }
  .clinic-slider__wrap li {
    margin-right: 10px;
  }
}
/* フッター
* --------------------------------------- */
.footer-address__area {
  background-color: #fbfbfb;
}
.footer-logo__wrap {
  max-width: 250px;
  margin: 0 auto 80px;
}
.footer-address__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-address__box {
  width: 43%;
}
.footer-address__box address {
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 2;
}
.footer-reserve__wrap {
  display: flex;
}
.footer-reserve__wrap ._tel a {
  background-color: #DBDBDC;
  font-size: 32px;
  height: 140px;
  padding: 39px 10px;
  box-sizing: border-box;
  font-weight: 500;
  color: #000;
}
.footer-reserve__wrap ._tel {
  width: 60%;
  text-align: center;
}
.footer-reserve__wrap ._tel span {
  font-size: 21px;
  display: block;
  line-height: 1;
  color: #000;
}
.footer-reserve__wrap ._reserve a {
  background-color: #007CCE;
  font-size: 28px;
  height: 140px;
  font-weight: 500;
  padding: 39px 10px;
  box-sizing: border-box;
  color: #fff;
}
.footer-reserve__wrap ._reserve span {
  font-size: 21px;
  display: block;
  line-height: 1;
  color: #fff;
}
.footer-reserve__wrap ._reserve {
  width: 40%;
  text-align: center;
}
.footer-schedule__box {
  width: 50%;
}

.footer-schedule__wrap:nth-child(1){
	margin-bottom: 46px;
}

.footer-schedule__wrap h3{
	color: #007CCE;
	margin-bottom: 10px;
	
}
.hour-items__wrap table {
  width: 100%;
  border-collapse: collapse;
}
.hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
  width: 6%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
}
.hour-items__wrap th td:nth-child(1) {
  padding-left: 25px;
}
.hour-items__wrap th {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  border-right: solid 1px #563D38;
  padding: 15px 0;
}
.hour-items__wrap td {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 400;
  border-right: solid 1px #563D38;
  padding: 12px 0;
}
.hour-items__wrap th:nth-last-child(1), .hour-items__wrap td:nth-last-child(1) {
  border-right: none;
  width: 4%;
}
.hour-items__wrap {
  border-bottom: solid 1px #563D38;
  border-top: solid 1px #563D38;
}
.hour-items__wrap tr:nth-child(1), .hour-items__wrap tr:nth-child(2) {
  border-bottom: solid 1px #563D38;
}
.footer-schedule__box span {
display: block;
    margin-top: 16px;
    font-size: 13px;
}
.footer-map__area iframe {
  width: 100%;
  height: 400px;
}
.footer-links__wrap {
  background-color: #007CCF;
}
.footer-links__wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  align-items: center;
  padding: 24px 0;
  flex-wrap: wrap;
}
.footer-links__wrap li {
  color: #fff;
}
.footer-links__wrap li a {
  color: #fff;
  font-size: 15px;
}
.footer-links__copy {
  background-color: #034571;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.footer-links__copy a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  .footer-address__box address {
    font-size: 19px;
  }
  .footer-reserve__wrap ._tel span {
    font-size: 16px;
  }
  .footer-reserve__wrap ._tel a {
    height: 130px;
    font-size: 26px;
  }
  .footer-reserve__wrap ._reserve a {
    font-size: 26px;
    height: 130px;
  }
  .footer-reserve__wrap ._reserve span {
    font-size: 16px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 15px;
    padding-left: 8px;
  }
  .hour-items__wrap th, .hour-items__wrap td {
    font-size: 15px;
  }
  .footer-schedule__box span {
    font-size: 15px;
  }
}
@media screen and (max-width: 941px) {
  .footer-address__box {
    width: 100%;
  }
  .footer-schedule__box {
    width: 100%;
  }
  .footer-address__block {
    gap: 32px 0;
  }
}
@media screen and (max-width: 769px) {
  .footer-logo__wrap {
    max-width: 180px;
    margin: 0 auto 32px;
  }
  .footer-address__box address {
    font-size: 17px;
  }
  .footer-reserve__wrap {
    flex-wrap: wrap;
  }
  .footer-reserve__wrap ._tel {
    width: 100%;
  }
  .footer-reserve__wrap ._reserve {
    width: 100%;
  }
  .footer-reserve__wrap ._tel a {
    height: auto;
    padding: 24px 10px 16px;
  }
  .footer-reserve__wrap ._reserve a {
    height: auto;
    padding: 24px 10px 16px;
  }
  .footer-reserve__wrap ._tel span {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer-reserve__wrap ._reserve span {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 13px;
    width: 7%;
    padding-left: 0;
  }
  .hour-items__wrap th, .hour-items__wrap td {
    font-size: 13px;
  }
  .footer-schedule__box span {
    line-height: 1.8;
  }
  .footer-map__area iframe {
    height: 280px;
  }
  .footer-links__wrap li:nth-child(even) {
    display: none
  }
  .footer-links__wrap {
    gap: 10px 16px;
    padding: 16px 0;
  }
  .footer-links__copy a {
    font-size: 14px;
  }
}
/* 追従
* --------------------------------------- */
.desktop-items__wrap, .desktop-items__box {
  display: none;
}
@media screen and (max-width: 941px) {
  .desktop-items__box {
    display: block;
  }
  .desktop-items__wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 100;
    justify-content: space-between;
  }
  .desktop-items__box {
    width: 33.333%;
  }
  .desktop-items__box a {
    min-height: 78px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    gap: 0 10px;
    color: #fff;
    padding: 22px 10px;
    justify-content: center;
    border-radius: 15px 15px 0 0;
  }
  .desktop-items__box:nth-child(1) a {
    background-color: #007CCF;
  }
  .desktop-items__box:nth-child(2) a {
    background-color: #78A24C;
  }
  .desktop-items__box:nth-child(3) a {
    background-color: #C6744C;
    color: #fff;
  }
  .desktop-items__box img {
    width: 15px;
  }
  .desktop-items__box a {
    gap: 0 6px;
    padding: 17px 10px;
    min-height: 60px;
  }
  .desktop-items__box img {
    width: 13px;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7px;
  justify-content: flex-end;
  max-width: 1300px;
  margin: 16px auto 0;
  width: calc(100% - 40px);
}
.breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
  font-size: 16px;
}
.breadcrumbs-items__wrap span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 789px) {
  .breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
    font-size: 14px;
  }
  .breadcrumbs-items__wrap {
    justify-content: flex-start;
  }
}
/* 共通アーカイブ
* --------------------------------------- */
.post-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.post-items__box {
  width: 49%;
  background-color: #fbfbfb;
  border: solid 1px #ddd;
  border-radius: 10px;
  padding: 24px 32px;
  box-sizing: border-box;
  position: relative;
}
.post-items__text ._title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #007CCF;
}
.post-items__text p {
  font-weight: 300;
  line-height: 2;
}
.post-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.post-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
@media screen and (max-width: 769px) {
  .post-items__box {
    width: 100%;
    padding: 24px;
  }
  .post-items__text ._title {
    font-size: 21px;
  }
  .post-items__block {
    gap: 16px 0;
  }
}
/* 詳細ページ
* --------------------------------------- */
.common-single__title h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
.common-single__title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #007CCF;
  font-weight: 500;
  margin-bottom: 24px;
}
.common-single__title time {
  display: block;
  font-size: 21px;
  font-weight: 500;
  text-align: right;
  margin-top: 16px;
  font-family: "Crimson Text", serif;
}
.common-single__title {
  margin-bottom: 80px;
}
.common-single__post h2 {
  font-size: 26px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding: 10px 16px 8px 32px;
  position: relative;
  background-color: #E2F0FA;
  color: #007CCF;
  font-weight: 500;
  line-height: 1.5;
}
.common-single__post h2::after {
  content: "";
  width: 7px;
  height: 28px;
  border-radius: 100px;
  background-color: #007CCF;
  position: absolute;
  top: 16px;
  left: 15px;
}
.common-single__post h3 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 3px #E2F0FA;
  position: relative;
  color: #007CCF;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #007CCF;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post p {
  margin-bottom: .5em;
  line-height: 2;
  font-weight: 300;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .8em;
}
strong {
  font-weight: 600;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: 300;
}
.common-single__post ul li strong {
  font-weight: 500;
  color: #007CCF !important;
}
.common-single__post ul li strong a {
  color: #007CCF !important;
  text-decoration: underline;
  font-weight: 600;
}
.common-single__post ul li a strong {
  color: #007CCF !important;
  text-decoration: underline;
  font-weight: 600;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #007CCF;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .8em;
}
.common-single__post > ol > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 5px;
  color: #CF0000;
}
.common-single__post a:hover {
  text-decoration: none;
  opacity: 1;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: .8em;
}
.common-single__post {
  width: 100%;
}
.common-single__post .is-type-video ._thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.common-single__post .is-type-video ._thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-single__post .wp-block-group {
  background: #f7f7f7;
  padding: 32px 46px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.common-single__post .wp-block-group h2 {
  margin-top: 0;
  padding: 0 0 10px;
  border-bottom: solid 1px #007ccf;
  background-color: #e2f0fa00;
  color: #007CCF;
}
.common-single__post .wp-block-group h2::after {
  display: none
}
.common-single__post .wp-block-group h3 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: solid 1px #007ccf;
  padding: 0 0 10px;
}
.common-single__post .wp-block-group h3::after {
  display: none
}
.wp-block-file * + .wp-block-file__button {
  margin-left: .75em;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.wp-block-embed {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: .8em;
}
.is-type-wp-embed {
  max-width: 100%;
  width: 100%;
}
.wp-block-embed iframe {
  width: 100%;
  height: revert-layer;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  text-align: left;
}
.table-space-css td:nth-child(1) {
  width: 250px !important;
}
.table-system-css tr th:nth-child(1) {
  width: 150px !important;
}
.table-system-css tr th:nth-child(2) {
  width: 200px !important;
}
.table-space01-css th {
  width: 250px !important;
}
@media screen and (max-width: 769px) {
  .single-ttl__wrap h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .single-ttl__wrap time {
    font-size: 15px;
  }
  .common-single__post ul li::before {
    top: 9px;
  }
  .common-single__post h2 {
    font-size: 20px;
    padding: 9px 10px 8px;
    line-height: 1.6;
    border-left: solid 3px;
    border-radius: 0;
  }
  .common-single__post h2::after {
    display: none;
  }
  .common-single__post h3 {
    font-size: 19px;
    line-height: 1.8;
    padding-bottom: 6px;
    border-bottom: solid 2px #E2F0FA;
  }
  .common-single__post h3::after {
    height: 2px;
    bottom: -2px;
  }
  .wp-block-image .alignleft {
    margin: 0 !important;
    width: 100%;
  }
  .wp-block-image img {
    width: 100% !important
  }
  .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    font-size: 15px !important;
  }
  .common-single__post ul li strong {
    font-size: 16px;
  }
  .is-style-regular {
    overflow-x: scroll;
  }
  .wp-block-table .has-fixed-layout {
    width: 800px !important;
  }
  .table-space-css td:nth-child(1) {
    width: 150px !important;
  }
  .common-single__title h1 {
    font-size: 26px;
  }
  .common-single__title span {
    margin-bottom: 16px;
  }
  .common-single__title time {
    font-size: 21px;
  }
  .common-single__title {
    margin-bottom: 46px;
  }
  .common-single__post .wp-block-group {
    padding: 24px 16px;
  }
  .common-single__post .wp-block-group h2 {
    border-left: none
  }
}
/* 院長からごあいさつ
* --------------------------------------- */
.message-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 60px;
}
.message-items__image {
  width: 30%;
}
.message-items__title {
  width: 65%;
}
.message-items__title span {
  display: block;
  margin-bottom: 10px;
}
.message-items__title h2 {
  font-size: 35px;
  margin-bottom: 24px;
}
.message-items__title h2 b {
  font-size: 18px;
  font-weight: 400;
}
.message-items__title h3 {
  font-size: 35px;
}
.message-items__title h3 b {
  font-size: 40px;
  font-weight: 400;
  color: #007CCE;
}
.message-items__text {
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .message-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .message-items__title {
    width: 100%;
  }
  .message-items__title h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .message-items__title h2 b {
    font-size: 15px;
    font-weight: 400;
  }
  .message-items__title h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .message-items__title h3 b {
    font-size: 22px;
  }
  .message-items__title h3 br {
    display: none
  }
  .message-items__block {
    margin-bottom: 32px;
  }
}
/* 共通記事
* --------------------------------------- */
.common-1ver__text {
  line-height: 2;
}
.common-1ver__table {
  width: 100%;
}
.common-1ver__table tr {
  padding: 32px;
  display: flex;
  align-items: center;
}
.common-1ver__table tr:nth-child(odd) {
  background-color: #EEF7FC;
}
.common-1ver__table th {
  text-align: left;
  width: 200px;
  font-weight: 400;
}
.common-1ver__table td {
  text-align: left;
  width: fit-content;
  line-height: 1.8;
}
.common-1ver__title {
  color: #007CCF;
  font-size: 26px;
  ;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .common-1ver__table tr {
    padding: 16px 20px;
    align-items: baseline;
    flex-direction: column;
  }
  .common-1ver__table th {
    width: 100%;
    font-size: 16px;
    color: #007CCF;
  }
  .common-1ver__table td {
    width: 100%;
  }
  .common-1ver__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
/* 院長からごあいさつ
* --------------------------------------- */
.profile-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 60px;
}
.profile-items__image {
  width: 30%;
}
.profile-items__title {
  width: 65%;
}
.profile-items__title span {
  display: block;
  margin-bottom: 10px;
}
.profile-items__title h2 {
  font-size: 35px;
  margin-bottom: 24px;
}
.profile-items__title h2 b {
  font-size: 18px;
  font-weight: 400;
}
.profile-items__title p {
  line-height: 2;
}
.profile-history__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.profile-history__box {
  width: 47%;
}
.profile-history__box h3 {
  color: #007CCF;
  font-size: 24px;
  margin-bottom: 10px;
}
.profile-history__box ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: 300;
}
.profile-history__box ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #007CCF;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.profile-history__box p {
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .profile-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .profile-items__title {
    width: 100%;
  }
  .profile-items__title h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .profile-items__title h2 b {
    font-size: 15px;
    font-weight: 400;
  }
  .profile-history__box {
    width: 100%;
  }
  .profile-history__box h3 {
    font-size: 21px;
  }
  .profile-items__block {
    margin-bottom: 46px;
  }
  .profile-history__box ul li::before {
    top: 7px;
  }
}
/* 医師紹介
* --------------------------------------- */
.doctor-items__wrap:not(:last-child) {
  margin-bottom: 120px;
}
.doctor-items__block {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.doctor-items__image {
  width: 47%;
}
.doctor-items__image img{
	height: auto
}
.doctor-items__header {
  width: 48%;
}
.doctor-items__name {
  margin-bottom: 32px;
}
.doctor-items__name span {
  display: block;
  margin-bottom: 8px;
}
.doctor-items__name h2 {
  font-size: 30px;
}
.doctor-items__name h2 b {
  font-size: 18px;
  font-weight: 500;
}
.doctor-items__content h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.doctor-items__content h3 b {
  color: #007CCF;
  font-weight: 500;
}
.doctor-history__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.doctor-history__box {
  width: 48%;
}
.doctor-history__box h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.doctor-history__box h3 b {
  color: #007CCF;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .doctor-items__wrap:not(:last-child) {
    margin-bottom: 100px;
  }
  .doctor-items__block {
    margin-bottom: 32px;
    gap: 24px 0;
  }
  .doctor-items__image {
    width: 90%;
    margin: 0 auto;
  }
  .doctor-items__header {
    width: 100%;
  }
  .doctor-items__name {
    margin-bottom: 24px;
  }
  .doctor-items__name h2 {
    font-size: 24px;
    text-align: center;
  }
  .doctor-items__name h2 b {
    font-size: 15px;
  }
  .doctor-items__content h3 {
    font-size: 16px;
  }
  .doctor-history__box {
    width: 100%;
  }
  .doctor-history__box h3 {
    font-size: 16px;
  }
  .doctor-items__name span {
    ;
    text-align: center;
  }
}
/* 医院紹介
* --------------------------------------- */
.clinic-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clinic-items__text {
  width: 50%;
  line-height: 2;
}
.clinic-items__image {
  width: 45%;
}
.hospital-image__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.hospital-image__wrap li {
  width: 32%;
}
.schedule-deta__wrap table th {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #a4b3ca;
  border-bottom: 1px solid #a4b3ca;
  background: #007CCF;
  color: #fff;
}
.schedule-deta__wrap table th {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #a4b3ca;
  border-bottom: 1px solid #a4b3ca;
  background: #007CCF;
  color: #fff;
}
.schedule-deta__wrap table th._date {
  text-align: left;
  font-weight: 400;
}
.schedule-deta__wrap table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #a4b3ca;
  border-bottom: 1px solid #a4b3ca;
  color: #007CCF;
}
.schedule-deta__wrap table th._date span {
  display: inline-block;
  width: 120px;
  color: #fff;
}
.schedule-deta__wrap table {
  width: 100%;
  margin-bottom: 16px;
}
.clinic-schedule__text {
  margin-top: 16px;
}
.access-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
}
.access-items__box {
  width: 48%;
}
.access-items__box ._googlemap {
  margin-bottom: 24px;
}
.access-items__box ._googlemap iframe {
  width: 100%;
  height: 500px;
}
.access-items__text h3 {
  color: #007CCF;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .clinic-items__block {
    gap: 16px 0;
    flex-direction: column-reverse;
  }
  .clinic-items__text {
    width: 100%;
  }
  .clinic-items__image {
    width: 100%;
  }
  .hospital-image__wrap li {
    width: 100%;
  }
  .hospital-image__wrap {
    gap: 10px 0;
  }
  .schedule-deta__wrap {
    overflow-x: scroll;
  }
  .schedule-deta__wrap table {
    width: 770px;
  }
  .access-items__box {
    width: 100%;
  }
  .access-items__box ._googlemap iframe {
    height: 300px;
  }
  .access-items__text h3 {
    font-size: 19px
  }
}
/* 勤務医表
* --------------------------------------- */
.attending-lists__wrap {
  margin-bottom: 100px;
}
.attending-lists__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
}
.attending-lists__table th, .attending-lists__table td {
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.attending-lists__table thead th {
  background-color: #e68902;
  color: #fff;
}
.attending-lists__table .kamoku {
  background-color: #f9e4cc;
}
.attending-lists__wrap span {
  display: block;
  margin-top: 16px;
  font-size: 14px;
}
.attending-deta__table table {
  width: 100%;
  margin-bottom: 40px;
}
.attending-deta__table table tr {
  display: block;
  border-bottom: solid 1px #CCCFD0;
}
.attending-deta__table table tr th {
  width: 280px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 0;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}
.attending-deta__table table tr th::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #e68902;
}
.attending-deta__table table tr:nth-child(1) th {
  padding-top: 0;
}
.attending-deta__table table tr:nth-child(1) td {
  padding-top: 0;
}
.attending-deta__table table tr td {
  box-sizing: border-box;
  padding: 15px;
  width: 75%;
  font-size: 15px;
}
.attending-saturday__wrap ._text {
  margin-bottom: 32px;
}
.attending-saturday__wrap ._text h2 {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 24px;
}
.attending-saturday__wrap ._text h2:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url(../img/common/title-left.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.attending-saturday__wrap ._text h2::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
  background-image: url("../img/common/title-right.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right
}
.handling-area__group {
  background-color: #F6F4F4;
  margin-bottom: 0 !important;
}
.handling-items__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.handling-area__group h3 {
  background-color: #1F257D;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  font-size: 24px;
  margin-bottom: 24px;
  display: inline-block;
  padding: 0 20px;
}
.handling-items__table {
  overflow-x: scroll;
}
.handling-items__table table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.handling-items__table table ._title {
  background: #007ccf;
}
.handling-items__table table ._title th {
  width: 11%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  color: #fff;
  border-right: solid 1px #fff;
  text-align: center;
}
.handling-items__table table ._title th:nth-child(1) {
  width: 30%;
}
.handling-items__table table td {
  border-right: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
}
.handling-items__table table td:nth-child(1) {
  border-left: solid 1px #C0C0C0
}
.attending-items__box span{
	 display: block;
 
font-size: 16px;
	margin-top: 16px;
}
.handling-items__box {
  margin-bottom: 60px;
}
.handling-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.handling-items__box span {
  display: block;
  font-weight: 700;
  margin-top: 16px;
}
.handling-items__lists {
  background: #f8e4cc;
  border-right: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
}
.handling-items__lists li {
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
.handling-items__lists li:nth-child(1) {
  border-bottom: solid 1px #c0c0c0;
}
.attending-items__box h2 {
  color: #007CCF;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .attending-lists__table th, .attending-lists__table td {
    font-size: 13px;
  }
  .attending-deta__table table tr td {
    width: 60%;
    font-size: 14px;
  }
  .attending-deta__table table tr th {
    width: 130px;
    font-size: 14px;
  }
  .attending-saturday__wrap ._text {
    margin-bottom: 24px;
  }
  .attending-lists__wrap {
    margin-bottom: 60px;
  }
  .handling-items__table table {
    width: 770px;
  }
  .handling-items__box {
    margin-bottom: 46px;
  }
  .attending-items__box h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #565656;
  background-color: #565656;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #565656;
  background-color: #565656;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #007ccf;
  color: #fff;
  border: solid 1px #007ccf;
  width: 80px;
}
.single-peger-items li a {
  border: solid 1px #008649;
  background-color: #008649;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #007ccf;
  color: #fff;
  border: solid 1px #007ccf;
  width: 48px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
}
.wp-pagenavi a {
  border: solid 1px #565656;
  background-color: #565656;
  color: #fff;
  width: 48px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 10px 0;
}
@media screen and (max-width: 941px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 2px 0
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 2px 0
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 2px 0
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* カテゴリ
* --------------------------------------- */
.category-select__wrap {
  margin-bottom: 46px;
}
.category-select__block {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: auto;
  justify-content: flex-end;
  gap: 0 16px;
}
.category-select__block span {
  display: block;
  font-size: 15px;
}
.category-select__block select {
  border: solid 1px #E6E9EA;
  padding: 14px 10px;
  font-size: 15px;
  width: 100%;
  max-width: 220px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .category-select__block select {
    font-size: 14px;
    padding: 12px 10px;
    max-width: 200px;
  }
  .category-select__block {
    gap: 0 10px;
  }
  .category-select__block span {
    display: block;
    font-size: 14px;
  }
}