@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
* {
  font-feature-settings: "palt";
  box-sizing: border-box;
  font-weight: bold;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

.header-container,
.main,
.sidebar,
.footer {
  background-color: initial;
}

a {
  color: #333;
}

a:hover {
  color: #f5a40f;
}

a.white_arrow::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_arrow::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.white_new_window::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/new_window.svg);
  mask: url(/wp-content/uploads/2021/10/new_window.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_new_window::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/new_window.svg);
  mask: url(/wp-content/uploads/2021/10/new_window.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

ul {
  list-style-type: none;
}

p {
  text-align: justify;
}

h3 {
  line-height: 1.6em !important;
  position: relative;
  margin: 0 0 10px 0 !important;
  border: 0 !important;
  border-left: solid 4px #008cd6 !important;
  padding: 5px 0px 5px 15px !important;
}

h4 {
  margin-top: 0 !important;
}

.big_text {
  font-size: 1.5em;
  vertical-align: bottom;
}

.text_12em {
  font-size: 1.2em;
}
.text_08em {
  font-size: 0.8em;
}
.text_07em {
  font-size: 0.7em;
}
.textR{
	text-align:right;
}
.color_initial{
	color:initial;
}
.display_block {
  display: block;
}

.button a {
  color: #fff;
  display: block;
  text-align: center;
  background: #008cd6;
  padding: 15px 0;
  margin: 10px 0 0;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0378b7;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 10px;
}

.button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.list {
  padding-left: 0 !important;
}

.list li {
  position: relative;
  border-bottom: solid 1px #555;
  padding: 10px 0 10px 30px;
}

.list li::before {
  width: 10px;
  height: 10px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 18px;
  left: 10px;
  content: "";
}

.list li h4 {
  border: 0;
}

.list_noline {
  padding-left: 0 !important;
}

.list_noline li {
  position: relative;
  padding: 0 0 0 30px;
}

.list_noline li::before {
  width: 10px;
  height: 10px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
}

.list_noline li h4 {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
}

.list_noline_mb30 {
  padding-left: 0 !important;
}

.list_noline_mb30 li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 30px 0 !important;
}

.list_noline_mb30 li::before {
  width: 10px;
  height: 10px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
}

.list_noline_mb30 li h4 {
  border: 0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 20px;
}

/*料金表*/
.price_table {
  width: 100% !important;
  border-radius: 10px;
}

.price_table table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate;
}

.price_table table tr:last-child th {
  border-bottom: 0;
  padding: 20px 0 20px 20px;
}

.price_table table tr:last-child td {
  border-bottom: 0;
}

.price_table table tr th {
  border: none;
  padding: 20px;
  background: #008cd6;
  color: #fff;
  font-size: 1em;
}

.price_table table tr td {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 20px 5px 20px 20px;
  background: #fff;
  font-size: 1em;
}

.price_table table tr td:last-child {
  width: 45%;
  text-align: right;
  padding: 20px 10px 20px 5px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .price_table {
    width: 60% !important;
  }
  .price_table table tr td:last-child {
    text-align: right;
    padding: 20px;
    width: 35%;
    font-size: 24px;
  }
}

/*テーブル*/
table.table1 {
  border-collapse: separate;
}

table.table1 tr:first-child th {
  border-top: solid 1px #333;
}

table.table1 tr:first-child td {
  border-top: solid 1px #333;
}

table.table1 tr th {
  background-color: #f6f3ea;
  color: #333;
  border: 0;
  padding: 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

table.table1 tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

@media screen and (min-width: 768px) {
  table.table1 tr th {
    padding: 40px;
  }
  table.table1 tr td {
    padding: 40px;
  }
}

.strong_text {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #f79174 0%);
  display: inline;
}

.text_color_black {
  color: #333 !important;
}

.explain_box {
  border: solid 1px #008cd6;
  background: #ebf8ff;
  padding: 20px;
  margin: 10px 0;
  display: inline-block;
}

.notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.4em;
}

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

.width300 {
  width: 300px;
}

.width100per {
  width: 100% !important;
}

.su-animate {
  margin: 0;
}

.display_none {
  display: none !important;
}

.sp_display {
  display: block;
}

.pc_display {
  display: none;
}

.sp_display_banner {
  display: flex;
  justify-content: center;
}

.pc_display_banner {
  display: none;
}

@media screen and (min-width: 768px) {
  .notice {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
  }
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
  .sp_display_banner {
    display: none;
  }
  .pc_display_banner {
    display: flex;
    justify-content: center;
  }
}

/*ページ内リンクアンカー*/
.link_anchor {
  margin: 50px 0 100px !important;
}

.link_anchor .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 0px;
  display: block;
  font-weight: bold;
}

.link_anchor .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

@media screen and (min-width: 768px) {
  .page-id-885 .link_anchor {
    margin: 100px 0;
  }
}

/*header*/
.header-container-in.hlt-top-menu #header-in .tagline {
  display: block;
  margin: 0;
  line-height: 1.2em;
  background: #008cd6;
  color: #fff;
  padding: 5px 0;
}

.header-container-in.hlt-top-menu #header-in .header_info {
  display: none;
}

