<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ã‚«ãƒ©ãƒ¼å¤‰æ›´ */

:root {
  --content-width: 1200px;
  --main-color01: #ffa71d;
  --main-color02: #249624;
  --sub-color: #FFCD1C;
  --accent-color: #FFF9EB;
}


/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: collapse;
  text-indent: initial;
  text-decoration: none;
  line-height: 2.0em;
  margin: 0;
}

body {
  font-family:"Zen Maru Gothic","ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, Hiragino Sans, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", Hiragino Kaku Gothic ProN, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif;
}

main {
  padding-top: 126px;
}

@media (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}


li::marker {
  color: var(--main-color01);
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 60px 0;
}

section:first-of-type {
  padding-top: 0px;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.home section:first-of-type {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .home section:first-of-type {
    padding-top: 30px;
  }
}
.container {
  margin: 0 auto;
  max-width: var(--content-width);
}
@media (max-width: 1200px) {
  .container {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 0;
gap: 20px;
}

@media (max-width: 767px) {
.row {
  flex-direction: column;
}
.row.sp-2row {
display: flex;
}
}

.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1 - 20px);
  flex-grow: 1;
}

.row .span_2 {
width: calc(100% / 12 * 2 - 20px);
flex-grow: 1;
}

.row .span_3 {
width: calc(100% / 12 * 3 - 20px);
flex-grow: 1;
}

.row .span_4 {
width: calc(100% / 12 * 4 - 20px);
flex-grow: 1;
}

.row .span_5 {
width: calc(100% / 12 * 5 - 20px);
flex-grow: 1;
}

.row .span_6 {
width: calc(100% / 12 * 6 - 20px);
flex-grow: 1;
}

.row .span_7 {
width: calc(100% / 12 * 7 - 20px);
}

.row .span_8 {
width: calc(100% / 12 * 8 - 20px);
}

.row .span_9 {
width: calc(100% / 12 * 9 - 20px);
}

.row .span_10 {
width: calc(100% / 12 * 10 - 20px);
}

.row .span_11 {
width: calc(100% / 12 * 11 - 20px);
}

.row .span_12 {
width: 100%;
}


@media (max-width: 767px) {
.row &gt; .col {
margin-left: 0;
margin-right: 0;
padding-right: 0;
padding-left: 0;
width: 100%;
}

.row.sp-2row &gt; .col {
width: 50%;
}
}

@media (max-width: 767px) {
  .row .span_1 {
    width:auto;
}
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ */

header{
  position: fixed;
  width: 100%;
  z-index: 999999999;
  background: #FFF;
  padding: 0 0 0 10px;
  top: 0;
  border-top: var(--sub-color) 3px solid;
}

.header-wrap {
  position: relative;
  width: auto;
  min-height: 80px;
  text-align: center;
  margin: 0 auto;
  max-width: var(--content-width);
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
  }
}


.header-head {
  text-align: left;
  margin-right: 20px;
}

.header-head a {
  display: inline-block;
}

.header-head p {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
}

.header-copy:not(.title) {
  color: #1b1b1b;
  /* font-size: 1rem; */
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 1.2;
  /* margin: 0 0 20px 0; */
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
  .header-copy:not(.title) {
    display: none;
  }
}

.header-tel {
  text-align: right;
}

.tel-text{
  color: var(--main-color01);
  font-size: 1.6rem;
}

.tel-text i{
  margin-right: 10px;
}

.header-tel p {
  line-height: 1.5em;
}

.header-tel p:first-child {
  margin-top: 0;
}

.header-btn {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 999999999;
  background: var(--main-color01);
}

.header-btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 22px;
  height: 3px;
  border-radius: 2px;
  background:#fff;
  width: 45%;
}

.header-btn span:nth-of-type(1) {
  top: 32px;
}

.header-btn span:nth-of-type(2) {
  top: 40px;
}

.header-btn span:nth-of-type(3) {
  top: 48px;
}

.header-btn.active span:nth-of-type(1) {
  top: 33px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header-btn.active span:nth-of-type(3) {
  top: 45px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.header_nav {
  margin-right: 0px;
}

@media (min-width: 1023px) {
  .header-btn {
    display: none;
  }
}

/* ã‚¹ãƒ©ã‚¤ãƒ‰ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ */

.slide {
  background-color: var(--main-color01);
  width: 300px;
  min-height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999999;
  overflow-y: scroll;
  padding-top: 126px;
}
.slide-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: transparent;
  cursor: pointer;
  z-index: -1;
}
@media (max-width: 767px) {
  .slide {
    padding-top: 80px;
  }
}

.slide-menu {
  list-style: none;
  border-top: 2px solid #fff;
  padding: 0;
  overflow-y: scroll;
  height: 80vh;
}

.slide-menu &gt; ul {
  padding: 0;
}

.slide-menu &gt; ul &gt; li {
  border-bottom: 2px solid #fff;
}

.slide-menu &gt; ul &gt; li &gt; a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  display: block;
}

.slide-menu &gt; ul &gt; li &gt; a:hover {
  background-color: var(--main-color02);
  box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease 0s;
  opacity: 1;
}


/* ã±ã‚“ããš */

.bread_wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.bread {
  overflow: hidden;
}

.bread ul {
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  margin-right: 20px;
  padding-right: calc(20px + 9px);
}

@media (max-width: 767px) {
  .bread ul li {
    margin-right: 15px;
    padding-right: calc(15px + 9px);
  }
}

.bread ul li a {
  padding: 0;
  text-decoration: underline;
  color: var(--main-color01);
}

.bread ul li a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.bread ul li:after {
  content: '&gt;';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}


/* ã‚µã‚¤ãƒ‰ãƒãƒ¼ */

.sidebar {
  visibility: hidden;
}

.sidebar&gt;.widget_wrap {
  visibility: visible;
}

.widget_header {
  display: none;
}

