/*

Theme Name: 垣花整形外科医院

*/
/*-----------------------------------------------

 基本設定

-----------------------------------------------*/ :root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-theme: #4988a2;
  --color-sub: #D8F0FF;
  --color-content: #fafafa;
  --color-black: #707070;
  --color-gray: #cccccc;
}
/*---------------------------------------------

Common Style

---------------------------------------------*/
h2.heading {
  margin: 30px 0 50px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}
h3.heading {
  height: 60px;
  line-height: 60px;
  margin: 0 0 20px 0;
  padding: 0 22px;
  border-left: 3px solid var(--color-theme);
}
@media (max-width: 768px) {
  h2.heading {
    font-size: 1.0rem;
    margin: 50px 0;
  }
}
a.link {
  color: var(--color-theme);
  transition: var(--transition);
}
a.link:hover {
  opacity: .7;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.rps_table {
  margin: 0 auto;
  width: 100% !important;
  line-height: 2.0;
  max-width: 2000px;
}
.rps_table td, .rps_table th {
  border: 1px solid #ccc;
  padding: 20px 30px;
  line-height: 1.8;
  background: #fff;
}
.rps_table th {
  background: #f0f0f0;
  font-weight: normal;
  text-align: left;
  padding: 20px 15px;
  white-space: nowrap;
}
.rps_table ul {
  margin: 0;
}
@media only screen and (max-width:767px) {
  .rps_table {
    border: none;
  }
  .rps_table tr {
    display: block;
  }
  .rps_table th, .rps_table td {
    padding: 10px;
    display: list-item;
    list-style-type: none;
    border: none;
    width: 100%;
  }
  .rps_table td, .rps_table.border td {
    border-top: none;
  }
}
/* 背景が伸びる矢印ボタン
---------------------------*/
.arrow-extend {
  padding: 20px;
  color: var(--color-black);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.arrow-extend::before {
  content: '';
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-black);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}
.arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.arrow-extend:hover::before {
  width: 100%;
}
span.button-text {
  padding: 0 50px;
  transition: .4s;
}
/* 矢印が伸びるボタン
---------------------------*/
.button-link {
  margin: 30px auto 10px;
  text-align: center;
}
.button-link .button {
  position: relative;
  display: inline-block;
  padding: 15px 15px 11px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 0 4px 3px 0 rgb(0 0 0 / 11%);
  color: inherit;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: background-color .5s ease, color .5s ease;
}
.button-link .button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #333;
}
.button-link.w50p {
  width: 50%;
  margin: 0;
}
.icon-arrow:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 30px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.5s ease-out;
}
.icon-arrow:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 17px;
  height: 1px;
  background: #000;
  transition: 0.5s ease-out;
}
.button-link .button:hover > .icon-arrow:before {
  right: 17px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.button-link .button:hover > .icon-arrow:after {
  right: 17px;
  width: 30px;
  background: #fff;
}
@media only screen and (max-width:425px) {
  .button-link {
    width: 80%;
  }
}
section.bg-gray {
  background-color: var(--color-content);
}
/*---------------------------------------------

Header Style

---------------------------------------------*/
header {
  position: relative;
  z-index: 99;
}
/* small menu area
----------------------------*/
.header_small_menu, .footer_small_menu {
  position: relative;
  padding: 5px;
  font-size: 12px;
  transition: var(--transition);
  z-index: 3;
}
.header_small_menu a:before, .footer_small_menu a:before {
  font-family: 'fontAwesome';
  content: '\f0da';
  margin-right: 3px;
}
.header-logo, .header_small_content, .footer_small_content {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
.header_small_menu #description {
  margin: 0;
  padding: 3px 0;
  font-size: 13px;
  font-weight: normal;
}
.header_small_menu_right {
  margin: 3px 0;
}
.header_small_menu_right li, .footer_small_menu li {
  display: inline-block;
  padding: 0 3px;
}
.header_small_menu li a, .footer_small_menu li a {
  padding: 3px !important;
}
.footer_small_content.no-nav {
  display: none;
}
/* 左から右に線が伸びる（下部）
---------------------------*/
.header_small_menu li a, .footer_small_menu li a {
  position: relative;
}
.header_small_menu li a::after, .footer_small_menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16%;
  width: 80%;
  height: 1px;
  background: var(--color-black);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
/*現在地とhoverの設定*/
.header_small_menu li.current a::after, .header_small_menu li a:hover::after, .footer_small_menu li.current a::after, .footer_small_menu li a:hover::after {
  transform: scale(1, 1);
}
#nav_fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 16.1vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.header-logo .logo {
  min-height: 60px;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
.header-logo .logo a {
  color: var(--color-black);
}
.header-logo .header-right {
  display: flex;
  align-items: center;
}
.header-logo .header-right .cta {
  padding: 10px 0 10px 30px;
}
.header-right .cta .tel a {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.0em;
  transition: var(--transition);
}
.header-right .cta .tel a:hover {
  color: var(--color-theme);
}
.header-right .cta .tel a::before {
  font-family: 'Font Awesome 6 Free';
  margin-right: 5px;
  content: '\f095';
  display: block;
  font-size: 1.5rem;
  transition: var(--transition);
}
.header-logo #nav ul#fixnavul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.header-logo #nav ul li a {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  vertical-align: bottom;
  font-size: .9em;
  padding: 3px;
}
#nav_fixed .menu_button {
  display: none;
}
#nav_fixed.is-shrink {
  height: 60px;
}
.is-shrink .header-logo {
  font-size: 0.8em;
}
.is-shrink .header-logo .logo {
  font-size: 2.0rem;
}
.is-shrink .header-right .cta .tel a {
  font-size: 1.75rem;
}
.is-shrink .header-right .cta .tel a::before {
  font-size: 1.2rem;
}
@media only screen and (max-width:1024px) {
  .header-logo {
    width: 90%;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .header-logo .logo {
    font-size: 1.5rem;
  }
  .is-shrink .header-logo .logo {
    font-size: 1.2rem;
  }
}
/* 左から右に線が伸びる（下部）
---------------------------*/
.header-logo #nav ul li a {
  position: relative;
}
.header-logo #nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.header-logo #nav ul li a:hover::after {
  transform: scale(1, 1);
}
.header-logo #nav ul li a.current {
  color: #999;
}
/* パンくずリスト
---------------------------*/
.breadcrumb-wrap {
  text-align: center;
}
.breadcrumb-wrap.fixed {
  margin-top: 55px;
}
ul#breadcrumb {
  max-width: 2000px;
  width: 90%;
  font-size: 13px;
  padding: 10px 0;
  margin: 0 auto;
  text-overflow: ellipsis;
  list-style: none;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb .fa-home {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb li:not(:first-child):before {
  content: '\f0da';
  color: #aaa;
  margin: 0 5px;
  position: relative;
  top: 1px;
  font-family: 'FontAwesome';
}
@media only screen and (max-width:1023px) {
  ul#breadcrumb {
    width: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (max-width:425px) {
  ul#breadcrumb {
    font-size: 0.6rem;
    padding: 10px;
  }
}
/* スマホドロワーメニュー
---------------------------*/
.drawer-overlay {
  transition: var(--transition);
}
.drawer-overlay.active {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 9999;
}
#drawer-nav {
  background: #333;
  margin: 0;
  padding: 10px;
  list-style: none;
  top: 0;
  z-index: 99999;
  width: 80%;
  max-width: 450px;
  height: 100%;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  transition: var(--transition);
  overflow-y: scroll;
  position: fixed;
  right: -100%;
}
#drawer-nav.active {
  left: inherit;
  right: 0;
}
#drawer-nav ul.menu li:not(:last-child) {
  border-bottom: 1px dotted #999;
}
#drawer-nav ul.menu li a {
  display: block;
  padding: .8em 1em;
  margin: 0;
  position: relative;
  color: #eee;
  font-size: 0.9rem;
  transition: 0.3s;
}
#drawer-nav ul.menu li a:hover {
  background-color: var(--color-theme);
}
#drawer-nav ul#drawernavul li ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
#drawer-nav ul#drawernavul li ul.sub-menu li {
  border: none;
}
#drawer-nav ul#drawernavul li ul.sub-menu li a:before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 5px;
  color: var(--color-gray);
  font-size: 0.9rem;
}
@media screen and (max-width:1199px) {
  #nav_fixed #nav, #nav_fixed .cta {
    display: none;
  }
  #nav_fixed .menu_button {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
  }
  .menu_button .line {
    display: block;
    position: relative;
    height: 1px;
    background: #000;
  }
  .menu_button .line:nth-child(1) {
    top: 25px;
    left: 15px;
    width: 30px;
  }
  .menu_button .line:nth-child(2) {
    top: 35px;
    left: 15px;
    width: 20px;
  }
  .header_small_content, .footer_small_content {
    display: block;
    width: 96% !important;
    text-align: center;
  }
  .header_small_menu #description {
    text-align: center;
  }
  .header_small_menu .header_small_menu_right {
    display: none;
  }
  #nav_fixed #nav {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .header_small_content, .footer_small_content {
    width: 100% !important;
  }
}
/*---------------------------------------------

FirstView Style

---------------------------------------------*/
.firstview {
  padding-top: 16.1vw
}
.firstview figure {
  max-width: 1500px;
  margin: 0 auto 9.2vw;
  padding: 0 10vw;
}
@media screen and (max-width:767px) {
  .firstview figure {
    margin: 0;
    padding: 0;
  }
  .firstview figure img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
    object-position: 90% center;
  }
}
/*---------------------------------------------

Front Page Style

---------------------------------------------*/
section .content-wrap {
  max-width: 1680px;
  width: 96%;
  margin: 0 auto;
  padding: 100px 0;
}
section .content-wrap.fullwidth {
  max-width: inherit;
  width: 100%;
}
section.news .news-wrap .news-list-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 50px;
}
section.news .news-wrap .news-list-wrap p {
  text-align: center;
  margin: 0;
}
section.news ul.news-list {
  margin-bottom: 50px;
}
section.news ul.news-list li a {
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
  display: block;
  transition: var(--transition);
}
section.news ul.news-list li a:hover {
  opacity: .7;
}
section.news ul.news-list li a span.date {
  color: var(--color-theme);
  margin-right: 30px;
}
@media (max-width: 768px) {
  section.news .news-wrap .news-list-wrap {
    padding: 15px 20px;
  }
}
@media (max-width: 425px) {
  section.news ul.news-list li a {
    padding: 15px 0;
  }
  section.news ul.news-list li a span.date {
    margin: 0;
    display: block;
  }
}
section.information {
  background: var(--color-content);
}
.cta_wrap {
  width: 90% !important;
  max-width: 2000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}
