@charset "UTF-8";

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

a {
  color: #D1835F;
  font-weight: 500;
}
a:hover {
  color: #D1835F;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  color: #000;
  background: #fff;
  letter-spacing: 0.5px;
}
#container {
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.posts-not-found h2 {
  display: none;
}
img {
  vertical-align: bottom;
}
a.a-btn,
.header-cta-item a,
a.mv-cta-link,
.top-news-btn a,
.top-calendar-right a.footer-cta-link,
ul.top-doctor-link li a,
.top-features-item-link a,
a.footer-cta-link {
  background-image: url('../../../wp-content/uploads/2025/02/nice-snow.png');
  background-color: #B19676;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  padding: 0 35px 0 25px;
  transition: all 0.3s;
}
a.a-btn::after,
.header-cta-item a:after,
a.mv-cta-link:after,
.top-news-btn a:after,
ul.top-doctor-link li a::after,
.top-features-item-link a::after,
a.footer-cta-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 25px;
  height: 2px;
  background: #fff;
}
a.a-btn:hover,
.header-cta-item a:hover,
a.mv-cta-link:hover,
.top-news-btn a:hover,
.top-calendar-right a.footer-cta-link:hover,
ul.top-doctor-link li a:hover,
.top-features-item-link a:hover,
a.footer-cta-link:hover {
  opacity: 0.6;
}
a.mv-cta-link {
  padding: 0 35px 0 35px;
  width: auto;
}
.top-news-btn a {
  font-weight: 500;
  font-size: 17px;
  height: auto;
  line-height: 1;
  padding: 15px 40px;
}
.top-calendar-right a.footer-cta-link {
  height: 75px;
  line-height: 75px;
  width: 48%;
  margin: 0!important;
  padding: 0 25px 0 15px;
  letter-spacing: 0;
}
ul.top-doctor-link li a,
.top-features-item-link a {
  font-size: 18px;
  height: auto;
  line-height: 1;
  padding: 22px 50px;
}
ul.top-doctor-link li a {
  width: 211px;
  text-align: center;
}
a.footer-cta-link {
  display: block;
}
.page-top-bg h1.entry-title,
.page-top-bg .entry-title-archive,
.top-title h2,
.top-calendar-title h2,
h2.page-title,
h2.h-title,
h3.top-medical-title,
.top-features-item h3,
h3.page-title,
h3.page-title-02,
h3.h-title,
.price-style-01 h3,
.facility-item h3,
h4.page-title,
h4.page-title-02,
h5.page-title,
h1#archive-title,
body.single-case h1.entry-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
}
a.a-btn,
.header-cta-item a,
.mv-content-title,
.mv-content-text,
.mv-content-support,
.top-title-en,
.menu-title,
.menu-en,
.top-medical-content-headline,
.top-medical-text,
.top-doctor-message,
.top-features-item-num,
.navi-in > ul .sub-menu a,
.top-news-btn a,
ul.top-medical-list li a,
ul.top-doctor-link li a,
.top-features-item-link a,
.footer-menu-title,
a.footer-cta-link,
a.mv-cta-link,
.top-calendar-title-en,
.top-symptoms .su-spoiler-style-default>.su-spoiler-title,
a.tel-style-01,
.footer-cta-tel-num {
  font-family: "Shippori Mincho B1", serif;
}

.tagline {
  display: none;
}
.header-container-in {
  padding: 30px 0;
}
.header-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 20px 30px;
}
.header-in.wrap {
  width: auto;
}
.logo-image {
  padding: 0;
}
.logo-image a {
  padding: 0;
  display: block;
  line-height: 1;
  transition: all 0.3s;
}
.logo-image a:hover {
  opacity: 0.6;
}
.logo-image span {
  display: block;
}
.logo-image a img {
  width: 400px;
  height: auto;
}
.header-cta {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.header-cta-item:last-child {
  margin-left: 20px;
}
.header-cta .header-cta-item:nth-child(2) a {
  background-color: #b1768c;
}
.navi-in > ul {
  justify-content: space-between;
}
.navi-in > ul li {
  width: auto;
  height: auto;
  flex-grow: 1;

  position: relative;
}
.navi-in > ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(0%, -50%);
  transform: rotate(25deg) translate(0%, -50%);

  display: none;
}
.navi-in > ul li:last-child::before {
  content: none;
}
.navi-in a {
  transition: all 0.3s;
}
.navi-in a:hover {
  background: transparent;
  opacity: 0.6;
}
.menu-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.menu-en {
  font-size: 14px;
  font-weight: 400;
  color: #c7c7c7;
  letter-spacing: 2px;
}
.navi-in .has-icon {
  display: none;
}
.navi-in > ul .sub-menu {
  width: 260px;
}
.navi-in > ul .sub-menu li {
  width: auto;
  border-bottom: 1px solid #fff;
}
.navi-in > ul .sub-menu a {
  padding: 15px 16px;
  font-size: 16px;
  background: #f5f5f5;
  color: #000;
  font-weight: 400;
  transition: all 0.2s;
}
.navi-in > ul .sub-menu li:hover a {
  background: #fff;
  color: #000;
}
.navi-in > ul .sub-menu a .item-label {
  white-space: normal;
  word-break: break-all;
  line-height: 1.7;
}

.mv-wrap {
  position: relative;
  z-index: 2;
}
.mv-img {
  display: block;
  width: 70%;
  margin: 0 0 0 auto;
}
.mv-img img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.mv-inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv-content {
  position: absolute;
  top: 50px;
  top: 45px;
  left: 0px;
}
.mv-content-title,
.mv-content-text {
  white-space: nowrap;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1), 0 0 24px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 31px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 255, 255, 1), 0 0 33px rgba(255, 255, 255, 1), 0 0 34px rgba(255, 255, 255, 1), 0 0 35px rgba(255, 255, 255, 1), 0 0 36px rgba(255, 255, 255, 1), 0 0 40px rgba(255, 255, 255, 1);
  transform: translateZ(0);
}
.mv-content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.65;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #000;
  letter-spacing: 1.5px;
  border-bottom: 2px dashed #000;
}
.mv-content-title span {
  font-size: 125%;
  color: #ac8f6d;
}
.mv-content-text {
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 0.6px;
}
a.mv-cta-micro {
  font-size: 15px;
}
.mv-content-support {
  position: absolute;
  bottom: -50px;
  left: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #b1768c;
}
.mv-content-support span {
  display: inline-block;
  font-size: 120px;
  margin: 0 5px;
  font-weight: 800;
}

.section-layout {
  padding: 70px 0 70px;
  margin: 0;
}
.top-layout-wrap .section-layout:nth-child(odd) {
  background: #f6f3ef;
}
.wrap-style {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-layout-wrap {
  padding-top: 70px;
  margin-bottom: 0;
}
#top-pickup-layout,
#top-banner-layout,
.top-medical-list-wrap {
  background-image: url('../../../wp-content/uploads/2025/03/bg_wallpaper.png');
  background-repeat: repeat;
  background-size: auto;
}
#top-medical-layout {
  padding-bottom: 60px;
}
#top-features-layout {
  padding-top: 120px;
}
.top-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.top-title-en {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #B19676;
  letter-spacing: 5px;
}
span.top-title-border {
  display: inline-block;
  position: relative;
}
span.top-title-border::before,
span.top-title-border::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #B19676;
  position: absolute;
  top: 51%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
