@charset "UTF-8";

:root {
  --font1: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W6",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --color1: #3d3631;
  --color2: #c2b6a8;
  --color3: #fff;
  --bgcolor1: #fff;
  --bgcolor2: #f7f6f4;
  --bgcolor3: #d63d17;
  --bgcolor4: #eceae5;
  --bgcolor5: #c2b6a8;
  --blackout: rgba(61, 54, 49, 0.64);
}

.fadeInUp {
  visibility: hidden;
}

.animate__fadeInUp {
  visibility: visible;
}

.fadeIn {
  visibility: hidden;
}

.animate__fadeIn {
  visibility: visible;
}

/* ===================================
色設定
=================================== */
/* ===================================
common
=================================== */
.bold {
  font-weight: 700;
  font-weight: bold;
}

.en,
.doctor_sec04_Box_list dl dt {
  /* font-family: "DM Serif Display", serif; */
}

body {
  /* color: #c2b6a8; */
  /* background-color: #43434b; */
  color: var(--color1);
  background-color: var(--bgcolor1);
  font-family: var(--font1);
}

body.is-drawerActive {
  height: 100%;
  overflow: hidden;
}

.bg_fixed {
  position: fixed;
  top: 161px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.bg_fixed.menu {
  top: 50%;
  transform: translateY(-50%);
}

.bg_fixed img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 80% 50%;
  object-position: 80% 50%;
}

.bg_fixed img.menu {
  width: auto;
  margin: 0 auto;
}

.bg_fixed .fv_tb {
  display: none;
}

.bg_fixed .fv_sp {
  display: none;
}

.bg_fixed.top {
  background: #43434b;
  height: auto !important;
}

.bg_fixed.top .slider {
  max-width: 1000px;
  width: calc(100% - 60px);
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  height: calc(100vh - 322px);
  overflow: hidden;
}

.bg_fixed.top .slider .slick-list,
.bg_fixed.top .slider .slick-track {
  height: 100%;
}

.bg_fixed.top .slider .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bg_fixed.top .slider::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(67, 67, 75, 0.5);
  transition: 0.3s;
}

.bg_fixed.top .slider__item {
  max-width: 1000px;
}

.cover,
.online_sec01 .flex .left img,
.access_list li .route_img img,
.doctor_sec01 .flex .left img,
.topic_sec .flex .left img,
.clinic_sec01 .flex .left img,
.surgery_detail02 .surgery_detail02_imgWrap li img,
.surgery_detail02 .surgery_box02_img li img,
.dermatology-contents .dermatology_img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

body {
  position: relative;
}

body::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #c2b6a8;
  right: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
  z-index: -2;
}

.bg_navy,
.search_area .acc_content {
  /* background-color: rgba(51, 51, 57, 0.6); */
  background-color: var(--bgcolor2);
}

.bg_navy__ver2 {
  background-color: rgba(51, 51, 57, 0.9);
}

