@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap");
br.pc {
  display: block;
}

br.sp {
  display: none;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
}

.content {
  margin-top: 0;
}

i {
  font-size: 1.4em;
  margin: 0 0.3em;
}

a {
  color: #6289C6;
}

a:hover {
  color: #6289C6;
}

img {
  max-width: 100%;
}

/*==========*/
.is-style-info-box,
.info-box,
.sp-info,
.info {
  background: #FFF;
  padding: 0;
}

.author-info {
  display: none;
}

.article {
  margin-bottom: 0 !important;
}

.footer {
  margin-top: 0;
}

/*button*/
.btn01 {
  display: inline-block;
  border: #6289C6 1px solid;
  border-radius: 8px;
  color: #6289C6;
  text-decoration: none;
  margin: 0 1em;
  padding: 0 1em;
}

.btn02 {
  display: inline-block;
  border: #6289C6 1px solid;
  border-radius: 8px;
  background: #6289C6;
  color: #FFF;
  text-decoration: none;
  margin: 0 1em;
  padding: 5px 2em;
  transition: 0.5s;
}

.btn02:hover {
  background: #FFF;
  color: #6289C6;
}

.btn02 .btn {
  background: transparent;
}

.btn02 .btn:hover {
  color: #6289C6;
}

.btn03 {
  display: inline-block;
  border-radius: 24px;
  background: #FFF;
  color: #6289C6;
  text-decoration: none;
  max-width: 240px;
  width: 100%;
  margin: 0 1em;
  padding: 10px 2em;
}

.btn04 {
  display: block;
  border: #6289C6 1px solid;
  background: #FFF;
  color: #6289C6;
  text-decoration: none;
  padding: 0;
}

.btn04:hover {
  background: #6289C6;
  color: #FFF;
}

.btn04:hover a.btn {
  color: #FFF;
}

.btn04 a.btn {
  position: relative;
  color: #6289C6;
  background-color: transparent;
  font-weight: bold;
  border-radius: 0;
  text-align: left;
  display: block;
  width: 100%;
  padding: 20px 13px 20px 25px;
  font-size: 16px;
  border: none;
  position: relative;
}

.btn04 a:after {
  content: "\f0da";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0px;
}

.btn05 {
  display: block;
  border-radius: 12px;
  background: #F19CA6;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding: 3px 0;
  transition: 0.5s;
}

.btn05:hover {
  background: #ed808d;
  color: #FFF;
}

/*table*/
.text_table {
  background: #fafafa;
  border: #6289C6 1px solid;
  padding: 20px;
}

.text_table h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*Header*/
#header-container-in {
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.header-container-in.hlt-top-menu {
  justify-content: center;
}

.header-container-in.hlt-top-menu .navi {
  width: auto;
}

/*==========*/
.navi {
  background: transparent;
  border-top: #ccc 1px solid;
}

ul.sub-menu {
  z-index: 10;
}

.navi-in a:hover {
  background: #6289C6;
  color: #FFF !important;
  transition: 0.5s;
}

.navi-in > ul li {
  width: auto;
}

.navi-in > ul li a {
  padding: 0 15px;
}

.navi-in > ul li i {
  font-size: 1.2em;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu {
  display: block;
  min-width: 0;
  position: relative;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border: 6px solid transparent;
  border-top: 7px solid #FFF;
  transform: translateX(-50%);
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table {
  /*ホバー後表示されるサブメニューの土台*/
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  background: #FFF;
  text-align: center;
  height: auto;
  transition: 0.5s;
  width: auto;
  transform: translateX(-50%);
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table li {
  border-bottom: #6289C6 1px solid;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table li a {
  background: #6289C6;
  color: #FFF;
  display: block;
  white-space: nowrap;
  padding: 0 1rem;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table li a:hover {
  background: #FFF;
  color: #6289C6 !important;
}

#header-container-in #navi .navi-in > ul .sub-menu .sub-menu {
  /*ホバー後孫要素は常に表示*/
  display: block !important;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table li ul.sub-menu {
  left: 0;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table li ul.sub-menu .sub-menu-table {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: 0;
  background: #FFF;
  text-align: center;
  width: 85%;
  margin-top: 60px;
  min-height: auto;
  height: auto;
}

#header-container-in #navi .navi-in > ul li:hover > ul.sub-menu .sub-menu-table li ul.sub-menu .sub-menu-table li {
  border-bottom: none;
  width: 100%;
}

#header-container-in #navi .navi-in > ul li > ul.sub-menu li .has-icon {
  display: none;
}

/*FIxed*/
.fixed-header .navi-in li:hover .sub-menu {
  display: block;
}

/*==========*/
#header {
  max-height: 140px;
}

#header section {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 !important;
}

#header section .header_tel {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 280px;
  width: 22%;
  height: 100%;
  padding: 13px 10px 20px 0;
}

#header section .header_tel > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#header section .header_tel > ul > li {
  margin-bottom: 5px;
  white-space: nowrap;
  width: 100%;
}

#header section .header_tel ul .btn05 {
  font-size: 16px;
}

#header section .header_tel ul .call {
  display: block;
  border-radius: 12px;
  background: #cfa7cd;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  padding: 3px 5px;
  width: 100%;
  font-size: 16px;
}

#header section .header_tel ul ul.sns {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: -3px 0 0 0;
  padding: 0;
}

#header section .header_tel ul.sns li a {
  text-align: center;
  color: #6289C6;
  border-radius: 6px;
  padding: 0px;
  line-height: 1;
}

#header section .header_tel ul.sns li.fb a {
  color: #3b5998;
}

#header section .header_tel ul.sns li.tw a {
  color: #55ACEE;
}

#header section .header_tel ul.sns li.ig a {
  color: #CF2E92;
}

#header section .header_tel ul.sns li a i {
  font-size: 25px;
}

#header section .header_tel p {
  text-align: center;
}

#header section .header_tel p:nth-of-type(2) {
  font-size: 14px;
}

.fixed-header #header section .header_tel {
  display: none;
}

.fixed-header .header-container-in {
  padding: 5px 0;
}

.fixed_tel {
  display: none;
}

.fixed-header .fixed_tel {
  padding: 0 10px 0 10px;
  display: block;
}

.fixed-header .fixed_tel ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed-header .fixed_tel ul li {
  width: 100%;
}

.fixed-header .fixed_tel .btn05 {
  font-size: 14px;
  padding: 5px 20px;
  white-space: nowrap;
  display: block;
}