span.top-title-border::before {
  left: -30px;
}
span.top-title-border::after {
  right: -30px;
}
.top-title h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}
.slick-slider {
  position: relative;
  padding: 0 0px;
}
.slick-slider button.slick-prev,
.slick-slider button.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 0;
  z-index: 1;
  cursor: pointer;
}
.slick-slider button.slick-prev,
.slick-slider button.slick-next {
  background: #B19676;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-next:hover {
  opacity: 0.6;
}
.slick-slider button.slick-prev {
  left: -35px;
}
.slick-slider button.slick-next {
  right: -35px;
}
.slick-track {
  display: flex!important;
}
.slick-slide {
  height: auto !important;
}
.arrow-item-prev,
.arrow-item-next {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.arrow-item-prev {
  transform: rotate(225deg);
  margin-left: 4px;
}
.arrow-item-next {
  transform: rotate(45deg);
  margin-right: 4px;
}
.slick-slider-item {
  padding: 0 10px;
}

.top-link {
  padding-top: 100px;
}
ul.top-link-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
ul.top-link-list li {
  margin: 0;
  width: 23%;
}
ul.top-link-list li a.a-btn {
  width: 100%;
  text-align: center;
}
ul.top-link-list li:nth-child(2) a.a-btn {
  background-color: #66A5A4;
}
ul.top-link-list li:nth-child(3) a.a-btn {
  background-color: #b1768c;
}
ul.top-link-list li:nth-child(4) a.a-btn {
  background-color: #789FBF;
}

.top-pickup-banner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.top-pickup-banner-01 {
  margin-bottom: 22px;
}
.top-pickup-banner-01 a {
  display: block;
  margin-bottom: 20px;
  transition: all 0.2s;
}
.top-pickup-banner-01 a:hover {
  opacity: 0.6;
}
.top-pickup-banner-02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-pickup-banner .top-pickup-banner-02:last-child {
  margin-bottom: 0;
}
.top-pickup-banner-02-left {
  width: 48.5%;
}
.top-pickup-banner-02-right {
  width: 48.5%;
}
.top-pickup-banner-02 a {
  display: block;
  transition: all 0.2s;
}
.top-pickup-banner-02 a:hover {
  opacity: 0.6;
}
#top-news-layout .top-title,
#top-staff-blog-layout .top-title {
  margin-bottom: 62px;
}
#top-news-layout .top-title-en,
#top-staff-blog-layout .top-title-en {
  font-size: 40px;
}
.top-news {
  display: flex;
}
.top-news-left {
  width: 300px;
}
.top-news-btn {
  text-align: center;
}
.top-news-right {
  width: calc(100% - 300px);
}
ul.top-news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.top-news-list li {
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
  font-size: 16px;
  padding: 15px 15px;
}
ul.top-news-list li a {
  display: inline-block;
  margin-left: 30px;
  text-decoration: none;
  color: #000;
}
#top-calendar-layout.section-layout {
  padding: 0;
  width: 100%;
  height: 800px;
  position: relative;
}
.top-calendar-bg {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
}
.top-calendar-bg-left,
.top-calendar-bg-right {
  width: 50%;
}
.top-calendar-bg-left figure.top-calendar-bg-img,
.top-calendar-bg-right figure.top-calendar-bg-img {
  height: 100%;
  position: relative;
}
.top-calendar-bg-left figure.top-calendar-bg-img::before,
.top-calendar-bg-right figure.top-calendar-bg-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-calendar-bg-left figure.top-calendar-bg-img::before {
  background: rgba(0,0,0,0.6);
}
.top-calendar-bg-right figure.top-calendar-bg-img::before {
  background: rgba(255,255,255,0.7);
}
.top-calendar-bg-left figure.top-calendar-bg-img img,
.top-calendar-bg-right figure.top-calendar-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-calendar-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1200px;
}
.top-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-calendar-left {
  width: 46.5%;
}
.top-calendar-right {
  width: 46.5%;
}
.top-calendar-right .schedule-table-wrap {
  padding: 21px 40px;
}
.top-calendar-right table.schedule-table tr td {
  padding: 17px 0;
}
.top-calendar-right ul.schedule-table-note-list li {
  line-height: 1.7;
  color: #000;
}
.top-calendar-right .footer-cta-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-calendar-right .footer-cta-tel {
  display: flex;
  justify-content: space-between;
}
.top-calendar-right .footer-cta-tel-item {
  width: 48%;
  margin: 0!important;
}
.top-calendar-right .footer-cta-tel-title {
  padding: 5px 0;
}
.top-calendar-right .footer-cta-tel-num {
  padding: 12px 0;
}
.top-calendar-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 22px;
  line-height: 1;
}
.top-calendar-title h2 {
  font-size: 20px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
.top-calendar-title h2::before {
  content: '/';
  position: absolute;
  top: 0;
  left: 0;
}
.top-calendar-title-en {
  font-size: 40px;
}
.top-calendar-left .top-calendar-title {
  color: #fff;
}
.top-calendar-right .top-calendar-title {
  color: #B19676;
}
.top-medical-item {
  position: relative;
  padding-bottom: 60px;
}
.top-medical .top-medical-item:last-child {
  margin-bottom: 0;
}
.top-medical-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.top-medical-title-wrap {
  line-height: 1;
  padding: 50px 40px;
  color: #fff;
}
h3.top-medical-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
.top-medical-text {
  line-height: 1.6;
  font-size: 16px;
}
.top-medical-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.top-medical-img .wrap-style {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-medical .top-medical-item:nth-child(even) .top-medical-img .wrap-style {
  justify-content: flex-end;
}
.top-medical-content-wrap {
  padding-top: 400px;
}
.top-medical-content {
  background: #fff;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  position: relative;
  z-index: 2;
}
.top-medical-content-headline {
  position: absolute;
  top: -29px;
  right: 15px;
  line-height: 1;
  font-size: 52px;
  font-weight: 500;
  color: #B19676;
  letter-spacing: 4.5px;
}
.top-medical .top-medical-item:nth-child(even) .top-medical-content-headline {
  right: unset;
  left: 15px;
}
.top-medical-list-wrap {
  padding: 50px 40px;
}
ul.top-medical-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 20px;
}
ul.top-medical-list li {
  margin: 0;
}
ul.top-medical-list li a {
  display: block;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  padding: 15px 15px;
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  background: #fff;
  transition: all 0.2s;

  height: 59px;
}
ul.top-medical-list li a::before {
  content: '';
  position: absolute;
  right: -4px;
  bottom: 2px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
  z-index: 1;
  transform: rotate(-45deg);
}
.top-medical .top-medical-item:nth-child(1) {
  background-color: #66A5A4;
}
.top-medical .top-medical-item:nth-child(1) .top-medical-content-headline {
  color: #66A5A4;
}
.top-medical .top-medical-item:nth-child(1) .top-medical-title-wrap {
  background-color: rgba(102, 165, 164, 0.95);
}
.top-medical .top-medical-item:nth-child(1) ul.top-medical-list li a::before,
ul.top-medical-list-dt li a::before {
  border-top: 12px solid #66A5A4;
}
.top-medical .top-medical-item:nth-child(1) ul.top-medical-list li a:hover,
ul.top-medical-list-dt li a:hover {
  color: #66A5A4;
  border: 1px solid #66A5A4;
}
.top-medical .top-medical-item:nth-child(2) .top-medical-content-headline {
  color: #b1768c;
}
.top-medical .top-medical-item:nth-child(2) {
  background-color: #b1768c;
}
.top-medical .top-medical-item:nth-child(2) .top-medical-title-wrap {
  background-color: rgba(177, 118, 140, 0.95);
}
.top-medical .top-medical-item:nth-child(2) ul.top-medical-list li a::before,
ul.top-medical-list-tm li a::before {
  border-top: 12px solid #b1768c;
}
.top-medical .top-medical-item:nth-child(2) ul.top-medical-list li a:hover,
ul.top-medical-list-tm li a:hover {
  color: #b1768c;
  border: 1px solid #b1768c;
}
.top-medical .top-medical-item:nth-child(3) {
  background-color: #789FBF;
}
.top-medical .top-medical-item:nth-child(3) .top-medical-content-headline {
  color: #789FBF;
}
.top-medical .top-medical-item:nth-child(3) .top-medical-title-wrap {
  background-color: rgba(120, 159, 191, 0.95);
}
.top-medical .top-medical-item:nth-child(3) ul.top-medical-list li a::before {
  border-top: 12px solid #789FBF;
}
.top-symptoms .su-spoiler-style-default.su-spoiler-closed>.su-spoiler-title {
  transition: all 0.2s;
}
.top-symptoms .su-spoiler-style-default.su-spoiler-closed>.su-spoiler-title:hover {
  color: #789FBF;
  border: 1px solid #789FBF;
}
.top-medical .top-medical-item:nth-child(3) .top-medical-img img {
  object-position: 50% 30%;
}
.top-medical .top-medical-item:nth-child(3) .top-medical-list-wrap {
  padding-bottom: 30px;
}
.top-medical-title-wrap,
.top-medical .top-medical-item,
.top-symptoms .su-spoiler-style-default>.su-spoiler-content {
  background-image: url('../../../wp-content/uploads/2025/02/debut-light.png');
}
.top-symptoms .su-accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.top-symptoms .su-accordion .su-spoiler {
  margin: 0;
  margin-bottom: 0;
  width: 265px;
  margin-bottom: 20px;
}
.top-symptoms .su-accordion:before {
  content: "";
  display: block;
  width: 265px;
  order: 1;
}
.top-symptoms .su-accordion:after {
  content: "";
  display: block;
  width: 265px;
}
.top-symptoms .su-spoiler-style-default>.su-spoiler-title {
  outline: none !important;
  border: 1px solid #000;
}
.top-symptoms .su-spoiler-style-default>.su-spoiler-title {
  display: block;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  padding: 15px 15px;
  font-size: 18px;
  height: 59px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  background: #fff;
  border: 1px solid #789FBF;
  color: #789FBF;
  padding-right: 30px;
}
.top-symptoms .su-spoiler-style-default.su-spoiler-closed>.su-spoiler-title {
  border: 1px solid #000;
  color: #000;
}
.top-symptoms .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  left: unset!important;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  background: #789FBF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
}
.top-symptoms .su-spoiler-icon-plus .su-spoiler-icon:before {
  font-size: 14px;
  padding-top: 1.5px;
}
.top-symptoms .su-spoiler-style-default:not(.su-spoiler-closed)>.su-spoiler-title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #789FBF;
  z-index: 1;
}
.top-symptoms .su-spoiler-style-default>.su-spoiler-content {
  padding: 0!important;
  background: #789FBF;
  position: relative;
  left: 0;
  display: block;
  margin-top: 20px;
  width: 1120px;
  transform: translateX(0%);
}
.top-symptoms .su-spoiler-style-default:nth-child(4n-2)>.su-spoiler-content {
  transform: translateX(-25.45%);
}
.top-symptoms .su-spoiler-style-default:nth-child(4n-1)>.su-spoiler-content {
  transform: translateX(-50.9%);
}
.top-symptoms .su-spoiler-style-default:nth-child(4n)>.su-spoiler-content {
  transform: translateX(-76.35%);
}
.top-symptoms-inner {
  padding: 15px 30px;
}
ul.top-symptoms-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: center;
}
ul.top-symptoms-list li {
  margin: 0;
}
ul.top-symptoms-list li a {
  display: inline-block;
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
ul.top-symptoms-list li:not(:first-child) a {
  border-left: 1px solid #fff;
}
#top-doctor-layout {
  padding: 0;
  height: 730px;
  margin-top: 50px;
}
.top-doctor {
  display: flex;
  justify-content: space-between;
}
.top-doctor-left {
  width: 62%;
  position: relative;
}
#top-doctor-layout .top-doctor-left .top-title {
  margin-bottom: 15px;
  position: relative;
  top: -5px;
}
#top-doctor-layout .top-doctor-left .top-title .top-title-en {
  font-size: 66px;
}
.top-doctor-message {
  text-align: center;
  color: #ac8f6d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.top-doctor-left p {
  margin-bottom: 18px;
}
ul.top-doctor-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -72px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
ul.top-doctor-link li {
  margin: 0;
  margin-right: 24px;
}
ul.top-doctor-link li:last-child {
  margin-right: 0;
}
.top-doctor-right {
  width: 33%;
  position: relative;
}
.top-doctor-img {
  position: absolute;
  top: -50px;
}
ul.top-doctor-sub-photo {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-top: 20px;
}
ul.top-doctor-sub-photo li {
  margin: 0;
  flex-grow: 1;
  margin-right: 20px;
}
ul.top-doctor-sub-photo li:last-child {
  margin-right: 0;
}
ul.top-doctor-sub-photo li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.top-features {
  position: relative;
}
.top-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 925px;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../../wp-content/uploads/2025/02/22731582_s.jpg');
}
.top-features::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 350px;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../../wp-content/uploads/2025/02/22731582_s.jpg');
}
.top-features-list-wrap {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 120px;
}
.top-features-list {
  display: flex;
  flex-wrap: wrap;
  border: 1.5px solid #c7c7c7;
  margin-bottom: 30px;
}
.top-features-list-wrap .top-features-list:last-child {
  margin-bottom: 0px;
}
.top-features-item {
  width: 33.33333%;
  padding: 15px;
  border-right: 1.5px solid #c7c7c7;
  background: #fff;
}
.top-features-item:last-child {
  border-right: 0px solid #c7c7c7;
}
.top-features-item-img {
  position: relative;
}
.top-features-item-num {
  position: absolute;
  bottom: -10px;
  right: 0;
  line-height: 1;
  font-size: 70px;
  color: #b1768c;
  font-weight: 800;
  font-style: italic;
}
.top-features-item-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.top-features-item h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 15px;
  color: #ac6d84;
}
.top-features-item p {
  line-height: 2;
  font-size: 16px;
}
ul.top-features-item-link {
  padding: 0;
  margin: 0;
  list-style: none;

  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
ul.top-features-item-link li {
  margin: 0;
}
ul.top-features-item-link li:first-child {
  margin-bottom: 15px;
}
ul.top-features-item-link li a {
  width: 90%;
  font-size: 20px;
}
ul.top-features-item-link li:last-child a {
  background-color: #b1768c;
}

#content-in.wrap {
  width: auto;
  max-width: 1000px;
}
body.front-top-page header.article-header {
  display: none;
}
body.front-top-page #content,
body.front-top-page #content-in.wrap,
body.front-top-page #main,
body.front-top-page .entry-content {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body.front-top-page #content-in.wrap {
  width: auto;
  max-width: unset;
}
body.front-top-page #content {
  position: relative;
  z-index: 1;
}
body.front-top-page .article {
  margin-bottom: 0;
}
.entry-content {
  margin-top:0px;
}