.calendar .widget_header{
  display: block;
    margin: 0 0 0.5em;
    position: relative;
    width: 100%;
    border: 0;
    padding-top: 0;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--main-color01);
    padding-bottom: 0.5em;
    letter-spacing: 3px;
    border-bottom: none;
    line-height: 1.5em;
  }

.calendar .widget_header:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--main-color01), #fff);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
  }

.widget_wrap .menu{
  padding: 0;
}
.widget_wrap .menu li{
  list-style: none;
  margin-bottom: 10px;
}
.widget_wrap .menu li a{
  padding: 15px;
  background: var(--pale-color);
  display: block;
  color: #2f2f2f;
  font-weight: bold;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

.widget_wrap .menu li a:hover{
  background: var(--main-color02);
}

.qr {
  border: 1px solid #c7c7c7;
  margin-top: 20px;
}

/* ç”»åƒã®ãƒ•ã‚£ãƒƒã‚¯ã‚¹ */

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure img {
  width: inherit;
}


/* æŠ•ç¨¿ */

.article_list {
  padding: 15px 30px 30px;
  border: 1px solid var(--main-color01);
  position: relative;
  overflow: hidden;
}
.article_list h2.heading-1{
  font-size: 1.4rem;
  margin: 0;
}
.article_list h2.heading-1:after {
  content: none;
}
@media (max-width: 767px) {
  .article_list {
    padding: 20px;
  }
}

.article_list:first-child {
  margin-top: 0;
}

.article_list:nth-child(n+2) {
  margin-top: 30px;
}

.article_date {
  display: flex;
  align-items: center;
  gap: 20px;
}

.article_detail {
  padding: 4%;
  margin-bottom: 4%;
  font-size: 1.2rem;
}

.article_detail img {
  width: auto;
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_button {
  text-align: right;
}

@media (max-width: 767px) {
  .article_button {
    margin-top: 20px;
  }
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more.btn_ss a, .more.btn_ss span {
  padding: 0.3em 2.1em 0.3em 1.4em;
}

.more.btn_s a, .more.btn_s span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more.btn_m a, .more.btn_m span {
  padding: 0.5em 2.1em 0.5em 1.4em;
}

.more a, .more span {
  display: inline-block;
  letter-spacing: normal;
  color: var(--main-color01);
  border: 1px solid var(--main-color01);
  padding: 0.9em 1.6em;
  margin-bottom: 1px;
  text-decoration: none;
}

.more a:after, .more span:after {
  border-color: var(--main-color01);
}

.more a:hover, .more span:hover {
  color: #333;
  border-color: #333;
}

.more a:hover:after, .more span:hover:after {
  border-color: #333;
}

.more a.add_arrow, .more span.add_arrow {
  padding-right: 1.9em;
}

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_arrow:hover:after {
  right: 3%;
  border-color: #fff;
}

.more {
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid var(--main-color01);
  color: var(--main-color01);
  padding: 0.3em 1.3em 0.3em 1em;
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 1.2rem;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.pager .pager_prev a:before, .pager .pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: var(--main-color01);
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_prev a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.pager .pager_prev a:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
  text-decoration: underline;
}

.pager .pager_prev a:hover:before {
  left: 0;
}

.pager .pager_prev a:hover:after {
  left: 0;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.pager .pager_next a:before, .pager .pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: var(--main-color01);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.pager .pager_next a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.pager .pager_next a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.pager .pager_next a:hover {
  text-decoration: underline;
}

.pager .pager_next a:hover:before {
  right: 0;
}

.pager .pager_next a:hover:after {
  right: 0;
}

.pagination {
  margin:40px 0 0;
  text-align: center;
  font-weight: bold;
}

.pagination a{
  color: #005cd6;
}

.pagination span.current{
  color: #3b3b3b;
}


.top-news {
  position: relative;
}

.news-items {
  padding: 30px 15px 45px;
  border: 1px solid var(--main-color01);
  border-radius: 20px;
  margin-bottom: 30px;
}

.news-item{
  flex: 1;
}

.news-items-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: flex-start;
  position: relative;
  padding-right: 30px;
  padding: 15px;
  border-bottom: 1px solid #c1c1c1;
  align-items: baseline;
}

/* .news-items-inner:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url(/wp-hcs/wp-content/uploads/arrow-right-circle.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
} */

.news-items-inner:last-child{
  border-bottom: none;
}

.cat {
  background: var(--main-color01);
  padding: 0 10px;
  border-radius: 25px;
  color: #fff;
}

.post-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

.news-item time {
  width: 100%;
  color: #575757;
}

.news-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--main-color02);
  line-height: 0;
}

.news-content{
  width: 100%;
  margin:15px 0 0;
  line-height: 1.5;
}

.news-item a:hover {
  text-decoration: underline;
  opacity: .7;
}

@media (max-width: 767px) {
  .news-item{
    width: 100%;
    flex: auto;
  }
}

/* ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ&nbsp; */

/* ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ&nbsp; */

 .form-wrap dl {
   line-height: 1.6;
   display: flex;
   flex-wrap: wrap;
   border-bottom: 0;
   gap: 0;
   align-items: stretch;
 }

 .form-wrap dl:last-child {
   margin-bottom: 0;
 }

 .form-wrap dl dt {
   font-weight: bold;
   width: 240px;
   background: var(--main-color01);
   padding: 10px;
   color: #fff;
   border-bottom: 1px solid #fff;
 }

 .form-wrap dl dd {
   padding: 10px;
   margin-left: 0;
   width: calc(100% - 240px);
   background: #fff;
 }

 .reqired {
   color: #f00;
 }

 input[type=text], input[type=date], input[type=tel] {
   width: 100%;
   font-size: 20px;
   border: none;
   background: #ececec;
   height: 100%;
 }

.submit.btn-1{
 padding: 0;
 margin-top: 30px;
 position: relative;
}

.submit.btn-1:hover {
    opacity: 0.7;
}

.submit.btn-1:before {
  content: 'ã€‰';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}


 input[type="submit"]{
   text-decoration: none;
   border: none;
   outline: 0;
   color: #000;
   cursor: pointer;
   background: none;
   padding: 23px 40px 23px 20px;
   width: 100%;
   font-weight: bold;
 }


 select {
   font-size: 20px;
   border: none;
   background: #ececec;
   height: 100%;
 }

 textarea {
   width: 100%;
   border: none;
   background: #ececec;
   height: 100%;
 }

 @media (max-width: 820px) {
     .form-wrap dl dd {
         width: 100%;
     }
     .form-wrap dl dt {
         width: 100%;
     }
   }
/* ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ */

.top-calendar,
.top-clinic {
  background: var(--accent-color);
}

.xo-event-calendar{
  background: #fff;
  padding: 30px 15px;
  border-radius: 20px;
}

.calendars{
  display: flex;
  gap:20px 2%;
}

.xo-event-calendar .calendar:first-child .month-next{
  visibility: hidden;
}
.xo-event-calendar .calendar:nth-child(n+2) .month-next{
  visibility: visible;
}

.xo-event-calendar table.xo-month .month-header&gt;span{
  margin: 0 20px;
  flex-grow: 0;
}

@media (max-width: 480px) {
  .calendars{
    flex-wrap: wrap;
  }
  .xo-event-calendar .calendar:first-child .month-next{
    visibility: visible;
  }
  .xo-event-calendar .calendar:nth-child(n+2) .month-next {
    visibility: hidden;
  }
}

.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th{
  border: none;
}

.xo-event-calendar table.xo-month{
  border: none;
}

.xo-event-calendar table.xo-month .month-dayname td div{
  text-align: center;
}

.holiday-titles{
  display: flex;
  flex-wrap: wrap;
}

.xo-event-calendar p.holiday-title{
  margin-right: 20px;
}

.xo-event-calendar table.xo-month button{
  background: var(--main-color02);
  border-radius: 50%;
  width: 32px;
}

.xo-event-calendar table.xo-month button span.nav-next  {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-right: 5px;
  }

.xo-event-calendar table.xo-month button span.nav-prev  {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: 5px;
  }
.xo-event-calendar table.xo-month .month-event-title{
  background: var(--main-color01)!important;
  text-align: center;
}
/* Slider */

.mv {
  background-color: var(--accent-color);
  padding: 20px 0;
}
.mv-wrap {
  position: relative;
  max-width: var(--content-width);
    margin: 0 auto;
}

.slider01{
  margin: 0 auto;
  max-width: var(--content-width);
}

.catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}