.fixed-header .fixed_tel .call {
  display: block;
  border-radius: 12px;
  background: #cfa7cd;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  padding: 5px 20px;
  width: 100%;
  font-size: 14px;
}

.fixed-header .fixed_tel .call i {
  font-size: 1em;
}

.fixed-header #navi {
  border-top: none;
}

/*FirstView*/
article.fv {
  position: relative;
  /*background:url(../../uploads/fv.png) no-repeat;
  background-size:cover;*/
  width: 100%;
  height: auto;
}

article.fv section {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 20px !important;
  gap: 20px;
}

article.fv section .info,
article.fv section .catch {
  max-width: 35%;
}

article.fv .logo_sp {
  display: none;
}

.fv_slider {
  z-index: -1 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  /*height:100vh;
  max-height:920px;*/
  height: 100%;
}

#metaslider-id-602 .flexslider .slides img {
  height: 100%;
  object-fit: cover;
}

#metaslider_container_602 {
  height: 100%;
}

#metaslider_container_602 .flexslider,
#metaslider_container_602 .flexslider ul,
#metaslider_container_602 .flexslider ul li,
#metaslider_container_602 .flexslider ul li img {
  height: 100%;
}

/*FirstView-Left*/
article.fv section .info {
  max-width: 40%;
}

article.fv section .info {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding: 20px;
}

article.fv section .info .info_table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  max-height: 100%;
}

article.fv section .info .info_table img.logo {
  display: block;
  width: auto;
  height: 100%;
  max-height: 170px;
  margin: 0 auto;
}

article.fv section .info .info_table .info01 {
  margin: 20px 0;
}

article.fv section .info .info_table .info02 {
  margin: 20px 0;
}

article.fv section .info .info_table .info03 {
  margin: 0;
  padding: 10px;
}

article.fv section .info .info_table .info04 {
  margin: 20px 0;
}

article.fv section .info .info_table .info01 {
  display: flex;
  justify-content: center;
}

article.fv section .info .info_table .info01 span {
  border-radius: 16px;
  color: #FFF;
  font-size: 1em;
  margin: 0 10px;
  padding: 5px 20px;
}

article.fv section .info .info_table .info01 span:nth-of-type(1) {
  background: #6289C6;
}

article.fv section .info .info_table .info01 span:nth-of-type(2) {
  background: #A8D176;
}

.table,
.timetable table {
  background: #FFF;
  border-radius: 16px;
  color: #6289C6;
  padding: 10px;
}

body.access .timetable table {
  border: #6289C6 1px solid;
  border-radius: 0;
}

.table,
.timetable table {
  display: inline-block;
}

.table table.time_table,
.timetable table {
  background: #FFF;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.table table.time_table tr,
.timetable table tr {
  border-bottom: #6289C6 1px dashed;
}

.table table.time_table tr th,
.table table.time_table tr td,
.timetable table tr th,
.timetable table tr td {
  background: #FFF;
  border: none;
  color: #6289C6;
  padding: 3px 5px;
}

.table table.time_table th,
.timetable table th {
  font-weight: normal;
}

.timetablenote {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.covitbnr {
  margin-top: 5px;
  text-align: center;
}

.feveroutpatient {
  margin: 5px 0;
  padding: 6px 12px;
  font-size: 15px;
  background: #FFFFCC;
  line-height: 1.4;
  border: 1px solid #ed808d;
}

.feveroutpatient p {
  color: #ed808d;
  margin-bottom: 1em;
}

.info03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6289C6;
  font-size: 12px;
}

.info03 p {
  position: relative;
  padding-left: 1em;
}

.info03 p:before {
  content: "\f3c5";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}

.info04 {
  background: #FFF;
  border-radius: 16px;
  color: #7D7D7D;
  font-size: 12px;
  padding: 10px;
}

.info04 h3 {
  font-size: 12px;
  text-align: center;
}

.info04 dl {
  display: flex;
  margin-bottom: 5px;
}

.info04 dl dt {
  font-weight: normal;
  margin-right: 1em;
}

.info04 .right {
  text-align: right;
}

/*FirstView-Right*/
article.fv section .catch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 60%;
  width: 100%;
}

.catch .icon_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.catch .icon_list img {
  max-width: 300px;
}

/*.catch .icon_list p{
			display:flex;
			justify-content:center;
			align-items:center;
			border-radius:50%;
			background:#6289C6;
			color:#FFF;
			text-align:center;
			width:140px;
			height:140px;
			margin:0 20px;
		}
			.catch .icon_list p span{
				display:block;
			}*/
article.fv section .catch h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgb(255, 255, 255), 0px 1px 10px rgb(255, 255, 255);
  text-align: center;
  line-height: 1.4;
  margin: 5px auto 20px;
  color: rgba(0, 0, 0, 0.5);
}

article.fv section .catch .reserve {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px;
}

article.fv section .catch .reserve ul {
  margin: 0 auto 10px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

article.fv section .catch .reserve ul li {
  width: 48%;
}

article.fv section .catch .reserve a.btn05 {
  padding: 10px 0;
  display: block;
}

article.fv section .catch .reserve a.call {
  display: block;
  border-radius: 12px;
  background: #cfa7cd;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  padding: 10px 0;
}

article.fv section .catch .reserve p.memo {
  font-size: 14px;
  line-height: 1.2;
}

/*Main-Contents*/
#main section,
#container section,
#pager-post-navi {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 40px 0;
}

#main section p {
  margin-bottom: 2em;
}

/*Main-Contents:TOP*/
/*
body.top #main article.a01{
	background:url(../../uploads/bg01.png) no-repeat;
	background-size:cover;
}
*/
body.top #main article.a01 section {
  padding: 0;
}

body.top #main article.a01 .box {
  background: #6289C6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 5px;
}

body.top #main article.a01 h2 {
  color: #FFF;
  font-weight: normal;
  text-align: center;
}

body.top #main article.a01 p {
  color: #FFF;
  text-align: center;
}

body.top #main article.a01 a {
  color: #FFF;
}

/*=============*/
/* article.02 */
article.a02 {
  padding: 0 20px;
}

body.top #main article.a02 #aboutClinic {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 0px;
}

body.top #main article.a02 #aboutClinic .photo {
  width: 25%;
}

body.top #main article.a02 #aboutClinic .photo img {
  width: 100%;
  max-width: 100%;
}

body.top #main article.a02 #aboutClinic .text {
  width: 70%;
}

body.top #main article.a02 #aboutClinic .text h2 {
  margin-bottom: 20px;
}

body.top #main article.a02 #aboutClinic .text h2 span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 4px solid #6289C6;
}