.page-top-bg {
  width: 100%;
  height: 140px;
  background: #f6f3ef;
}
.page-top-bg .date-tags {
  display: none;
}
.page-top-bg header.entry-header {
  height: 100%;
}
.page-top-bg .page-top-bg-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-top-bg h1.entry-title,
.page-top-bg .entry-title-archive {
  font-size: 34px;
  font-weight: 600;
  color: #B19676;
  letter-spacing: 1.5px;
}
h2.page-title,
h2.h-title,
h3.page-title,
h3.page-title-02,
h3.h-title,
h4.page-title,
h4.page-title-02,
h5.page-title,
h1#archive-title,
body.single-case h1.entry-title {
  margin: 1.8em 0 1.1em;
  margin: 1em 0;
  line-height: 1.4;
}
h2.page-title,
h2.h-title,
h1#archive-title,
body.single-case h1.entry-title {
  font-size: 24px;
  color: #B19676;
  font-weight: 700;
  background: #f6f3ef;
  padding: 12px 10px;
  border-left: 5px solid #B19676;
  border-bottom: 1px solid #B19676;

  margin-top: 1.8em;
  margin-bottom: 1.2em;
}
h1#archive-title,
body.single-case h1.entry-title {
  margin-top: 0;
}
h3.page-title,
h4.page-title-02 {
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  background: #f6f3ef;
  padding: 12px 18px;
  margin-top:0.8em;
}
.mt-style-01 {
  margin-top: 1.6em!important;
}
h3.page-title-02,
h3.h-title {
  border-bottom: 3px solid #B19676;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;

  margin-top: 1.8em;
  margin-bottom: 1.2em;
}
h4.page-title,
h5.page-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5em;
}
h4.page-title::before,
h5.page-title::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: #B19676;
  border-radius: 1px;
}
h3.page-title-02 span {
  display: inline-block;
  background: #B19676;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.center {
  text-align: center;
}
.bg-style-01 {
  background: #f6eff1;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.bg-style-02 {
  border: 3px solid #B19676;
  padding: 22px 30px;
  margin: 30px 0;
}
.bg-style-03 {

}
.photo-style-01 img {
  max-height: 240px;
}
.photo-style-02 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.photo-style-03 img {
  float: right;
  width: 250px;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.bg-style-02 h3.page-title-02,
.bg-style-02 h3.page-title,
.bg-style-02 h4.page-title-02 {
  margin-top: 0;
}
ul.list-layout-01 {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-layout-01 li {
  margin: 0;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
ul.list-layout-01 li:last-child {
  margin-bottom: 0px;
}
ul.list-layout-01 li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background: #b1768c;
  border-radius: 50%;
}
.recruit_description ul.list-layout-01 {
  margin-bottom: 6px;
}
ul.list-layout-02 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.list-layout-02 li {
  width: 31.5%;
}
ul.list-layout-02 li a {
  transition: all 0.3s;
}
ul.list-layout-02 li a:hover {
  opacity: 0.6;
}
ul.list-layout-02 li a img {

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

  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 40px;
}
ul.list-layout-03 li {
  margin: 0;
}
ul.list-layout-03 li img {

}
dl.dl-style-01 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
dl.dl-style-01 dt,
dl.dl-style-01 dd {
  margin: 0;
  margin-bottom: 6px;
  font-size: 16px;
}
dl.dl-style-01 dt {
  width: 170px;
  position: relative;
  padding-left: 20px;
}
dl.dl-style-01 dt::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background: #b1768c;
  border-radius: 50%;
}
dl.dl-style-01 dd {
  width: calc(100% - 170px);
}
dl.dl-style-02 {
  margin-bottom: 0;
}
dl.dl-style-02 dd {

}
dl.dl-style-02 dt {
  text-align: center;
  color: #fd6872;
}
dl.dl-style-02 dd {
  margin: 0;
  border-bottom: 1px dashed #fd6872;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
dl.dl-style-02 dd:last-child {
  border-bottom: 0px dashed #fd6872;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.facility-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 30px;
}
.facility-item {
  text-align: center;
}
.facility-item img {
  width: auto;
  height: 185px;
  object-fit: contain;
}
.facility-item h3 {
  font-size: 21px;
  font-weight: 700;
  color: #B19676;
  margin: 10px 0px 5px;
  text-align: left;
}
.facility-item p {
  margin: 0;
  text-align: left;
}
.facility-item p.facility-text {

}
.access-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 40px;
  margin-top: 34px;
}
.access-list > p {
  margin: 0;
  display: none;
}
.access-item {
  position: relative;
}
.access-item img {
  width: 100%;
  height: 274px;
  object-fit: cover;
}
.access-item p {
  margin: 0;
}
.access-item p.access-text {
  margin-top: 5px;
}
.access-item-num {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #6BA074;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.padding-style-01 {
  padding-left: 130px;
  padding-right: 130px;
}
.padding-style-02 {
  padding-left: 170px;
  padding-right: 170px;
}
.padding-style-03 {
  padding-left: 70px;
  padding-right: 70px;
}

.flex-style-01 {
  display: flex;
  justify-content: space-between;
}
.flex-style-01-left {
  width: 35%;
}
.flex-style-01-right {
  width: 63%;
}
.flex-style-02 {
  display: flex;
  justify-content: space-between;
}
.flex-style-02-item {
  width: 48.5%;
  text-align: center;
}
.flex-style-03 {
  display: flex;
  justify-content: space-between;
}
.flex-style-03-left {
  width: 70%;
}
.flex-style-03-right {
  width: 28%;
}
.flex-style-04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-style-04.treat_dit32 {
  align-items: flex-start;
}
.flex-style-04-left {
  width: 19%;
}
.flex-style-04-right {
  width: 77%;
}
.flex-style-05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-style-05-left {
  width: 13%;
}
.flex-style-05-right {
  width: 85%;
}
.flex-style-06 {
  display: flex;
  justify-content: space-between;
}
.flex-style-06-left {
  width: 60%;
}
.flex-style-06-right {
  width: 38%;
}
.flex-style-07 {
  display: flex;
}
.flex-style-07-left {
  width: 50%;
}
.flex-style-07-right {
  width: 50%;
}
.flex-style-08 {
  display: flex;
}
.flex-style-08-item {
  width: 200px;
  margin-right: 30px;
}
.flex-style-08-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
table.table-style-01 {
  margin-bottom: 0;
  margin: 0.8em 0;
}
table.table-style-01 tr {
  background: #fff;
}
table.table-style-01 tr th,
table.table-style-01 tr td {
  border: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  padding: 5px 15px;
}
table.table-style-01 tr th {
  font-weight: 500;
  background: #f6eff1;
  white-space: nowrap;
  text-align: center;
}
table.table-style-01.center tr td {
  text-align: center;
}
table.table-style-01 tr td p:last-of-type {
  margin: 0;
}
table.table-style-02 {

}
table.table-style-02 tr {
  background: #fff;
}
table.table-style-02 tr td {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  text-align: center;
  line-height: 1.6;
  padding: 7px 7px;
}
table.table-style-02 tr td:first-child,
table.table-style-02 tr:first-child td:not(:first-child) {
  font-weight: 700;
  color: #fff;
}
table.table-style-02 tr td:first-child {
  background: #eff5f0;
  color: #000;
}
table.table-style-02 tr:first-child td {
  background: #6BA074;
  color: #fff;
}
table.table-style-02.table-density tr td:first-child {
  white-space: nowrap;
  width: auto;
}
table.table-style-02.table-density tr td:nth-child(2),
table.table-style-02.table-density tr td:nth-child(3) {
  width: 45%;
}
table.table-style-07 {
  margin-bottom: 0;
  margin: 0.8em 0;
}
table.table-style-07 tr {
  background: #fff;
}
table.table-style-07 tr th,
table.table-style-07 tr td {
  border: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  padding: 5px 15px;
}
table.table-style-07 tr th {
  font-weight: 500;
  background: #f6eff1;
  white-space: nowrap;
  text-align: center;
}
table.table-style-07.center tr td {
  text-align: center;
}
table.table-style-07 tr td p:last-of-type {
  margin: 0;
}
.table-diff-text {
  padding-bottom: 7px;
  font-size: 14.5px;
}
.congestion-icon-01,
.congestion-icon-02,
.congestion-icon-03,
.congestion-icon-04 {
  position: relative;
  padding-top: 58px !important;
  vertical-align: top;
}
.congestion-icon-01 > p,
.congestion-icon-02 > p,
.congestion-icon-03 > p,
.congestion-icon-04 > p {
  display: none;
}
.congestion-icon-01 i,
.congestion-icon-02 i,
.congestion-icon-03 i,
.congestion-icon-04 i {
  font-size: 36px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.congestion-icon-01 i {
  color: #F5CF58;
  transform: translate(-50%, 0%) rotate(270deg);
}
.congestion-icon-02 i {
  color: #E6164F;
}
.congestion-icon-03 i {
  color: #A4A4A4;
}
.congestion-icon-04 i {
  color: #ED8122;
}
table.table-style-02.table-rt {

}
table.table-style-02.table-rt tr td {

}
table.table-style-02.table-rt tr td > p {
  display: none;
}
a.rt-btn {
  display: inline-block;
  text-decoration: none;
  background: #EF8200;
  line-height: 1;
  padding: 17px 22px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  transition: all 0.3s;
  margin: 10px 0;
}
a.rt-btn:hover {
  opacity: 0.6;
}
a.rt-btn.rt-btn-02 {
  background: #FB858D;
}
a.rt-btn i {
  margin-left: 5px;
}
.rt-text {
  font-size: 16px;
  line-height: 1.8;
}
.rt-text.rt-text-02 {
  color: #FB858D;
}

table.table-style-03 {

}
table.table-style-03 tr {
  background: #fff;
}
table.table-style-03 tr td {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  line-height: 1.6;
  padding: 5px 5px;
}
table.table-style-03 tr:nth-child(1) td {
  padding: 10px 5px;
}
table.table-style-03 tr td:nth-child(2) {
  background: #F0F0F0;
}
table.table-style-03 tr:nth-child(1) td:nth-child(2) {
  background: #ACB1B0;
}
table.table-style-03 tr td:nth-child(3) {
  background: #f6eff1;
  font-weight: 500;
}
table.table-style-03 tr:nth-child(1) td:nth-child(3) {
  background: #b1768c;
}
table.table-style-03 tr:nth-child(1) td:nth-child(2),
table.table-style-03 tr:nth-child(1) td:nth-child(3) {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.a-btn-wrap {
  text-align: center;
  margin-top: 1.8em;
  margin-bottom: 1.4em;
}
.video-container {
  margin-left: auto;
  margin-right: auto;
}
a.tel-style-01 {
  font-size: 28px;
  font-weight: 600;
}
a.access-style-01 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}
a.hover-style-01 {
  transition: all 0.3s;
}
a.hover-style-01:hover {
  opacity: 0.6;
}
ul.link-style-01 {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.link-style-01 li {
  margin: 0;
  margin-bottom: 10px;
}
ul.link-style-01 li:last-child {
  margin-bottom: 0;
}
ul.link-style-01 li a {
  display: block;
  position: relative;
  padding-left: 21px;
  text-align: left;
}
ul.link-style-01 li a::before {
  content: '\f35a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 0;
}
ul.link-style-01.link-style-02 {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px 20px;
}
span.bold-style-01,
span.bold-style-02 {
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  margin: 0 2px;
}
span.bold-style-01 {
  background: #66A5A4;
}
span.bold-style-02 {
  background: #b1768c;
}
ul.toc-style-01 {
  padding: 0;
  margin: 0;
  list-style: none;

  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 20px;
  margin: 40px 0px;
}
ul.toc-style-01 li {
  margin: 0;
}
ul.toc-style-01 li a {
  display: block;
  text-decoration: none;
  border: 1px solid #B19676;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #B19676;
  font-weight: 500;
  background: #fff;
  padding: 10px 5px;
  border-radius: 30px;
  transition: all 0.3s;
  letter-spacing: -0.2px;
}
ul.toc-style-01 li a:hover {
  opacity: 0.6;
}
ul.photo-style-01 {
  padding: 0;
  margin: 0;
  list-style: none;

  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 10px;
}
ul.photo-style-01 li {
  margin: 0;
}
ul.photo-style-01 li img {
  width: 100%;
}

.access-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access-info-left {
  width: 40%;
}
.access-info-center {
  width: 28%;
}
.access-info-right {
  width: 28%;
}
.staff-introduction-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff-introduction-photo-left {

}
.staff-introduction-photo-left img,
.staff-introduction-photo-right img {
  max-height: 250px;
}
.staff-introduction-photo-center {
  padding: 0 30px;
}
.staff-introduction-photo-center img {
  max-height: 200px;
}
.staff-introduction-photo-right {

}
.staff-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 30px;
}
.staff-item {
  padding: 30px;
  background: #f6eff1;
}
.staff-item > p {
  display: none;
}
.staff-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.staff-header-02,
.staff-header-03 {
  margin-bottom: 15px;
}
.staff-header,
.staff-header-02 {
  height: 166.7px;
}
.staff-header-03 {
  height: 188px;
}
.staff-header-left {
  width: 20%;
}
.staff-header-right {
  width: 70%;
}
.staff-header-right > p {
  display: none;
}
.staff-position {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  background: #fd6872;
  padding: 4px 10px;
}
.staff-name {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 1px;
}
span.staff-en {
  color: #9f9d9d;
  margin-left: 8px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.staff-comment {
  font-weight: 400;
  font-size: 18px;
}
.staff-message {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
span.staff-message-inner {
  display: inline-block;
  background: #f6eff1;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.staff-message::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #9f9d9d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.recruit-cta {
  background: #f6eff1;
  padding: 20px 30px;
  text-align: center;
}
.recruit-cta-tel {
  color: #b1768c;
  font-size: 20px;
  font-weight: 500;
}
.recruit-cta-tel a {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  margin-left: 5px;
}
.recruit-cta-tel-micro {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 15px;
}
.recruit-cta-mail {
  color: #b1768c;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.recruit-cta-mail a {
  display: inline-block;
  margin-left: 5px;
}
ul.recruit-cta-sns {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.recruit-cta-sns li {
  margin: 0;
  margin-right: 20px;
}
ul.recruit-cta-sns li:last-child {
  margin-right: 0;
}
ul.recruit-cta-sns li a {

}
ul.recruit-cta-sns li a img {
  width: 50px;
}

.staff-recruit {

}
.staff-recruit-list {
  display: block;
}
.staff-recruit-item {
  background: #f6eff1;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.staff-recruit-item > p {
  display: none;
}
.staff-recruit-photo {

}
.staff-recruit-photo img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
.staff-recruit-content {
  position: relative;
  padding: 24px 20px 20px 20px;
}
.staff-recruit-content > p {
  display: none;
}
.staff-recruit-years {
  background: #fd6872;
  color: #fff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}
.staff-recruit-name {
  text-align: center;
  color: #fd6872;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.staff-recruit-pos {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #666;
}
.staff-recruit-message {
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
  margin-top: 10px;
}
.staff-recruit-message p {
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

.recruit_description {
  border: 1px solid #ccc;
}
.recruit_description dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.recruit_description dt,
.recruit_description dd {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.recruit_description dl:last-child dt,
.recruit_description dl:last-child dd {
  border-bottom: 0px solid #ccc;
}
.recruit_description dt {
  width: 270px;
  background: #F5F5F5;
  text-align: center;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #ccc;
}
.recruit_description dd {
  margin: 0;
  width: calc(100% - 270px);
}
ul.recruit-tab-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.recruit-tab-area li.recruit-tab {
  margin: 0;
  background: #fff;
  border: 5px solid #b1768c;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  position: relative;
  font-size: 20px;
  padding: 15px 0px;
  font-weight: 600;
  color: #b1768c;
  width: 32.5%;
  font-family: "Shippori Mincho B1", serif;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
ul.recruit-tab-area li.recruit-tab.active {
  background-color: #b1768c;
  color: #fff;
}
.recruit-panel {
  display: none;
  border: 5px solid #b1768c;
  padding: 50px 50px;
}
.recruit-panel.active {
  display: block;
}
.recruit-panel>:last-child {
    margin-bottom: 0;
}

ul.code-insta-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
ul.code-insta-list li {
  margin: 0;
  width: 32%;
}
ul.code-insta-list li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.treat_price_all {
border-top: 1px solid #FF8F80;
border-bottom: 1px solid #FF8F80;
padding: 22px 0;
overflow: hidden;
}
.treat_price_all {
font-size: 16px;
padding: 30px 0 20px 30px;
}
.treat28 .treat28_g {
background: #f6f6f6;
border-top: 1px solid #FF8F80 !important;
border-bottom: 1px solid #FF8F80 !important;
}
.treat_price_all {
background: #f6eff1;
}
.treat_price_left {
width: 245px;
float: left;
}
.treat_price_all h3 {
color: #FF8F80 !important;
position: relative;
padding: 0 0 0 20px;
color: #000 !important;
margin: 0 0 6px 0;
}
.treat_price_left p {
font-size: 14px;
}
.treat_price_left span {
width: 245px;
font-size: 14px;
padding: 5px 0;
color: #FFF;
background-color: #FF9182;
display: block;
text-align: center;
margin: 10px 0 0 0;
}
.treat_price_right {
width: 670px;
float: left;
border-left: 1px solid #FF8F80;
position: relative;
padding: 18px 0 18px 0;
margin: 0 0 0 30px;
}
.treat_price_right dl {
clear: left;
}
.treat_price_right dl dt {
width: 128px;
margin: 0 13px 0 0;
color: #663300;
padding: 5px 0;
text-align: center;
float: left;
font-size: 16px;
}
.treat_price_right dl dd {
padding: 5px 0;
}
.treat_price_right dl dd ul li {
float: left;
margin: 0 0.6em 0 0;
width: 168px;
}
.treat_price_right dl dd ul li span {
width: 40px;
float: left;
display: block;
color: #663300;
}
.treat_price_right dl dd ul li:last-child {
margin: 0 0 0 0;
}
.treat_price_right dl dd ul li.li_long {
width: 228px;
}
.treat_price_right dl dd ul li span.long_span {
width: 90px;
}
.only_pc_none {
display: none!important;
}
.treat_price_right dl dd ul li span.down_v {
width: auto;
float: none;
display: inline;
font-size: 18px;
font-weight: bold;
color: #FF0000;
}
.treat_price_right dl dd ul li span.down_v span {
width: auto;
float: none;
display: inline;
font-size: 12px;
color: #FF0000;
}
.treat_price_right dl dd ul li.down p.down_p {
width: 115px;
position: absolute;
top: -16px;
left: 0;
font-size: 10px;
margin-left: 40px;
color: #fff;
background: #FF0000;
font-weight: bold;
text-align: center;
padding-top: 2px;

margin-bottom: 0;
}
.treat_price_right dl dd ul li.down {
position: relative;
margin-bottom: 15px;
}
.treat_price_right dl dd ul li.down p.down_p2 {
position: absolute;
top: 25px;
left: 0;
font-size: 10px;
text-decoration: line-through;
margin-left: 60px;

margin-bottom: 0;
}
.treat_price_right:after {
content: "";
line-height: 0;
display: block;
overflow: hidden;
position: absolute;
left: 126px;
top: 0;
height: 100%;
border-left: 1px solid #FF8F80;
}
.treat28_none {
display: none;
}

.price-style-01 .treat_price_all {
  margin-bottom: 30px;
}
.price-style-01 .treat_price_all:last-of-type {
  margin-bottom: 0;
}
.price-style-01 > p {
  display: none;
}
.price-style-01 h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 12px;
}
.article .price-style-01 dd {
  margin-left: 0px;
}
.treat_price_right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treat_price_right ul > p {
  margin: 0;
}
.treat_price_right ul li {
  margin: 0;
}

.gentle_value_tbl tr td:nth-child(1) {
background: #fff1c8;
width: 50%;
}
.gentle_value_tbl {
width: 100%;
margin: 0 auto 30px;
border-top: 1px solid #a2c3a7;
border-left: 1px solid #a2c3a7;
font-size: 16px;
}
.gentle_value_tbl tr td:nth-child(1) {
background: #eff5f0;
}
.gentle_value_tbl td {
text-align: center;
border-bottom: 1px solid #a2c3a7;
border-right: 1px solid #a2c3a7;
padding: 3px 5px;
}
.gentle_value_tbl tr.tr_or td {
background: #d0e1d3;
font-weight: bold;
}
.gentle_value_tbl th {
text-align: center;
background: #6BA074;
border-bottom: 1px solid #a2c3a7;
border-right: 1px solid #a2c3a7;
padding: 5px 5px;
color: #fff;
}
.sp_br {
display: none;
}
.gentle_value_tbl tr td:nth-child(2), .gentle_value_tbl tr td:nth-child(3), .gentle_value_tbl tr td:nth-child(4) {
width: 25%;
}
span.tax {
font-size: 75% !important;
font-weight: normal !important;
display: none;
}
.tax {
display: none !important;
}
.gentle_value_tbl.price-3 tr td {
width: 300px;
}
.gentle_value_tbl tr.parts td {
background: #6BA074;
color: #fff;
font-weight: 700;
}
table tr:nth-of-type(2n+1) {
background-color: #fff;
}

.treat_price_all_02 {
padding: 0 !important;
margin: 0 0 15px 0 !important;
}
.treat_price_right_02 {
width: 660px;
border-left: none !important;
padding: 18px 0 18px 20px;
margin: 0;
font-size: 15px;
}
.treat_price_right_02:after {
left: 100px;
}
.treat_price_right_02 dl dt {
width: 74px;
margin: 0 18px 0 0;
padding: 5px 0;
font-size: 15px;
}
.treat_price_right_02 dl dd ul li.down {
position: relative;
margin-bottom: 15px !important;
margin-top: 15px !important;
}
.treat_price_right dl {
margin-bottom: 0;
}
.treat_price_right_02 {

}

.price_caresys_ex {
display: block;
font-size: 12px;
font-weight: bold;
color: #ff0000;
}
.price_caresys_tre {
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #fff;
background-color: #ef5983;
text-align: center;
padding: 0 1em;
margin-left: 1em;
}
.table-ptn-01.gentle_value_tbl tr td:nth-child(1) {
width: 20%;
}
.gentle_value_tbl.price-3 tr td {
width: 300px;
}
.gentle_value_tbl.price-50 tr th:not(:first-child),
.gentle_value_tbl.price-50 tr td:not(:first-child) {
  width: 16.6666%;
}

h1#archive-title {
  margin-top: 0;
}
h1#archive-title span.fa-folder-open {
  display: none;
}
body.blog #list,
body.category #list {
  margin: 0;
}
.info-entry-cards.widget-entry-cards {
  margin: 0;
}
body.blog #list .a-wrap,
body.category #list .a-wrap,
.news-entry-cards.widget-entry-cards .a-wrap,
.info-entry-cards.widget-entry-cards .a-wrap {
  padding: 0;
  margin: 0;
  padding: 18.8px 15px;
  border-bottom: 1px solid #c7c7c7;
  transition: all 0.3s;
  font-weight: 400;
}
body.blog #list .a-wrap:hover,
body.category #list .a-wrap:hover,
.news-entry-cards.widget-entry-cards .a-wrap:hover,
.info-entry-cards.widget-entry-cards .a-wrap:hover {
  background: transparent;
}
body.blog #list .a-wrap h2.entry-card-title,
body.category #list .a-wrap h2.entry-card-title,
.news-entry-cards.widget-entry-cards .a-wrap .widget-entry-card-content,
.info-entry-cards.widget-entry-cards .a-wrap .widget-entry-card-content {
  transition: all 0.3s;
}
body.blog #list .a-wrap:hover h2.entry-card-title,
body.category #list .a-wrap:hover h2.entry-card-title,
.news-entry-cards.widget-entry-cards .a-wrap:hover .widget-entry-card-content,
.info-entry-cards.widget-entry-cards .a-wrap:hover .widget-entry-card-content {
  transition: all 0.3s;
  color: #B19676;
  opacity: 0.6;
}
body.blog #list article.entry-card,
body.category #list article.entry-card,
.news-entry-cards .widget-entry-card,
.info-entry-cards .widget-entry-card {
  display: flex;
  align-items: center;
  font-size: 16.5px;
}
body.blog #list article.entry-card .news-desc-wrap,
body.category #list article.entry-card .news-desc-wrap,
.news-entry-cards .news-desc-wrap,
.info-entry-cards .news-desc-wrap {
  width: 128px;
}
body.blog #list article.entry-card .e-card-info,
body.category #list article.entry-card .e-card-info,
.news-entry-cards .e-card-info,
.info-entry-cards .e-card-info {
  display: block;
}
body.blog #list article.entry-card .e-card-info > span,
body.category #list article.entry-card .e-card-info > span,
.news-entry-cards .e-card-info > span,
.info-entry-cards .e-card-info > span {
  padding: 0;
  margin: 0;
  font-size: 16.5px!important;
}
body.blog #list article.entry-card .e-card-info > span.post-update,
body.category #list article.entry-card .e-card-info > span.post-update,
.news-entry-cards .e-card-info > span.post-update,
.info-entry-cards .e-card-info > span.post-update {
  display: none;
}
body.blog #list article.entry-card .e-card-info > span i,
body.category #list article.entry-card .e-card-info > span i,
.news-entry-cards .e-card-info > span i,
.info-entry-cards .e-card-info > span i {
  display: none;
}
body.blog #list article.entry-card .entry-card-content,
body.category #list article.entry-card .entry-card-content,
.news-entry-cards .widget-entry-card-content,
.info-entry-cards .widget-entry-card-content {
  margin: 0;
  padding: 0;
  width: calc(100% - 128px);
  transition: all 0.3s;
}
body.blog #list article.entry-card h2.entry-card-title,
body.category #list article.entry-card h2.entry-card-title,
article.type-news h2.entry-card-title{
  font-weight: 400;
  font-size: 16.5px;
  margin: 0;
}

body.single-post article .date-tags {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body.single-post article .post-update,
body.single-post article .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}
body.single-post h1.entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
}

body.single-case article .date-tags {
  display: none;
}
.case-photo {
  padding: 30px 0;
}
.case-photo-item {
  position: relative;
}
span.case-photo-before,
span.case-photo-after {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: green;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 30px;
  letter-spacing: 0.7px;
  white-space: nowrap;
}
span.case-photo-before {
  background: #A3A3A3;
}
span.case-photo-after {
  background: #E68580;
}

body.tax-case-cat #list,
body.tax-case-tag #list,
body.post-type-archive-case #list {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
}
body.tax-case-cat #list a.a-wrap,
body.tax-case-tag #list a.a-wrap,
body.post-type-archive-case #list a.a-wrap,
.case-search-style-01 a.a-wrap {
  background: #f6eff1;
  padding: 30px;
  transition: all 0.3s;
  text-align: center;
}
body.tax-case-cat #list a.a-wrap:hover,
body.tax-case-tag #list a.a-wrap:hover,
body.post-type-archive-case #list a.a-wrap:hover,
.case-search-style-01 a.a-wrap:hover {
  opacity: 0.6;
}
body.tax-case-cat #list .case-photo,
body.tax-case-tag #list .case-photo,
body.post-type-archive-case #list .case-photo,
.case-search-style-01 .case-photo {
  padding-bottom: 0;
}
body.tax-case-cat #list span.case-photo-before,
body.tax-case-cat #list span.case-photo-after,
body.tax-case-tag #list span.case-photo-before,
body.tax-case-tag #list span.case-photo-after,
body.post-type-archive-case #list span.case-photo-before,
body.post-type-archive-case #list span.case-photo-after,
.case-search-style-01 span.case-photo-before,
.case-search-style-01 span.case-photo-after {
  font-size: 17px;
  border-radius: 0px;
  width: 100%;
  top: -30px;
  height: 30px;
  line-height: 30px;
}
body.tax-case-cat #list .entry-card-content,
body.tax-case-tag #list .entry-card-content,
body.post-type-archive-case #list .entry-card-content,
.case-search-style-01 .entry-card-content {
  padding: 0;
  margin: 0;
}
body.tax-case-cat #list h2.entry-card-title,
body.tax-case-tag #list h2.entry-card-title,
body.post-type-archive-case #list h2.entry-card-title,
.case-search-style-01 h2.entry-card-title {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  margin-top: 12px;
}
body.tax-case-cat #list .case-photo .flex-style-02-item,
body.tax-case-tag #list .case-photo .flex-style-02-item,
body.post-type-archive-case #list .case-photo .flex-style-02-item,
.case-search-style-01 .case-photo .flex-style-02-item {
  width: 50%;
}
.case-photo-more {
  display: inline-block;
  line-height: 1;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  border-radius: 30px;
  background: #E68580;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.case-photo-more i {
  margin-left: 5px;
}

.case-search {
  border: 5px solid #b1768c;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  margin: 20px 0;
}
.case-search-title {
  background: #b1768c;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  padding: 6px 0 10px;
}
.case-search-item-wrap {
  display: flex;
}
.case-search-item {
  width: 33.33333%;
  border-right: 1px solid #ccc;
}
.case-search-item-wrap .case-search-item:last-child {
  border-right: 0px solid #ccc;
}
.case-search-cat {
  text-align: center;
  background: #f6eff1;
  color: #b1768c;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 0;
}
.case-search-cat a {
  color: #b1768c;
  text-decoration: none;
}
.case-search-item-content {
  padding: 25px 25px;
}
ul.list-layout-01.case-search-list {

}
ul.list-layout-01.case-search-list li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 15px;
}
ul.list-layout-01.case-search-list li a {
  font-weight: 500;
}
ul.list-layout-01.case-search-list li a:hover {
  text-decoration: none;
}
.case-search-style-01 {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
}

.pagination-next {
  display: none;
}
.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 0px;
}
.pagination .current {
  border: 1px solid #B19676;
  background-color: #B19676;
  color: #fff;
}
.pagination {
  margin-top: 40px;
}

#breadcrumb {
  padding: 0 10px;
  background: transparent;
  margin-bottom: 4px;
  margin-top: 15px;
  margin-bottom: 5px;
  width: auto;
  max-width: 1000px;
}
.breadcrumb {
  margin: 1em 0em 3em;
}
span.fa-home,
span.fa-file,
span.fa-folder {
  display: none;
}
.sp-b {
  margin: 0 10px 0 7px!important;
}
.sp .fa-angle-right {
  color: #b3b3b3;
}
.list-breadcrumb-category span.sp {
  margin-left: 8px;
}
body.archive.category #breadcrumb .breadcrumb-item {
  margin-left: 5px;
}
.breadcrumb-caption {
  margin: 0;
}
.breadcrumb-style .sp {
  margin: 0 10px 0 7px;
}