.catch .txt p{
  font-size: 2rem;
  /* padding: 60px; */
  padding: 75px 135px;
  background-image: url(/wp-content/uploads/catch-bg.png);
  background-size: cover;
  text-align: center;
  text-shadow:0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.slick-prev {
  left: 1%!important;
}

.slick-next {
  right: 1%!important;
}

.slick-prev:before, .slick-next:before {
  color: #000!important;
}

.home .slick-slide {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.home .slick-slide:before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/mv-frame.png);
  background-size: 100%;
}

@media (max-width: 767px) {
  .home .slick-slide {
    border-radius: 0;
  }
  .mv{
    padding: 10px 0;
  }
  .catch .txt p{
    font-size: 3.5vw;
    /* padding: 30px;*/
    padding: 30px 55px;
    text-align: center;
  }
  /*.slide-item {
    padding-bottom: 180px;
  }*/

  /*.catch {
    left:20%;
    bottom:0;
    top:auto;
    transform: none;
    position: static;
    width: 80%;
    margin: 0 auto;
  }*/
}

/*@media (max-width:480px) {
  .catch {
    bottom:0;
  }
  .slide-item {
    padding-bottom: 130px;
  }
}*/
/* è¦‹å‡ºã— */

h2.heading-1 {
  margin: 0 0 2em;
  position: relative;
  width: 100%;
  border: 0;
  padding-top: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1B1B1B;
  letter-spacing: 3px;
  border-bottom: none;
  line-height: 1.2;
  text-align: center;
}
h2.heading-1 span{
  display: block;
  color: var(--main-color01);
  font-size: 1rem;
  line-height: 1.5;
}

h2.heading-1:after {
  display: block;
  content: '.....';
  position: absolute;
  width: 100%;
  color: var(--main-color01);
  height:8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto 0;
  font-size: 3rem;
  line-height: 0;
}

h2.heading-1 a{
  color: var(--main-color01);
}

/* h3.heading-1 {
  margin: 0 0 0.5em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  padding-top: 0;
  font-size: 1.4rem;
  color: var(--main-color01);
  padding-left: 1em;
}

h3.heading-1:after {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background: var(--main-color01);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

h3.heading-1 {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0;
  margin: 2em auto 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff0b9;
  box-shadow: 0px 0px 0px 10px #fff0b9;
  border: dashed 2px white;
}

h3.heading-1:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: -54px;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: url(/wp-content/uploads/h3.png) no-repeat center / contain;
}

/* h4.heading-1 {
  margin: 0.5em 0 0.5em;
  font-size: 1.2rem;
  position: relative;
  color: var(--main-color01);
  font-weight: normal;
  line-height: 1.5em;
} */

h4.heading-1 {
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0 0 0.5em 50px;
  margin: 0.5em 0 0.5em;
}

h4.heading-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 37px;
  height: 26px;
  background: url(/wp-content/uploads/h4.png) no-repeat center / contain;
}

h5.heading-1 {
  margin: 0 0 0.5em;
  font-size: 1rem;
  position: relative;
  color: var(--main-color01);
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 0 15px;
}

h5.heading-1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: var(--main-color01);
}

#pagetitle {
  position: relative;
  color: #000;
  padding: 5em 0.5em;
  background: url(/wp-content/uploads/pagetitle-bg.png) no-repeat center;
  background-size: cover;
  background-color: var(--sub-color);
}