body.top #main article.a02 #aboutClinic .text strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #ffd2d7 60%);
}

body.top #main article.a02 #feature {
  padding: 40px 40px;
  background: #cfe2ff;
}

body.top #main article.a02 #feature img {
  width: 100%;
  max-width: 100%;
}

body.top #main article.a02 #feature h2 {
  text-align: center;
  margin-bottom: 40px;
}

body.top #main article.a02 #feature h2 span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 4px solid #6289C6;
}

body.top #main article.a02 #feature .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.top #main article.a02 #feature .container .box {
  width: 48%;
  padding: 20px;
  background: #FFF;
  border-radius: 20px;
  margin-bottom: 40px;
}

body.top #main article.a02 #feature .container .title {
  position: relative;
  margin-bottom: 15px;
}

body.top #main article.a02 #feature .container .title h3 {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  padding: 15px;
  background: #6289C6;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
}

body.top #main article.a02 #feature .container .title h3 span {
  position: absolute;
  top: -48px;
  left: 15px;
  font-size: 48px;
  color: #324a71;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
}

body.top #main article.a02 #feature .container .box p {
  margin-bottom: 0;
}

body.top #main article.a02 #feature .link {
  text-align: center;
}

body.top #main article.a02 #feature .link a {
  background: #6289C6;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 5px 2em;
  border-radius: 8px;
}

article.a02 h4 {
  color: #444444 !important;
  margin: 0;
  position: relative;
  z-index: 2;
}

article.a02 h4 span {
  display: inline-block;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  font-size: 24px;
}

article.a02 .subjects {
  overflow: hidden;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  margin-bottom: 40px;
}

article.a02 .subjects .bg {
  padding: 0 40px 0 0;
}

article.a02 .subjects p {
  position: relative;
  z-index: 2;
}

article.a02 .subjects .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: 0;
}

article.a02 .subjects:hover .bg:after,
article.a02 .subjects:focus .bg:after {
  transform: scale(1.2);
}

article.a02 .subjects a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #444444;
  height: 100%;
  padding: 20px 40px;
  box-sizing: content-box;
  display: block;
}

article.a02 .subjects:before {
  z-index: 2;
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #FFF;
}

article.a02 .subjects:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #FFF;
  width: 40px;
  height: 100%;
}

article.a02 .subjects p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

article.a02 .subjects p.lead {
  font-weight: bold;
}

article.a02 .subjects.sb01 {
  border-color: #6289C6;
}

article.a02 .subjects.sb01:after {
  background: #6289C6;
}

article.a02 .subjects.sb01 h4 span {
  border-color: #6289C6;
}

article.a02 .subjects.sb01 .bg:after {
  background: url(../../uploads/sb01.png) no-repeat;
  background-size: cover;
  background-position: 0% 90%;
}

article.a02 .subjects.sb02 {
  border-color: #A8D176;
}

article.a02 .subjects.sb02:after {
  background: #A8D176;
}

article.a02 .subjects.sb02 h4 span {
  border-color: #A8D176;
}

article.a02 .subjects.sb02 .bg:after {
  background: url(../../uploads/sb02.png) no-repeat;
  background-size: cover;
  background-position: 0% 60%;
}

article.a02 .subjects.sb04 {
  border-color: #ffd2d7;
}

article.a02 .subjects.sb04:after {
  background: #ffd2d7;
}

article.a02 .subjects.sb04 h4 span {
  border-color: #ffd2d7;
}

article.a02 .subjects.sb04 .bg:after {
  background: url(../../uploads/sb03.png) no-repeat;
  background-size: cover;
  background-position: 0% 50%;
}

article.a02 .subjects.sb03 {
  border-color: #CFA7CD;
  width: 49%;
  height: auto;
}

article.a02 .subjects.sb03:after {
  background: #CFA7CD;
}

article.a02 .subjects.sb03 h4 span {
  border-color: #CFA7CD;
}

article.a02 .sb2column {
  display: flex;
  justify-content: space-between;
}

/*=============*/
body.top #main article.a03 {
  background: #F3F3F3;
}

body.top #main article.a03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

body.top #main article.a03 ul li {
  position: relative;
  background: #FFF;
  border-width: 2px;
  border-style: solid;
  border-radius: 16px;
  max-width: 49%;
  width: 100%;
  margin: 15px 0;
}

body.top #main article.a03 ul li:after {
  content: " ";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: none;
}

body.top #main article.a03 ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 20px;
}

body.top #main article.a03 ul li:nth-child(1) {
  border-color: #6289C6;
  color: #6289C6;
}

body.top #main article.a03 ul li:nth-child(1):after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #6289C6;
}

body.top #main article.a03 ul li:nth-child(1) a {
  color: #6289C6;
}

body.top #main article.a03 ul li:nth-child(2) {
  border-color: #A8D176;
  color: #A8D176;
}

body.top #main article.a03 ul li:nth-child(2):after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #A8D176;
}

body.top #main article.a03 ul li:nth-child(2) a {
  color: #A8D176;
}

body.top #main article.a03 ul li:nth-child(3) {
  border-color: #CFA7CD;
  color: #CFA7CD;
}

body.top #main article.a03 ul li:nth-child(3):after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #CFA7CD;
}

body.top #main article.a03 ul li:nth-child(3) a {
  color: #CFA7CD;
}

body.top #main article.a03 ul li:nth-child(4) {
  border-color: #F2A684;
  color: #F2A684;
}

body.top #main article.a03 ul li:nth-child(4):after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #F2A684;
}

body.top #main article.a03 ul li:nth-child(4) a {
  color: #F2A684;
}

body.top #main article.a03 ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

body.top #main article.a03 ul li dl dt {
  text-align: center;
  max-width: 50%;
  width: 100%;
}

body.top #main article.a03 ul li dl dt img {
  width: 220px;
  height: 190px;
  object-fit: cover;
  border-radius: 16px;
}

body.top #main article.a03 ul li dl dd {
  max-width: 50%;
  width: 100%;
}

body.top #main article.a03 ul li dl dd h3 {
  font-size: 37px;
  font-weight: normal;
}

body.top #main article.a03 ul li dl dd h3 p {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
}

body.top #main article.a03 ul li dl dd h3 p span {
  font-size: 22px;
  line-height: 1.2;
}

/*=============*/
body.top #main article.a04 {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  margin: 40px auto;
  padding: 0 20px;
}

body.top #main article.a04 .infobox {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.top #main article.a04 .calender {
  width: 40%;
  padding: 0;
  margin: 0;
}

