@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
  overflow-x: hidden;
  color: #333;
  background: #fff;
  counter-reset: number 0;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.ff-yu-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

#container {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.posts-not-found h2 {
  display: none;
}

img {
  vertical-align: bottom;
}

.mt-0 {
  margin-top: 0!important;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

/* ヘッダー */
#header-container {
  border-top: 5px solid;
  border-image: linear-gradient(to right, #2d98da 0%, #0075B9 100%);
  border-image-slice: 1;
}

.tagline {
  text-align: left;
  background: #f4f5f7;
  font-size: 12px;
  margin: 0 -200%;
  padding: 5px 200%;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.header-in {
  display: block;
  margin: 0;
}

.logo {
  text-align: left;
}

.logo-text {
  padding: 0;
}

img.site-logo-image {
  width: 350px;
}

.logo-image a {
  transition: all 0.3s;
}

.logo-image a:hover {
  opacity: 0.7;
}

.header-in-right {
  display: flex;
  align-items: center;
}

.header-in-address,
.header-in-tel {
  line-height: 1;
}

.header-in-address {
  margin-right: 20px;
  text-align: center;
}

.header-in-address-top {
  margin: 0 0 10px;
  font-size: 13px;
}

.header-in-address-bottom {
  background: #f2f9fd;
  color: #2d98da;
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid #2d98da;
  border-bottom: 1px solid #2d98da;
  font-size: 14px;
}

.header-in-tel {
  margin-right: 20px;
  text-align: center;
}

.header-in-tel-top {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 29px;
  color: #2d98da;
  margin-bottom: 4px;
}

.header-in-tel-top i {
  margin-right: 5px;
  font-size: 22px;
}

.header-in-tel-bottom {
  font-size: 12px;
  line-height: 1.4;
}

.header-in-mail a {
  display: block;
  background: #2bcbba;
  box-shadow: 0 4px #bd6700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 5px;
  min-width: 245px;
  transition: all 0.3s;
}

.header-in-mail a:hover {
  opacity: 0.7;
}

.header-in-mail p {
  margin: 0;
  line-height: 1;
}

p.header-mail-top {
  font-size: 12px;
  margin-bottom: 5px;
}

p.header-mail-bottom {
  font-size: 20px;
  font-weight: 700;
}

p.header-mail-bottom i {
  margin-right: 5px;
}

/* メニュー */
.navi {
  background-color: #2d98da;
}

.navi-in > ul {
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px 0;
}

.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: normal;
  border-right: 1px solid #fff;
  padding: 0px 44px;
}

.navi-in > ul li:last-child {
  border-right: 0;
}

.navi-in a {
  color: #fff;
}

.navi-in a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navi-in a:hover {
  background: #2d98da;
  color: #fff
}

.navi-in a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* メインビジュアル */
.hero-bg {
  position: relative;

  padding: 20px 0;
  background: #f2f9fd;
}

.hero-bg-desc {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-bg-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  font-family: 'Noto Serif JP', serif;
  background: #da8b9a;
  color: #fff;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}

#metaslider_28 {
  margin: 0;
}

#metaslider_28 img {
  width: 100%;
  height: 600px;
  /* object-fit: cover; */
  object-fit: contain;
}

.hero-bg-bottom {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}

.hero-bg-bottom h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: center;
}

.hero-bg-plan {
  position: absolute;
  top: 20px;
  right: 0px;
  background: rgba(255,255,255,0.95);
  border-radius: 10px;
}

.hero-bg-title {
  background: #da8b9a;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  padding: 10px 20px;
}

ul.hero-bg-text {
  padding: 35px 20px;
  padding-left: 40px;
}

ul.hero-bg-text li {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

ul.hero-bg-text li:last-child {
  margin-bottom: 0;
}


.metaslider .caption-wrap {
  position: static!important;
  bottom: unset!important;
  left: unset!important;
  background: unset!important;
  color: unset!important;
  opacity: unset!important;
  width: auto!important;
  line-height: unset!important;

  width: 580px!important;
  height: 100%!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;

  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-50%, -50%)!important;
  transform: translate(-50%, -50%)!important;
}

.metaslider .caption-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #0075B9;
  z-index: 0;
}

.metaslider .caption-wrap,
.metaslider .caption-wrap::before {
  height: 200px!important;
}

.metaslider .caption {
  padding: 0!important;
  word-wrap: unset!important;

  position: relative!important;
  z-index: 1!important;
  color: #fff!important;
  text-align: center!important;
}

.hero-bg-content .hero-bg-content-text {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}

.metaslider .flex-control-nav {
  bottom: 10px!important;
}

.flex-control-paging li a.flex-active {
  background: rgba(255,255,255,.9)!important;
}










/* トップページ */
body.front-top-page::before {
  content: "";
  background: url('../../../wp-content/uploads/2021/12/d99e6e231cb8cf3215e2a9a1fb54a1a9-scaled.jpeg') no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}

body.front-top-page #content-in {
  width: 100%;
}

body.front-top-page #main {
  border-radius: unset;
  background: transparent;
  padding: 0;
}

body.front-top-page .content,
body.front-top-page .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

body.front-top-page .section-layout {
  margin-bottom: 0;
}

body.front-top-page .article {
  margin-bottom: 0;
}

body.front-top-page .section-inner-front {
  max-width: 1160px;
  margin: 0 auto;
}

.section-layout {
  padding: 80px 0;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f2f9fd;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.front-text-wrap {
  margin-bottom: 30px;
}

.front-text-wrap h2.front-text-h {
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 36px;
  color: #2d98da;
}

.front-text-wrap .front-text-bottom {
  font-family: 'Noto Serif JP', serif;
  padding: 10px 10px 10px 30px;
  position: relative;
  font-size: 16px;
}

.front-text-wrap .front-text-bottom::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 20px;
  height: 3px;
  background: #2d98da;
}

.section-notice-layout {
  background: rgba(255,255,255,0.9);
  margin-top: 70px;
  margin-bottom: 70px;
}

.front-notice-wrap {
  padding: 0px;
  padding: 60px 50px;
}

.front-notice-wrap h2 {
  padding: 0;
  margin: 0;
  background: transparent;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 30px;
  color: #2d98da;
}

.front-notice-wrap p {
  margin: 0;
  text-align: center;
}

.idc-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.idc-box {
  /* width: 13%; */
  width: 16%;
  text-align: center;
}

/* .idc-list .idc-box:nth-of-type(4) h3 {
  letter-spacing: -1px;
  font-size: 13.5px;
  margin: 12px 0;
} */

.idc-box img {
  width: 100%;
  height: 85px;
  object-fit: contain;
}

.idc-box h3 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin: 10px 0;
}

.idc-desc {
  /* font-size: 13.5px; */
  font-size: 15px;
  /* line-height: 1.3; */
  line-height: 1.5;
  /* letter-spacing: -1px; */
  letter-spacing: -0.5px;
}

.flex-box3 {
  display: flex;
  justify-content: space-between;
}

.flex-box3-left {
  width: 70%
}

.flex-box3-right {
  width: 25%;
}

ul.outline-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul.outline-list li {
  margin: 0;
  width: 24%;
}

ul.outline-list li a {
  display: block;
  text-decoration: none;
  background: #2d98da;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px #185f8b;
  padding: 15px 0;
  font-size: 16px;
  transition: all 0.3s;
}

ul.outline-list li a i {
  margin-left: 5px;
}

ul.outline-list li a:hover {
  opacity: 0.7;
}

.front-blog-area {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3.5vw;
}

.front-blog-text {
  display: flex;
  align-items: baseline;
}

h2.front-blog-h {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #2d98da;
  margin-right: 20px;
}

.front-blog-en {
  font-family: 'Noto Serif JP', serif;
}