#pagetitle:after {
  content: '';
  position: absolute;
}

#pagetitle span:nth-child(1) {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
  /* border:3px solid #fff; */
  border-bottom: solid 2px #FFCD1C;
  line-height: 1.5em;
}

#pagetitle span:nth-child(2){
  display: block;
  font-size: 1.4rem;
  color: var(--sub-color);
  line-height: 1.4em;
  padding-bottom: 10px;
}

.title-box {
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

@media (max-width: 480px) {
  h2.heading-2 {
    font-size: 1.6rem;
  }
  h3.heading-1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .title-box{
    width: 80%;
    padding: 10px;
  }
  #pagetitle {
    padding: 3em 0.5em;
  }
}


/* ãƒœã‚¿ãƒ³ */

.btn-1 {
  color: #1b1b1b;
  display: block;
  width: 180px;
  margin: 0 auto;
  height: auto;
  padding: 16px 10px 16px 25px;
  background: var(--sub-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50px;
  color:#000;
  font-weight: bold;
}

.btn-1 span {
  position: relative;
}

.btn-1 span:before {
  content:'ã€‰';
  position: absolute;
  right: -30px;
}

.btn-1.news {
  position: absolute;
  right: 50%;
  transform: translate(50%);
  bottom: 60px;
}

@media (max-width: 767px) {
  .btn-1.news {
    bottom: 30px;
  }
}

.btn-1.diagnosis {
  background-color: #fff;
  margin-top: 20px;
}

.btn-1 span.type02:before {
  content:'';
  position: absolute;
  right: -30px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/arrow-right-circle-type02.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

/* .btn-1:hover {
  color: #fff;
  background: var(--main-color02);
} */

.footer-content-btn {
  color: #1b1b1b;
  display: block;
  width: 180px;
  margin: 0 auto;
  height: auto;
  padding: 16px 10px 16px 40px;
  background: var(--sub-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50px;
  color:#000;
  font-weight: bold;
}

.footer-content-btn span {
  position: relative;
}

.footer-content-btn span:before {
  content:'ã€‰';
  position: absolute;
  right: -30px;
}


/* ãƒ†ãƒ¼ãƒ–ãƒ« */

.table-schedule {
  width: 100%;
}

.table-schedule td, .table-schedule th {
  border-bottom: 1px solid #C9D6DF;
  padding: 0.7em;
  text-align: center;
}
.table-schedule td{
  color: var(--main-color02);
}

@media (max-width: 480px) {
  .table-schedule td, .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-default {
  width: 100%;
}

.table-default td, .table-default th {
  padding: 0.7em 1em;
  border: 1px solid #C9D6DF;
  vertical-align: middle;
}

.table-default th {
  background: var(--pale-color);
}

.table-clinic-free {
  width: 100%;
}

.table-clinic-free td, .table-clinic-free th {
  padding: 0.7em 1em;
  border: 1px solid #C9D6DF;
  vertical-align: middle;
}

.table-clinic-free th {
  background: var(--accent-color);
}

.table-healthcheck {
  width: 100%;
}

.table-healthcheck td, .table-healthcheck th {
  padding: 0.7em 1em;
  border: 1px solid #C9D6DF;
  vertical-align: middle;
  text-align: center;
}

.table-healthcheck th {
  background: var(--pale-color);
}

.table-healthcheck tr:nth-child(1) {
  background: #FFF9EB;
}

.table-healthcheck td:nth-child(1) {
  text-align: left;
  background: #FFF9EB;
}

@media (max-width: 767px) {
  .table-healthcheck {
    overflow-x: auto;
    display: block;
  }
  .table-healthcheck td, .table-healthcheck th {
    white-space: nowrap;
  }
}

.table-hotel_trimming {
  width: 100%;
}

.table-hotel_trimming td, .table-hotel_trimming th {
  padding: 0.7em 1em;
  border: 1px solid #C9D6DF;
  vertical-align: middle;
  text-align: center;
}

.table-hotel_trimming th {
  background: var(--pale-color);
}

.table-hotel_trimming td:nth-child(1) {
  text-align: left;
  background: #FFF9EB;
}


/* æµã‚Œ */

.bg {
  background: #e8f6fb;
  padding: 10px 15px;
  display: block;
  border: 1px solid #fff;
  box-shadow: 0 3px 3px #ebeae8;
  border-radius: 13px 0;
  margin-right: 10px;
}

span.bg {
  background: var(--main-color01);
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  display: block;
}

.indent {
  margin-left: 2em;
  text-indent: -2em;
}

.indent span.bg {
  display: inline;
}

.frame {
  border: 1px solid var(--main-color01);
  border-radius: 6px;
  padding: 1em 0;
  position: relative;
  display: flex;
}

.frame&gt;.col {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.span_6 .frame, .span_4 .frame {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .span_6 .frame, .span_4 .frame {
    margin-top: 20px;
  }
  .frame {
    display: block;
  }
  .frame .span_2, .frame .span_3, .frame .span_4, .frame .span_5, .frame .span_6, .frame .span_7, .frame .span_8, .frame .span_9, .frame .span_10 {
    width: 100%!important;
  }
}

.frame.arrow:after {
  border-color: transparent transparent transparent var(--main-color01);
  border-style: solid;
  border-width: 26px 0 26px 18px;
  content: '';
  margin-top: -11px;
  position: absolute;
  right: 50%;
  bottom: -36px;
  transform: rotate(90deg);
}

.frame.arrow.end:after {
  display: none;
}

/* ãƒªã‚¹ãƒˆ */

dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  align-items: flex-start;
  gap:10px;
}

dl dt {
  font-weight: bold;
  width: 140px;
}

dl dd {
  width: calc(100% - 150px);
}

.clinic-info dt {
  background: var(--sub-color);
    border-radius: 50px;
    text-align: center;
}

.access-info dt {
  background: var(--sub-color);
  border-radius: 50px;
  text-align: center;
  width: 180px;
}

.access-info dd {
  width: 100%;
}


.access-info ul li {
  border-bottom: 1px dashed #bababa;
}

.recruit-info dl{
  align-items: stretch;
}

.recruit-info dl dt{
  background-color: var(--sub-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
}

.recruit-info dl dt span{
  display: flex;
  height: 100%;
  width: 100%;
  border: 1px dashed #fff;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.recruit-info dl dd{
  /*display: flex;*/
  align-items: center;
  padding: 20px;
}

.history {
  display: flex;
  gap: 5px 0;
  flex-wrap: wrap;
  padding-left: 0;
}

.history li{
  border-bottom: 1px dotted #b4b4b4;
  flex-grow: 1;
  width: 100%;
  list-style: none;
}

@media (max-width: 480px) {
  dl dt {
    width: 100%;
  }
  dl dd {
    width: 100%;
  }
}


/* ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ— */

.pagetop {
  position: fixed;
  bottom: 150px;
  right: 5%;
  /* z-index: 1; */
  z-index: 101;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: 150px;
    right:0;
  }
}

.pagetop a {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background: var(--main-color02);
  color: #FFF;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
}


.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.pagetop a:hover:after {
    top: 30%;
}

.pagetop span {
    padding-bottom: 10px;
    font-size: 12px;
}


/* ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */

.header_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  list-style: none;
  padding: 10px 0 20px;
  gap: 0 15px;
}

.header_nav ul li {
  position: relative;
  padding-top: 20px;
}

.nav-icon-01:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 22px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-icon-02:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 22px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon03.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-icon-03:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 22px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon04-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-icon-04:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 22px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon05-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-icon-05:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 22px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon07.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-icon-06:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon06.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-icon-07:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 22px;
  transform: translateX(-50%);
  background-image: url(/wp-content/uploads/nav_icon07.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header_nav ul li a {
  color: var(--main-color01);
}

.header_nav ul li a span{
  display: block;
  font-size: 12px;
  line-height: 1;
}

.header_nav ul li a:hover {
  text-decoration: underline;
  color: var(--main-color01);
}


@media (max-width: 1023px) {
  .header_nav ul {
    display: none;
  }
}
/* ãƒ•ãƒƒã‚¿ãƒ¼ */
.footer-wrap{
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 20px 0;
}

.footer__links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 10px 0;
}

.footer__links ul li{
position: relative;
}

.footer__links ul li:before{
position: absolute;
content:'';
height: 100%;
right: 0;
width:1px;
background: var(--main-color01);
}

.footer__links ul li:last-child:before{
background: none;
}

.footer__links ul li a{
  font-weight: bold;
  padding:10px;
  color: #000;
}
.footer-info {
  display: flex;
  gap:20px;
  padding: 0 20px;
}

.footer-info-inner {
  width: 50%;
}
.footer-menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(/wp-content/uploads/footer-bg03.png);
  background-size: 45px 45px;
  background-position: 95% 85%;
  position: relative;
  background-repeat: no-repeat;
}

.footer-menu::before {
  content: '';
  display: block;
  width: 100px;
  height: 90px;
  position: absolute;
  background-image: url(/wp-content/uploads/footer-bg01.png);
  bottom: 150px;
  right: 200px;
  background-size: cover;
}

.footer-menu::after {
  content: '';
  display: block;
  width: 80px;
  height: 70px;
  position: absolute;
  background-image: url(/wp-content/uploads/footer-bg02.png);
  bottom: 120px;
  right: 100px;
  background-size: cover;
}

.footer-content {
  padding-top: 30px;
}

.sns_icon {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  justify-content: flex-end;
}

.footer-policy-link {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
  justify-content: flex-end;
}

.footer-policy-link a{
  color: #000;
}

@media (max-width: 768px) {
  .footer-info {
    flex-wrap: wrap;
  }
  .footer-info-inner {
    width: 100%;
  }
  .footer-menu {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sns_icon{
    flex-wrap: wrap;
    justify-content: center;
  }
  .sns_icon li{
    width: 80px;
  }
  .footer-policy-link {
    display: block;
  }
}

.copy {
  padding: 10px 0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  background: var(--sub-color);
}


@media (max-width: 480px) {
  .copy {
    margin-bottom: 66px;
  }
}

/* äºˆç´„ãƒœã‚¿ãƒ³ */

.reservation_area {
    position: fixed;
    top: 155px;
    right: 0;
    z-index: 1;
}

.reservation_area ul{
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 84px;
}

.reservation_area li{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  list-style: none;
  padding: 10px;
  border-radius: 15px 0 0 15px ;
  transition: all 0.2s ease-out;
}

@media (min-width: 768px) {
  .reservation_area li:nth-child(1):hover,
  .reservation_area li:nth-child(2):hover,
  .reservation_area li:nth-child(3):hover {
  padding-right: 30px;
  }
}

.reservation_area li:nth-child(1) {
	background: var(--main-color01);
  font-weight: bold;
}

.reservation_area li:nth-child(2) {
	background: var(--main-color02);
  font-weight: bold;
}

.reservation_area li:nth-child(3)  {
	background: var(--main-color01);
  font-weight: bold;
}

.reservation_area li a{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
	border: 2px dashed #fff;
  padding:10px 5px;
  border-radius: 15px;
  color: #000;
}

@media (max-width: 480px) {
  .reservation_area {
    bottom: 0px;
    top: auto;
    width: 100%;
    z-index: 101;
  }
  .reservation_area ul {
    flex-direction: row;
    width: auto;
  }
  .reservation_area ul li{
    /* width: 33.3%; */
    width: 100%;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 10px 5px;
    border-radius: 15px 15px 0 0 ;
  }
  .reservation_area li a{
    border-radius: 15px;
    padding: 5px;
    font-size: 14px;
  }
}

/* ãƒˆã‚°ãƒ« */

details{
  border-top: 1px solid;
}
details:hover{
  background: var(--accent-color);
}
details:last-child{
  border-bottom: 1px solid;
}
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.toggle-head.qa {
  position: relative;
}

.toggle-head.qa:before {
  position: absolute;
  content: "Q.";
  top: 13px;
  left: 20px;
  font-weight: bold;
  color: var(--main-color01);
  font-family: serif;
  font-size: 24px;
}

.toggle_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 50px;
  font-weight: bold;
  color: var(--main-color01);
}

.toggle_inner-icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.toggle_inner-icon:before {
  left: 0;
  transform: rotate(45deg);
}

.toggle_inner-icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.toggle_inner-icon:before, .toggle_inner-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--main-color01);
}