.sec_innerL {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec_innerM {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ico-ttl {
  position: relative;
  padding-left: 25px;
  padding-bottom: 11px;
  border-bottom: 2px solid #c2b6a8;
}

.ico-ttl::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 11px;
  background: url(../img/common/ico.png) no-repeat center/contain;
}

.hover-underline,
.reco_Listflex .right a,
.dermatology_list .dermatology_listflex .right a,
.nav-links a,
.search_area .acc_content a,
.dermatologyBox02_top a,
.footerlinks a,
.footer_menuWrap .cat_list li a,
.map_tel a,
.hamburger_contents .ham_bottomWrap .ham_bottomLinks a,
.hamburger_contents .surgeryBox .ham_right_list .cat_list li a,
.ico a {
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
  display: ruby;
}

.hover-underline:hover,
.reco_Listflex .right a:hover,
.dermatology_list .dermatology_listflex .right a:hover,
.nav-links a:hover,
.search_area .acc_content a:hover,
.dermatologyBox02_top a:hover,
.footerlinks a:hover,
.footer_menuWrap .cat_list li a:hover,
.map_tel a:hover,
.hamburger_contents .ham_bottomWrap .ham_bottomLinks a:hover,
.hamburger_contents .surgeryBox .ham_right_list .cat_list li a:hover,
.ico a:hover {
  background-size: 100% 1px;
}

@media screen and (max-width: 1024px) {
  .hover-underline,
  .reco_Listflex .right a,
  .dermatology_list .dermatology_listflex .right a,
  .nav-links a,
  .search_area .acc_content a,
  .dermatologyBox02_top a,
  .footerlinks a,
  .footer_menuWrap .cat_list li a,
  .map_tel a,
  .hamburger_contents .ham_bottomWrap .ham_bottomLinks a,
  .hamburger_contents .surgeryBox .ham_right_list .cat_list li a,
  .ico a {
    background: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .hover-underline:hover,
  .reco_Listflex .right a:hover,
  .dermatology_list .dermatology_listflex .right a:hover,
  .nav-links a:hover,
  .search_area .acc_content a:hover,
  .dermatologyBox02_top a:hover,
  .footerlinks a:hover,
  .footer_menuWrap .cat_list li a:hover,
  .map_tel a:hover,
  .hamburger_contents .ham_bottomWrap .ham_bottomLinks a:hover,
  .hamburger_contents .surgeryBox .ham_right_list .cat_list li a:hover,
  .ico a:hover {
    text-decoration: underline;
    background: none;
  }
}

.ico {
  position: relative;
  color: #9f958a;
  text-indent: -1.3em;
  margin-left: 1.3em;
  line-height: 1.5;
}

.ico:not(:first-child) {
  margin-top: 10px;
}

.ico::before {
  content: ">";
  margin-right: 10px;
}

.more {
  text-align: right;
}

.more a {
  position: relative;
  padding-right: 87px;
}

.more a:hover::after {
  opacity: 0.5;
  transition: 0.3s;
  right: 3px;
}

.more a::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 30px;
  background: url(../img/common/more01.png) no-repeat center/contain;
  position: absolute;
  right: 5px;
  bottom: 2px;
  transition: 0.3s;
}

.navy-arrow {
  width: 300px;
  font-size: 14px;
  color: #43434b;
  text-align: center;
  display: block;
  background-color: #c2b6a8;
  line-height: 1.4;
  padding: 11px 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.navy-arrow::after {
  content: "";
  display: inline-block;
  width: min(100vw / 480 * 20, 20px);
  height: min(100vw / 480 * 20, 20px);
  position: absolute;
  background: url(../img/common/more02.png) no-repeat center/contain;
  right: min(100vw / 480 * 15, 15px);
  bottom: min(100vw / 480 * 8, 8px);
  transition: 0.3s;
}

.navy-arrow:hover::after {
  opacity: 0.5;
  transition: 0.3s;
  right: 12px;
}

.navy-arrow.navy-arrow__ver2 {
  color: #c2b6a8;
  background: none;
  border: 1px solid #c2b6a8;
}

.navy-arrow.navy-arrow__ver2::after {
  background: url(../img/common/more03.png) no-repeat center/contain;
}

.navy-arrow.navy-arrow__ver3 {
  padding: 36px 45px;
}

.navy-arrow.navy-arrow__ver4 {
  background: none;
  color: #43434b;
  width: 100%;
  padding: 20px 45px;
  border: 1px solid #43434b;
  font-weight: bold;
}

.opacity,
.news_archive .side_cat ul a,
.gutenContents a,
.case_dl > div a,
.case_area > ul li a,
.case_slider .slick-slide a,
.links a {
  transition: opacity 0.3s;
  display: block;
}

.opacity:hover,
.news_archive .side_cat ul a:hover,
.gutenContents a:hover,
.case_dl > div a:hover,
.case_area > ul li a:hover,
.case_slider .slick-slide a:hover,
.links a:hover {
  opacity: 0.5;
}

@-webkit-keyframes push {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    transform: scale(1.02);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes push {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    transform: scale(1.02);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.js-push {
  transform: scale(0.5);
  opacity: 0;
}

.js-push.scrollin {
  -webkit-animation: push 0.5s ease-in forwards;
  animation: push 0.5s ease-in forwards;
}

.js-push.right {
  transform: scale(0.5);
}

.js-push.right.scrollin {
  -webkit-animation: push 0.5s ease-in forwards 0.3s;
  animation: push 0.5s ease-in forwards 0.3s;
}

.hp_sp {
  display: none;
}

.hp_tb {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hp_pc {
    display: none !important;
  }

  .hp_tb {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .bg_fixed {
    height: 285px;
  }

  .bg_fixed .fv_pc {
    display: none;
  }

  .bg_fixed .fv_tb {
    display: block;
  }

  .bg_fixed.top .slider {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  body::after {
    opacity: 0.5;
  }

  .hp_sp {
    display: block;
  }

  .bg_fixed {
    top: 120px;
    height: 180px;
  }

  .bg_fixed.top .slider {
    width: calc(100% - 40px);
  }

  .bg_fixed .fv_tb {
    display: none;
  }

  .bg_fixed .fv_sp {
    display: block;
  }

  .js-push.right {
    transform: scale(0.5);
  }

  .js-push.right.scrollin {
    -webkit-animation: push 0.5s ease-in forwards;
    animation: push 0.5s ease-in forwards;
  }
}

@media screen and (max-width: 600px) {
  .bg_fixed.top .slider {
    height: 170px;
  }
}

/* ===================================
ヘッダー
=================================== */
/* メイン
==============================　*/
#header {
  padding-top: 55px;
  padding-bottom: 45px;
  /* background-color: #43434b; */
  background: transparent;
}

#header .logo {
  text-align: center;
  font-size: 14px;
}

#header .logo a {
  display: block;
  transition: 0.3s;
  width: 115px;
  margin: 0 auto 5px;
}

#header .logo a:hover {
  opacity: 0.5;
}

#header .logo span {
  font-size: 12px;
  letter-spacing: 0em;
  color: #9f958a;
}

/* SNS固定
==============================　*/
.snsWrap {
  transform: rotate(90deg) translateX(-50%);
  position: fixed;
  right: -85px;
  top: calc(50vh + 122px);
  display: flex;
  align-items: center;
  z-index: 99;
}

.snstext {
  margin-right: 25px;
}

.snslist {
  display: flex;
  align-items: center;
}

.snslist li + li {
  margin-left: 25px;
}

.snslist a {
  transition: 0.3s;
  display: block;
}

.snslist a:hover {
  opacity: 0.5;
}

.snslist img {
  width: 23px;
  height: auto;
  transform: rotate(-90deg);
}

a.js-line-trigger {
  cursor: pointer;
}

section.floating-line-buttons {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
section.floating-line-buttons div.sec_innerM {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: min(100vw / 375 * 20, 40px);
  background: rgba(0, 0, 0, 0.7);
}
section.floating-line-buttons .bg_navy {
  padding: min(100vw / 375 * 20, 40px);
  width: 100%;
  max-width: 640px;
}
section.floating-line-buttons div.bg_navy div.reserve_links {
  display: flex;
  flex-direction: column;
}
section.floating-line-buttons div.bg_navy div.reserve_links a {
  width: 100%;
}

/* バーガー内
==============================　*/
/* ハンバーガーボタン */
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-hamburger {
  position: fixed;
  z-index: 150;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  margin: auto;
  outline: none;
  transition: all 0.3s ease-in-out;
  background: #c2b6a8;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background-color: #43434b;
  transition: inherit;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.p-hamburger__line::before {
  top: -13px;
}

.p-hamburger__line::after {
  top: 13px;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #43434b;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/* ハンバーガーメニュー */
.hamburger_contents::-webkit-scrollbar {
  display: none;
}

.hamburger_contents {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  /*  出てくるスライドメニューの幅  */
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  -ms-overflow-style: none;
  /* これを追加 */
  scrollbar-width: none;
  color: #43434b;
}

.hamburger_contents .border {
  border: 5px solid #c2b6a8;
  background-color: #eae6e2;
  padding-top: 50px;
  padding-bottom: 30px;
}

.hamburger_contents .surgeryBox {
  display: flex;
}

.hamburger_contents .surgeryBox .ico {
  color: #43434b;
}

.hamburger_contents .surgeryBox .ham_left {
  width: 50%;
  padding-right: 100px;
}

.hamburger_contents .surgeryBox .ham_left .menulist a[href*="322"]::after,
.hamburger_contents .surgeryBox .ham_left .menulist a[href*="328"]::after,
.hamburger_contents .surgeryBox .ham_left .menulist a[href*="334"]::after,
.hamburger_contents .surgeryBox .ham_left .menulist a[href*="571"]::after,
.hamburger_contents .surgeryBox .ham_left .menulist a[href*="330"]::after,
.hamburger_contents .surgeryBox .ham_left .menulist a[href*="331"]::after,
.hamburger_contents .surgeryBox .ham_left .menulist a[href*="337"]::after {
  background: none;
  bottom: 1px;
  color: #fff;
  font-size: 11px;
  background: #c2b6a8;
}

.hamburger_contents .surgeryBox .ham_right {
  width: 50%;
}

.hamburger_contents .surgeryBox .surgeryBox01_ttl {
  font-size: 16px;
  border: none;
  padding-bottom: 0;
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: -7px;
}

.hamburger_contents .surgeryBox .surgeryBox01_ttl::before {
  background: url(../img/common/ico-navy.png) no-repeat center/contain;
  width: 10px;
  height: 10px;
}

.hamburger_contents .surgeryBox .surgeryBox01 {
  font-size: 14px;
}

.hamburger_contents .surgeryBox .surgeryBox01:not(:first-of-type) {
  margin-top: 30px;
}

.hamburger_contents .surgeryBox .surgeryBox01_img {
  max-width: 100px;
  margin-right: 20px;
}

.hamburger_contents .surgeryBox .surgeryBox01_textBox {
  width: calc(100% - 120px);
}

.hamburger_contents .surgeryBox .surgeryBox02 {
  margin: -5px 0 0;
}

.hamburger_contents .surgeryBox .surgeryBox02 .hp_mt {
  margin-top: 30px;
}

.hamburger_contents .surgeryBox .ham_right_list {
  display: flex;
  font-size: 12px;
  width: 100%;
}

.hamburger_contents .surgeryBox .ham_right_list > li {
  width: 33.3%;
}

.hamburger_contents .surgeryBox .ham_right_list .cat_ttl {
  font-size: 14px;
  font-weight: bold;
}

.hamburger_contents .surgeryBox .ham_right_list .cat_list li {
  margin-top: 8px;
  line-height: 1.5;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.hamburger_contents .surgeryBox .ham_right_list .cat_list li::before {
  content: "-";
  padding-right: 10px;
  vertical-align: 1px;
}

.hamburger_contents .dermatologyBox {
  font-size: 14px;
}

.hamburger_contents .dermatologyBox .surgeryBox01_ttl {
  border-bottom: 2px solid #43434b;
  font-size: 16px;
  padding-left: 18px;
}

.hamburger_contents .dermatologyBox .surgeryBox01_ttl::before {
  background: url(../img/common/ico-navy.png) no-repeat center/contain;
  width: 10px;
  height: 10px;
}

.hamburger_contents .dermatologyBox .ico {
  color: #43434b;
}

.hamburger_contents .dermatologyBox .ico:not(:first-child) {
  margin-top: 5px;
}

.hamburger_contents .dermatologyBox .ico::before {
  margin-left: 4px;
}

.hamburger_contents .dermatologyBox .dermatologyBox01 {
  margin: 0 -30px;
  justify-content: flex-start;
}

.hamburger_contents .dermatologyBox .dermatologyBox01_list {
  width: calc((100% - 180px) / 3);
  margin: 0 30px;
}

.hamburger_contents .dermatologyBox .dermatologyBox01_list:nth-child(n + 4) {
  margin-top: 80px;
}

.hamburger_contents .dermatologyBox .cosme {
  margin-top: 5px;
}

.hamburger_contents .dermatologyBox .dermatologyBox02_top .text01,
.hamburger_contents .dermatologyBox .dermatologyBox02_bottom .text01 {
  background-color: #43434b;
  color: #eae6e2;
  margin-right: 15px;
}

.hamburger_contents .dermatologyBox .dermatologyBox02_top .text02,
.hamburger_contents .dermatologyBox .dermatologyBox02_bottom .text02 {
  margin-right: 15px;
  border: 1px solid #43434b;
}

.hamburger_contents .menulist li {
  margin-top: 5px;
}

.hamburger_contents .ham_searchWrap {
  border-top: 1px solid #c2b6a8;
  border-bottom: 1px solid #c2b6a8;
  padding: 40px 0;
  display: flex;
}

.hamburger_contents .ham_search_ttl {
  font-size: 30px;
  width: 190px;
}

.hamburger_contents .link {
  width: calc((100% - 250px) / 3);
}

.hamburger_contents .link + .link {
  margin-left: 50px;
}

.hamburger_contents .ham_bottomWrap {
  display: flex;
  padding-top: 35px;
  justify-content: space-between;
}

.hamburger_contents .ham_bottomWrap .left {
  padding-top: 10px;
}

.hamburger_contents .ham_bottomWrap .left,
.hamburger_contents .ham_bottomWrap .right {
  width: calc((100% - 50px) / 2);
}

.hamburger_contents .ham_bottomWrap .right {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.hamburger_contents .ham_bottomWrap .ham_bottomLinks {
  display: flex;
  flex-wrap: wrap;
}

.hamburger_contents .ham_bottomWrap .ham_bottomLinks li {
  margin-bottom: 25px;
  width: 33.33%;
}

.hamburger_contents .ham_snsWrap {
  display: flex;
}

.ham_snsWrap.hp_tb {
  display: none;
}

.hamburger_contents .ham_snsWrap .snslist img {
  transform: rotate(0deg);
}
.hamburger_contents .reserve_tellink a {
  transition: color 0.3s, background 0.3s;
  color: #eae6e2;
  background: #43434b;
  border: 1px solid #43434b;
}

.hamburger_contents .reserve_tellink a:hover {
  background: none;
}

.hamburger_contents .reserve_tellink a .main::before,
.hamburger_contents .reserve_tellink a .main::after {
  transition: opacity 0.3s;
}

.hamburger_contents .reserve_tellink a .main::before {
  background: url(../img/common/tel-navy.png) no-repeat center/contain;
}

.hamburger_contents .reserve_tellink a .main::after {
  background: url(../img/common/tel-white.png) no-repeat center/contain;
}

.hamburger_contents .reserve_links a {
  background: none;
  border: 1px solid #43434b;
}

/* メニューが開いたら */
.is-drawerActive .hamburger_contents {
  opacity: 1;
  visibility: visible;
}

.drawer-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 99;
}

.is-drawerActive .drawer-bg {
  opacity: 0.3;
  visibility: visible;
}

.js-drawer-close {
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .hamburger_contents .surgeryBox .ham_left {
    padding-right: 50px;
  }

  .hamburger_contents .ham_bottomWrap {
    flex-direction: column-reverse;
  }

  .hamburger_contents .ham_bottomWrap .left {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
  }

  .hamburger_contents .ham_bottomWrap .right {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .hamburger_contents .dermatologyBox .dermatologyBox01 {
    margin: 0 -10px;
  }

  .hamburger_contents .dermatologyBox .dermatologyBox01_list {
    width: calc((100% - 40px) / 2);
    margin: 0 10px;
  }

  .hamburger_contents .dermatologyBox .dermatologyBox01_list:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .hamburger_contents .dermatologyBox .dermatologyBox01_list {
    width: calc((100% - 45px) / 2);
  }
}

@media screen and (max-width: 1024px) {
  .p-hamburger {
    width: 80px;
    height: 80px;
  }

  .p-hamburger__line {
    width: 30px;
    height: 2px;
  }

  .p-hamburger__line::before {
    top: -10px;
  }

  .p-hamburger__line::after {
    top: 10px;
  }

  .hamburger_contents .ham_searchWrap {
    flex-wrap: wrap;
  }

  .hamburger_contents .ham_search_ttl {
    width: 100%;
  }

  .hamburger_contents .link {
    width: calc((100% - 40px) / 3);
  }

  .hamburger_contents .link + .link {
    margin-left: 20px;
  }

  .hamburger_contents .surgeryBox {
    flex-direction: column;
  }

  .hamburger_contents .surgeryBox .ham_left {
    width: 100%;
    padding-right: 0;
    min-height: 0%;
  }

  .hamburger_contents .surgeryBox .ham_right {
    width: 100%;
    margin-top: 40px;
  }

  .hamburger_contents .surgeryBox .surgeryBox01_img {
    max-width: 50px;
  }

  .hamburger_contents .surgeryBox .surgeryBox01_textBox {
    width: calc(100% - 70px);
  }

  .hamburger_contents .surgeryBox .ham_right_list {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .hamburger_contents .surgeryBox .ham_right_list > li {
    width: 50%;
  }

  .hamburger_contents .surgeryBox .ham_right_list > li.ear {
    margin-top: 40px;
    display: flex;
    width: 100%;
  }

  .hamburger_contents .surgeryBox .ham_right_list > li.ear > div {
    width: 50%;
    padding: 0 10px;
  }

  .hamburger_contents .surgeryBox .ham_right_list > li.ear > div .hp_mt {
    margin-top: 0;
  }

  .hamburger_contents .surgeryBox .ham_right_list > li.nose,
  .hamburger_contents .surgeryBox .ham_right_list > li.eye {
    padding: 0 10px;
  }

  .hamburger_contents .surgeryBox .ham_right_list .cat_ttl {
    font-size: 16px;
  }

  .hamburger_contents .ham_bottomWrap .ham_bottomLinks {
    font-size: 14px;
    justify-content: center;
    max-width: 470px;
    margin: 0 auto;
  }

  .hamburger_contents .ham_snsWrap {
    justify-content: center;
  }

  .ham_snsWrap.hp_tb {
    display: flex;
  }

  .hamburger_contents .dermatologyBox .cosme {
    margin: 5px 5% 0;
  }

  .snsWrap {
    top: calc(50vh + 80px);
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  #header .logo {
    font-size: 12px;
  }

  #header .logo a {
    width: 75px;
  }

  .p-hamburger {
    width: 50px;
    height: 50px;
  }

  .p-hamburger__line {
    width: 20px;
    height: 1px;
  }

  .p-hamburger__line::before {
    top: -6px;
  }

  .p-hamburger__line::after {
    top: 6px;
  }

  .hamburger_contents .ham_left .menulist a[href*="322"]::after,
  .hamburger_contents .ham_left .menulist a[href*="328"]::after,
  .hamburger_contents .ham_left .menulist a[href*="334"]::after,
  .hamburger_contents .ham_left .menulist a[href*="571"]::after,
  .hamburger_contents .ham_left .menulist a[href*="330"]::after,
  .hamburger_contents .ham_left .menulist a[href*="331"]::after,
  .hamburger_contents .ham_left .menulist a[href*="337"]::after {
    bottom: 2px !important;
    font-size: 10px !important;
  }

  .hamburger_contents .sec_innerM {
    padding: 0 15px;
  }

  .hamburger_contents .border {
    padding-top: 10px;
  }

  .hamburger_contents .ham_searchWrap {
    padding: 10px 0 30px;
    flex-direction: column;
  }

  .hamburger_contents .ham_search_ttl {
    text-align: center;
  }

  .hamburger_contents .link {
    width: 100%;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .hamburger_contents .ham_bottomWrap {
    padding-top: 55px;
  }

  .hamburger_contents .ham_bottomWrap .ham_bottomLinks li {
    width: 50%;
  }

  .hamburger_contents .reserve_links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 13px 5px;
    width: 100%;
  }

  .hamburger_contents .reserve_links a .img {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .hamburger_contents .ham_snsWrap {
    padding-left: 10px;
  }

  .hamburger_contents .dermatologyBox .dermatologyBox01_list {
    width: 100%;
  }

  .hamburger_contents .dermatologyBox .dermatologyBox01_list:nth-child(n + 2) {
    margin-top: 40px;
  }

  .hamburger_contents .ham_bottomWrap .ham_bottomLinks {
    justify-content: flex-start;
  }

  .ham_tab_area {
    margin-top: 20px;
    font-size: 14px;
  }

  .ham_tab_content_area .ham_tab_content {
    padding-bottom: 55px;
  }

  .snsWrap {
    font-size: 12px;
    right: -100px;
    top: calc(50vh + 100px);
  }
}

@media screen and (max-width: 360px) {
  .hamburger_contents .snstext {
    font-size: 14px;
  }
}

/* ===================================
フッター
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
.top_ttl {
  font-size: 50px;
  letter-spacing: 0.08em;
}

.footer_img {
  margin-bottom: 100px;
  margin-top: 100px;
}

.newsBox {
  padding: 20px 50px 50px;
}

.newsBox01 {
  display: flex;
  align-items: center;
}

.newsBox01 .kansen {
  margin-left: 40px;
}

.newsBox01 .kansen .navy-arrow {
  max-width: 100%;
}

.newsBox02 ul {
  padding-bottom: 30px;
}

.newsBox02 .newslist {
  border-bottom: 1px solid #c2b6a8;
}

.newsBox02 .newslist a {
  display: flex;
  padding: 17px 0;
  line-height: 1.5;
}

.newsBox02 .newslist a:hoer {
  opacity: 0.5;
}

.newsBox02 .newslist .date {
  font-size: 18px;
  margin-right: 20px;
  line-height: 1.3;
}

/* コラムの追加 */
.columnbox ul {
  display: flex;
  flex-wrap: wrap;
}

.columnbox.top ul {
  overflow: auto;
  flex-wrap: unset;
}

.columnbox .newslist a:hoer {
  opacity: 0.5;
}

.columnbox .newslist .date {
  font-size: 18px;
  margin-right: 20px;
  line-height: 1.3;
}

.columnbox .newslist {
  width: calc((100% - 50px) / 2);
}

.columnbox .newslist:nth-of-type(even) {
  margin-left: 50px;
}

.columnbox .newslist:nth-of-type(n + 3) {
  margin-top: 50px;
}

.columnbox .newslist .thumb {
  aspect-ratio: 305/192;
}

.columnbox .newslist .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.columnbox .newslist .date {
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  margin-top: 25px;
  display: block;
}

.columnbox .newslist .date:before {
  content: "";
  background: #9f958a;
  width: calc(100% - 110px);
  height: 1px;
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
}

.columnbox .newslist .ttl {
  padding-top: 15px;
  display: block;
  line-height: 1.5;
}

.columnbox + .archive-pager {
  margin-top: 30px !important;
}

.mapWrap {
  margin-top: 100px;
}

.mapflex {
  display: flex;
  gap: min(100vw / 375 * 40, 80px);
}

.mapflex .mapflex__data {
  align-items: start;
  flex: 1 1 50%;
}

.mapflex h3 {
  font-size: min(100vw / 375 * 18, 20px);
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgb(194, 182, 168);
}

.mapflex .map {
  height: min(100vw / 375 * 230, 400px);
}

.mapflex :is(.map, .right) {
  flex: 1 0 auto;
}

.map_ttl {
  font-size: 30px;
  letter-spacing: 0em;
}

.map_ttl .en,
.map_ttl .doctor_sec04_Box_list dl dt,
.doctor_sec04_Box_list dl .map_ttl dt {
  letter-spacing: 0.1em;
}

.map_ttl .line {
  display: inline-block;
  width: 1px;
  height: 22px;
  margin: 0 25px;
  background-color: #c2b6a8;
  vertical-align: -1px;
}

.map_image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.map_subttl {
  margin-top: 0px;
  margin-bottom: 2em;
  color: var(--color1);

  letter-spacing: 0em;
}

.map_address {
  /* color: #9f958a; */
  color: var(--color1);
}

.map_tel {
  margin-top: 0px;
  /* color: #9f958a; */
  color: var(--color1);
}

.map_tel a {
  padding-left: 0;
  margin-left: 23px;
  position: relative;
  letter-spacing: 0.15em;
}

.map_tel a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(../img/common/tel-02.png) no-repeat center/contain;
  position: absolute;
  left: -23px;
  top: 3px;
}

.map_text {
  /* color: #9f958a; */
  color: var(--color1);
  position: relative;
  padding-left: 1.5em;
}

.map_text::before {
  content: "\f3c5";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.map_link {
  margin-top: 35px;
  margin-bottom: 20px;
}

.footer_menuWrap {
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 80px;
  /*background-color: #3c3c43;*/
  background-color: var(--bgcolor4);
}

.footer_menuWrap .menuttl {
  font-weight: bold;
  font-size: 18px;
  /* border-bottom: 1px solid #c2b6a8; */
  padding-bottom: 13px;
  border-bottom: 1px solid var(--color1);
}

.footer_menuWrap .pc_list {
  display: flex;
  justify-content: space-between;
}
.footer_menuWrap .pc_list.pc_list_2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer_menuWrap .pc_list .cat_ttl {
  font-size: 14px;
  font-weight: bold;
  /* color: #c2b6a8; */
  color: var(--color1);
  margin-top: 25px;
}

.footer_menuWrap .pc_list > li {
  min-width: 150px;
}

.footer_menuWrap .pc_list > li:not(:last-child) {
  margin-right: 50px;
}

.footer_menuWrap .pc_list > li.kusumi {
  margin-right: 0 !important;
}

.footer_menuWrap .cat_list {
  /* color: #9f958a; */
  color: var(--color1);
  font-size: 12px;
}

.footer_menuWrap .cat_list li {
  margin-top: 8px;
  line-height: 1.5;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.footer_menuWrap .cat_list li::before {
  content: "-";
  padding-right: 10px;
  vertical-align: 1px;
}

.footer_menuWrap .pcMenu02 {
  margin-top: 30px;
}

.hp_footerSP {
  display: none;
}

.footerlinksWrap {
  /* background-color: #333339; */
  background-color: var(--bgcolor1);
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer_logo {
  width: 114px;
}

.footerlinks {
  display: flex;
  font-size: 14px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.footerlinks li {
  margin-right: 20px;
}

.footer_bottom {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom .copy {
  font-size: 14px;
}

.fixedWrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #43434b;
}

.fixnav {
  display: flex;
  font-size: min(100vw / 375 * 11, 12px);
  border-top: 1px solid #c2b6a8;
  border-left: 1px solid #c2b6a8;
  border-bottom: 1px solid #c2b6a8;
  font-weight: bold;
  line-height: 1.3;
}

.fixnav li {
  flex: 1 0 0;
}

.fixnav li:not(:last-child) {
  border-right: 1px solid #c2b6a8;
}

.fixnav li.fixnav__tel a {
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
}

.fixnav a {
  padding: 0 0.2em;
  letter-spacing: 0em;
  height: min(100vw / 375 * 50, 56px);
  display: flex;
  align-items: center;
  /* background-color: #333339; */
  background-color: var(--bgcolor1);
  text-align: center;
  justify-content: center;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .fixnav a:hover {
    color: #333339;
    background-color: #c2b6a8;
  }

  .fixnav a:hover .tel::after,
  .fixnav a:hover .reserve::after,
  .fixnav a:hover .online::after {
    opacity: 0;
  }

  .fixnav a:hover .tel::before,
  .fixnav a:hover .reserve::before,
  .fixnav a:hover .online::before {
    opacity: 1;
  }

  .fixnav a:hover .sub {
    color: inherit;
  }
}

.fixnav a .main {
  font-size: min(100vw / 375 * 12, 18px);
  letter-spacing: 0.05em !important;
}

.fixnav a .sub {
  color: #9f958a;
  /* font-family: "DM Serif Display", serif; */
}

.fixnav a .tel,
.fixnav a .reserve,
.fixnav a .online {
  position: relative;
  padding-left: 1.5em;
}

.fixnav a .tel::before,
.fixnav a .tel::after,
.fixnav a .reserve::before,
.fixnav a .reserve::after,
.fixnav a .online::before,
.fixnav a .online::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3em;
  width: 1em;
  aspect-ratio: 13 / 14;
  transition: 0.3s;
}

.fixnav a .tel::before,
.fixnav a .reserve::before,
.fixnav a .online::before {
  opacity: 0;
}

.fixnav a .tel::after {
  background: url(../img/common/tel.png) no-repeat center/contain;
}

.fixnav a .tel::before {
  background: url(../img/common/tel-navy.png) no-repeat center/contain;
}

.fixnav a .reserve::after {
  background: url(../img/common/calendar.png) no-repeat center/contain;
}

.fixnav a .reserve::before {
  background: url(../img/common/calendar-navy.png) no-repeat center/contain;
}

.fixnav a .online::after {
  background: url(../img/common/online.png) no-repeat center/contain;
  top: 60%;
}

.fixnav a .online::before {
  background: url(../img/common/online-navy.png) no-repeat center/contain;
  top: 60%;
}

@media screen and (max-width: 1250px) {
  .footer_menuWrap .pc_list > li:not(:last-child) {
    margin-right: 20px;
  }

  .footer_menuWrap .pc_list > li {
    min-width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .top_ttl {
    font-size: 40px;
  }

  .fixedWrap {
    width: 100%;
  }

  .fixnav {
    border-left: none;
  }

  .hp_none {
    display: none !important;
  }

  .hp_footerSP {
    display: block;
  }

  .map_subttl {
    font-size: 14px;
  }

  .map_address {
    font-size: 14px;
  }

  .map_tel {
    font-size: 14px;
  }

  .map_text {
    font-size: 14px;
  }

  .map_text::before {
    margin-right: 8px;
    margin-left: 2px;
  }

  .newsBox {
    padding: 20px 20px 30px;
  }

  .footer_menuWrap .pc_list {
    flex-direction: column !important;
  }
  .footer_menuWrap .pc_list.pc_list_2 {
    display: flex;
    flex-direction: column !important;
  }

  .footerlinksWrap {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer_img {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .newsBox {
    padding: 10px 20px 20px;
  }

  .newsBox01 {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsBox01 .kansen {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .newsBox01 .kansen .navy-arrow {
    width: 100%;
    max-width: 400px;
  }

  .newsBox02 {
    flex-direction: column;
  }

  .newsBox02 .newslist a {
    padding: 12px 0;
    flex-direction: column;
  }

  .newsBox02 .newslist .date {
    font-size: 15px;
  }

  .newsBox02 .newslist .ttl {
    font-size: 14px;
    margin-top: 5px;
  }

  .columnbox {
    margin-top: 30px;
  }

  .columnbox .newslist {
    width: 100%;
    margin: 0 0 30px !important;
  }

  .columnbox .newslist .date {
    font-size: 15px;
  }

  .columnbox .newslist .date:before {
    width: calc(100% - 95px);
    top: 10px;
  }

  .columnbox .newslist .ttl {
    font-size: 14px;
    padding-top: 5px;
  }

  .columnbox + .archive-pager {
    margin-top: 0 !important;
  }

  .mapWrap {
    margin-top: 40px;
  }

  .mapflex {
    flex-direction: column;
    width: 100%;
  }

  .mapflex .map_ttl {
    font-size: 20px;
    line-height: 1;
  }

  .mapflex .map_ttl .line {
    height: 18px;
    margin: 0 15px;
  }

  .map_subttl {
    font-size: 12px;
  }

  .map_address {
    font-size: 14px;
  }

  .map_tel {
    font-size: 14px;
  }

  .map_tel a {
    margin-left: 18px;
  }

  .map_tel a::before {
    left: -18px;
  }

  .map_text::before {
    margin-right: 5px;
    margin-left: 2px;
  }

  .map_link {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer_menuWrap {
    margin-top: 40px;
  }

  .footerlinks li {
    margin-bottom: 10px;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .footer_bottom p {
    width: 100%;
  }

  .footer_bottom .copy {
    font-size: 12px;
    margin-top: 20px;
  }
}

/* ===================================
下層FV部分
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
.fvBox {
  margin-top: 85px;
  margin-bottom: 210px;
}

.fvBox.menu {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 55px;
  /* background-color: #43434b; */
  background-color: var(--bgcolor5);
}

.fvBox.menu .page_ttl {
  text-align: center;
  position: relative;
}

.fvBox.menu .page_ttl span {
  padding: 0 30px;
  /* background: #43434b; */
  background-color: var(--bgcolor5);
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

.fvBox.menu .page_ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #c2b6a8;
  top: 53%;
}

.fvBox.menu .breadcrumbs {
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.8;
}

.page_ttl {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 13px;
  color: var(--color3);
}

.breadcrumbs {
  font-size: 14px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.breadcrumbs a {
  text-decoration: underline;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.5;
}

.breadcrumbs span {
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
  .page_ttl {
    font-size: 40px;
  }

  .fvBox {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl {
    font-size: 30px;
  }

  .fvBox {
    margin-top: 45px;
    margin-bottom: 20px;
    min-height: 178px;
    line-height: 1.4;
  }

  .fvBox.menu .page_ttl span {
    max-width: calc(100% - 50px);
    padding: 0 15px;
  }

  .breadcrumbs {
    font-size: 12px;
  }
}

/* ===================================
一覧からさがす
=================================== */
.links {
  display: flex;
  justify-content: center;
}

.links p {
  margin: 0 50px;
  width: 192px;
}

.links a {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #c2b6a8;
  position: relative;
  padding-bottom: 9px;
}

.links a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 0px;
  background: url(../img/common/ico-arrow.png) no-repeat center/contain;
}

/* 外科手術
==============================　*/
/* 小カテゴリ、コメント */
.p-surgery {
  margin-top: 100px;
}

.p-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.p-box {
  padding: 30px 150px 50px;
}

.surgeryBox01 {
  display: flex;
}

.surgeryBox01:not(:first-of-type) {
  margin-top: 80px;
}

.surgeryBox01_img {
  max-width: 200px;
  margin-right: 50px;
}

.surgeryBox01_textBox {
  width: calc(100% - 250px);
}

.surgeryBox01_ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-top: -10px;
  margin-bottom: 13px;
}

.menulist li {
  margin-top: 7px;
}

.menulist a[href*="322"],
.menulist a[href*="328"],
.menulist a[href*="571"],
.menulist a[href*="334"] {
  position: relative;
  margin-right: 90px;
}

.menulist a[href*="322"]::after,
.menulist a[href*="328"]::after,
.menulist a[href*="571"]::after,
.menulist a[href*="334"]::after {
  content: "修正手術";
  position: absolute;
  right: -80px;
  font-size: 14px;
  padding: 0px 0 0px 19px;
  width: 50px;
  bottom: 0px;
  text-align: center;
  background-color: #9f958a;
  color: #43434b;
}

.menulist a[href*="330"],
.menulist a[href*="331"],
.menulist a[href*="337"] {
  position: relative;
  margin-right: 145px;
}

.menulist a[href*="330"]::after,
.menulist a[href*="331"]::after,
.menulist a[href*="337"]::after {
  content: "アンチエイジング";
  position: absolute;
  right: -135px;
  font-size: 14px;
  padding: 0px 0 0px 19px;
  width: 105px;
  bottom: 0px;
  text-align: center;
  background-color: #9f958a;
  color: #43434b;
}

.surgeryBox02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
  margin-top: 20px;
}

.surgeryBox02_list {
  width: calc((100% - 138px) / 3);
  margin: 60px 23px 0;
}

.p-dermatology {
  padding-top: 100px;
}

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

.dermatologyBox01_list {
  width: calc((100% - 100px) / 2);
}

.dermatologyBox01_list:nth-child(n + 3) {
  margin-top: 80px;
}

.dermatologyBox02_top,
.dermatologyBox02_bottom {
  display: flex;
}

.dermatologyBox02_top .text01,
.dermatologyBox02_top .text02,
.dermatologyBox02_bottom .text01,
.dermatologyBox02_bottom .text02 {
  font-size: 12px;
  width: 120px;
  margin-right: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dermatologyBox02_top .text01,
.dermatologyBox02_bottom .text01 {
  color: #43434b;
  background-color: #c2b6a8;
  height: 30px;
  line-height: 30px;
}

.dermatologyBox02_top .text02,
.dermatologyBox02_bottom .text02 {
  border: 1px solid #c2b6a8;
  min-height: 35px;
}

.dermatologyBox02_top {
  align-items: center;
}

.dermatologyBox02_top {
  margin-top: 20px;
}

.dermatologyBox02_bottom {
  margin-top: 20px;
}

.dermatologyBox02_bottom ul {
  width: calc(100% - 150px);
  line-height: 1.5;
}

.dermatologyBox02_bottom ul li:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 1300px) {
  .surgeryBox02 {
    margin: 0 -20px;
  }

  .surgeryBox02_list {
    width: calc((100% - 120px) / 3);
    margin: 60px 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-surgery {
    margin-top: 60px;
  }

  .menuWrap .menulist {
    font-size: 14px;
  }

  .menuWrap .menulist li:not(:first-child) {
    margin-top: 5px;
  }

  .dermatologyBox01_list {
    width: calc((100% - 40px) / 2);
  }

  .dermatologyBox01_list:nth-child(1) h3 {
    letter-spacing: -0.02em;
  }

  .p-box {
    padding: 30px 20px 50px;
  }

  .p-ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .links p {
    font-size: 14px;
    margin: 0 20px;
    width: calc((100% - 80px) / 2);
  }

  .links a::after {
    width: 11px;
    height: 11px;
    top: 4px;
  }

  .surgeryBox01_ttl {
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 4px;
  }

  .surgeryBox01_ttl::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .surgeryBox01:not(:first-of-type) {
    margin-top: 60px;
  }

  .dermatologyBox01_list {
    width: 100%;
    font-size: 14px;
  }

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

  .dermatologyBox02_top .text01,
  .dermatologyBox02_top .text02,
  .dermatologyBox02_bottom .text01,
  .dermatologyBox02_bottom .text02 {
    width: 80px;
    margin-right: 20px;
  }

  .dermatologyBox02_top .text02,
  .dermatologyBox02_bottom .text02 {
    line-height: 1.4;
    min-height: 45px;
  }

  .dermatologyBox02_bottom ul {
    width: calc(100% - 100px);
  }

  .p-ttl {
    font-size: 20px;
  }

  .p-dermatology {
    padding-top: 40px;
  }

  .menulist a[href*="322"],
  .menulist a[href*="328"],
  .menulist a[href*="571"],
  .menulist a[href*="334"] {
    margin-right: 75px;
  }

  .menulist a[href*="322"]::after,
  .menulist a[href*="328"]::after,
  .menulist a[href*="571"]::after,
  .menulist a[href*="334"]::after {
    font-size: 11px;
    width: 40px;
    right: -65px;
  }

  .menulist a[href*="330"],
  .menulist a[href*="331"],
  .menulist a[href*="337"] {
    margin-right: 85px;
  }

  .menulist a[href*="330"]::after,
  .menulist a[href*="331"]::after,
  .menulist a[href*="337"]::after {
    font-size: 11px;
    right: -96px;
    letter-spacing: 0em;
    width: 71px;
  }
}

/* ===================================
部位からさがす
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
.tab_area,
.ham_tab_area {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.tab_area .tab,
.ham_tab_area .tab {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #c2b6a8;
  transition: 0.3s;
}

.tab_area .tab + .tab,
.ham_tab_area .tab + .tab {
  margin-left: 20px;
}

.tab_area .tab:hover,
.ham_tab_area .tab:hover {
  background-color: #c2b6a8 !important;
  color: #43434b;
}

.tab_area .tab.js_active,
.ham_tab_area .tab.js_active {
  background-color: #c2b6a8 !important;
  color: #43434b;
}

.tab_area .ham_tab,
.ham_tab_area .ham_tab {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #c2b6a8;
  transition: color 0.3s, background 0.3s;
}

.tab_area .ham_tab:hover,
.ham_tab_area .ham_tab:hover {
  background-color: #c2b6a8;
  color: #43434b;
}

.tab_area .tab.js_active,
.ham_tab_area .tab.js_active {
  background-color: #c2b6a8;
  color: #43434b;
}

.tab_area .ham_tab.js_active,
.ham_tab_area .ham_tab.js_active {
  background-color: #c2b6a8;
  color: #43434b;
}

.ham_tab_area {
  margin-top: 50px;
  margin-bottom: 40px;
}

.ham_tab_area .ham_tab {
  width: 50%;
  background: none !important;
  border: none;
  border-bottom: 1px solid #c2b6a8;
  color: #c2b6a8;
  position: relative;
}

.ham_tab_area .ham_tab::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #c2b6a8 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  right: 50%;
  transform: translateX(50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.ham_tab_area .ham_tab.js_active {
  color: #43434b;
}

.ham_tab_area .ham_tab.js_active::after {
  opacity: 1;
}

.tab_content_area {
  text-align: center;
}

.tab_content_area .tab_content {
  display: none;
  -webkit-animation: tabAnim ease 1s;
  animation: tabAnim ease 1s;
  text-align: left;
}

.tab_content_area .tab_content.js_show {
  display: block;
}

.ham_tab_content_area {
  text-align: center;
}

.ham_tab_content_area .ham_tab_content {
  display: none;
  -webkit-animation: tabAnim ease 1s;
  animation: tabAnim ease 1s;
  text-align: left;
  padding-bottom: 35px;
}

.ham_tab_content_area .ham_tab_content.js_show {
  display: block;
}

.part_tabWrap .tab_content_area .tab_content.js_show {
  margin-top: 50px;
  min-height: 1400px;
}

.modal_wrap {
  position: relative;
}

.modal {
  display: none;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 840px;
  max-width: calc(100% - 40px);
  z-index: 200;
  border: 1px solid #c2b6a8;
  padding: 40px 50px 50px;
}

.overlay {
  display: none;
  background: rgba(51, 51, 57, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  cursor: pointer;
}

.close {
  color: #9f958a;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
}

.modal_ttl {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.front_lower,
.back_lower {
  min-height: 690px;
}

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab_ttl {
  font-size: 25px;
}

.tab_ttl .en,
.tab_ttl .doctor_sec04_Box_list dl dt,
.doctor_sec04_Box_list dl .tab_ttl dt {
  margin-left: 2px;
  font-size: 20px;
}

.tabBox {
  border: 1px solid #c2b6a8;
  margin-left: auto;
  text-align: left;
  position: relative;
  padding: 15px;
}

.tabBox + .tabBox {
  margin-top: 60px;
}

.tab_list {
  padding-left: 20px;
}

.tab_listttl {
  color: #c2b6a8;
  font-size: 18px;
}

.tab_listttl + ul {
  padding: 5px 20px 20px;
}

.tab_listttl {
  cursor: pointer;
  transition: 0.3s;
}

.tab_listttl:hover {
  opacity: 0.5;
}

.tab_listttl span {
  margin-left: 5px;
}

.tab_content01 {
  background: url(../img/menu/front-img.png) no-repeat top right;
  background-size: 380px auto;
}

.tab_content02 {
  background: url(../img/menu/back-img.png) no-repeat top right;
  background-size: 380px auto;
  padding-top: 280px;
}

@media screen and (max-width: 1200px) {
  .part_tabWrap .p-box {
    padding: 30px 20px 50px;
  }

  .tab_content01 {
    background: url(../img/menu/front-img.png) no-repeat top right
      calc(50% - 260px);
    background-size: 380px auto;
  }

  .tab_content02 {
    background: url(../img/menu/back-img.png) no-repeat top right
      calc(50% - 260px);
    background-size: 380px auto;
  }
}

@media screen and (max-width: 1024px) {
  .part_tabWrap .tab_content_area .tab_content.js_show {
    min-height: 1100px;
  }

  .front_lower {
    min-height: 500px;
  }

  .back_lower {
    min-height: 560px;
  }

  .tab_content01 {
    background: url(../img/menu/front-img.png) no-repeat top right
      calc(50% - 180px);
    background-size: 320px auto;
  }

  .tab_content02 {
    background: url(../img/menu/back-img.png) no-repeat top right
      calc(50% - 180px);
    background-size: 320px auto;
    padding-top: 210px;
  }
}

@media screen and (max-width: 767px) {
  .part_tabWrap .p-box {
    padding: 30px 0 50px;
  }

  .part_tabWrap .tab_area {
    padding: 0 20px;
  }

  .tab_area .tab,
  .ham_tab_area .tab {
    width: 50%;
    height: 35px;
    line-height: 35px;
  }

  .tabBox {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .tabBox + .tabBox {
    margin-top: 40px;
  }

  .tab_ttl {
    font-size: 18px;
  }

  .tab_ttl span {
    font-size: 15px;
  }

  .tab_list {
    padding-left: 10px;
  }

  .tab_listttl {
    font-size: 16px;
  }

  .tab_listttl + ul {
    font-size: 14px;
  }

  .tab_content01 {
    background: url(../img/menu/front-img-sp.png) no-repeat top right -80px;
    background-size: 250px auto;
  }

  .tab_content02 {
    background: url(../img/menu/back-img-sp.png) no-repeat top right -80px;
    background-size: 250px auto;
  }

  .front_lower {
    min-height: 350px;
  }

  .back_lower {
    min-height: 400px;
  }

  .part_tabWrap .tab_content_area .tab_content.js_show {
    min-height: 880px;
  }

  .modal_ttl {
    font-size: 18px;
  }

  .modal_inner {
    font-size: 14px;
  }

  .modal {
    padding: 20px 30px 30px;
  }

  .close {
    font-size: 20px;
    top: 10px;
  }
}

/* ===================================
TOPページ
=================================== */
/* FV
==============================　*/
.topFV .main_ttl {
  font-size: 70px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.3;
}

.topFV .fvtext {
  margin-top: 35px;
  line-height: 2.5;
}

.topFV .name {
  font-size: 14px;
  padding-left: 90px;
  position: relative;
  margin-top: 3px;
}

.topFV .name::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 2px;
  background: url(../img/top/line.png) no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* コラムエリア
==============================　*/
.columnWrap {
  padding-top: 235px;
}

.columnbox.top ul {
  margin-bottom: 15px;
}

.columnbox.top .newslist {
  width: calc((100% - 70px) / 3);
}

.columnbox.top .newslist + .newslist {
  margin: 0 0 0 35px !important;
}

.columnbox.top {
  margin-top: 10px;
}

.columnbox.top .newslist .thumb {
  aspect-ratio: 345/190;
}

.columnbox.top .newslist .ttl {
  padding-top: 20px;
  line-height: 1.875;
}

/* バナーエリア
==============================　*/
.bnrWrap {
  padding-top: 80px;
}

.bnrWrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bnrWrap .flex > div {
  background: rgba(51, 51, 57, 0.6);
  padding: 20px 50px 50px;
  width: calc((100% - 100px) / 2);
}

.bnrWrap .flex > div > a {
  display: block;
  transition: 0.3s;
  margin-top: 15px;
}

.bnrWrap .flex > div > a:hover {
  opacity: 0.5;
}

.bnrWrap .flex .right {
  margin-top: 90px;
}

.bnrWrap .flex + .flex {
  margin-top: 80px;
}

.bnrWrap .flex + .flex .right {
  margin-top: 80px;
}

.bnrWrap .slider02 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.bnrWrap .slider02 .slider__item {
  margin: 0 15px;
  overflow: hidden;
}

.bnrWrap .slider02 .slider__item iframe {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.bnrWrap .slider02 .slick-dots {
  margin-top: 5px;
}

.slider02 .slick-slide {
  transition: 0.3s;
}

.slider02 .slick-slide:not(.slick-current):not(.is-active-next) {
  opacity: 0.5;
  transition: 0.3s;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 10px;
  position: relative;
  width: 10px;
  height: 40px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background-color: #c2b6a8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-dots li.slick-active button {
  opacity: 0.5;
}

.bnrttl {
  font-size: 50px;
  letter-spacing: 0.08em;
}

.campaign_ttl {
  margin-top: 23px;
  color: #9f958a;
}

.top_img {
  margin-top: 100px;
  margin-bottom: 70px;
}

/* MENU
==============================　*/
.menuWrap .top_ttl {
  text-align: center;
}

.menuWrap .tab_area {
  justify-content: flex-start;
  margin-top: 10px;
}

.menuWrap .tab_area .tab {
  border: none;
  background-color: rgba(51, 51, 57, 0.6);
}

.menuWrap .tab_area .tab.js_active,
.menuWrap .tab_area .tab:hover {
  background-color: #c2b6a8;
  color: #43434b;
}

.menuWrap .tab_area .tab + .tab {
  margin-left: 0;
}

.menuWrap .p-box {
  padding: 50px 50px;
}

/* CASE / カレンダー
==============================　*/
.caseWrap {
  margin-top: 100px;
}

.caseWrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caseWrap .flex > div {
  width: calc((100% - 100px) / 2);
  padding: 20px 50px 50px;
  background: rgba(51, 51, 57, 0.6);
}

.caseWrap .flex .caseBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.caseWrap .flex .caseBox li {
  width: calc((100% - 50px) / 2);
}

.caseWrap .flex .caseBox li:nth-child(3),
.caseWrap .flex .caseBox li:nth-child(4) {
  margin-top: 45px;
}

.caseWrap .flex .caseBox a {
  transition: 0.3s;
}

.caseWrap .flex .caseBox a* hover {
  opacity: 0.5;
}

.caseWrap .flex .caseList img {
  width: 100%;
}

.caseWrap .case_ttl {
  line-height: 1.5;
  margin-top: 15px;
}

/* インスタ
==============================　*/
.instaWrap {
  padding-top: 100px;
}

.insta_inner {
  padding: 20px 50px 10px;
}

.instaBox {
  display: flex;
  flex-wrap: wrap;
}

.instaList {
  padding: 0 0px;
  width: 50%;
}

.instaList .more {
  position: relative;
  top: -10px;
  right: 20px;
}

.insta_ttl {
  font-size: 30px;
  /* font-family: "DM Serif Display", serif; */
  padding-left: 50px;
  line-height: 1.4;
}

.instaList #sb_instagram .sb_instagram_header {
  padding: 0 !important;
}

.instaList #sb_instagram .sb_instagram_header a {
  transition: 0.3s;
}

.instaList #sb_instagram .sb_instagram_header a:hover {
  opacity: 0.5;
}

.instaList #sb_instagram .sb_instagram_header .sbi_header_text {
  padding-top: 0 !important;
}

.instaList #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  padding-top: 0 !important;
}

.instaList #sbi_load {
  display: none;
}

.instaList #sb_instagram .sb_instagram_header .sbi_header_img {
  display: none !important;
}

.instaList #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
.instaList #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  margin-left: 50px !important;
  /* font-family: "DM Serif Display", serif; */
}

.instaList #sb_instagram .sb_instagram_header .sbi_header_text h3::before {
  content: "@";
  /* font-family: "DM Serif Display", serif; */
}

.instaList #sb_instagram {
  padding-bottom: 0 !important;
}

.instaList #sb_instagram .sbi_type_carousel .fa-clone {
  max-width: 24px;
}

@media screen and (max-width: 1024px) {
  .topFV .main_ttl {
    font-size: 60px;
  }

  .topFV .fvtext {
    margin-top: 25px;
    font-size: 15px;
  }

  .topFV .name {
    font-size: 13px;
  }

  .bnrttl {
    font-size: 40px;
  }

  .columnWrap {
    padding-top: 160px;
  }

  .bnrWrap {
    padding-top: 80px;
  }

  .bnrWrap .flex > div {
    width: calc((100% - 40px) / 2);
    padding: 10px 20px 30px;
  }

  .bnrWrap .flex > div > a {
    margin-top: 5px;
  }

  .bnrWrap .flex .right {
    margin-top: 70px;
  }

  .bnrWrap .flex + .flex {
    margin-top: 60px;
  }

  .bnrWrap .slider02 .slider__item {
    margin: 0 5px;
  }

  .menuWrap .p-box {
    padding: 50px 20px;
  }

  .surgeryBox01_img {
    max-width: 150px;
    margin-right: 30px;
  }

  .surgeryBox01_textBox {
    width: calc(100% - 180px);
  }

  .surgeryBox02_list {
    width: calc((100% - 80px) / 2);
  }

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

  .caseWrap .flex > div {
    width: 100%;
    min-height: 0%;
  }

  .caseWrap .flex .right {
    margin-top: 100px;
  }

  .instaList {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .surgeryBox02_list {
    width: calc((100% - 100px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .topFV .main_ttl {
    font-size: 36px;
    margin-top: 100px;
    padding-left: 20px;
  }

  .topFV .fvtext {
    margin-top: 10px;
    font-size: 14px;
    padding-left: 20px;
    line-height: 2.2;
  }

  .topFV .name {
    font-size: 12px;
    padding-left: 70px;
    margin-top: 13px;
  }

  .topFV .name::before {
    background: url(../img/top/line-sp.png) no-repeat center/contain;
    width: 40px;
    height: 1px;
    left: 10px;
  }

  .columnbox.top .newslist,
  .columnbox.top .newslist + .newslist {
    width: 60%;
    margin: 0 10px 30px 0 !important;
    flex: 0 0 auto;
  }

  .columnbox.top .newslist .ttl {
    padding-top: 15px;
  }

  .bnrttl {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .columnWrap {
    padding-top: 60px;
  }

  .bnrWrap {
    padding-top: 40px;
  }

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

  .bnrWrap .flex > div {
    width: 100%;
    min-height: 0%;
  }

  .bnrWrap .flex .right {
    margin-top: 40px;
  }

  .bnrWrap .flex + .flex .right {
    margin-top: 40px;
  }

  .bnrWrap .slider02 {
    margin-bottom: 5px;
  }

  .bnrWrap .slider02 .slick-dots {
    margin-top: 0;
    line-height: 1;
  }

  .campaign_ttl {
    margin-top: 10px;
    font-size: 14px;
  }

  .top_img {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .top_ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .menuWrap .p-box {
    padding: 30px 10px;
  }

  .surgeryBox01_img {
    max-width: 50px;
    margin-right: 20px;
  }

  .surgeryBox01_textBox {
    width: calc(100% - 70px);
    font-size: 14px;
  }

  .surgeryBox02_list {
    font-size: 14px;
  }

  .caseWrap {
    margin-top: 40px;
  }

  .caseWrap .flex > div {
    padding: 10px 20px 20px;
  }

  .caseWrap .flex .caseBox li {
    width: 100%;
  }

  .caseWrap .flex .caseBox li:not(:first-of-type) {
    margin-top: 30px !important;
  }

  .caseWrap .flex .right {
    margin-top: 40px;
  }

  .caseWrap .case_ttl {
    margin-top: 10px;
    font-size: 14px;
  }

  .calender iframe {
    height: 340px;
  }

  .instaWrap {
    padding-top: 40px;
  }

  .instaWrap .top_ttl {
    padding-left: 10px;
  }

  .insta_inner {
    padding: 10px 10px 20px;
  }

  .insta_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .instaList #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
  .instaList #sb_instagram .sb_instagram_header .sbi_header_text h3 {
    margin-left: 10px !important;
    font-size: 14px;
  }

  .instaList #sb_instagram #sbi_images {
    padding: 0px !important;
  }

  #sb_instagram#sb_instagram #sbi_images .sbi_item {
  }

  #sb_instagram .sb_instagram_header {
    margin-bottom: 5px !important;
  }

  .instaList .more {
    position: static;
    margin-top: 20px;
  }

  .instaList + .instaList {
    margin-top: 40px;
  }
}

/* ===================================
機器からさがす
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
.machineBox {
  padding: 50px 150px;
  display: flex;
  align-items: flex-start;
}

.machineBox + .machineBox {
  margin-top: 60px;
}

.machine_img {
  width: 200px;
  margin-right: 50px;
  position: relative;
}

.machine_img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 10px solid #c2b6a8;
  top: 0;
  left: 0;
  box-sizing: border-box;
  position: absolute;
}

.machineTextbox {
  width: calc(100% - 250px);
}

.machine_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #c2b6a8;
  line-height: 1.4;
  padding-bottom: 8px;
}

.machine_text {
  margin-top: 10px;
  color: #9f958a;
}

.machine_link {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .machineBox {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .machineBox {
    flex-direction: column;
    padding: 30px 20px;
  }

  .machine_img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    min-height: 0%;
  }

  .machineTextbox {
    width: 100%;
    margin-top: 30px;
  }

  .machine_ttl {
    font-size: 16px;
  }

  .machine_text {
    font-size: 14px;
  }
}

/* ===================================
症例一覧
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
.case_slider .slick-slide {
  margin: 0 40px;
}

.case_slider .case_slider_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.4;
}

.case_slider .slick-dots {
  margin-top: 25px;
}

.search_area {
  position: relative;
  max-width: 900px;
  margin: 105px auto 20px;
}

.search_area .acc_content {
  position: absolute;
  top: 40px;
  padding: 20px;
  width: 100%;
  z-index: 1;
}

.search_area .aco_ttl {
  height: 40px;
  line-height: 40px;
  border: 1px solid #c2b6a8;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  letter-spacing: 0;
  padding-right: 40px;
  overflow: hidden;
}

.search_area .aco_ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../img/common/ico-select.png) no-repeat center/contain;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.case_area > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.case_area > ul li {
  margin: 60px 30px 0;
  width: calc((100% - 180px) / 3);
}

.case_area > ul li a {
  padding: 30px;
}

.case_area .caselist_ttl {
  margin-top: 10px;
}

.archive-pager {
  /* font-family: "DM Serif Display", serif; */
  font-size: 18px;
  margin-top: 70px;
}

.nav-links {
  text-align: center;
}

.nav-links .page-numbers {
  min-width: 30px;
  display: inline-block;
  margin: 0 5px;
}

.nav-links .current {
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  text-decoration: none;
  background-size: 100% 1px;
}

.next.page-numbers {
  position: relative;
}

.next.page-numbers::after {
  content: ">";
  position: absolute;
  right: -20px;
}

.prev.page-numbers {
  position: relative;
}

.prev.page-numbers::before {
  content: "<";
  position: absolute;
  left: -20px;
}

@media screen and (max-width: 1280px) {
  .case_area > ul {
    margin: 0 -20px;
  }

  .case_area > ul li {
    margin: 60px 20px 0;
    width: calc((100% - 120px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .search_area {
    margin-top: 55px;
  }

  .case_slider .slick-slide {
    margin: 0 20px;
  }

  .case_area > ul {
    margin: 0 -20px;
  }

  .case_area > ul li {
    margin: 60px 20px 0;
    width: calc((100% - 80px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .case_slider .case_slider_ttl {
    font-size: 16px;
  }

  .case_slider .slick-slide {
    margin: 0 10px;
  }

  .case_slider .slick-dots {
    margin-top: 0;
  }

  .case_area {
    font-size: 14px;
  }

  .nav-links {
    font-size: 14px;
  }

  .nav-links .page-numbers {
    min-width: 10px;
  }
}

@media screen and (max-width: 600px) {
  .case_area > ul {
    margin: 0 0px;
  }

  .case_area > ul li {
    margin: 40px 0px 0;
    width: 100%;
  }

  .case_area > ul li a {
    padding: 20px;
  }

  .case_area > ul li img {
    width: 100%;
  }
}

/* ===================================
症例詳細 / グーテン共通
=================================== */
/* グーテン共通
==============================　*/
.guten_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .guten_ttl {
    font-size: 25px;
  }

  .guten_img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .guten_ttl {
    font-size: 20px;
  }
}

/* ===================================
症例紹介シングル
=================================== */
/* 記事内
==============================　*/

/* 目次 */
div#ez-toc-container {
  width: 100%;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #c2b6a8;
  padding: 26px 30px 23px;
}

div#ez-toc-container p.ez-toc-title {
  /* color: #c2b6a8; */
  /* font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif; */
  font-weight: 400;
  font-size: 20px;
}

div#ez-toc-container ul li a {
  /* color: #c2b6a8; */
  /* font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif; */
  font-size: 16px;
  letter-spacing: 0;
}

div#ez-toc-container a:visited {
  color: #c2b6a8;
}

.gutenContents :nth-child(1) {
  margin-bottom: 5px;
}

.ez-toc-counter nav ul li a::before {
  margin-right: 0;
}

.ez-toc-section {
  margin-top: -50px;
  padding-top: 60px;
}

.newsguten .gutenContents p + div#ez-toc-container {
  margin-top: 30px;
}

div#ez-toc-container ul:not(.ez-toc-list-level-1) > li > a {
  align-items: center;
}

div#ez-toc-container ul:not(.ez-toc-list-level-1) > li > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background-color: #c2b6a8;
}

/* 監修者情報 */
.director_box {
  margin-top: 20px;
  padding: 30px;
  background-color: #ffffff;
}

.gutenContents + .director_box {
  margin-top: 52px;
}

.director_ttl_box {
  display: flex;
  margin-bottom: 15px;
}

.director_img {
  overflow: hidden;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 20px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
}

.director_img img {
  border-radius: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.director_txt_box {
  margin-top: -4px;
}

.director_ttl {
  margin-bottom: 15px;
  padding-left: 4px;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.division_list li {
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0.11em;
}

.director_name {
  font-size: 24px;
  padding-left: 4px;
  letter-spacing: 0.07em;
}

.directer_description {
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-size: 16px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1024px) {
  .director_img {
    margin-top: 0;
  }

  .director_txt_box {
    margin-top: 0;
  }

  .director_ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .director_name {
    font-size: 22px;
  }

  .directer_description {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .director_box {
    padding: 25px 15px;
  }

  .director_ttl_box {
    flex-direction: column;
  }

  .division_list {
    margin-bottom: 10px;
  }

  .director_img {
    margin: auto;
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
  }

  .director_name {
    font-size: 20px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 500px) {
  .director_name {
    font-size: 20px;
  }
}

.case_text {
  color: #9f958a;
}

.case_dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  color: #9f958a;
  margin-bottom: 50px;
}

.case_dl > div {
  width: 50%;
  display: flex;
}

.case_dl > div a {
  text-decoration: underline;
}

.case_dl > div dt {
  width: 140px;
  padding: 4px 0;
  text-align: center;
  background-color: #9f958a;
  color: #43434b;
  border-bottom: 1px solid #43434b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_dl > div dd {
  padding: 4px 0;
  text-align: center;
  width: calc(100% - 140px);
  border-bottom: 1px solid #9f958a;
  border-right: 1px solid #9f958a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_dl > div:nth-child(1),
.case_dl > div:nth-child(2) {
  border-top: 1px solid #9f958a;
}

.case_dl > div:nth-last-child(1) dt,
.case_dl > div:nth-last-child(2) dt {
  border-bottom: 1px solid #9f958a;
}

.gutenWrap .bg_navy,
.gutenWrap .search_area .acc_content,
.search_area .gutenWrap .acc_content {
  padding: 50px 150px 50px;
}

.newsguten .gutenContents {
  margin-top: 50px;
  /* color: #c2b6a8; */
  color: var(--color1);
}

.newsguten .gutenContents p {
  margin-top: 1.2em;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.guten_img {
  margin-top: 50px;
  margin-bottom: 40px;
}

.gutenContents {
  color: #9f958a;
}

.gutenContents :nth-child(1) {
  margin-top: 0;
}

.gutenContents h2 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #c2b6a8;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 50px;
  /* color: #c2b6a8; */
}

.gutenContents h3 {
  position: relative;
  color: #c2b6a8;
  border-bottom: 2px solid #c2b6a8;
  padding-bottom: 10px;
  margin-top: 55px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.gutenContents h2 + h3 {
  margin-top: 25px;
}

.gutenContents h4 {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #c2b6a8;
  font-weight: bold;
}

.gutenContents a {
  text-decoration: underline;
  display: inline;
}

.gutenContents em {
  font-style: italic;
}

.gutenContents table {
  margin: 1.2em 0 !important;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.gutenContents table td {
  border: 1px solid;
  padding: 10px;
}

.gutenContents table td:nth-of-type(1) {
  width: 30%;
}

/* 関連症例
==============================　*/
.otherWrap.otherWrap {
  margin-top: 80px;
}

.otherWrap.otherWrap .case_area > ul li {
  margin-top: 30px;
}

.other_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.case_links {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.case_links > a:nth-child(2) {
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .gutenWrap .bg_navy,
  .gutenWrap .search_area .acc_content,
  .search_area .gutenWrap .acc_content {
    padding: 50px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  .guten_ttl {
    font-size: 20px;
  }

  .gutenWrap .bg_navy,
  .gutenWrap .search_area .acc_content,
  .search_area .gutenWrap .acc_content {
    padding: 30px 20px 30px;
  }

  .guten_img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .gutenContents {
    font-size: 14px;
  }

  .gutenContents h2 {
    font-size: 18px;
    padding-left: 10px;
    margin-top: 40px;
  }

  .gutenContents h2 + h3 {
    margin-top: 15px;
  }

  .gutenContents h3 {
    margin-bottom: 5px;
    margin-top: 35px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .gutenContents h4 {
    margin-top: 30px;
  }

  .case_text {
    font-size: 14px;
  }

  .case_dl {
    font-size: 14px;
    margin-top: 40px;
  }

  .case_dl > div {
    width: 100%;
  }

  .case_dl > div:nth-child(2) {
    border-top: none;
  }

  .case_dl > div:nth-last-child(2) {
    border-bottom: 1px solid #43434b;
  }

  .otherWrap.otherWrap {
    margin-top: 60px;
  }

  .other_ttl {
    font-size: 20px;
  }

  .case_links {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .case_links > a:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* ===================================
カテゴリー詳細
=================================== */
/* 親カテゴリー用
==============================　*/
.dermatology-contents .bg_navy,
.dermatology-contents .search_area .acc_content,
.search_area .dermatology-contents .acc_content {
  display: flex;
  align-items: flex-start;
  padding: 55px 150px 50px;
}

.dermatology-contents .dermatology_img {
  width: 50%;
}

.dermatology-contents .dermatology_mainttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #43434b;
  background-color: #c2b6a8;
}

.dermatology-contents .dermatology_text {
  margin-top: 40px;
  color: #9f958a;
}

.dermatology_listWrap {
  margin-top: 100px;
}

.dermatology_listWrap .bg_navy,
.dermatology_listWrap .search_area .acc_content,
.search_area .dermatology_listWrap .acc_content {
  padding: 30px 150px 50px;
}

.dermatology_listTtl {
  font-size: 40px;
  font-weight: bold;
}

.dermatology_list > li {
  display: flex;
  margin-top: 80px;
}

.dermatology_list > li:first-child {
  margin-top: 35px;
}

.dermatology_list .dermatology_listImg {
  max-width: 200px;
  margin-right: 50px;
}

.dermatology_list .dermatology_listTextbox {
  width: calc(100% - 250px);
}

.dermatology_list .dermatology_listSubttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #c2b6a8;
}

.dermatology_list .dermatology_listText {
  margin-top: 25px;
  color: #9f958a;
}

.dermatology_list .dermatology_listflex {
  color: #9f958a;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
}

.dermatology_list .dermatology_listflex .left {
  display: inline-block;
  color: #43434b;
  background-color: #9f958a;
  min-width: 130px;
  text-align: center;
}

.dermatology_list .dermatology_listflex .right {
  display: flex;
  flex-wrap: wrap;
}

.dermatology_list .dermatology_listflex .right li {
  line-height: 30px;
  position: relative;
  margin-left: 30px;
}

.dermatology_list .dermatology_listflex .right li::before {
  content: ">";
  margin-right: 5px;
}

.reco_Listflex {
  color: #9f958a;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
}

.reco_Listflex .left {
  display: inline-block;
  color: #43434b;
  background-color: #9f958a;
  min-width: 130px;
  text-align: center;
}

.reco_Listflex .right {
  display: flex;
  flex-wrap: wrap;
}

.reco_Listflex .right li {
  line-height: 30px;
  position: relative;
  margin-left: 30px;
}

.reco_Listflex .right li::before {
  content: ">";
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .dermatology_listWrap .bg_navy,
  .dermatology_listWrap .search_area .acc_content,
  .search_area .dermatology_listWrap .acc_content {
    padding: 30px 20px 50px;
  }

  .dermatology-contents .bg_navy,
  .dermatology-contents .search_area .acc_content,
  .search_area .dermatology-contents .acc_content {
    padding: 55px 20px 50px;
  }

  .dermatology_listTtl {
    font-size: 30px;
  }

  .dermatology_list .dermatology_listImg {
    margin-right: 30px;
  }

  .dermatology_list .dermatology_listTextbox {
    width: calc(100% - 230px);
  }

  .dermatology_list .dermatology_listflex {
    flex-direction: column;
  }

  .dermatology_list .dermatology_listflex .right {
    margin-top: 10px;
    width: 100%;
  }

  .dermatology_list .dermatology_listflex .right li {
    margin-left: 0;
    margin-right: 30px;
  }

  .reco_Listflex {
    flex-direction: column;
  }

  .reco_Listflex .right {
    margin-top: 10px;
    width: 100%;
  }

  .reco_Listflex .right li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dermatology-contents .bg_navy,
  .dermatology-contents .search_area .acc_content,
  .search_area .dermatology-contents .acc_content {
    flex-direction: column;
    padding: 30px 20px;
  }

  .dermatology-contents .dermatology_img {
    width: 100%;
    min-height: 0%;
  }

  .dermatology-contents .dermatology_textBox {
    width: 100%;
  }

  .dermatology-contents .dermatology_mainttl {
    font-size: 16px;
  }

  .dermatology-contents .dermatology_text {
    font-size: 14px;
    margin-top: 20px;
  }

  .dermatology_listWrap {
    margin-top: 40px;
  }

  .dermatology_listWrap .bg_navy,
  .dermatology_listWrap .search_area .acc_content,
  .search_area .dermatology_listWrap .acc_content {
    padding: 30px 20px;
  }

  .dermatology_list > li {
    flex-direction: column;
  }

  .dermatology_listTtl {
    font-size: 20px;
  }

  .dermatology_list > li {
    margin-top: 60px;
  }

  .dermatology_list > li:first-child {
    margin-top: 25px;
  }

  .dermatology_list .dermatology_listImg {
    margin: 0 auto;
    width: 100%;
    min-height: 0%;
  }

  .dermatology_list .dermatology_listTextbox {
    width: 100%;
    margin-top: 20px;
  }

  .dermatology_list .dermatology_listSubttl {
    font-size: 16px;
  }

  .dermatology_list .dermatology_listText {
    font-size: 14px;
    margin-top: 15px;
  }

  .dermatology_list .dermatology_listflex .left {
    font-size: 14px;
  }

  .dermatology_list .dermatology_listflex .right {
    font-size: 14px;
  }

  .dermatology_list .dermatology_listflex .right li {
    line-height: 1.8;
  }

  .reco_Listflex .left {
    font-size: 14px;
  }

  .reco_Listflex .right {
    font-size: 14px;
  }

  .reco_Listflex .right li {
    line-height: 1.8;
  }
}

/* ===================================
カウンセリング予約 / メール相談
=================================== */
/* フォーム部分
==============================　*/
.strong,
.gutenContents strong {
  font-weight: bold;
  /* color: #c2b6a8; */
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.formWrap .bg_navy,
.formWrap .search_area .acc_content,
.search_area .formWrap .acc_content {
  padding: 50px 150px;
}

.formWrap input,
.formWrap button,
.formWrap select,
.formWrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.formWrap textarea {
  resize: vertical;
}

.formWrap input[type="checkbox"],
.formWrap input[type="radio"] {
  display: none;
}

.formWrap input[type="submit"],
.formWrap input[type="button"],
.formWrap label,
.formWrap button,
.formWrap select {
  cursor: pointer;
}

.formWrap select::-ms-expand {
  display: none;
}

.formWrap input,
.formWrap textarea {
  border: 1px solid #c2b6a8;
  font: inherit;
  font-size: 16px;
  /* background-color: #333339; */
  width: 100%;
  /* color: #c2b6a8; */
  padding: 10px 20px;
}

.formWrap input::-moz-placeholder,
.formWrap textarea::-moz-placeholder {
  color: #9f958a;
}

.formWrap input:-ms-input-placeholder,
.formWrap textarea:-ms-input-placeholder {
  color: #9f958a;
}

.formWrap input::placeholder,
.formWrap textarea::placeholder {
  color: #9f958a;
}

.formWrap input[type="file"] {
  border: none;
  background: none;
  cursor: pointer;
  display: none !important;
}

.formWrap .mwform-file-delete {
  display: none !important;
}

.formWrap .filelabel {
  display: inline-block;
  border: 1px solid;
  padding: 5px 25px;
  color: #43434b;
  background-color: #c2b6a8;
  transition: 0.5s;
}

.formWrap .filelabel:hover {
  opacity: 0.7;
}

.formWrap span[style="visibility: visible;"] + .filelabel {
  border: none;
  padding-left: 0;
  color: inherit;
  background: none;
}

.formWrap .select {
  position: relative;
  cursor: pointer;
}

.formWrap .select input {
  cursor: pointer;
}

.formWrap .select::after {
  content: "";
  display: inline-block;
  background: url(../img/common/select.png) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 15px;
  pointer-events: none;
}

.formWrap .must,
.formWrap .any {
  padding: 1px 3px 2px;
  line-height: 1;
  width: 45px;
  text-align: center;
}

.formWrap .must {
  /* color: #df8e18; */
  /* border: 1px solid #df8e18; */
  color: var(--bgcolor3);
  border: 1px solid;
}

.formWrap .any {
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
}

.formWrap span.must,
.formWrap span.any {
  margin-left: 15px;
  display: inline-block;
}

.formWrap p.must,
.formWrap p.any {
  margin-top: 5px;
}

.formWrap .radio .mwform-radio-field-text {
  position: relative;
  padding-left: 25px;
  margin-right: 1em;
  /* color: #c2b6a8; */
}

.formWrap .radio .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c2b6a8;
  border-radius: 50%;
}

.formWrap .radio input + .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: background 0.2s;
}

.formWrap .radio input:checked + .mwform-radio-field-text::after {
  background: #c2b6a8;
}

.formWrap .check .mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
  margin-right: 1em;
  color: #c2b6a8;
}

.formWrap .check .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c2b6a8;
}

.formWrap .check input + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(-45deg);
  transform-origin: left;
  width: 8px;
  height: 4px;
  transition: border 0.2s;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.formWrap .check input + .mwform-checkbox-field-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: 4px;
  border: solid 1px #c2b6a8;
}

.formWrap .check input:checked + .mwform-checkbox-field-text::after {
  border-left: 2px solid #c2b6a8;
  border-bottom: 2px solid #c2b6a8;
}

.formWrap .error {
  color: #df8e18 !important;
  font-weight: bold;
}

.formlist {
  display: flex;
}

.formlist + .formlist {
  margin-top: 60px;
}

.formlist dt {
  font-size: 14px;
  font-weight: bold;
  width: 255px;
  margin-right: 50px;
  /* color: #c2b6a8; */
  letter-spacing: 0.07em;
}

.formlist dt .sub {
  /* color: #9f958a; */
  line-height: 1.4;
}

.formlist dd {
  width: calc(100% - 305px);
}

.formlist dd.age {
  width: 100px;
  position: relative;
}

.formlist dd.age::after {
  content: "歳";
  position: absolute;
  right: -30px;
  top: 10px;
}

.formlist dd.age input {
  width: 100px;
  margin-right: 15px;
}

.formlist dd .sub {
  color: #9f958a;
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-top: 5px;
}

.formlist dd .sub:first-child {
  margin-top: 10px;
}

.formlist .text {
  font-size: 14px;
  color: #c2b6a8;
  margin-bottom: 10px;
}

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

.formlist .day01wrap .flex > p {
  width: calc((100% - 40px) / 2);
}

.formlist .day01wrap .row2 {
  margin-top: 20px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 20px;
}

.form_privacy {
  margin-top: 90px;
}

.form_privacy .form_privacy_ttl {
  text-align: center;
  font-size: 16px;
  color: #c2b6a8;
}

.form_privacy .privacyBox {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  color: #43434b;
  max-height: 150px;
  overflow-y: auto;
  margin-top: 10px;
}

.form_privacy .privacyBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #43434b;
}

.form_privacy .privacyBox .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.form_privacy .check {
  text-align: center;
  margin-top: 50px;
  color: #c2b6a8;
}

.submit {
  max-width: 300px;
  margin: 50px auto 0;
}

.submit input {
  color: #43434b;
  background-color: #c2b6a8;
  border: none;
  transition: 0.3s;
  padding: 15px 20px;
}

.submit input:hover {
  opacity: 0.5;
}

.formTop {
  margin-bottom: 100px;
}

.formTop .bg_navy,
.formTop .search_area .acc_content,
.search_area .formTop .acc_content {
  padding: 30px 150px 50px;
}

.formTop .formTop_ttl {
  font-size: 40px;
}

.formTop .formToplist {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

.formTop .formToplist li {
  position: relative;
  padding-left: 20px;
}

.formTop .formToplist li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 11px;
  background: url(../img/common/ico.png) no-repeat center/contain;
}

.xdsoft_datetimepicker.xdsoft_datetimepicker {
  background-color: #43434b;
  color: #9f958a !important;
  border: none;
}

.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_label {
  background-color: transparent;
}

.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div,
.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  background: #43434b;
  border-color: #9f958a;
  color: #9f958a;
}

.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  background: #9f958a;
  color: #43434b;
  box-shadow: none;
}

.xdsoft_datetimepicker.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:hover,
.xdsoft_datetimepicker.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover,
.xdsoft_datetimepicker.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #9f958a !important;
  color: #43434b !important;
  border: none !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box {
  border-color: #9f958a;
}

.xdsoft_datetimepicker .xdsoft_scrollbar > .xdsoft_scroller {
  background-color: #9f958a !important;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(../img/form/carender.png) !important;
}

.formTop_text {
  color: #9f958a;
  margin-top: 30px;
}

.formTop_textBox {
  /* color: #9f958a; */
}

.formTop_textBox .hp_mt {
  margin-top: 20px;
}

.formTop_textBox a {
  text-decoration: underline;
  color: #c2b6a8;
  transition: 0.3s;
}

.formTop_textBox a:hover {
  opacity: 0.5;
}

.formTop_text02 {
  text-align: center;
  margin-top: 10px;
  /* color: #9f958a; */
}

.formTop .formTop_box {
  text-align: center;
  padding: 13px 0;
  border: 1px solid #c2b6a8;
  /* color: #c2b6a8; */
  margin-top: 50px;
}

.thanksWrap .bg_navy,
.thanksWrap .search_area .acc_content,
.search_area .thanksWrap .acc_content {
  padding: 100px 150px;
  line-height: 2;
  text-align: center;
}

.thanksWrap .topback a {
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .formTop .bg_navy,
  .formTop .search_area .acc_content,
  .search_area .formTop .acc_content {
    padding: 30px 20px 50px;
  }

  .formTop .formTop_ttl {
    font-size: 30px;
  }

  .formTop .formToplist {
    font-size: 18px;
    margin-top: 30px;
  }

  .formWrap .bg_navy,
  .formWrap .search_area .acc_content,
  .search_area .formWrap .acc_content {
    padding: 50px 20px;
  }

  .thanksWrap .bg_navy,
  .thanksWrap .search_area .acc_content,
  .search_area .thanksWrap .acc_content {
    padding: 100px 20px;
  }

  .formlist dt {
    margin-right: 20px;
  }

  .formlist dd {
    width: calc(100% - 275px);
  }
}

@media screen and (max-width: 767px) {
  .formTop {
    margin-bottom: 40px;
  }

  .formTop .bg_navy,
  .formTop .search_area .acc_content,
  .search_area .formTop .acc_content {
    padding: 30px 20px 30px;
  }

  .formTop .formTop_ttl {
    font-size: 20px;
  }

  .formTop .formToplist {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.6;
  }

  .formTop .formToplist li::before {
    width: 11px;
    height: 11px;
    top: 7px;
  }

  .formTop .formToplist li + li {
    margin-top: 5px;
  }

  .formTop .formToplist + .formlist {
    margin-top: 40px;
  }

  .formTop .formTop_textBox {
    font-size: 14px;
  }

  .formTop .formTop_box {
    font-size: 14px;
    margin-top: 30px;
  }

  .formTop .formTop_text02 {
    font-size: 14px;
  }

  .form_privacy {
    margin-top: 60px;
  }

  .form_privacy .privacyBox {
    font-size: 12px;
  }

  .form_privacy .check {
    font-size: 14px;
    margin-top: 40px;
  }

  .formTop_text {
    font-size: 14px;
    margin-top: 15px;
  }

  .formWrap .bg_navy,
  .formWrap .search_area .acc_content,
  .search_area .formWrap .acc_content {
    padding: 30px 20px;
  }

  .formWrap .filelabel {
    font-size: 14px;
    display: block;
    text-align: center;
  }

  .formWrap .select input::-moz-placeholder {
    font-size: 14px;
  }

  .formWrap .select input:-ms-input-placeholder {
    font-size: 14px;
  }

  .formWrap .select input::placeholder {
    font-size: 14px;
  }

  .formWrap input,
  .formWrap textarea {
    padding: 10px;
  }

  .formWrap span.must,
  .formWrap span.any {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    padding: 2px 2px 3px;
  }

  .formWrap p.must,
  .formWrap p.any {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    padding: 2px 2px 3px;
    margin-top: 0;
  }

  .formWrap .contact_method.contact_method .any {
    margin-left: 0;
    margin-top: 5px;
  }

  .formlist {
    flex-direction: column;
  }

  .formlist dt {
    width: 100%;
    margin-right: 0;
  }

  .formlist dd {
    width: 100%;
    margin-top: 10px;
  }

  .formlist dd .sub {
    font-size: 12px;
  }

  .formlist .day01wrap .flex > p {
    width: calc((100% - 10px) / 2);
  }

  .thanksWrap .bg_navy,
  .thanksWrap .search_area .acc_content,
  .search_area .thanksWrap .acc_content {
    font-size: 14px;
  }

  .thanksWrap .bg_navy span,
  .thanksWrap .search_area .acc_content span,
  .search_area .thanksWrap .acc_content span {
    display: inline-block;
  }
}

@media screen and (max-width: 370px) {
  .formWrap .select input::-moz-placeholder {
    font-size: 12px;
  }

  .formWrap .select input:-ms-input-placeholder {
    font-size: 12px;
  }

  .formWrap .select input::placeholder {
    font-size: 12px;
  }

  .formWrap input,
  .formWrap textarea {
    padding: 10px 5px;
  }
}

/* ===================================
外科詳細ページ
=================================== */
/* 外科詳細上
==============================　*/
.surgery_topText {
  color: #9f958a;
}

.surgery_detailContents {
  margin-top: 65px;
}

/* 外科詳細
==============================　*/
.surgery_detail02 {
  margin-top: 60px;
  color: #9f958a;
}

.surgery_detail02 .surgery_box {
  margin-top: 60px;
}

.surgery_detail02 .surgery_box.hp_mt {
  margin-top: 0 !important;
}

.surgery_detail02 .surgery_detailbox {
  margin-top: 100px;
}

.surgery_detail02 .surgery_detailbox.p-dermatology {
  padding-top: 0 !important;
}

.surgery_detail02 .surgery_detailbox:first-child {
  margin-top: 40px;
}

.surgery_detail02 .catch_copy {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
  /* color: #c2b6a8; */
  color: var(--color1);
}

.surgery_detail02 .point {
  display: flex;
}

.surgery_detail02 .point .left {
  /* font-family: "DM Serif Display", serif; */
  font-size: 30px;
  color: #43434b;
  background-color: #c2b6a8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 30px;
  letter-spacing: 0.1em;
}

.surgery_detail02 .point .right {
  border: 1px solid #c2b6a8;
  width: calc(100% - 200px);
  padding: 35px 25px;
}

.surgery_detail02 .point .right .point_list {
  position: relative;
  padding-left: 20px;
  /* color: #c2b6a8; */
  color: var(--color1);
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.surgery_detail02 .point .right .point_list + .point_list {
  margin-top: 15px;
}

.surgery_detail02 .point .right .point_list::before {
  content: "◆";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  transform: scale(0.8);
}

.surgery_detail02 .recommendation_ttl {
  text-align: center;
  /* color: #c2b6a8; */
  color: var(--color1);
  font-size: 20px;
  border: 1px solid #c2b6a8;
  font-weight: bold;
}

.surgery_detail02 .recommendation_ttl span {
  position: relative;
}

.surgery_detail02 .recommendation_ttl span::after,
.surgery_detail02 .recommendation_ttl span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #c2b6a8;
  top: 50%;
}

.surgery_detail02 .recommendation_ttl span::after {
  right: -15px;
}

.surgery_detail02 .recommendation_ttl span::before {
  left: -15px;
}

.surgery_detail02 .recommendation_text {
  border-right: 1px solid #c2b6a8;
  border-left: 1px solid #c2b6a8;
  border-bottom: 1px solid #c2b6a8;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
}

.surgery_detail02 .recommendation_text li {
  width: 50%;
  position: relative;
  /* color: #c2b6a8; */
  color: var(--color1);
  padding-left: 50px;
  padding-right: 30px;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.surgery_detail02 .recommendation_text li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../img/menu/check_icon.png) no-repeat center/contain;
  left: 30px;
  top: 11px;
}

.surgery_detail02 .recommendation_text li:nth-child(n + 3) {
  margin-top: 15px;
}

.surgery_detail02 .detail_flex {
  display: flex;
}

.surgery_detail02 .detail_flex .under_ttl + .detail_textBox_text,
.surgery_detail02 .detail_flex .detail_qa,
.surgery_detail02 .detail_flex .box04-flex,
.surgery_detail02 .detail_flex .flowWrap2,
.surgery_detail02 .detail_flex .flex-pharma,
.surgery_detail02 .detail_flex .flex_price {
  width: calc(100% - 300px);
  margin-top: 0 !important;
}

.surgery_detail02 .under_ttl {
  font-weight: bold;
  /* color: #c2b6a8; */
  color: var(--color1);
  position: relative;
  font-size: 20px;
  width: 300px;
  padding-right: 15px;
}

.surgery_detail02 .under_ttl + .p-detail_pharmaceutical {
  margin-top: 40px;
}

.surgery_detail02 .under_ttl + .priceList_item {
  margin-top: 40px;
}

.surgery_detail02 .under_ttl + .priceList_item li:first-child {
  border-top: 1px solid;
}

.surgery_detail02 .flowWrap {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.surgery_detail02 .detail_flow_text {
  margin-top: 5px;
  font-size: 90%;
}

.surgery_detail02 .detail_flow_list {
  display: flex;
  justify-content: center;
  position: relative;
  margin-left: -18px;
  margin-right: -18px;
}

.surgery_detail02 .detail_flow_list::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: calc(100% - 140px);
  background-color: #c2b6a8;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

.surgery_detail02 .detail_flow_list li {
  position: relative;
  width: 100px;
  margin: 0 18px;
  text-align: center;
  letter-spacing: 0em;
}

.surgery_detail02 .detail_flow_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c2b6a8;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 50%;
  transform: translateX(50%);
}

.surgery_detail02 .detail_flow_list li span {
  color: #c2b6a8;
  /* font-family: "DM Serif Display", serif; */
  margin-top: 5px;
  display: block;
}

.surgery_detail02 .detail_flow_list li p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #c2b6a8;
}

.surgery_detail02 .detail_textBox_ttl {
  background-color: #c2b6a8;
  color: #43434b;
  font-size: 20px;
  padding: 1px 10px;
  font-weight: bold;
}

.surgery_detail02 .p-detail_faq_a,
.surgery_detail02 .detail_pharmaceutical_boxtext {
  margin-top: 0 !important;
}

.surgery_detail02 .detail_textBox_text,
.surgery_detail02 .p-detail_faq_a,
.surgery_detail02 .detail_pharmaceutical_boxtext {
  margin-top: 40px;
}

.surgery_detail02 .detail_textBox_text h3:first-child,
.surgery_detail02 .p-detail_faq_a h3:first-child,
.surgery_detail02 .detail_pharmaceutical_boxtext h3:first-child {
  margin-top: 0 !important;
}

.surgery_detail02 .detail_textBox_text em,
.surgery_detail02 .p-detail_faq_a em,
.surgery_detail02 .detail_pharmaceutical_boxtext em {
  font-style: italic;
}

.surgery_detail02 .detail_textBox_text img,
.surgery_detail02 .p-detail_faq_a img,
.surgery_detail02 .detail_pharmaceutical_boxtext img {
  margin: 50px 0 0;
}

.surgery_detail02 .detail_textBox_text img.top,
.surgery_detail02 .p-detail_faq_a img.top,
.surgery_detail02 .detail_pharmaceutical_boxtext img.top {
  margin-top: 5px !important;
}

.surgery_detail02 .detail_textBox_text img.left,
.surgery_detail02 .p-detail_faq_a img.left,
.surgery_detail02 .detail_pharmaceutical_boxtext img.left {
  margin-left: 0 !important;
}

.surgery_detail02 .detail_textBox_text img.center,
.surgery_detail02 .p-detail_faq_a img.center,
.surgery_detail02 .detail_pharmaceutical_boxtext img.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.surgery_detail02 .detail_textBox_text .img-lity.left,
.surgery_detail02 .p-detail_faq_a .img-lity.left,
.surgery_detail02 .detail_pharmaceutical_boxtext .img-lity.left {
  text-align: left;
}

.surgery_detail02 .detail_textBox_text .img-lity.center,
.surgery_detail02 .p-detail_faq_a .img-lity.center,
.surgery_detail02 .detail_pharmaceutical_boxtext .img-lity.center {
  text-align: center;
}

.surgery_detail02 .detail_textBox_text div + p,
.surgery_detail02 .p-detail_faq_a div + p,
.surgery_detail02 .detail_pharmaceutical_boxtext div + p {
  margin-top: 15px;
}

.surgery_detail02 .detail_textBox_text div + div,
.surgery_detail02 .p-detail_faq_a div + div,
.surgery_detail02 .detail_pharmaceutical_boxtext div + div {
  margin-top: 15px;
}

.surgery_detail02 .detail_textBox_text p + p,
.surgery_detail02 .p-detail_faq_a p + p,
.surgery_detail02 .detail_pharmaceutical_boxtext p + p {
  margin-top: 15px;
}

.surgery_detail02 .detail_textBox_text .img-lity,
.surgery_detail02 .p-detail_faq_a .img-lity,
.surgery_detail02 .detail_pharmaceutical_boxtext .img-lity {
  text-align: left;
}

.surgery_detail02 .detail_textBox_text .img-lity a,
.surgery_detail02 .p-detail_faq_a .img-lity a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img-lity a {
  display: inline-block;
}

.surgery_detail02 .detail_textBox_text .img-lity a img,
.surgery_detail02 .p-detail_faq_a .img-lity a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img-lity a img {
  transition: 0.3s;
}

.surgery_detail02 .detail_textBox_text .img-lity a:hover img,
.surgery_detail02 .p-detail_faq_a .img-lity a:hover img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img-lity a:hover img {
  opacity: 0.5;
}

.surgery_detail02 .detail_textBox_text .img2Wrap,
.surgery_detail02 .p-detail_faq_a .img2Wrap,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap {
  display: flex;
  width: 100%;
}

.surgery_detail02 .detail_textBox_text .img2Wrap > img,
.surgery_detail02 .p-detail_faq_a .img2Wrap > img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > img {
  max-width: calc((100% - 20px) / 2);
}

.surgery_detail02 .detail_textBox_text .img2Wrap > img + img,
.surgery_detail02 .p-detail_faq_a .img2Wrap > img + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > img + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap > img + a,
.surgery_detail02 .p-detail_faq_a .img2Wrap > img + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > img + a {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap > a,
.surgery_detail02 .p-detail_faq_a .img2Wrap > a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a {
  max-width: calc((100% - 20px) / 2);
}

.surgery_detail02 .detail_textBox_text .img2Wrap > a + a,
.surgery_detail02 .p-detail_faq_a .img2Wrap > a + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a + a {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap > a + img,
.surgery_detail02 .p-detail_faq_a .img2Wrap > a + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap > a img,
.surgery_detail02 .p-detail_faq_a .img2Wrap > a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a img {
  width: 100%;
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > img,
.surgery_detail02 .detail_textBox_text .img2Wrap div > img,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > img,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > img {
  max-width: calc((100% - 10px) / 2);
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > img + img,
.surgery_detail02 .detail_textBox_text .img2Wrap div > img + img,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > img + img,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > img + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > img + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > img + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > img + a,
.surgery_detail02 .detail_textBox_text .img2Wrap div > img + a,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > img + a,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > img + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > img + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > img + a {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > a,
.surgery_detail02 .detail_textBox_text .img2Wrap div > a,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > a,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a {
  max-width: calc((100% - 10px) / 2);
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > a img,
.surgery_detail02 .detail_textBox_text .img2Wrap div > a img,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > a img,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a img {
  width: 100%;
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > a + a,
.surgery_detail02 .detail_textBox_text .img2Wrap div > a + a,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > a + a,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > a + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a + a {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img2Wrap p > a + img,
.surgery_detail02 .detail_textBox_text .img2Wrap div > a + img,
.surgery_detail02 .p-detail_faq_a .img2Wrap p > a + img,
.surgery_detail02 .p-detail_faq_a .img2Wrap div > a + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img3Wrap,
.surgery_detail02 .p-detail_faq_a .img3Wrap,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.surgery_detail02 .detail_textBox_text .img3Wrap > img,
.surgery_detail02 .p-detail_faq_a .img3Wrap > img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > img {
  width: calc((100% - 20px) / 3);
}

.surgery_detail02 .detail_textBox_text .img3Wrap > img + img,
.surgery_detail02 .p-detail_faq_a .img3Wrap > img + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > img + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img3Wrap > img + a,
.surgery_detail02 .p-detail_faq_a .img3Wrap > img + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > img + a {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img3Wrap > a,
.surgery_detail02 .p-detail_faq_a .img3Wrap > a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a {
  width: calc((100% - 20px) / 3);
}

.surgery_detail02 .detail_textBox_text .img3Wrap > a + a,
.surgery_detail02 .p-detail_faq_a .img3Wrap > a + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a + a {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img3Wrap > a + img,
.surgery_detail02 .p-detail_faq_a .img3Wrap > a + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img3Wrap > a img,
.surgery_detail02 .p-detail_faq_a .img3Wrap > a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a img {
  width: 100%;
}

.surgery_detail02 .detail_textBox_text .img3Wrap p > img,
.surgery_detail02 .detail_textBox_text .img3Wrap div > img,
.surgery_detail02 .p-detail_faq_a .img3Wrap p > img,
.surgery_detail02 .p-detail_faq_a .img3Wrap div > img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > img {
  width: calc((100% - 20px) / 2);
}

.surgery_detail02 .detail_textBox_text .img3Wrap p > img + img,
.surgery_detail02 .detail_textBox_text .img3Wrap div > img + img,
.surgery_detail02 .p-detail_faq_a .img3Wrap p > img + img,
.surgery_detail02 .p-detail_faq_a .img3Wrap div > img + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > img + img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > img + img {
  margin-left: 10px;
}

.surgery_detail02 .detail_textBox_text .img3Wrap p > a,
.surgery_detail02 .detail_textBox_text .img3Wrap div > a,
.surgery_detail02 .p-detail_faq_a .img3Wrap p > a,
.surgery_detail02 .p-detail_faq_a .img3Wrap div > a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > a {
  width: calc((100% - 20px) / 2);
}

.surgery_detail02 .detail_textBox_text .img3Wrap p > a img,
.surgery_detail02 .detail_textBox_text .img3Wrap div > a img,
.surgery_detail02 .p-detail_faq_a .img3Wrap p > a img,
.surgery_detail02 .p-detail_faq_a .img3Wrap div > a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > a img,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > a img {
  width: 100%;
}

.surgery_detail02 .detail_textBox_text .img3Wrap p > a + a,
.surgery_detail02 .detail_textBox_text .img3Wrap div > a + a,
.surgery_detail02 .p-detail_faq_a .img3Wrap p > a + a,
.surgery_detail02 .p-detail_faq_a .img3Wrap div > a + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > a + a,
.surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > a + a {
  margin-left: 10px;
}

.surgery_detail02 .p-detail_faq {
  margin-top: 50px;
}

.surgery_detail02 .p-detail_faq:first-child {
  margin-top: 0 !important;
}

.surgery_detail02 .p-detail_faq .p-detail_faq_q {
  font-weight: bold;
  /* color: #c2b6a8; */
  color: var(--color1);

  border-bottom: 1px solid #c2b6a8;
  display: flex;
}

.surgery_detail02 .p-detail_faq .p-detail_faq_q .q {
  display: inline-block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  color: #43434b;
  /* font-family: "DM Serif Display", serif; */
  line-height: 40px;
  text-align: center;
  background-color: #c2b6a8;
  font-size: 20px;
  margin-top: 5px;
}

.surgery_detail02 .p-detail_faq .p-detail_faq_q .main {
  padding: 10px 20px;
}

.surgery_detail02 .p-detail_faq .p-detail_faq_a {
  padding: 18px 30px;
}

.surgery_detail02 .p-detail_faq .p-detail_faq_a a {
  text-decoration: underline;
  transition: 0.3s;
}

.surgery_detail02 .p-detail_faq .p-detail_faq_a a:hover {
  opacity: 0.5;
}

.surgery_detail02 .detail_pharmaceutical_image {
  max-width: 500px;
  margin: 0px auto 15px 0;
}

.surgery_detail02 .detail_pharmaceutical_name {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #c2b6a8;
}

.surgery_detail02 .detail_downtimeBox {
  display: flex;
  align-items: flex-start;
}

.surgery_detail02 .detail_downtimeBox + .detail_downtimeBox {
  margin-top: 15px;
}

.surgery_detail02 .detail_pharmaceutical_box + .detail_pharmaceutical_box {
  margin-top: 15px;
}

.surgery_detail02 .detail_downtimeBox_ttl {
  font-weight: bold;
  padding-right: 10px;
  width: 7%;
  position: relative;
  color: #c2b6a8;
}

.surgery_detail02 .detail_downtimeBox_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 60%;
  right: 0;
  top: 20%;
  background-color: #c2b6a8;
}

.surgery_detail02 .detail_downtimeBox_ttl.detail_downtimeBox_ttl {
  width: 18%;
}

.surgery_detail02 .detail_pharmaceutical_boxttl {
  font-weight: bold;
  position: relative;
  color: #c2b6a8;
}

.surgery_detail02 .detail_pharmaceutical_boxtext {
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.surgery_detail02 .detail_downtimeBox_text {
  flex: 1;
  padding-left: 30px;
  width: 93%;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.surgery_detail02 .detail_downtimeBox_text + .detail_downtimeBox_text {
  width: 82%;
}

.surgery_detail02 .p-detail_pharmaceutical:not(:last-child) {
  margin-bottom: 60px;
}

.surgery_detail02 .flowWrap2 {
  margin-top: 40px;
}

.surgery_detail02 .detail_flow2_box {
  position: relative;
}

.surgery_detail02 .detail_flow2_box::before {
  content: "";
  display: inline-block;
  height: calc(100% + 40px);
  width: 1px;
  position: absolute;
  left: 6px;
  top: 20px;
  background-color: #c2b6a8;
}

.surgery_detail02 .detail_flow2_list {
  display: flex;
  align-items: flex-start;
}

.surgery_detail02 .detail_flow2_list + .detail_flow2_list {
  margin-top: 40px;
}

.surgery_detail02 div.detail_flow2_list {
  margin-top: 40px;
}

.surgery_detail02 .detail_flow2_ttl {
  /* color: #c2b6a8; */
  color: var(--color1);

  font-size: 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  width: 35%;
}

.surgery_detail02 .detail_flow2_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #c2b6a8;
  border-radius: 50%;
  left: 2px;
  top: 15px;
}

.surgery_detail02 .detail_flow2_ttl span {
  /* font-family: "DM Serif Display", serif; */
  font-size: 16px;
  margin-right: 10px;
}

.surgery_detail02 .surgery .detail_flow2_ttl {
  font-size: 16px;
  width: 100%;
}

.surgery_detail02 .surgery .detail_flow2_ttl::before {
  top: 11px;
}

.surgery_detail02 .detail_flow2_text {
  width: 65%;
  padding-left: 10px;
}

.surgery_detail02 .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px;
}

.surgery_detail02 .surgery_box_editor h2,
.surgery_detail02 .surgery_box_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #c2b6a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #c2b6a8;
}

.surgery_detail02 .surgery_box_editor,
.surgery_detail02 .detail_textBox_text,
.surgery_detail02 .p-detail_faq_a,
.surgery_detail02 .detail_pharmaceutical_boxtext {
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /* color: #9f958a; */
  color: var(--color1);

  word-break: break-all;
}

.surgery_detail02 .surgery_box_editor h3,
.surgery_detail02 .detail_textBox_text h3,
.surgery_detail02 .p-detail_faq_a h3,
.surgery_detail02 .detail_pharmaceutical_boxtext h3 {
  font-weight: bold;
  font-size: 18px;
  /* color: #c2b6a8; */
  color: var(--color1);

  margin: 25px 0 5px;
  border-left: 4px solid;
  padding-left: 10px;
  /* font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif; */
}

.surgery_detail02 .surgery_box_editor a,
.surgery_detail02 .detail_textBox_text a,
.surgery_detail02 .p-detail_faq_a a,
.surgery_detail02 .detail_pharmaceutical_boxtext a {
  text-decoration: underline;
  transition: 0.3s;
}

.surgery_detail02 .surgery_box_editor a:hover,
.surgery_detail02 .detail_textBox_text a:hover,
.surgery_detail02 .p-detail_faq_a a:hover,
.surgery_detail02 .detail_pharmaceutical_boxtext a:hover {
  opacity: 0.5;
}

.surgery_detail02 .surgery_box_editor li,
.surgery_detail02 .detail_textBox_text li,
.surgery_detail02 .p-detail_faq_a li,
.surgery_detail02 .detail_pharmaceutical_boxtext li {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}

.surgery_detail02 .surgery_box_editor li::before,
.surgery_detail02 .detail_textBox_text li::before,
.surgery_detail02 .p-detail_faq_a li::before,
.surgery_detail02 .detail_pharmaceutical_boxtext li::before {
  content: "・";
}

.surgery_detail02 .surgery_box_editor li + li,
.surgery_detail02 .detail_textBox_text li + li,
.surgery_detail02 .p-detail_faq_a li + li,
.surgery_detail02 .detail_pharmaceutical_boxtext li + li {
  margin-top: 20px;
}

.surgery_detail02 .detail_textBox_text h3,
.surgery_detail02 .p-detail_faq_a h3,
.surgery_detail02 .detail_pharmaceutical_boxtext h3 {
  font-size: 16px;
  margin-top: 40px;
}

.surgery_detail02 .bg_navy,
.surgery_detail02 .search_area .acc_content,
.search_area .surgery_detail02 .acc_content {
  padding: 40px 150px 80px;
}

.surgery_detail02 .surgery_box_text {
  margin-top: 20px;
  color: #9f958a;
}

.surgery_detail02 .surgery_detail02_imgWrap,
.surgery_detail02 .surgery_box02_img {
  display: flex;
  margin-top: 30px;
}

.surgery_detail02 .surgery_detail02_imgWrap li,
.surgery_detail02 .surgery_box02_img li {
  width: 300px;
  min-width: 300px;
  padding-bottom: 20px;
  height: 245px;
}

.surgery_detail02 .surgery_detail02_imgWrap li img,
.surgery_detail02 .surgery_box02_img li img {
  width: 100%;
  height: 100%;
}

.surgery_detail02 .surgery_detail02_imgWrap li + li,
.surgery_detail02 .surgery_box02_img li + li {
  margin-left: 40px;
}

.surgery_detail02 .surgery_box_qalist {
  margin-top: 20px;
}

.surgery_detail02 .surgery_box_qalist_q {
  font-size: 18px;
  position: relative;
  text-indent: -2.4em;
  margin-left: 2.4em;
}

.surgery_detail02 .surgery_box_qalist_a {
  color: #9f958a;
  margin-top: 5px;
}

.surgery_detail02 .surgery_box_qalist_a a {
  text-decoration: underline;
  transition: 0.3s;
}

.surgery_detail02 .surgery_box_qalist_a a:hover {
  opacity: 0.5;
}

.surgery_detail02 .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.surgery_detail02 .alignright {
  margin-left: auto;
}

.dermatology_box11 .dermatology_table > .flex > .left {
  width: 325px;
  border-top: 1px solid #43434b;
  padding: 11px 15px;
  text-align: left;
  justify-content: flex-start;
  font-weight: bold;
}

.dermatology_box11 .dermatology_table > .flex > .right {
  width: calc(100% - 325px);
  border-right: 1px solid #c2b6a8;
  color: #9f958a;
  display: flex;
  align-items: center;
  padding: 11px 20px;
}

.dermatology_box11 .dermatology_table > .flex:first-child > .left {
  border-top: 1px solid #c2b6a8;
}

.dermatology_box11 .dermatology_table > .flex:last-child > .right {
  border-bottom: 1px solid #c2b6a8;
}

.dermatology_copy {
  font-size: 25px;
  font-weight: bold;
}

.mCSB_scrollTools.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #b1b1b1 !important;
}

.dermatology_table {
  margin-top: 30px;
}

.dermatology_table > .flex {
  display: flex;
}

.dermatology_table > .flex > .left {
  color: #43434b;
  background-color: #c2b6a8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  width: 200px;
}

.dermatology_table > .flex > .right {
  border-top: 1px solid #c2b6a8;
  width: calc(100% - 200px);
}

.dermatology_table > .flex > .right .rightlist {
  display: flex;
}

.dermatology_table > .flex > .right .rightlist .ttl {
  padding: 10px 15px;
  border-right: 1px solid #c2b6a8;
  border-bottom: 1px solid #c2b6a8;
  width: 200px;
}

.dermatology_table > .flex > .right .rightlist .text {
  color: #9f958a;
  padding: 10px 15px;
  width: calc(100% - 200px);
  border-right: 1px solid #c2b6a8;
  border-bottom: 1px solid #c2b6a8;
}

.dermatology_box_list li {
  display: flex;
  margin-top: 20px;
}

.dermatology_box_list li .ttl {
  font-weight: bold;
  min-width: 210px;
  padding-right: 20px;
}

.dermatology_box_list li .ttl .num {
  color: #43434b;
  letter-spacing: 0em;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #c2b6a8;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 14px;
  text-align: center;
}

.dermatology_box_list li .text {
  color: #9f958a;
}

.dermatology_box04-02 h3 {
  padding-left: 23px;
  position: relative;
  margin-top: 40px !important;
}

.dermatology_box04-02 h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 11px;
  background: url(../img/common/ico.png) no-repeat center/contain;
}

.dermatology_box04-02 + .data-simplebar .surgery_detail02_imgWrap {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .surgery_detail01_inner {
    padding: 0 20px 50px;
  }

  .surgery_detail02 .bg_navy,
  .surgery_detail02 .search_area .acc_content,
  .search_area .surgery_detail02 .acc_content {
    padding: 40px 20px 80px;
  }

  .surgery_detail02 .surgery_detail02_imgWrap li + li,
  .surgery_detail02 .surgery_box02_img li + li {
    margin-left: 30px;
  }

  .surgery_detail02 .detail_flow_list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    max-width: 80%;
  }

  .surgery_detail02 .detail_flow_list::before {
    height: calc(100% - 26px);
    width: 1px;
    right: auto;
    left: -16px;
    top: 12px;
  }

  .surgery_detail02 .detail_flow_list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin: 0;
  }

  .surgery_detail02 .detail_flow_list li + li {
    margin-top: 20px;
  }

  .surgery_detail02 .detail_flow_list li:last-child {
    max-height: 30px;
  }

  .surgery_detail02 .detail_flow_list li::before {
    right: auto;
    left: -25px;
    top: 10px;
  }

  .surgery_detail02 .detail_flow_list li span {
    margin-top: 0;
    margin-right: 10px;
    font-size: 16px;
  }

  .surgery_detail02 .detail_flow_list li p {
    font-size: 16px;
    text-align: left;
  }

  .surgery_detail02 .detail_flow_list li p br {
    display: inline-block;
    content: "";
    margin-left: -0.22em;
  }

  .surgery_detail02 .detail_flow2_list {
    flex-direction: column;
  }

  .surgery_detail02 .detail_flow2_ttl {
    width: 100%;
  }

  .surgery_detail02 .detail_flow2_text {
    width: 100%;
    padding-left: 45px;
  }

  .surgery_detail02 .detail_flex {
    display: block;
  }

  .surgery_detail02 .detail_flex .under_ttl {
    width: 100%;
    margin-bottom: 20px;
  }

  .surgery_detail02 .detail_flex .detail_textBox_text,
  .surgery_detail02 .detail_flex .detail_qa,
  .surgery_detail02 .detail_flex .box04-flex,
  .surgery_detail02 .detail_flex .flowWrap2,
  .surgery_detail02 .detail_flex .flex-pharma,
  .surgery_detail02 .detail_flex .flex_price {
    width: 100% !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .surgery_detail02 .detail_flow_list li p br {
    display: none;
  }
}

@-moz-document url-prefix() {
  @media all and (max-width: 1024px) {
    .surgery_detail02 .detail_flow_list li p br {
      display: none;
    }
  }
}

@media screen and (max-width: 767px) {
  .surgery_detail01_inner {
    padding: 0 20px 30px;
  }

  .surgery_topText {
    font-size: 14px;
  }

  .surgery_detailContents {
    margin-top: 40px;
  }

  .surgery_detail02 {
    margin-top: 40px;
    font-size: 14px;
  }

  .surgery_detail02 .bg_navy,
  .surgery_detail02 .search_area .acc_content,
  .search_area .surgery_detail02 .acc_content {
    padding: 30px 20px;
  }

  .surgery_detail02 .surgery_box_editor h2,
  .surgery_detail02 .surgery_box_ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .surgery_detail02 .surgery_box_editor h3 {
    font-size: 16px;
    margin: 15px 0 0px;
  }

  .surgery_detail02 .surgery_box_text {
    margin-top: 10px;
  }

  .surgery_detail02 .surgery_box {
    margin-top: 40px;
  }

  .surgery_detail02 .surgery_detail02_imgWrap,
  .surgery_detail02 .surgery_box02_img {
    margin-top: 20px;
  }

  .surgery_detail02 .surgery_detail02_imgWrap li,
  .surgery_detail02 .surgery_box02_img li {
    width: 200px;
    min-width: 200px;
    height: 150px;
  }

  .surgery_detail02 .surgery_box_qalist_q {
    font-size: 15px;
    text-indent: -2.1em;
    margin-left: 2.1em;
  }

  .surgery_detail02 .surgery_detailbox {
    margin-top: 60px;
  }

  .surgery_detail02 .surgery_detailbox:first-child {
    margin-top: 20px;
  }

  .surgery_detail02 .catch_copy {
    font-size: 15px;
    text-align: left;
  }

  .surgery_detail02 .catch_copy br {
    display: inline-block;
    content: "";
    margin-left: -0.1em;
  }

  .surgery_detail02 .point {
    flex-direction: column;
  }

  .surgery_detail02 .point .left {
    width: 100%;
    padding: 5px;
    font-size: 22px;
  }

  .surgery_detail02 .point .right {
    width: 100%;
    padding: 20px;
  }

  .surgery_detail02 .point .right .point_list + .point_list {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_ttl {
    font-size: 16px;
  }

  .surgery_detail02 .detail_textBox_text,
  .surgery_detail02 .p-detail_faq_a,
  .surgery_detail02 .detail_pharmaceutical_boxtext {
    margin-top: 20px;
  }

  .surgery_detail02 .detail_textBox_text h3,
  .surgery_detail02 .p-detail_faq_a h3,
  .surgery_detail02 .detail_pharmaceutical_boxtext h3 {
    font-size: 14px;
    margin-top: 20px;
  }

  .surgery_detail02 .detail_textBox_text li + li,
  .surgery_detail02 .p-detail_faq_a li + li,
  .surgery_detail02 .detail_pharmaceutical_boxtext li + li {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap,
  .surgery_detail02 .p-detail_faq_a .img2Wrap,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap {
    flex-direction: column;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap > img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap > img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > img {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap > img + img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap > img + img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > img + img {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap > a,
  .surgery_detail02 .p-detail_faq_a .img2Wrap > a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap > a + a,
  .surgery_detail02 .p-detail_faq_a .img2Wrap > a + a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a + a {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap > a + a img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap > a + a img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap > a + a img {
    margin-top: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap p > img,
  .surgery_detail02 .detail_textBox_text .img2Wrap div > img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap p > img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap div > img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > img {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap p > img + img,
  .surgery_detail02 .detail_textBox_text .img2Wrap div > img + img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap p > img + img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap div > img + img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > img + img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > img + img {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap p > a,
  .surgery_detail02 .detail_textBox_text .img2Wrap div > a,
  .surgery_detail02 .p-detail_faq_a .img2Wrap p > a,
  .surgery_detail02 .p-detail_faq_a .img2Wrap div > a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap p > a + a,
  .surgery_detail02 .detail_textBox_text .img2Wrap div > a + a,
  .surgery_detail02 .p-detail_faq_a .img2Wrap p > a + a,
  .surgery_detail02 .p-detail_faq_a .img2Wrap div > a + a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a + a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a + a {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img2Wrap p > a + a img,
  .surgery_detail02 .detail_textBox_text .img2Wrap div > a + a img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap p > a + a img,
  .surgery_detail02 .p-detail_faq_a .img2Wrap div > a + a img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap p > a + a img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img2Wrap div > a + a img {
    margin-top: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap,
  .surgery_detail02 .p-detail_faq_a .img3Wrap,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap {
    flex-direction: column;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap > img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap > img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > img {
    width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap > img + img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap > img + img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > img + img {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap > a,
  .surgery_detail02 .p-detail_faq_a .img3Wrap > a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a {
    width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap > a + a,
  .surgery_detail02 .p-detail_faq_a .img3Wrap > a + a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a + a {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap > a + a img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap > a + a img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap > a + a img {
    margin-top: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap p > img,
  .surgery_detail02 .detail_textBox_text .img3Wrap div > img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap p > img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap div > img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > img {
    width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap p > img + img,
  .surgery_detail02 .detail_textBox_text .img3Wrap div > img + img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap p > img + img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap div > img + img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > img + img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > img + img {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap p > a,
  .surgery_detail02 .detail_textBox_text .img3Wrap div > a,
  .surgery_detail02 .p-detail_faq_a .img3Wrap p > a,
  .surgery_detail02 .p-detail_faq_a .img3Wrap div > a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > a {
    width: 100%;
    margin-left: 0 !important;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap p > a + a,
  .surgery_detail02 .detail_textBox_text .img3Wrap div > a + a,
  .surgery_detail02 .p-detail_faq_a .img3Wrap p > a + a,
  .surgery_detail02 .p-detail_faq_a .img3Wrap div > a + a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > a + a,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > a + a {
    margin-top: 10px;
  }

  .surgery_detail02 .detail_textBox_text .img3Wrap p > a + a img,
  .surgery_detail02 .detail_textBox_text .img3Wrap div > a + a img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap p > a + a img,
  .surgery_detail02 .p-detail_faq_a .img3Wrap div > a + a img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap p > a + a img,
  .surgery_detail02 .detail_pharmaceutical_boxtext .img3Wrap div > a + a img {
    margin-top: 0 !important;
  }

  .surgery_detail02 .recommendation_text {
    padding: 15px 0;
  }

  .surgery_detail02 .recommendation_text li {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .surgery_detail02 .recommendation_text li::before {
    left: 23px;
    width: 9px;
    height: 9px;
    top: 10px;
  }

  .surgery_detail02 .recommendation_text li:nth-child(n + 3) {
    margin-top: 0;
  }

  .surgery_detail02 .recommendation_ttl {
    font-size: 16px;
  }

  .surgery_detail02 .under_ttl {
    font-size: 16px;
  }

  .surgery_detail02 .flowWrap {
    margin-top: 40px;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .surgery_detail02 .detail_flow_list {
    max-width: 100%;
  }

  .surgery_detail02 .detail_flow_list li p {
    font-size: 14px;
  }

  .surgery_detail02 .p-detail_faq {
    margin-top: 40px;
  }

  .surgery_detail02 .p-detail_faq .p-detail_faq_q .main {
    padding: 5px 5px;
  }

  .surgery_detail02 .p-detail_faq .p-detail_faq_q .q {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .surgery_detail02 .p-detail_faq .p-detail_faq_a {
    padding: 15px;
  }

  .surgery_detail02 .detail_pharmaceutical_name {
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .surgery_detail02 .detail_downtimeBox_ttl {
    width: 50px;
  }

  .surgery_detail02 .detail_downtimeBox_text {
    width: calc(100% - 50px);
    padding-left: 15px;
  }

  .surgery_detail02 .p-detail_pharmaceutical:not(:last-child) {
    margin-bottom: 40px;
  }

  .surgery_detail02 .detail_flow2_ttl {
    font-size: 16px;
  }

  .surgery_detail02 .detail_flow2_ttl::before {
    top: 10px;
  }

  .surgery_detail02 .detail_flow2_list + .detail_flow2_list {
    margin-top: 25px;
  }

  .surgery_detail02 .flowWrap2 {
    margin-top: 20px;
  }

  .surgery_detail02 .detail_downtimeBox {
    display: block;
  }

  .surgery_detail02 .detail_downtimeBox_ttl {
    width: auto !important;
    padding-right: 0;
    display: inline-block;
  }

  .surgery_detail02 .detail_downtimeBox_ttl::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    left: 0;
  }

  .surgery_detail02 .detail_downtimeBox_text {
    padding-left: 0;
    width: 100%;
    margin-top: 5px;
  }

  .surgery_detail02 .surgery_box_editor h3,
  .surgery_detail02 .detail_textBox_text h3,
  .surgery_detail02 .p-detail_faq_a h3,
  .surgery_detail02 .detail_pharmaceutical_boxtext h3 {
    border-left: 2px solid;
  }

  .surgery_detail02 .surgery .detail_flow2_ttl {
    font-size: 14px;
  }

  .surgery_detail02 div.detail_flow2_list {
    margin-top: 25px;
  }

  .surgery_detail02 .detail_flow2_box::before {
    height: calc(100% + 20px);
  }

  .surgery_detail02 .detail_flex .under_ttl {
    margin-bottom: 10px;
  }

  .surgery_detail02 .p-detail_faq .p-detail_faq_q .q {
    margin-top: 3px;
  }

  .dermatology_copy {
    font-size: 20px;
  }

  .dermatology_table > .flex {
    flex-direction: column;
  }

  .dermatology_table > .flex > .left {
    padding: 10px 15px;
    width: 100%;
  }

  .dermatology_table > .flex > .right {
    width: 100%;
    line-height: 1.6;
  }

  .dermatology_table > .flex > .right .rightlist .ttl {
    border-left: 1px solid #c2b6a8;
    font-size: 14px;
    width: 100px;
    padding: 10px;
  }

  .dermatology_table > .flex > .right .rightlist .text {
    width: calc(100% - 100px);
  }

  .dermatology_box_list li {
    flex-direction: column;
  }

  .dermatology_box11 .dermatology_table > .flex > .left {
    width: 100%;
    border-top: none;
    padding: 10px;
  }

  .dermatology_box11 .dermatology_table > .flex > .right {
    width: 100%;
    border-left: 1px solid #c2b6a8;
    padding: 10px;
  }

  .dermatology_box04-02 h3 {
    padding-left: 18px;
    margin-top: 30px !important;
  }

  .dermatology_box04-02 h3::before {
    width: 13px;
    height: 13px;
    top: 8px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .surgery_detail02 .catch_copy br {
    display: none;
  }
}

@-moz-document url-prefix() {
  @media all and (max-width: 767px) {
    .surgery_detail02 .catch_copy br {
      display: none;
    }
  }
}

/* ===================================
クリニック紹介 / こだわり
=================================== */
/* clinic_sec clinic_sec01
==============================　*/
.clinic_sec .bg_navy,
.clinic_sec .search_area .acc_content,
.search_area .clinic_sec .acc_content {
  padding: 30px 150px 50px;
}

.clinic_sec .page-ttl {
  padding-bottom: 20px;
}

.clinic_sec .page-ttl.fz50 {
  font-size: 50px;
  letter-spacing: 0.07em;
}

.clinic_sec01 .bg_navy,
.clinic_sec01 .search_area .acc_content,
.search_area .clinic_sec01 .acc_content {
  padding: 0 !important;
}

.clinic_sec01 .flex {
  display: flex;
}

.clinic_sec01 .flex .left {
  width: 50%;
  background: url(../img/clinic/message.jpg) no-repeat center/cover;
}

.clinic_sec01 .flex .left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.clinic_sec01 .flex .right {
  width: 50%;
  padding: 20px 48px 50px;
}

.clinic_sec01 .flex .right .page-ttl {
  padding-bottom: 25px;
}

.clinic_sec01 .flex .right .clinic_text p + p {
  margin-top: 1.4em;
}

.clinic_sec01 .flex .right .clinic_text + .clinich3-02 {
  margin-top: 40px;
}

.page-ttl {
  font-size: 40px;
  padding-bottom: 60px;
}

.clinich3 {
  font-size: 20px;
  margin-top: 60px;
  font-weight: bold;
}

.clinich3.mt_none {
  margin-top: 0;
}

.clinich3-02 {
  font-size: 24px;
  line-height: 1.4;
}

.clinich4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  position: relative;
  line-height: 1;
  border-bottom: 2px solid;
  padding-bottom: 20px;
}

.clinich4.mt_none {
  margin-top: 0;
}

.topich2.topich2 {
  font-size: 30px;
  padding-left: 35px;
  line-height: 1.6;
}

.topich2.topich2::before {
  width: 30px;
  top: 26px;
}

.left-line {
  position: relative;
  padding-left: 30px;
}

.left-line::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  background-color: #c2b6a8;
  position: absolute;
  left: 0;
  top: 19px;
}

.clinic_text {
  /* color: #9f958a; */
  color: var(--color1);
  margin-top: 15px;
}

.clinic_sec01_box02 {
  margin-top: 80px;
  border: 1px solid #c2b6a8;
  padding: 30px 50px 50px;
}

.clinic_sec01-02 .bg_navy,
.clinic_sec01-02 .search_area .acc_content,
.search_area .clinic_sec01-02 .acc_content {
  padding: 20px 50px 50px;
}

.pointList {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}

.pointList.mt20 {
  margin-top: 20px;
}

.pointimg {
  max-width: 200px;
  margin-right: 50px;
}

.clinic_sec01-02 .right {
  width: calc(100% - 250px);
}

@media screen and (max-width: 1024px) {
  .clinic_sec .page-ttl.fz50 {
    font-size: 40px;
  }

  .clinic_sec01 .flex .right .page-ttl {
    padding-bottom: 15px;
  }

  .clinich3-02 {
    font-size: 22px;
  }

  .clinic_sec01 .flex .right .clinic_text p + p {
    margin-top: 1em;
  }

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

  .clinic_sec01 .flex .left {
    min-height: 0%;
    background: none;
    width: 100%;
  }

  .clinic_sec01 .flex .left img {
    height: auto;
    display: block;
  }

  .clinic_sec01 .flex .right {
    width: 100%;
    padding: 30px 20px 50px;
  }

  .left-line::before {
    top: 15px;
  }

  .pointimg {
    margin-right: 20px;
  }

  .clinic_sec01-02 .right {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 767px) {
  .clinic_sec .page-ttl.fz50 {
    font-size: 25px;
  }

  .clinic_sec01 .flex .right .page-ttl {
    padding-bottom: 5px;
  }

  .clinic_sec01 .flex .right .clinic_text p + p {
    margin-top: 0.5em;
  }

  .clinic_sec01 .flex .right {
    padding: 20px 20px 30px;
  }

  .clinich3-02 {
    font-size: 16px;
  }

  .left-line::before {
    top: 10px;
  }

  .clinic_sec01 .flex .right .clinic_text + .clinich3-02 {
    margin-top: 30px;
  }

  .clinic_sec01-02 .bg_navy,
  .clinic_sec01-02 .search_area .acc_content,
  .search_area .clinic_sec01-02 .acc_content {
    padding-top: 20px !important;
  }

  .pointList {
    flex-direction: column;
    margin-top: 50px;
  }

  .pointimg {
    margin: 0 auto;
    min-height: 0%;
  }

  .clinic_sec01-02 .right {
    width: 100%;
    margin-top: 25px;
  }

  .clinich4 {
    padding-bottom: 10px;
  }
}

/* clinic_sec clinic_sec02
==============================　*/
.clinic_sec01-02,
.clinic_sec02,
.clinic_sec03,
.clinic_sec04,
.clinic_sec05 {
  margin-top: 100px;
}

.clinic_sec02_box {
  display: flex;
  margin-top: 75px;
}

.clinic_sec02_box.clinic_sec02_box01 {
  margin-top: 20px;
}

.clinic_sec02_box .left {
  width: 200px;
  margin-right: 50px;
}

.clinic_sec02_box .right {
  width: calc(100% - 250px);
}

.clinic_sec02_box .right .clinich3 {
  margin-top: 0;
  line-height: 1;
}

.clnic_links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.clnic_links a {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clnic_links a:nth-child(odd) {
  margin-right: 20px;
}

.clnic_links a .img {
  max-width: 14px;
  margin-right: 5px;
  width: 14px;
}

.clnic_links a.tel .img {
  max-width: 10px;
}

.clinic_link {
  margin-top: 40px;
}

.clinic_link a {
  transition: 0.3s;
}

.clinic_link a:hover {
  opacity: 0.7;
}

.clinic_link .img {
  max-width: 11px;
  margin-right: 5px;
}

.arrow-none::after {
  display: none;
}

.clinic_sec04_dl > div {
  display: flex;
}

.clinic_sec04_dl hr {
  border: 0;
  border-bottom: 1px solid #c2b6a8;
  margin-top: 1em;
  margin-bottom: 1em;
}

.clinic_sec04_dl > div + div {
  margin-top: 20px;
}

.clinic_sec04_dl > div dt {
  font-weight: bold;
  min-width: 10em;
}

.clinic_sec04_dl > div dd {
  /* color: #9f958a; */
  color: var(--color1);
}

.clinic_sec04_dl .google-map {
  color: #9f958a;
  font-size: 0.9em;
}

/* クリニックギャラリー
==============================　*/
.galleryWrap {
  display: flex;
}

.galleryWrap .modal {
  width: auto;
  height: 800px;
  max-height: 90%;
  padding: 0;
  border: none;
}

.galleryWrap .modal img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}

.galleryWrap .modal_wrap {
  cursor: pointer;
}

.galleryWrap .modal_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 57, 0.5);
  transition: 0.3s;
  pointer-events: none;
}

.galleryWrap .modal_wrap:hover::after {
  background-color: rgba(51, 51, 57, 0);
}

.galleryWrap .left,
.galleryWrap .right {
  width: calc((100% - 50px) / 2);
}

.galleryWrap .left {
  margin-right: 50px;
}

.galleryWrap .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.galleryWrap .right > div {
  width: calc((100% - 30px) / 2);
}

.galleryWrap .right > div:nth-child(1),
.galleryWrap .right > div:nth-child(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .galleryWrap .left,
  .galleryWrap .right {
    width: calc((100% - 20px) / 2);
  }

  .galleryWrap .left {
    margin-right: 20px;
  }

  .galleryWrap .right > div {
    width: calc((100% - 10px) / 2);
  }

  .galleryWrap .right > div:nth-child(1),
  .galleryWrap .right > div:nth-child(2) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .galleryWrap {
    flex-direction: column;
  }

  .galleryWrap .left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .galleryWrap .left,
  .galleryWrap .right {
    width: 100%;
    min-height: 0%;
  }

  .galleryWrap .right > div {
    width: calc((100% - 20px) / 2);
  }

  .galleryWrap .right > div:nth-child(1),
  .galleryWrap .right > div:nth-child(2) {
    margin-bottom: 20px;
  }

  .galleryWrap .modal {
    width: 100%;
  }
}

/* こだわり
==============================　*/
.topic_sec .flex {
  display: flex;
}

.topic_sec .flex .left {
  width: 50%;
}

.topic_sec .flex .left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.topic_sec .flex .right {
  width: 50%;
}

.topic_sec .right {
  padding: 30px 50px 50px;
}

.topic_sec .topic_text {
  color: #9f958a;
}

.topic_sec .topic_text > p {
  margin-top: 30px;
}

.topic_sec + .topic_sec {
  margin-top: 100px;
}

.topic_sec02 .flex {
  flex-direction: row-reverse;
}

.topic_sec01 .flex .left {
  background: url(../img/topic/topic01.jpg) no-repeat center/cover;
}

.topic_sec02 .flex .left {
  background: url(../img/topic/topic02.jpg) no-repeat center/cover;
}

.topic_sec03 .flex .left {
  background: url(../img/topic/topic03.jpg) no-repeat center/cover;
}

/* ドクター
==============================　*/
.doctor_sec01 .flex {
  display: flex;
}

.doctor_sec01 .flex .right {
  width: 50%;
  padding: 50px;
}

.doctor_sec01 .flex .left {
  width: 50%;
  background: url(../img/doctor/doctor.jpg) no-repeat center/cover;
}

.doctor_sec01__miki .flex .left {
  background: url(../img/doctor/doctor2.jpg) no-repeat center/cover;
}

.doctor_sec01 .flex .left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.doctor_name {
  font-size: 40px;
  line-height: 1;
}

.doctor_name .mini {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.doctor_name a {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-left: 10px;
  transition: 0.3s;
}

.doctor_name a:hover {
  opacity: 0.5;
}

.doctor_text {
  color: #9f958a;
}

.doctor_text p {
  margin-top: 40px;
}

.doctor_sec02 .bg_navy,
.doctor_sec02 .search_area .acc_content,
.search_area .doctor_sec02 .acc_content,
.doctor_sec03 .bg_navy,
.doctor_sec03 .search_area .acc_content,
.search_area .doctor_sec03 .acc_content,
.doctor_sec04 .bg_navy,
.doctor_sec04 .search_area .acc_content,
.search_area .doctor_sec04 .acc_content {
  padding: 30px 150px 50px;
}

.doctor_sec02 .page-ttl,
.doctor_sec03 .page-ttl,
.doctor_sec04 .page-ttl {
  padding-bottom: 30px;
}

.doctor_sec + .doctor_sec {
  margin-top: 100px;
}

.doctor_sec02_dl > div {
  display: flex;
  line-height: 2.7;
}

.doctor_sec02_dl dt {
  font-weight: bold;
  min-width: 120px;
}

.doctor_sec02_dl dd {
  color: #9f958a;
}

.doctor_sec03_text p {
  position: relative;
  padding-left: 20px;
}

.doctor_sec03_text p::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  background: url(../img/common/ico.png) no-repeat center/contain;
}

.doctor_sec03_text p + p {
  margin-top: 15px;
}

.doctor_sec04_Box + .doctor_sec04_Box {
  margin-top: 70px;
}

.doctor_sec04_Box h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #c2b6a8;
  margin-bottom: 24px;
}

.doctor_sec04_Box h5 {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.doctor_sec04_Box h5::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 9px;
  background: url(../img/common/ico.png) no-repeat center/contain;
}

.doctor_sec04_Box_list dl > div {
  display: flex;
}

.doctor_sec04_Box_list dl > div + div {
  margin-top: 17px;
}

.doctor_sec04_Box_list dl dt {
  font-weight: bold;
  min-width: 90px;
}

.doctor_sec04_Box_list dl dd {
  color: #9f958a;
}

.doctor_sec04_Box_list + .doctor_sec04_Box_list {
  margin-top: 45px;
}

@media screen and (max-width: 1250px) {
  .clnic_links {
    flex-direction: column;
  }

  .clnic_links a {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .clinic_sec .bg_navy,
  .clinic_sec .search_area .acc_content,
  .search_area .clinic_sec .acc_content {
    padding: 30px 20px 50px;
  }

  .clinic_sec01_box01 .clinich3 {
    font-size: 18px;
  }

  .clinic_sec01_box01 .clinich3::before {
    top: 16px;
  }

  .clinich4 {
    font-size: 18px;
  }

  .clinich4::before {
    top: 9px;
  }

  .clinic_sec01_box02 {
    padding: 30px;
  }

  .page-ttl {
    font-size: 30px;
  }

  .page-ttl span {
    padding: 0 15px;
  }

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

  .topic_sec .flex .right {
    width: 100%;
    padding: 30px;
  }

  .topic_sec .flex .left {
    max-width: 100%;
    background: none;
    width: 100%;
  }

  .topic_sec .flex .left img {
    width: 100%;
    display: block;
  }

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

  .topic_sec02 .flex .left {
    margin-left: auto;
  }

  .doctor_sec01 .flex {
    display: block;
  }

  .doctor_sec01 .flex .left {
    width: 100%;
    background: none;
  }

  .doctor_sec01 .flex .left img {
    height: auto;
    display: block;
  }

  .doctor_sec01 .flex .doctor_name {
    font-size: 30px;
  }

  .doctor_sec01 .flex .doctor_name a {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }

  .doctor_sec01 .flex .right {
    width: 100%;
    padding: 40px 30px 50px;
  }

  .doctor_sec02 .bg_navy,
  .doctor_sec02 .search_area .acc_content,
  .search_area .doctor_sec02 .acc_content,
  .doctor_sec03 .bg_navy,
  .doctor_sec03 .search_area .acc_content,
  .search_area .doctor_sec03 .acc_content,
  .doctor_sec04 .bg_navy,
  .doctor_sec04 .search_area .acc_content,
  .search_area .doctor_sec04 .acc_content {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  .clinic_sec .bg_navy,
  .clinic_sec .search_area .acc_content,
  .search_area .clinic_sec .acc_content {
    padding: 30px 20px 30px;
  }

  .page-ttl {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .clinic_sec .page-ttl {
    padding-bottom: 10px;
  }

  .clinich3 {
    font-size: 16px !important;
    padding-left: 25px;
    line-height: 1.7;
    margin-top: 40px;
  }

  .clinich3::before {
    width: 15px;
    top: 15px !important;
  }

  .clinich4 {
    font-size: 16px;
    margin-top: 30px;
  }

  .clinich4::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }

  .clinic_text {
    font-size: 14px;
    margin-top: 10px;
  }

  .clinic_sec01_box02 {
    margin-top: 60px;
    padding: 20px;
  }

  .clinic_sec02_box {
    flex-direction: column;
  }

  .clinic_sec02_box .left {
    margin-left: auto;
    margin-right: auto;
    min-height: 0%;
  }

  .clinic_sec02_box .right {
    width: 100%;
    margin-top: 20px;
  }

  .clinic_sec02_box .right .clinich3 {
    padding-left: 0;
    text-align: center;
  }

  .clnic_links {
    margin-top: 10px;
  }

  .clinic_link {
    margin-top: 20px;
  }

  .clinic_sec02_box {
    margin-top: 60px;
  }

  .clinic_sec01-02,
  .clinic_sec02,
  .clinic_sec03,
  .clinic_sec04,
  .clinic_sec05 {
    margin-top: 40px;
  }

  .clinic_sec04_dl > div {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .topic_sec .flex .right {
    padding: 20px 20px 30px;
  }

  .topic_sec .topic_text {
    font-size: 14px;
  }

  .topic_sec .topic_text > p {
    margin-top: 20px;
  }

  .topich2.topich2 {
    font-size: 18px;
    padding-left: 28px;
  }

  .topich2.topich2::before {
    width: 20px;
    top: 16px;
  }

  .doctor_sec01 .flex .left {
    margin-right: 10px;
  }

  .doctor_sec01 .flex .right {
    padding: 30px 20px 30px;
  }

  .doctor_sec01 .flex .doctor_name {
    font-size: 20px;
  }

  .doctor_sec01 .flex .doctor_name .mini {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .doctor_sec01 .flex .doctor_name a {
    width: 17px;
    height: 17px;
    margin-left: 0;
  }

  .doctor_sec01 .flex .doctor_text {
    font-size: 14px;
    clear: both;
    padding-top: 1px;
  }

  .doctor_sec01 .flex .doctor_text p {
    margin-top: 30px;
  }

  .doctor_sec + .doctor_sec {
    margin-top: 40px;
  }

  .doctor_sec02 .bg_navy,
  .doctor_sec02 .search_area .acc_content,
  .search_area .doctor_sec02 .acc_content,
  .doctor_sec03 .bg_navy,
  .doctor_sec03 .search_area .acc_content,
  .search_area .doctor_sec03 .acc_content,
  .doctor_sec04 .bg_navy,
  .doctor_sec04 .search_area .acc_content,
  .search_area .doctor_sec04 .acc_content {
    padding: 30px 20px 30px;
  }

  .doctor_sec02 .page-ttl,
  .doctor_sec03 .page-ttl,
  .doctor_sec04 .page-ttl {
    padding-bottom: 20px;
  }

  .doctor_sec02_dl > div {
    flex-direction: column;
    line-height: 2;
    font-size: 14px;
  }

  .doctor_sec02_dl > div + div {
    margin-top: 10px;
  }

  .doctor_sec03_text {
    font-size: 14px;
  }

  .doctor_sec03_text p::before {
    width: 12px;
    height: 12px;
  }

  .doctor_sec03_text p + p {
    margin-top: 5px;
  }

  .doctor_sec04_Box h3 {
    font-size: 18px;
  }

  .doctor_sec04_Box h4 {
    font-size: 16px;
    line-height: 1.7;
  }

  .doctor_sec04_Box h4::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }

  .doctor_sec04_Box + .doctor_sec04_Box {
    margin-top: 50px;
  }

  .doctor_sec04_Box_list dl > div {
    font-size: 14px;
  }

  .doctor_sec04_Box_list dl > div + div {
    margin-top: 10px;
  }

  .doctor_sec04_Box_list dl > div dt {
    min-width: 65px;
  }
}

@media screen and (max-width: 360px) {
  .doctor_sec01 .flex .doctor_name {
    font-size: 4.3vw;
  }
}

/* ===================================
アクセス
=================================== */
/* 中カテゴリ
==============================　*/
.access_sec01 .bg_navy,
.access_sec01 .search_area .acc_content,
.search_area .access_sec01 .acc_content {
  padding: 50px 150px;
}

.access_sec01 .bg_navy .left,
.access_sec01 .search_area .acc_content .left,
.search_area .access_sec01 .acc_content .left {
  width: calc((100% - 100px) / 2);
  margin-right: 100px;
}

.access_sec01 .bg_navy .left .map,
.access_sec01 .search_area .acc_content .left .map,
.search_area .access_sec01 .acc_content .left .map {
  width: 400px;
  height: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0 !important;
  display: block;
}

.access_sec01 .bg_navy .right,
.access_sec01 .search_area .acc_content .right,
.search_area .access_sec01 .acc_content .right {
  width: calc((100% - 100px) / 2);
}

.access_sec02 {
  margin-top: 100px;
}

.access_sec02 .tab_area {
  justify-content: flex-start;
}

.access_sec02 .tab_area .tab {
  width: 200px;
  border: none;
  background-color: rgba(51, 51, 57, 0.6);
}

.access_sec02 .tab_area .tab + .tab {
  margin-left: 0;
}

.access_sec02 .bg_navy,
.access_sec02 .search_area .acc_content,
.search_area .access_sec02 .acc_content {
  padding: 30px 150px 50px;
}

.access_sec02 .access_text {
  margin-top: 30px;
  color: #9f958a;
}

.access_ttl {
  font-size: 30px;
  font-weight: bold;
}

.access_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -35px 56px;
}

.access_list li {
  width: calc((100% - 210px) / 3);
  margin: 45px 35px 0;
  position: relative;
  font-size: 14px;
}

.access_list li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -9px;
  left: -9px;
  border: 1px solid #9f958a;
  position: absolute;
  z-index: 3;
}

.access_list li .num {
  position: absolute;
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  /* font-family: "DM Serif Display", serif; */
  background-color: #43434b;
  top: -10px;
  left: -10px;
  z-index: 1;
  line-height: 1;
  font-size: 25px;
  color: #fff;
}

.access_list li .route_text {
  color: #9f958a;
  margin-top: 5px;
}

.access_list li .route_img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.parkmap {
  margin-top: 10px;
}

@media screen and (max-width: 1260px) {
  .access_sec01 .bg_navy,
  .access_sec01 .search_area .acc_content,
  .search_area .access_sec01 .acc_content {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 1024px) {
  .access_sec01 .bg_navy,
  .access_sec01 .search_area .acc_content,
  .search_area .access_sec01 .acc_content {
    padding: 50px 20px;
  }

  .access_sec01 .bg_navy .left,
  .access_sec01 .search_area .acc_content .left,
  .search_area .access_sec01 .acc_content .left {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }

  .access_sec01 .bg_navy .left .map,
  .access_sec01 .search_area .acc_content .left .map,
  .search_area .access_sec01 .acc_content .left .map {
    width: 320px;
    height: 320px;
  }

  .access_sec01 .bg_navy .right,
  .access_sec01 .search_area .acc_content .right,
  .search_area .access_sec01 .acc_content .right {
    width: calc((100% - 40px) / 2);
  }

  .access_sec02 .bg_navy,
  .access_sec02 .search_area .acc_content,
  .search_area .access_sec02 .acc_content {
    padding: 30px 20px 50px;
  }

  .access_ttl {
    font-size: 27px;
  }

  .access_list {
    margin: 0 -20px 0;
  }

  .access_list li {
    margin: 45px 20px 0;
    width: calc((100% - 80px) / 2);
  }

  .parkmap .map {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .access_sec01 .bg_navy,
  .access_sec01 .search_area .acc_content,
  .search_area .access_sec01 .acc_content {
    padding: 30px 20px;
  }

  .access_sec01 .bg_navy .left,
  .access_sec01 .search_area .acc_content .left,
  .search_area .access_sec01 .acc_content .left {
    width: 100%;
    margin-right: 0;
  }

  .access_sec01 .bg_navy .left .map,
  .access_sec01 .search_area .acc_content .left .map,
  .search_area .access_sec01 .acc_content .left .map {
    width: 295px;
    height: 295px;
    margin: 0 auto !important;
  }

  .access_sec01 .bg_navy .right,
  .access_sec01 .search_area .acc_content .right,
  .search_area .access_sec01 .acc_content .right {
    width: 100%;
  }

  .access_sec02 .bg_navy,
  .access_sec02 .search_area .acc_content,
  .search_area .access_sec02 .acc_content {
    padding: 30px 20px;
  }

  .access_sec02 .tab_area .tab {
    font-size: 14px;
    max-width: 50%;
  }

  .access_sec02 .access_text {
    font-size: 14px;
    margin-top: 20px;
  }

  .access_ttl {
    font-size: 20px;
  }

  .access_list {
    margin: 0;
  }

  .access_list li {
    width: 100%;
    margin: 35px 0 0;
  }

  .parkmap .map {
    height: 300px;
  }
}

/* ===================================
予約
=================================== */
/* 中カテゴリ
==============================　*/
.reserve_sec .bg_navy,
.reserve_sec .search_area .acc_content,
.search_area .reserve_sec .acc_content {
  padding: 50px 150px;
}
.reserve_sec .bg_navy {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.reserve_sec .reserve_links .navy-arrow {
  font-size: 16px;
}

.reserve_sec .reserve_links .navy-arrow::after {
  width: 30px;
  right: 10px;
}

.reserve_sec .reserve_links .navy-arrow:hover::after {
  right: 7px;
}

.reserve_sec .reserve_links a .img {
  width: 20px;
}

.reserve_text {
  text-align: center;
  color: #9f958a;
}

.reserve_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}

.reserve_links a {
  width: auto;
}

.reserve_links a .img {
  width: 17px;
  margin-right: 5px;
}

.reserve_tellink {
  text-align: center;
  display: flex;
  gap: 1em;
  flex-direction: column;
}

.reserve_tellink .text {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.reserve_tellink .main {
  font-size: 30px;
  position: relative;
  padding-left: 25px;
}

.reserve_tellink .main::before,
.reserve_tellink .main::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.reserve_tellink .main::before {
  opacity: 0;
  background: url(../img/common/tel-navy.png) no-repeat center/contain;
}

.reserve_tellink .main::after {
  background: url(../img/common/tel.png) no-repeat center/contain;
}

.reserve_tellink .sub {
  font-size: 14px;
  display: inline-block;
}

.reserve_tellink a {
  display: block;
  border: 1px solid #c2b6a8;
  transition: 0.3s;
  line-height: 1.4;
  padding: 12px 0 8px;
}

.reserve_tellink a:hover {
  color: #43434b;
  background-color: #c2b6a8;
}

.reserve_tellink a:hover .main::before {
  opacity: 1;
}

.reserve_tellink a:hover .main::after {
  opacity: 0;
}

.reserve_sec02 {
  margin-top: 100px;
}

.reserve_sec02 .bg_navy,
.reserve_sec02 .search_area .acc_content,
.search_area .reserve_sec02 .acc_content {
  padding-top: 30px;
}

.reserve_sec02 .calender {
  margin: 0 auto;
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.reserve_sec02 .calendar__unit {
  max-width: 560px;
  flex: 1 0 400px;
}

.reserve_sec02 .calender .calendar__name {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1024px) {
  .reserve_sec .bg_navy,
  .reserve_sec .search_area .acc_content,
  .search_area .reserve_sec .acc_content {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .reserve_sec .bg_navy,
  .reserve_sec .search_area .acc_content,
  .search_area .reserve_sec .acc_content {
    padding: 30px 20px !important;
  }

  .reserve_sec .reserve_links {
    flex-direction: column;
  }

  .reserve_sec .reserve_links .navy-arrow {
    width: 100%;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .reserve_sec .reserve_links .navy-arrow .img {
    width: 17px;
  }

  .reserve_text {
    font-size: 14px;
    text-align: left;
  }

  .reserve_tellink a {
    padding: 12px 0;
  }

  .reserve_tellink .sub {
    display: block;
    line-height: 1;
  }
}

/* ===================================
オンライン診療
=================================== */
.online_sec01 .flex {
  display: flex;
}

.online_sec01 .flex .left {
  width: 50%;
  background: url(../img/online/online.jpg) no-repeat center/cover;
}

.online_sec01 .flex .left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.online_sec01 .flex .right {
  width: 50%;
  padding: 30px 50px 50px;
}

.online_sec01 .flex .right .page-ttl {
  padding-bottom: 30px;
}

.online_sec01 .online_h3 {
  font-size: 20px;
  font-weight: bold;
}

.online_sec01 .online_h3.hp_mt {
  margin-top: 40px;
}

.online_sec02 {
  margin-top: 100px;
}

.online_sec02 .page-ttl {
  padding-bottom: 10px;
}

.online_sec02 .bg_navy,
.online_sec02 .search_area .acc_content,
.search_area .online_sec02 .acc_content {
  padding: 30px 150px 50px;
}

.online_sec02 .onlineBox {
  margin-top: 70px;
}

.online_sec02 .online_h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #c2b6a8;
}

.online_sec02 .navy-arrow {
  margin-top: 25px;
}

.online_sec02 .navy-arrow .img {
  width: 17px;
  margin-right: 6px;
}

.online_text {
  /* color: #9f958a; */
  margin-top: 20px;
}

.friendwrap {
  margin-top: 70px;
}

.friend_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.friend_ttl .mini {
  font-size: 16px;
  color: #9f958a;
  margin-left: 30px;
}

.friendBox {
  border: 1px solid #c2b6a8;
  padding: 30px 50px;
}

.friend_flow li + li {
  margin-top: 30px;
}

.friend_flowttl {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}

.friend_flowttl::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 11px;
  background: url(../img/common/ico.png) no-repeat center/contain;
}

.friend_flowtext {
  /* color: #9f958a; */
}

.friend_flowtext.flex {
  display: flex;
}

.friend_flowtext.flex .friendimg {
  width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .online_sec01 .flex {
    flex-direction: column;
  }

  .online_sec01 .flex .left {
    min-height: 0%;
    background: none;
    width: 100%;
  }

  .online_sec01 .flex .left img {
    height: auto;
    display: block;
  }

  .online_sec01 .flex .right {
    padding: 30px 20px 50px;
    width: 100%;
  }

  .online_sec02 .bg_navy,
  .online_sec02 .search_area .acc_content,
  .search_area .online_sec02 .acc_content {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  .online_sec01 .flex .left {
    width: 100%;
  }

  .online_sec01 .flex .right {
    padding: 30px 20px 30px;
  }

  .online_sec01 .online_h3 {
    font-size: 16px;
    text-indent: -1.3em;
    margin-left: 1.3em;
  }

  .online_sec01 .online_h3.hp_mt {
    margin-top: 30px;
  }

  .online_text {
    font-size: 14px;
    margin-top: 10px;
  }

  .online_sec02 {
    margin-top: 40px;
  }

  .online_sec02 .bg_navy,
  .online_sec02 .search_area .acc_content,
  .search_area .online_sec02 .acc_content {
    padding: 30px 20px;
  }

  .friend_ttl {
    font-size: 16px;
  }

  .friend_ttl .mini {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
  }

  .friendBox {
    padding: 20px 15px;
    font-size: 14px;
  }

  .friend_flowttl {
    font-size: 16px;
  }

  .friend_flowttl::before {
    width: 12px;
    height: 12px;
    top: 9px;
  }

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

  .friend_flowtext.flex .friendimg {
    margin-bottom: 20px;
  }

  .online_sec02 .onlineBox {
    margin-top: 40px;
  }
}

/* ===================================
コスメ
=================================== */
.cosmeBox + .cosmeBox {
  margin-top: 80px;
}

.brand_ttl {
  font-size: 40px;
  text-align: center;
  line-height: 1.6;
}

.cosmeList {
  display: flex;
  margin: 0 -30px;
  flex-wrap: wrap;
}

.cosmeList > li {
  margin: 60px 30px 0;
  width: calc((100% - 180px) / 3);
  padding: 30px;
}

.cosme_ttl {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}

.cosme_price {
  padding-bottom: 15px;
}

.cosme_text {
  border-top: 1px solid #9f958a;
  color: #9f958a;
  padding-top: 10px;
}

.cosme_tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #43434b;
  margin-top: 5px;
}

.cosme_tag li {
  background-color: #c2b6a8;
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  margin-top: 10px;
  white-space: nowrap;
  padding: 0 13px;
}

@media screen and (max-width: 1290px) {
  .cosmeList {
    margin: 0 -20px;
  }

  .cosmeList > li {
    margin: 60px 20px 0;
    width: calc((100% - 120px) / 3);
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1290px) {
  .cosmeList > li {
    width: calc((100% - 130px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .brand_ttl {
    font-size: 30px;
  }

  .cosmeList > li {
    width: calc((100% - 80px) / 2);
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1290px) {
  .cosmeList > li {
    width: calc((100% - 90px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .brand_ttl {
    font-size: 20px;
  }

  .cosme_ttl {
    font-size: 16px;
  }

  .cosmeList {
    margin: 0;
  }

  .cosmeList > li {
    width: 100%;
    margin: 40px 0 0;
    font-size: 14px;
  }

  .cosme_tag {
    font-size: 12px;
  }
}

/* ===================================
ニュース
=================================== */
/* 一覧頁ぺーじ
==============================　*/
.news_archive .bg_navy,
.news_archive .search_area .acc_content,
.search_area .news_archive .acc_content {
  padding: 50px 150px;
  display: flex;
}

.news_archive .bg_navy .side_cat,
.news_archive .search_area .acc_content .side_cat,
.search_area .news_archive .acc_content .side_cat {
  width: 200px;
}

.news_archive .bg_navy .left,
.news_archive .search_area .acc_content .left,
.search_area .news_archive .acc_content .left {
  width: calc(100% - 200px);
  padding-right: 40px;
}

.news_archive .navy-arrow {
  width: 100%;
  font-size: 16px;
}

.news_archive .newsBox02 {
  margin-top: 20px;
}

.news_archive .newsBox02 .newslist:last-child {
  border: none;
}

.news_archive .side_cat {
  position: relative;
}

.news_archive .side_cat ul li a::before {
  content: ">";
  margin-right: 10px;
}

.news_archive .archive-pager {
  margin-top: 15px;
}

.shareWrap {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shareWrap .share_list {
  display: flex;
  align-items: center;
}

.shareWrap .share_list li {
  width: 25px;
  height: 25px;
  margin-left: 30px;
}

.shareWrap .share_list li a {
  transition: 0.3s;
  display: block;
  height: 100%;
}

.shareWrap .share_list li a:hover {
  opacity: 0.5;
}

.shareWrap .share_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}

.single-pager {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 65px;
}

.single-pager > div {
  min-width: 80px;
  text-align: center;
}

.single-pager a {
  transition: 0.3s;
}

.single-pager a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .news_archive .bg_navy,
  .news_archive .search_area .acc_content,
  .search_area .news_archive .acc_content {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .news_archive {
    font-size: 14px;
  }

  .news_archive .bg_navy,
  .news_archive .search_area .acc_content,
  .search_area .news_archive .acc_content {
    padding: 30px 20px;
    flex-direction: column-reverse;
  }

  .news_archive .bg_navy .side_cat,
  .news_archive .search_area .acc_content .side_cat,
  .search_area .news_archive .acc_content .side_cat {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }

  .news_archive .bg_navy .side_cat ul,
  .news_archive .search_area .acc_content .side_cat ul,
  .search_area .news_archive .acc_content .side_cat ul {
    display: flex;
  }

  .news_archive .bg_navy .side_cat ul li + li,
  .news_archive .search_area .acc_content .side_cat ul li + li,
  .search_area .news_archive .acc_content .side_cat ul li + li {
    margin-left: 15px;
  }

  .news_archive .bg_navy .side_cat ul li.current a,
  .news_archive .search_area .acc_content .side_cat ul li.current a,
  .search_area .news_archive .acc_content .side_cat ul li.current a {
    border-bottom: 1px solid;
  }

  .news_archive .bg_navy .side_cat ul li a::before,
  .news_archive .search_area .acc_content .side_cat ul li a::before,
  .search_area .news_archive .acc_content .side_cat ul li a::before {
    display: none;
  }

  .news_archive .bg_navy .left,
  .news_archive .search_area .acc_content .left,
  .search_area .news_archive .acc_content .left {
    width: 100%;
    padding-right: 0px;
  }

  .news_archive .navy-arrow {
    font-size: 14px;
  }

  .shareWrap {
    margin-top: 60px;
  }

  .single-pager {
    font-size: 14px;
    margin-top: 50px;
  }
}

/* ===================================
キャンペーン
=================================== */
/* 中カテゴリ
==============================　*/
.campaignBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.campaignBox ul .campaignlist {
  width: calc((100% - 180px) / 3);
  margin: 0 30px;
  margin-bottom: 60px;
}

.campaignBox ul .campaignlist a {
  padding: 30px;
  height: 100%;
}

.campaignBox ul .campaignlist .ttl {
  margin-top: 15px;
}

.single-campaign .guten_img img {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1290px) {
  .campaignBox ul {
    margin: 0 -20px;
  }

  .campaignBox ul .campaignlist {
    margin: 0 20px 60px;
    width: calc((100% - 120px) / 3);
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1290px) {
  .campaignBox ul .campaignlist {
    width: calc((100% - 130px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .campaignBox ul .campaignlist {
    width: calc((100% - 80px) / 2);
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .campaignBox ul .campaignlist {
    width: calc((100% - 90px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .campaignBox ul {
    margin: 0 0px;
  }

  .campaignBox ul .campaignlist {
    margin: 0 0px 40px;
    width: 100%;
  }

  .campaignBox ul .campaignlist .ttl {
    font-size: 14px;
    margin-top: 10px;
  }

  .campaignBox ul .campaignlist a {
    padding: 20px;
  }
}

/* ===================================
料金表
=================================== */
/* 中カテゴリ
==============================　*/
.priceList {
  margin-top: 40px;
}

.priceList .acc_content {
  display: none;
}

.priceList:first-child {
  margin-top: 0 !important;
}

.priceList_ttl {
  color: #43434b;
  font-weight: bold;
  font-size: 20px;
  padding: 22px 60px 22px 45px;
  background-color: #c2b6a8;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1025px) {
  .priceList_ttl:hover {
    opacity: 0.5;
  }
}

.priceList_ttl::before,
.priceList_ttl::after {
  content: "";
  display: block;
  height: 2px;
  width: 18px;
  background-color: #43434b;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  pointer-events: none;
}

.priceList_ttl::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.priceList_ttl.open::after {
  transform: rotate(0deg);
}

.priceList_ttl span {
  position: relative;
}

.priceList_ttl span::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../img/common/ico-navy.png) no-repeat center/contain;
  position: absolute;
  left: -23px;
  top: 6px;
}

.p-surgery .priceList:nth-child(6) .priceList_item > li:nth-child(n + 6) {
  /*  background: rgba(194, 182, 168, 0.2);
  color: #c2b6a8;*/
}

.last {
  text-align: right;
  color: #9f958a;
  margin-top: 5px;
  font-size: 12px;
}

.last div {
  text-align: left;
}

.priceList_item {
  border: 2px solid rgba(159, 149, 138, 0.5);
  border-bottom: none;
}

.priceList_item > li {
  display: flex;
  border-bottom: 2px solid rgba(159, 149, 138, 0.5);
  /* color: #9f958a; */
  color: var(--color1);

  min-height: 77px;
}

.priceList_item .left {
  width: calc(100% - 240px);
  border-right: 1px solid rgba(159, 149, 138, 0.5);
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-height: 77px;
}

.priceList_item .right {
  width: 240px;
}

.priceList_item .right .mini {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  padding-right: 5px;
}

.last + .price_ttl {
  margin-top: 30px;
}

.price_ttl {
  color: #c2b6a8;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricelist_monitor {
  border-bottom: 1px solid rgba(159, 149, 138, 0.5);
}

.pricelist_monitor,
.pricelist_price {
  font-weight: bold;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.p-surgery .pricelist_monitor,
.p-surgery .pricelist_price {
  justify-content: space-between;
}

.p-dermatology .pricelist_price {
  justify-content: flex-end;
  height: 100%;
}

/* シミュレーション
==============================　*/
.priceCardwrap {
  display: flex;
  flex-wrap: wrap;
}

.priceCardwrap .priceCard {
  width: calc((100% - 50px) / 3);
}

.priceCardwrap .priceCard label {
  border: 1px solid #c2b6a8;
  display: flex;
  cursor: pointer;
}

.priceCardwrap .priceCard input:checked + label {
  border: 3px solid #c2b6a8;
}

.priceCardwrap .priceCard:nth-child(3n-1) {
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .priceList_ttl {
    font-size: 16px;
    padding: 10px 30px;
  }

  .priceList_ttl span::before {
    width: 13px;
    height: 13px;
    left: -18px;
    top: 5px;
  }

  .priceList_ttl::before,
  .priceList_ttl::after {
    width: 13px;
    right: 15px;
  }

  .priceList_item02 > li {
    flex-direction: column;
    min-height: 0%;
  }

  .priceList_item02 .left {
    width: 100%;
    min-height: 0%;
    border-right: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(159, 149, 138, 0.5);
    padding: 5px 10px;
    line-height: 1.6;
  }

  .priceList_item02 .right {
    width: 100%;
    display: flex;
  }

  .priceList_item02 .right .mini {
    font-size: 12px;
    text-align: center;
  }

  .priceList_item02 .pricelist_monitor,
  .priceList_item02 .pricelist_price {
    flex-direction: column;
    width: 50%;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.6;
    padding: 5px 10px;
  }

  .last {
    font-size: 10px;
    margin-top: 5px;
  }

  .last + .price_ttl {
    margin-top: 20px;
  }

  .priceList_item03 > li {
    min-height: 0%;
  }

  .priceList_item03 .right {
    width: 50%;
  }

  .priceList_item03 .left {
    width: 50%;
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 10px;
  }

  .priceList_item03 .pricelist_price {
    font-size: 15px;
    line-height: 1.6;
    padding: 5px 10px;
  }
}

/* 採用情報
==============================　*/
.recruit_sec {
  margin-top: 0 !important;
}

.recruit_sec .clinic_sec04_dl > div {
  align-items: flex-start;
}

.recruit_sec .page-ttl {
  padding-bottom: 20px;
}

.recruit_sec .page-ttl + .clinic_sec04_dl,
.recruit_sec .page-ttl + .rec_text {
  margin-top: 15px;
}

.recruit_sec .rec_text {
  /* color: #9f958a; */
  color: var(--color1);
}

.recruit_sec .rec_text + .clinic_sec04_dl {
  margin-top: 45px;
}

.recruit_sec .clinic_sec04_dl + .clnic_links {
  margin-top: 35px;
}

.recruit_sec .clinic_sec04_dl > div + div {
  margin-top: 15px;
}

.recruit_sec .clinic_sec04_dl > div dt {
  min-width: 150px;
}

.recruit_sec .clinic_text p + p {
  margin-top: 1em;
}

.recruit_sec + .recruit_sec {
  margin-top: 100px !important;
}

.recruit_sec .bg_navy,
.recruit_sec .search_area .acc_content,
.search_area .recruit_sec .acc_content {
  padding: 30px 150px 50px;
}

@media screen and (max-width: 1250px) {
  .recruit_sec03 .clnic_links {
    flex-direction: row;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1024px) {
  .recruit_sec .bg_navy,
  .recruit_sec .search_area .acc_content,
  .search_area .recruit_sec .acc_content {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_sec .bg_navy,
  .recruit_sec .search_area .acc_content,
  .search_area .recruit_sec .acc_content {
    padding: 30px 20px 30px;
  }

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

  .recruit_sec03 .clnic_links {
    flex-direction: column;
    justify-content: flex-start;
  }

  .rec_text {
    font-size: 14px;
  }

  .recruit_sec .page-ttl + .clinic_sec04_dl,
  .recruit_sec .page-ttl + .rec_text {
    margin-top: 0;
  }

  .recruit_sec .rec_text + .clinic_sec04_dl {
    margin-top: 20px;
  }

  .recruit_sec .clinic_sec04_dl + .clnic_links {
    margin-top: 5px;
  }
}

/* ===================================
大カテゴリ
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
.data-simplebar.yoko {
  overflow-x: auto;
}

.data-simplebar.yoko ::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.data-simplebar.tate {
  overflow-y: auto;
}

.data-simplebar.tate ::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.data-simplebar.tate .simplebar-scrollbar::before {
  background: #43434b !important;
  opacity: 1;
}

.simplebar-scrollbar::before {
  background: #ccc !important;
}

.simcal-default-calendar-light .simcal-nav-button {
  color: #9f958a !important;
}

.simcal-default-calendar-light.simcal-default-calendar-light
  .simcal-nav-button:disabled:hover,
.simcal-default-calendar-light.simcal-default-calendar-light
  .simcal-nav-button:disabled {
  color: transparent !important;
}
.simcal-events-dots {
  display: none !important;
}

.simcal-default-calendar-grid .simcal-events {
  text-align: center !important;
}

.simcal-default-calendar .simcal-events {
  display: block !important;
}

.simcal-event > .simcal-event-title {
  display: block !important;
}

.simcal-align-right {
  display: none !important;
}

.qtip-content {
  background: #eae6e2;
  color: #43434b;
}

.simcal-default-calendar-grid .simcal-events > .simcal-event {
  pointer-events: none;
}

.simcal-event-details .simcal-event-title {
  display: none;
}

@media screen and (max-width: 500px) {
  .simcal-default-calendar-grid .simcal-events > .simcal-event {
    padding: 3px !important;
  }

  .simcal-event > .simcal-event-title {
    font-size: 10px !important;
  }
}

ul.simcal-events:has(meta[content="本田"]) {
  background: #f7da97;
}

ul.simcal-events:has(meta[content="三木"]) {
  background: #9ce3ff;
}

.simcal-day:not(.simcal-today):has(meta[content="休診日"]) .simcal-day-number {
  color: #f72d21 !important;
}

ul.simcal-events:has(meta[content="休診日"]) {
  color: #767676;
}