.footer-cta-wrap {
  background: #f6f3ef;
  padding: 70px 0;
}
ul.footer-cta-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0px;
}
ul.footer-cta-banner-list li {
  margin: 0;
  text-align: center;
}
ul.footer-cta-banner-list li a {
  transition: all 0.3s;
}
ul.footer-cta-banner-list li a:hover {
  opacity: 0.6;
}
.footer-cta {
  display: flex;
  justify-content: space-between;
}
.footer-cta-left {
  width: 25%;
}
.footer-cta-center {
  width: 25%;
}
.footer-cta-right {
  width: 45%;
}
.footer-cta-access-wrap {
  margin-top: 8px;
  text-align: center;
}
.footer-cta-access {
  font-size: 14.5px;
  line-height: 1.6;
}
.footer-cta-access-sub {
  font-size: 14.5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1;
  padding: 10px 0;
}
.footer-cta-btn {
  margin-bottom: 15px;
}
.footer-cta-btn a.footer-cta-link:nth-child(2) {
  background-color: #b1768c;
  margin-top: 15px;
}
.footer-cta-tel-item {
  border: 1px solid #000;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
  background: #fff;
}
.footer-cta-tel .footer-cta-tel-item:last-child {
  margin-bottom: 0;
}
.footer-cta-tel-title {
  background: #EF8200;
  color: #fff;
  font-size: 16px;
  padding: 3px 0;
}
.footer-cta-tel-num {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 7px 0;
  font-weight: 500;
}
.schedule-table-wrap {
  background: #fff;
  border: 1px solid #000;
  padding: 20px 40px;
}
table.schedule-table {
  margin-bottom: 0;
}
table.schedule-table tr {
  background: #fff;
  border-bottom: 1px solid #000;
}
table.schedule-table tr:last-child {
  border-bottom: 0;
}
table.schedule-table tr td {
  background: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  line-height: 1;
  text-align: center;
  width: 9%;
}
table.schedule-table tr td:first-child {
  width: 37%;
}
table.schedule-table tr:first-child td {
  color: #B19676;
  font-weight: 500;
  font-size: 18px;
}
table.schedule-table tr:not(:first-child) td:first-child {
  text-align: left;
}
.schedule-table-note {
  margin-top: 10px;
}
ul.schedule-table-note-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.schedule-table-note-list li {
  margin: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  color: red;
  font-weight: 400;
}
ul.schedule-table-note-list li:last-child {
  margin-bottom: 0;
}