a.front-blog-more {
  display: block;
  margin-left: auto;
  text-decoration: none;
  color: #2d98da;
  background: #fff;
  border: 1px solid #2d98da;
  min-width: 170px;
  text-align: center;
  padding: 6px;
  font-size: 16px;
  border-radius: 22px;
  transition: all 0.3s;
}

a.front-blog-more:hover {
  color: #fff;
  background: #2d98da;
}

.front-event-title {
  text-align: center;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  color: #2d98da;
  font-size: 28px;
  margin: 50px 0 30px 0;
}

#eo_fullcalendar_1 .fc-left h2 {
  font-size: 22px;
}

.bg-feelings {
  background-image: url('../../../wp-content/uploads/2021/10/s1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.bg-feelings::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 1;
}

.bg-feelings-inner {
  position: relative;
  z-index: 2;
}

.bg-feelings-inner h3 {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 26px;
  color: #2d98da;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* ブログ */
.front-blog-text {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.body .new-entry-cards {
  margin-bottom: 0;
}

.new-entry-cards .a-wrap,
#list .a-wrap {
  padding: 8px 0px;
  margin: 0;
}

.a-wrap:hover {
  background-color: transparent;
}

.a-wrap:hover .new-entry-card-title,
.a-wrap:hover h2.entry-card-title {
  text-decoration: underline;
}

.new-entry-cards .a-wrap span.post-date,
#list .a-wrap span.post-date {
  padding: 0;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
}

.new-entry-cards span.post-date i,
#list span.post-date i {
  display: none;
}

.new-entry-cards .new-entry-card-content,
#list .entry-card-content {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  width: 75%;
}

#list .entry-card-content h2.entry-card-title {
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}

.new-entry-cards .e-card-info,
#list .e-card-info {
  display: block;
  justify-content: flex-start;
  align-items: normal;
  line-height: 1;
  width: 25%;
}

.new-entry-cards .new-entry-card,
#list .entry-card {
  display: flex;
}

#main h1#archive-title {
display: none;
}

.eo-event-details,
.eo-tc-event .eo-event-content {
  display: none!important;
}

.eo-tc-event .eo-event-title {
  font-size: 18px;
}

article.event:nth-of-type(1),
article.event:nth-of-type(1) .eo-event-title {
  margin-top: 0!important;
}

article.event .entry-content {
  margin-top: 12px;
}

article.event .eo-event-title {
  border-radius: 0;
}

article.event .author-info {
  display: none;
}

/* 投稿ページ */
article.type-post h1.entry-title,
article.type-event h1.entry-title {
  padding: 0;
  margin: 8px 0 16px;
  background: transparent;
  letter-spacing: 0.3px;
}

article.type-post .date-tags,
article.type-event .date-tags {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

article.type-post .post-update,
article.type-post .post-date,
article.type-event .post-update,
article.type-event .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}

article.type-post .cat-label {
  display: none;
}

article.type-post .eye-catch-wrap-bottom {
  display: none;
}

#pager-post-navi .card-thumb {
  display: none;
}

.pager-post-navi {
  flex-direction: row;
  justify-content: space-between;
}

.pager-post-navi a,
.pager-post-navi a:hover {
  transition: all 0.2s;
}

a.prev-post,
a.next-post {
  flex: 1;
  transition: all 0.2s;
}

.entry-categories-tags {
  display: none;
}

/* ページネーション */
.pagination-next {
  display: none;
}

.page-numbers {
  color: #666;
  border: 1px solid #666;
  border-radius: unset;
  transition: all 0.2s;
}

.pagination .current {
  background-color: #fcfcfc;
}

/* 下層ページ */
.header-bg-wrap {
  background-image: url('../../../wp-content/uploads/2021/10/page_bg01.jpg');
  background-repeat: no-repeat;
  background-position: 50% 59%;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}

