@charset "UTF-8";
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  list-style: none;
  color: #40220F;
}
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;
  padding-top: 215px;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}
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-1000-width {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.common-46-padding {
  padding: 46px 0;
}
.upper-120-padding {
  padding: 120px 0 0;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb46 {
  margin-bottom: 46px;
}
.u-mb32 {
  margin-bottom: 32px;
}
.u-mb24 {
  margin-bottom: 24px;
}
.u-mb16 {
  margin-bottom: 16px;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
* {
  -webkit-appearance: none;
  /*webkit系ブラウザのデフォルトスタイル*/
}

.common-title__wrap {
  text-align: center;
  margin-bottom: 80px;
}
.common-title__wrap h2 {
  font-size: 40px;
}
.common-title__wrap ._icon {
  max-width: 40px;
  margin: 0 auto 8px;
}
.common-btn__wrap a {
  max-width: 250px;
  color: #fff;
  margin-left: auto;
  padding: 14px 55px 14px 30px;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  font-size: 16px;
  
}
.common-btn__wrap a:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-btn__wrap._yellow a {
  background-color: #EBBF65;
}
.common-btn__wrap._yellow a:before {
  background-image: url("../../assets/img/arrow-yellow.svg");
}
.common-btn__wrap._blue a {
  background-color: #7FBFD2;
}
.common-btn__wrap._blue a:before {
  background-image: url("../../assets/img/arrow-blue.svg");
}
.common-page__title {
  background-color: #F6F7F7;
  background-image: url(../../assets/img/common-bgi.png), url(../../assets/img/gradation-blue.png);
  background-position: right bottom, top -100px center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  overflow: hidden;
}
.common-page__title._green {
  background-color: #F9FBF3;
  background-image: url("../../assets/img/common-bgi.png"), url("../../assets/img/gradation-yellow.png");
}
.page-title__box span {
  font-size: 60px;
  line-height: 1;
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.page-title__box h2, .page-title__box h1 {
  font-size: 24px;
}
.page-title__box._ver2 h1 {
  font-size: 40px;
}
.page-title__box {
  padding: 80px 0;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    margin-top: 80px;
  }
  main {
    flex: 1;
    padding-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .common-120-padding {
    padding: 80px 0;
  }
  .common-100-padding {
    padding: 80px 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;
    line-height: 1.5;
  }
  .common-title__wrap {
    margin-bottom: 46px;
  }
  .common-title__wrap h2 {
    font-size: 32px;
  }
  .common-title__wrap ._icon {
    max-width: 30px;
  }
  .common-btn__wrap a {
    max-width: 200px;
    margin: 0 auto;
    padding: 14px 40px 14px 30px;
    font-size: 15px;
  }
  .common-btn__wrap a:before {
    width: 25px;
    height: 25px;
    right: 13px;
  }
  .common-80-padding {
    padding: 46px 0;
  }
  .common-page__title {
    background-position: right bottom, top center;
  }
  .common-page__title span {
    font-size: 45px;
    display: block;
  }
  .common-page__title h2, .common-page__title h1 {
    font-size: 16px;
  }
  .page-title__box {
    /*    padding: 100px 0 80px; */
    padding: 40px 0 20px;
  }
  .common-60-padding {
    padding: 46px 0;
  }
  .page-title__box._ver2 h1 {
    font-size: 28px;
  }
  .common-46-padding {
    padding: 32px 0;
  }
  .u-mb60 {
    margin-bottom: 46px;
  }
  .u-mb46 {
    margin-bottom: 32px;
  }
  .u-mb32 {
    margin-bottom: 24px;
  }
  .u-mb24 {
    margin-bottom: 16px;
  }
  .u-mb16 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 426px) {
  .common-title__wrap h2 {
    font-size: 28px;
  }
  .common-title__wrap {
    margin-bottom: 32px;
  }
}
/* header
* --------------------------------------- */
.global-nav__list {
  display: flex;
  width: 100%;
  gap: 10px 40px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 140px;
  position: relative;
  box-sizing: border-box;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
}
.header-global__wrap {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background-color: #fff;
}
.global-nav__logo a img {
  width: 300px;
}
.global-nav__item a {
  font-weight: 300;
  font-size: 15px;
  padding: 24px 0;
}
.sidebarMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.global-nav__item._contact {
  position: absolute;
  right: 0;
  top: 0;
}
.global-nav__item._contact a {
  padding: 0;
}
.global-nav__item._contact img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .global-nav__item._contact {
    display: none;
  }
  .global-nav__logo a img {
    width: 270px;
    margin-left: 0;
    position: absolute;
    top: 20px;
    z-index: 1000;
  }
  .sidebarMenu {
    position: initial;
    min-height: 70px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100vw;
    height: calc(100vh - 70px);
    padding-top: 0;
    background-color: #fff;
    transition: top .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    border-radius: 50px;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 0;
    gap: 0;
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-bottom: solid 1px #6C4228;
  }
  .global-nav__item a {
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 15px 20px;
  }
  .global-nav__item._recruit, .global-nav__item._tel {
    display: none;
  }
  .hamburger__line {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background-color: #6C4228;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 24px;
  }
  .hamburger__line--3 {
    top: 31px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    top: 70px;
    justify-content: flex-start;
    padding-top: 15px;
  }
  .global-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 25px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 25px;
  }
  .header-global__wrap {
    position: fixed;
    top: 0;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url(../../assets/img/keyvisual-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  margin: 222px auto 0;
  position: relative;
  background-size: cover;
}
.keyvisual-title__wrap {
  width: 100%;
  max-width: 700px;
  position: absolute;
  left: 20%;
  top: 15%;
  filter: drop-shadow(3px 3px 5px #ffffff6e);
}

.keyvisual-text__wrap h1 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .keyvisual-text__wrap h1 {
    font-size: 18px;
    padding: 0 10px;
  }

  .keyvisual-text__wrap p {
    padding: 0 10px;
  }
  .keyvisual-title__wrap {
    max-width: 300px;
    left: 20px;
    top: 60px;
  }
  .keyvisual-area__group {
    height: 60vh;
    margin: 70px auto 0;
  }
}
/* ポイント
* --------------------------------------- */
.point-area__group {
  background: #f3f4f4;
}
.point-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.point-items__block li {
  width: 31%;
  border: solid 3px #E6926C;
  border-radius: 15px;
}
.point-items__block li h2 {
  background-color: #E6926C;
  color: #fff;
  font-size: 23px;
  text-align: center;
  line-height: 1.5;
  padding: 23px 10px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.point-items__block li p {
  text-align: center;
  line-height: 1.5;
  padding: 25px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .point-items__block li {
    width: 100%;
  }
  .point-items__block li h2 {
    font-size: 16px;
    padding: 10px 10px;
  }
  .point-items__block li p {
    padding: 16px 10px;
  }
}
/* こんなお悩みや症状を抱えていませんか
* --------------------------------------- */
.worries-area__group {
  background-color: #CAECE3;
}
.worries-title__wrap {
  margin-bottom: 60px;
}
.worries-title__wrap h2 {
  text-align: center;
}
.worries-title__wrap h2 span {
  display: inline-block;
  color: #2B9F7D;
  border-bottom: solid 3px #2B9F7D;
  font-size: 25px;
  margin-bottom: 20px;
}
.worries-title__wrap p {
  max-width: 710px;
  margin: 0 auto;
}
.worries-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.worries-items__box {
  width: 48%;
  display: flex;
  justify-content: space-between
}
.worries-items__image {
  width: 30%;
}
.worries-items__text {
  width: 63%;
}
.worries-items__text h3 {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 8px;
  margin-bottom: 10px;
}
.worries-items__text ul li {
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}
.worries-items__text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .worries-title__wrap h2 span {
    border-bottom: none;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .worries-title__wrap p {
    text-align: center;
  }
  .worries-items__box {
    width: 100%;
  }
  .worries-title__wrap {
    margin-bottom: 46px;
  }
  .worries-items__block {
    gap: 32px 0;
  }
  .worries-items__image {
    width: 25%;
  }
  .worries-items__text {
    width: 70%;
  }
  .worries-items__text ul li {
    padding-left: 8px;
    font-size: 12px;
  }
  .worries-items__text ul li::before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .worries-items__text h3 {
    padding: 4px 8px;
    margin-bottom: 8px;
  }
}
/* ご相談いただける主なお悩み・疾患
* --------------------------------------- */
.answer-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.answer-items__text {
  width: 50%
}
.answer-items__image {
  width: 45%
}
.answer-items__text h2 span {
  display: inline-block;
  color: #E6926C;
  border-bottom: solid 3px #E6926C;
  font-size: 25px;
  margin-bottom: 20px;
}
.answer-items__text p {
  margin-bottom: 20px;
}
.answer-items__text ul li {
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}
.answer-items__text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #E6926C;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.answer-deta__wrap img {
  display: block;
  max-width: 800px;
  margin: 0 auto 46px;
}
.answer-deta__wrap h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
.answer-deta__wrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .answer-items__text {
    width: 100%
  }
  .answer-items__image {
    width: 80%;
    margin: 0 auto;
  }
  .answer-items__text h2 span {
    border-bottom: solid 2px #E6926C;
    font-size: 18px;
  }
  .answer-items__text h2 {
    text-align: left;
  }
  .answer-items__text p {
    margin-bottom: 16px;
    text-align: left;
  }
  .answer-items__text ul li {
    padding-left: 8px;
  }
  .answer-items__text ul li::before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .answer-deta__wrap img {
    margin: 0 auto 16px;
  }
  .answer-deta__wrap h3 {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: left;
  }
  .answer-deta__wrap p {
    
    text-align: left;
  }
}
/* 両方からアプローチします
* --------------------------------------- */
.solution-area__group {
  background-color: #FDEFEE;
}
.solution-title__wrap {

  position: relative;
  margin-bottom: 46px;
}
.solution-title__box h2 {
  color: #E6926C;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  margin-bottom: 24px;
}
.solution-title__box p {
  text-align: center;
  
}
.solution-items__box {
  display: flex;
  margin-bottom: 24px;
  background-color: #fff;
}
.solution-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.solution-items__text {
  width: 64%;
  box-sizing: border-box;
  padding: 32px;
}
.solution-items__text h3 {
  font-size: 22px;
  margin-bottom: 10px;
	    color: #E6926C;
}
.solution-items__image {
  width: 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}
.solution-items__image._1ver {
  background-image: url("../img/solution-image02.jpg");
}
.solution-items__image._2ver {
  background-image: url("../img/solution-image03.jpg");
}
.solution-items__image._3ver {
  background-image: url("../img/solution-image04.jpg");
}
@media screen and (max-width: 768px) {
  .solution-title__wrap {
   
	  
    position: relative;
    margin-bottom: 24px;
  }
  .solution-title__box h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .solution-title__box p {
    text-align: left;
  }
  .solution-items__box {
    margin-bottom: 16px;
    flex-direction: column;
  }
  .solution-items__box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .solution-items__text {
    width: 100%;
    padding: 16px;
  }
  .solution-items__text h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .solution-items__image {
    width: 100%;
    height: 180px;
  }
}
/* すみだ両国まちなかクリニックが選ばれる5つの理由
* --------------------------------------- */
.reason-title__wrap {
  text-align: center;
  margin-bottom: 60px;
}
.reason-area__group {
  background: #f1f9ff;
}
.reason-title__wrap span {
  display: inline-block;
  color: #64AAD6;
  border-bottom: solid 3px #64AAD6;
  font-size: 28px;
  padding-bottom: 10px;
}
.reason-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.reason-items__box {
  width: 48%;
}
.reason-items__title {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  background-color: #64AAD6;
  margin-bottom: 16px
}
.reason-items__title h3 {
  padding-left: 80px;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
}
.reason-items__title ._number {
  width: 60px;
  height: 60px;
  position: absolute;
}
.reason-items__text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason-items__text p {
  width: 73%;
  
}
.reason-items__text ._image {
  width: 24%
}
@media screen and (max-width: 768px) {
  .reason-items__box {
    width: 100%;
  }
  .reason-items__title h3 {
    padding-left: 40px;
    font-size: 15px;
  }
  .reason-items__title ._number {
    width: 30px;
    height: 30px;
    top: 15px;
  }
  .reason-items__title {
    padding: 10px;
    margin-bottom: 10px;
  }
  .reason-title__wrap span {
    border-bottom: solid 2px #64AAD6;
    font-size: 18px;
  }
  .reason-title__wrap {
    text-align: center;
    margin-bottom: 26px;
  }
}
/* 院長からのご挨拶
* --------------------------------------- */
.greeting-area__group {
  background-color: #D8EAF5;
}
.greeting-title__wrap {
  color: #64AAD6;
  background-color: #fff;
  padding: 18px 31px;
  border-left: solid 5px #64AAD6;
  box-sizing: border-box;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 46px;
}
.greeting-items__block {
  display: flex;
  justify-content: space-between;
  gap: 24px 0;
}
.greeting-items__block p {
  width: 65%;
  line-height: 2.2;
}
.greeting-items__block p span {
  display: block;
  font-size: 18px;
}
.greeting-items__block ._image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .greeting-title__wrap {
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .greeting-items__block {
    flex-direction: column-reverse;
  }
  .greeting-items__block ._image {
    width: 70%;
    margin: 0 auto;
  }
  .greeting-items__block p {
    width: 100%;
    line-height: 1.8;
  }
  .greeting-items__block p span {
    font-size: 16px;
  }
}
/* ストーリーでわかる受診イメージ（例）
* --------------------------------------- */
.case-title__wrap {
  text-align: center;
  margin-bottom: 46px;
}
.case-title__wrap span {
  color: #fff;
  font-size: 25px;
  background-color: #95D9C6;
  display: inline-block;
  padding: 15px 69px;
  border-radius: 1000px;
}
.case-items__block {
  display: flex;
  justify-content: center;
  gap: 46px 5%;
  flex-wrap: wrap;
}
.case-items__box {
  width: 30%;
}
.case-items__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.case-items__title ._image {
  width: 30%;
}
.case-items__title ._text {
  width: 60%;
}
.case-items__title ._text span {
  display: inline-block;
  border: solid 2px #95D9C6;
  color: #95D9C6;
  text-align: center;
  padding: 0 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.case-items__title ._text h3 {}
.case-items__lists li {
  
  line-height: 1.5;
  margin-bottom: 10px;
}
.case-items__lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.case-items__lists li b {
  color: #2B9F7D;
}
@media screen and (max-width: 768px) {
  .case-title__wrap span {
    font-size: 18px;
    padding: 16px 46px;
  }
  .case-items__box {
    width: 100%;
  }
  .case-items__title ._image {
    width: 20%;
  }
  .case-items__title ._text {
    width: 75%;
  }
  .case-items__block {
    gap: 32px 0;
  }
}
/* ご来院からの流れ
* --------------------------------------- */
.flew-area__group {
  background-color: #FDEFEE;
}
.flew-title__wrap {
  background-color: #E6926C;
  color: #fff;
  font-size: 27px;
  padding: 10px 24px;
}
.flew-items__area {
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.flew-items__area ._text {
  margin-bottom: 24px;
}
.flew-items__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.flew-items__block:nth-last-child(1) {
  margin-bottom: 0;
}
.flew-items__title {
  display: flex;
  width: 25%;
  border: solid 2px #E6926C;
}
.flew-items__title ._number {
  background-color: #E6926C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
}
.flew-items__title h3 {
  padding: 10px 14px;
}
.flew-items__text {
  width: 73%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flew-title__wrap {
    font-size: 18px;
    padding: 15px 18px;
  }
  .flew-items__area {
    padding: 16px;
  }
  .flew-items__area ._text {
    margin-bottom: 16px;
  }
  .flew-items__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
  }
  .flew-items__title {
    width: 100%;
  }
  .flew-items__text {
    width: 100%;
    font-size: 14px;
  }
  .flew-items__title ._number {
    width: 38px;
  }
  .flew-items__title h3 {
    padding: 8px 14px;
  }
}
/* よくあるご質問
* --------------------------------------- */
.faq-title__wrap {
  text-align: center;
  margin-bottom: 60px;
}
.faq-title__wrap span {
  display: inline-block;
  color: #64AAD6;
  border-bottom: solid 3px #64AAD6;
  font-size: 25px;
  padding-bottom: 10px;
}
.faq-items__box:not(:last-child) {
  margin-bottom: 32px;
}
.faq-items__box h3 {
  color: #64AAD6;
  font-size: 20px;
  margin-bottom: 8px;
}
.faq-items__box p {
  
}
@media screen and (max-width: 768px) {
  .faq-title__wrap {
    margin-bottom: 46px;
  }
  .faq-title__wrap span {
    border-bottom: solid 2px #64AAD6;
    font-size: 18px;
  }
  .faq-items__box h3 {
    font-size: 16px;
  }
  .faq-items__box p {}
}
/* クリニック情報
* --------------------------------------- */
.clinic-area__group {
  background-color: #CAECE3;
}
.clinic-title__wrap {
  margin-bottom: 46px;
}
.clinic-title__wrap h2 {
  text-align: center;
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2B9F7D;
  margin-bottom: 24px;
}
.clinic-title__wrap p {
  text-align: center;
  line-height: 2;
  
}
.schedule-items__wrap {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 24px;
}
.clinic-area__group ._title {
  margin-bottom: 24px;
}
.clinic-area__group ._title span {
  display: inline-block;
  color: #2B9F7D;
  border-bottom: solid 3px #2B9F7D;
  font-size: 25px;
  padding-bottom: 10px;
}
.clinic-items__wrap {
  background-color: #fff;
  padding: 30px;
}
.clinic-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 24px;
  justify-content: space-between;
}
.clinic-items__box {
  width: 40%;
}
.clinic-items__image {
  width: 58%;
}
.clinic-items__image iframe {
  width: 100%;
  height: 500px;
}
.clinic-items__deta:not(:last-child) {
  margin-bottom: 24px;
}
.footer-area__group small {
  text-align: center;
  display: block;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .clinic-title__wrap h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .clinic-title__wrap p {
    text-align: left;
    line-height: 1.5;
  }
  .clinic-title__wrap {
    margin-bottom: 32px;
  }
  .schedule-items__wrap {
    padding: 16px;
    margin-bottom: 16px;
  }
  .clinic-area__group ._title {
    margin-bottom: 16px;
  }
  .clinic-area__group ._title span {
    border-bottom: solid 2px #2B9F7D;
    font-size: 18px;
    padding-bottom: 3px;
  }
  .clinic-items__wrap {
    padding: 16px;
  }
  .clinic-items__block {
    gap: 16px 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .clinic-items__box {
    width: 100%;
  }
  .clinic-items__image {
    width: 100%;
  }
  .clinic-items__image iframe {
    height: 200px;
  }
}
/*メガメニュー
* --------------------------------------- */
.page-navigation__box {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  position: relative;
  flex-wrap: wrap;
}
.page-navigation__box li {
  position: relative;
}
.page-navigation__box a, .submenu-toggle {
  color: #fff;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.has-submenu .submenu a {
  padding: 10px 20px;
  font-size: 14px;
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  min-width: 210px;
  z-index: 10;
}
.has-submenu:hover .submenu {
  display: block;
}
.submenu-toggle .icon {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 941px) {
  .page-navigation__box {
    flex-direction: column;
  }
  .page-navigation__box a, .submenu-toggle {
    padding: 20px 10px;
    border-bottom: solid 0.5px #fff;
    font-size: 14px;
    color: #fff;
    display: flex;
  }
  .submenu li a {
    background: #dedede;
    padding: 20px 10px;
    font-size: 14px;
    color: #222;
    border-bottom: solid 0.5px #222;
  }
  .submenu li:last-child a {
    border-bottom: none;
  }
  .has-submenu:hover .submenu {
    display: none;
  }
  .has-submenu.open .submenu {
    position: static;
    display: block;
    background: #222;
  }
  .submenu {
    position: static;
    width: 100%;
  }
  .submenu-toggle .icon {
    font-size: 16px;
    margin-left: auto;
  }
  .has-submenu .submenu a {
    padding: 20px 10px;
  }
}
/* メニュー
* --------------------------------------- */
.page-nav__area {
  background: #436776;
}
.header-logo__wrap a {
  width: 260px;
}
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.header-logo__wrap a {
  width: 400px;
}
.global-contact__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 16px;
}
.global-contact__block ._logo h1, .global-contact__block ._logo h2 {
  font-size: 14px;
  margin-bottom: 13px;
}
.global-contact__block ._logo img {
  max-width: 550px;
}
.global-contact__tel ._tel {
  display: flex;
  align-items: baseline;
  font-size: 39px;
  justify-content: flex-end;
  line-height: 1;
  gap: 0 5px;
}
.global-contact__tel ._tel small {
  font-size: 21px;
}
.global-contact__tel address {
  font-style: normal;
  font-size: 15px;
}
.global-nav__pc .dropmenu li .navi-items__block {
  width: 1250px; /* 700px */
  display: none;
}
.navi-items__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: max-content;
}
.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 {
  text-align: center;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 0 10px;
}
.header__navItemLink span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  background: linear-gradient(90deg, #6BAC1B 0%, #2CB7ED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  
  text-align: center;
  margin-top: 4px;
  line-height: 1;
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 169px;
  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: 500px;
}
.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: 5px;
  border-bottom: solid 1px #c4e8fa;
  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-size: 18px;
  color: #2db6ed;
  -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: #2db6ed;
}
.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("../../assets/img/navi-arrow.svg");
  position: absolute;
  left: 0;
  top: 6px;
}
.megaMenu__subItemLink:hover::before {
  background-image: url("../../assets/img/navi-hover.svg");
}
.megaMenu__subItemLink:hover {
  opacity: 1;
}
.megaMenu__subItem {
  padding-bottom: 5px;
  border-bottom: solid 1px #c4e8fa;
  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;
}
form.gsc-search-box {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #6c4228;
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  height: 2.3em;
  width: 200px !important;
  overflow: hidden;
  background: #fff;
}
.common-900-width form.gsc-search-box {
  width: 100% !important;
  height: 3em;
}
form.gsc-search-box > table {
  margin: -8px 0 0 -13px;
}
/* 検索ボックスの角を丸くし、枠線を消す */
.gsc-input-box {
  border: none !important;
  height: 2.0em;
  font-size: 15px;
  width: 100%;
}
.gsc-input-box:focus {
  outline: 0;
}
.gsc-input-box input[type="text"] {
  border: none;
  height: 2.0em;
  font-size: 15px;
  width: 100%;
}
.gsc-input-box input[type="text"]:focus, button..gsc-search-button-v2:focus {
  outline: 0;
}
/* 検索ボタンの色を変更し、角を丸くする */
.gsc-search-button-v2 {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #6c4228;
  color: #fff;
  position: absolute;
  width: 35px !important;
  padding: 18px 27px !important;
  margin-top: 0 !important;
  right: 0;
  top: 0;
  outline: none;
  -webkit-appearance: none;
  ont-family: "Zen Maru Gothic", serif !important;
}
/* 検索ボタンのアイコンの色を変更 */
.gsc-search-button-v2 svg {
  padding: 4px 0;
  right: 18px;
  top: 4px;
  position: absolute;
}
.common-900-width .gsc-search-button-v2 svg {
  top: 8px;
}
@media screen and (max-width: 1201px) {
  .global-nav__pc .dropmenu li:nth-child(1) {
    display: none
  }
  .global-nav__pc .dropmenu li {
    width: 17%;
    font-size: 15px;
  }
  .global-nav__pc .dropmenu li a {
    font-size: 15px;
  }
  .global-contact__block ._logo h1, .global-contact__block ._logo h2 {
    font-size: 9px;
  }
  .global-contact__block ._logo img {
    max-width: 400px;
  }
  .global-contact__block {
    padding-top: 26px;
  }
  .header__navItemLink.js-megaMenu {
    font-size: 16px;
  }
  .header__navItemLink {
    font-size: 16px;
  }
  .global-nav__pc .common-1300-width {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1101px) {
  .header__navItem:nth-child(1) {
    display: none
  }
  .header__navItem {
    width: 12.5%
  }
}
@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;
    border-bottom: solid 2px #7f5536;
    z-index: 1000;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 30px 20px 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;
    width: 100%
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 0;
    transition: 0.3s;
    border-bottom: solid 1px #40220F;
    line-height: 1;
    font-size: 16px;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 0;
    transition: 0.3s;
    border-bottom: solid 1px #40220F;
  }
  .global-nav__list > li .trigger.trigger-sub {
    background: #ded9d6;
    padding: 20px 10px;
  }
  form.gsc-search-box {
    margin: 0 !important;
  }
  .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: #6b4129;
    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: 56px;
    position: absolute;
    right: 20px;
    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 1px #b3a79f;
    background: #f1f0ef;
    line-height: 1.7;
    
    font-size: 15px;
  }
  .header-logo__wrap {
    position: fixed;
    top: 11px;
    left: 20px;
  }
  .header-logo__wrap h1, .header-logo__wrap h2 {
    font-size: 7px;
    margin-bottom: 3px;
    margin-right: 80px;
  }
  .header-logo__wrap a {
    width: 280px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    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 #22152E;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .megaMenu__subItem {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .megaMenu__subItemLink::before {
    display: none
  }
  nav .gsc-control-searchbox-only {
    width: 100% !important;
    margin-top: 30px;
  }
  nav form.gsc-search-box {
    width: 100% !important;
  }
  nav .gsc-search-button-v2 {
    margin-top: -2px !important;
    padding: 20px 27px !important;
  }
  form.gsc-search-box {
    height: 3em;
  }
  .gsc-search-button-v2 svg {
    top: 8px;
  }
}
@media screen and (max-width: 541px) {
  .header-logo__wrap {
    left: 14px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #EEF9FE;
  background-image: url(../../assets/img/common-bgi.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: repeat;
}
.footer-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.footer-items__content {
  width: 48%;
}
.footer-items__map {
  width: 48%;
}
.biz-hour__wrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 46px;
}
.biz-hour__wrap .biz-hour {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.biz-hour__wrap .biz-hour th:nth-child(1), .biz-hour__wrap .biz-hour td:nth-child(1) {
  width: 18%;
  padding-left: 16px;
  text-align: left;
  letter-spacing: 0.05em;
  
  font-size: 16px;
}
.biz-hour__wrap .biz-hour th, .biz-hour__wrap .biz-hour td {
  padding: 16px 0;
  box-sizing: border-box;
  width: 7%;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  
}
.biz-hour__wrap .biz-hour td.pink {
  color: #d27f7f;
}
.biz-hour__wrap .biz-hour td {
  border-bottom: 1px solid #BEBFBF;
  color: #7FBFD2;
  letter-spacing: 0.05em;
}
.biz-hour__wrap .biz-hour td:nth-child(1) {
  color: #40220F;
}
.biz-hour tr:nth-child(1) {
  background-color: #7FBFD2;
}
.biz-hour tr:nth-child(1) th {
  color: #fff;
}
.biz-hour__wrap ._note {
  font-size: 16px;
  display: block;
  margin-top: 16px;
}
.biz-hour__wrap ._note b {
  color: #7FBFD2;
}
.biz-access__wrap {
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.footer-items__logo {
  max-width: 560px;
  margin-bottom: 24px;
}
.footer-items__content address {
  font-style: normal;
}
.footer-items__content ._tel {
  display: flex;
  align-items: baseline;
  font-size: 26px;
  line-height: 1.5;
  gap: 0 8px;
  margin-bottom: 24px;
}
.footer-items__content ._tel a {
  font-size: 33px;
  line-height: 1.5;
}
.footer-items__content ._medical {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.footer-items__content ._medical span {
  background-color: #7FBFD2;
  color: #fff;
  width: 110px;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}
.footer-items__content ._medical p {
  font-size: 16px;
}
.footer-items__map iframe {
  width: 100%;
  height: 600px;
}
.footer-area__group ._copy {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .biz-hour__wrap .biz-hour th:nth-child(1), .biz-hour__wrap .biz-hour td:nth-child(1) {
    padding-left: 20px;
  }
  .biz-hour__wrap .biz-hour th, .biz-hour__wrap .biz-hour td {
    font-size: 16px;
  }
}
@media screen and (max-width: 941px) {
  .biz-hour__wrap .biz-hour th:nth-child(1), .biz-hour__wrap .biz-hour td:nth-child(1) {
    padding-left: 15px;
  }
  .footer-items__content {
    width: 52%;
  }
  .footer-items__map {
    width: 43%;
  }
}
@media screen and (max-width: 769px) {
  .biz-hour__wrap ._note {
    font-size: 14px;
  }
  .footer-items__content {
    width: 100%;
  }
  .footer-items__map {
    width: 100%;
  }
  .biz-hour__wrap .biz-hour th:nth-child(1), .biz-hour__wrap .biz-hour td:nth-child(1) {
    padding-left: 14px;
    font-size: 14px;
  }
  .biz-hour__wrap {
    margin-bottom: 24px;
  }
  .footer-items__content ._tel a {
    font-size: 32px;
  }
  .footer-items__content ._tel {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .footer-items__content ._medical span {
    width: 100px;
    font-size: 12px;
  }
  .footer-area__group ._copy {
    margin-top: 32px;
  }
  .footer-items__map iframe {
    height: 300px;
  }
  .footer-items__content ._medical p {
    font-size: 14px;
  }
}
@media screen and (max-width: 426px) {
  .biz-hour__wrap .biz-hour th:nth-child(1), .biz-hour__wrap .biz-hour td:nth-child(1) {
    padding-left: 12px;
  }
  .biz-hour__wrap .biz-hour th, .biz-hour__wrap .biz-hour td {
    font-size: 13px;
    width: 6%;
    padding: 15px 0;
  }
}
/* 症状・疾患から探す
* --------------------------------------- */
.disease-title__wrap {
  background-color: #F9FBF3;
  background-image: url(../../assets/img/common-bgi.png), url("../../assets/img/search-bgi.png");
  background-position: right bottom, left top;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  padding: 250px 0 100px;
}
.disease-items__title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 46px;
}
.disease-items__title ._icon {
  width: 40px;
}
.disease-items__title h2 {
  font-size: 40px;
  color: #7F5536;
}
.disease-items__wrap {
  background-color: #F8F5E7;
  background-image: url(../../assets/img/common-bgi.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: repeat;
}
.disease-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.disease-items__block li {
  width: 23.5%;
  border: none;
}
.disease-items__block .megaMenu__subItemLink::before {
  display: none
}
.disease-items__block .disease-items__block li a::after {
  display: none
}
.disease-items__block li a {
  border: solid 1px #7F5536;
  background-color: #fff;
  box-sizing: border-box;
  color: #7F5536;
  border-radius: 9px;
  border-right: solid 8px #7F5536;
  padding: 10px 30px;
  min-height: 85px;
  display: flex;
  align-items: center;
  position: relative;
}
.disease-items__block li a:hover {
  opacity: 1;
}
.disease-items__block li a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 5px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../../assets/img/arrow-brown.svg");
  -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;
}
.disease-items__block li a:hover::after {
  right: 10px
}
.symptoms-items__box:not(:last-child) {
  margin-bottom: 100px;
}
.symptoms-links__wrap {
  background: #e0e6ea;
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 46px;
}
.symptoms-links__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.symptoms-links__wrap li {
  width: 48%;
}
.symptoms-links__wrap li a {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #7795A8;
  position: relative;
}
.symptoms-links__wrap li a::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 5px;
  right: 10px;
  background-image: url(../../assets/img/arrow-blue.svg);
  -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;
}
.symptoms-links__wrap li:nth-last-child(1) a, .symptoms-links__wrap li:nth-last-child(2) a {
  margin-bottom: 0;
}
.disease-items__category {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
}
.disease-items__category li {
  background-color: #7F5536;
  color: #fff;
  padding: 6px 20px;
  border-radius: 100px;
  border: solid 1px #7F5536;
  cursor: pointer;
}
.disease-items__category li:hover {
  opacity: 1;
  background-color: #fff;
  color: #7F5536;
}
.disease-items__category .tab-item.active {
  background-color: #fff;
  color: #7F5536;
}
.tab-list {
  display: flex;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
@media screen and (max-width: 941px) {
  .disease-items__block li {
    width: 32%;
  }
}
@media screen and (max-width: 769px) {
  .symptoms-links__wrap li {
    width: 100%;
  }
  .symptoms-links__wrap li:nth-last-child(2) a {
    margin-bottom: 16px;
  }
  .symptoms-links__wrap li a::after {
    width: 20px;
    height: 20px;
  }
  .symptoms-links__wrap {
    padding: 24px;
    margin-bottom: 32px;
  }
  .disease-items__block li {
    width: 49%;
  }
  .disease-items__block {
    gap: 16px 0;
    justify-content: space-between;
  }
  .disease-items__block li a {
    padding: 10px 24px;
    min-height: 70px;
    font-size: 16px;
  }
  .disease-title__wrap {
    padding: 100px 0 46px;
  }
  .disease-items__title h2 {
    font-size: 32px;
  }
  .disease-items__title ._icon {
    width: 32px;
  }
  .disease-items__title {
    gap: 0 10px;
    margin-bottom: 32px;
  }
  .disease-items__category {
    gap: 10px 10px;
  }
}
@media screen and (max-width: 426px) {
  .disease-items__block li {
    width: 100%;
  }
  .disease-items__title h2 {
    font-size: 28px;
  }
}
/* フローティン
* --------------------------------------- */
.desktop-items__wrap {
  max-width: 580px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10000;
}
.desktop-items__box {
  width: 33.33333%;
}
.desktop-items__box a {
  min-height: 78px;
  box-sizing: border-box;
  align-items: center;
  font-size: 16px;
  display: flex;
  gap: 0 10px;
  color: #fff;
  padding: 22px 10px;
  justify-content: center;
}
.desktop-items__box:nth-child(1) a {
  background-color: #EBBF65;
}
.desktop-items__box:nth-child(2) a {
  background-color: #5AB649;
}
.desktop-items__box:nth-child(3) a {
  background-color: #40220F;
}
.desktop-items__box._contact a {
  background-color: #42b7d9;
}
.desktop-items__box img {
  width: 15px;
}
@media screen and (max-width: 941px) {}
@media screen and (max-width: 769px) {
  .desktop-items__box {
    width: 33%; /* 40% */
  }
  .desktop-items__box:nth-last-child(1) {
    width: 34%; /* 20% */
  }
  .desktop-items__box:nth-child(3) img {
    width: 15px;
  }
  .desktop-items__box a {
    font-size: 15px;
  }
  .desktop-items__box a {
    padding: 16px 10px;
  }
  .desktop-items__box:nth-child(2) a {
    padding: 18px 10px;
  }
  .desktop-items__box:nth-child(1) a {
    padding: 16px 10px;
  }
  .desktop-items__box:nth-child(3) a {
    padding: 9px 0;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  font-size: 15px;
  
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .breadcrumbs_wrap span, .breadcrumbs_wrap a {
    font-size: 13px;
    font-weight: 500
  }
  .breadcrumbs_wrap {
    gap: 3px;
  }
}
@media screen and (max-width: 426px) {
  .breadcrumbs_wrap span, .breadcrumbs_wrap a {
    font-size: 12px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.single-ttl__wrap h1 {
  font-size: 35px;
  line-height: 1.5;
}
.single-ttl__wrap h2 {
  display: flex;
  align-items: center;
  font-size: 28px;
}
.single-ttl__wrap h2:before, .single-ttl__wrap h2:after {
  content: "";
  height: 1.5px;
  flex-grow: 1;
  background-color: #7FBFD2;
}
.single-ttl__wrap h2:before {
  margin-right: 1rem;
}
.single-ttl__wrap h2:after {
  margin-left: 1rem;
}
.single-ttl__wrap span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 2px #7FBFD2;
  margin-bottom: 24px;
}
.single-ttl__wrap {
  margin-bottom: 80px;
}
.single-ttl__wrap time {
  display: block;
  font-size: 18px;
  text-align: right;
  margin-top: 16px;
}
.common-single__post h2 {
  font-size: 24px;
  margin-bottom: .8em;
  padding: 10px 20px;
  position: relative;
  background-color: #F3F9FB;
  border-left: solid 4px #7FBFD2;
}
.common-single__post h3 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding-bottom: 16px;
  border-bottom: solid 3px #D3E9F0;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #7FBFD2;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post ul {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
strong {}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
  box-sizing: border-box;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #7FBFD2;
  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-bottom: 1.5em;
  line-height: 1.8;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  color: #C76B6B;
}
.common-single__post a:hover {
  text-decoration: none;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.common-single__post._green h2 {
  background-color: #EAF6E6;
  border-left: solid 4px #84C76B;
}
.common-single__post._green h3 {
  border-bottom: solid 3px #EAF6E6;
}
.common-single__post._green h3::after {
  background-color: #84C76B;
}
.common-single__post._green ul li::before {
  background: #84C76B;
}
@media screen and (max-width: 769px) {
  .common-single__post h3 {
    font-size: 20px;
  }
  .common-single__post h2 {
    font-size: 20px;
    padding: 10px 15px;
  }
  .single-ttl__wrap h1 {
    font-size: 25px;
  }
  .single-ttl__wrap time {
    font-size: 15px;
  }
  .single-ttl__wrap {
    margin-bottom: 40px;
  }
  .common-single__post ul li::before {
    top: 7px;
  }
  .single-ttl__wrap h2 {
    font-size: 21px;
  }
  .symptoms-items__box:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 426px) {}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #95C666;
  background-color: #95C666;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #95C666;
  background-color: #95C666;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #40220f;
  color: #fff;
  border: solid 1px #40220f;
}
.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: #95C666;
  color: #fff;
  border: solid 1px #95C666;
  width: 42px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
  border: solid 1px #40220f;
  background-color: #40220f;
  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;
  }
}
/* カテゴリー
* --------------------------------------- */
.page-category__wrap {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
  margin-bottom: 46px
}
.page-category__wrap li a {
  background-color: #73BFE5;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  padding: 10px 25px;
}
.page-category__wrap._green li a {
  background-color: #84C76B;
}
.page-category__wrap li._current a {
  background-color: #7F5536;
}
.page-category__wrap li a:hover {
  background-color: #7F5536;
  opacity: 1;
}
.page-category__group {
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  .page-category__wrap {
    gap: 10px 10px;
    margin-bottom: 24px
  }
  .page-category__wrap li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.about__items h2 {
  text-align: left;
}
.about__items h2 span {
  display: inline-block;
  color: #64AAD6;
  border-bottom: solid 3px #64AAD6;
  font-size: 25px;
  padding-bottom: 10px;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2rem 0;
}
.health-table {
  width: 100%;
  min-width: 800px; /* スマホでは横スクロール */
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.health-table th, .health-table td {
  border: 1px solid #d8d8d8;
  padding: 14px 16px;
  vertical-align: top;
}
.health-table th {
  background: #f1f9ff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.health-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}
.health-table tbody tr:hover {
  background: #f9fbff;
}
.health-table th:nth-child(1), .health-table td:nth-child(1) {
  width: 18%;
  font-weight: 700;
}
.health-table th:nth-child(2), .health-table td:nth-child(2) {
  width: 32%;
}
.health-table th:nth-child(3), .health-table td:nth-child(3) {
  width: 20%;
}
.health-table th:nth-child(4), .health-table td:nth-child(4) {
  width: 30%;
}
.about__deta h3 {
  color: #64AAD6;
  font-size: 25px;
}
.about__deta h4 {
  border-bottom: solid 1px #64AAD6;
     padding: 10px;
    font-size: 21px;
    background-color: #f1f9ff;
}
@media (max-width: 768px) {
  .health-table {
    font-size: 14px;
    min-width: 720px;
  }
  .health-table th, .health-table td {
    padding: 12px;
  }
  .about__items h2 span {
    border-bottom: solid 2px #64AAD6;
    font-size: 18px;
  }
  .about__deta h3 {
    font-size: 18px;
  }
	.about__deta h4 {

	font-size: 16px;
}
}