.schedule-time {
  display: flex;
  align-items: center;
}
.schedule-time-left {
  width: 50px;
}
.schedule-time-right {
  width: calc(100% - 50px);
}
.schedule-time-02 {
  margin-left: 50px;
}

.footer-recruit-cta-sns {
  margin-top: 20px;
}

.footer-ggmap {
  position: relative;
  padding-top: 30px;
  height: 350px;
  overflow: hidden;
}
.footer-ggmap iframe,
.footer-ggmap object,
.footer-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.access-ggmap {
  position: relative;
  padding-top: 30px;
  height: 500px;
  overflow: hidden;
}
.access-ggmap iframe,
.access-ggmap object,
.access-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.footer-ggmap-wrap {
  padding: 20px;
}

#footer {
  background: #fff;
  margin-top: 0;
  padding: 0;
}
.footer-bg {
  background-image: url('../../../wp-content/uploads/1DX_391601.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  position: relative;
}
.footer-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.footer-bottom {
  padding: 0;
  margin: 0;
}
.footer-menu-wrap {
  padding: 50px 0 80px;
}
.footer-menu {
  display: block;
}
.footer-menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}
.footer-menu .footer-menu-item:last-child {
  margin-bottom: 0;
}
.footer-menu-item-left {
  width: 300px;
}
.footer-menu-item-right {
  width: calc(100% - 300px);
}
.footer-menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}
ul.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px 5px;
}
ul.footer-menu-list li {
  margin: 0;
  text-align: left;
  line-height: 1;
}
ul.footer-menu-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
ul.footer-menu-list li a:hover {
  text-decoration: underline;
}
.copyright {
  color: #fff;
  text-align: center;
  background: red;
  padding: 15px 0;
  font-size: 14px;
  background: #B19676;
  margin-top: 0;
}