@media screen and (min-width: 768px) {
  .fixed-header .header {
    display: none;
  }
  .header-container-in.hlt-top-menu {
    display: block;
    width: initial;
  }
  .header-container-in.hlt-top-menu #header-in {
    flex-direction: initial;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-container-in.hlt-top-menu #header-in .tagline {
    flex-basis: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .logo {
    padding: 10px;
    display: block;
    max-height: 180px !important;
  }
  .header-container-in.hlt-top-menu #header-in .logo img {
    max-height: 160px !important;
    height: 160px !important;
  }
  .header-container-in.hlt-top-menu #header-in .header_info {
    display: block;
    padding: 0;
    margin: 0 20px 10px auto;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel {
    display: flex;
    font-weight: bold;
    justify-content: end;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:first-child {
    font-size: 16px;
    padding: 0 10px 0 0;
    line-height: 3em;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:last-child {
    text-align: center;
    line-height: 3em;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:last-child img {
    width: 24px;
    margin: 0 4px 0 0;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:last-child a {
    text-decoration: none;
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  #header .site-name-text {
    padding: 10px 0;
    width: 100%;
  }
  #header .site-name-text img {
    max-height: 100px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel {
    justify-content: center;
  }
}

/*footer*/
.content-bottom {
  background-color: #fff;
}

.content-bottom .footer_info {
  padding: 30px 20px;
}

.content-bottom .footer_info ul {
  padding-left: 0;
}

.content-bottom .footer_info .footer_info_left {
  margin: 0 0 40px 0;
}

.content-bottom .footer_info .footer_info_left > .clinic_name {
  font-size: 24px;
  font-weight: bold;
}

.content-bottom .footer_info .footer_info_left a img {
  width: 100%;
}

.content-bottom .footer_info .footer_info_left .medical_subjects {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.content-bottom .footer_info .footer_info_left .medical_subjects li {
  border: solid 2px #555;
  border-radius: 10px;
  padding: 0px 10px;
  font-weight: bold;
  margin: 5px;
  background: #fff;
}

.content-bottom .footer_info .footer_info_left h3 {
  line-height: 1.6em;
  padding: 20px 0 0 0;
}

.content-bottom .footer_info .footer_info_left h3::before {
  content: none;
}

.content-bottom .footer_info .footer_info_left .footer_info_tel {
  margin: 10px 0 20px;
  border-top: solid 1px #008cd6;
  border-bottom: solid 1px #008cd6;
  font-weight: bold;
  justify-content: space-around;
}

.content-bottom .footer_info .footer_info_left .footer_info_tel li:first-child {
  font-size: 20px;
  text-align: center;
  padding: 0;
}

.content-bottom .footer_info .footer_info_left .footer_info_tel li:last-child {
  text-align: center;
  line-height: 1.6em;
}

.content-bottom .footer_info .footer_info_left .footer_info_tel li:last-child img {
  width: 16px;
  margin: 0 4px 0 0;
}

.content-bottom .footer_info .footer_info_left .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 24px;
}

.content-bottom .footer_info .footer_info_left table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 10px 0 10px;
  border-collapse: initial;
}

.content-bottom .footer_info .footer_info_left table.info_hours tr {
  background: none;
}

.content-bottom .footer_info .footer_info_left table.info_hours th {
  border: 0;
  padding: 10px 0;
  background: none;
  border-bottom: 1px solid #888 !important;
  line-height: 1.2em;
  text-align: center;
}

.content-bottom .footer_info .footer_info_left table.info_hours th .info_hours_reserve {
  background-color: #333;
  color: #fff;
  padding: 5px 0;
  border-radius: 10px;
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}

.content-bottom .footer_info .footer_info_left table.info_hours td {
  border: 0;
  padding: 10px 10px;
  background: none;
  border-bottom: 1px solid #888 !important;
  line-height: 1.2em;
  width: 10%;
}

.content-bottom .footer_info .footer_info_left table.info_hours .info_hours_03 th,
.content-bottom .footer_info .footer_info_left table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}

.content-bottom .footer_info .footer_info_left table.info_hours.hair_removal .info_hours_02 th,
.content-bottom .footer_info .footer_info_left table.info_hours.hair_removal .info_hours_02 td {
  border-bottom: 0 !important;
}

.content-bottom .footer_info .footer_info_left .info_hours_note {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  line-height: 1.4em;
}

.content-bottom .footer_info .footer_info_right iframe {
  width: 100%;
  height: 360px;
}

.content-bottom .footer_info .footer_info_right a.black_arrow::after {
  content: "";
  background-color: #555;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .content-bottom .footer_info {
    padding: 100px 0;
  }
  .content-bottom .footer_info ul {
    padding-left: 0;
  }
  .content-bottom .footer_info .footer_info_left {
    margin: 0 50px 0 0;
    width: 440px;
  }
  .content-bottom .footer_info .footer_info_left .footer_info_tel {
    padding: 10px 0;
  }
  .content-bottom .footer_info .footer_info_left table.info_hours th,
  .content-bottom .footer_info .footer_info_left table.info_hours td {
    text-align: center;
  }
  .content-bottom .footer_info .footer_info_right iframe {
    width: 100%;
    height: 360px;
  }
}

/*フッターメニュー*/
.navi-footer-in a:hover {
  background-color: none;
  color: #008cd6;
}

/*モバイルスライドインメニュー*/
#navi-menu-content {
  background: #fcfcf9;
}

#navi-menu-content .menu-close-button {
  text-align: right;
  color: #4c4537;
  background: #f6f3ea;
}

#navi-menu-content .menu-close-button span {
  padding: 0 10px 0 0;
}

#navi-menu-content .menu-drawer li {
  border-bottom: dotted 1px #008cd6;
  padding: 5px 0;
}

#navi-menu-content .menu-drawer li .sub-menu li {
  position: relative;
  border-bottom: 0;
}

#navi-menu-content .menu-drawer li .sub-menu li:before {
  width: 8px;
  height: 8px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 1em;
  left: -10px;
  content: "";
}

#navi-menu-content .menu-drawer li .sub-menu li:last-child {
  border-bottom: 0;
}

#navi-menu-content .mobile_slide_info {
  padding: 0 10px;
}

#navi-menu-content .mobile_slide_info .footer_info_tel {
  margin: 0 0 10px 0;
  padding: 0;
  border-top: solid 2px #008cd6;
  border-bottom: solid 2px #008cd6;
  font-weight: bold;
  color: #555;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:first-child {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 0;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child {
  text-align: center;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child img {
  width: 24px;
  margin: 0 4px 0 0;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 8vw;
}

#navi-menu-content .mobile_slide_info table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 5px 0 5px;
  border-collapse: initial;
  color: #555;
  margin: 10px 0;
}

#navi-menu-content .mobile_slide_info table.info_hours tr {
  background: none;
}

#navi-menu-content .mobile_slide_info table.info_hours th,
#navi-menu-content .mobile_slide_info table.info_hours td {
  border: 0;
  padding: 5px;
  background: none;
  border-bottom: 1px solid #888 !important;
  letter-spacing: 0.1em;
}

#navi-menu-content .mobile_slide_info table.info_hours .info_hours_03 th,
#navi-menu-content .mobile_slide_info table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}

#navi-menu-content .mobile_slide_info .info_hours_note {
  color: #555;
  font-size: 4vw;
  margin: 5px 0 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}

#navi-menu-content .mobile_slide_info .button a {
  margin: 10px 0;
}

.mobile-menu-buttons {
  background: #008cd6;
  color: #fff;
  font-size: 24px;
  padding: 5px 0;
}

.mobile-menu-buttons .menu-button > a {
  color: #fff;
}

.mobile-menu-buttons .menu-button > a .menu-caption {
  font-size: 14px;
}

.go-to-top-button {
  background-color: #008cd6;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer_info {
    padding: 0;
  }
  .footer_info ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 0 0;
  }
  .footer_info .footer_info_left a img {
    width: 361px;
  }
  .footer_info .footer_info_left p {
    margin: 0 0 10px 0;
  }
  .footer_info .footer_info_left .medical_subjects {
    justify-content: flex-start;
  }
  .footer_info .footer_info_right {
    margin: 0 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right iframe {
    height: 450px;
  }
  .footer_info .footer_info_tel li:first-child {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer_info ul {
    flex-wrap: wrap;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 40px 0;
    width: 500px;
  }
  .footer_info .footer_info_right {
    margin: 0 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right iframe {
    height: 450px;
  }
  .footer_info .footer_info_tel li:first-child {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    text-align: left;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

/*navi*/
@media screen and (min-width: 768px) {
  .hlt-tm-right .navi-in > ul {
    justify-content: center;
    border-bottom: solid 2px #008cd6;
  }
  .hlt-tm-right .navi-in > ul li a {
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px !important;
  }
  .hlt-tm-right .navi-in > ul li a:hover {
    color: #008cd6;
    background-color: initial;
  }
  .hlt-tm-right .navi-in > ul li#menu-item-135:hover .sub-menu {
    display: flex;
  }
  .hlt-tm-right .navi-in > ul li#menu-item-1224:hover .sub-menu {
    display: flex;
  }
  .hlt-tm-right .navi-in > ul .sub-menu {
    background-color: #ffffff;
    border: solid 2px #008cd6;
    border-radius: 10px;
    top: 55px;
    flex-wrap: wrap;
    width: 360px;
    padding: 20px 10px 0 30px;
  }
  .hlt-tm-right .navi-in > ul .sub-menu:hover {
    display: flex;
  }
  .hlt-tm-right .navi-in > ul .sub-menu li {
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 290px;
  }
  .hlt-tm-right .navi-in > ul .sub-menu li::before {
    width: 10px;
    height: 10px;
    background: #008cd6;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: -14px;
    content: "";
  }
  .hlt-tm-right .navi-in > ul .sub-menu li a {
    line-height: 1.4em;
  }
  .hlt-tm-right .navi-in > ul .sub-menu #menu-item-134 {
    height: 70px;
  }
}

/************************************
** TOPページ
************************************/
.page-id-9 article {
  margin-bottom: 0 !important;
}

.page-id-9 .article-header {
  display: none;
}

.page-id-9 .content {
  margin-top: 0;
  overflow: hidden;
}

.page-id-9 .content .content-in {
  width: initial;
}

.page-id-9 main {
  padding: 0;
}

.page-id-9 main .entry-content {
  width: 100% !important;
}

#post-9 h2 {
  background: none;
  color: #333;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 28px;
  line-height: 1.2em;
}

