@charset "UTF-8";
/*
theme: 芦屋整形外科スポーツクリニック
*/
/* 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:2.2;
  text-decoration: none;
  font-family: "M PLUS 1p", sans-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;
  max-width: 100%;
/*  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: 160px;
  ;
}
/* 固定ヘッダーが120pxなら */
:root { --header-h: 300px; }

/* idに飛ぶすべての要素にオフセットを適用 */
[id] { scroll-margin-top: var(--header-h); }

/* ブラウザに任せるスムーススクロール（任意） */
html { scroll-behavior: smooth; }
/*
#access, #facility, #schedule,#feature,#diagnosis,#custom,#conservative,#prp,#shockwave,#arthroscopic{
  padding-top: 160px;
  margin-top: -160px;
}
*/
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.common-150-padding {
  padding: 150px 0;
}
.bottom-150-padding {
  padding-bottom: 150px;
}
.bottom-200-margin {
  margin-bottom: 200px;
}
.bottom-150-margin {
  margin-bottom: 150px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 46px;
  align-items: center;
}
.common-title__wrap span {
  text-transform: uppercase;
  font-family: kiro, sans-serif;
  letter-spacing: 0.1em;
  font-size: 120px;
  line-height: 1;
}
.common-title__wrap h2 {
  font-size: 28px;
  padding-bottom: 16px;
  border-bottom: solid 2px #202020;
  line-height: 1.5;
  font-weight: 500;
}
.common-title__wrap._white span {
  color: #fff;
}
.common-title__wrap._white h2 {
  border-bottom: solid 2px #fff;
  color: #fff;
}
.page-title__group {
  background-image: url("../img/page-title_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-title__wrap {
  text-align: center;
  padding: 100px 20px;
  box-sizing: border-box;
}
.page-title__wrap ._title {
  color: #fff;
  font-size: 45px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.page-title__wrap span {
  display: block;
  font-family: kiro, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }

:root { --header-h: 200px; }
  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.8;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .common-150-padding {
    padding: 100px 0;
  }
  .common-120-padding {
    padding: 100px 0;
  }
  .common-100-padding {
    padding: 80px 0;
  }
  .bottom-200-margin {
    margin-bottom: 100px;
  }
  .bottom-120-margin {
    margin-bottom: 100px;
  }
  .bottom-150-padding {
    padding-bottom: 100px;
  }
  .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: 46px;
    flex-direction: column;
  }
  .common-title__wrap span {
    font-size: 60px;
  }
  .common-title__wrap h2 {
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: solid 1.5px #202020;
    letter-spacing: 0.1em;
  }
  .page-title__group {
    background-image: url("../img/page-title_sp.jpg");
  }
  .page-title__wrap {
    padding: 80px 20px;
  }
  .page-title__wrap ._title {
    font-size: 30px;
  }
  .page-title__wrap span {
    font-size: 18px;
  }
}
@media screen and (max-width: 426px) {
  .common-120-padding {
    padding: 60px 0;
  }
  .common-150-padding {
    padding: 60px 0;
  }
  .bottom-150-margin {
    margin-bottom: 60px;
  }
  .bottom-150-padding {
    padding-bottom: 60px;
  }
  .common-100-padding {
    padding: 60px 0;
  }
  .bottom-120-margin {
    margin-bottom: 80px;
  }
  .page-title__wrap ._title {
    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;
}


.global-contect__head {
  background-color: #fff;
  min-height: 160px;
}
.header-logo__wrap {
  width: 280px;
  padding: 14px 0;
}
.global-contect__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 24px;
}