.table-style-04 {
  margin-top: 20px;
}
.table-style-04 table tr {
  border-bottom: 1px solid #E0E0E0;
}
.table-style-04 table tr th {
  padding: 32px 0;
  background: transparent;
  width: 280px;
}
.table-style-04 table tr td {
  padding: 32px 0 32px 32px;
}
.table-style-04 table tr th,
.table-style-04 table tr td {
  border: 0;
  text-align: left;
  font-size: 16px;
}
.table-style-04 table tr th p,
.table-style-04 table tr td p {
  margin: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #767676;
  padding: 17px 15px;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif!important;
}
textarea {
  line-height: 1.5;
}
span.required {
  color: #e60033;
  font-size: 12px;
  font-weight: 700;
  display: block;
}
input[type='submit'] {
  border: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  padding: 20px 0;
  background: #1967d2;
  width: 450px;
  border-radius: 3px;
}
input[type='submit']:hover {
  background: #488cea;
}
.contact-form-cta {
  text-align: center;
}
.contact-form-cta span.wpcf7-spinner {
  display: none;
}

.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
span.pc-br::before {
  content: "\A";
  white-space: pre;
}
span.sp-br::before {
  content: none;
}

figure.card-thumb .cat-label,
.eye-catch .cat-label {
  display: none;
}

.staff-header.staff-header-03 {

}
.staff-header-03 {
  height: 220px;
}
.staff-comment-size {
  font-size: 17.5px;
}

.breadcrumb a {
  font-weight: 400;
}

.footer-cta-tel-item a {
  display: block;
  text-decoration: none;
  font-weight: 400;
}
.footer-cta-text {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  margin: 5px 0 0;
}
.footer-cta-tel-item a .footer-cta-tel-num {
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.top-calendar-right .footer-cta-tel-num {
  font-size: 18px;
}
.footer-cta-tel-item a .footer-cta-tel-num i {
  margin-right: 5px;
}
.footer-cta-tel-item a:hover .footer-cta-tel-num {
  text-decoration: none;
}
a.link-style-03 {
  color: #000;
}
.footer-cta-tel-item a.link-style-03 .footer-cta-tel-num {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}

.top-insta {
  margin-bottom: 30px;
}
#top-staff-blog-layout .top-insta .top-title {
  margin-bottom: 30px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  border-radius: 0px;
}

.message-item {
  display: flex;
  justify-content: space-between;
  background: #f6eff1;
  padding: 40px 50px;
}
.message-item-left {
  width: calc(100% - 320px);
}
.message-item-right {
  width: 320px;
}
.message-item-right img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 50%;
}
.message-item-right > p {
  display: none;
}
.message-item-name {
  text-align: center;
  font-size: 22px;
  margin-top: 5px;
}