body.top #main article.a04 h2 {
  text-align: center;
}

body.top #main article.a04 ul.column_list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 40px 0;
  padding-left: 0;
}

body.top #main article.a04 ul.column_list li {
  max-width: 24%;
  width: 75%;
  margin-right: 60px;
}

body.top #main article.a04 ul.column_list li:last-child {
  margin-right: 0;
}

body.top #main article.a04 ul.column_list li .column_thumbnail {
  width: 100%;
  height: 180px;
}

body.top #main article.a04 ul.column_list li .column_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.top #main article.a04 ul.column_list li .column_thumbnail.noimage {
  background: #aaa;
}

body.top #main article.a04 ul.column_list li .column_title {
  width: 100%;
}

body.top #main article.a04 ul.column_list li .column_title h4 {
  font-weight: normal;
}

body.top #main article.a04 p {
  text-align: center;
}

/*==========*/
body.top #main article.a04 h2 {
  text-align: left;
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

body.top #main article.a04 ul.info_list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 0;
}

body.top #main article.a04 ul.info_list li {
  width: 100%;
  margin-right: 60px;
}

body.top #main article.a04 ul.info_list li:last-child {
  margin-right: 0;
}

body.top #main article.a04 ul.info_list li {
  width: 100%;
  margin-bottom: 10px;
}

body.top #main article.a04 ul.info_list li dl {
  display: flex;
}

body.top #main article.a04 ul.info_list li dl dt {
  margin-right: 1em;
  white-space: nowrap;
}

body.top #main article.a04 p {
  text-align: center;
  margin-bottom: 0;
}

body.top #main article.a04 p .btn02 {
  margin-bottom: 0;
}

/* ai_bnr */
body.top #main .ai-bnr {
  text-align: center;
  padding: 0 20px;
  max-width: 720px;
  margin: 0 auto 40px auto;
}

body.top #main .ai-bnr img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body.top #main .ai-bnr .wrapper {
  position: relative;
}

body.top #main .ai-bnr .wrapper #poweredBy {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 12%;
}

body.top #main .ai-bnr .wrapper #poweredBy a {
  display: block;
  width: 100%;
  height: 100%;
}

body.top #main .ai-bnr .wrapper #poweredBy a img {
  opacity: 0;
}

article.a05 {
  padding: 0 0 20px 0;
}

article.a05 h4 {
  color: #6289c6;
  text-align: center;
}

article.a05 h4 br {
  display: none;
}

article.a05 .footerGmapMemo {
  list-style: none;
  width: fit-content;
  margin: 0 auto;
  background: #EFEFEF;
  padding: 12px;
  font-size: 14px;
}

article.a05 .footerGmapMemo li {
  text-indent: -1em;
  padding-left: 1em;
}

article.a05 .footerGmapMemo li:before {
  content: "・";
}

/*Sub-Page*/
header.entry-header {
  z-index: 0;
  position: relative;
}

body:not(.home) header.entry-header {
  height: 720px;
}

header.entry-header h1.entry-title {
  z-index: 1;
  position: absolute;
  top: 55%;
  left: 80px;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  text-shadow: 1px 2px 5px #333;
  font-size: 46px;
  padding-left: 70px;
}

header.entry-header h1.entry-title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  background: url(../../uploads/sub_titlelogo.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}

header.entry-header .eye-catch-wrap {
  z-index: -1;
  width: 100%;
  max-height: 720px;
}

header.entry-header .eye-catch {
  width: 100%;
}

header.entry-header .eye-catch img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

header.entry-header .date-tags {
  display: none;
}

.breadcrumb,
.entry-content {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto;
  padding: 0;
}

.entry-content {
  margin: 0;
}

.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file,
.breadcrumb .fa-file-o {
  display: none;
  /*非表示*/
}

body.page .cat-label {
  display: none;
}

article section .cat-label {
  position: relative;
  border: none;
  background: transparent;
}

article section .cat-label a {
  border: 1px solid #eee;
  background-color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  padding: 5px;
}

/*==========*/
body:not(.home) #container section {
  padding: 40px 0 0 0;
}

.wp-block-group__inner-container {
  padding: 0 0 40px 0;
}

body:not(.home) .article h2 {
  background: #eaf2ff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 0;
}

.reserve_table h2 {
  background: transparent !important;
  color: #FFF;
}

body:not(.home) .article h3 {
  border-top: none;
  border-right: none;
  border-bottom: #ededed 1px solid;
  border-left: #6289C6 5px solid;
  text-align: left;
}

body:not(.home) .article h4 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: "Noto Sans JP";
  border: none;
  color: #6289C6;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}

body:not(.home) .article {
  padding: 40px 15px;
}

body .article .table_back {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

/* pagelink */
body .article #innerlinkBox {
  width: fit-content;
  max-width: 1024px;
  margin: 0 0 30px;
  padding: 0 20px;
}

body .article #innerlinkBox h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  padding: 10px 10px 0;
  text-align: left;
  margin: 0;
  line-height: 1;
}

body .article #innerlinkBox ul {
  border: 10px solid #eaf2ff;
  padding: 10px 20px;
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  list-style-type: none;
}

body .article #innerlinkBox ul li a {
  display: block;
  padding-left: 15px;
  position: relative;
}

body .article #innerlinkBox ul a:before {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border-right: 3px solid #6289C6;
  border-bottom: 3px solid #6289C6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translate(-40%, 0);
  transform-origin: center;
}

body .article #innerlinkBox ul a:hover {
  color: #cfa7cd;
}

body .article #innerlinkBox ul a:hover:before {
  border-right: 3px solid #cfa7cd;
  border-bottom: 3px solid #cfa7cd;
}

body .article .note {
  position: relative;
  background: #FFF;
  max-width: 90%;
  width: 100%;
  margin: auto;
  padding: 20px;
}

body .article .note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #f3fafe #f3fafe #6289C6 #6289C6;
  background: #658E15;
  display: block;
  width: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

body .article .note ul {
  list-style: none;
}

body .article .note ul li {
  position: relative;
  border-bottom: #ccc 1px dashed;
  padding: 5px 0 5px 1.5em;
}

body .article .note ul li:before {
  position: absolute;
  top: calc(50% - 1em);
  left: 0;
  content: "\f00c";
  font-family: FontAwesome;
  color: #6289C6;
}

body .article .contents_table {
  border: #aaa 1px solid;
  margin: 40px auto;
  padding: 20px;
}

.contents_table:nth-of-type(1n) {
  background: #fcf4fc;
}