.header-bg-wrap .article-header {
  height: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bg-wrap .date-tags {
  display: none;
}

.header-bg-wrap .entry-title, .archive-title {
  margin: 0;
}

.header-text-wrap {
  text-align: center;
}

.header-text-wrap h1.entry-title {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 30px;
}

h2.page-h {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  font-size: 30px;
  border-bottom: 1px solid #2d98da;
  padding: 10px 0px;
  margin: 2em 0 1.2em;
  color: #2d98da;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

h3.page-h {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  background: #f2f9fd;
  border-left: 3px solid #2d98da;
  font-size: 26px;
  padding: 12px 20px;
  margin: 2em 0 1.2em;
  color: #2d98da;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

h4.page-h {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: #fff;
  border-left: 3px solid #2d98da;
  font-size: 22px;
  padding: 5px 20px;
  margin: 2em 0 1.2em;
  color: #2d98da;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

body.page .entry-content {
  margin-top: 0;
}

.hospital-box {
  background: #f2f9fd;
  padding: 50px 30px;
  border: 1px solid #2d98da;
}

.hospital-text {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 26px;
  color: #2d98da;
}

.flex-box1,
.flex-box2 {
  display: flex;
  justify-content: space-between;
}

.flex-box1-left {
  width: 66%
}

.flex-box1-right {
  width: 30%;
}

.flex-box2-left {
  width: 48%
}

.flex-box2-right {
  width: 48%;
}

ul.ul-circle {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.ul-circle li {
  margin: 0;
  margin-bottom: 8px;
}

ul.ul-circle li::before {
  content: '●';
  margin-right: .4rem;
  color: #2d98da;
}

ul.ul-stripes {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}

ul.ul-stripes li {
  margin: 0;
  border: 1px solid #2d98da;
  text-align: center;
  padding: 20px 0px;
  font-size: 15.5px;
  background-image: -webkit-linear-gradient(-45deg, #f5fdff 25%, #ebfcff 25%, #ebfcff 50%, #f5fdff 50%, #f5fdff 75%, #ebfcff 75%, #ebfcff);
  background-image: linear-gradient(-45deg, #f5fdff 25%, #ebfcff 25%, #ebfcff 50%, #f5fdff 50%, #f5fdff 75%, #ebfcff 75%, #ebfcff);
  background-size: 10px 10px;
  background-attachment: fixed;
}


.bg-color1 {
  background: #f2f9fd;
  padding: 50px;
  border: 1px solid #2d98da;
}

.bg-color1 h3 {
  padding: 0;
  margin: 0;
  border: 0;
  color: #2d98da;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 26px;
}

.policy-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.policy-box ul li {
  flex: 1;
  margin: 0;
  color: #fff;
  padding: 20px;
}

.policy-box ul li:nth-child(1) {
  background: #da8b9a;
}

.policy-box ul li:nth-child(2) {
  background: #c9946e;
}

.policy-box ul li:nth-child(3) {
  background: #08b3e2;
}

.policy-box ul li .policy-text {
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  text-align: center;
}

.top-service-wrap-first,
.top-service-wrap-second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-service img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.top-service h3 {
  padding: 0;
  margin: 0;
  border: 0;
  margin: 20px 0 10px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  color: #2d98da;
  font-weight: 400;
}

.top-service-wrap-first {
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
}

.top-service-wrap-second {
  padding-top: 40px;
}

.top-service-wrap-first .top-service,
.top-service-wrap-second .top-service {
  width: 50%;
}

.top-service-wrap-first .top-service:nth-child(1),
.top-service-wrap-second .top-service:nth-child(1) {
  border-right: 1px solid #dedede;
  padding-right: 40px;
}

.top-service-wrap-first .top-service:nth-child(2),
.top-service-wrap-second .top-service:nth-child(2) {
  padding-left: 40px;
}

.table-style table tr:nth-of-type(2n+1) {
  background: transparent;
}

.table-style table tr th, .table-style table tr td {
  border: solid 0px #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 18px 0 18px 18px;
}

.table-style table tr th {
  background: #F7F7F7;
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  width: 200px;
  white-space: nowrap;
}

.table-style table tr td {
  background: #fff;
  padding-right: 18px;
}

#post-11 .flex-box1-right p {
  margin: 0;
}

.doctor-name {
  margin-top: 10px;
  text-align: center;
}

table.table-profile tr:nth-of-type(2n+1) {
  background: transparent;
}

table.table-profile tr th,
table.table-profile tr td {
  padding: 15px 10px;
  line-height: 2;
}

table.table-profile tr th {
  text-align: left;
  white-space: nowrap;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-ggmap {
  position: relative;
  /* padding-bottom: 56.25%; */
  padding-top: 30px;
  height: 350px;
  overflow: hidden;
}

.footer-ggmap iframe,
.footer-ggmap object,
.footer-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

ul.page-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
  border: #ddd;
}

ul.page-menu li {
  margin: 0;
}

ul.page-menu li a {
  display: block;
  background: #2d98da;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  transition: all 0.3s;
  text-decoration: none;
}

ul.page-menu li a:hover {
  opacity: 0.7;
}

.accordion-wrap .su-spoiler {
  border: 1px solid #E2E2E2;
  border-bottom: 0px solid #E2E2E2;
  margin: 0!important;
  font-weight: 700;
}

.su-spoiler-style-default.su-spoiler-closed>.su-spoiler-title {
  font-weight: 400;
}

.accordion-wrap .su-spoiler:nth-last-child(1) {
  border-bottom: 1px solid #E2E2E2;
}

.su-spoiler-style-default>.su-spoiler-title {
  outline: none!important;
  padding: 20px 20px 20px 58px!important;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}

.su-spoiler-style-default>.su-spoiler-title::before {
  content: 'Q';
  position: absolute;
  top: 21px;
  left: 20px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #fff;
  background: #2d98da;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700!important;
  padding: 1px;
}

.su-spoiler-style-default>.su-spoiler-content {
  border-top: 1px dotted #E2E2E2;
  background: #F8F9F9;
  position: relative;
  padding: 20px 20px 20px 58px!important;
  position: relative;
  font-size: 16px;
  font-weight: 400!important;
}

.su-spoiler-style-default>.su-spoiler-content::before {
  content: 'A';
  position: absolute;
  top: 21px;
  left: 20px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #fff;
  background: #2bcbba;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700!important;
  padding: 1px;
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content {
  padding: 0!important;
}

span.su-spoiler-icon {
  display: none;
}

.mt-box,
.mt-box2 {
  background: #FBFCFC;
  padding: 20px;
  border: 2px solid #F1F2F2;
}

.mt-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.mt-box ul li {
  margin: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 25px;
  position: relative;
}

.mt-box ul li::before {
  content:'\f138';
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
	font-family:'Font Awesome 5 Free';
	font-weight:700;
  color: #2d98da;
}

.mt-box2 ul {
  margin: 0;
}

.mt-box2 ul li {
  margin-bottom: 10px;
}

.mt-box2 ul li:last-child {
  margin-bottom: 0.2em
}

.me-wrap {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
}

.me-box {
  border: 10px solid #eee;
}

.me-box p {
  margin: 0;
}

.me-box-img {
  position: relative;
}

.me-box-img h3 {
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  padding: 10px 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
}

.me-box-desc {
  padding: 25px;
}

table.ts tr th,
table.ts tr td {
  background: #fff;
  border: 2px solid #F1F2F2;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

table.ts tr th {
  background: #FBFCFC;
}

/* フッターCTA */
.footer-cta-wrap {
  background: #f2f9fd;
  padding: 60px 0;

  border-top: 5px solid;
  border-image: linear-gradient(to right, #2d98da 0%, #0075B9 100%);
  border-image-slice: 1;
}

.footer-cta-inner {
  display: flex;
  justify-content: space-between;
}

.footer-cta-left {
  width: 30%;
}

.footer-cta-center {
  width: 28%;
}

.footer-cta-right {
  width: 37%;
}

.footer-cta-left .ggmap {
  width: 100%;
  height: 380px;
}

.footer-cta-tel {
  color: #2d98da;
  font-weight: 700;
  font-size: 28px;
  margin: 10px 0 5px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-cta-tel i {
  margin-right: 5px;
}

span.footer-cta-tel-span {
  font-size: 18px;
}

.footer-cta-address-bottom {
  margin-bottom: 10px;
}

table.ch-table tr th:nth-child(8) {
  width: 84px;
}

table.ch-table tr:nth-of-type(2) {
  border-bottom: 1px solid #2d98da;
}

table.ch-table tr:nth-of-type(3) {
  border-bottom: 2px solid #2d98da;
}

table.ch-table tr th,
table.ch-table tr td {
  text-align: center;
  border: 0;
  padding: 12px 6px;
  background: #fff;
}

table.ch-table tr th {
  background: #2d98da;
  color: #fff;
  font-weight: 400;
}

.footer-cta-right-note dl {
  display: flex;
}

.footer-cta-right-note dl dt {
  margin-right: 15px;
  font-weight: 700;
}

span.ch-table-doctor {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.4;
}




/* サイドバー */
#sidebar {
  margin-top: 14px;
}

.sidebar h3 {
  background: transparent;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-left: 6px solid #2d98da;
  border-radius: unset;
  position: relative;
  padding: .1em 0 .2em .75em;
  margin-bottom: 15px;
}

.sidebar h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #dde1e1;
}

#custom_html-6 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#custom_html-6 ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #d2d2d2;
  color: #2d98da;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  transition: all 0.3s;
}

#custom_html-6 ul li a:hover {
  opacity: 0.7;
}

#custom_html-6 ul li a::after {
  content:'\f054';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
	font-family:'Font Awesome 5 Free';
	font-weight:700;
  color: #666;
  font-size: 10px;
  transition: all 0.3s;
}

#custom_html-6 ul li a:hover::after {
  right: 0px;
}

#custom_html-5 {
  margin-bottom: 40px;
}

a.side-first-btn {
  display: block;
  text-decoration: none;
  background: #2d98da;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px #185f8b;
  padding: 15px 0;
  font-size: 16px;
  transition: all 0.3s;
}

a.side-first-btn i {
  margin-left: 5px;
}

a.side-first-btn:hover {
  opacity: 0.7;
}

/* パンくず */
#breadcrumb {
  padding: 1em 0;
  margin-top: 0;
}

.breadcrumb {
  margin: 1em 0em 3em;
}

span.fa-home,
span.fa-file,
span.fa-folder {
  display: none;
}

.sp-b {
  margin: 0 10px 0 7px!important;
}

.sp .fa-angle-right {
  color: #b3b3b3;
}

.list-breadcrumb-category span.sp {
  margin-left: 8px;
}

.breadcrumb-caption {
  margin: 0;
}

/* フッターMAP */
.footer-map {
  line-height: 0;
}

.footer-map iframe {
  width: 100%;
  height: 330px;
}

/* フッター */
.footer {
  background: #fff;
  margin-top: 0;
  padding: 0;
}

.footer-bottom {
  padding: 30px 0;
  margin-top: 0;
}

.navi-footer-in > .menu-footer li {
  border-left: 1px solid #333;
  line-height: 1;
}

.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid #333;
}

.navi-footer-in a {
  color: #333;
}

.footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 18px;
}

.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background: #fff;
  text-decoration: underline;
}

.copyright {
  background: #2d98da;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
  margin-top: 0;
}

/* PC */
.contact-fixed {
  display: block;
  position: fixed;
  bottom: 19px;
  right: 15px;
}