.toggle-content p {
  padding: 20px 20px 20px 60px;
  background: #fff;
  margin: 0;
  position: relative;
}

.toggle-content p a{
  color: var(--main-color01);
  text-decoration: underline;
}

.answer:before {
  position: absolute;
  content: "A.";
  top: 18px;
  left: 30px;
  font-weight: bold;
  color: var(--main-color01);
  font-family: serif;
  font-size: 24px;
}

details[open] .toggle_inner-icon {
  transform: rotate(180deg);
}

/* è¨­å‚™ç´¹ä»‹ */

.facility-warap {
  max-width: 100%;
}

.facility-slider img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}

.facility-thumb&gt;.slick-prev:before,.facility-thumb&gt;.slick-next:before {
  color: #000!important;
}

.facility-thumb img{
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-current img{
  opacity: 1;
}
.facility-thumb {
  margin: 10px 0 0;
}
.facility-thumb {
  cursor: pointer;
}
.facility-caption {
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}


/* æ–™é‡‘è¡¨ */

.price-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--main-color01);
  margin-bottom: 20px;
}

.price-wrap:last-of-type {
  margin-bottom: 0px;
}

.price-name {
  border-right: 1px solid var(--main-color01);
  width: 300px;
  background: var(--accent-color);
  padding: 5px;
  font-weight: bold;
}