.contents_table:nth-of-type(2n) {
  background: #f6f1f2;
}

.contents_table:nth-of-type(3n) {
  background: #f4f9ef;
}

body .article .contents_balloon {
  background: #fafafa !important;
  border: #aaa 1px solid !important;
  font-size: 16px;
  padding: 20px;
}

body.dm .article .column-wrap > div {
  /*padding:20px;*/
  padding: 0;
}

body.dm .article .column-wrap > div img {
  display: block;
  width: 100%;
  margin: auto;
}

body.dm .article .column-wrap > div pre {
  font-size: 16px;
}

body .article,
pre {
  font-family: "M PLUS 1p", sans-serif;
  line-height: 2;
  letter-spacing: 0.15em;
}

body:not(.home) .article pre {
  border: none;
  background: transparent;
}

body.about .article .feature .wp-block-media-text .wp-block-media-text__content {
  width: 140%;
}

body.about .article .feature .wp-block-media-text h4 {
  margin-bottom: 10px;
}

body.about .article .feature .wp-block-media-text:nth-of-type(odd) .wp-block-media-text__content {
  margin-left: -40%;
}

/*==========*/
body.examination .contents_table img {
  width: 570px;
  height: 320px;
  object-fit: cover;
}

/*Reserve*/
.reserve_table {
  background: #6289C6;
  text-align: center;
  margin: 80px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
  padding: 40px 20px;
}

.reserve_table section {
  background: #fafafa;
  border: #aaa 1px solid;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 20px !important;
}

.reserve_table h2 {
  font-family: "Noto Serif JP", serif;
  background: transparent;
  color: #444444;
  margin: 0;
  padding-bottom: 0;
}

.reserve_table p {
  font-size: 14px;
  margin: 0;
}

.reserve_column {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
}

.reserve_column > div {
  width: 48%;
}

#main .reserve_column > div p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

#main .reserve_column > div p.notes {
  font-size: 14px;
}

.reserve_column > div p a.call {
  display: block;
  border-radius: 0;
  background: #cfa7cd;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  padding: 10px 0;
}

.reserve_column .reserve_web .btn05 {
  border-radius: 0;
  padding: 10px 0;
}

/*Sub-Medical-list*/
.column-wrap.medical_list {
  justify-content: flex-start;
}

.column-wrap.medical_list > div:first-of-type {
  width: 40%;
}

.column-wrap.medical_list > div:last-of-type {
  width: 60%;
}

.medical_list figure {
  position: relative;
}

.medical_list figure figcaption {
  position: absolute;
  top: calc(50% - 1em);
  left: 10px;
  font-size: 22px;
}

.medical_list img,
.contents_table img {
  border-radius: 16px !important;
}

.column-wrap.medical_list .column-right {
  display: flex;
  align-items: center;
}

/*Doctor*/
.doctor_table {
  position: relative;
  background: url(../../uploads/y-044_doctor.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 570px;
}

body.doctor .doctor_table {
  height: 460px;
}

.doctor_table pre {
  position: absolute;
  top: 20px;
  right: 0;
  background: rgba(255, 255, 255, 0.5) !important;
  max-width: 60%;
  width: 100%;
  padding: 20px;
}

body.doctor .doctor_table pre {
  top: auto;
  bottom: 20px;
}

.career dl {
  display: flex;
  margin-bottom: 0;
}

.career dl dt {
  font-weight: bold;
}

/*Faq*/
.widget-entry-cards figure {
  display: none;
}

.widget-entry-card-content {
  margin: 0;
}

.widget-entry-card-content .card-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  background: #6289C6;
  color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

/*Access*/
.about_table table,
.about_table table tr,
.about_table table th,
.about_table table td {
  border: none;
  background: transparent;
}

.about_table table th,
.about_table table td {
  padding-bottom: 20px;
}

/*アイコンの＋と×*/
.widget-entry-card-content .card-title::before,
.widget-entry-card-content .card-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #FFF;
}

.widget-entry-card-content .card-title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.widget-entry-card-content .card-title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
  opacity: 1;
}

/*　closeというクラスがついたら形状変化　*/
.widget-entry-card-content .card-title.close::after {
  opacity: 0;
}

.widget-entry-card-content .card-snippet {
  display: none;
  /*はじめは非表示*/
  font-size: 16px;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/*Archive*/
.ect-3-columns {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  height: 250px;
  object-fit: cover;
}

#archive-title {
  display: none;
}

body.post-type-archive article.archive {
  width: 100%;
  height: 720px;
}

article.archive {
  position: relative;
  background: url(../../uploads/IMG-270-scaled.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

article.archive header.entry-header {
  position: relative;
  /*height: 100%;*/
  height: 720px;
}

article.archive h1.entry-title {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 80px;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-size: 46px;
  padding-left: 70px;
}

/*Single-Post*/
.post-type-archive-clinic_information article.archive {
  display: none;
}

article.clinic_information .entry-title {
  display: none;
}

/*.article.has-post-thumbnail{
	display:none;
}*/
.wp-block-post-author {
  border: #6289C6 1px solid;
  margin-top: 40px;
  padding: 10px;
}

.wp-block-post-author .wp-block-post-author__avatar img {
  width: 120px;
}

.wp-block-post-author .wp-block-post-author__name {
  color: #6289C6;
}

/*Footer*/
footer #footer-in {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.footer-left,
.footer-center,
.footer-right {
  width: 50%;
}

#navi-footer {
  display: none;
}

/*Footer_Left*/
.widget-footer-left.widget_nav_menu ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widget-footer-left.widget_nav_menu ul li {
  max-width: 33.3333333333%;
  width: 100%;
}

.widget-footer-left.widget_nav_menu ul li .menu_head {
  display: none;
}

.widget-footer-left.widget_nav_menu ul li ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.widget-footer-left.widget_nav_menu ul li ul li {
  position: relative;
  max-width: 100%;
  padding-left: 1em;
}

.widget-footer-left.widget_nav_menu ul li ul li::before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  color: #6289C6;
}

.widget-footer-left.widget_nav_menu ul li ul li.menu-item-379::before {
  top: 0.5em;
}

.widget-footer-left.widget_nav_menu ul li ul li.menu-item-379 > ul > li::before {
  font-family: "FontAwesome";
  content: "-";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  font-weight: bold;
  color: #6289C6;
}

.widget-footer-left.widget_nav_menu ul li ul li.menu-item-400::before {
  font-family: "FontAwesome";
  content: "\f05a";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  color: #6289C6;
}