#post-9 h2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #008cd6;
  bottom: -16px;
  left: calc(50% - 15px);
}

@media screen and (min-width: 768px) {
  #post-9 h2 {
    margin: 0 0 60px 0;
    font-size: 36px;
  }
}

/*hero*/
.page-id-9 .hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}

/*インスタグラム*/
.page-id-9 .hero .instagram-button-box {
  position: fixed;
  bottom: 210px;
  right: 10px;
  z-index: 3;
}
.page-id-9 .hero .instagram-button-box .instagram-button {
  /* グラデーション背景 */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  /* 例: Instagramの代表的なグラデーションカラー */
  
  display: inline-flex; /* アイコンとテキスト（もしあれば）を並べるため */
  align-items: center;   /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  
  width: 3.2em;   /* ボタンの幅 */
  height: 3.2em;  /* ボタンの高さ */
  border-radius: 15px; /* 角丸にする場合 */
  
  text-decoration: none; /* 下線を消す */
}

.page-id-9 .hero .instagram-button-box .instagram-icon {
  /* アイコンのサイズ調整 */
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1); /* 白いアイコンにする（もし元のアイコンが色付きの場合） */
  /* または、元から白いアイコンを使う場合はこのfilterは不要 */
}

/* フォントアイコンの場合の例 (Font Awesome) */
.page-id-9 .hero .instagram-button-box .instagram-button .fab.fa-instagram {
  color: #fff; /* アイコンの色を白に */
  font-size: 30px; /* アイコンのサイズ */
}

@media screen and (min-width: 768px) {
  .page-id-9 .hero .instagram-button-box {
    bottom: 444px;
  }
  .page-id-9 .hero .instagram-button-box .instagram-button {
  width: 55px;   /* ボタンの幅 */
  height: 55px;  /* ボタンの高さ */
  }
}


/*初診受付をご希望の方はこちら*/


.page-id-9 .hero .sp_first{
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 3;
}
.page-id-9 .hero .sp_first a {
  position: relative;
    padding: 12px 6px 0px 6px;
    background: orange;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    height: 110px;
    width: 3.2em;
    text-align: left;
    font-size: 16px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    line-height: 1.2em;
}
/* .page-id-9 .hero .sp_first a:before {
  position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/04/first_before.png)no-repeat;
    width: 22px;
    background-size: contain;
    height: 20px;
    bottom: 8px;
    right: 8px;
} */


@media screen and (min-width: 768px) {
	.page-id-9 .hero .pc_first{
		position:fixed;
		bottom:70px;
		right:10px;
		z-index:2;
	}
.page-id-9 .hero .pc_first a {
	padding: 24px 12px 12px 12px;
    background: orange;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    height: 350px;
    width: 55px;
    text-align: left;
    font-size: 18px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    position: relative;
}
.page-id-9 .hero .pc_first a:before {
	content: "";
    background: url(/wp-content/uploads/2023/04/first_before.png);
    background-size: cover;
    width: 22px;
    height: 20px;
    position: absolute;
    bottom: 24px;
    right: 15px;
}
}



.page-id-9 .hero .sp_mv {
  width: 100%;
  height: auto;
}

.page-id-9 .hero .sp_mv img {
  object-fit: cover;
}

.page-id-9 .hero .title {
  position: absolute;
  top: 80px;
  left: 20px;
  font-size: 6vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 4px #fff, -2px 2px 2px #fff, 2px 0px 2px #fff;
}

.page-id-9 .hero .title .title0 {
  background-color: #fff;
  border: solid 1px #008cd6;
  color: #008cd6;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  display: inline-block;
  border-radius: 10px;
  font-size: 7vw;
}

.page-id-9 .hero .title .title1 {
  font-size: 10vw;
  line-height: 1.4;
}

.page-id-9 .hero .title .title2 {
  margin: 30px 0 0 0;
  font-size: 6vw;
  position: relative;
}

.page-id-9 .hero .title .title2::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #555;
  position: absolute;
  top: -16px;
  left: 4px;
}

.page-id-9 .hero .title .title3 span {
  background: #fff;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #008cd6;
  font-size: 18px;
  display: inline-block;
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .page-id-9 .hero {
    height: 500px;
    overflow: hidden;
  }
  .page-id-9 .hero .pc_mv {
    width: 100%;
    height: auto;
  }
  .page-id-9 .hero .pc_mv img {
    object-fit: cover;
    height: 500px;
  }
  .page-id-9 .hero .title {
    font-size: 40px;
    text-shadow: 3px 3px 2px #fff;
    top: 80px;
    left: 50px;
  }
  .page-id-9 .hero .title .title0 {
    font-size: 62px;
  }
  .page-id-9 .hero .title .title1 {
    font-size: 72px;
  }
  .page-id-9 .hero .title .title2 {
    margin: 0;
    font-size: 32px;
    position: relative;
    padding: 0 0 0 90px;
  }
  .page-id-9 .hero .title .title2::before {
    width: 60px;
    height: 2px;
    top: 50%;
    left: 20px;
  }
}

/*lead*/
.page-id-9 .lead {
  background: #ebf8ff;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .page-id-9 .lead {
    padding: 80px 0;
  }
  .page-id-9 .lead .wp-block-group__inner-container {
    width: 1000px;
    margin: 0 auto;
  }
}

/*news*/
.page-id-9 .news {
  padding: 40px 20px;
  position: relative;
}

.page-id-9 .news ul {
  padding: 0;
}

.page-id-9 .news ul li {
  margin: 0 0 10px 0;
  border-bottom: solid 1px #ebf8ff;
}

.page-id-9 .news ul li time {
  border: solid 1px #333;
  border-radius: 20px;
  font-size: 16px;
  padding: 5px 10px;
}

.page-id-9 .news ul li h3 {
  padding: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
  background: none;
  font-weight: initial;
  font-size: 20px;
  border: none !important;
}

.page-id-9 .news ul li h3::before {
  display: none;
}

.page-id-9 .news ul li h3 a {
  text-decoration: none;
  line-height: 1.6em;
}

.page-id-9 .news .news_text_link {
  text-align: right;
  display: block;
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .page-id-9 .news {
    padding: 80px 0;
    margin: 0 auto;
    width: 800px;
  }
  .page-id-9 .news::after {
    top: -30%;
    right: -66%;
    font-size: 20vw;
  }
  .page-id-9 .news ul {
    padding: 0;
  }
  .page-id-9 .news ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0;
  }
  .page-id-9 .news ul li time {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .news {
    width: initial;
    padding: 40px;
  }
}