.fixed .header-contect__links{
	display: none
}
.fixed .header-logo__wrap{
	display: none
}
.fixed .global-contect__head {
       min-height: auto;
    justify-content: center;
}
.fixed .megaMenu__content{
	    top: 84px;
}
.header-contect__links {
  display: flex;
  align-items: center;
  gap: 0 16px;
  justify-content: flex-end;
}
.header-contect__links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  width: 200px;
  box-sizing: border-box;
  font-weight: 500;
}
.header-contect__links li a._brown {
  background: linear-gradient(238deg, #DAAE5C 0%, #DAAE5C 50%, #C99B47 50%, #C99B47 100%);
}
.header-contect__links li a._green {
  background: linear-gradient(238deg, #4EAE57 0%, #4EAE57 50%, #5AC363 50%, #5AC363 100%);
}
.header-contect__links li._tel {
  font-size: 35px;
  font-family: kiro, sans-serif;
  font-weight: 500;
}
.header-contect__links li._tel span {
  font-size: 24px;
  font-family: kiro, sans-serif;
}
.header__navItem {
  min-height: 47px;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 0 32px;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 16px 0 16px;
}
.header__navItemLink span {
  display: block;
  color: #C89F63;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.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: #C89F63;
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 160px;
  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 {
 max-height: 500px;
    overflow-y: auto;
}
.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: #C89F63;
  -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: #C89F63;
  cursor: default;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  padding-left: 27px;
}
.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: 9px;
}
.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 #eee2cf;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
	border-bottom: solid 1px #C89F63;
	
	box-sizing: border-box;
	
}
.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: 1500px) {
  .header-contect__links li a {
    width: 150px;
    font-size: 15px;
    padding: 7px 20px;
  }
  .header-logo__wrap {
    width: 180px;
    padding: 25px 0;
  }
  .header__navItemLink.js-megaMenu {
    font-size: 15px;
  }
  .header__navList {
    gap: 0 20px;
  }
  .global-contect__head {
    padding: 0 16px;
  }
  .header-contect__links li._tel {
    font-size: 30px;
  }
  .header-contect__links li._tel span {
    font-size: 18px;
  }
}
@media screen and (max-width: 941px) {
	.fixed .header-logo__wrap{
	display: block
}
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    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 #000;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 14px;
  }
  .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: #1a1311;
    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: 14px;
  }
  .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: #f0f0f0;
    border-bottom: solid 1px #bbbbbb;
  }
  .trigger.sub {
    background: #e7e7e7;
  }
  .target ul li:nth-last-child(1) a {
    border-bottom: solid 1px #000;
  }
  .header-logo__wrap {
    position: fixed;
    top: 7px;
    left: 14px;
    width: 140px;
    padding: 0;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 1.5px;
    background: #000;
    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 #000;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url("../img/keyvisual-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 160px 0 0;
  height: 85vh;
  position: relative;
}
.keyvisual-area__text {
  position: absolute;
  right: 32px;
  top: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: flex-end;
}
.keyvisual-area__text span {
  background-color: #372D2B;
  display: block;
  color: #fff;
  width: fit-content;
  font-size: 28px;
  padding: 0 24px;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    margin: 80px 0 0;
    height: 60vh;
  }
  .keyvisual-area__text {
    right: 24px;
    top: 46px;
    gap: 10px 0;
  }
  .keyvisual-area__text span {
    font-size: 18px;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 426px) {}