@media screen and (max-width: 1023px){
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  span.pc-br::before {
    content: none;
  }
  span.sp-br::before {
    content: "\A";
    white-space: pre;
  }
  #header-container {
    padding: 10px 0;
  }
  .header-container-in {
    padding: 0;
  }
  .header-info-wrap {
    padding: 0;
    justify-content: center;
  }
  .logo-image a img {
    width: 100%;
    max-width: 300px;
  }
  .header-cta {
    display: none;
  }
  .mv-img {
    width: 100%;
    margin: 0;
  }
  .mv-img img {
    height: 250px;
  }
  .mv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mv-content-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #000;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0;
  }
  .mv-content-support {
    position: static;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
  .mv-content-support span {
    margin: 0;
    display: inline;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 4px dotted #b1768c;
    margin-top: 18px;
    line-height: 1.4;
  }
  .mv-content-text {
    text-align: center;
    letter-spacing: 0px;
    font-size: 20px;
    text-shadow: unset;
    margin: 20px 0 25px;
  }

  a.a-btn, .header-cta-item a, a.mv-cta-link, .top-news-btn a, .top-calendar-right a.footer-cta-link, ul.top-doctor-link li a, .top-features-item-link a, a.footer-cta-link {
    height: auto;
    line-height: 1.6;
    white-space: unset;

    width: 90%;
    font-size: 22px;
    padding: 20px 0px;
  }
  a.a-btn::after, .header-cta-item a:after, a.mv-cta-link:after, .top-news-btn a:after, ul.top-doctor-link li a::after, .top-features-item-link a::after, a.footer-cta-link::after {

  }
  ul.top-link-list li a.a-btn {
    padding: 10px;
    text-align: left;
    padding-left: 43px;
    letter-spacing: 0;
    font-size: 20px;
    padding-right: 0;
  }
  ul.top-link-list li a.a-btn::after {
    content: none;
  }
  .top-calendar-right .footer-cta-btn a.footer-cta-link:first-child {
    margin-bottom: 20px!important;
  }
  .footer-cta-btn a.footer-cta-link {
    margin: 0 auto;
  }
  ul.top-features-item-link li a {
    width: 90%;
    font-size: 22px;
  }
  .top-news-btn a {
    padding: 15px;
    width: 60%;
    font-size: 18px;
  }

  .top-link {
    padding-top: 0px;
  }
  ul.top-link-list {
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px 7px;
    padding: 7px;
  }
  ul.top-link-list li {
    width: 100%;
  }
  .top-link-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .top-link-icon i {
    font-size: 30px;
  }
  ul.top-link-list li:first-child i {
    font-size: 26px;
  }

  .top-layout-wrap {
    padding-top: 0px;
  }
  .section-layout,
  #top-features-layout,
  #top-doctor-layout {
    padding: 50px 0 50px;
  }
  #top-pickup-layout .wrap-style,
  #top-news-layout .wrap-style,
  #top-staff-blog-layout .wrap-style,
  #top-doctor-layout .wrap-style,
  #top-features-layout .wrap-style,
  .footer-cta-banner,
  .footer-cta-wrap .wrap-style,
  .footer-menu-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-title-en,
  #top-news-layout .top-title-en,
  #top-staff-blog-layout .top-title-en {
    font-size: 30px;
  }
  .top-title h2,
  .top-calendar-title h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .top-news {
    display: block;
  }
  .top-news-left {
    width: 100%;
  }
  .top-news-right {
    width: 100%;
  }
  #top-news-layout .top-title, #top-staff-blog-layout .top-title, #top-staff-blog-layout .top-insta .top-title {
    margin-bottom: 20px;
  }

  body.blog #list article.entry-card, body.category #list article.entry-card, .news-entry-cards .widget-entry-card, .info-entry-cards .widget-entry-card {
    display: block;
  }
  body.blog #list article.entry-card .news-desc-wrap, body.category #list article.entry-card .news-desc-wrap, .news-entry-cards .news-desc-wrap, .info-entry-cards .news-desc-wrap {
    width: 100%;
  }
  body.blog #list article.entry-card .entry-card-content, body.category #list article.entry-card .entry-card-content, .news-entry-cards .widget-entry-card-content, .info-entry-cards .widget-entry-card-content {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  body.blog #list .a-wrap, body.category #list .a-wrap, .news-entry-cards.widget-entry-cards .a-wrap, .info-entry-cards.widget-entry-cards .a-wrap {
    padding: 20px 0px;
    font-weight: 400;
  }
  body.blog #list article.entry-card .e-card-info, body.category #list article.entry-card .e-card-info, .news-entry-cards .e-card-info, .info-entry-cards .e-card-info {
    margin-bottom: 2px;
  }
  body.blog #list article.entry-card .e-card-info > span, body.category #list article.entry-card .e-card-info > span, .news-entry-cards .e-card-info > span, .info-entry-cards .e-card-info > span {
    font-size: 18px !important;
  }
  .top-news-btn.sp-block {
    margin-top: 30px;
  }

  #top-calendar-layout.section-layout {
    height: auto;
  }
  .top-calendar-bg {
    display: none;
  }
  .top-calendar-area {
    position: static;
    transform: unset;
    width: 100%;
  }
  .top-calendar {
    display: block;
  }
  .top-calendar-left,
  .top-calendar-right {
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-calendar-left::before,
  .top-calendar-right::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .top-calendar-left::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .top-calendar-right::before {
    background: rgba(255, 255, 255, 0.7);
  }
  .top-calendar-left-inner,
  .top-calendar-right-inner {
    position: relative;
    z-index: 2;
    padding: 0 15px;
  }
  .top-calendar-left {
    background-image: url('../../../wp-content/uploads/2025/03/amanda-marie-LCJ9iOli-uE-unsplash.jpg');
  }
  .top-calendar-right {
    background-image: url('../../../wp-content/uploads/2025/02/td_img_06.jpg');
  }
  .top-calendar-title h2::before {
    content: none;
  }
  .top-calendar-title {
    display: block;
    text-align: center;
  }
  .top-calendar-title-en {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 5px;
  }
  .top-calendar-right .top-calendar-title-en {
    color: #B19676;
  }
  span.top-title-border-sp {
    display: inline-block;
    position: relative;
  }
  span.top-title-border-sp::before, span.top-title-border-sp::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 51%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  span.top-title-border-sp::before {
    left: -30px;
  }
  span.top-title-border-sp::after {
    right: -30px;
  }
  .top-calendar-right span.top-title-border-sp::before,
  .top-calendar-right span.top-title-border-sp::after {
    background: #B19676;
  }
  .top-calendar-title h2 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
  }

  .top-calendar-right .footer-cta-btn {
    display: block;
    text-align: center;
  }
  .top-calendar-right .footer-cta-tel {
    display: block;
    text-align: center;
  }
  .top-calendar-right .footer-cta-tel .footer-cta-tel-item {
    width: 100%;
  }
  .top-calendar-right .footer-cta-tel .footer-cta-tel-item:first-child {
    margin-bottom: 20px!important;
  }

  #top-medical-layout {
    padding-bottom: 0;
  }
  .top-medical-item {
    padding-bottom: 0px;
  }
  .top-medical-img {
    position: relative;
  }
  .top-medical-img .wrap-style {
    top: unset;
    bottom: 0;
    height: auto;
    justify-content: center;
  }
  .top-medical .top-medical-item:nth-child(even) .top-medical-img .wrap-style {
    justify-content: center;
  }
  .top-medical-title-wrap {
    padding: 20px 5px;
    width: 100%;
  }
  h3.top-medical-title {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
  }
  .top-medical-img img {
    height: 250px;
  }
  .top-medical-content-wrap {
    padding-top: 0px;
  }
  .top-medical-content {
    box-shadow: unset;
  }
  .top-medical-content-headline {
    display:  none;
  }
  .top-medical-list-wrap {
    padding: 20px 10px;
    padding-bottom: 50px;
  }
  .top-medical-text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  ul.top-medical-list {
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
  }
  ul.top-medical-list li a {
    height: 100%;
    padding: 15px 10px;
    letter-spacing: 0;
    font-size: 18px;
  }

  .top-symptoms .su-accordion {
    display: block;
  }
  .top-symptoms .su-accordion .su-spoiler {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-symptoms .su-spoiler-style-default>.su-spoiler-title {
    height: auto;
    padding: 15px 10px;
    letter-spacing: 0;
    font-size: 18px;
  }
  .top-symptoms .su-spoiler-style-default>.su-spoiler-content,
  .top-symptoms .su-spoiler-style-default:nth-child(4n-2)>.su-spoiler-content,
  .top-symptoms .su-spoiler-style-default:nth-child(4n-1)>.su-spoiler-content,
  .top-symptoms .su-spoiler-style-default:nth-child(4n)>.su-spoiler-content {
    width: 100%;
    transform: unset;
  }
  .top-symptoms-inner {
    padding: 15px 10px;
  }
  ul.top-symptoms-list li {
    line-height: 2.4;
  }
  ul.top-symptoms-list li a {
    white-space: nowrap;
    padding: 0 15px;
    font-size: 19px;
    font-weight: 400;
  }

  #top-doctor-layout {
    height: auto;
    margin: 0;
  }
  .top-doctor {
    display: block;
  }
  .top-doctor-left {
    width: 100%;
  }
  #top-doctor-layout .top-doctor-left .top-title {
    font-size: 20px;
  }
  #top-doctor-layout .top-doctor-left .top-title .top-title-en {
    font-size: 30px;
  }
  .top-doctor-right {
    width: 100%;
  }
  .top-doctor-img.sp-block {
    position: static;
    text-align: center;
  }
  .top-doctor-img.sp-block img {
    max-height: 450px;
  }
  .top-doctor-message {
    font-size: 21px;
    letter-spacing: 0.5px;
    margin-top: 20px;

    font-size: 22px;
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: 0;
  }
  .top-doctor-left p {
    font-size: 18px;
  }
  ul.top-doctor-link {
    display: block;
    position: static;
    transform: unset;
    margin-top: 24px;
  }
  ul.top-doctor-link li {
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  ul.top-doctor-link li:last-child {
    margin-bottom: 0;
  }
  ul.top-doctor-link li a {

  }

  .top-features::before,
  .top-features::after {
    content: none;
  }
  .top-features-list-wrap {
    padding: 0;
  }
  .top-features-list {
    display: block;
    border: 0;
  }
  .top-features-item {
    width: 100%;
    border: 0;
    padding: 0px;
    margin-top: 50px;
  }
  .top-features-item-num {
    bottom: unset;
    right: unset;
    top: -30px;
    left: -15px;
    font-size: 60px;
  }
  .top-features-item h3 {
    font-size: 24px;
  }
  .top-features-item p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  ul.top-features-item-link {
    margin-top: 20px;
  }
  .top-features-item-img img {
    height: auto;
  }

  .footer-cta-wrap {
    padding: 50px 0;
  }
  .footer-menu-wrap {
    padding: 40px 15px 60px;
  }
  .footer-cta {
    display: block;
  }
  .footer-cta-left {
    width: 100%;
  }
  .footer-cta-center {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-cta-right {
    width: 100%;
  }
  .footer-cta-img {
    text-align: center;
    margin-bottom: 12px;
  }
  .footer-cta-img img {
    max-width: 300px;
  }
  .footer-cta-access {
    font-size: 18px;
  }
  .footer-cta-access-sub {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  a.footer-cta-access-link {
    font-size: 18px;
  }
  .schedule-table-wrap,
  .top-calendar-right .schedule-table-wrap {
    padding: 20px 10px;
  }
  .footer-cta-btn {
    text-align: center;
    margin-top: 20px;
  }
  .footer-cta-tel-title {
    padding: 5px 0;
  }
  .footer-cta-tel-num,
  .top-calendar-right .footer-cta-tel-num {
    padding: 12px 0 15px;
    font-size: 24px;
  }
  .footer-cta-text {
    font-size: 17px;
    margin: 15px 0 0;
  }

  ul.schedule-table-note-list li {
    line-height: 1.7;
  }
  table.schedule-table tr td {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
  }

  .schedule-time {
    display: block;
    text-align: center;
  }
  .schedule-time-left {
    width: 90%;
    margin: 0 auto;
    background: #EF8200;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .schedule-time-right {
    width: 100%;
    letter-spacing: 0px;
  }
  .schedule-time-02 {
    margin-left: 0px;
    text-align: center;
  }
  .footer-menu-wrap {

  }
  .footer-menu-item {
    display: block;
  }
  .footer-menu-item-left {
    width: 100%;
  }
  .footer-menu-item-right {
    width: 100%;
  }
  .footer-menu-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  ul.footer-menu-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 5px;
  }
  ul.footer-menu-list li a {
    font-size: 16px;
    text-decoration: underline;
  }
  .footer-ggmap-wrap {
    padding: 15px;
  }
  body.single-post h1.entry-title {
    font-size: 22px;
    padding: 0;
    line-height: 1.5;
  }

  .list {
    row-gap: 0em;
  }
  .slick-slider button.slick-prev {
    left: -8px;
  }
  .slick-slider button.slick-next {
    right: -8px;
  }
  .page-top-bg h1.entry-title, .page-top-bg .entry-title-archive {
    font-size: 24px;
  }
  .page-top-bg {
    height: 110px;
    padding-left: 15px;
    padding-right: 15px;
  }
  h2.page-title, h2.h-title, h1#archive-title, body.single-case h1.entry-title {
    font-size: 22px;
  }
  h1#archive-title {
    margin-bottom: 0.5em;
  }
  h3.page-title-02,
  h3.h-title {
    font-size: 21px;
  }
  h3.page-title, h4.page-title-02 {
    font-size: 21px;
  }
  h4.page-title, h5.page-title {
    font-size: 21px;
  }
  .padding-style-01,
  .padding-style-02,
  .padding-style-03 {
    padding-left: 0;
    padding-right: 0;
  }
  .bg-style-01,
  .bg-style-02 {
    padding: 20px 16px;
  }
  ul.photo-style-01 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .photo-style-03 {
    text-align: center;
  }
  .photo-style-03 img {
    float: none;
    width: auto;
    padding: 0;
  }
  .flex-style-01 {
    display: block;
  }
  .flex-style-01-left {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .flex-style-01-right {
    width: 100%;
  }
  .flex-style-02 {
    display: block;
  }
  .flex-style-02-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-style-03 {
    flex-direction: column-reverse;
  }
  .flex-style-03-left {
    width: 100%;
  }
  .flex-style-03-right {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .flex-style-04 {
    display: block;
  }
  .flex-style-04-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .flex-style-04-right {
    width: 100%;
  }
  .flex-style-05 {
    display: block;
  }
  .flex-style-05-left {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .flex-style-05-right {
    width: 100%;
  }
  .flex-style-06 {
    flex-direction: column-reverse;
  }
  .flex-style-06-left {
      width: 100%;
  }
  .flex-style-06-right {
    width: 100%;
    margin-bottom: 15px;
  }
  .flex-style-08 {
    display: block;
  }
  .flex-style-08-item {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .flex-style-08-item img {
    width: 80%;
  }
  table.table-style-01 tr th,
  table.table-style-01 tr td {
    padding: 5px 5px;
    display: block;
  }
  table.table-style-01 tr th {
    white-space: normal;
  }

  table.table-style-07 tr th,
  table.table-style-07 tr td {
    padding: 5px 5px;
  }
  table.table-style-07 tr th {
    white-space: normal;
    min-width: 110px;
  }

  table.table-style-02 tr td {
    padding: 5px 5px;
  }
  .table-diff-text {
    font-size: 14px;
  }

  ul.list-layout-01 li {
    padding-left: 16px;
  }
  ul.list-layout-02 {
    display: block;
  }
  ul.list-layout-02 li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.toc-style-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px 15px;
  }
  ul.link-style-01.link-style-02 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px 10px;
  }
  ul.link-style-01 li a {
    font-size: 18px;
  }
  dl.dl-style-01 {

  }
  dl.dl-style-01 dt {
    width: 100%;
    padding-left: 16px;
  }
  dl.dl-style-01 dt::before {
    top: 9px;
  }
  dl.dl-style-01 dd {
    width: 100%;
    padding-left: 20px;
  }

  .recruit_description dt,
  .recruit_description dd {
    width: 100%;
  }
  .recruit_description dt {
    width: 100%;
    border-right: 0px solid #ccc;
  }

  ul.recruit-tab-area li.recruit-tab {
    line-height: 1.2;
    font-size: 17px;
    padding: 10px 0;
    letter-spacing: 0;
    font-weight: 700;
  }
  .recruit-panel {
    padding: 30px 15px;
  }

  ul.code-insta-list {
    display: block;
  }
  ul.code-insta-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.code-insta-list li:last-child {
    margin-bottom: 0;
  }
  ul.code-insta-list li img {
    height: auto;
  }
  .facility-item img {
    height: auto;
    object-fit: unset;
  }

  .access-ggmap,
  .access-ggmap iframe, .access-ggmap object, .access-ggmap embed {
    height: 400px;
  }
  .access-info {
    flex-wrap: wrap;
  }
  .access-info-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .access-info-left > p {
    display: none;
  }
  .access-info-center {
    width: 50%;
  }
  .access-info-right {
    width: 50%;
  }
  .access-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px 15px;
  }
  .access-item {
    margin-bottom: 15px;
  }
  .facility-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px 30px;
  }
  .staff-introduction-photo-center {
    padding: 0 10px;
  }
  .staff-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .staff-item {
    padding: 30px 25px;
  }
  .staff-header, .staff-header-02 {
    height: auto;
  }
  ul.list-layout-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px 30px;
  }

  table.table-style-02.table-rt tr td:first-child {
    width: 100px;
  }
  a.rt-btn {
    padding: 15px 5px;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
  }
  a.rt-btn i {
    display: none;
  }
  .rt-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .case-search-item-wrap {
    display: block;
  }
  .case-search-item {
    width: 100%;
    border: 0;
  }
  .case-search-item-content {
    padding: 25px 15px;
  }
  body.tax-case-cat #list, body.tax-case-tag #list, body.post-type-archive-case #list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 20px;
  }
  body.tax-case-cat #list a.a-wrap,
  body.tax-case-tag #list a.a-wrap,
  body.post-type-archive-case #list a.a-wrap,
  .case-search-style-01 a.a-wrap {
    padding: 15px;
  }

  body.tax-case-cat #list a.a-wrap .flex-style-02.case-photo,
  body.tax-case-tag #list a.a-wrap .flex-style-02.case-photo,
  body.post-type-archive-case #list a.a-wrap .flex-style-02.case-photo,
  .case-search-style-01 a.a-wrap .flex-style-02.case-photo {
    display: flex;
  }
  body.tax-case-cat #list h2.entry-card-title, body.tax-case-tag #list h2.entry-card-title, body.post-type-archive-case #list h2.entry-card-title, .case-search-style-01 h2.entry-card-title {
    margin-top: 5px;
  }

  body.single .case-photo.flex-style-02 {
    padding-bottom: 0;
  }
  body.single .flex-style-02-item.case-photo-item:nth-of-type(1) {
    margin-bottom: 40px;
  }
  body.single .flex-style-02-item.case-photo-item:nth-of-type(2) {
    margin-bottom: 0px;
  }

  .table-style-04 table tr {
    border-bottom: 0px solid #E0E0E0;
  }
  .table-style-04 table tr th, .table-style-04 table tr td {
    display: block;
    padding: 0;
  }
  .table-style-04 table tr th {
    width: auto;
  }
  .table-style-04 table tr td {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  input[type="text"], input[type="email"], select, textarea {
    padding: 10px 12px;
  }
  span.required {
    line-height: 1;
  }
  input[type='submit'] {
    width: 100%;
    padding: 15px 0;
  }

.treat_price_all {
overflow: hidden;
}
.treat_price_all {
font-size: 16px;
padding: 20px 5% 20px;
}
.treat28_g {
border-top: 1px solid #FF8F80 !important;
border-bottom: 1px solid #FF8F80 !important;
}
.treat_price_all h3 {
color: #ff8f80 !important;
position: relative;
padding: 0 0 0 20px;
color: #000 !important;
margin: 0 0 6px 0;
}
.treat_price_left span {
width: 100%;
font-size: 14px;
padding: 5px 0;
color: #fff;
background-color: #ff9182;
display: block;
text-align: center;
margin: 10px 0 0 0;
}
.treat_price_right {
width: 100%;
float: left;
border-top: 1px solid #ff8f80;
position: relative;
padding: 18px 0 18px 0;
margin: 20px 0 0 0;
}
.treat_price_right dl {
clear: left;
overflow: hidden;
border-bottom: 1px dashed #aaa;
margin-bottom: 10px;
padding-bottom: 10px;
}
.treat_price_right dl dt {
width: 100%;
margin: 0;
color: #663300;
padding: 5px 0;
/* text-align: center; */
float: left;
font-size: 16px;
text-align: center;
}
.treat_price_right dl dd {
padding: 5px 0;
/* float: left; */
float: none;
text-align: right;
width: 100%;
text-align: center;
}
.treat_price_right dl dd ul li {
/* float: left; */
float: none;
margin: 0 0 0 0;
/* width: 170px; */
width: auto;
text-align: right;
padding: 0 10%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.treat_price_right dl dd ul li:last-child {
margin: 0 0 0 0;
}
.treat_price_right dl dd ul li span {
width: 52px;
float: left;
display: block;
text-align: right;
color: #663300;
}
.treat_price_right dl dd ul li.down {
position: relative;
margin-bottom: 22px;
margin-top: 32px;
width: 100%;
}
.treat_price_right dl dd ul li span {
width: 52px;
float: left;
display: block;
text-align: right;
color: #663300;
}
.treat_price_right dl dd ul li span.down_v {
width: auto;
float: none;
display: inline;
font-size: 18px;
font-weight: bold;
color: #ff0000;
}
.treat_price_right dl dd ul li span.down_v span {
width: auto;
float: none;
display: inline;
font-size: 12px;
color: #ff0000;
}
.treat_price_right dl dd ul li.down p.down_p {
width: 100px;
position: absolute;
top: -16px;
right: 10%;
font-size: 10px;
margin: 0 auto;
color: #fff;
background: #ff0000;
font-weight: bold;
text-align: center;
padding-top: 2px;
left: unset;
}
.treat_price_right dl dd ul li.down p.down_p2 {
position: absolute;
top: 25px;
left: 0;
right: 0;
font-size: 10px;
text-decoration: line-through;
margin: 0 10%;
}
.treat_price_left {
width: auto;
float: none;
}
.treat_price_right:after {
content: none;
}
.treat_price_right {
border-left: 0px solid #FF8F80;
}
.treat_price_right dl dd ul li.li_long {
width: auto;
}
.only_pc_none {
display: block!important;
}
.treat_price_right dl dd ul li span.long_span {
width: 52px;
}

.gentle_value_tbl {
font-size: 16px;
}
.gentle_value_tbl tr td:nth-child(2), .gentle_value_tbl tr td:nth-child(3), .gentle_value_tbl tr td:nth-child(4) {
width: 25%;
}
.gentle_value_tbl.price-3 tr td {
width: auto;
}
.gentle_value_tbl tr td:nth-child(1) {
width: 35%;
}
.gentle_value_tbl tr th, .gentle_value_tbl tr td {
border: 1px solid #a2c3a7;
}
.sp_br {
display: inline;
}

.gentle_value_tbl.normal_display tr th, .gentle_value_tbl.normal_display tr td {
width: 20% !important;
box-sizing: border-box;
font-size: 10px;
}
.price_caresys_ex {
font-size: 10px;
}
.price_caresys_tre {
display: block;
font-size: 10px;
margin-left: 0;
padding: 0;
}

.treat_price_right_02 {
width: 100%;
float: left;
border-top: none;
position: relative;
padding: 0 0 18px 0;
margin: 0;
}

.treat_price_right_02 dl dd ul li span.down_v {
width: auto;
float: none;
display: inline;
font-size: 18px;
font-weight: bold;
color: #ff0000;
}
.treat_price_right_02 dl dd ul li span.down_v span {
width: auto;
float: none;
display: inline;
font-size: 12px;
color: #ff0000;
}
.treat_price_right_02 dl dd ul li.down p.down_p {
width: 90px;
position: absolute;
top: -16px;
right: 10%;
font-size: 10px;
margin-left: 40px;
color: #fff;
background: #ff0000;
font-weight: bold;
text-align: center;
padding-top: 2px;
}
.treat_price_right_02 dl dd ul li.down p.down_p2 {
position: absolute;
top: 25px;
left: 0;
font-size: 10px;
text-decoration: line-through;
margin-left: 60px;
}
.article .treat_price_right dl dd {
margin-left: 0;
}
.treat_price_right_02 dl dd ul li.down {
position: relative;
margin-bottom: 22px!important;
margin-top: 32px!important;
}

  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    width: 64px;
    height: 64px;
  }
  .mobile-menu-buttons > li.menu-button {
    border-right: 0px solid #fff;
    line-height: 1;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #1967d2;
  }
  .mobile-menu-buttons .menu-button {
    background: #1967d2;
  }
  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }
  .mobile-menu-buttons .menu-icon {
    font-size: 100%;
  }
  .mobile-menu-buttons .menu-icon span.fa-bars {
    font-size: 30px;
  }
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }
  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 14px 15px;
  }
  .menu-close-button {
    margin-top: 10px;
  }
  .menu-close-button span.fa-times {
    font-size: 30px;
  }
  .mobile-menu-buttons .menu-caption {
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
  }

  .fixed-link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1967d2;
    z-index: 999;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .fixed-link-inner {
    padding: 14px 7px;
  }

  .fixed-link-list {
    display: flex;
    justify-content: space-between;
  }
  .fixed-link-list .fixed-link-item:nth-child(1) {
    width: 45%;
  }
  .fixed-link-list .fixed-link-item:nth-child(2) {
    width: 53%;
  }
  a.fixed-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-decoration: none;
    line-height: 1.1;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    color: #1967d2;
    text-decoration: underline;
    letter-spacing: 0;
    text-align: center;
  }
  .fixed-link-list .fixed-link-item:nth-child(2) a.fixed-link-btn {
    font-size: 13px;
  }
  .fixed-link-btn-left {
    margin-right: 10px;
  }
  .fixed-link-btn-left img {
    width: 30px;
    height: auto;
  }
  .fixed-link-btn-right {

  }
  .fixed-link-btn-right span {
    font-size: 12px;
  }

  .mblt-footer-mobile-buttons, .mblt-header-and-footer-mobile-buttons {
    margin-bottom: 76px;
  }

  .fixed-banner {
    position: fixed;
    bottom: 81px;
    right: 5px;
    z-index: 999;
  }
  a.fixed-banner-btn img {
    width: 70px;
    height: auto;
  }

  .mv-content-title {
    font-weight: 800;
    text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1);
  }
  .mv-content-title span {
    color: #a48460;
  }
  ul.top-link-list li a.a-btn {
    font-weight: 800;
  }
  .mobile-menu-buttons .menu-button,
  .fixed-link,
  .mobile-menu-buttons > li.menu-button:hover {
    background: #CDBDA3;
  }
  a.fixed-link-btn {
    color: #7A6458;
    font-weight: 800;
  }

  .mv-content-text-wrap {
    padding: 38px 0 30px;

    padding: 49px 0 35px;
  }
  .mv-content-support {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
  }
  .mv-content-support span {
    border-bottom: 0px dotted #b1768c;
    font-family: "Allura", cursive;
    font-weight: 800;
    font-style: normal;
    transform: translateX(-15%) rotate(-12deg);
    display: inline-block;
    margin: 0 7px;
    position: relative;
    top: -4px;
    left: 27px;
    font-size: 52px;
    line-height: 1;

    font-family: "Pinyon Script", cursive;
  }
  .mv-content-text {
    transform: unset;
    margin: 0;
    position: relative;
    padding-top: 35px;

    padding-top: 37px;

    padding-top: 20px;
  }
  .mv-content-text::before {
    content: '';
    display: block;
    width: 1px;
    height: 23px;
    background: #b1768c;
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

    top: 9px;

    display: none;
  }

  body.blog #list article.entry-card h2.entry-card-title, body.category #list article.entry-card h2.entry-card-title, article.type-news h2.entry-card-title {
    font-size: 18px;
  }
  .flex-style-04-author {
    text-align: center;
  }

  .message-item {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
  .message-item-left {
    width: 100%;
  }
  .message-item-right {
    width: 100%;
    margin-bottom: 15px;
  }
  .message-item-right img {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .message-item-name {
    font-size: 20px;
  }

}

@media screen and (max-width: 410px){
  .top-doctor-message {
    white-space: nowrap;
    font-size: 21px;
  }
}
@media screen and (max-width: 399px){
  .fixed-link-btn-left {
    margin-right: 8px;
  }
  ul.top-link-list li a.a-btn {
    font-size: 19px;
    padding-left: 39px;
  }
  .top-link-icon i {
        font-size: 26px;
    }
    ul.top-link-list li:first-child i {
        font-size: 23px;
    }
    .top-medical .top-medical-item:nth-child(3) .top-medical-title-wrap h3.top-medical-title {
      font-size: 20px;
    }
    .footer-cta-access {
        font-size: 16px;
    }
    .footer-cta-access-sub {
        font-size: 16px;
    }
    table.schedule-table tr td {
      font-size: 16px;
    }
    .schedule-time-left {
      font-size: 15px;
    }
    body.single-post h1.entry-title {
      font-size: 21px;
    }
    .recruit-cta-tel a {
      font-size: 28px;
    }
    .recruit-cta-tel {
      font-size: 18px;
    }
    table.table-style-02.table-rt tr td:first-child {
      width: 90px;
    }
    a.a-btn, .header-cta-item a, a.mv-cta-link, .top-calendar-right a.footer-cta-link, ul.top-doctor-link li a, .top-features-item-link a, a.footer-cta-link, ul.top-features-item-link li a {
      width: 100%;
    }
}

@media screen and (max-width: 385px){
  .top-doctor-message {
    font-size: 20px;
  }
}

@media screen and (max-width: 370px){
  .fixed-link-btn-left {
    margin-right: 5px;
  }
  .top-doctor-message {
    font-size: 19px;
  }
  ul.top-link-list li a.a-btn {
    font-size: 18px;
    padding-left: 35px;
  }
  .top-link-icon {
    left: 5px;
  }
}

@media screen and (max-width: 359px){
  .mv-content-title {
    font-size: 16px;
  }
  .mv-content-title span {
    font-size: 110%;
  }
  .mv-content-text {
    font-size: 18px;
  }
  .top-title h2, .top-calendar-title h2 {
    font-size: 20px;
  }
  .top-doctor-message {
      font-size: 18px;
      line-height: 1.8;
  }
  a.a-btn::after, .header-cta-item a:after, a.mv-cta-link:after, .top-news-btn a:after, ul.top-doctor-link li a::after, .top-features-item-link a::after, a.footer-cta-link::after {
    width: 18px;
  }
}
@media screen and (max-width: 349px){
  ul.top-link-list li a.a-btn {
    font-size: 17px;
  }
  .footer-cta-tel-num,
  .top-calendar-right .footer-cta-tel-num {
    font-size: 20px;
  }
  .footer-cta-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 335px){
  ul.top-link-list li a.a-btn {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  ul.top-link-list li a.a-btn {
    font-size: 16px;
  }
  h3.top-medical-title {
    font-size: 21px;
  }
  .top-medical .top-medical-item:nth-child(3) .top-medical-title-wrap h3.top-medical-title {
        font-size: 18px;
    }
    .top-doctor-message {
        font-size: 17px;
        line-height: 1.8;
    }
    a.a-btn::after, .header-cta-item a:after, a.mv-cta-link:after, .top-news-btn a:after, ul.top-doctor-link li a::after, .top-features-item-link a::after, a.footer-cta-link::after {
      content: none;
    }
    .fixed-link-btn-left img {
      display: none;
    }
}