/*troubles*/
.page-id-9 .troubles {
  background: #ebf8ff;
  padding: 40px 10px;
}

.page-id-9 .troubles p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.page-id-9 .troubles h2::before {
  background-size: cover !important;
  width: 40px !important;
  height: 68px !important;
  background-image: url(/wp-content/uploads/2021/12/trouble_h2before.png) !important;
  top: -5px;
  left: 10px !important;
  background-color: initial !important;
}

.page-id-9 .troubles h2::after {
  content: "";
  position: absolute;
  background-size: cover !important;
  width: 50px !important;
  height: 68px !important;
  background-image: url(/wp-content/uploads/2021/12/trouble_h2after.png) !important;
  background: 0;
  top: -5px;
  right: 0px !important;
}

.page-id-9 .troubles ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
}

.page-id-9 .troubles ul li {
  width: 46%;
  margin: 0 0 20px 0;
}

.page-id-9 .troubles ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #008cd6;
  text-decoration: none;
  height: 160px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.page-id-9 .troubles ul li a:hover {
  background: #0378b7;
}

.page-id-9 .troubles ul li a:hover img:nth-of-type(2) {
  opacity: 0;
}

.page-id-9 .troubles ul li a:hover h3 {
  color: #fff;
}

.page-id-9 .troubles ul li a h3 {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  padding: 0 !important;
  line-height: 1.4em !important;
  border: none !important;
}

.page-id-9 .troubles ul li a h3::before {
  display: none;
}

.page-id-9 .troubles ul li a img {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  display: block;
}

.page-id-9 .troubles ul li a p.button {
  color: #fff;
  display: block;
  text-align: center;
  background: #008cd6;
  padding: 5px 0;
  margin: 0;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-id-9 .troubles ul li a p.button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0378b7;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 10px;
}

.page-id-9 .troubles ul li a p.button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media screen and (min-width: 768px) {
  .page-id-9 .troubles {
    padding: 80px 0;
  }
  .page-id-9 .troubles ul {
    width: 1000px;
    margin: 0 auto;
  }
  .page-id-9 .troubles p {
    margin: 0 0px 30px 0;
  }
  .page-id-9 .troubles h2::before {
    width: 60px !important;
    height: 102px !important;
    top: -45px;
    left: calc(50% - 380px) !important;
  }
  .page-id-9 .troubles h2::after {
    width: 75px !important;
    height: 102px !important;
    top: -45px;
    right: calc(50% - 400px) !important;
  }
  .page-id-9 .troubles ul {
    justify-content: center;
  }
  .page-id-9 .troubles ul li {
    width: 230px;
    margin: 0 20px 20px 0;
  }
  .page-id-9 .troubles ul li a {
    height: 230px;
  }
  .page-id-9 .troubles ul li a h3 {
    font-size: 18px;
    padding: 20px 0 10px 0;
    text-align: center;
  }
  .page-id-9 .troubles ul li a img {
    height: 100px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .troubles .wp-block-group__inner-container {
    width: initial;
  }
  .page-id-9 .troubles ul a {
    padding: 30px 0;
  }
}

/*doctor*/
.page-id-9 .doctor {
  background: #ebf8ff;
  padding: 40px 20px;
  position: relative;
}

.page-id-9 .doctor figure {
  box-shadow: 10px 10px 0px 0 #f6f3ea !important;
}

@media screen and (min-width: 768px) {
  .page-id-9 .doctor {
    padding: 80px 0;
  }
  .page-id-9 .doctor .wp-block-group__inner-container {
    width: 800px;
    margin: 0 auto;
  }
  .page-id-9 .doctor .wp-block-group__inner-container .button {
    margin: 0 0 0 auto;
    width: 300px;
  }
  .page-id-9 .doctor figure img {
    position: relative;
    box-sizing: border-box;
    background-color: #ccc;
  }
  .page-id-9 .doctor figure img::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    transform-origin: 50% 0;
    transform: translateY(50%) skewY(-45deg) skewX(25deg) scaleY(1.5);
    transition: transform 1s;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .doctor {
    padding: 80px 40px;
  }
  .page-id-9 .doctor .wp-block-group__inner-container {
    width: initial;
  }
}

/*top_staff*/
.top_staff {
  padding: 40px 20px;
  position: relative;
}

.top_staff ul {
  padding-left: 0 !important;
}

.top_staff .top_staff_feature {
  border-radius: 10px;
  padding: 20px;
  background: #ebf8ff;
}

.top_staff .top_staff_feature h3 {
  color: #008cd6;
  padding: 0 0 20px 0 !important;
}

.top_staff .top_staff_feature h3::before {
  display: none;
}

.top_staff .staff_occupation .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 0;
  display: block;
  font-weight: bold;
}

.top_staff .staff_occupation .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.top_staff table {
  border-collapse: separate;
}

.top_staff table tr:first-child th {
  border-top: solid 1px #333;
}

.top_staff table tr:first-child td {
  border-top: solid 1px #333;
}

.top_staff table tr th {
  background-color: #ebf8ff;
  color: #333;
  border: 0;
  padding: 10px;
  width: 20%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

.top_staff table tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

@media screen and (min-width: 768px) {
  .top_staff .wp-block-group__inner-container {
    width: 1000px;
    margin: 0 auto;
  }
  .top_staff .wp-block-group__inner-container ul li {
    margin: 0 auto;
    width: 640px;
  }
  .top_staff .wp-block-group__inner-container .top_staff_feature {
    padding: 50px;
  }
  .top_staff .wp-block-group__inner-container .staff_occupation .wp-block-column P a::after {
    top: 10px;
  }
  .top_staff .wp-block-group__inner-container table tr th {
    text-align: center;
  }
}
#post-9 .top_staff_recruit_list > div > h2{
	font-size:6vw;
}
#post-9 .top_staff_recruit_list .su-post{
	border-bottom:solid 1px #008cd6;
	margin:0;
}

#post-9 .top_staff_recruit_list .su-post h2{
	font-size:18px;
	text-align:left;
	margin:20px 0;
	line-height:1.6em;
}
#post-9 .top_staff_recruit_list .su-post h2:before{
	content:none;
}
#post-9 .top_staff_recruit_list .su-post .su-post-meta{
	display:none;
}
#post-9 .top_staff_recruit_list .su-post .su-post-excerpt{
	display:none;
}
@media screen and (min-width: 768px) {
	#post-9 .top_staff_recruit_list > div > h2{
	font-size:36px;
}
}


/*top_access*/
.top_access {
  padding: 40px 20px;
  position: relative;
  background-color: #ebf8ff;
}

.top_access .entry-header {
  margin: 0 0 60px 0;
}

.top_access .info_hours_note {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  line-height: 1.4em;
}

.top_access .access h3 {
  padding: 0px 0 0 30px;
  margin: 40px 0 10px 0 !important;
}

.top_access .access h4 {
  text-align: center;
}

.top_access .access #metaslider-id-306 .caption-wrap {
  background: #f6f3ea;
  color: #555;
  font-weight: bold;
  opacity: 1;
}

.top_access .access #metaslider-id-306 img {
  margin: 0 0 30px 0 !important;
}

.top_access .access .access_how {
  margin: 20px 0;
}

.top_access .access .access_how .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}

.top_access .access .access_how .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.top_access .access iframe {
  width: 100%;
  height: 400px;
}