.contact-fixed a {
  display: block;
  background: #2bcbba;
  box-shadow: 0 4px #bd6700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 18px;
  min-width: 250px;
  transition: all 0.3s;
}

.contact-fixed a:hover {
  opacity: 0.8;
}

.contact-fixed p {
  margin-bottom: 5px;
  line-height: 1;
}

/* add */
.mi-style-01 {
  background: #FBFCFC;
  padding: 35px 30px;
  border: 2px solid #F1F2F2;
}
.mi-style-01 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.mi-style-01 ul li {
  margin: 0;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.mi-style-01 ul li::before {
  content: '\f058';
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #2d98da;
}

table.mi-table-01 tr td,
table.mi-table-02 tr td {
  background: #fff;
  border: 2px solid #dfe2e2;
  padding: 10px;
  text-align: left;
}
table.mi-table-01 tr:nth-child(1) td,
table.mi-table-01 tr td:nth-child(1),
table.mi-table-02 tr td:nth-child(1) {
  background: #f2f9fd;
  color: #2d98da;
  font-weight: 700;
}

.mi-flow-item {
  display: flex;
  justify-content: space-between;
}
.mi-flow-item p {
  margin: 0;
}
.mi-flow-left {
  width: 120px;
  position: relative;
}
.mi-flow-left img {

}
.mi-flow-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.mi-flow-right {
  width: calc(100% - 140px);
  border: solid 1px #2d98da;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
}

.mi-flex-01 {
  display: flex;
  text-align: center;
}
.mi-flex-01 img {
  margin-top: 10px;
}
.mi-flex-01 p {
  margin: 0;
}

.mi-flex-02 {
  display: flex;
  justify-content: space-between;
}
.mi-flex-02-left {
  width: 43%;
}
.mi-flex-02-right {
  width: 55%;
}

.mi-flex-03 {
  display: flex;
  justify-content: space-between;
}
.mi-flex-03-item {
  width: 30%;
}

.mi-flex-title {
  margin-bottom: 5px;
}

.mi-flow-right-title {
  display: block;
  text-decoration: underline;
  font-weight: 700;
}

#mi-voice div.speech-balloon {
  max-width: unset;
  width: 100%;
  margin-top: 16px;
  padding: 15px;
  background-color: #FBFCFC;
}

#mi-voice div.speech-balloon p {
  margin-bottom: 10px;
}
#mi-voice div.speech-balloon p:last-child {
  margin-bottom: 0px;
}

.mi-voice-title {
  position: relative;
  padding-left: 60px;
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.mi-voice-title::before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #2d98da;
  color: #fff;
  line-height: 1;
  width: 50px;
  height: 50px;
  font-size: 26px;
}

#mi-voice .speech-wrap {
  margin-bottom: 20px;
}

.mi-flex-04 {
  display: flex;
  align-items: center;
}
.mi-flex-04-left {
  white-space: nowrap;
  padding-right: 30px;
}

.mi_img_03-wrap {
  text-align: center;
}
.mi_img_03-wrap img {
  max-width: 640px;
  width: 100%;
}




.hero-bg-banner {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-bg-banner a {
  transition: all 0.2s;
}
.hero-bg-banner a:hover {
  opacity: 0.8;
}
.hero-bg-banner img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.contact-fixed-flex {
  display: flex;
}
.contact-fixed a:nth-child(1) {
  margin-right: 15px;
  background: #da8b9a;
  box-shadow: 0 4px #c85166;
}
.footer-cta-info {
  text-align: center;
  padding-bottom: 40px;
}
.footer-cta-info a {
  transition: all 0.2s;
}
.footer-cta-info a:hover {
  opacity: 0.6;
}
.footer-cta-info img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.footer-cta-wrap {
  padding: 55px 0;
}



h2.page-h,
h3.page-h,
h4.page-h {
  margin: 1em 0 0.8em;
}
h3.page-h-bold,
h4.page-h-bold,
h5.page-h-bold {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}
h3.page-h-bold,
h4.page-h-bold {
  font-size: 20px;
  font-weight: 700;
  color: #2d98da;
  margin: 0.5em 0;
}
h5.page-h-bold {
  font-size: 18px;
  font-weight: bold;
  margin: 0.5em 0;
}
ul.page-h-list {
  padding: 0;
  list-style: none;
}
/* .table-style.table-style-page tr th {
  background: #f2f9fd;
} */
ul.page-h-list li {
  position: relative;
  padding-left: 16px;
}
ul.page-h-list li::before {
  content: '';
  position: absolute;
  top: 11.5px;
  left: 3.5px;
  width: 4.5px;
  height: 4.5px;
  background: #333;
  border-radius: 50%;
}






.recruit-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-info-item {
  width: 48%;
  border: 1px solid #b3b3b3;
  padding: 30px;
  margin-bottom: 30px;
}
.recruit-info-item p {
  margin: 0;
}
.recruit-info-item h2 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}
.recruit-info-item h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}
.recruit-info-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

table.recruit-table {

}
table.recruit-table tr {

}
table.recruit-table tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.recruit-table tr th,
table.recruit-table tr td {
  border: 0px solid #eee;
  padding: 0px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  border-top: 1px solid #b3b3b3;
  padding: 30px 20px;
}
table.recruit-table tr th {
  white-space: nowrap;
  background: #EFEFEF;
  font-size: 18px;
  width: 150px;
  vertical-align: top;
}
table.recruit-table tr td {
  background: #F8F8F8;
}

a.recruit-info-link {
  display: block;
  text-decoration: none;
  background: #0174B9;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  transition: all 0.3s;
  margin-top: 20px;
}
a.recruit-info-link i {
  margin-left: 5px;
}
a.recruit-info-link:hover {
  opacity: 0.7;
}
a.recruit-info-link.recruit-btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 0;
}