.widget-footer-left.widget_nav_menu ul li ul li.menu-item-593::before {
  font-family: "FontAwesome";
  content: "\f14b";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  color: #6289C6;
}

.footer-left ul.linkbnr {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 15px;
}

.footer-left ul.linkbnr li {
  width: 48%;
}

/*Footer-Right*/
.footer_column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.footer_column dt {
  text-align: center;
}

.footer_column img {
  max-width: 280px;
  width: 100%;
  height: auto;
}

#footer .footer_column .footer_tel a.tel {
  display: block;
  border-radius: 12px;
  background: #cfa7cd;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  padding: 3px 20px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer_column .footer_tel a.btn05 {
  color: #FFF !important;
}

.footer_column .footer_tel a.btn05 i {
  margin-left: 0;
}

.footer_column .footer_tel p {
  font-size: 16px;
}

.credit_bnr {
  border-radius: 6px;
  background: #FFF;
  padding: 10px 10px 5px 10px;
}

.footer-right ul.sns {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: -3px 0 0 0;
  padding: 0;
}

#footer .footer-right ul.sns li a {
  text-align: center;
  color: #6289C6;
  border-radius: 6px;
  padding: 0px;
  line-height: 1;
}

#footer .footer-right ul.sns li.fb a {
  color: #3b5998;
}

#footer .footer-right ul.sns li.tw a {
  color: #55ACEE;
}

#footer .footer-right ul.sns li.ig a {
  color: #CF2E92;
}

#footer .footer-right ul.sns li a i {
  font-size: 25px;
}

.footer_text {
  border: #6289C6 2px solid;
  border-radius: 6px;
  background: #FFF;
  display: flex;
  align-items: stretch;
  flex-basis: stretch;
  margin-bottom: 20px;
}

.footer_text dt,
.footer_text dd {
  padding: 10px;
}

.footer_text dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6289C6;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  width: 25%;
}

.footer_text dt span {
  display: block;
}

.footer_text dd strong {
  color: #F2A684;
}

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

#footer .wp-block-table.aligncenter,
#footer .wp-block-table.alignleft,
.wp-block-table.alignright {
  width: 100% !important;
}

#footer figure.timetable {
  background: #FFF;
  border-radius: 15px;
  padding: 10px;
}

#footer figure.timetable .timetablenote {
  text-align: right;
  margin-top: 5px;
}

#footer figure.wp-block-table.aligncenter table {
  border-collapse: collapse;
  max-width: 600px;
  width: 100%;
  table-layout: fixed;
  display: table;
}

#footer figure.wp-block-table.aligncenter table tr {
  width: 100%;
}

#footer figure.wp-block-table.aligncenter table tr td:first-child {
  width: 8em;
}