.top_access .access .car_image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_access .wp-block-group__inner-container {
    width: 1000px;
    margin: 0 auto;
  }
  .top_access .entry-header {
    margin: 0 0 60px 0;
  }
  .top_access .access h3 {
    padding: 0px 0 0 45px;
    margin: 40px 0 20px 0 !important;
  }
  .top_access .access h4 {
    text-align: center;
  }
  .top_access .access #metaslider-id-306 {
    width: 800px !important;
    margin: 0 auto;
  }
  .top_access .access #metaslider-id-306 .caption-wrap {
    padding: 20px;
  }
  .top_access .access .button a {
    width: 300px;
  }
  .top_access .access .access_how {
    margin: 60px 0;
  }
  .top_access .access .access_how .wp-block-column P a {
    position: relative;
    border-bottom: solid 1px #333;
    text-decoration: none;
    padding: 0 30px 10px 40px;
    display: block;
    font-weight: bold;
  }
  .top_access .access .access_how .wp-block-column P a::after {
    content: "";
    background-color: #333;
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    transition: 0.5s;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .top_access .access iframe {
    width: 100%;
    height: 400px;
  }
}

.page-id-9 .top_access {
  padding: 40px 20px;
  position: relative;
}

.page-id-9 .top_access .top_access_text_link {
  text-align: right;
  display: block;
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .page-id-9 .top_access {
    padding: 80px 0;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .top_access {
    width: initial;
    padding: 40px;
  }
}

/*top_open_time*/
.open_time {
  padding: 40px 20px;
  position: relative;
}

.open_time table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 10px 0 10px;
  border-collapse: initial;
  margin: 0 0 10px 0;
  text-align: center;
}

.open_time table.info_hours tr {
  background: none;
}

.open_time table.info_hours th {
  border: 0;
  padding: 10px 0;
  background: none;
  border-bottom: 1px solid #888 !important;
  line-height: 1.2em;
}

.open_time table.info_hours th .info_hours_reserve {
  background-color: #333;
  color: #fff;
  padding: 5px 0;
  border-radius: 10px;
  display: block;
  margin: 0 auto 5px;
}

.open_time table.info_hours td {
  border: 0;
  padding: 10px 0;
  background: none;
  border-bottom: 1px solid #888 !important;
  line-height: 1.2em;
  width: 10%;
}

.open_time table.info_hours .info_hours_03 th,
.open_time table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}

.open_time table.info_hours.hair_removal .info_hours_02 th,
.open_time table.info_hours.hair_removal .info_hours_02 td {
  border-bottom: 0 !important;
}

.open_time .info_hours_note {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .open_time .wp-block-group__inner-container {
    width: 800px;
    margin: 0 auto;
  }
  .open_time .wp-block-group__inner-container table.info_hours td {
    font-size: 24px;
  }
}

/*engage*/
.engage_pc {
    display: flex;
    width: 500px;
    margin: 0 auto;
  }
  
.engage_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-id-9 .engage {
    width: initial;
    padding: 40px 20px;
  }

  .engage_pc {
    display: none;
  }
  
  .engage_sp {
    display: flex;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}



/************************************
** 下層ページ
************************************/
.page .content {
  margin-top: 0;
}

.page .content .wrap {
  margin: 0;
  width: initial;
}

.page .content .wrap .main {
  padding: 0;
}

.page .content .wrap .main .entry-header .entry-title {
  text-align: center;
  background: #f6f3ea;
  padding: 30px 0;
  margin: 0;
}

.page .content .wrap .main .entry-header .date-tags {
  display: none;
}

.page .content .wrap .main .entry-content {
  width: 90%;
  margin: 20px auto;
}

.page .content .wrap .main .entry-content .sv {
  border-radius: 10px;
  margin: 20px auto;
}

.page .content .wrap .main .entry-content .sv img {
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}

.page .content .wrap .main .entry-content h2 {
  background: #008cd6;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 10px;
}

.page .content .wrap .main .entry-content .case_list {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #008cd6;
  padding: 0 20px 20px;
  margin: 0 0 60px 0;
}

.page .content .wrap .main .entry-content .case_list h2 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  line-height: 1.6em;
  color: #333;
}

@media screen and (min-width: 768px) {
  .page .content {
    margin-top: 0;
  }
  .page .content .wrap {
    margin: 0;
    width: initial;
  }
  .page .content .wrap .main {
    padding: 0;
    overflow: hidden;
  }
  .page .content .wrap .main .entry-header .entry-title {
    padding: 60px 0;
  }
  .page .content .wrap .main .entry-content {
    margin: 50px auto;
  }
  .page .content .wrap .main .entry-content .sv {
    margin: 50px calc(50% - 50vw);
    width: 100vw;
  }
  .page .content .wrap .main .entry-content .sv img {
    height: 320px;
    width: 90%;
  }
  .page .content .wrap .main .entry-content h2 {
    font-size: 32px;
    padding: 20px;
  }
  .page .content .wrap .main .entry-content .case_list {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #008cd6;
    padding: 20px 20px 60px 20px;
    margin: 0 0 60px 0;
  }
  .page .content .wrap .main .entry-content .case_list h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    line-height: 1.6em;
    color: #333;
  }
  .page .content .wrap .main .entry-content .case_list .button_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page .content .wrap .main .entry-content .case_list .button_list .button {
    width: 300px;
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .page .content .wrap .main .entry-content {
    width: 1000px;
  }
}

/*部位別共通*/
.case_content_lead {
  font-size: 16px;
  font-weight: bold;
}

.content_bottom_troubles {
  background: #ebf8ff;
  padding: 40px 20px 20px;
  margin: 80px 0;
}

.content_bottom_troubles h2 {
  background: none;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  color: #4c4537;
  text-align: center;
}

.content_bottom_troubles p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.content_bottom_troubles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.content_bottom_troubles ul li {
  width: 48%;
}

.content_bottom_troubles ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border: solid 1px #008cd6;
  text-decoration: none;
}

.content_bottom_troubles ul li a h3 {
  margin: 0 !important;
  border: 0 !important;
  font-size: 12px;
  text-align: center;
}

.content_bottom_troubles ul li a h3::before {
  display: none;
}

.content_bottom_troubles ul li a img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

.wp-block-spacer_case {
  height: 50px;
}

.case_list h2::first-letter {
  font-size: 36px;
  color: #008cd6;
}

.case_content h2.case {
  position: relative;
  padding: 0 0 0 46px !important;
  font-size: 24px;
}

.case_content h2.case::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/memo_icon.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 0;
}

.case_content h2.case span {
  font-size: 0.8em;
  display: inline-block;
  color: #f89276;
  border: solid 1px #f89174;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  margin: 5px 0 0 5px;
  background: #ebf8ff;
}

