@charset "UTF-8";
/*
theme Name: 
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #333333;
}
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;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
img {
  vertical-align: top;
  width: 100%;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #333333;
}
::-webkit-selection {
  color: #fff;
  background: #333333;
}
::-moz-selection {
  color: #fff;
  background: #333333;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-60-padding {
  padding: 60px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-150-padding {
  padding: 150px 0;
}
.top-150-padding {
  padding: 150px 0 0;
}
.common-100-padding {
  padding: 100px 0;
}
.bottom-120-margin {
  margin-bottom: 120px;
}
.bottom-100-margin {
  margin-bottom: 100px;
}
.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;
}
.sp_none {
  display: block !important;
}
* {
  -webkit-appearance: none;
}
.main-u-page {
  margin-top: 100px;
}

.common-title__wrap {
  margin-bottom: 60px;
}
.common-title__wrap.center {
  text-align: center;
}
.common-title__wrap span {
  display: block;
  color: #2EA7E0;
  letter-spacing: .1em;
  font-weight: 500;
  line-height: 1;
}
.common-title__wrap h2 {
  letter-spacing: .1em;
  font-size: 40px;
  font-weight: 500;
}
.page-title__wrap {
  background-image: url("../img/bgi-page.jpg");
}
.page-title__wrap .page-title {
  text-align: center;
  padding: 100px 20px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .1em
}
.category-lists__wrap {
  display: flex;
  gap: 16px 46px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}
.category-lists__wrap li a {
  padding-left: 24px;
  position: relative;
}
.category-lists__wrap li a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(../img/icon-down.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common__btn a{
	max-width: 400px;
	background-color: #2EA7E0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 16px 10px;
	box-sizing: border-box;
	border-radius: 1000px;
	margin: 0 auto;
	
}

@media screen and (max-width: 941px) {
  .main-u-page {
    margin-top: 80px;
  }

  .common-120-padding {
    padding: 80px 0;
  }
  .common-100-padding {
    padding: 60px 0;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
  }
  .common-150-padding {
    padding: 100px 0;
  }
  .top-150-padding {
    padding: 100px 0 0;
  }
  .bottom-100-margin {
    margin-bottom: 60px;
  }
  .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-title__wrap {
    margin-bottom: 32px;
  }
  .common-title__wrap h2 {
    font-size: 32px;
  }
  .common-60-padding {
    padding: 32px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .category-lists__wrap li {
    width: 49%;
  }
  .category-lists__wrap {
    gap: 16px 0;
    margin-bottom: 24px;
    justify-content: space-between;
  }
  .page-title__wrap .page-title {
    padding: 46px 20px;
    font-size: 24px;
  }
  .bottom-120-margin {
    margin-bottom: 80px;
  }
	.common__btn a{
	max-width: 320px;

	font-size: 15px;

	padding: 11px 10px;

}
}
@media screen and (max-width: 426px) {
  .common-150-padding {
    padding: 60px 0;
  }
  .top-150-padding {
    padding: 60px 0 0;
  }
  .common-title__wrap h2 {
    font-size: 24px;
  }
  .common-title__wrap {
    margin-bottom: 24px;
  }
  .common-60-padding {
    padding: 24px 0;
  }
  .common-80-padding {
    padding: 46px 0;
  }
  .bottom-120-margin {
    margin-bottom: 60px;
  }
}
/* メニュー
* --------------------------------------- */
.global-contect__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  background-color: #fff;
  min-height: 100px;
}
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.global-nav__pc .dropmenu li .navi-items__block {
  width: 1250px;
  display: none;
}
.global-nav__pc .dropmenu li .navi-items__block .navi-items__box li {
  width: 49%;
}
.navi-items__wrap {
  width: 24%;
}
.global-nav__pc .dropmenu li.parentmenu:hover .navi-items__block {
  display: flex;
}
.navi-items__block span {
  display: block;
  margin-bottom: 10px;
}
.global-nav__sp {
  display: none;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: flex;
  justify-content: flex-end;
  gap: 0 16px;
}
.header__navItem::after {
  content: "／"
}
.header__navItem:nth-last-child(1)::after {
  display: none;
}
.header__navItem {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 36px 0;
}
.header__inner {
  box-sizing: border-box;
  padding-left: 16px;
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}
.megaMenu__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow-y: scroll;
}
.megaMenu__list {
  max-height: 350px;
}
.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__list__block {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.3%;
}
.megaMenu__list__block .megaMenu__subItem {
  padding-bottom: 8px;
  border-bottom: solid 1px #d2d2d2;
  width: 24%;
}
.megaMenu__item {
  width: 100%;
  margin-bottom: 24px;
}
.megaMenu__item:nth-last-child(1) {
  margin-bottom: 0;
}
.megaMenu__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.3%;
}
.megaMenu__itemLink {
  position: relative;
  font-weight: 500;
  color: #222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 8px;
  text-align: left;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__itemLink.hover_none:hover {
  opacity: 1;
  color: #222;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  padding-left: 25px;
  text-align: left;
}
.megaMenu__subList.column .megaMenu__subItemLink {
  font-size: 14px;
}
.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/next-blue.svg");
  position: absolute;
  left: 0;
  top: 6px;
}
.megaMenu__subItemLink:hover {
  opacity: 1;
}
.megaMenu__subItem {
  padding-bottom: 10px;
  border-bottom: solid 1px #bee4f5;
  width: 24%;
}
.megaMenu__subItem:last-child {
  margin-bottom: 0;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column-reverse;
}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__subItem._gray {
  padding-bottom: 0;
  border-bottom: none;
  width: 100%;
}
.megaMenu__subItem._gray .megaMenu__subItemLink::before {
  display: none
}
.megaMenu__subItem._gray .megaMenu__subItemLink {
  padding: 0;
}
@media screen and (max-width: 1450px) {
  .header__navItem a {
    font-size: 14px;
  }
  .header__navItem::after {
    display: none
  }
  .header__navList {
    gap: 0 0;
    justify-content: space-between;
  }
  .global-logo__box {
    width: 200px;
  }
  .header__inner {
    width: 80%;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
    z-index: 1000;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 0 0 300px
  }
  .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-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:nth-child(1) a {
    border-top: solid .5px #222;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid .5px #222;
    font-weight: 400;
    font-size: 14px;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid .5px #222;
    font-weight: 400;
    font-size: 14px;
  }
  .global-nav__list > li .trigger.trigger-sub {
    background: #dedede;
    padding: 20px 10px;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 15px 0;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #2EA7E0;
    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: 54px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    margin: 0;
    padding: 16px 10px;
    border-bottom: solid .5px #222;
    background: #ebebeb;
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
  }
  .header-logo__wrap {
    position: fixed;
    top: 23px;
    left: 20px;
    width: 250px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    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 .5px #222;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .megaMenu__subItem {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .megaMenu__subItemLink::before {
    display: none
  }
}
@media screen and (max-width: 541px) {
  .header-logo__wrap {
    left: 14px;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url("../img/keyvisual-image.jpg");
  background-position: center top 100px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.keyvisual-items__title {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.keyvisual-items__title h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.keyvisual-items__title h1 span {
  display: inline-block;
  background-color: #DDF4FF;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 500;
  width: fit-content;
  padding: 3px 16px;
}
.keyvisual-items__title h1 span:nth-child(2) {
  color: #2EA7E0;
}
.keyvisual-items__image {
  width: 700px;
  position: absolute;
  right: 10%;
  bottom: 10%;
}
@media screen and (max-width: 1300px) {
  .keyvisual-items__image {
    width: 56vw;
    right: 5%;
    bottom: 5%;
  }
  .keyvisual-items__title {
    position: absolute;
    left: 5%;
    bottom: 5%;
  }
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    background-image: url("../img/keyvisual-image_sp.jpg");
    background-position: center top 80px;
  }
  .keyvisual-items__title h1 span {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 6px;
  }
  .keyvisual-items__title {
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50%;
    right: 10%;
  }
  .keyvisual-items__image {
    width: 60vw;
    right: 5%;
    bottom: 5%;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-area__group {
    height: 80vh;
    display: flex;
    margin-top: auto;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .keyvisual-items__image {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: static;
  }
  .keyvisual-area__group {
    background-image: url(../img/keyvisual-image_sp.jpg);
    background-position: left 60% top 0;
  }
  .keyvisual-items__title {
    top: 45%;
    right: 8%;
  }
}
/* 院長ご挨拶
* --------------------------------------- */
.overview-area__group {
  background: linear-gradient(#DDF4FF, #fff);
}
.greeting-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  align-items: center;
}
.greeting-items__text {
  width: 45%;
}
.greeting-items__image {
  width: 45%;
}
.greeting-items__text h2 {
  color: #2EA7E0;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: .1em
}
.greeting-items__text h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.greeting-items__text p {
  line-height: 2;
  margin-bottom: 60px;
}
.greeting-items__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  max-width: 500px;
  margin: 0 auto;
}
.greeting-items__btn a {
  width: 240px;
  border: solid 2px #2EA7E0;
  border-radius: 8px;
  background-color: #fff;
  color: #2EA7E0;
  text-align: center;
  font-size: 18px;
  letter-spacing: .1em;
  position: relative;
  padding: 12px 10px;
  box-sizing: border-box;
}
.greeting-items__btn a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-blue.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.greeting-items__image img {
  border-radius: 100px 100px 0 0;
}
.greeting-items__image span {
  display: block;
  background-color: #2EA7E0;
  font-size: 22px;
  text-align: center;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .greeting-items__block {
    align-items: flex-start;
  }
  .greeting-items__text p {
    line-height: 1.8;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 941px) {
  .greeting-items__text {
    width: 100%;
  }
  .greeting-items__image {
    width: 100%;
    margin-bottom: 24px;
  }
  .greeting-items__text h2 {
    font-size: 28px;
    margin-bottom: 46px;
  }
  .greeting-items__image span {
    font-size: 18px;
    padding: 10px 0;
  }
  .greeting-items__text h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .greeting-items__btn {
    gap: 16px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .greeting-items__btn a {
    width: 240px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 10px;
  }
  .greeting-items__text h2 {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 426px) {
  .greeting-items__btn {
    gap: 10px 0;
  }
  .greeting-items__btn a {
    width: 200px;
    font-size: 14px;
    padding: 10px 10px;
  }
  .greeting-items__text p {
    margin-bottom: 16px;
  }
  .greeting-items__image span {
    font-size: 16px;
    padding: 3px 0;
  }
}
/* 
* --------------------------------------- */
.features-slider__wrap .slick-list {
  overflow: visible;
}
.features-slider__box {
  background-color: #fff;
  border-radius: 16px 100px 16px 100px;
  margin: 0 10px;
  min-height: 700px;
}
.features-slider__image img {
  border-radius: 16px 100px 0 0;
}
.features-slider__number {
  height: 55px;
  width: auto;
  margin-top: -30px;
  padding: 0 46px;
  margin-bottom: 30px;
}
.features-slider__number img {
  height: 100%;
  width: auto;
}
.features-slider__text {
  padding: 0 46px 46px;
}
.features-slider__text h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 32px;
}
.features-slider__text h3 b {
  color: #2EA7E0;
  font-weight: 500;
}
@media screen and (max-width: 941px) {
  .features-slider__box {
    border-radius: 10px 46px 10px 46px;
    min-height: 592px;
  }
  .features-slider__image img {
    border-radius: 10px 46px 0 0;
  }
  .features-slider__number {
    height: 40px;
    margin-top: -22px;
    padding: 0 24px;
    margin-bottom: 24px;
  }
  .features-slider__text {
    padding: 0 24px 46px;
  }
  .features-slider__text h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 426px) {
    .features-slider__box {
      background-color: #f6fcff;
    }
    .features-slider__text h3 {
      font-size: 16px;
      margin-bottom: 16px;
    }
    .features-slider__box {
      margin: 0 5px;
    }
    .features-slider__text {
      padding: 0 16px 46px;
    }
  }
}
/* 診療案内
* --------------------------------------- */
.medical-area__group {
  background: linear-gradient(#DDF4FF, #fff);
  position: relative;
}
.medical-area__group::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../img/medical-bgi.svg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 13.4vw;
  width: 100%;
}
.medical-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.medical-items__box {
  width: 31%;
  position: relative;
}
.medical-items__box--image img {
  border-radius: 16px;
}
.medical-items__box--image {
  margin-bottom: 16px;
}
.medical-items__box--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
}
.medical-items__box--btn::after {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../img/arrow-black.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.medical-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.medical-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #FDF7F1;
}
@media screen and (max-width: 941px) {
  .medical-items__box {
    width: 48%;
    position: relative;
  }
  .medical-items__block {
    gap: 32px 0;
  }
  .medical-items__box--btn {
    font-size: 16px;
    line-height: 1.5;
  }
  .medical-items__box--image img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 426px) {
  .medical-items__box--image {
    margin-bottom: 10px;
  }
  .medical-items__block {
    gap: 24px 0;
  }
  .medical-items__box--btn {
    font-size: 14px;
  }
}
/* 内視鏡検査
* --------------------------------------- */
.endoscopy-area__group {
  background-image: url("../img/endoscopy-bgi01.png"), url("../img/endoscopy-bgi02.png");
  background-position: left -5% top, right -5% top;
  background-size: 450px auto, 450px auto;
  background-repeat: repeat-y, repeat-y;
}
.endoscopy-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.endoscopy-items__box {
  width: 48%;
  background-color: #fff;
  border-radius: 60px;
}
.endoscopy-items__box:nth-last-child(1) {
  width: 100%;
}
.endoscopy-items__box--title {
  text-align: center;
  padding: 60px 20px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 60px 60px 0 0;
}
.endoscopy-items__box--title._ver1 {
  background-image: url("../img/endoscopy-image01.jpg");
}
.endoscopy-items__box--title._ver2 {
  background-image: url("../img/endoscopy-image02.jpg");
}
.endoscopy-items__box--title._ver3 {
  background-image: url("../img/endoscopy-image03.jpg");
}
.endoscopy-items__box--title span {
  color: #2EA7E0;
  font-weight: 500;
  display: block;
}
.endoscopy-items__box--title h3 {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
}
.endoscopy-items__box--lists {
  padding: 60px;
  box-sizing: border-box;
}
.endoscopy-items__box--lists ul li a {
  font-size: 18px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #2EA7E0;
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
}
.endoscopy-items__box--lists ul li a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/next-blue.svg");
  position: absolute;
  right: 10px;
  background-size: cover;
}
.endoscopy-items__box--lists ul li:nth-last-child(1) a {
  margin-bottom: 0;
}
.endoscopy-items__box--lists {}
.endoscopy-items__box--lists._column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.endoscopy-items__box--lists._column ul li:nth-last-child(2) a {
  margin-bottom: 0;
}
.endoscopy-items__box--lists._column ul li {
  width: 48%;
}
@media screen and (max-width: 941px) {
  .endoscopy-area__group {
    background-position: left -3% top, right -3% top;
    background-size: 300px auto, 300px auto;
  }
  .endoscopy-items__block {
    gap: 46px 0;
  }
  .endoscopy-items__box {
    width: 100%;
    border-radius: 46px;
  }
  .endoscopy-items__box--title {
    padding: 46px;
    border-radius: 46px 46px 0 0;
  }
  .endoscopy-items__box--title h3 {
    font-size: 28px;
  }
  .endoscopy-items__box--lists {
    padding: 32px 24px;
  }
  .endoscopy-items__box--lists ul li a {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 40px;
  }
  .endoscopy-items__box--lists ul li a::after {
    width: 20px;
    height: 20px;
    right: 8px;
  }
  .endoscopy-items__box--lists._column ul li:nth-last-child(2) a {
    margin-bottom: 16px;
  }
  .endoscopy-items__box--lists {}
  .endoscopy-items__box--lists._column ul li {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .endoscopy-area__group {
    background-position: left -10% top, right -10% top;
    background-size: 150px auto, 150px auto;
  }
  .endoscopy-items__box--title {
    padding: 32px;
  }
  .endoscopy-items__box--title h3 {
    font-size: 18px;
  }
  .endoscopy-items__box--lists ul li a {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 25px;
  }
  .endoscopy-items__box--lists ul li a::after {
    right: 5px;
  }
  .endoscopy-items__box {
    border-radius: 16px;
  }
  .endoscopy-items__box--title {
    border-radius: 16px 16px 0 0;
  }
  .endoscopy-items__box--lists {
    padding: 24px 16px;
  }
  .endoscopy-items__box--title span {
    font-size: 11px;
  }
}
/* 新着情報
* --------------------------------------- */
.search-area__group {
  background: linear-gradient(180deg, #fff 0%, #fff 77px, #DDF4FF 77px, #DDF4FF 100%);
}
.search-tab__list {
  display: flex;
  gap: 0 10px;
}
.search-tab__item {
  width: 48%;
  background-color: #fff;
  border: solid 3px #DDF4FF;
  color: #DDF4FF;
  cursor: pointer;
  text-align: center;
  padding: 19px 0;
  -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;
  font-size: 20px;
  font-weight: 500;
}
.search-tab__item:hover {
  opacity: 1;
}
.search-tab__panel {
  display: none;
}
.search-tab__item.active {
  background-color: #DDF4FF;
  color: #2EA7E0;
}
.search-tab__panel.active {
  display: block;
}
.search-items__wrap {
  display: flex;
  gap: 16px 1.3%;
  flex-wrap: wrap;
}
.search-items__wrap li {
  width: 24%
}
.search-items__wrap li a {
  font-size: 16px;
  padding: 16px 20px 16px 10px;
  position: relative;
  background: #fff;
}
.search-items__wrap li a::after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url(../img/arrow-black.svg);
  position: absolute;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 941px) {
  .search-area__group {
    background: linear-gradient(180deg, #fff 0%, #fff 60px, #DDF4FF 60px, #DDF4FF 100%);
  }
  .search-items__wrap li {
    width: 49%
  }
  .search-items__wrap {
    gap: 16px 0;
    justify-content: space-between;
  }
  .search-tab__item {
    width: 48%;
    border: solid 2px #DDF4FF;
    padding: 16px 0;
    font-size: 14px;
  }
  .search-items__wrap li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .search-items__wrap li {
    width: 100%
  }
  .search-items__wrap {
    gap: 6px 0;
  }
}
/* 新着情報
* --------------------------------------- */
.info-tab__list {
  display: flex;
  gap: 0 10px;
  margin-bottom: 46px;
}
.info-tab__item {
      width: fit-content;
    color: #fff;
    background-color: #BCBCBC;
    text-align: center;
    cursor: pointer;
    padding: 5px 11px;
    -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;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}
.info-tab__item:hover {
  opacity: 1;
}
.info-tab__panel {
  display: none;
}
.info-tab__item.is-active {
  background-color: #2EA7E0;
}
.info-tab__panel.is-active {
  display: block;
}
.info-items__time {
  display: flex;
  font-size: 30px;
  align-items: center;
  gap: 0 10px;
  margin-right: 32px;
  padding-right: 32px;
  border-right: solid 2px #D9D9D9;
}
.info-items__time span {
  display: block;
  font-size: 15px;
}
.info-items__box {
  display: flex;
}
.info-items__deta {
  display: flex;
  gap: 4px 24px;
  align-items: center;
  flex-wrap: wrap;
}
.info-items__deta--col {
  width: 100px;
  background: #2da7e0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 4px 0;
  border-radius: 6px;
  font-size: 15px;
}
.info-items__deta a {
  font-size: 18px;
}
.info-items__box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #000000;
}
.info-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 941px) {
  .info-items__box {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .info-items__time {
    font-size: 18px;
    align-items: baseline;
    gap: 4px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 10px;
  }
  .info-items__time span {
    font-size: 11px;
  }
  .info-items__deta--col {
    width: fit-content;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
  }
  .info-items__deta a {
    font-size: 14px;
  }
  .info-tab__list {
    margin-bottom: 24px;
  }
  .info-tab__item {
    width: 80px;
    padding: 5px 0;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 426px) {
  .info-items__deta--col {
    font-size: 10px;
  }
  .info-items__time {
    margin-bottom: 4px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #fbfbfb;
}
.footer-logo__wrap {
  max-width: 400px;
  margin: 0 auto 46px;
  ;
}
.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 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 140px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.footer-reserve__wrap a span {
  display: block;
  color: #fff;
}
.footer-reserve__wrap ._tel {
  width: 60%;
}
.footer-reserve__wrap ._reserve {
  width: 40%;
}
.footer-reserve__wrap ._tel a {
  background-color: #53B579;
  font-size: 30px;
}
.footer-reserve__wrap ._tel span {
  font-size: 21px;
}
.footer-reserve__wrap ._reserve a {
  background-color: #2EA7E0;
  font-size: 28px;
}
.footer-reserve__wrap ._reserve span {
  font-size: 21px;
}
.footer-schedule__box {
  width: 50%;
}
.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;
}
.footer-map__area iframe {
  width: 100%;
  height: 400px;
}
.footer-links__wrap {
  background-color: #2A9DCB;
}
.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: #2DB6ED; /* #1A6583; */
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.footer-links__copy a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1250px) {
  .footer-reserve__wrap ._tel span {
    font-size: 16px;
  }
  .footer-reserve__wrap ._tel a {
    font-size: 21px;
  }
  .footer-reserve__wrap ._reserve a {
    font-size: 21px;
  }
  .footer-reserve__wrap ._reserve span {
    font-size: 16px;
  }
  .footer-address__box address {
    font-size: 18px;
  }
  .footer-logo__wrap {
    max-width: 300px;
    margin: 0 auto 32px;
  }
  .hour-items__wrap th {
    font-size: 15px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 15px;
    padding-left: 0;
  }
  .hour-items__wrap td {
    font-size: 15px;
  }
  .footer-schedule__box span {
    font-size: 14px;
  }
}
@media screen and (max-width: 941px) {
  .footer-address__box address {
    font-size: 15px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 13px;
    padding-left: 0;
  }
  .hour-items__wrap td {
    font-size: 13px;
  }
  .hour-items__wrap th {
    font-size: 13px;
  }
  .footer-schedule__box span {
    font-size: 12px;
    margin-top: 10px;
  }
  .footer-reserve__wrap a {
    height: 95px;
  }
  .footer-reserve__wrap ._reserve span {
    font-size: 13px;
  }
  .footer-reserve__wrap ._reserve a {
    font-size: 18px;
  }
  .footer-reserve__wrap ._tel a {
    font-size: 18px;
  }
  .footer-reserve__wrap ._tel span {
    font-size: 13px;
  }
  .footer-logo__wrap {
    max-width: 200px;
    margin: 0 auto 32px;
  }
  .footer-links__copy a {
    color: #fff;
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  .footer-address__box {
    width: 100%
  }
  .footer-address__block {
    gap: 24px 0;
  }
  .footer-schedule__box {
    width: 100%;
  }
  .hour-items__wrap th {
    padding: 8px 0;
  }
  .hour-items__wrap td {
    padding: 10px 0;
  }
  .footer-map__area iframe {
    height: 200px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 11px;
  }
  .hour-items__wrap th {
    font-size: 11px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    width: 8%;
  }
}
/* フローティング
* --------------------------------------- */
.floating-items {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-top: 100px;
  max-width: 550px;
  width: 100%;
  z-index: 1000;
}
.floating-items--block {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  padding: 16px 24px;
  box-sizing: border-box;
  align-items: center;
  border-radius: 16px 0 0 0;
}
.floating-items--mascot {
  position: absolute;
  width: 62px;
  top: 0;
  right: 10px;
}
.floating-items--tel {
  width: 40%;
  text-align: center;
}
.floating-items--tel a {
  font-size: 21px;
  border-bottom: solid 1px #53B579;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-weight: 500;
}
.floating-items--tel a::before {
  content: "TEL.";
  font-size: 16px;
}
.floating-items--tel span {
  font-size: 13px;
  display: block;
  font-weight: 500;
}
.floating-items--web {
  width: 30%;
}
.floating-items--box a {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 16px 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.floating-items--web a {
  background-color: #2EA7E0;
}
.floating-items--web a::before {
  content: "24時間";
  font-size: 15px;
  color: #fff;
}
.floating-items--recruit {
  width: 23%;
}
.floating-items--recruit a {
  background-color: #53B579;
}
@media screen and (max-width: 941px) {
  .floating-items--box {
    width: 49%;
  }
  .floating-items--tel a {
    border-bottom: none;
    background-color: #016eb8;
    margin-bottom: 0;
  }
  .floating-items--tel a::before {
    display: none
  }
  .floating-items--block {
    padding: 10px 16px;
  }
  .floating-items--mascot {
    width: 40px;
  }
  .floating-items {
    padding-top: 64px
  }
  .floating-items--web a::before {
    display: none
  }
}

/* 一覧
* --------------------------------------- */
.post-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.3%;
}
.post-items__box {
  width: 24%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: solid 1px #f0f0f0;
}
.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;
}
.post-items__box ._category {
  display: inline-block;
  border-radius: 100px;
  background-color: #2EA7E0;
  padding: 6px 16px;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 10px;
  width: fit-content;
  color: #fff;
}
.post-items__box p {
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 941px) {
  .post-items__block {
    gap: 10px 0;
    justify-content: space-between;
  }
  .post-items__box {
    width: 49%;
    border-radius: 8px;
    padding: 16px;
  }
  .post-items__box ._category {
    padding: 4px 16px 4px 16px;
    font-size: 11px;
  }
  .post-items__box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 426px) {
  .post-items__box {
    width: 100%;
  }
}
/* 共通記事
* --------------------------------------- */
.single--ttl {
  margin-bottom: 80px;
}
.single--ttl h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.single--ttl span {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 100px;
  font-weight: 500;
  margin-bottom: 16px;
  background-color: #2EA7E0;
  color: #fff;
}
.single--ttl time {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
.common-single__post h2 {
  background: linear-gradient(90deg, #fff 0px, #fff 4px, #E8F8FF 4px, #E8F8FF 100%);
  font-size: 26px;
  padding: 3px 3px 3px 23px;
  position: relative;
  margin-top: .5em;
  margin-bottom: 1em;
}
.common-single__post h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 40px;
  background-color: #2EA7E0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-single__post h2 strong {
  font-weight: 400;
}
.common-single__post h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #000;
  margin-top: .5em;
  margin-bottom: 1em;
}
.common-single__post h3 strong {
  font-weight: 400;
}
.common-single__post ul {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 13px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #2EA7E0;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-single__post ol {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post p {
  margin-top: 20px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.common-single__post a {
  display: inline-block;
  color: #93262b;
  text-decoration: underline;
}
.common-single__post a:hover {
  text-decoration: none;
  opacity: 1;
}
.common-single__post a._btn {
  text-align: center;
  color: #fff;
  background-color: #93262b;
  text-decoration: none;
  padding: 10px 32px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.common-single__post a._btn:hover {
  text-decoration: none;
  opacity: .7;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
  padding: 2px 10px;
  font-size: 14px;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.common-single__post blockquote {
  position: relative;
  padding: 50px 20px 30px 20px;
  box-sizing: border-box;
  font-style: italic;
  background: #FEF7F6;
  margin-top: 30px;
  border-left: solid 1px #2EA7E0;
}
.common-single__post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  content: "“";
  font-family: sans-serif;
  color: #2EA7E0;
  font-size: 70px;
  line-height: 1;
}
.common-single__post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.common-single__post table {
  margin: 0 0 24px 0;
  width: 100%;
}
.common-single__post tr:nth-child(1) td strong {
  color: #fff;
  font-weight: 400;
}
.common-single__post tr:nth-child(1) td {
  background: #2EA7E0;
  border: 1px solid #DDD;
  color: #fff;
}
.common-single__post td {
  border: 1px solid #DDD;
}
.common-single__post td strong {
  font-weight: 400;
}
.common-single__post tr {
  background: #fff;
  border: 1px solid #DDD;
}
.common-single__post th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 2.2;
  background: #fff;
}
.common-single__post th {
  background: #f2f2f2;
  font-weight: normal;
}
.common-single__post table.table_no_border th, .common-single__post table.table_no_border td {
  border: none;
  padding-left: 0;
}
.common-single__post table.table_border_horizontal th, .common-single__post table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
.common-single__post figure {
  margin: 0;
}
.common-single__post .alignright.size-full.is-resized {
  margin: 0.5em 0 0.5em 1em;
}
.common-single__post ._thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.common-single__post ._thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 941px) {
  .common-single__post h2 {
    font-size: 16px;
    padding: 10px 3px 10px 20px;
  }
  .common-single__post h2::after {
    height: 35px;
  }
  .common-single__post h3 {
    font-size: 16px;
  }
  .common-single__post ul li::before {
    top: 9px;
  }
  .common-single__post a._btn {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px 24px;
  }
  .single--ttl {
    margin-bottom: 46px;
  }
  .single--ttl h1 {
    font-size: 22px;
  }
  .single--ttl span {
    margin-bottom: 8px;
    font-size: 12px;
    padding: 3px 16px;
  }
  .single--ttl time {
    font-size: 14px;
    margin-top: 8px;
  }
  .common-single__post .wp-block-table .has-fixed-layout {
    width: 1000px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  background-color: #222;
  color: #fff;
}
.single-peger-items .next a {
  background-color: #222;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #fff;
  color: #222;
  
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {

  background-color: #2EA7E0;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
/* パンクズリスト
* --------------------------------------- */
.breadcrumbs-items__wrap {
  display: flex;
  margin-bottom: 16px;
  gap: 0 10px;
}
.breadcrumbs-items__wrap a, .breadcrumbs-items__wrap span {
  display: block;
  line-height: 1.2;
  font-size: 13px;
}
.breadcrumbs-items__wrap span:nth-last-child(1)[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 941px) {
  .breadcrumbs-items__wrap a, .breadcrumbs-items__wrap span {
    font-size: 12px;
  }
  .breadcrumbs-items__wrap {
    margin-bottom: 8px;
  }
}
/* クリニック情報
* --------------------------------------- */
.common-1ver__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}
.common-1ver__title::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.doctor-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.doctor-items__text {
  width: 47%;
}
.doctor-items__image {
  width: 47%;
}
.doctor-items__image img {
  border-radius: 100px 100px 0 0;
}
.doctor-items__image span {
  display: block;
  background-color: #2EA7E0;
  font-size: 22px;
  text-align: center;
  display: block;
  color: #fff;
}
.doctor-items__text h3 {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 16px;
}
.doctor-deta__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.doctor-deta__box {
  width: 47%;
}
.common-2ver__title {
  text-align: center;
  color: #2EA7E0;
  font-weight: 500;
  font-size: 21px;
}
.doctor-deta__table table {
  width: 100%;
}
.doctor-deta__table table tr:nth-last-child(1) {
  margin-bottom: 0;
}
.doctor-deta__table table tr {
  display: block;
  margin-bottom: 10px;
}
.doctor-deta__table table tr th {
  width: 130px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
}
.doctor-deta__table table tr td {
  box-sizing: border-box;
  font-weight: 400;
}
.doctor-lists__box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
.doctor-lists__box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.doctor-lists__box ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.overview-lists__table {
  width: 100%;
}
.overview-lists__table tr:nth-child(1) {
  padding-top: 0;
}
.overview-lists__table tr {
  display: block;
  border-bottom: solid 2px #2EA7E0;
  padding: 20px 0;
}
.overview-lists__table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 21px;
}
.overview-lists__table tr td {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.facility-slider__wrap img {
  width: 100%;
}
.facility-slider__wrap ._thumbnail img {
  padding: 0 5px;
  box-sizing: border-box;
}
.facility-slider__wrap ._thumbnail {
  margin: 20px auto 0;
}
.facility-slider__wrap ._slider ._image {
  position: relative;
  overflow: hidden;
  padding-top: 600px;
}
.facility-slider__wrap ._slider ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-slider__wrap ._thumbnail ._image {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
}
.facility-slider__wrap ._thumbnail ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access__map--image{
	
	max-width: 900px;
	margin: 0 auto 46px;
	
}

.access__item--inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:32px 0;
	
}
.access__item--box{
	width: 31%;
	
}
.access__item--box .access__item--icon{
	width: 80px;
	margin: 0 auto 16px;;
	
}
.access__item--box h3{
	text-align: center;
font-size: 23px;
	font-weight: 400;
	color: #2EA7E0;
	margin-bottom: 10px;
}
.access__item--box p{
	    text-align: center;
}
.access__item--box p a{
	text-decoration: underline;
	
}
@media screen and (max-width: 941px) {
  .common-1ver__title {
    font-size: 21px;
    padding-bottom: 4px;
  }
  .common-1ver__title::after {
    width: 50px;
  }
  .facility-slider__wrap ._slider ._image {
    padding-top: 4%;
  }
  .doctor-items__block {
    gap: 24px 0;
    flex-direction: column-reverse;
  }
  .doctor-items__text {
    width: 100%;
  }
  .doctor-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .doctor-items__image span {
    font-size: 14px;
  }
  .doctor-items__text h3 {
    font-size: 16px;
  }
  .doctor-deta__box {
    width: 100%;
  }
  .common-2ver__title {
    font-size: 18px;
  }
  .doctor-deta__table table tr th {
    width: 90px;
  }
  .doctor-lists__box ul li {
    margin-bottom: 4px;
    padding-left: 10px;
  }
  .doctor-lists__box ul li::before {
    width: 3px;
    height: 3px;
    top: 11px;
  }
  .overview-lists__table tr th {
    width: 80px;
    font-size: 14px;
  }
  .overview-lists__table tr td {
    font-size: 14px;
    letter-spacing: 0;
  }
  .overview-lists__table tr {
    border-bottom: solid 1px #2EA7E0;
    padding: 15px 0;
  }
	.access__item--box{
	width: 100%;
	
}
	.access__item--box .access__item--icon {
    width: 50px;
    margin: 0 auto 6px;
}
	.access__item--box h3 {
    font-size: 16px;
}
	.access__item--box p {
   
    font-size: 14px;
}
}

/* 採用情報
* --------------------------------------- */
.recruit-lists__table {
  width: 100%;
}
.recruit-lists__table tr:nth-child(1) {
  padding-top: 0;
}
.recruit-lists__table tr {
  display: block;
  border-bottom: solid 2px #2EA7E0;
  padding: 20px 0;
}
.recruit-lists__table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.recruit-lists__table tr td {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 941px) {
  .recruit-lists__table tr th {
    width: 80px;
    font-size: 14px;
  }
  .recruit-lists__table tr td {
    font-size: 14px;
    letter-spacing: 0;
  }
  .recruit-lists__table tr {
    border-bottom: solid 1px #2EA7E0;
    padding: 15px 0;
  }
}
/* ============================================================
 * === BEGIN: 関連ページセクション ===
 * ============================================================
 * 病名(disease)・症状(symptoms)記事の末尾に表示する関連ページ
 * 見出しスタイルは既存の .common-single__post h2 / h3 と統一
 * リンクは記事本文の ul と同じ青ドット箇条書きで統一
 * ============================================================ */

.related-pages {
	margin-top: 80px;
}

/* h2「関連ページ」：既存の記事h2と同じスタイル */
.related-pages__title {
	background: linear-gradient(90deg, #fff 0px, #fff 4px, #E8F8FF 4px, #E8F8FF 100%);
	font-size: 26px;
	padding: 3px 3px 3px 23px;
	position: relative;
	margin-top: .5em;
	margin-bottom: 1em;
}

.related-pages__title::after {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 40px;
	background-color: #2EA7E0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* h3「関連する検査/病名/症状」：既存の記事h3と同じスタイル */
.related-pages__heading {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #000;
	margin-top: .5em;
	margin-bottom: 1em;
}

.related-pages__section {
	margin-bottom: 32px;
}

.related-pages__section:last-child {
	margin-bottom: 0;
}

/* 箇条書きリスト：記事本文の ul と同じスタイル */
.related-pages__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-pages__item {
	position: relative;
	margin-bottom: 5px;
	padding-left: 13px;
	box-sizing: border-box;
}

.related-pages__item::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #2EA7E0;
	border-radius: 50%;
	top: 13px;
	left: 0;
}

.related-pages__link {
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
	color: #222;
	text-decoration: none;
}

.related-pages__link:hover {
	opacity: 0.7;
	text-decoration: underline;
}

/* タブレット以下 */
@media screen and (max-width: 941px) {
	.related-pages {
		margin-top: 46px;
	}
	.related-pages__title {
		font-size: 16px;
		padding: 10px 3px 10px 20px;
	}
	.related-pages__title::after {
		height: 35px;
	}
	.related-pages__heading {
		font-size: 16px;
	}
	.related-pages__item::before {
		top: 9px;
	}
	.related-pages__link {
		font-size: 14px;
	}
}

/* === END: 関連ページセクション === */


/* hide publish date on single column posts */
body.single-column .single--ttl time { display: none; }


/* fix horizontal scroll on mobile (slick-list clipping) */
.slick-list { overflow: hidden !important; }
html { overflow-x: hidden; }


/* #46 features-slider text up-size (mobile) */
@media screen and (max-width: 941px) {
  .features-slider__text h3 { font-size: 20px; line-height: 1.5; }
  .features-slider__text p { font-size: 15.5px; line-height: 1.75; }
  .features-slider__number { font-size: 15px; }
}


/* drawer expanded items — clinic pale water blue */
@media screen and (max-width: 941px) {
  .gnav-items__wrap .target li a { background-color: #E0F0FA; }
}


/* readability — body text bigger + more line-height (presbyopia-friendly) */
main p, main li, .wp-block-paragraph, .wp-block-list li, article p, article li { font-size: 17px; line-height: 2; letter-spacing: 0.02em; }


/* readability — force line-height 2 on paragraphs */
main p, article p, .wp-block-paragraph, .common-1300-width p, .single-content p { line-height: 2 !important; }


/* unify wp-block-list links with column 関連ページ plain style */
main .wp-block-list li > a { color: inherit; text-decoration: none; }
main .wp-block-list li > a:hover { color: #016eb8; text-decoration: underline; }


/* prevent floated images from overflowing into next section/sub-section */
main h2.wp-block-heading, main h3.wp-block-heading { clear: both; }




/* KV mobile: hide desktop copy of 6-circle img, show mobile copy as standalone block below KV */
.keyvisual-items__image--mobile-only { display: none; }
@media screen and (max-width: 941px) {
  .keyvisual-items__image--desktop-only { display: none !important; }
  .keyvisual-items__image--mobile-only { display: block !important; position: static !important; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; width: 95% !important; max-width: 95% !important; margin: 24px auto 8px !important; }
  .keyvisual-items__image--mobile-only img { width: 100%; height: auto; display: block; }
  .keyvisual-items__title span { font-size: 18px !important; font-weight: 500 !important; padding: 4px 10px !important; line-height: 1.5 !important; }
}