/* バナー
* --------------------------------------- */
.banner-area__group {
  display: flex;
  overflow: scroll;
  padding: 32px;
  box-sizing: border-box;
}
.banner-items__block {
  display: flex;
  justify-content: space-between;
  gap: 16px 0;
  min-width: 1880px;
  margin: 0 auto;
}
.banner-items__box a {
  width: 345px;
  height: 345px;
  background: linear-gradient(238deg, #202020 0%, #202020 50%, #30303000 50%, #30303000 100%);
  background-size: 200% 200%;
  transition: background-position 0.6s ease;
  color: #fff;
  font-size: 28px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  line-height: 1.4;
	
}
.banner-items__box a:hover {
  background-position: 100% 100%;
	opacity: 1;
}

.banner-items__box{
	
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}
.banner-items__box._1ver{
	background-image: url(../img/banner-bgi01.jpg) ;
 
}
.banner-items__box._2ver{
	background-image: url(../img/banner-bgi02.jpg) ;
 
}
.banner-items__box._3ver{
	background-image: url(../img/banner-bgi03.jpg) ;
 
}
.banner-items__box._4ver{
	background-image: url(../img/banner-bgi04.jpg) ;
 
}
.banner-items__box._5ver{
	background-image: url(../img/banner-bgi05.jpg) ;
 
}
@media screen and (max-width: 941px) {
  .banner-items__box a {
    width: 200px;
    height: 200px;
    font-size: 24px;
  }
  .banner-area__group {
    padding: 16px;
    overflow: auto;
  }
  .banner-items__block {
    justify-content: space-between;
    gap: 16px 0;
    min-width: 100%;
    flex-wrap: wrap;
  }
  .banner-items__box {
    width: 49%;
  }
  .banner-items__box a {
    width: auto;
    height: 200px;
    font-size: 21px;
  }
}
@media screen and (max-width: 426px) {
  .banner-items__box a {
    width: auto;
    height: 130px;
    font-size: 18px;
  }
  .banner-items__block {
    gap: 10px 0;
  }
  .banner-items__box {
    width: 48.5%;
  }
}
/* 新着情報
* --------------------------------------- */
.article-area__group {
  padding-top: 100px;
  background-color: #202020;
  background-image: url("../img/bgi-deco.png");
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}
.info-items__title {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
  margin-bottom: 24px;
}
.info-items__title h2 {
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 40px;
  line-height: 1.5;
}
.info-items__title span {
  color: #fff;
  display: block;
  font-family: kiro, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
}
.info-items__wrap {
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.info-items__box li {
  display: flex;
  color: #303030;
  padding: 16px 24px;
  box-sizing: border-box;
  background-color: #303030;
  margin-bottom: 16px;
}
.info-items__box li:nth-last-child(1) {
  margin-bottom: 0;
}
.info-items__box li time {
  font-family: kiro, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  width: 196px;
  display: block;
}
.info-items__box li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
	line-height: 1.6;
}
@media screen and (max-width: 941px) {
  .article-area__group {
    padding-top: 60px;
    background-position: top left;
  }
  .info-items__title {
    margin-bottom: 16px;
  }
  .info-items__title h2 {
    font-size: 32px;
  }
  .info-items__title span {
    font-size: 16px;
  }
  .info-items__wrap {
    padding: 10px;
  }
  .info-items__box li {
    padding: 10px 16px;
    margin-bottom: 10px;
    display: block;
  }
  .info-items__box li time {
    font-size: 16px;
    width: 100%;
  }
  .info-items__box li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 426px) {}
/* 特徴
* --------------------------------------- */
.feature-title__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-title__box {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.feature-title__box span {
  color: #C99B47;
  font-size: 100px;
  line-height: 1;
}
.feature-title__box .feature-items__title {
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
}
.feature-title__box .feature-items__title small {
  color: #C99B47;
}
.feature-title__block ._title {
  color: #fff;
  font-family: kiro, sans-serif;
  letter-spacing: 0.1em;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
}
.feature-title__wrap {
  margin-bottom: 100px;
}
.feature-lists__title {
  display: flex;
  gap: 0 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.feature-lists__title span {
  font-family: kiro, sans-serif;
  font-size: 100px;
  letter-spacing: -0.05em;
  color: #C99B47;
  display: block;
  line-height: .6;
}
.feature-lists__title h3 {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.feature-lists__text {
  color: #fff;
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
.feature-1ver__wrap {
  margin-bottom: 150px;
}
.feature-1ver__image {
  position: relative;
  overflow: hidden;
  padding-top: 570px;
}
.feature-1ver__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-2ver__block {
  display: flex;
  justify-content: flex-end;
}
.feature-2ver__text {
  max-width: 764px;
  padding-right: 120px;
  margin-left: 20px;
  box-sizing: border-box;
}
.feature-2ver__image {
  width: 45%;
}
.feature-3ver__block {
  display: flex;
}
.feature-3ver__text {
  max-width: 764px;
  padding-left: 120px;
  margin-right: 20px;
  box-sizing: border-box;
}
.feature-3ver__image {
  width: 45%;
}
.feature-4ver__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.feature-4ver__box {
  width: 46%;
}
@media screen and (max-width: 1000px) {
  .feature-2ver__text {
    padding-right: 32px;
  }
  .feature-2ver__text {
    max-width: 450px;
  }
  .feature-2ver__image {
    width: 50%;
  }
  .feature-3ver__text {
    max-width: 450px;
  }
  .feature-3ver__image {
    width: 50%;
  }
  .feature-3ver__text {
    padding-left: 32px;
  }
}
@media screen and (max-width: 941px) {
  .feature-title__block ._title {
    font-size: 60px;
  }
  .feature-title__box span {
    font-size: 80px;
  }
  .feature-title__box .feature-items__title {
    font-size: 18px;
  }
  .feature-title__block {
    gap: 10px 0;
    justify-content: center;
  }
  .feature-title__wrap {
    margin-bottom: 46px;
  }
  .feature-lists__title span {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1;
  }
  .feature-lists__title h3 {
    font-size: 24px;
  }
  .feature-lists__title {
    gap: 0 16px;
    margin-bottom: 16px;
  }
  .feature-2ver__block {
    flex-direction: column;
    gap: 32px 0;
  }
  .feature-2ver__text {
    max-width: 100%;
    padding: 0 20px;
    margin-left: 0;
  }
  .feature-2ver__image {
    width: 100%;
  }
  .feature-3ver__block {
    flex-direction: column-reverse;
    gap: 32px 0;
  }
  .feature-3ver__text {
    max-width: 100%;
    padding: 0 20px;
    margin-right: 0;
  }
  .feature-3ver__image {
    width: 100%;
  }
  .feature-1ver__wrap {
    margin-bottom: 32px;
  }
  .feature-4ver__box {
    width: 100%;
  }
  .feature-4ver__block {
    gap: 100px 0;
  }
  .feature-1ver__image {
    padding-top: 320px;
  }
}
@media screen and (max-width: 426px) {
  .feature-lists__title h3 {
    font-size: 21px;
    font-weight: 400;
  }
  .feature-lists__title span {
    font-size: 32px;
  }
  .feature-lists__title {
    gap: 0 10px;
  }
  .feature-lists__text {
    line-height: 2;
  }
}
/* 診療内容
* --------------------------------------- */
.medical-area__group {
  background-image: url("../img/medical-deco.svg");
  background-position: top right;
  background-size: 823px auto;
  background-repeat: no-repeat;
}
.medical-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.medical-items__box {
  width: 32%;
}
.medical-items__box a {
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: bottom right;
  background-color: #202020;
  height: 277px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.medical-items__box a span {
  color: #C99B47;
  font-family: kiro, sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1;
}
.medical-items__box a p {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}
.medical-items__box._ver1 a {
  background-image: url("../img/medical-image01.png");
}
.medical-items__box._ver2 a {
  background-image: url("../img/medical-image02.png");
}
.medical-items__box._ver3 a {
  background-image: url("../img/medical-image03.png");
}
.medical-items__box._ver4 a {
  background-image: url("../img/medical-image04.png");
}
.medical-items__box._ver5 a {
  background-image: url("../img/medical-image05.png");
}
.medical-items__box._ver6 a {
  background-image: url("../img/medical-image06.png");
}
.medical-items__box._ver7 a {
  background-image: url("../img/medical-image07.png");
}
.medical-items__box._ver8 a {
  background-image: url("../img/medical-image08.png");
}
.medical-items__box._ver9 a {
  background-image: url("../img/medical-image09.png");
}
.medical-items__box._ver10 a {
  background-image: url("../img/medical-image10.png");
}
.medical-items__box._ver11 a {
  background-image: url("../img/medical-image11.png");
}
.medical-items__box._ver12 a {
  background-image: url("../img/medical-image12.png");
}
.medical-items__box._ver13 a {
  background-image: url("../img/medical-image13.png");
}
@media screen and (max-width: 1000px) {
  .medical-items__box {
    width: 48.5%;
  }
}
@media screen and (max-width: 941px) {
  .medical-items__box {
    width: 100%;
  }
  .medical-items__box a span {
    font-size: 18px;
  }
  .medical-items__box a p {
    font-size: 26px;
  }
  .medical-items__box a {
    background-size: 250px auto;
    height: 180px;
  }
  .medical-items__block {
    gap: 16px 0;
  }
  .medical-area__group {
    background-size: 500px auto;
  }
}
@media screen and (max-width: 426px) {
  .medical-area__group {
    background-size: 300px auto;
  }
  .medical-items__box a p {
    font-size: 24px;
  }
}
/* 院長挨拶
* --------------------------------------- */
.greeting-items__block {
  display: flex;
  margin-bottom: 60px;
}
.greeting-items__image {
  width: 43%;
}
.greeting-items__text {
  max-width: 750px;
  padding-left: 60px;
  box-sizing: border-box;
  margin-right: 20px;
}
.greeting-items__text h3 {
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 500;
}
.greeting-items__text p {
  font-weight: 300;
  margin-bottom: 32px;
  line-height: 2.2;
}
.greeting-items__text span {
  display: block;
  font-weight: 500;
  text-align: right;
  font-size: 21px;
  letter-spacing: 0.1em;
}
.greeting-lists__block {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 0;
  justify-content: space-between;
}
.greeting-lists__box {
  width: 49%;
  background-color: #F3F4F6;
  box-sizing: border-box;
  padding: 46px 40px;
}
.greeting-lists__box:nth-last-child(1) {
  width: 100%;
}
.greeting-lists__box h2 {
  background-color: #221614;
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.15em;
  padding: 4px 24px;
  box-sizing: border-box;
}
.greeting-lists__box table {
  width: 100%;
}
.greeting-lists__box table tr:nth-last-child(1) {
  margin-bottom: 0;
}
.greeting-lists__box table tr {
  display: block;
  margin-bottom: 16px;
}
.greeting-lists__box table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 18px;
}
.greeting-lists__box table tr td {
  box-sizing: border-box;
  font-weight: 300;
  font-size: 18px;
}
.greeting-lists__box ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 18px;
}
.greeting-lists__box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.greeting-lists__box ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #202020;
  border-radius: 50%;
  top: 16px;
  left: 0;
}
.greeting-lists__box h3 {
  margin-top: 24px;
  font-weight: 600;
}
.greeting-lists__box p {
  font-weight: 300;
}
.greeting-page__image {
  max-width: 900px;
  margin: 0 auto 46px
}
.greeting-page__text {
  margin-bottom: 16px;
}
.greeting-page__text p {
  line-height: 2.2;
  font-weight: 300;
}
.greeting-page__text span {
  display: block;
  text-align: right;
  font-weight: 500;
}
.greeting-page__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .greeting-items__text {
    max-width: 500px;
    padding-left: 46px;
  }
  .greeting-lists__box {
    width: 100%;
  }
}
@media screen and (max-width: 941px) {
  .greeting-items__block {
    display: flex;
    margin-bottom: 46px;
    flex-wrap: wrap;
    gap: 32px 0;
  }
  .greeting-items__image {
    width: 70%;
    margin: 0 auto;
  }
  .greeting-items__text {
    max-width: 100%;
    padding-left: 0;
    margin: 0 20px;
  }
  .greeting-items__text h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .greeting-items__text span {
    font-size: 18px;
  }
  .greeting-items__text p {
    margin-bottom: 24px;
    line-height: 2;
  }
  .greeting-lists__box {
    padding: 24px 20px;
  }
  .greeting-lists__box h2 {
    padding: 5px 24px;
    font-size: 18px;
  }
  .greeting-lists__box table tr {
    display: flex;
    flex-direction: column;
  }
  .greeting-lists__box table tr th {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
  }
  .greeting-lists__box table tr td {
    font-size: 15px;
  }
  .greeting-lists__box ul li {
    padding-left: 16px;
    font-size: 15px;
  }
  .greeting-lists__box ul li::before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .greeting-lists__box p {
    margin-top: 8px;
  }
  .greeting-lists__block {
    gap: 16px 0;
  }
  .greeting-page__image {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 24px
  }
  .greeting-page__text {
    margin-bottom: 10px;
  }
  .greeting-page__text p {
    line-height: 2;
  }
  .greeting-page__wrap {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 426px) {}
/* クリニックについて
* --------------------------------------- */
.clinic-area__group {
  background-color: #202020;
  background-image: url(../img/bgi-deco.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}
.clinic-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
}
.clinic-items__box {
  width: 48%;
  position: relative;
  overflow: hidden;
  height: 533px;
}
.clinic-items__box:after {
  position: absolute;
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.clinic-items__box._ver1:after {
  background-image: url("../img/clinic-image01.jpg");
}
.clinic-items__box._ver2:after {
  background-image: url("../img/clinic-image02.jpg");
}
.clinic-items__box._ver3:after {
  background-image: url("../img/clinic-image03.jpg");
}
.clinic-items__box._ver4:after {
  background-image: url("../img/clinic-image04.jpg");
}
.clinic-items__box:hover:after {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.clinic-items__box a {
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
.clinic-items__box a h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}
.clinic-items__box a p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto;
  line-height: 2;
}

.clinic-page__calendar iframe{

    width: 100%!important;
}
@media screen and (max-width: 1000px) {
  .clinic-items__box a h3 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .clinic-items__box a p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 941px) {
  .clinic-items__box a h3 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .clinic-items__box a p {
    font-size: 18px;
    line-height: 1.8;
  }
  .clinic-items__box {
    width: 100%;
    height: 200px;
  }
  .clinic-items__box a h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .clinic-items__box a p {
    font-size: 15px;
  }
  .clinic-items__block {
    gap: 16px 0;
  }
}
@media screen and (max-width: 426px) {}
/* フッター
* --------------------------------------- */
.footer-address__area {
  background-color: #fbfbfb;
}
.footer-logo__wrap {
  max-width: 350px;
  margin: 0 auto 80px;
}
.footer-address__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: self-end;
}
.footer-address__box {
  width: 43%;
}
.footer-address__box address {
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 2;
}
.footer-address__box ._map{
	 margin-bottom: 16px;
}
.footer-address__box ._map iframe{
	width: 100%;
	height: 280px;
}
.footer-reserve__wrap {
  display: flex;
}
.footer-reserve__wrap ._tel a {
  background-color: #C99B47;
  font-size: 26px;
  height: 140px;
  padding: 39px 10px;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
}
.footer-reserve__wrap ._tel {
  width: 60%;
  text-align: center;
}
.footer-reserve__wrap ._tel span {
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
}
.footer-reserve__wrap ._reserve a {
  background-color: #202020;
  font-size: 26px;
  height: 140px;
  font-weight: 500;
  padding: 39px 10px;
  box-sizing: border-box;
  color: #fff;
}
.footer-reserve__wrap ._reserve span {
  font-size: 18px;
  display: block;
  line-height: 1;
  color: #fff;
}
.footer-reserve__wrap ._reserve {
  width: 40%;
  text-align: center;
}
.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;
  font-size: 16px;
}
.footer-map__area iframe {
  width: 100%;
  height: 400px;
}
.footer-links__copy {
  background-color: #202020;
  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;
  }
	.footer-address__box ._map iframe{
	
	height: 180px;
}
}
@media screen and (max-width: 941px) {
  .footer-address__box {
    width: 100%;
  }
  .footer-schedule__box {
    width: 100%;
  }
  .footer-address__block {
    gap: 32px 0;
  }
  .footer-logo__wrap {
    max-width: 220px;
    margin: 0 0 16px;
  }
  .footer-address__box address {
    font-size: 16px;
    text-align: left;
  }
  .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;
    font-size: 24px;
  }
  .footer-reserve__wrap ._reserve a {
    height: auto;
    padding: 24px 10px 16px;
    font-size: 24px;
  }
  .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__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: 1000;
    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;
    color: #fff;
    padding: 24px 10px;
    justify-content: center;
    gap: 0 6px;
  }
  .desktop-items__box:nth-child(1) a {
    background-color: #372D2B;
	  font-size: 11px
  }
  .desktop-items__box:nth-child(2) a {
    background-color: #4EAE57;
  }
  .desktop-items__box:nth-child(3) a {
    background-color: #C99B47;
  }
  .desktop-items__box img {
    width: 15px;
  }
  .desktop-items__box a {}
  .desktop-items__box img {
    width: 13px;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs-items__wrap {
     display: flex
;
    flex-wrap: wrap;
    gap: 0 7px;
    justify-content: flex-end;
    margin-bottom: 16px;
}
.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;
  }
}
/* カテゴリー
* --------------------------------------- */
.common-category__wrap {
  background-color: #f1f1f1;
  padding: 50px 20px;
  box-sizing: border-box;
  border-bottom: solid 5px #303030;
  position: sticky;
  top: 160px;
  z-index: 99;
}
.common-category__wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
}
.common-category__wrap ul li a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 18px;
  line-height: 1.2;
}
.common-category__wrap ul li a::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(../img/icon-links.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.common-category__wrap ul li:not(:last-child) a {
  padding-right: 60px;
  margin-right: 60px;
  border-right: solid 1px #E4E5DC;
}
@media screen and (max-width: 941px) {
  .common-category__wrap {
    padding: 0;
    background-color: #fff;
    border-bottom: solid 2px #303030;
    top: 80px;
  }
  .common-category__wrap ul li {
    width: 50%;
  }
  .common-category__wrap ul li a {
    border-bottom: 1px solid #e4e5db;
    box-sizing: border-box;
  }
  .common-category__wrap ul li:not(:last-child) a {
    padding: 16px 10px;
    margin-right: 0;
    border-right: none;
  }
  .common-category__wrap ul li:nth-child(odd) a {
    border-right: 1px solid #e4e5db;
  }
  .common-category__wrap ul {
    gap: 0;
    justify-content: space-between;
  }
  .common-category__wrap ul li a {
    padding: 16px 10px;
    font-size: 14px;
    margin: 0;
  }
  .common-category__wrap ul li a::before {
    width: 10px;
    height: 9px;
  }
}
@media screen and (max-width: 426px) {}
/* 詳細ページ
* --------------------------------------- */
h1.single-post__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 46px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
h1.single-post__title::after {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.common-single__post h2 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.common-single__post h2::after {
  content: "";
  width: 10px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #202020 0%, #202020 50%, #C99B47 50%, #C99B47 100%);
}
.common-single__post .prp-navi-area h2 {
  margin-top: 0;
  padding-left: 0;
  line-height: 2.2;
}
.common-single__post .prp-navi-area h2::after {
  all: revert;
}
.common-single__post h3 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: solid 3px #EBE7E1;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #C99B47;
  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;
}
.common-single__post .prp-navi-area ul {
  margin: 0;
}
strong {
  font-weight: 500;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #C99B47;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-single__post .prp-navi-area ul li {
}
.common-single__post .prp-navi-area ul li::before {
  all: revert;
}
.common-single__post .prp-navi-area ul li {
  width: 49%;
}
.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 a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 5px;
  color: #CF0000;
}
.common-single__post .prp-navi-area a {
  display: block;
  text-decoration: none;
  color: #000;
}
.common-single__post .prp-navi-area a:hover {
  opacity: 0.7;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: .8em;
}
.common-single__post {
  width: 100%;
}
.common-single__post ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  border-radius: 10px;
}
.common-single__post ._thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.common-single__post ul li:nth-last-child(1) {
  margin-bottom: 0;
}