/*FixedFooter(sp)*/
.fixed_footer {
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1200px) {
  .catch .icon_list img {
    max-width: 200px;
  }
  article.fv section .catch h2 {
    font-size: 36px;
  }
  article.fv {
    height: auto;
  }
  article.fv section {
    height: auto;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  article.fv section {
    height: auto;
  }
  .footer-left #nav_menu-4 {
    display: none;
  }
  body.top #main article.a02 #feature {
    padding: 40px 20px;
  }
  body.top #main article.a02 #feature .container .box {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  main.main {
    padding: 0;
  }
  main.main article {
    padding: 0 10px;
  }
  .btn01 {
    margin: 0 5px;
    padding: 0 3px;
  }
  /*Header*/
  #header-in {
    display: none;
  }
  .logo-header img {
    height: 60px;
  }
  #header .header_tel {
    display: none;
  }
  #navi {
    display: none;
  }
  .menu-close-button {
    text-align: left;
    padding: 0 10px;
  }
  .menu-close-button span {
    margin-left: 0.5em;
  }
  .search-menu-button {
    opacity: 0;
  }
  .navi-menu-caption {
    display: none;
  }
  ul.menu-drawer li {
    border-bottom: #ccc 1px solid;
    position: relative;
    padding: 5px 0 5px 0.5em;
  }
  ul.menu-drawer li:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    color: #6289C6;
  }
  ul.menu-drawer > li:nth-child(5)::before {
    display: none;
  }
  ul.menu-drawer > li > ul > li:last-child {
    border-bottom: none;
  }
  /*ul.menu-drawer > li > ul > li:nth-child(1)::before{
  	display:none;
  }*/
  /*FirstView*/
  article.fv {
    background-size: auto 60vh;
    background-position: top center;
    height: auto;
    padding-top: 60px;
  }
  article.fv section {
    justify-content: flex-end;
    flex-direction: column-reverse;
    max-width: 834px;
    padding-top: 0px !important;
    padding-bottom: 40px;
  }
  article.fv section .info,
  article.fv section .catch {
    max-width: 96%;
    margin: auto;
  }
  article.fv .logo_sp {
    display: block;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }
  article.fv .logo_sp img {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  /*==========*/
  #metaslider_container_602 {
    height: 100vh;
  }
  #metaslider_container_602 .flexslider,
  #metaslider_container_602 .flexslider ul,
  #metaslider_container_602 .flexslider ul li,
  #metaslider_container_602 .flexslider ul li img {
    height: 100%;
  }
  /*FirstView-Left*/
  article.fv section .info {
    justify-content: center;
    width: 100%;
    max-width: 94%;
    margin-top: 40px;
    padding: 10px;
  }
  article.fv section .info .info_table .info02,
  article.fv section .info .info_table .info02 table.time_table,
  article.fv section .info .info_table .info02 table.time_table tr th,
  article.fv section .info .info_table .info02 table.time_table tr td {
    background: transparent;
  }
  .timetablenote {
    font-size: 0.8em;
  }
  article.fv section .info .info_table .info02 {
    margin: 0;
  }
  article.fv section .info .info_table .info03 {
    display: flex;
    justify-content: space-between;
    color: #6289C6;
    font-size: 12px;
    padding: 0 10px;
  }
  .info03 i {
    margin: 0;
  }
  .info04 {
    font-size: 13px;
    padding: 0px;
  }
  .info04 h3 {
    font-size: 12px;
    text-align: center;
  }
  .info04 dl {
    display: flex;
    margin-bottom: 5px;
  }
  .info04 dl dt {
    font-weight: normal;
    margin-right: 1em;
  }
  .info04 .right {
    text-align: right;
  }
  article.fv section .info .info_table img.logo {
    display: none;
  }
  /*FirstView-Right*/
  article.fv section .catch {
    max-width: 100%;
    margin-top: 40px;
  }
  .catch .icon_list p {
    width: 75px;
    height: 75px;
    margin: 0 10px;
  }
  .catch .icon_list p span {
    font-size: 10px;
  }
  article.fv section .catch h2 {
    font-size: 26px;
  }
  .reserve {
    display: none;
  }
  /*Main-Contents:TOP*/
  /*=============*/
  body.top #main article.a02 #aboutClinic {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0;
  }
  body.top #main article.a02 #aboutClinic .photo {
    width: 100%;
  }
  body.top #main article.a02 #aboutClinic .text {
    width: 100%;
  }
  body.top #main article.a02 #feature {
    padding: 40px 10px 20px;
  }
  body.top #main article.a02 #feature img {
    vertical-align: bottom;
  }
  body.top #main article.a02 #feature .container .box {
    padding: 20px 10px;
  }
  body.top #main article.a02 #feature .container .title h3 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
  }
  body.top #main article.a02 #feature .container .title h3 span {
    position: absolute;
    top: -36px;
    left: 10px;
    font-size: 36px;
  }
  body.top #main article.a02 .subjects,
  body.medical article.a02 .subjects {
    margin-bottom: 40px;
  }
  body.top #main article.a02 .subjects a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #444444;
    height: 100%;
    padding: 20px 40px;
  }
  body.top #main article.a02 .subjects:before {
    z-index: 2;
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0.5em;
    color: #FFF;
  }
  body.top #main article.a02 .subjects:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #FFF;
    width: 2em;
    height: 100%;
  }
  body.top #main article.a02 .subjects h4 span {
    display: inline-block;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    font-size: 1.4em;
  }
  body.top #main article.a02 .subjects p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  article.a02 .subjects.sb01 {
    background-position: 0% 90%;
  }
  article.a02 .subjects.sb02 {
    background-position: 0% 60%;
  }
  article.a02 .sb2column {
    flex-direction: column;
    justify-content: flex-start;
  }
  article.a02 .subjects.sb03,
  article.a02 .subjects.sb04 {
    width: 100%;
  }
  /*=============*/
  body.top #main article.a03 ul {
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
  }
  body.top #main article.a03 ul li {
    max-width: 100%;
  }
  body.top #main article.a03 ul li dl dd h3 {
    font-size: 24px;
    padding-left: 10px;
  }
  body.top #main article.a03 ul li dl dd h3 p span {
    font-size: 18px;
  }
  /*=============*/
  body.top #main article.a04 {
    display: block;
  }
  body.top #main article.a04 .infobox {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
  body.top #main article.a04 .calender {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body.top #main article.a04 ul.column_list {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  body.top #main article.a04 ul.column_list li {
    max-width: calc(50% - 10px);
    width: 75%;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  body.top #main article.a04 ul.column_list li:nth-child(even) {
    margin-right: 0;
  }
  body.top #main article.a04 ul.column_list li .column_thumbnail {
    width: 100%;
    height: 180px;
  }
  body.top #main article.a04 ul.column_list li .column_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.top #main article.a04 ul.column_list li .column_thumbnail.noimage {
    background: #aaa;
  }
  body.top #main article.a04 ul.column_list li .column_title {
    width: 100%;
  }
  body.top #main article.a04 ul.column_list li .column_title h4 {
    font-weight: normal;
  }
  body.top #main article.a04 p {
    text-align: center;
  }
  /* ai_bnr */
  body.top #main .ai-bnr {
    text-align: center;
    padding: 0 20px;
    max-width: 720px;
    margin: 0 auto 40px auto;
  }
  body.top #main .ai-bnr img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  body.top #main .ai-bnr .wrapper {
    position: relative;
  }
  body.top #main .ai-bnr .wrapper #poweredBy {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 26%;
    height: 18%;
  }
  body.top #main .ai-bnr .wrapper #poweredBy a {
    display: block;
    width: 100%;
  }
  body.top #main .ai-bnr .wrapper #poweredBy a img {
    opacity: 0;
    vertical-align: bottom;
  }
  /*Sub-Page*/
  body:not(.home) #container section {
    padding: 40px 0 0 0;
  }
  body:not(.home) header.entry-header {
    height: 35vh;
  }
  header.entry-header h1.entry-title {
    top: 45%;
    left: 20px;
    font-size: 24px;
  }
  body:not(.home) .article h2 {
    font-size: 18px;
  }
  header.entry-header h1.entry-title:before {
    top: 0px;
    left: 0;
  }
  header.entry-header .eye-catch-wrap {
    max-height: 35vh;
  }
  header.entry-header .eye-catch img {
    height: 35vh;
  }
  header.entry-header .date-tags {
    display: none;
  }
  body .article .note {
    max-width: 100%;
  }
  body .article .note > div {
    margin-bottom: 0;
  }
  .column-wrap.medical_list > div:first-of-type {
    width: 100%;
  }
  .wp-block-image .alignleft {
    margin-right: 0 !important;
  }
  .column-wrap.medical_list > div:last-of-type {
    width: 100%;
  }
  body .article .contents_balloon {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
  }
  .wp-block-image figcaption {
    font-size: 16px;
  }
  /*==========*/
  .article dd {
    margin-left: 1em;
  }
  /*==========*/
  body.examination .contents_table img {
    width: 100%;
  }
  /*==========*/
  .wp-block-media-text__content {
    padding: 0 !important;
  }
  body.about .article .feature .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
  }
  body.about .article .feature .wp-block-media-text:nth-of-type(odd) .wp-block-media-text__content {
    margin-left: 0;
  }
  body .article .table_back {
    padding: 0;
  }
  /*Reserve*/
  .reserve_column {
    flex-direction: column;
  }
  .reserve_table section {
    max-width: 843px;
    width: 90% !important;
  }
  .reserve_column .reserve_tel,
  .reserve_column .reserve_web {
    width: 100%;
  }
  .reserve_column .reserve_tel {
    margin-bottom: 20px;
  }
  .reserve_column .reserve_tel p,
  .reserve_column .reserve_web p {
    font-size: 12px;
  }
  /*Doctor*/
  .doctor_table {
    position: relative;
    background: url(../../uploads/y-044_doctor_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
  }
  body.doctor .doctor_table {
    height: 50vh;
  }
  .doctor_table pre {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5) !important;
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .career dl {
    flex-direction: column;
  }
  /*Archive*/
  .ect-3-columns {
    max-width: 834px;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-thumb img {
    height: 180px;
  }
  article.archive {
    height: 50vh;
  }
  body.post-type-archive article.archive {
    max-height: 35vh;
  }
  article.archive h1.entry-title {
    top: 30%;
    left: 20px;
    font-size: 28px;
  }
  /*Footer*/
  #footer {
    padding-bottom: 60px;
  }
  #navi-footer {
    display: none;
  }
  .footer_column {
    display: block;
  }
  .footer_text {
    display: block;
  }
  .footer_text dt {
    width: 100%;
  }
  /*FixedFooter(sp)*/
  .fixed_footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .fixed_footer > div {
    text-align: center;
    color: #FFF;
    width: 50%;
    padding: 10px 0;
  }
  .fixed_footer div.fixed_tel {
    display: block;
    background: #b0cf80;
  }
  .fixed_footer div.fixed_web {
    background: #F19CA6;
  }
  .fixed_footer > div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
  }
  .go-to-top {
    bottom: 10vh;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .footer-left ul.linkbnr li {
    width: 45%;
  }
}
/* about_photo_list */
.article .about_photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  list-style: none;
}