.cta_wrap .box {
  max-width: 520px;
  padding: 25px 10px;
  line-height: 1.6;
}
.cta_wrap .title {
  margin-bottom: 50px;
}
.cta_wrap .title::before {
  content: '●';
  color: var(--color-theme);
  margin-right: 5px;
}
.cta_wrap .info .cta a {
  font-size: 2.0rem;
  color: var(--color-theme);
}
.cta_wrap .info .cta span {
  font-size: 1.5rem;
}
.cta_wrap .info .fax {
  margin-bottom: 1rem;
}
.cta_wrap .address a {
  border: 1px solid var(--color-black);
  padding: 5px 8px;
  border-radius: 8px;
  transition: var(--transition);
}
.cta_wrap .address a:hover {
  color: #fff;
  background-color: var(--color-theme);
}
table.hours {
  margin: 0;
  width: auto;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 0.8rem;
}
table.hours th {
  width: auto;
  /*background-color: #4988a2;*/
  background-color: #bcbcad;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 12px 18px;
  border: 1px solid #fff;
  vertical-align: middle;
  white-space: nowrap;
}
table.hours td {
  padding: 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #4988a2;
}
span.heading {
  padding: 5px 10px 5px 0;
  border-radius: 10px;
  width: fit-content;
  float: left;
  margin-top: 5px;
}
span.heading::before {
  content: '●';
  color: var(--color-theme);
  margin-right: 5px;
}
.closed {
  font-size: 0.8rem;
}
.closed ul.hrlist li {
  padding: 5px 0;
}
.closed ul.hrlist {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: start;
  flex-wrap: wrap;
}
.closed ul.hrlist li:not(:last-child)::after {
  content: '／';
  padding: 0 5px;
}
@media only screen and (max-width:1023px) {
  .cta_wrap {
    justify-content: center;
  }
  .cta_wrap .info .cta {
    font-size: 2.0rem;
  }
  .cta_wrap .info .cta span {
    font-size: 1.0rem;
  }
}
@media only screen and (max-width:768px) {
  .cta_wrap .box {
    width: 100% !important;
  }
  table.hours {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .closed ul.hrlist {
    margin: 0;
  }
  .closed ul.hrlist li {
    padding: 0;
  }
}
section.access .access-wrap {
  justify-content: center;
  gap: 80px 160px;
}
section.access .fl-box .box.gmap {
  width: 100%;
  max-width: 500px;
  min-height: 500px;
  overflow: hidden;
}
section.access .fl-box .box iframe {
  width: 100%;
  height: calc(100% + 59px);
  margin-top: -59px;
  border: none;
}
section.access ul.bnr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-top: 50px;
  justify-items: center;
}
section.access ul.bnr li {
  max-width: 250px;
}
ul.note {
  font-size: 0.8rem;
  padding-left: 0;
  list-style: none;
}
ul.note li {
  position: relative;
  padding-left: calc(1em + 5px);
}
ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
/*---------------------------------------------

Main Style

---------------------------------------------*/
#content-wrap {
  position: relative;
  background: #fff;
  z-index: 1;
  margin: 50px 0 0;
  padding-bottom: 100px;
  border-radius: 50px;
}
#content-area {
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
}
#content-area.full {
  max-width: 100%;
  width: 100%;
}
/*---------------------------------------------

News Style

---------------------------------------------*/
h3.post-title {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.0rem;
  margin: 10px 0;
}
.post-meta {
  font-size: .85em;
  margin-bottom: 1rem;
}
.post-meta .post-date {
  margin-right: 8px;
}
.post-meta .post-date.published {
  color: #999;
}
section.post-main {
  margin-top: 1em;
}
section.post-main p:last-child {
  margin-bottom: 0;
}
#content-area.news .post-main h1 {
  font-size: 2.5rem;
  line-height: 3.0rem;
}
#content-area.news .post-main h2 {
  font-size: 2.0rem;
  line-height: 2.5rem;
  color: inherit;
  background-color: inherit;
  padding: 0;
}
#content-area.news .post-main h3 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5rem;
  position: relative;
  padding-bottom: 1.0rem;
  width: 100%;
  border-bottom: 5px solid #c7c7c7;
}
#content-area.news .post-main h3::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: var(--color-theme);
}
#content-area.news .post-main h4 {
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.8rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
#content-area.news .post-main h4:before {
  content: '';
  display: block;
  width: 3px;
  height: 1.8rem;
  background-color: var(--color-theme);
  margin-right: 10px;
}
#content-area.news .post-main h5 {
  font-size: 0.8rem;
  line-height: 1.0rem;
  color: inherit;
}
figure.thumbnail img {
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#content-area.news .post-main ul {
  list-style: disc;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
  line-height: 2;
}
#content-area.news .post-main ol {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
  line-height: 2;
}
#content-area.news .post-main blockquote {
  background: var(--color-content);
  padding: 20px 30px;
  border-radius: 20px;
}
#content-area.news .post-main blockquote p:last-child {
  margin-bottom: 0;
}
#content-area.news.archive article:first-child {
  border-top: 1px solid #eee;
}
#content-area.news.archive article {
  position: relative;
  border-bottom: 1px solid #eee;
}
#content-area.news.archive article .post-box {
  display: flex;
  justify-content: start;
  transition: var(--transition);
}
#content-area.news.archive article .post-box:hover {
  color: var(--color-theme);
}
#content-area.news.archive article .post_thumbnail {
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 280px;
}
#content-area.news.archive article .post_thumbnail img {
  height: 100%;
  width: auto;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