@media screen and (max-width: 769px) {
  h1.single-post__title {
    font-size: 28px;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  h1.single-post__title::after {
    width: 100px;
    height: 2px;
  }
  .common-single__post h2 {
    font-size: 21px;
    padding-left: 20px;
  }
  .common-single__post h2::after {
    width: 6px;
    height: 31px;
  }
  .common-single__post h3 {
    font-size: 18px;
    border-bottom: solid 2px #EBE7E1;
  }
  .common-single__post h3::after {
    height: 2px;
    bottom: -2px;
  }
  .common-single__post ul li::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .common-single__post ul li {
    margin-bottom: 10px;
    padding-left: 16px;
  }
}
/* 医院概要
* --------------------------------------- */
.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;
}
@media screen and (max-width: 941px) {
  .facility-slider__wrap ._slider ._image {
    padding-top: 4%;
  }
}
@media screen and (max-width: 426px) {}
/* 記事共通
* --------------------------------------- */
.common-1ver__title {
  font-size: 35px;
  font-weight: 500;
line-height: 1.8;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  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%);
}
.common-1ver__table {
  width: 100%;
}
.common-1ver__table tr:nth-child(1) {
  padding-top: 0;
}
.common-1ver__table tr {
  display: block;
  border-bottom: solid 2px #202020;
  padding: 20px 0;
}
.common-1ver__table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 24px;
}
.common-1ver__table tr td {
  box-sizing: border-box;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.common-2ver__title {
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.common-2ver__title::after {
  content: "";
  width: 10px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #202020 0%, #202020 50%, #C99B47 50%, #C99B47 100%);
}
.common-1ver__lists li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
  box-sizing: border-box;
}
.common-1ver__lists li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #C99B47;
  border-radius: 50%;
  top: 18px;
  left: 0;
}
.common-1ver__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-band__wrap {
  background-color: #FAF6F0;
  box-sizing: border-box;
  padding: 46px;
}
.common-band__box {
  padding-left: 80px;
}
.common-band__box h3 {
  font-size: 24px;
  font-weight: 500;
}
.common-band__box ul li {
  font-weight: 300;
}
.common-band__block {
  position: relative;
  margin-bottom: 32px;
}
.common-band__block:nth-last-child(1) {
  margin-bottom: 0;
}
.common-band__block span {
  color: #C99B47;
  font-family: kiro, sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 1;
}
.common-2ver__lists {
  background-color: #FAF6F0;
  box-sizing: border-box;
  padding: 46px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.common-2ver__lists li {
  width: 48%;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.common-2ver__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-2ver__lists li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #C99B47;
  border-radius: 50%;
  top: 18px;
  left: 0;
}
.common-navigation__wrap {
  background-color: #FAF6F0;
  box-sizing: border-box;
  padding: 46px;
}
.common-navigation__wrap h2 {
  color: #C99B47;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 24px;
}
.common-navigation__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.common-navigation__wrap ul li {
  width: 49%;
}
.common-navigation__wrap ul li a {
  background-color: #fff;
  padding: 24px 60px 24px 24px;
  box-sizing: border-box;
  font-size: 24px;
  position: relative;
}
.common-navigation__wrap ul li a span {
  display: block;
  font-weight: 300;
  font-size: 16px;
}
.common-navigation__wrap ul li a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/navi-hover.svg");
  position: absolute;
  right: 24px;
  bottom: 30px;
}