.contact-bg {
  background: #ebf7ff;
  padding: 50px 100px;
}
table.contact-table {
  margin-bottom: 5px;
}
table.contact-table tr:nth-of-type(2n+1) {
  background: transparent;
}
table.contact-table tbody tr {
  /* margin-bottom: 15px; */
}
table.contact-table tbody tr th,
table.contact-table tbody tr td {
  background: transparent;
  display: block;
  border: 0;
  padding: 0;
}
table.contact-table tbody tr th {
  text-align: left;
  font-weight: 500;
  color: #003A85;
  font-weight: 700;
  font-size: 18px;
}
table.contact-table tbody tr th p,
table.contact-table tbody tr td p {
  margin: 0;
}
table.contact-table tbody tr td {
  margin-bottom: 15px;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  border: 1px solid #767676;

  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
select {
  padding: 10.5px;
}
textarea {
  line-height: 1.5;
}
input[type='submit'] {
  background: #0174B9;
  /* border-bottom: 3px solid #d88e0e; */
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  padding: 12px 0;
}
input[type='submit']:hover {
  background: #5F9ECE;
}
.contact-form-wrap table.contact-table td.checkbox-wrap span.wpcf7-list-item {
  display: block;
  /* font-size: 14px; */
  margin-bottom: 5px;
}
.contact-form-date p {
  margin: 0;
}
.contact-form-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form-date-cal {
  width: 60%;
}
.contact-form-date-time {
  width: 36%;
}
.contact-form-wrap > p {
  margin: 0;
}
.contact-submit-wrap {
  text-align: center;
}
.contact-submit-wrap .wpcf7-spinner {
  margin-top: 16px;
}
.contact-submit-wrap p {
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0!important;
}




.footer-ch-table-02 {
  padding-bottom: 40px;
}
table.ch-table-02 {

}
table.ch-table-02 tr:nth-of-type(2n+1) {
  background: #fff;
}
table.ch-table-02 tr {
  background: #fff;
}
table.ch-table-02 tr td {
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #ddd;
}
table.ch-table-02 tr:nth-child(1) td {
  background: #2d98da;
  color: #fff;
}
table.ch-table-02 tr.ch-table-02-bg {
  background: #f4f5f7;
}
table.ch-table-02 {
  border: 2px solid #2d98da;
}
/* table.ch-table-02 tr:nth-child(4) {
  border-bottom: 2px solid #2d98da;
} */
.ch-table-02-day,
.ch-table-02-time,
.ch-table-02-till {
  line-height: 1;
}
.ch-table-02-day {
  background: #2d98da;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  letter-spacing: 5px;
}
.ch-table-02-time {
  font-weight: 700;
  color: #2d98da;
  margin-top: 12px;
  font-size: 22px;
}
.ch-table-02-till {
  margin-top: 8px;
  font-size: 16px;
}









/* Renewal */
.hero-pc {
  display: block;
}
.hero-sp {
  display: none;
}
body.front-top-page::before {
  /* content: none; */
  background: url('../../../wp-content/uploads/2024/11/3619925_m_bg06.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tagline {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #2d98da;

  /* display: none; */
}
#header-container {
  border: none;
}
#header {
  padding: 0 30px;
  padding-top: 5px;
}
.header-wrap {
  padding: 2px 0;
  padding-bottom: 6px;
}
ul.header-icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 10px;

  display: flex;
}
ul.header-icon-list li {
  margin: 0;
  margin-right: 6px;
}
a.header-icon-item {
  display: block;
  text-decoration: none;
  background: #999;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  background: #2d98da;
  transition: all 0.2s;
  border-radius: 10px;
}
a.header-icon-item:hover {
  opacity: 0.7;
}
a.header-icon-item i {
  font-size: 20px;
}
.header-icon-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}
.header-contact {
  text-align: center;
  line-height: 1;
  color: #2d98da;
}
.header-contact-text {
  font-size: 13px;
}
.header-contact-num {
  font-size: 28px;
  margin: 3px 0 0px;
}
.header-contact-num i {
  color: #2d98da;
  margin-right: 5px;
}
.header-contact-num a {
  text-decoration: none;
  color: #2d98da;

  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.header-contact-num a:hover {
  text-decoration: underline;
}
.header-contact-time {
  font-size: 13px;
  margin: 7px 0 5px;
}
.navi {
  background-color: #2d98da;
}
.navi-in > ul {
  padding: 10px 0;
}
.navi-in > ul li {
  padding: 0px 12px;
}
.navi-in a {
  font-size: 18px;
  transition: all 0.2s;
}
.navi-in a::after {
  content: none;
}
.navi-in a:hover {
  background: #2d98da;
  opacity: 0.7;
}
.hero-bg {
  padding: 0;
  position: relative;
}
.hero-medical-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.hero-medical {
  display: flex;
}
a.hero-medical-link {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #fff;
  width: 300px;
  margin-right: 20px;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: all 0.2s;
  border-radius: 12px;
}
a.hero-medical-link::before {
  content: '\f054';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.hero-medical-link:hover {
  opacity: 0.7;
}
.hero-medical .hero-medical-item:first-child a.hero-medical-link,
.hero-medical .hero-medical-item:nth-child(2) a.hero-medical-link {
  background: #fc5c65;
  /* box-shadow: 0 4px #fb1e29; */
}
.hero-medical .hero-medical-item:last-child a.hero-medical-link {
  margin-right: 0px;
  /* background: #2bcbba;
  box-shadow: 0 4px #bd6700; */
  background: #fc5c65;
  /* box-shadow: 0 4px #22a093; */
}
#metaslider_28 img {
  width: 100%;
  height: auto;
  object-fit: unset;

  /* height: 700px;
  object-fit: cover; */
}
.metaslider a {
  transition: all 0.2s;
}
.metaslider a:hover {
  opacity: 0.7;
}
.metaslider .flex-control-nav {
  bottom: -27px!important;
}
.hero-bg-bottom {
  padding: 35px 0;
}
.center {
  text-align: center;
}
.a-btn-wrap {

}
a.a-btn {
  display: block;
  text-decoration: none;
  background: #2d98da;
  color: #fff;
  font-weight: 700;
  width: 300px;
  font-size: 18px;
  padding: 17px 30px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all 0.2s;
  border-radius: 12px;
}
a.a-btn::before {
  content:'\f054';
  display: block;
  font-family:'Font Awesome 5 Free';
  font-weight:700;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.a-btn:hover {
  opacity: 0.7;
}
h2.top-news-title,
h2.top-medical-title,
h2.top-point-title,
h3.top-point-title,
h3.top-access-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}
h2.top-news-title {
  background: #2d98da;
  text-align: center;
  color: #fff;
  font-size: 31.5px;
  font-family: 'Noto Serif JP', serif;
  padding: 14px 0;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
}
.top-doctor h2.top-news-title,
.top-access h2.top-news-title {
  border-radius: 12px;
}
h2.top-medical-title {
  font-size: 31.5px;
  font-family: 'Noto Serif JP', serif;
  border-left: 2px solid red;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
h2.top-point-title {
  text-align: center;
  /* font-size: 31.5px; */
  font-size: 33px;
  font-family: 'Noto Serif JP', serif;
  padding: 9px 0;
}
h3.top-point-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  margin-bottom: 12px;
}
h3.top-access-title {
  background: #e5eef4;
  color: #2d98da;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  margin: 18px 0 10px;

  border-radius: 10px;

  /* position: relative; */
}
h3.top-access-title::before {
  /* content: '';
  display: block;
  width: 10px;
  height: 100%;
  background: #2d98da;
  position: absolute;
  top: 0;
  left: 15px; */
}
span.top-access-title-inner {
  display: inline-block;
  border-left: 10px solid #2d98da;
  padding-left: 10px;
  border-radius: 2px;
}
.top-medical-bg-01,
.top-medical-bg-02,
.top-medical-bg-03 {
  padding: 50px 0;
}
.top-medical-bg-01 {
  background: #e9f5fc;
}
.top-medical-bg-02 {
  background: #fff;
}
.top-medical-bg-03 {
  background: #e9f5fc;
}
.top-medical-border-01 {
  border-color: #2d98da!important;
}
.top-medical-border-02 {
  border-color: #2d98da!important;
}
.top-medical-border-03 {
  border-color: #2d98da!important;
}
.top-medical-btn-01 {
  background: #2d98da!important;
}
.top-medical-btn-02 {
  background: #2d98da!important;
}
.top-medical-btn-03 {
  background: #2d98da!important;
}
.bg-style-01 {
  /* background: #f3f3f3;
  padding: 50px 0; */
  background: #fff;
  margin: 0;
  padding-bottom: 60px;
}
.top-news-item {
  background: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0 0 12px 12px;
}
.top-news-item .new-entry-cards {
  display: flex;
  justify-content: space-between;
}
.top-news-item .new-entry-cards.cf::after {
  content: none;
}
.top-news-item .new-entry-cards .a-wrap {
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 23.5%;
  background: #fff;
  padding-bottom: 60px;
  border-radius: 12px;
  overflow: hidden;

  position: relative;
}
.top-news-item .new-entry-cards .a-wrap::before {
  content:'\f054';
  font-family:'Font Awesome 5 Free';
  font-weight:700;
  font-size: 18px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news-item .new-entry-cards .new-entry-card {
  display: block;
  position: static;
}
.top-news-item .widget-entry-cards figure.card-thumb {
  width: auto;
  float: none;
  margin: 0;
  position: static;
}
.top-news-item .widget-entry-cards figure.card-thumb img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.top-news-item .new-entry-cards .new-entry-card-content {
  line-height: 1;
  width: auto;
  padding: 18px;
}
.top-news-item .new-entry-cards .e-card-info {
  width: auto;
  margin-bottom: 12px;
}
.top-news-item .new-entry-cards .a-wrap span.post-date {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #ccc;
}
.top-news-item .new-entry-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}
.top-medical {
  margin: 0;
}
.top-medical-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
a.top-medical-item {
  display: block;
  text-decoration: none;
  color: #333;
  width: 23.5%;
  transition: all 0.2s;
}
a.top-medical-item:hover {
  opacity: 0.6;
}
a.top-medical-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}
.top-medical-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  font-weight: 500;
  margin-top: 5px;
}
.bg-style-02 {
  background: transparent;
  padding: 60px 0 70px;
  margin: 0;
}
.top-point-list {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.top-point-item {
  width: 31%;
  position: relative;
  border: 2px solid #2d98da;
  background: #fff;
  padding: 55px 20px 20px 20px;
  border-radius: 12px;
}
.top-point-num {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border: 3px dashed #2d98da;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2d98da;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
}
.top-point-item p {
  margin: 0;
}
.top-doctor {
  background: #fff;
  padding: 60px 0;
  margin: 0;
}
.top-doctor-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-doctor-list::before {
  content: '';
  display: block;
  width: 23.5%;
  order: 1;
}
.top-doctor-list::after {
  content: '';
  display: block;
  width: 23.5%;
}
a.top-doctor-item {
  display: block;
  text-decoration: none;
  color: #333;
  width: 23.5%;
  margin-bottom: 30px;

  /* pointer-events: none; */
}
a.top-doctor-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
}
.top-doctor-pos,
.top-doctor-name {
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}
.top-doctor-pos {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 12px;
}
.top-doctor-name {
  font-size: 24px;
  font-weight: 500;
}
.top-schedule {
  padding: 60px 0 70px;
  margin: 0;
}
.top-schedule-wrap {
  margin-top: 30px;
}
body.front-top-page .article .top-schedule dd {
  margin: 0;
}
body.front-top-page .footer-cta-right-note dl {
  margin: 0;
}
.top-access {
  padding: 60px 0 50px;
  background: #fff;
  margin: 0;
}
.footer-ggmap {
  margin-top: 30px;
  height: 400px;
  border-radius: 12px;
}
.footer-ggmap iframe, .footer-ggmap object, .footer-ggmap embed {
  height: 400px;
}
.top-access-wrap {
  margin-top: 30px;
}
.top-contact {
  background: #f8f8f8;
  padding: 30px 0 50px;
}
.top-contact-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.top-contact-item {
  /* width: 31.5%; */
  width: 48%;
  background: #fff;
  border: 1px solid #DEDEDE;
  padding: 38px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.top-title-sub-text {
  text-align: center;
  font-size: 19px;
}
.top-contact-title {
  font-size: 18px;
  text-align: center;
}
span.top-contact-icon {
  display: block;
  width: 54px;
  height: 54px;
  background: #2d98da;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.top-contact-num {
  border-top: 1px solid #A3A3A3;
  margin-top: 8px;
  padding-top: 3px;
  text-align: center;
}
.top-contact-num a {
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}
.top-contact-num a:hover {
  text-decoration: underline;
}
span.top-contact-num-sub {
  display: inline-block;
  margin-right: 8px;
}
.top-contact-time {
  text-align: center;
  color: #CC6566;
}
.top-contact-item.top-contact-mail .top-contact-title {
  margin-bottom: 10px;
}

table.ch-table-02 {
  border: 0px solid #2d98da;
  margin: 0;
  /* border-radius: 12px; */
}
table.ch-table-02 tr:nth-child(1) td {
  background: #2d98da;
}
.ch-table-02-day {
  background: #2d98da;
  border-radius: 12px;
}
.ch-table-02-time {
  color: #2d98da;
}
table.ch-table-02 tr:nth-child(5) {
  border-bottom: 2px solid #2d98da;
}
.ch-table-02-wrap {
  border: 2px solid #2d98da;
  border-top: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.6em;
}
table.ch-table-02 tr td:first-child {
  border-left: 0;
}
table.ch-table-02 tr td:last-child {
  border-right: 0;
}
table.ch-table-02 tr:first-child td {
  border-top: 0;
}



























.top-footer-list {
  display: flex;
  justify-content: space-between;
}
.top-footer-item {
  width: 30%;
}
.top-footer {
  background: #fff;
  border-top: 3px solid #2d98da;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-footer a.a-btn {
  width: 100%;
  margin-bottom: 10px;
}
a.top-footer-address-map {
  color: #2d98da;
  font-weight: 700;
  text-decoration: none;
}
a.top-footer-address-map:hover {
  text-decoration: underline;
}
.top-footer-schedule-title {
  color: #2d98da;
  font-weight: 700;
}
.top-footer-schedule-text {
  margin-bottom: 10px;
}


#footer-in {
  border-top: 1px solid #CCCCCC;
}
.top-footer-address-top {
  margin-top: 10px;
}
.footer-bottom {
  padding: 20px 0 20px;
}
.navi-footer-in > .menu-footer li:first-child {
  border-left: 0;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 0;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  color: #2d98da;
  font-weight: 700;
  font-size: 16px;
  padding: 0 25px;
}