.article .about_photo_list li {
  width: 32%;
  margin: 0 0 30px 0;
}

.article .about_photo_list li .photo {
  margin-bottom: 10px;
}

.article .about_photo_list li dl dt {
  color: #6289C6;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.article .about_photo_list li dl dd {
  margin: 0;
  font-size: 16px;
}

.bnr_examination {
  margin: 40px 0;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .article .about_photo_list li {
    width: 48%;
  }
}
/* first_flow */
.p-first_linkFeverflow {
  text-align: center;
}

.p-first_linkFeverflow a {
  color: #000;
  padding: 5px 1.5em 3px 1em;
  position: relative;
  border: 1px dotted #000;
  font-size: 18px;
  text-decoration: none;
}

.p-first_linkFeverflow a:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

.article #first_flow {
  padding: 0 20px;
}

.article #first_flow h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #436cac;
}

.article #first_flow h3 span {
  background: linear-gradient(transparent 60%, #fcfba9 60%);
}

.article #first_flow .first_step {
  background: #eaf2ff;
  padding: 15px;
  position: relative;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px 15px;
}

.article #first_flow .first_step:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eaf2ff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.article #first_flow .first_step a.btn {
  display: block;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}

.article #first_flow .first_step .photo {
  grid-row: span 2;
  grid-column: span 2;
}

.article #first_flow .first_step .text {
  grid-column: span 4;
}

.article #first_flow .first_step .text p {
  margin: 0;
}

.article #first_flow .first_step .link01 {
  grid-column: span 2;
}

.article #first_flow .first_step .link01 a.btn {
  background: #cfa7cd;
}

.article #first_flow .first_step .link02 {
  grid-column: span 2;
}

.article #first_flow .first_step .link02 a.btn {
  background: #ed808d;
}

.article #first_flow .step {
  background: #eaf2ff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 50px;
}

.article #first_flow .step > div {
  width: 48%;
}

.article #first_flow .step:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eaf2ff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.article #first_flow .step.is-last:after {
  display: none;
}

@media screen and (max-width: 834px) {
  .article #first_flow h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .article #first_flow h3 span {
    background: linear-gradient(transparent 60%, #fcfba9 60%);
  }
  .article #first_flow .first_step {
    grid-template-columns: 1fr;
  }
  .article #first_flow .first_step a.btn {
    padding: 15px 5px;
    font-size: 18px;
  }
  .article #first_flow .first_step .photo {
    grid-row: span 1;
    grid-column: span 1;
  }
  .article #first_flow .first_step .text {
    grid-row: span 1;
    grid-column: span 1;
  }
  .article #first_flow .first_step .link01 {
    grid-column: span 1;
  }
  .article #first_flow .first_step .link02 {
    grid-column: span 1;
  }
  .article #first_flow .step {
    display: block;
  }
  .article #first_flow .step > div {
    width: 100%;
  }
}
/* covit19 */
article#p_covit {
  padding: 50px 20px;
}

article#p_covit .p_covit_notice {
  padding: 15px;
  background: #eaf2ff;
}

article#p_covit .p_covit_notice p:last-child {
  margin-bottom: 0;
}

article#p_covit section.box {
  display: flex;
  justify-content: space-between;
}

article#p_covit section.box .text {
  width: 60%;
}

article#p_covit section.box .text h3 {
  margin-top: 0;
}

article#p_covit section.box .photo {
  width: 35%;
}

@media screen and (max-width: 834px) {
  article#p_covit section.box {
    display: block;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
  }
  article#p_covit section.box .text {
    width: 100%;
  }
  article#p_covit section.box .photo {
    width: 100%;
  }
}
/* fever_flow */
#feverflow {
  background: #fdeef0;
}

body:not(.home) .article #feverflow h3 {
  border-left: #ed808d 5px solid;
}

.article #fever_flow {
  padding: 50px 20px;
}

.article #fever_flow h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  border-left: #ed808d 5px solid;
  color: #333333;
}

.article #fever_flow h3 span {
  background: linear-gradient(transparent 60%, #fcfba9 60%);
}

.article #fever_flow .step {
  background: #fdeef0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  margin-bottom: 50px;
}

.article #fever_flow .linkbtns {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article #fever_flow .linkbtns li {
  width: 48%;
  list-style: none;
  padding: 0;
}

.article #fever_flow .link01 a.btn {
  display: block;
  background: #cfa7cd;
}

.article #fever_flow .link02 a.btn {
  display: block;
  background: #ed808d;
}

.article #fever_flow .step > div {
  width: 48%;
}

.article #fever_flow .step:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fdeef0 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.article #fever_flow .step.is-last:after {
  display: none;
}

@media screen and (max-width: 834px) {
  .article #fever_flow h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .article #fever_flow h3 span {
    background: linear-gradient(transparent 60%, #fcfba9 60%);
  }
  .article #fever_flow .step {
    display: block;
  }
  .article #fever_flow .step > div {
    width: 100%;
  }
}
/**/
.article #vaccine ul.innerlink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 834px) {
  .article #vaccine ul.innerlink {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.article #vaccine > section table th, .article #vaccine > section table td {
  padding: 1em;
}
.article #vaccine > section table th p, .article #vaccine > section table td p {
  margin-bottom: 0;
}
.article #vaccine > section table th {
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .article #vaccine > section table th, .article #vaccine > section table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .article #vaccine > section table th {
    border-bottom: none;
  }
}
.article #vaccine .notes {
  margin-top: 5rem;
}
.article #vaccine .notes p {
  margin-bottom: 0;
}