.common-2ver__table{
      max-width: 1300px;  
      overflow-x: auto;   

    }

 .common-2ver__table table{
      width: 1300px;    
      border-collapse: collapse;
      table-layout: fixed;
    }

    .common-2ver__table table th,
 .common-2ver__table table td {
      border: 1px solid #e5e7eb;
      padding: 8px;
	box-sizing: border-box;
 
      
    }
.common-2ver__table table td:nth-child(1){
	   background-color: #f3f4f6;
}

  .common-2ver__table table th {
      background-color: #f3f4f6;
      font-weight: bold;
    }


.common-1ver__image{
	margin-right: auto;
		margin-left: auto;
	max-width: 600px;
}


.common-1ver__flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:16px 0;
}
.common-1ver__flex ._image{
	width: 30%;
	border: solid 1px #000;
}
.common-1ver__flex ._text{
	width: 65%;
}

.common-3ver__table {
     width: 100%;
    border: solid;
}

.common-3ver__table tr {
  display: block;

}
.common-3ver__table tr:not(:last-child) th{
	border-bottom: solid 1px #fff
}
.common-3ver__table tr:not(:last-child){
	border-bottom: solid 1px #1a1311
}
.common-3ver__table tr th {
    width: 500px;
	
    text-align: left;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 28px;
    background: #1a1311;
    color: #fff;
    padding: 0 20px;
	
}
.common-3ver__table tr td {

 padding: 0 20px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
}