.case_content h2.case span::after {
  content: "etc";
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .case_content_lead {
    font-size: 20px;
  }
  .content_bottom_troubles {
    padding: 80px 0 60px;
    margin: 120px 0 0 0;
  }
  .content_bottom_troubles .wp-block-group__inner-container {
    width: 1200px;
    margin: 0 auto;
  }
  .content_bottom_troubles p {
    text-align: center;
    margin: 0 0px 30px 0;
  }
  .content_bottom_troubles ul li {
    width: 17%;
  }
  .content_bottom_troubles ul li a {
    padding: 20px 0 30px;
  }
  .content_bottom_troubles ul li a h3 {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
  .wp-block-spacer_case {
    height: 150px;
  }
  .case_content h2.case span {
    font-size: 0.6em;
    margin: 0 0 0 8px;
    top: 3px;
    position: absolute;
  }
  .case_content h2.case::before {
    top: -2px;
  }
}

/*クリニックついて*/
.page-id-112 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-112 .about_lead {
  font-weight: bold;
  font-size: 18px;
}

.page-id-112 .concept {
  background-image: url(/wp-content/uploads/2021/10/about1.jpg);
  background-size: 120% auto;
  padding: 10px;
  background-position: center 0px;
  background-repeat: no-repeat;
}

.page-id-112 .concept .concept_frame {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 200px 10px 10px 10px;
  border: solid 1px #4c4537;
}

.page-id-112 .concept .concept_frame h2 {
  text-align: center;
}

.page-id-112 .hospital_list {
  padding-left: 0;
}

.page-id-112 .hospital_list li {
  position: relative;
  padding: 10px 0 10px 30px;
}

.page-id-112 .hospital_list li::before {
  width: 10px;
  height: 10px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 18px;
  left: 10px;
  content: "";
}

@media screen and (min-width: 768px) {
  .page-id-112 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-112 .about_lead {
    text-align: center;
    font-size: 24px;
    font-weight: initial;
  }
  .page-id-112 .concept {
    background-position: center -340px;
    margin: 0 calc(50% - 50vw) 80px;
    padding: 0 calc(50vw - 50%);
    height: 700px;
    position: relative;
  }
  .page-id-112 .concept .concept_frame {
    padding: 30px;
    position: absolute;
    top: 200px;
    width: 600px;
    height: 300px;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .page-id-112 .concept .concept_frame h2 {
    text-align: center;
  }
  .page-id-112 .gallery figcaption {
    font-size: 18px;
  }
}

/*診療時間・アクセス*/
.page-id-122 .open_time {
  padding: 50px 0 0;
}

.page-id-122 .top_access {
  padding: 0 0 50px;
  background: none;
}

.page-id-122 .top_access .access h3.normal {
  margin: 0 0 20px 0 !important;
  padding: 0 0 0 20px !important;
}

.page-id-122 .top_access .access h3.normal::before {
  height: 130%;
  top: -24%;
}

.page-id-122 .top_access .access h3.car {
  position: relative;
  border-left: none !important;
  padding: 0 0 0 35px !important;
}

.page-id-122 .top_access .access h3.car::before {
  content: "";
  position: absolute;
  background-size: cover !important;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/car_icon.png) !important;
  background: 0;
  top: -2px;
  left: 0px;
}

.page-id-122 .top_access .access .access_illust_map li {
  position: relative;
}

.page-id-122 .top_access .access .access_illust_map li::before {
  width: 10px;
  height: 10px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: -14px;
  content: "";
}

@media screen and (min-width: 768px) {
  .page-id-122 .open_time {
    padding: 100px 0 0;
  }
  .page-id-122 .open_time table.info_hours {
    font-size: 20px;
  }
  .page-id-122 .open_time table.info_hours th {
    padding: 30px 0;
  }
  .page-id-122 .open_time .wp-block-group__inner-container {
    width: initial;
  }
  .page-id-122 .top_access .access h3.car::before {
    top: 2px;
    left: 0px;
  }
}

/*よくある質問*/
.questions h3 {
  padding: 0 0 0 50px !important;
  min-height: 20px;
  border-left: none !important;
}

.questions h3::before {
  content: "Q";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #ebf8ff;
  font-size: 22px;
  color: #008cd6;
  line-height: 2;
}

.questions .answer {
  position: relative;
  padding: 10px 10px 10px 50px;
  margin: 20px 0 50px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: justify;
}

.questions .answer::before {
  content: "A.";
  position: absolute;
  top: 0px;
  left: 16px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  font-size: 24px;
  color: #f1a0b4;
}

@media screen and (min-width: 768px) {
  .questions {
    padding: 20px 20px 20px 50px;
    margin: 30px 0 80px;
  }
  .questions .answer::before {
    top: 14px;
  }
}

/*医師紹介*/
.page-id-897 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-897 .doctor h2 {
  background: #f6f3ea !important;
  color: #555 !important;
  margin: 0 0 20px 0 !important;
  padding: 10px !important;
  font-size: 16px !important;
}

.page-id-897 .doctor .doctor_intro {
  position: relative;
}

.page-id-897 .doctor .doctor_intro .doctor_director_image {
  position: relative;
  box-shadow: 20px 20px 0px 0 #f6f3ea !important;
  width: 80%;
  display: flex;
  justify-content: center;
}

.page-id-897 .doctor .doctor_intro .doctor_message {
  position: absolute;
  bottom: 40px;
  left: -22px;
  font-size: 4.8vw;
  background: #008cd6;
  color: #fff;
  opacity: 0.95;
  font-weight: bold;
  line-height: 1.6;
  padding: 5px 10px;
  z-index: 1;
}

.page-id-897 .history li {
  position: relative;
}

.page-id-897 .history li:before {
  width: 6px;
  height: 6px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: -12px;
  content: "";
}

@media screen and (min-width: 768px) {
  .page-id-897 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-897 .doctor h2 {
    margin: 0 0 40px 0 !important;
  }
  .page-id-897 .doctor .doctor_intro {
    position: relative;
  }
  .page-id-897 .doctor .doctor_intro .doctor_director_image {
    position: relative;
  }
  .page-id-897 .doctor .doctor_intro .doctor_director_image + p {
    text-align: center;
  }
  .page-id-897 .doctor .doctor_intro .doctor_message {
    top: 440px;
    left: initial;
    right: 80px;
    bottom: initial;
    font-size: 52px;
    width: initial;
    writing-mode: vertical-rl;
    padding: 20px 10px;
    text-orientation: upright;
    line-height: 1em;
    font-feature-settings: initial;
    text-align: justify;
  }
  .page-id-897 .doctor .history {
    margin: 0;
  }
  .page-id-897 .doctor .history li::before {
    top: 12px;
  }
}

/*はじめての方へ*/
.page-id-917 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-917 .first_flow {
  padding: 40px;
  border: solid 1px #555;
  position: relative;
  margin: 0 0 80px 0 !important;
}

.page-id-917 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-917 .first_flow h3 {
  border-bottom: 1px solid #555 !important;
  padding: 8px 0px !important;
  margin: 0 0 30px 0 !important;
  border-left: none !important;
}

.page-id-917 .first_flow h3::before {
  content: none;
}

.page-id-917 .first_flow:last-child::after {
  display: none;
}

/*当院の感染対策*/
.page-id-938 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-938 h2 {
  color: #555 !important;
  margin: 30px 0 !important;
  padding: 20px 0 !important;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
  line-height: 1.4;
  line-height: 1.4;
  background: none !important;
}

.page-id-938 h3 {
  text-indent: -1.2em;
  padding: 5px 0 5px 2em !important;
  margin: 0 0 10px 0 !important;
}

.page-id-938 .five_measures ul {
  padding-left: 0;
}

/*検査・診断書*/
.page-id-948 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-948 .examination_block {
  padding: 20px;
  border: solid 1px #4c4537;
  border-radius: 10px;
  margin: 0 0 100px 0;
  background: #fff;
}

.page-id-948 .examination_block .examination_name {
  font-size: 20px;
  text-align: center;
}

.page-id-948 .examination_block .examination_price {
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  margin: -20px 0 30px 0;
}

.page-id-948 .examination_block .examination_border {
  padding: 8px 0px;
  border-bottom: solid 1px #4c4537;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .page-id-948 .examination_block {
    padding: 0px 40px 40px 40px;
  }
  .page-id-948 .examination_block .examination_name {
    font-size: 28px;
  }
}