.price-fee {
  width: calc(100% - 300px);
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}

.price-disc,
.price-term,
.price-risk {
  width: 100%;
  padding: 5px;
  border-top: 1px solid var(--main-color01);
  display: flex;
  gap: 10px;
}
.price-head {
  width: 125px;
  border-right: 1px solid;
}
.price-text {
  width: calc(100% - 135px);
}


@media (max-width: 480px) {
  .price-name {
    border-right: none;
    width: 100%;
  }
  .price-fee {
    width: 100%;
  }
}

/* æ±Žç”¨ã‚¯ãƒ©ã‚¹ */

.text-red {
  color: #db2d2d!important;
}

.text-blue {
  color: #2420db!important;
}

.text-green {
  color: #49D692!important;
}

.text-orange {
  color: #FF961C!important;
}

.text-pink {
  color: #db20b2!important;
}

.text-black {
  color: #000000!important;
}

.text-gray {
  color: #555555!important;
}

.text-white {
  color: #FFFFFF!important;
}

.mt0 {
  margin-top: 0px!important;
}

.mb0 {
  margin-bottom: 0px!important;
}

.mt10 {
  margin-top: 10px!important;
}

.mt20 {
  margin-top: 20px!important;
}

.mt30 {
  margin-top: 30px!important;
}

.mt40 {
  margin-top: 40px!important;
}

.mt50 {
  margin-top: 50px!important;
}

.mt60 {
  margin-top: 60px!important;
}

.mr10 {
  margin-right: 10px!important;
}

.mr20 {
  margin-right: 20px!important;
}

.mr30 {
  margin-right: 30px!important;
}

.mr40 {
  margin-right: 40px!important;
}

.mr50 {
  margin-right: 50px!important;
}

.mr60 {
  margin-right: 60px!important;
}