.common-3ver__lists > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.common-3ver__lists {
  padding-left: 20px;
}


.common-4ver__lists {
  background-color: #FAF6F0;
  box-sizing: border-box;
  padding: 46px;

}
.common-4ver__lists li {

  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.common-4ver__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.common-4ver__lists li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #C99B47;
  border-radius: 50%;
  top: 18px;
  left: 0;
}
.common-btn__small a{
	color: #c99b47;
}
@media screen and (max-width: 941px) {
  .common-1ver__title {
    font-size: 28px;
    padding-bottom: 16px;
    margin-bottom: 46px;
	
  }
  .common-1ver__title::after {
    width: 100px;
  }
  .common-1ver__table tr {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1.5px #202020;
    padding: 16px 0;
  }
  .common-1ver__table tr th {
    width: 100%;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .common-1ver__table tr td {
    font-weight: 400;
    font-size: 15px;
  }
  .common-2ver__title {
    font-size: 21px;
    padding-left: 20px;
  }
  .common-2ver__title::after {
    width: 6px;
    height: 31px;
  }
  .common-band__wrap {
    padding: 24px;
  }
  .common-band__block span {
    font-size: 28px;
  }
  .common-band__box {
    padding-left: 40px;
  }
  .common-band__box h3 {
    font-size: 18px;
  }
  .common-band__block {
    margin-bottom: 24px;
  }
  .common-2ver__lists li {
    width: 100%;
    padding-left: 16px;
  }
  .common-2ver__lists {
    padding: 24px;
    gap: 0;
  }
  .common-2ver__lists li::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
  .common-navigation__wrap ul li {
    width: 100%;
  }
  .common-single__post .prp-navi-area ul li {
    width: 100%;
    padding-left: 0;
  }
  .common-navigation__wrap ul li a {
    padding: 16px 60px 16px 16px;
    font-size: 16px;
  }
  .common-navigation__wrap ul li a span {
    font-size: 10px;
  }
  .common-navigation__wrap ul li a::before {
    width: 20px;
    height: 20px;
    right: 16px;
    bottom: 20px;
  }
  .common-navigation__wrap h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .common-navigation__wrap {
    padding: 24px 16px 16px;
  }
  .common-navigation__wrap ul {
    gap: 10px 0;
  }
	
	.common-4ver__lists {

  padding: 16px 24px;

}
.common-4ver__lists li {

  padding-left: 16px;
  
}

.common-4ver__lists li::before {
width: 8px;
        height: 8px;
        top: 9px;

}
	.common-1ver__flex ._image{
	width: 100%;

}
.common-1ver__flex ._text{
	width: 100%;
}
	.common-3ver__table tr th {
    width: 100%;
 

    font-size: 15px;
         padding: 8px 16px;
}
	.common-3ver__table tr {
    display: flex
;
    flex-direction: column;
}
	.common-3ver__table tr td {
         padding: 8px 16px;
    font-size: 15px;
}
}
@media screen and (max-width: 426px) {
  .common-1ver__title {
    font-size: 26px;
  }
}
/* 疾患から探す
* --------------------------------------- */
.disease-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
}
.disease-items__box {
  width: 48.5%;
  background-color: #F3E9D7;
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  position: relative;
}
.disease-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.disease-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.disease-items__box h2 {
  font-size: 28px;
  font-weight: 500;
	line-height: 1.5;
}
.disease-items__box span {
  color: #C99B47;
  display: block;
  font-weight: 500;
}
.disease-items__box p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 941px) {
  .disease-items__box {
    width: 100%;
    padding: 24px;
  }
  .disease-items__box h2 {
    font-size: 18px;
  }
  .disease-items__box p {
    font-size: 15px;
  }
  .disease-items__block {
    gap: 16px 0;
  }
}
@media screen and (max-width: 426px) {}
/* よくあるご質問
* --------------------------------------- */
.common-accordion__wrap {
  width: 100%;
}
.common-accordion__box:not(:first-child) {
  margin-top: 16px;
}
.accordion-title {
  cursor: pointer;
  font-size: 19px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
  background-color: #202020;
  padding: 30px 70px 30px 40px;
}
.accordion-title span {
  display: block;
  width: 37px;
  height: 37px;
  position: relative;
  margin-left: auto;
  background-color: #ffffff82;
  border-radius: 100px;
  position: absolute;
  right: 24px;
}
.accordion-title span:before {
  position: absolute;
  content: '';
  top: 49%;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #202020;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title span:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #202020;
  transition: all .3s ease-in-out;
}
.accordion-title.open span:before {
  transform: rotate(180deg);
}
.accordion-title.open span:after {
  opacity: 0;
}
.accordion-title b {
  font-family: kiro, sans-serif;
}
.accordion-text {
  display: none;
  background-color: #eaeaea;
  padding: 30px 40px;
}
.accordion-text p {}
@media screen and (max-width: 941px) {
  .accordion-title {
    font-size: 18px;
    padding: 24px 70px 24px 24px;
  }
  .accordion-text p {
    font-size: 16px;
  }
  .accordion-text {
    display: none;
    padding: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-text p {
    font-size: 14px;
  }
  .accordion-title {
    font-size: 15px;
    padding: 16px 50px 16px 16px;
    align-items: baseline;
  }
  .accordion-text {
    padding: 16px 20px;
  }
  .accordion-title span {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 17px;
  }
  .accordion-title span:before {
    right: 5px;
    height: 2px;
    width: 15px;
  }
  .accordion-title span:after {
    right: 5px;
    width: 15px;
  }
  .common-accordion__box:not(:first-child) {
    margin-top: 10px;
  }
}
/* 
* --------------------------------------- */
.common-btn__wrap {
  max-width: 400px;
  margin: 0 auto;
}
.common-btn__wrap:nth-last-child(1) {
  margin-top: 10px;
}
.common-btn__wrap a {
  text-decoration: none;
  padding: 30px 40px;
  box-sizing: border-box;
  color: #fff;
  background-color: #222;
  font-size: 21px;
  font-weight: 400;
  position: relative;
  border-radius: 100px;
  text-align: center;
  line-height: 1.3;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-btn__wrap a:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: ripple 1.5s infinite;
  color: #fff;
  opacity: 1;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #222;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(242 144 39 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(242 144 39 / 0%);
  }
}
@media screen and (max-width: 768px) {
  .common-btn__wrap a {
    padding: 0 40px;
    font-size: 14px;
    font-weight: 400;
    min-height: 60px;
  }
  .common-btn__wrap {
    max-width: 250px;
  }
}
/* ページング
* --------------------------------------- */
.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: #C99B47;
  color: #fff;

}
.single-peger-items li a {
  width: 100px;
  text-align: center;
  padding: 8px 0;

}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #DAAE5C;
  color: #fff;

  width: 53px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
 
  background-color: #222;
  color: #fff;
  width: 53px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 100px;
  
  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;
  }
}