/*院内の様子・設備紹介*/
.page-id-969 .gallery h3 {
  text-align: center;
  border-left: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-969 .gallery h3::before {
  content: none;
}

.page-id-969 .gallery figure {
  width: 90%;
  margin: 0 auto 50px !important;
}

.page-id-969 .gallery figcaption {
  font-size: 16px;
}

/*整形外科*/
.page-id-114 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-114 .orthopedic_lead .wp-block-column:last-child figure {
  border-radius: 10px;
}

.page-id-114 .symptom_list {
  background-color: #f6f3ea;
  width: 100vw;
  margin: 0px calc(50% - 50vw) 60px;
  padding: 20px 20px 40px;
}

.page-id-114 .symptom_list h3 {
  color: #4c4537;
}

.page-id-114 .symptom_list h3::before {
  content: none;
}

.page-id-114 .symptom_list ul {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.page-id-114 .symptom_list ul li {
  padding-left: 1em !important;
  text-indent: -1em;
}

.page-id-114 .symptom_list ul li::before {
  font-family: fontawesome;
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  /*アイコンの色*/
}

.page-id-114 .symptom_list p {
  text-align: left;
  margin: 20px 0;
}

.page-id-114 .orthopedic_traffic ul li {
  position: relative;
}

.page-id-114 .orthopedic_traffic ul li::before {
  width: 10px;
  height: 10px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 0.5em;
  left: -20px;
  content: "";
}

@media screen and (min-width: 768px) {
  .page-id-114 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-114 .orthopedic_lead {
    margin: 0 0 60px 0;
  }
  .page-id-114 .symptom_list {
    padding: 100px 0;
  }
  .page-id-114 .symptom_list h3 {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-id-114 .symptom_list ul {
    padding: 40px;
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-114 .symptom_list ul li {
    margin: 0 40px 0 0;
    line-height: 3em;
  }
  .page-id-114 .symptom_list p {
    text-align: center;
  }
  .page-id-114 .target {
    padding: 100px 0 0;
  }
  .page-id-114 .target table tr th {
    padding: 40px;
  }
  .page-id-114 .target table tr td {
    padding: 40px;
  }
}

/*リハビリテーション科*/
.page-id-116 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-116 .rehabilitation_lead {
  margin: 0 0 60px 0;
}

.page-id-116 .rehabilitation_lead .wp-block-column:last-child figure {
  border-radius: 10px;
}

.page-id-116 .concept {
  background-image: url(/wp-content/uploads/2022/01/mv_pc2.jpg);
  background-size: cover;
  padding: 10px;
  background-position: center 0px;
  background-repeat: no-repeat;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 50px;
}

.page-id-116 .concept .concept_frame {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 360px 10px 40px 10px;
  border: solid 1px #4c4537;
}

.page-id-116 .concept .concept_frame h2 {
  text-align: center;
}

.page-id-116 .concept .concept_frame li {
  position: relative;
}

.page-id-116 .concept .concept_frame li:before {
  width: 6px;
  height: 6px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: -12px;
  content: "";
}

.page-id-116 .symptom_list {
  background-color: #f6f3ea;
  width: 100vw;
  margin: 0px calc(50% - 50vw) 50px;
  padding: 40px 20px 40px;
}

.page-id-116 .symptom_list h3 {
  color: #4c4537;
}

.page-id-116 .symptom_list h3::before {
  content: none;
}

.page-id-116 .symptom_list ul {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.page-id-116 .symptom_list ul li {
  padding-left: 1em !important;
  text-indent: -1em;
}

.page-id-116 .symptom_list ul li::before {
  font-family: fontawesome;
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  /*アイコンの色*/
}

.page-id-116 .symptom_list p {
  text-align: left;
}

.page-id-116 .gallery figure img {
  width: 100%;
}

.page-id-116 .gallery figure figcaption {
  font-size: 16px;
}

.page-id-116 .target_disease {
  margin: 0 0 60px 0;
}

.page-id-116 .target table {
  border-collapse: separate;
}

.page-id-116 .target table tr:first-child th {
  border-top: solid 1px #333;
}

.page-id-116 .target table tr:first-child td {
  border-top: solid 1px #333;
}

.page-id-116 .target table tr th {
  background-color: #f6f3ea;
  color: #333;
  border: 0;
  padding: 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

.page-id-116 .target table tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

.page-id-116 .adapt .wp-block-column {
  position: relative;
}

.page-id-116 .adapt .wp-block-column .number {
  position: absolute;
  top: -50px;
  left: -20px;
  font-size: 74px;
  font-weight: bold;
  font-style: italic;
  color: #008cd6;
}

@media screen and (min-width: 768px) {
  .page-id-116 .entry-header {
    margin: 0 0 120px 0;
  }
  .page-id-116 .rehabilitation_lead {
    margin: 0 0 120px 0;
  }
  .page-id-116 .concept {
    background-position: center 0;
    margin: 0 calc(50% - 50vw) 100px;
    padding: 0 calc(50vw - 50%);
    height: 1250px;
    position: relative;
    background-size: cover;
  }
  .page-id-116 .concept .concept_frame {
    padding: 30px;
    position: absolute;
    width: 800px;
    height: auto;
    top: 600px;
    right: 0;
    bottom: initial;
    left: 0;
    margin: auto;
  }
  .page-id-116 .concept .concept_frame h2 {
    text-align: center;
  }
  .page-id-116 .concept .concept_frame ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-116 .concept .concept_frame ul li {
    margin: 0 40px 10px 0;
  }
  .page-id-116 .concept .concept_frame ul li:before {
    top: 12px;
  }
  .page-id-116 .symptom_list {
    padding: 100px 0;
  }
  .page-id-116 .symptom_list h3 {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-id-116 .symptom_list ul {
    padding: 40px;
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-116 .symptom_list ul li {
    margin: 0 40px 0 0;
    line-height: 3em;
  }
  .page-id-116 .symptom_list p {
    text-align: center;
  }
  .page-id-116 .gallery figure figcaption {
    font-size: 18px;
  }
  .page-id-116 .target {
    padding: 100px 0 0;
  }
  .page-id-116 .target table tr th {
    padding: 40px;
  }
  .page-id-116 .target table tr td {
    padding: 40px;
  }
  .page-id-116 .adapt .wp-block-column .price_table {
    width: 100% !important;
  }
}

/*高校生からの医療脱毛*/
.page-id-1172 h2 {
  color: #fff !important;
  background: #ffb452 !important;
  border-radius: 20px;
  padding: 10px 20px !important;
}

.page-id-1172 h3 {
  border-left: solid 4px #ffb452 !important;
}

.page-id-1172 .questions h3 {
  border: 0 !important;
}

.page-id-1172 .list_noline li::before {
  background: #ffb452;
}

.page-id-1172 .button a {
  background: #ffb452;
}

.page-id-1172 .button a::before {
  background: #ff9000;
}

.page-id-1172 .price p {
  color: #ff9000;
}

.page-id-1172 .price_table .price2lines {
  font-size: 0.5rem;
  line-height: 0.6rem;
  display: inline;
  text-align: right;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .page-id-1172 .price_table {
    font-size: 20px;
  }
  .page-id-1172 .price_table .price2lines {
    font-size: 0.5rem;
    line-height: 0.6rem;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 3px;
  }
}

/*ボトックス*/
.page-id-1179 h2 {
  color: #fff !important;
  background: #ffb452 !important;
  border-radius: 20px;
  padding: 10px 20px !important;
}

.page-id-1179 h3 {
  border-left: solid 4px #ffb452 !important;
}

.page-id-1179 .questions h3 {
  border: 0 !important;
}

.page-id-1179 .list_noline li::before {
  background: #ffb452;
}

.page-id-1179 .button a {
  background: #ffb452;
}

.page-id-1179 .button a::before {
  background: #ff9000;
}

.page-id-1179 .price p {
  color: #ff9000;
}

.page-id-1179 .price_table .price2lines {
  font-size: 0.5rem;
  line-height: 0.6rem;
  display: inline;
  text-align: right;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .page-id-1179 .price_table {
    font-size: 20px;
  }
  .page-id-1179 .price_table .price2lines {
    font-size: 0.5rem;
    line-height: 0.6rem;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 3px;
  }
}

/*自由診療*/
.page-id-118 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-118 .wp-image-386 {
  width: 100%;
}

.page-id-118 .self-funded-medical-treatment_list {
  margin: 20px 0;
}

.page-id-118 .self-funded-medical-treatment_list .wp-block-column P.orange_circle a::before {
  content: "●";
  position: absolute;
  top: -50%;
  left: 10px;
  font-size: 34px;
  color: #f39a26;
}

.page-id-118 .self-funded-medical-treatment_list .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}

.page-id-118 .self-funded-medical-treatment_list .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-id-118 .self-funded-medical-treatment_content {
  border: solid 1px #f19c1f;
  padding: 20px;
  border-radius: 10px;
}

.page-id-118 .self-funded-medical-treatment_content h3::before {
  background: #f19c1f;
}

.page-id-118 .self-funded-medical-treatment_content h4 {
  border-top: 2px solid #f19c1f;
  border-bottom: 2px solid #f19c1f;
  margin: 0 0 20px;
}

.page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:first-child {
  order: 1;
}

.page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:last-child {
  order: 0;
}

.page-id-118 .self-funded-medical-treatment_content .cosme_content figure img {
  border-radius: 10px;
}

.page-id-118 .self_button_list {
  margin: 0 0 20px 0;
}

.page-id-118 .self_button_list .button a {
  background: linear-gradient(to right, #ffb753, #f1930f);
}

.page-id-118 .self_button_list .button a::before {
  background: #f19c1f;
}

@media screen and (min-width: 768px) {
  .page-id-118 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-118 .wp-image-386 {
    width: 100%;
  }
  .page-id-118 .self-funded-medical-treatment_list {
    margin: 20px 0;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P.orange_circle a::before {
    top: -40%;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P a {
    position: relative;
    border-bottom: solid 1px #333;
    text-decoration: none;
    padding: 0 30px 10px 40px;
    display: block;
    font-weight: bold;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P a::after {
    content: "";
    background-color: #333;
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    transition: 0.5s;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .page-id-118 .self-funded-medical-treatment_content {
    padding: 40px;
  }
  .page-id-118 .self-funded-medical-treatment_content h4 {
    margin: 0 40px 40px;
  }
  .page-id-118 .self-funded-medical-treatment_content h4.cosme_content_h4 {
    text-align: left;
    margin: 80px 0 -50px 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content {
    margin: 60px 0 0 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:first-child {
    order: 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:last-child {
    order: 1;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content figure {
    margin: 50px 0 0 0;
  }
  .self_button_list {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .self_button_list .button {
    margin: 0 20px 0 0;
  }
  .self_button_list .button a {
    width: 260px;
  }
}

/*採用情報*/
.page-id-999 .top_staff{
	padding:0;
}
.page-id-999 .top_staff_recruit_list > div > h2{
	font-size:6vw;
}
.page-id-999 .top_staff_recruit_list .su-posts{
	background: #fff;
    padding: 0 20px;
    border: solid 1px #008cd6;
    border-radius: 10px;
}
.page-id-999 .top_staff_recruit_list .su-post{
	border-bottom:solid 1px #008cd6;
	margin:0;
}
.page-id-999 .top_staff_recruit_list .su-post:last-child{
	border-bottom:none;
}
.page-id-999 .top_staff_recruit_list .su-post h2{
	font-size: 18px !important;
    text-align: left;
    margin: 20px 0 !important;
    line-height: 1.6em;
    background: none !important;
}
.page-id-999 .top_staff_recruit_list .su-post h2:before{
	content:none;
}
.page-id-999 .top_staff_recruit_list .su-post .su-post-meta{
	display:none;
}
.page-id-999 .top_staff_recruit_list .su-post .su-post-excerpt{
	display:none;
}
@media screen and (min-width: 768px) {
	.page-id-999 .top_staff_recruit_list > div > h2{
	font-size:36px;
}
}


/*サイトマップ　sitemap*/
.page-id-1117 ul#sitemap_list {
  padding-left: 40px;
}

.page-id-1117 ul#sitemap_list li {
  position: relative;
}

.page-id-1117 ul#sitemap_list li :before {
  width: 5px;
  height: 5px;
  background: #008cd6;
  border-radius: 10px;
  position: absolute;
  top: 11px;
  left: -13px;
  content: "";
}

.page-id-1117 ul#sitemap_list li a {
  text-decoration: none;
}

/************************************
** 投稿
************************************/
.a-wrap:hover {
  background-color: #ebf8ff;
}

.widget_recent_entries ul li a:hover {
  background-color: #ebf8ff;
}

.widget_archive ul li a:hover {
  background-color: #ebf8ff;
}

/*お知らせ一覧ページ*/
.archive .a-wrap {
  border-bottom: 1px solid #333;
}

.archive .a-wrap figure {
  display: none;
}

.archive .a-wrap .entry-card-content {
  margin-left: 0;
}

.archive .a-wrap .entry-card-snippet {
  display: block;
}

.archive h3 {
  background: none;
  padding: 0 0 0 20px;
}

/*お知らせ　詳細ページ*/
.single .entry-content {
  border: solid 1px #555;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.single .under-entry-content figure {
  display: none;
}

.single h3 {
  background: none;
  padding: 0 0 0 20px;
}

/*採用情報*/
/*single-recruit*/
.single-recruit .entry-content {
	border:0;
	background:0;
	padding:0;
}
.single-recruit .date-tags {
	display:none;
}
.single-recruit table {
  border-collapse: separate;
}

.single-recruit table tr:first-child td {
  border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

.single-recruit table tr:nth-child(2) td {
  border-top: solid 1px #333;
}

.single-recruit table tr td:first-child {
  background-color: #ebf8ff;
  color: #333;
  border: 0;
  padding: 10px;
  width: 20%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
	border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.single-recruit table tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

@media screen and (min-width: 768px) {
  .single-recruit .wp-block-group__inner-container {
    width: 1000px;
    margin: 0 auto;
  }
  .single-recruit .wp-block-group__inner-container ul li {
    margin: 0 auto;
    width: 640px;
  }
  .single-recruit .wp-block-group__inner-container .top_staff_feature {
    padding: 50px;
  }
  .single-recruit .wp-block-group__inner-container .staff_occupation .wp-block-column P a::after {
    top: 10px;
  }
  .single-recruit .wp-block-group__inner-container table tr th {
    text-align: center;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