.mb10 {
  margin-bottom: 10px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb50 {
  margin-bottom: 50px!important;
}

.mb60 {
  margin-bottom: 60px!important;
}

.ml10 {
  margin-left: 10px!important;
}

.ml20 {
  margin-left: 20px!important;
}

.ml30 {
  margin-left: 30px!important;
}

.ml40 {
  margin-left: 40px!important;
}

.ml50 {
  margin-left: 50px!important;
}

.ml60 {
  margin-left: 60px!important;
}

.pt10 {
  padding-top: 10px!important;
}

.pt20 {
  padding-top: 20px!important;
}

.pt30 {
  padding-top: 30px!important;
}

.pt40 {
  padding-top: 40px!important;
}

.pt50 {
  padding-top: 50px!important;
}

.pt60 {
  padding-top: 60px!important;
}

.pr10 {
  padding-right: 10px!important;
}

.pr20 {
  padding-right: 20px!important;
}

.pr30 {
  padding-right: 30px!important;
}

.pr40 {
  padding-right: 40px!important;
}

.pr50 {
  padding-right: 50px!important;
}

.pr60 {
  padding-right: 60px!important;
}

.pb10 {
  padding-bottom: 10px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

.pb30 {
  padding-bottom: 30px!important;
}

.pb40 {
  padding-bottom: 40px!important;
}

.pb50 {
  padding-bottom: 50px!important;
}

.pb60 {
  padding-bottom: 60px!important;
}

.pl10 {
  padding-left: 10px!important;
}

.pl20 {
  padding-left: 20px!important;
}

.pl30 {
  padding-left: 30px!important;
}

.pl40 {
  padding-left: 40px!important;
}

.pl50 {
  padding-left: 50px!important;
}

.pl60 {
  padding-left: 60px!important;
}

.text-bold {
  font-weight: bold!important;
}

.text-center {
  text-align: center!important;
}

.text-right {
  text-align: right!important;
}

.text-left {
  text-align: left!important;
}

.text-xlarge {
  font-size: 1.6rem!important;
}

.text-large {
  font-size: 1.4rem!important;
}

.w100 {
  width: 100%!important;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .text-xlarge {
    font-size: 2.0rem;
  }
  .text-large {
    font-size: 1.6rem;
  }
  .sp-only {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

.diagnosis-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.diagnosis-inner {
  display: flex;
  flex-wrap: wrap;
  width: 23%;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  flex:1;
}

.diagnosis-content {
  background-color: var(--sub-color);
  padding: 5px;
  flex-grow: 1;
  display: flex;
}

.diagnosis-text {
  padding: 10px;
background: #fff;
border-radius: 20px;
flex-grow: 1;
display: flex;
align-items: center;
}

.diagnosis-content-inner {
  border: 2px dashed #fff;
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.diagnosis-inner.reverse {
  flex-direction: column-reverse;
}

.diagnosis-img img{
  border-radius: 10px;
}

.diagnosis-inner:nth-child(even) {
  flex-direction: column-reverse;
}

@media (max-width: 1000px) {
  .diagnosis-inner.reverse {
    flex-direction: column;
  }
  .diagnosis-inner {
    width: 49%;
    flex:auto;
  }
}
@media (max-width: 480px) {
  .diagnosis-inner {
    width: 100%;
  }
  .diagnosis-inner:nth-child(even) {
    flex-direction: column;
  }
}

.top-feature,
.top-recruit {
  background: repeating-linear-gradient(45deg, var(--accent-color), var(--accent-color) 10px, #ffffff 0, #ffffff 20px);
}

.feature-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  flex-grow: 1;
  width: 100%;
}

.feature-inner:nth-child(odd),.feature-inner.clinic-feature {
  flex-direction: row-reverse;
}

/*.feature-inner.clinic-feature:nth-child(odd) {
  flex-direction: row;
}*/

.feature-img {
  width: 240px;
  height: 240px;
  position: relative;
}

.feature-inner:nth-child(1) .feature-img:before{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:20px;
  background-image: url(/wp-content/uploads/top-feature01-1.jpg);
  background-size: cover;
  background-position: center;
}
.feature-inner:nth-child(2) .feature-img:before{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:20px;
  background-image: url(/wp-content/uploads/top-feature02-1.jpg);
  background-size: cover;
  background-position: center;
}
.feature-inner:nth-child(3) .feature-img:before{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:20px;
  background-image: url(/wp-content/uploads/top-feature03.jpg);
  background-size: cover;
  background-position: center;
}
.feature-inner:nth-child(4) .feature-img:before{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:20px;
  background-image: url(/wp-content/uploads/top-feature04.jpg);
  background-size: cover;
  background-position: center;
}
.feature-inner:nth-child(5) .feature-img:before{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:20px;
  background-image: url(/wp-content/uploads/top-feature02.jpg);
  background-size: cover;
  background-position: center;
}

.feature-content {
  position: relative;
  width: calc(100% - 260px);
  background: #fff;
  border-radius: 20px;
  border:2px solid var(--main-color02);
  padding: 30px;
  margin-top: 30px;
}

.feature-head {
  position: absolute;
  top: -30px;
  background: var(--main-color02);
  padding: 10px 20px 10px 70px;
  border-radius: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #000;
}

.feature-head span {
  line-height: 1.2;
  display: block;
}

.feature-text {
  margin-top: 20px;
}


.feature-inner:nth-child(1) .feature-head:before{
  content: '01';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color02);
  font-family: sans-serif;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.feature-inner:nth-child(2) .feature-head{
  padding: 10px 70px 10px 20px;
}

.feature-inner:nth-child(2) .feature-head.clinic-feature{
  padding: 10px 20px 10px 70px;
}

.feature-inner:nth-child(2) .feature-head:before{
  content: '02';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color01);
  font-family: sans-serif;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.feature-inner:nth-child(2) .feature-head.clinic-feature:before {
  content: '02';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color01);
  font-family: sans-serif;
  left: 10px;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
}

.feature-inner:nth-child(3) .feature-head:before{
  content: '03';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color02);
  font-family: sans-serif;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.feature-inner:nth-child(4) .feature-head{
  padding: 10px 70px 10px 20px;
}

.feature-inner:nth-child(4) .feature-head.clinic-feature{
  padding: 10px 20px 10px 70px;
}

.feature-inner:nth-child(4) .feature-head:before{
  content: '04';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color01);
  font-family: sans-serif;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.feature-inner:nth-child(4) .feature-head.clinic-feature:before{
  content: '04';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color01);
  font-family: sans-serif;
  left: 10px;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
}

.feature-inner:nth-child(5) .feature-head:before{
  content: '05';
  position: absolute;
  background: #fff;
  padding: 5px 11px;
  border-radius: 50%;
  color: var(--main-color02);
  font-family: sans-serif;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.feature-inner:nth-child(even) .feature-content{
  border:2px solid var(--main-color01);
}

.feature-inner:nth-child(even) .feature-head{
  background: var(--main-color01);
  right: 30px;
}

.feature-inner:nth-child(even) .feature-head.clinic-feature{
  background: var(--main-color01);
  right: auto;
  /*left: 30px;*/
}

@media (max-width: 768px) {
  .feature-content {
    width: 100%;
  }

  .feature-inner{
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .feature-img {
    display: none;
  }
  .feature-head {
    left: 50%;
    transform:translateX(-50%);
    width: 90%;
  }
  .feature-content:before{
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius:20px;
  }
  .feature-inner:nth-child(1) .feature-content {
    background-image: url(/wp-content/uploads/top-feature01-1.jpg);
    background-size: cover;
  }
  .feature-inner:nth-child(2) .feature-content {
    background-image: url(/wp-content/uploads/top-feature02-1.jpg);
    background-size: cover;
  }
  .feature-inner:nth-child(3) .feature-content {
    background-image: url(/wp-content/uploads/top-feature03.jpg);
    background-size: cover;
  }
  .feature-inner:nth-child(4) .feature-content {
    background-image: url(/wp-content/uploads/top-feature04.jpg);
    background-size: cover;
  }
  .feature-inner:nth-child(5) .feature-content {
    background-image: url(/wp-content/uploads/top-feature02.jpg);
    background-size: cover;
  }
  .feature-content {
    padding: 30px 15px;
  }
  .feature-text {
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
    position: relative;
    padding: 15px;
    border-radius: 15px;
  }
}

.top-doctor {
  background: url(/wp-content/uploads/doctor-bg.png) no-repeat;
  background-size: cover;
}

.doctor-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.doctor-img {
  width: 400px;
}

.doctor-content {
  width: calc(100% - 420px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
}


@media (max-width: 768px) {
  .doctor-img {
    width: 100%;
  }
  .doctor-content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .top-doctor {
    background: url(/wp-content/uploads/sp-doctor-bg.png) no-repeat;
  }
}

.clinic-wrap{
  display: flex;
  flex-wrap:wrap;
  gap:20px;
  background: #fff;
  border-radius: 25px;
  padding: 30px;
}

.home .clinic-info{
  width: 350px;
}

.clinic-schedule{
  width: calc(100% - 370px);
}

.schedule-title-a {
  background: var(--main-color02);
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}
.schedule-title-b {
  background: var(--main-color01);
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .clinic-info{
    width: 100%;
  }

  .clinic-schedule{
    width: 100%;
  }
}
@media (max-width: 480px) {
  .clinic-wrap{
    padding: 30px 15px;
  }
}

.access-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.access-map {
  width: 500px;
}

.access-info {
  width: calc(100% - 520px);
}

@media (max-width: 820px) {
  .access-map {
    width: 100%;
  }

  .access-info {
    width: 100%;
  }
}

.home .recruit-info {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
}

@media (max-width: 480px) {
  .clinic-wrap {
      padding: 30px 15px;
  }
}

.file-link {
  position: relative;
  padding-left: 30px;
}
.file-link a{
  color: var(--main-color02);
}

.file-link:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 4px;
}

.file-link.pdf:before {
  background: url(/wp-content/uploads/pdf_24.png) no-repeat;
}
.file-link.excel:before {
  background: url(/wp-content/uploads/excel_24.png) no-repeat;
}
.file-link.word:before {
  background: url(/wp-content/uploads/word_24.png) no-repeat;
}

.reader-box {
  display: flex;
  padding: 10px;
  background: #e6e6e6;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.reader-box a{
  color: var(--main-color02);
  text-decoration: underline;
}

.btn-1 span {
  position: relative;
}

.btn-1 span.type02:before {
  content: '';
  position: absolute;
  right: -30px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/arrow-right-circle-type02.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

#medical-infomation-1,#medical-infomation-2,#medical-infomation-3,#medical-infomation-4,#feature01,#feature02,#feature03,#feature04,#feature05 {
  padding-top: 126px;
  margin-top: -126px;
}

#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08,#anc09,#anc10,#anc11,#anc12,#anc13,#anc14,#anc15,#anc16,#anc01-1,#anc01-2,#anc01-3,#anc01-4,#anc01-5,#anc01-6,#anc01-7,#anc01-8 {
  padding-top: 126px;
  margin-top: -126px;
}

@media (max-width:767px){
  #medical-infomation-1,#medical-infomation-2,#medical-infomation-3,#medical-infomation-4,#feature01,#feature02,#feature03,#feature04,#feature05,#anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08,#anc09,#anc10,#anc11,#anc12,#anc13,#anc14,#anc15,#anc16 {
    padding-top: 85px;
    margin-top: -85px;
  }
  .medi-calendar-row {
    flex-wrap: wrap;
  }
}

dl.clinic-text-table dt {
  font-weight: normal!important;
}

.jump-point {
  position: relative;
  z-index: 100;
}

.anchor-box .link-list {
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-list, .link-list li {
  list-style: none;
}

.link-list li {
  margin: 10px;
}

.anchor-box .link-list li a {
  display: flex;
  width: 100%;
  max-width: 330px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background:linear-gradient(to right, #249624 0%, #64e34d 100%);
  padding: 10px 30px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.anchor-box .link-list li a::before {
  position: absolute;
  content: "\f107";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.anchor-box .link-list li a:hover:before{
  transition: 0.3s;
  padding-top: 10px;
}

@media only screen and (min-width: 769px) {
  .anchor-box .link-list li {
      width: 30%;
      margin: 0 10px 15px 10px;
  }
}

@media(max-width: 480px) {
  .anchor-box .link-list {
    padding-left: 0;
  }
  .anchor-box .link-list li a {
    max-width: 100%;
  }
  .link-list li {
    width: 100%;
  }
}

.recruit-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0.5em;
}

.recruit-link-list li {
  width: 30%;
  line-height: 1.5;
  padding: 10px 10px 10px 20px;
  list-style-type: none!important;
  position: relative;
}

.recruit-link-list li:before {
  font-family: "FontAwesome";
  content: "\f1b0";/*ã‚¢ã‚¤ã‚³ãƒ³ç¨®é¡ž*/
  position: absolute;
  left: 0; /*å·¦ç«¯ã‹ã‚‰ã®ã‚¢ã‚¤ã‚³ãƒ³ã¾ã§*/
  color: #FFCD1C; /*ã‚¢ã‚¤ã‚³ãƒ³è‰²*/
  bottom: 14px;
}

@media (max-width:767px){
  .recruit-link-list li{
    width: 100%;
  }
}

section a[target="_blank"] {
  &amp;:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}

section a.remove-icon {
  border:none;
}

section a.remove-icon::after {
  content: none;
}

.bnr-area{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bnr-area {
      flex-direction: column;
  }
}

.equipment-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

.equipment-item {
  width: 49%;
  padding: 10px;
}

.equipment_title {
  background-color: #ffa71d;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.equipment-box img {
  height: 280px;
}

@media (max-width: 767px) {
  .equipment-item {
    width: 100%;
  }
}

.blog-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}</pre></body></html>