.copyright {
  padding: 15px 0;
  background: #2d98da;
}


.cta-fixed {
  position: fixed;
  right: 0px;
  bottom: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
a.cta-fixed-link {
  display: block;
  background: #fc5c65;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  padding: 7px 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -1px;
  transition: all 0.2s;
}
a.cta-fixed-link:hover {
  opacity: 0.8;
}
span.cta-fixed-icon {
  display: block;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 3px;
}
.cta-fixed-inner .cta-fixed-item:first-child a.cta-fixed-link {
  border-radius: 12px 12px 0 0;
}
.cta-fixed-inner .cta-fixed-item:last-child a.cta-fixed-link {
  border-radius: 0 0 12px 12px;
}





.contact-fixed {
  display: none;
}

.center {
  text-align: center;
}
.top-footer-item .center img {
  max-height: 200px;
}








.footer-banner {
  margin-top: 10px;
  margin-bottom: 40px;
}
ul.footer-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
ul.footer-banner-list li:first-child {
  margin-right: 10px;
}
ul.footer-banner-list li:last-child {
  margin-right: 10px;
}
ul.footer-banner-list li a {
  display: block;
  transition: all 0.2s;
}
ul.footer-banner-list li a:hover {
  opacity: 0.7;
}
ul.footer-banner-list li a img {
  width: auto;
  height: 110px;
}






/* Renewal */
@media screen and (max-width: 1160px){
  .navi-in a {
    font-size: 15px;
  }
}








@media screen and (max-width: 1023px){
  #header {
    display: block;
  }

  .header-in-right {
    display: none;
  }

  .header-wrap {
    justify-content: center;
    background: #fff;
  }

  img.site-logo-image {
    /* width: 280px; */
    width: 100%;
  }

  .tagline {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    line-height: 1.5;
    display: none;
  }

  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); */
  }

  .mobile-menu-buttons > li.menu-button {
    border-right: 1px solid #fff;
  }

  .mobile-menu-buttons > li.menu-button:last-child {
    border-right: 0px;
    background: #2bcbba;
  }

  .mobile-menu-buttons > li.menu-button:hover {
    background: #2d98da;
  }

  .mobile-menu-buttons > li.menu-button:last-child:hover {
    background: #2bcbba;
  }

  .menu-tel-icon::before {
    content:'\f03d';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }

  .menu-mail-icon::before {
    content:'\f073';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }

  .mobile-menu-buttons .menu-button {
    background: #2d98da;
  }

  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }

  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }

  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
  }

  .menu-close-button {
    margin-top: 10px;
  }

  .menu-close-button span.fa-times {
    font-size: 30px;
  }

  .mobile-menu-buttons .menu-caption {
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
  }

  .mobile-menu-buttons > li {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .br::before {
  	content: none;
  }

  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .mblt-header-mobile-buttons {
    margin-top: 0;
  }

  /* #header {
    display: none;
  }

  #header-container {
    position: static;
    box-shadow: unset;
    background: transparent;
  }

  .header-container-in.hlt-top-menu {
    display: block;
  }

  .mobile-header-menu-buttons {
    position: static;
    justify-content: space-between;
    align-items: center;
    min-width: unset;
    min-height: unset;
    box-shadow: unset;
    padding: 10px 15px;
    background: #fff;
  }

  .logo-menu-button img {
    width: 230px;
    max-height: unset;
  }

  .has-logo-button .menu-button {
    width: auto;
    flex-grow: unset;
  }

  .mobile-menu-buttons > li {
    margin-top: 0;
    padding-top: 0;
  }

  .logo-menu-button {
    line-height: normal;
    min-width: unset;
    font-weight: 500;
  }

  .mobile-menu-buttons .menu-button > a {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .mobile-menu-buttons .menu-caption {
    display: none;
  }

  li.navi-menu-button span.fa-bars {
    font-size: 34px;
  } */

  #metaslider_28 img {
    height: 500px;
  }

  .hero-bg-plan {
    margin: 0 15px 15px 15px;
    top: unset;
    bottom: 0;
  }

  .hero-bg-title {
    font-size: 16px;
  }

  ul.hero-bg-text {
    padding: 25px 15px;
    padding-left: 35px;
  }

  ul.hero-bg-text li {
    font-size: 16px;
  }

  .hero-bg-badge {
    top: 15px;
    right: 15px;
    width: 140px;
    height: 140px;
    font-size: 18px;
    line-height: 1.4;;
  }

  .hero-bg-bottom h1 {
    font-size: 20px;
    letter-spacing: 0px;
    white-space: normal;
    padding: 0 15px;
  }

  .section-notice-layout {
    margin-left: 15px;
    margin-right: 15px;
  }

  .front-notice-wrap {
    padding: 60px 15px;
  }

  .front-notice-wrap h2 {
    font-size: 20px;
  }

  .idc-list {
    flex-wrap: wrap;
  }

  .idc-box {
    width: 48%;
    margin-bottom: 20px;
  }

  .idc-box img {
    height: 60px;
  }

  body.front-top-page .section-layout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg-gray {
    margin-right: unset;
    margin-left: unset;
  }

  .front-text-wrap h2.front-text-h {
    font-size: 24px;
  }

  .front-text-wrap .front-text-bottom {
    font-size: 14px;
  }

  .flex-box3 {
    flex-direction: column;
  }

  .flex-box3-left {
    width: 100%;
    order: 2;
  }

  .flex-box3-right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .flex-box3-right img {
    width: 70%;
  }

  ul.outline-list {
    flex-wrap: wrap;
  }

  ul.outline-list li {
    width: 49%;
    margin-bottom: 15px;
  }

  .front-blog-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .front-blog-text {
    display: block;
  }

  h2.front-blog-h {
    margin-right: 0;
    margin-bottom: 5px;
  }

  a.front-blog-more {
    margin: 10px 0;
  }

  .front-blog-wrap {
    margin-bottom: 30px;
  }

  .front-blog-area .front-blog-wrap:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .new-entry-cards .new-entry-card, #list .entry-card {
    display: block;
  }

  .new-entry-cards .e-card-info, #list .e-card-info {
    width: 100%;
    margin-bottom: 10px;
  }

  .new-entry-cards .new-entry-card-content, #list .entry-card-content {
    width: 100%;
  }

  .top-service-wrap-first, .top-service-wrap-second {
    display: block;
    padding: 0;
  }

  .top-service-wrap-first .top-service:nth-child(1), .top-service-wrap-second .top-service:nth-child(1) {
    border-right: 0px solid #dedede;
    padding-right: 0;
  }

  .top-service-wrap-first .top-service, .top-service-wrap-second .top-service {
    width: 100%;
  }

  .top-service-wrap-first .top-service:nth-child(2), .top-service-wrap-second .top-service:nth-child(2) {
    padding-left: 0;
  }

  .top-service-wrap-first {
    border-bottom: 0px solid #dedede;
  }

  .top-service-wrap-first .top-service, .top-service-wrap-second .top-service {
    margin-bottom: 30px;
  }

  .top-service img {
    height: 230px;
  }

  .front-event-title {
    font-size: 22px;
  }

  .bg-feelings-inner h3 {
    font-size: 20px;
  }

  /* 下層ページ */
  .header-bg-wrap {
    height: 190px;
  }

  .header-text-wrap h1.entry-title {
    font-size: 20px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 95%);
  }

  h2.page-h {
    font-size: 20px;
  }

  h3.page-h {
    font-size: 18px;
  }

  .policy-box ul li .policy-text {
    padding: 50px 0px;
    font-size: 18px;
  }

  .policy-box ul {
    display: block;
  }

  .hospital-text {
    font-size: 18px;
  }

  .flex-box1 {
    flex-direction: column;
  }

  .flex-box1-left {
    width: 100%;
    order: 2;
  }

  .flex-box1-right {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    text-align: center;
  }

  .flex-box1-right img {
    width: 70%;
  }

  .me-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3.5vw;
  }

  .me-box-img h3 {
    font-size: 18px;
  }

  .flex-box2 {
    display: block;
  }

  .flex-box2-left {
    width: 100%;
  }

  .flex-box2-right {
    width: 100%;
  }

  table.table-profile tr th, table.table-profile tr td {
    font-size: 16px;
  }

  ul.ul-stripes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3.5vw;
  }

  ul.ul-stripes li {
    padding: 20px 10px;
    font-size: 15.5px;
  }

  .bg-color1 {
    padding: 50px 15px;
  }

  .bg-color1 h3 {
    font-size: 18px;
  }

  ul.page-menu {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  table.ts tr th, table.ts tr td {
    font-size: 16px;
    display: block;
  }

  h4.page-h {
    font-size: 17px;
  }

  .su-spoiler-style-default>.su-spoiler-title,
  .su-spoiler-style-default>.su-spoiler-content {
    padding: 20px 15px 20px 50px!important;
  }

  .su-spoiler-style-default>.su-spoiler-title::before,
  .su-spoiler-style-default>.su-spoiler-content::before {
    left: 15px;
  }

  .table-style table tr th, .table-style table tr td {
    display: block;
    width: 100%;
    font-size: 16px;
  }

  #breadcrumb {
    padding: 1em 15px;
  }

  .footer-cta-wrap {
    padding: 60px 15px;
  }

  .footer-cta-inner {
    display: block;
  }

  .footer-cta-left,
  .footer-cta-center,
  .footer-cta-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-cta-center {
    text-align: center;
    margin: 50px 0;
  }

  .footer-cta-center img {
    width: 70%;
  }

  .footer-cta-address-top {
    text-align: left;
  }

  .footer-cta-address-bottom {
    text-align: left;
  }

  table.ch-table tr th, table.ch-table tr td {
    font-size: 14px;
  }

  .footer-cta-right-note dl dt {
    white-space: nowrap;
  }

  .navi-footer-in > .menu-footer {
    display: block;
    justify-content: flex-start;
  }

  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .navi-footer-in > .menu-footer li.menu-item:last-child {
    margin-bottom: 0px;
  }

  .navi-footer-in a {
    font-size: 16px;
  }

  /* モバイル */
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }

  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    transition: all 0.3s;
  }

  .menu-close-button {
    margin-top: 10px;
  }

  .menu-close-button span.fa-times {
    font-size: 30px;
  }

  .mobile-menu-buttons .menu-caption {
    opacity: 1;
  }

  .menu-drawer a:hover {
    transition: all 0.3s;
  }

  /* PC */
  .contact-fixed {
    display: none;
  }







  #mi-voice div.speech-balloon {
    margin-top: 5px;
  }
  #mi-voice .speech-wrap {
    margin-bottom: 25px;
  }
  .mi-flex-04 {
    display: block;
    align-items: flex-start;
  }
  .mi-flex-04-left {
    white-space: normal;
    padding-right: 0px;
  }
  .mi-flex-02 {
    display: block;
  }
  .mi-flex-02-left,
  .mi-flex-02-right {
    width: 100%;
  }
  .mi-flow-right-inner {
    font-size: 14px;
    line-height: 1.2;
  }
  .mi-flow-right {
    padding: 0 10px;
  }



  .hero-bg-banner {
    top: 50%;
    width: 70%;
  }
  .hero-bg-banner img {
    max-width: none;
  }
  .footer-cta-info {
    padding-bottom: 10px;
  }
  .footer-cta-info img {
    max-width: none;
    width: 75%;
  }
  .menu-vac-icon::before {
    content:'\f0e0';
    font-family:'Font Awesome 5 Free';
    font-weight:700;
    font-size: 16px;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(1) {
    width: 24%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(2) {
    background: #da8b9a;
    width: 38%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(2):hover {
    background: #da8b9a;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(3) {
    width: 38%;
  }



  h3.page-h-bold,
  h4.page-h-bold,
  h5.page-h-bold {
    font-weight: 400;
    font-size: 18.5px;
    font-family: 'Noto Serif JP', serif;
  }


  #metaslider_28 img {
    height: auto;
  }
  .hero-bg {
    padding: 0;
  }
  .hero-bg-content .hero-bg-content-text {
    font-size: 17px;
    padding: 8px 12px;
  }
  .metaslider .flex-control-nav {
    bottom: -20px !important;
  }
  .flex-control-paging li a.flex-active {
    background: rgba(0, 117, 185, .9) !important;
  }
  .metaslider .caption-wrap, .metaslider .caption-wrap::before {
    height: auto!important;
  }
  .metaslider .caption-wrap::before {
    display: none;
  }
  .hero-bg-content {
    position: relative;
  }
  .hero-bg-content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: #0075B9;
    z-index: 2;
  }
  .hero-bg-content-text {
    position: relative;
    z-index: 3;
  }





  .recruit-info {
    display: block;
  }
  .recruit-info-item {
    width: 100%;
    padding: 25px 15px;
  }
  .recruit-info-item h2 {
    font-size: 20px;
  }table.recruit-table tr th, table.recruit-table tr td {
    padding: 15px 10px;
  }
  table.recruit-table tr th {
    font-size: 16px;
    width: 120px
  }
  .contact-bg {
    background: transparent;
    padding: 0;
  }
  table.contact-table tbody tr td {
    font-size: 16px;
  }





  table.ch-table-02 tr td {
    padding: 8px 2px;
    font-size: 14.5px;
    line-height: 1.4;
  }
  .ch-table-02-day, .ch-table-02-time, .ch-table-02-till {
    line-height: 1.4;
    font-size: 14.5px;
    letter-spacing: 0;
  }
  .ch-table-02-day {
    padding: 5px 10px;
  }








  /* Renewal */
  #navi {
    display: none;
  }
  .cta-fixed {
    display: none;
  }
  .hero-pc {
    display: none;
  }
  .hero-sp {
    display: block;
  }
  .metaslider .flexslider {
    margin: 0!important;
  }
  .flex-control-paging li a {
    width: 15px!important;
    height: 15px!important;
  }
  .metaslider .flex-control-nav li a {
    margin: 0 9px!important;
  }
  .metaslider .flex-control-nav {
    bottom: -26px!important;
  }
  .hero-medical {
    display: block;
    /* justify-content: space-between; */
  }
  .hero-medical .hero-medical-item:first-child,
  .hero-medical .hero-medical-item:nth-child(2) a.hero-medical-link {
    margin-bottom: 20px;
  }
  .hero-medical-wrap {
    position: static;
    padding: 0 18px 30px 18px;
    margin-top: 50px;
  }
  .hero-medical-item {
    /* width: 49%; */
  }
  a.hero-medical-link {
    width: auto;
    margin: 0;
    font-size: 20px;
    padding: 15px 0;
  }
  a.hero-medical-link::before {
    font-size: 20px;
  }
  h2.top-news-title {
    font-size: 21px;
    padding: 12px 0;
  }
  .top-news-item .new-entry-cards {
    display: block;
  }
  .top-news-item .new-entry-cards .a-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-news-item .new-entry-cards .a-wrap:last-child {
    margin-bottom: 0;
  }
  .top-news-item {
    padding: 30px 18px;
  }
  h2.top-medical-title {
    font-size: 21px;
  }
  .top-medical .wrap {
    padding: 0 18px;
  }
  .top-medical-list {
    display: block;
  }
  a.top-medical-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-medical-list a.top-medical-item:last-child {
    margin-bottom: 0px;
  }
  .top-medical-title {
    font-size: 17px;
  }
  a.top-medical-item img {
    height: 200px;
  }
  h2.top-point-title {
    font-size: 23px;
  }
  .top-point-wrap {
    padding: 0 18px;
  }
  .top-point-list {
    display: block;
  }
  .top-point-item {
    width: 100%;
    margin-bottom: 70px;
  }
  .top-point-list .top-point-item:last-child {
    margin-bottom: 0px;
  }
  h3.top-point-title {
    font-size: 18px;
  }
  .top-doctor-wrap {
    padding: 0 0px;
  }
  .top-doctor-list {
    display: block;
  }
  a.top-doctor-item {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .top-doctor-list a.top-doctor-item:last-child {
    margin-bottom: 0px;
  }
  a.top-doctor-item img {
    /* width: auto;
    height: 240px; */
  }
  .top-doctor-name {
    font-size: 20px;
  }
  .footer-cta-right-note {
    padding: 0 0px;
  }
  .top-access-wrap {
    padding: 0 0px;
  }
  .top-contact-list {
    display: block;
  }
  .top-contact-item {
    width: 100%;
  }
  .top-contact-wrap {
    padding: 0 18px;
  }
  .top-contact-item {
    margin-bottom: 20px;
  }
  .top-contact-list .top-contact-item:last-child {
    margin-bottom: 0;
  }
  .top-title-sub-text {
    font-size: 17px;
    padding: 0 18px;
  }
  .top-footer-list {
    display: block;
    padding: 0 18px;
  }
  .top-footer-item {
    width: 100%;
  }
  .top-contact-num a {
    font-size: 30px;
  }
  .mobile-menu-buttons > li.menu-button {
    background: #2bcbba;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #2bcbba;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(2),
  .mobile-menu-buttons > li.menu-button:nth-child(2):hover,
  .mobile-menu-buttons > li.menu-button:nth-child(3),
  .mobile-menu-buttons > li.menu-button:nth-child(3):hover {
    background: #fc5c65;
  }

  .bg-style-01,
  .top-doctor,
  .top-schedule,
  .top-access {
    padding-left: 18px;
    padding-right: 18px;
  }






  .footer-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.footer-banner-list {
    display: block;
  }
  ul.footer-banner-list li:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ul.footer-banner-list li:last-child {
    margin-right: 0px;
  }
  ul.footer-banner-list li a img {
    width: auto;
    height: auto;
  }






}

@media screen and (max-width: 834px){
  div.sidebar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