#content-area.news.archive article .post-box:hover .post_thumbnail img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#content-area.news.archive article .post-box .post-meta-all {
  padding: 10px 20px;
  width: 100%;
  display: flex;
}
#content-area.news.archive article .post-box .post-title {
  padding: 5px 0 5px 50px;
}
#content-area.news.archive article .post-box .post-substr {
  font-size: 13px;
  height: 4.5em;
}
#content-area.news.archive article .post-box .post-date {
  color: #999;
  padding: 5px 0;
  white-space: nowrap;
}
@media only screen and (max-width:768px) {
  #content-area.news.archive article .post_thumbnail {
    width: 180px;
  }
  #content-area.news.archive article .post-box .post-meta-all {
    width: calc(100% - 180px);
  }
  #content-area.news.archive article .post-box .post-date {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width:599px) {
  #content-area.news.archive {
    width: 100%;
  }
  #content-area.news.archive article {
    padding: 5px;
    margin-bottom: 1px;
    border: none;
  }
  #content-area.news.archive article .post_thumbnail {
    width: 100px;
  }
  #content-area.news.archive article .post-box .post-meta-all {
    padding: 5px 10px;
    width: 100%;
  }
  #content-area.news.archive article .post-box .post-title {
    padding: 5px 0 5px 20px;
  }
  #content-area.news.archive article .post-box .post-substr {
    display: none;
  }
}
/*---------------------------------------------

Clinic Style

---------------------------------------------*/
.doc-eyecatch {
  max-width: 1000px;
  padding: 0px 20px 10px 20px;
  overflow: hidden;
  margin: 0 auto -100px;
}
.doc-eyecatch .content {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  justify-content: start;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}
.doc-eyecatch .content .image_area {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.doc-eyecatch .content .title_area {
  margin-bottom: 100px;
}
.doc-eyecatch .content .title_area .title {
  margin-bottom: 20px;
}
.doc-eyecatch .content .title_area h3.name {
  line-height: 1.4;
  font-size: 1.0rem;
  color: #555;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}
.doc-eyecatch .content .title_area h3.name span {
  font-size: 1.8rem;
  color: #222;
  margin-top: 10px;
  display: block;
}
.doc-eyecatch .content .title_area p {
  line-height: 2.0rem;
}
.doc-content {
  padding: 100px 20px 60px 20px;
}
.doc-content .content {
  max-width: 1182px;
  margin: 0 auto;
}
.doc-content .list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.doc-content .list > div {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 45px;
  color: #666;
  box-sizing: border-box;
}
.doc-content .list h4 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #333;
  border-bottom: #ccc solid 1px;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
}
.doc-content .list p {
  line-height: 2rem;
}
section.about-clinic {
  max-width: 800px;
  margin: 0 auto 100px;
  font-size: 0.8rem;
}
.about-clinic .eyecatch {
  max-width: 800px;
  margin: 0 auto;
}
.about-clinic .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.clinic-info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.clinic-info .title {
  width: 20%;
  padding: 8px 12px;
  font-weight: bold;
  white-space: nowrap;
}
.clinic-info .info {
  width: 80%;
  padding: 8px 12px;
}
.clinic-info .closed ul.hrlist li {
  padding: 0;
}
.clinic-info .closed ul.hrlist {
  margin: 0;
}
@media screen and (max-width:1024px) {
  .doc-eyecatch, .doc-content .content, section.about-clinic {
    max-width: 90%;
  }
}
@media screen and (max-width:768px) {
  .doc-eyecatch {
    padding: 0;
    margin-bottom: 0px;
  }
  .doc-eyecatch .content {
    display: block;
  }
  .doc-eyecatch .content .image_area {
    width: auto;
    text-align: center;
    padding-bottom: 10px;
  }
  .doc-eyecatch .content .image_area img {
    margin: 0 auto;
  }
  .doc-eyecatch .content .title_area {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .doc-content {
    padding: 50px 0;
  }
  .doc-content .list {
    display: block;
  }
  .doc-content .list > div {
    width: auto;
    padding: 20px;
  }
  .doc-eyecatch .content .title_area p {
    line-height: 1.5rem;
  }
  .clinic-info .title {
    width: 25%;
    padding: 8px;
  }
  .clinic-info .info {
    width: 75%;
    padding: 8px;
  }
}
@media only screen and (max-width:480px) {
  .doc-eyecatch .content .image_area img {
    max-width: 150px;
  }
  .doc-eyecatch .content .title_area h3.name {
    font-size: 0.8rem;
  }
  .doc-eyecatch .content .title_area h3.name span {
    font-size: 1.5rem;
  }
  .clinic-info.wrap {
    display: block;
  }
  .clinic-info.wrap .title {
    width: 100%;
  }
  .clinic-info.wrap .info {
    width: 100%;
    padding: 0 8px 8px 8px;
  }
}
ul.biography {
  padding-left: 0;
  list-style: none;
}
ul.biography li {
  display: flex;
  padding: 5px 0;
}
ul.biography li .date {
  white-space: nowrap;
  margin-right: 1.0rem;
}
/*---------------------------------------------

Medical Infomation Style

---------------------------------------------*/
/* 診療案内スタイル
---------------------------*/
ul.medilalinfo-list {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
ul.medilalinfo-list .icon {
  background: #fff000;
  max-width: 180px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 20px;
}
ul.medilalinfo-list li .title {
  margin: 1rem 0 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
ul.medilalinfo-list li .desc {
  text-align: left;
}
@media only screen and (max-width:767px) {
  ul.medilalinfo-list {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  ul.medilalinfo-list li .title {
    font-size: 1.1rem;
  }
}
section.medicalinfo {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
/*---------------------------------------------

Footer Style

---------------------------------------------*/
.copyright {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width:1199px) {
  .copyright {
    position: relative;
    transform: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 59px;
  }
}
/*---------------------------------------------

Parts Style

---------------------------------------------*/
/* 予約ボタン

---------------------------*/
.float-button__wrap {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  display: none;
}
.float-button__wrap a {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #333;
  position: relative;
  cursor: pointer;
  line-height: 1.5rem;
  transition: var(--transition);
}
.float-button__wrap a::after {
  content: "";
  background-color: var(--color-sub);
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: var(--transition);
  border-radius: 50%;
  transform: translateZ(-10px);
}
.float-button__wrap a:hover::after {
  top: 0px;
  left: 0px;
  background-color: var(--color-theme);
}
.float-button__wrap a span {
  font-size: .8em;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .float-button__wrap a {
    width: 120px;
    height: 120px;
  }
}
/* ページトップボタン
---------------------------*/
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  height: 100%;
  transform: translateY(100%);
}
.arrow-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  width: 120px;
  transform: rotate(-90deg);
  height: 120px;
  pointer-events: none;
}
.arrow-pagetop::after {
  position: absolute;
  bottom: 12px;
  left: 0;
  display: block;
  content: "  ";
  width: 85px;
  height: 8px;
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  transform: skew(58deg);
  transition: 0.5s;
}
.btn-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 150px;
  width: 150px;
  clip-path: polygon(100% 100%, 0 100%, 0 50%);
  transform: rotate(-90deg);
  transition: 0.5s;
}
.btn-pagetop:hover + .arrow-pagetop::after {
  width: 180px;
}
.btn-pagetop span {
  position: absolute;
  bottom: 15px;
  left: 7px;
  font-size: 10px;
}
@media only screen and (max-width:767px) {
  #page-top {
    bottom: 59px;
  }
}
@media only screen and (max-width:600px) {
  .btn-pagetop {
    height: 200px;
    width: 200px;
    clip-path: polygon(100% 100%, 0 100%, 0 80%);
  }
  .btn-pagetop span {
    bottom: 7px;
  }
  .arrow-pagetop::after {
    bottom: 7px;
    height: 5px;
  }
  .arrow-pagetop::after {
    width: 100px;
  }
  .btn-pagetop:hover + .arrow-pagetop::after {
    width: 100px;
  }
}
/* sp footer-bar style
---------------------------*/
ul.sp-footer-bar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 1px #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  text-align: center;
  width: 100%;
  transform: translateY(60px);
}
ul.sp-footer-bar li.sp-footer-bar-item {
  flex: 1;
}
.sp-footer-bar-item + .sp-footer-bar-item {
  border-left: solid 1px #DDDDDD;
}
ul.sp-footer-bar li.sp-footer-bar-item a {
  display: block;
  padding: 10px 0;
}
ul.sp-footer-bar li.sp-footer-bar-item div {
  padding: 10px 0;
}
.sp-footer-bar-icon:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: block;
  font-size: 16px;
}
.sp-footer-bar-icon.icon-phone:before {
  content: '\f095';
}
.sp-footer-bar-icon.icon-plane:before {
  content: '\f073';
}
.sp-footer-bar-icon.icon-menu:before {
  content: '\f0c9';
}
.sp-footer-bar.UpMove {
  animation: UpAnime 0.5s forwards;
}
@media (max-width: 767px) {
  #container {
    padding-bottom: 59px;
  }
}
/* 記事のナビゲーション
---------------------------*/
ul.navigation-post {
  display: flex;
  width: 96%;
  max-width: 1000px;
  grid-gap: 2px;
  font-size: .9em;
  margin: 50px auto 0;
}
ul.navigation-post li {
  flex: 1;
  padding: 14px 16px;
  background: #fff;
}
.navigation-post li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 14px;
  transition: var(--transition);
}
.navigation-post li a:hover {
  color: var(--color-theme);
}
.navigation-post li.prev a {
  justify-content: flex-start;
}
.navigation-post li.next a {
  justify-content: flex-end;
}
.navigation-post li.prev a:hover {
  transform: translateX(-5px);
}
.navigation-post li.next a:hover {
  transform: translateX(5px);
}
.navigation-post li.prev a::before, .navigation-post li.next a::after {
  font-weight: bold;
  font-family: 'Font Awesome 6 Free';
}
.navigation-post li.prev a::before {
  content: '\f053';
}
.navigation-post li.next a::after {
  content: '\f105';
}
.navigation-post .title {
  flex: 1;
  font-size: .9em;
}
.navigation-post li.next .title {
  text-align: right;
}
.navigation-post .thumb {
  width: 100px;
}
.navigation-post .thumb img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navigation-post {
    flex-direction: column;
  }
}
/* ページャー
---------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  width: 96%;
  margin-top: 50px;
}
a.page-numbers, .pagination .current {
  padding: 12px 22px;
  margin: 0 3px;
  border-radius: 5px;
}
a.page-numbers {
  background: var(--color-gray);
  color: #fff;
  transition: var(--transition);
}
a.page-numbers:hover {
  background: var(--color-theme);
}
a.prev1.page-numbers::before {
  font-family: fontAwesome;
  content: "\f104";
}
a.next1.page-numbers::before {
  font-family: fontAwesome;
  content: "\f105";
}
a.prev.page-numbers::before {
  font-family: fontAwesome;
  content: "\f100";
}
a.next.page-numbers::before {
  font-family: fontAwesome;
  content: "\f101";
}
.pagination .current {
  background: var(--color-theme);
  color: #fff;
}
span.page-numbers.dots {
  padding: 8px .5em;
}
/*---------------------------------------------

Animation Style

---------------------------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#nav_fixed.Down {
  animation: DownMotion 0.5s forwards;
}
@keyframes DownMotion {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
#nav_fixed.Up {
  animation: UpMotion 0.5s forwards;
}
@keyframes UpMotion {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}
.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: none;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeOutAnime {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
/*---------------------------------------------

ローディング画面

---------------------------------------------*/
html.display_load_screen body > *:not(#site_loader_overlay) {
  display: none !important;
  overflow: hidden;
}
#site_loader_overlay {
  display: block;
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
#site_loader_logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#site_loader_logo_inner {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#site_loader_logo_inner .logo_image {
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
}
#site_loader_logo.active .logo_image {
  -webkit-animation: opacityAnimation 1.4s ease forwards 0.5s;
  animation: opacityAnimation 1.4s ease forwards 0.5s;
}
#site_loader_logo_inner .logo_image img {
  width: 10vw;
}
#site_loader_logo_inner .message {
  text-align: center;
  margin: 30px auto 0;
  display: table;
  font-size: 16px;
  opacity: 0;
  -webkit-animation: opacityAnimation 1.4s ease forwards 1.5s;
  animation: opacityAnimation 1.4s ease forwards 1.5s;
}
#site_loader_logo_inner .text {
  display: inline;
}
#site_loader_logo_inner .dot_animation_wrap {
  display: inline;
  margin: 0 0 0 4px;
  position: absolute;
}
#site_loader_logo_inner i {
  width: 2px;
  height: 2px;
  margin: 0 4px 0 0;
  border-radius: 100%;
  background: var(--color-black);
  display: inline-block;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
  -ms-animation: loading-dots-middle-dots 0.5s linear infinite;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}
#site_loader_logo_inner i:first-child {
  opacity: 0;
  -webkit-animation: loading-dots-first-dot 0.5s infinite;
  -ms-animation: loading-dots-first-dot 0.5s linear infinite;
  animation: loading-dots-first-dot 0.5s linear infinite;
  -webkit-transform: translate(-4px);
  -ms-transform: translate(-4px);
  transform: translate(-4px);
}
#site_loader_logo_inner i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
  -ms-animation: loading-dots-last-dot 0.5s linear infinite;
  animation: loading-dots-last-dot 0.5s linear infinite;
}
@media only screen and (max-width:1023px) {
  #site_loader_logo_inner .logo_image img {
    width: 20vw;
  }
}
@media only screen and (max-width:425px) {
  #site_loader_logo_inner .logo_image img {
    width: 30vw;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 1;
  }
}
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
  }
}
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 0;
  }
}