@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
:root {
  --clinic_color_ginza: #be9330;
  --clinic_color_shinjuku: #000;
  --clinic_color_ikebukuro: #47a92c;
  --clinic_color_yokohama: #0a9ab4;
  --clinic_color_sendai: #ae99dd;
  --clinic_color_nagoya: #154280;
  --clinic_color_osaka: #d7712e;
  --clinic_color_fukuoka: #f2b1b1;
}
@media screen and (min-width: 761px) {
  /*▼▼共通▼▼*/
  body {
    background-color: #fff;
    min-width: 1200px;
    overflow-x: scroll;
  }
  a,
  img {
    width: 100%;
    display: block;
  }
  .pc_none {
    display: none;
  }
  .auto {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  #back-top {
    display: none;
    bottom: 70px;
    right: 40px;
    position: fixed;
    width: 62px;
    z-index: 99;
    mix-blend-mode: difference;
  }
  /*▲▲共通▲▲*/
  /*▼▼Line Awesomeのパディング調整▼▼*/
  .la,
  .las,
  .lab {
    padding-right: 4px;
  }
  /*▲▲Line Awesomeのパディング調整▲▲*/
  .first_caption {
    background-color: #efefef;
    font-size: 14px;
    padding: 5px 0 5px 20px;
    text-align: left;
    margin: 0 0 20px;
  }
  /*▼▼ヘッダー▼▼*/
  header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  header .main_logo {
    width: 240px;
    margin: auto auto auto 53px;
  }
  /*▲▲ヘッダー▲▲*/
  /*▼▼ハンバーガーメニュー▼▼*/
  #navi_wrapper .header-nav > li {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
  }
  #navi_wrapper .header-nav > li:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #navi_wrapper .header-nav > li .webfont_eng {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    padding-left: 26px;
  }
  #navi_wrapper input {
    display: none;
  }
  .nav-icon-wrap {
    position: fixed;
    top: 58px;
    right: 5%;
    cursor: pointer;
    mix-blend-mode: difference;
    z-index: 9999;
  }
  #main_nav:checked + .nav-icon-wrap {
    position: fixed;
    z-index: 99999;
  }
  .nav-icon {
    position: relative;
    display: block;
    width: 50px;
    height: 40px;
    background-color: transparent;
  }
  .nav-icon::before,
  .nav-icon::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    transition: 0.3s all;
    z-index: 999999;
  }
  .nav-icon::after {
    top: 25px;
  }
  #main_nav ~ .close_bg {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: transparent;
    visibility: hidden;
  }
  #main_nav:checked ~ .close_bg {
    visibility: visible;
  }
  .header-nav-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.3s;
    width: 500px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    margin-left: 14%;
    z-index: 9999;
  }
  .header-nav-inner {
    height: 100%;
    color: #fff;
    padding: 70px 50px 100px;
    overflow-y: scroll;
    margin-left: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
  }
  .header-nav-inner .main_logo {
    width: 60%;
    margin: 0 auto 15px;
  }
  .header-nav-inner .table_wrapper {
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding: 6px 17px 10px;
    border: 2px solid #fde1e6;
    border-radius: 20px;
  }
  .header-nav-inner .table_wrapper .top_text {
    z-index: 10;
    position: relative;
    margin-bottom: 5px;
  }
  .header-nav-inner .table_wrapper .top_text tr {
    border-bottom: 1px solid #fde1e6;
    font-size: 1.3rem;
  }
  .header-nav-inner .table_wrapper .top_text tr th {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px;
  }
  .header-nav-inner .table_wrapper .top_text tr td {
    width: 11%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px;
  }
  .header-nav-inner .table_wrapper .top_text tr td img {
    width: 23px;
    margin: 0 auto;
  }
  .header-nav-inner .table_wrapper .tyusyaku {
    font-size: 1.1rem;
    z-index: 10;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
  }
  .header-nav-inner .table_wrapper .top_text .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  #main_nav:checked ~ .bg_color {
    visibility: visible;
    opacity: 1;
    left: 0;
    pointer-events: auto;
  }
  .header-nav {
    text-align: center;
    margin: 0 auto;
  }
  .header-nav .btn_reserve {
    border-radius: 10px;
    border: 2px solid #fff;
    text-align: center !important;
  }
  .header-nav .btn_reserve:hover {
    border: 2px solid #d89c9c;
    transition: 0.3s;
  }
  #navi_wrapper .header-nav > li.btn_reserve a {
    display: flex;
    min-height: 74px;
    justify-content: center;
    align-items: center;
  }
  #navi_wrapper .header-nav > li.btn_reserve a .inner_icon {
    display: inline-block;
  padding-left: 26px;
  background-image: url(/common/img/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  }
  .header-nav-wrap .entory_btn {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 auto 32px;
    text-align: center;
  }
  .header-nav-wrap .entory_btn a {
    width: 100%;
    border-radius: 7px;
    padding: 22px 5% 21px;
    background-color: #f884aa;
    background-image: url("../img/share/ptn_dots_01.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 12px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .header-nav-wrap .entory_btn a::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 7px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .header-nav-wrap .entory_btn .icon {
    display: inline-block;
    padding-left: 26px;
    color: #fffb9b;
    font-weight: 600;
    background-image: url("../img/share/arrow_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
  }
  .header-nav-wrap .link_area h4 {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
  }
  .header-nav-wrap .link_box {
    text-align: center;
    margin-bottom: 30px;
  }
  .header-nav-wrap .link_y {
    color: #31cfcf;
  }
  .header-nav-wrap .link_g {
    color: #fa88b0;
  }
  .header-nav-wrap .link_box .tel-link {
    padding-left: 26px;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
    background-image: url("../img/share/icon_tel_y.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    margin-bottom: 12px;
  }
  .header-nav-wrap .link_g .tel-link {
    background-image: url("../img/share/icon_tel_g.png");
  }
  .header-nav-wrap .link_box .tel-link a {
    font-weight: 600;
  }
  .header-nav-wrap .link_box .sns_list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-nav-wrap .link_box .sns_list li {
    width: 34px;
    margin: 0 8px;
  }
  .header-nav .btn_reserve .las {
    padding-right: 2px !important;
  }
  .header-nav .btn_reserve .webfont_eng {
    padding-left: 0 !important;
  }
  #main_nav:checked ~ .header-nav-wrap {
    display: block;
    right: 0;
  }
  #main_nav:checked ~ .header-nav-wrap::before {
    opacity: 1;
    visibility: visible;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon {
    position: relative;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon::before {
    width: 50px;
    top: 15px;
    background-color: #fff;
    transform: rotate(45deg);
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon::after {
    width: 50px;
    top: 15px;
    background-color: #fff;
    transform: rotate(-45deg);
    z-index: 999999;
  }
  #navi_wrapper {
    flex-direction: column;
    overflow: hidden;
  }
  #navi_wrapper .header-nav > li.parent_nav .eng {
    font-size: 12px;
    display: block;
  }
  #navi_wrapper .header-nav > li a {
    padding: 10px 0 10px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
  }
  #navi_wrapper .header-nav > li a:hover {
    color: #d89c9c;
  }
  #navi_wrapper .header-nav > li .inner {
    padding: 16px 0 15px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #003366;
  }
  #navi_wrapper .navi_child {
    width: 100%;
    background-color: #f7f7f7;
  }
  #navi_wrapper .navi_child li {
    width: 100%;
    border-top: 1px solid #cdd4da;
  }
  #navi_wrapper .navi_child li a {
    width: 100%;
    color: #003366;
    padding: 14px 0 13px 20px;
  }
  /*▲▲ハンバーガーメニュー▲▲*/
  /*▼▼モーダル▼▼*/
  .remodal-wrapper .tel_box .box {
    width: 300px;
    margin: 0 auto 14px;
  }
  .remodal-wrapper .tel_box .box:nth-of-type(2) {
    margin-bottom: 14px;
  }
  .remodal-wrapper .tel_box .box:last-of-type {
    margin-bottom: 0;
  }
  /*▲▲モーダル▲▲*/
  #conts_doctor {
    padding-top: 75px;
    margin-bottom: 100px;
    clear: both;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #conts_doctor .auto {
    width: 1120px;
  }
  #conts_doctor h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 73px;
  }
  #conts_doctor h2 .webfont_eng {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #conts_doctor .doctor_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
  }
  #conts_doctor .doctor_list::before {
    content: "";
    display: block;
    width: 240px;
    height: 0;
    order: 1;
  }
  #conts_doctor .doctor_list::after {
    content: "";
    display: block;
    width: 240px;
    height: 0;
  }
  #conts_doctor .doctor_list li {
    width: 240px;
    border: 5px solid #000;
    margin-bottom: 40px;
  }
  #conts_doctor .doctor_list li .name {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 10px 5% 2px;
    background-color: #000;
  }
  #conts_doctor .doctor_list li .position {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
  }
  #conts_doctor .doctor_list li .position .small {
    display: inline-block;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
  }
  /*▲▲ドクター▲▲*/
  /*▼▼クリニック▼▼*/
  #conts_clinic {
    margin-bottom: 137px;
    overflow: hidden;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #conts_clinic .auto {
    width: 1000px;
  }
  #conts_clinic h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 73px;
  }
  #conts_clinic h2 .webfont_eng {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #conts_clinic h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-top: 43px;
    margin-bottom: 43px;
  }
  #conts_clinic .tab {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
  }
  #conts_clinic .tab li {
    width: calc(100% / 8 - 7px);
    margin-right: 8px;
  }
  #conts_clinic .tab li:last-of-type {
    margin-right: 0;
  }
  #conts_clinic .tab li a {
    display: block;
    font-weight: 600;
    text-align: center;
    border: 1px solid #000;
    padding: 18px 10px 16px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    transition-duration: 0.3s;
  }
  #conts_clinic .tab li a:hover,
  #conts_clinic .tab li.active a {
    color: #fff;
    border-color: transparent;
    background-color: #000;
  }
  #conts_clinic .tab .tab_gz a:hover,
  #conts_clinic .tab .tab_gz.active a {
    background-color: var(--clinic_color_ginza);
  }
  #conts_clinic .tab .tab_sj a:hover,
  #conts_clinic .tab .tab_sj.active a {
    background-color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .tab .tab_ib a:hover,
  #conts_clinic .tab .tab_ib.active a {
    background-color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .tab .tab_yh a:hover,
  #conts_clinic .tab .tab_yh.active a {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .tab .tab_sd a:hover,
  #conts_clinic .tab .tab_sd.active a {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .tab .tab_ngy a:hover,
  #conts_clinic .tab .tab_ngy.active a {
    background-color: var(--clinic_color_nagoya);
  }
  #conts_clinic .tab .tab_os a:hover,
  #conts_clinic .tab .tab_os.active a {
    background-color: var(--clinic_color_osaka);
  }
  #conts_clinic .tab .tab_fo a:hover,
  #conts_clinic .tab .tab_fo.active a {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .tab li a:hover::before,
  #conts_clinic .tab li.active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #conts_clinic .tab .tab_gz a:hover::before,
  #conts_clinic .tab li.tab_gz.active a::before {
    border-color: var(--clinic_color_ginza) transparent transparent transparent;
  }
  #conts_clinic .tab .tab_sj a:hover::before,
  #conts_clinic .tab li.tab_sj.active a::before {
    border-color: var(--clinic_color_shinjuku) transparent transparent
      transparent;
  }
  #conts_clinic .tab .tab_ib a:hover::before,
  #conts_clinic .tab li.tab_ib.active a::before {
    border-color: var(--clinic_color_ikebukuro) transparent transparent
      transparent;
  }
  #conts_clinic .tab .tab_yh a:hover::before,
  #conts_clinic .tab li.tab_yh.active a::before {
    border-color: var(--clinic_color_yokohama) transparent transparent
      transparent;
  }
  #conts_clinic .tab .tab_sd a:hover::before,
  #conts_clinic .tab li.tab_sd.active a::before {
    border-color: var(--clinic_color_sendai) transparent transparent transparent;
  }
  #conts_clinic .tab .tab_ngy a:hover::before,
  #conts_clinic .tab li.tab_ngy.active a::before {
    border-color: var(--clinic_color_nagoya) transparent transparent transparent;
  }
  #conts_clinic .tab .tab_os a:hover::before,
  #conts_clinic .tab li.tab_os.active a::before {
    border-color: var(--clinic_color_osaka) transparent transparent transparent;
  }
  #conts_clinic .tab .tab_fo a:hover::before,
  #conts_clinic .tab li.tab_fo.active a::before {
    border-color: var(--clinic_color_fukuoka) transparent transparent
      transparent;
  }
  #conts_clinic .tabContents {
    width: 100%;
    padding: 70px 50px 0;
    display: none;
    justify-content: space-between;
    position: relative;
  }
  #conts_clinic .tabContents.active {
    display: flex;
    flex-wrap: wrap;
  }
  #conts_clinic .tabContents .bg_text {
    font-size: 140px;
    line-height: 0.8;
    color: #fbfbfb;
    position: absolute;
    left: 468px;
    top: 0;
    pointer-events: none;
  }
  #conts_clinic .tabContents .img {
    width: 370px;
    margin-bottom: 50px;
  }
  #conts_clinic .tabContents .text_box {
    width: calc(100% - 418px);
    padding: 0 20px 0 0;
    position: relative;
    margin-bottom: 50px;
  }
  #conts_clinic .tabContents .text_box h5 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  #conts_clinic .tabContents .text_box dl {
    width: 100%;
    display: table;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
  }
  #conts_clinic .tabContents .text_box dl:last-of-type {
    margin-bottom: 0;
  }
  #conts_clinic .tabContents .text_box dl dt {
    width: 84px;
    display: table-cell;
  }
  #conts_clinic .tabContents .text_box dl dd {
    display: table-cell;
  }
  #conts_clinic .text_box .tel_btn_2022 {
    width: 266px;
    text-align: center;
    margin-bottom: 12px;
  }
  #conts_clinic .text_box .tel_btn_2022 a {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 12px 4px 11px;
    background-color: #fff;
    transition-duration: 0.3s;
  }
  #conts_clinic .display_ginza .tel_btn_2022 a {
    border-color: var(--clinic_color_ginza);
    color: var(--clinic_color_ginza);
  }
  #conts_clinic .display_shinjuku .tel_btn_2022 a {
    border-color: var(--clinic_color_shinjuku);
    color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .display_ikebukuro .tel_btn_2022 a {
    border-color: var(--clinic_color_ikebukuro);
    color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .display_yokohama .tel_btn_2022 a {
    border-color: var(--clinic_color_yokohama);
    color: var(--clinic_color_yokohama);
  }
  #conts_clinic .display_sendai .tel_btn_2022 a {
    border-color: var(--clinic_color_sendai);
    color: var(--clinic_color_sendai);
  }
  #conts_clinic .display_nagoya .tel_btn_2022 a {
    border-color: var(--clinic_color_nagoya);
    color: var(--clinic_color_nagoya);
  }
  #conts_clinic .display_osaka .tel_btn_2022 a {
    border-color: var(--clinic_color_osaka);
    color: var(--clinic_color_osaka);
  }
  #conts_clinic .display_fukuoka .tel_btn_2022 a {
    border-color: var(--clinic_color_fukuoka);
    color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .text_box .tel_btn_2022:hover a {
    color: #fff;
  }
  #conts_clinic .display_ginza .tel_btn_2022:hover a {
    background-color: var(--clinic_color_ginza);
  }
  #conts_clinic .display_shinjuku .tel_btn_2022:hover a {
    background-color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .display_ikebukuro .tel_btn_2022:hover a {
    background-color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .display_yokohama .tel_btn_2022:hover a {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .display_sendai .tel_btn_2022:hover a {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .display_nagoya .tel_btn_2022:hover a {
    background-color: var(--clinic_color_nagoya);
  }
  #conts_clinic .display_osaka .tel_btn_2022:hover a {
    background-color: var(--clinic_color_osaka);
  }
  #conts_clinic .display_fukuoka .tel_btn_2022:hover a {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .text_box .tel_btn_2022 .btn_inner {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    text-align: left;
  }
  #conts_clinic .text_box .tel_btn_2022 .icon {
    display: block;
    width: 27px;
    height: 27px;
    padding: 6px 6px 4px;
    border-radius: 50%;
    background-color: #000;
    fill: #fff;
    transition-duration: 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #conts_clinic .display_ginza .tel_btn_2022 .icon {
    background-color: var(--clinic_color_ginza);
  }
  #conts_clinic .display_shinjuku .tel_btn_2022 .icon {
    background-color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .display_ikebukuro .tel_btn_2022 .icon {
    background-color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .display_yokohama .tel_btn_2022 .icon {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .display_sendai .tel_btn_2022 .icon {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .display_nagoya .tel_btn_2022 .icon {
    background-color: var(--clinic_color_nagoya);
  }
  #conts_clinic .display_osaka .tel_btn_2022 .icon {
    background-color: var(--clinic_color_osaka);
  }
  #conts_clinic .display_fukuoka .tel_btn_2022 .icon {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .text_box .tel_btn_2022:hover .icon {
    background-color: #fff;
  }
  #conts_clinic .text_box .tel_btn_2022 svg {
    display: block;
    width: 100% !important;
    transition-duration: 0.3s;
  }
  #conts_clinic .tel_btn_2022:hover #_x32_ {
    fill: var(--clinic_color_ginza);
  }
  #conts_clinic .tel_btn_2022:hover #_x33_ {
    fill: var(--clinic_color_shinjuku);
  }
  #conts_clinic .tel_btn_2022:hover #_x34_ {
    fill: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .tel_btn_2022:hover #_x35_ {
    fill: var(--clinic_color_yokohama);
  }
  #conts_clinic .tel_btn_2022:hover #_x36_ {
    fill: var(--clinic_color_sendai);
  }
  #conts_clinic .tel_btn_2022:hover #_x37_ {
    fill: var(--clinic_color_nagoya);
  }
  #conts_clinic .tel_btn_2022:hover #_x38_ {
    fill: var(--clinic_color_osaka);
  }
  #conts_clinic .tel_btn_2022:hover #_x39_ {
    fill: var(--clinic_color_fukuoka);
  }
  #conts_clinic .text_box .tel_btn_2022 .time {
    display: block;
    font-size: 10px;
  }
  #conts_clinic .tabContents .text_box .sns-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #conts_clinic .text_box .sns-link li {
    width: 30px;
    height: 30px;
    margin: 0 6px 0 0;
  }
  #conts_clinic .tabContents .text_box .sns-link li a {
    display: block;
    line-height: 0;
  }
  #conts_clinic .tabContents .text_box .sns-link li img {
    width: 100%;
  }
  #conts_clinic .tabContents .gmap_btn {
    width: 400px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
  }
  #conts_clinic .tabContents .gmap_btn a {
    padding: 22px 5% 21px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
  }
  /*▲▲クリニック▲▲*/
  /*▼▼お問い合わせタイトル▼▼*/
  #conts_contact_title {
    clear: both;
    padding: 124px 0 0;
    background-color: #f8f8f8;
  }
  #conts_contact_title h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }
  #conts_contact_title h2 .webfont_eng {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  /*▲▲お問い合わせタイトル▲▲*/
  /*▼▼WEB予約▼▼*/
  #web_reserve {
    background-color: #f8f8f8;
  }
  #web_reserve .auto {
    width: 900px;
    padding: 70px 0 70px;
    text-align: center;
  }
  #web_reserve p {
    text-align: center;
    margin: -20px 0 20px 0;
    font-size: 16px;
  }
  #web_reserve .webreserve_caution {
    margin: -12px 0 30px;
  }
  #web_reserve .webreserve_caution a {
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-decoration: underline;
  }
  #web_reserve .webreserve_caution a:hover {
    text-decoration: none;
  }
  #web_reserve ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  #web_reserve li {
    width: calc(100% / 6 - 15px);
    padding: 12px 0;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 8px 0 0;
  }
  #web_reserve li:last-child {
    margin-right: 0;
  }
  #web_reserve .web_reserve_ginza {
    background-color: var(--clinic_color_ginza);
  }
  #web_reserve .web_reserve_shinjuku {
    background-color: var(--clinic_color_shinjuku);
  }
  #web_reserve .web_reserve_ikebukuro {
    background-color: var(--clinic_color_ikebukuro);
  }
  #web_reserve .web_reserve_yokohama {
    background-color: var(--clinic_color_yokohama);
  }
  #web_reserve .web_reserve_sendai {
    background-color: var(--clinic_color_sendai);
  }
  #web_reserve .web_reserve_nagoya {
    background-color: var(--clinic_color_nagoya);
  }
  #web_reserve .web_reserve_osaka {
    background-color: var(--clinic_color_osaka);
  }
  #web_reserve .web_reserve_fukuoka {
    background-color: var(--clinic_color_fukuoka);
  }
  /*▲▲WEB予約▲▲*/
  /*▼▼お問い合わせフォーム▼▼*/
  .form_box {
    width: 100%;
    text-align: left;
    background-color: #dce7f4;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .form_box .auto {
    width: 830px;
    padding: 0 0 70px;
  }
  .form_box #form_title {
    padding-top: 70px;
  }
  .contact_title {
    width: 90%;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 auto 34px;
  }
  .contact_caution {
    margin: -16px auto 30px;
    font-size: 16px;
    text-align: center;
  }
  .contact_notice {
    width: 600px;
    font-size: 14px;
    line-height: 1.6;
    margin: -16px auto 24px;

    display: none;
  }
  .contact_notice li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .contact_notice li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  /*▲▲お問い合わせフォーム▲▲*/
  /*▼▼フッター▼▼*/
  footer {
    width: 100%;
    line-height: 1.5;
    clear: both;
    padding: 26px 5% 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    background-color: #efefef;
    margin: 0;
  }
  /*▲▲フッター▲▲*/
  /*▼▼サンクスページ▼▼*/
  #thanks_area {
    display: flex;
    min-height: calc(100vh - 198px);
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  #thanks_area h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: bold;
  }
  #thanks_area p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  /*▲▲サンクスページ▲▲*/
  /* 年末年始のお知らせ */
  .holiday_conts {
    clear: both;
    border: 2px solid #f2eee7;
    background-color: #fff;
    padding: 30px 0 30px;
    margin: 20px auto 60px;
    width: 860px !important;
    float: unset !important;
  }
  .holiday_conts h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 14px 0;
  }
  .holiday_conts p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    margin: 0 0 14px;
  }
  .holiday_conts p:last-of-type {
    margin-bottom: 0;
  }
  /*注意書き*/
  .warning_text {
    width: 858px;
    height: 65px;
    font-size: 20px;
    text-align: center;
    padding: 14px 5% 14px;
    border-radius: 5px;
    margin: 0 auto 30px;
    border: 1px solid #000;
  }
  .warning_text::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-image: url(../img/icon_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px;
    margin: 0 6px 4px 0;
  }
  /*ドクターへの自信*/
  .conts_doctor_pride {
    padding: 100px 0 80px;
    margin: 0;
    background-color: #fff;
  }
  .conts_doctor_pride .what_h2_box {
    display: flex;
    min-height: 390px;
    padding-top: 140px;
    position: relative;
    align-items: flex-start;
    margin-bottom: 42px;
  }
  .conts_doctor_pride .what_h2_box::before {
    content: "";
    display: block;
    width: 50vw;
    min-width: 600px;
    height: calc(100% + 100px);
    background: linear-gradient(
      90deg,
      rgba(255, 235, 235, 1) 0%,
      rgba(235, 185, 189, 1) 35%
    );
    position: absolute;
    right: 50%;
    top: 44px;
  }
  .conts_doctor_pride .what_h2_box h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #df9da2;
    font-weight: 600;
    padding: 24px 46px 16px;
    background-color: #fff;
    position: relative;
  }
  .conts_doctor_pride .what_h2_box .img {
    width: calc(50vw + 115px);
    min-width: 600px;
    height: 390px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: calc(50% - 115px);
  }
  .conts_doctor_pride .what_h2_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .conts_doctor_pride .what_boxes {
    margin-bottom: 100px;
    position: relative;
  }
  .conts_doctor_pride .what_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    align-items: center;
  }
  .conts_doctor_pride .what_box:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .conts_doctor_pride .what_box:last-of-type {
    margin-bottom: 0;
  }
  .conts_doctor_pride .what_box .text_box {
    width: calc(50% - 62px);
    font-size: 17px;
    line-height: 2;
  }
  .conts_doctor_pride .what_box h4 {
    font-size: 29px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    letter-spacing: normal !important;
    margin-bottom: 20px !important;
  }
  .conts_doctor_pride .what_box .img {
    width: calc(50% - 30px);
    position: relative;
    z-index: 1;
  }
  .conts_doctor_pride .what_box .img::before {
    content: "";
    display: block;
    width: 74%;
    height: 54%;
    background-image: linear-gradient(
      90deg,
      rgba(230, 218, 226, 1),
      rgba(213, 174, 185, 1)
    );
    position: absolute;
    right: 30px;
    bottom: -26px;
    z-index: -1;
  }
  .conts_doctor_pride .what_box p {
    font-size: 17px;
  }
  .conts_doctor_pride .directore_box {
    display: flex;
    width: 800px;
    min-height: 230px;
    text-align: left;
    padding: 23px 26px 26px 213px;
    margin: 0 auto;
    border-top: 10px solid #df9da2;
    background-color: #f9f9f9;
    position: relative;
    flex-direction: column;
    justify-content: center;
  }
  .conts_doctor_pride .directore_box .img {
    width: 170px;
    position: absolute;
    left: 26px;
    top: calc(50% - 5px);
    transform: translateY(-50%);
  }
  .conts_doctor_pride .directore_box .text {
    margin-bottom: 30px;
  }
  .conts_doctor_pride .directore_box .name {
    display: flex;
    justify-content: flex-end;
  }
  .conts_doctor_pride .directore_box .name_img {
    display: inline-block;
    width: 181px;
    margin-left: 20px;
  }
  .conts_doctor_pride .directore_box .name_img .letter_w {
    display: none !important;
  }
  /*▼▼定額プラン▼▼*/
  .conts_teigaku .tab_teigaku li.tab_gz a {
    background-color: var(--clinic_color_ginza);
  }
  .conts_teigaku .tab_teigaku li.tab_sj a {
    background-color: var(--clinic_color_shinjuku);
  }
  .conts_teigaku .tab_teigaku li.tab_ib a {
    background-color: var(--clinic_color_ikebukuro);
  }
  .conts_teigaku .tab_teigaku li.tab_yh a {
    background-color: var(--clinic_color_yokohama);
  }
  .conts_teigaku .tab_teigaku li.tab_sd a {
    background-color: var(--clinic_color_sendai);
  }
  .conts_teigaku .tab_teigaku li.tab_ngy a {
    background-color: var(--clinic_color_nagoya);
  }
  .conts_teigaku .tab_teigaku li.tab_os a {
    background-color: var(--clinic_color_osaka);
  }
  .conts_teigaku .tab_teigaku li.tab_fo a {
    background-color: var(--clinic_color_fukuoka);
  }
  .conts_teigaku {
    width: 100%;
    clear: both;
    position: relative;
  }
  .conts_teigaku .teigaku_block {
    width: 780px;
    padding-bottom: 78px;
    margin: 0 auto;
    position: relative;
  }
  .conts_teigaku .teigaku_block::before {
    content: "";
    display: block;
    background: linear-gradient(to right bottom, #d9b8d1 0%, #a1b8df 100%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: -1;
  }
  .conts_teigaku .teigaku_block::after {
    content: "";
    display: block;
    background: #fff;
    width: calc(100% - 46px);
    height: calc(100% - 46px);
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: -1;
  }
  .conts_teigaku h2 {
    width: 780px;
    margin: 0 auto 27px;
  }
  .conts_teigaku h3 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 16px;
  }
  .conts_teigaku .tab_teigaku {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .conts_teigaku .tab_teigaku li {
    width: 104px;
    margin-right: 8px;
  }
  .conts_teigaku .tab_teigaku li:last-of-type {
    margin-right: 0;
  }
  .conts_teigaku .tab_teigaku li a {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 6px 6px 5px;
    border-radius: 100px;
    background-color: #ddd;
    position: relative;
    transition-duration: 0.3s;
  }
  .conts_teigaku .tab_teigaku li a .small {
    display: block;
    font-size: 10px;
  }
  .conts_teigaku .remodal {
    display: none;
    padding: 30px 5% 30px;
  }
  .remodal_teigaku .box {
    display: block;
    width: 100% !important;
  }
  .remodal_teigaku img {
    display: block;
    width: 100% !important;
  }
  .conts_teigaku .btn {
    width: 640px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 7px 7px 0px 0px #dbdbdb;
    position: relative;
  }
  .conts_teigaku .btn a {
    padding: 12px 30px 14px;
  }
  .conts_teigaku .btn .small {
    font-size: 14px;
  }
  .conts_teigaku .btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 6px auto 0;
    border-style: solid;
    border-width: 14px 18px 0 18px;
    border-color: #a0b7e0 transparent transparent transparent;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%);
  }
  /*▲▲定額プラン▲▲*/
  /*▼▼本ページ監修医師/医師紹介▼▼*/
  section.supervision {
    border: 14px solid #eee;
    padding: 28px 32px 30px;
    margin: 70px auto;
    width: 640px !important;
    float: none;
    background-color: #fff;
  }
  section.supervision h3 {
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 22px;
  }
  section.supervision dl {
    display: flex;
    width: 100%;
    align-items: center;
  }
  section.supervision dl dt {
    width: 220px;
    margin-right: 30px;
  }
  section.supervision dl dd {
    width: calc(100% - 250px);
    padding-bottom: 8px;
  }
  section.supervision dl dd h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  section.supervision dl dd h4 .small {
    font-size: 14px;
  }
  section.supervision dl dd p {
    font-size: 15px;
    line-height: 1.8;
  }
  /*▲▲本ページ監修医師/医師紹介▲▲*/
    /*▼▼スマホ追尾ボタンモーダル▼▼*/
.remodal.remodal_sp_link {
    width: 100%;
  padding: 34px 5% 30px;
}
.remodal_sp_link .contact_title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.remodal_sp_link .sub_title {
  display: flex;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
  justify-content: space-between;
}
.remodal_sp_link .summary {
  width: 49%;
  margin: 0;
}
.remodal_sp_link .summary dt {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #be9330;
  padding: 4px 2px 3px;
  margin: 0 0 6px;
}
.remodal_sp_link .summary:last-of-type dt {
  background-color: #d89c9c;
}
.remodal_sp_link .summary dd {
  width: 100%;
  margin: 0;
}
.remodal_sp_link .contact_list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.remodal_sp_link .contact_list li:last-of-type {
  margin-bottom: 0;
}
.remodal_sp_link .contact_list .contact_clinic {
  display: flex;
  text-align: left;
}
.remodal_sp_link .contact_list .contact_clinic dt {
  display: flex;
  width: 86px;
  font-size: 16px;
  line-height: 1.3;
  background: none;
  color: #000;
  padding: 0;
  margin: 0;
  align-items: center;
}
  .remodal_sp_link .contact_list .display_ginza dt {
    color: var(--clinic_color_ginza);
  }
  .remodal_sp_link .contact_list .display_shinjuku dt {
    color: var(--clinic_color_shinjuku);
  }
  .remodal_sp_link .contact_list .display_ikebukuro dt {
    color: var(--clinic_color_ikebukuro);
  }
  .remodal_sp_link .contact_list .display_yokohama dt {
    color: var(--clinic_color_yokohama);
  }
  .remodal_sp_link .contact_list .display_sendai dt {
    color: var(--clinic_color_sendai);
  }
  .remodal_sp_link .contact_list .display_nagoya dt {
    color: var(--clinic_color_nagoya);
  }
  .remodal_sp_link .contact_list .display_osaka dt {
    color: var(--clinic_color_osaka);
  }
  .remodal_sp_link .contact_list .display_fukuoka dt {
    color: var(--clinic_color_fukuoka);
  }
.remodal_sp_link .contact_list .contact_clinic dt .small {
  display: block;
  font-size: 10px;
}
.remodal_sp_link .contact_list .contact_clinic dd {
  width: calc((100% - 86px)/2 - 2px);
  height: auto;
  font-size: 10px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -.04em;
  background-color: #b4b4b4;
  border-radius: 4px;
  margin: 0 4px 0 0;
}
  .remodal_sp_link .contact_list .display_ginza dd {
    background-color: var(--clinic_color_ginza);
  }
  .remodal_sp_link .contact_list .display_shinjuku dd {
    background-color: var(--clinic_color_shinjuku);
  }
  .remodal_sp_link .contact_list .display_ikebukuro dd {
    background-color: var(--clinic_color_ikebukuro);
  }
  .remodal_sp_link .contact_list .display_yokohama dd {
    background-color: var(--clinic_color_yokohama);
  }
  .remodal_sp_link .contact_list .display_sendai dd {
    background-color: var(--clinic_color_sendai);
  }
  .remodal_sp_link .contact_list .display_nagoya dd {
    background-color: var(--clinic_color_nagoya);
  }
  .remodal_sp_link .contact_list .display_osaka dd {
    background-color: var(--clinic_color_osaka);
  }
  .remodal_sp_link .contact_list .display_fukuoka dd {
    background-color: var(--clinic_color_fukuoka);
  }
.remodal_sp_link .contact_list .contact_clinic dd:last-of-type {
  margin-right: 0;
  background-color: #d89c9c;
}
.remodal_sp_link .contact_list .contact_clinic dd a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 6px 2px;
  justify-content: center;
}
.remodal_sp_link .contact_list .contact_clinic dd .inner_text {
  display: flex;
  height: 100%;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  align-items: center;
}
.remodal_sp_link .contact_list .contact_clinic .btn_mail .inner_text {
  background-image: url(/common/img/icon_mail.png);
}
.remodal_sp_link .contact_list .contact_clinic .btn_web .inner_text {
  background-image: url(/common/img/icon_calendar.png);
}
  /*▲▲スマホ追尾ボタンモーダル▲▲*/
}
/*▼▼スマートフォン▼▼*/
@media screen and (max-width: 760px) {
  /*▼▼共通▼▼*/
  html,
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
  }
  .sp_btn {
    transition: all .5s;
    opacity: 0;
    position: relative;
    z-index: 11;
  }
  .sp_btn.view {
    opacity: 1;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  a,
  img {
    width: 100%;
    display: block;
  }
  .sp_none {
    display: none;
  }

  #sp_tel_btn {
    width: 50%;
    text-align: center;
    padding: 12px 1% 10px 2%;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  #sp_tel_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0 6px;
    background: #12c0cc;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  #sp_tel_btn .eng {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
  #sp_contact_btn {
    width: 50%;
    text-align: center;
    padding: 12px 2% 10px 1%;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
  #sp_contact_btn {
    width: 100%;
    padding: 12px 3% 10px;
  }
  #sp_contact_btn a {
    width: 100%;
    min-height: 50px;
    display: flex;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0 6px;
    background: #d89c9c;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #sp_contact_btn a i {
    font-size: 20px;
  }
  #sp_contact_btn .eng {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
  #sp_contact_btn a .inner_icon {
    display: inline-block;
  padding-left: 20px;
  background-image: url(/common/img/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  }
  #back-top {
    display: none;
    position: fixed;
    bottom: 86px;
    right: 3%;
    width: 48px;
    z-index: 9999;
    mix-blend-mode: difference;
  }
  /*▲▲共通▲▲*/
  /*▼▼Line Awesomeのパディング調整▼▼*/
  .la,
  .las,
  .lab {
    padding-right: 5px;
  }
  /*▲▲Line Awesomeのパディング調整▲▲*/
  .first_caption {
    display: flex;
    height: 38px;
    background-color: #efefef;
    font-size: 11px;
    padding: 2px 8px 2px;
    text-align: left;
    align-items: center;
  }
  .first_caption p {
    font-size: 11px;
    line-height: 1.3;
  }
  /*▼▼ヘッダー▼▼*/
  header {
    width: 100%;
    height: 56px;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  header .main_logo {
    width: 136px;
    margin: auto 5%;
  }
  /*▲▲ヘッダー▲▲*/
  /*▼▼モーダル▼▼*/
  body .remodal-wrapper {
    padding: 0 5%;
  }
  body .remodal {
    width: 90%;
  }
  .remodal-wrapper .tel_box .box {
    max-width: 300px;
    margin: 0 auto 14px;
  }
  .remodal-wrapper .tel_box .box img {
    width: 100%;
  }
  .remodal-wrapper .tel_box .box:nth-of-type(2) {
    margin-bottom: 14px;
  }
  .remodal-wrapper .tel_box .box:last-of-type {
    margin-bottom: 0;
  }
  /*▲▲モーダル▲▲*/
  /*▼▼ハンバーガーメニュー▼▼*/
  #navi_wrapper .header-nav > li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: left;
  }
  #navi_wrapper .header-nav > li:last-of-type {
    margin-bottom: 0;
  }
  #navi_wrapper .header-nav > li .webfont_eng {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 2px;
    padding-left: 25px;
  }
  #navi_wrapper input {
    display: none;
  }
  .nav-icon-wrap {
    position: fixed;
    top: 52px;
    right: 5%;
    cursor: pointer;
    background: transparent;
    mix-blend-mode: difference;
    z-index: 999999;
  }
  #main_nav:checked + .nav-icon-wrap {
    position: fixed;
  }
  .nav-icon {
    position: relative;
    display: block;
    width: 30px;
    height: 26px;
  }
  .nav-icon::before,
  .nav-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 8px;
    right: 0;
    transition: 0.3s all;
    background-color: #fff;
    z-index: 999999;
  }
  .nav-icon::after {
    top: 17px;
  }
  #main_nav ~ .close_bg {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
  }
  #main_nav:checked ~ .close_bg {
    visibility: visible;
  }
  .header-nav-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    transition: all 0.3s;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
  }
  .header-nav-inner {
    height: 100%;
    color: #fff;
    padding: 40px 20px 50px;
    overflow-y: scroll;
    margin-left: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
  }
  .header-nav-inner .main_logo {
    width: 60%;
    margin: 0 auto 15px;
  }
  .header-nav-inner .table_wrapper {
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding: 6px 17px 10px;
    border: 2px solid #fde1e6;
    border-radius: 20px;
  }
  .header-nav-inner .table_wrapper .top_text {
    z-index: 10;
    position: relative;
    margin-bottom: 5px;
  }
  .header-nav-inner .table_wrapper .top_text tr {
    border-bottom: 1px solid #fde1e6;
    font-size: 1.3rem;
  }
  .header-nav-inner .table_wrapper .top_text tr th {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px;
  }
  .header-nav-inner .table_wrapper .top_text tr td {
    width: 11%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 5px;
  }
  .header-nav-inner .table_wrapper .top_text tr td img {
    width: 23px;
    margin: 0 auto;
  }
  .header-nav-inner .table_wrapper .tyusyaku {
    font-size: 1.1rem;
    z-index: 10;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
  }
  .header-nav-inner .table_wrapper .top_text .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  #main_nav:checked ~ .bg_color {
    visibility: visible;
    opacity: 1;
    left: 0;
    pointer-events: auto;
  }
  .header-nav {
    text-align: center;
    margin: 0 auto;
    font-feature-settings: "palt";
  }
  .header-nav .btn_reserve {
        background: #d89c9c;
    border-radius: 5px;
    border: 2px solid #d89c9c;
    color: #fff;
    text-align: center !important;
    margin: 20px 0 0 0;
  }
  .header-nav .btn_reserve .las {
    padding-right: 2px !important;
  }
  .header-nav .btn_reserve .webfont_eng {
    padding-left: 0 !important;
  }
  .header-nav-wrap .entory_btn {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 auto 32px;
    text-align: center;
  }
  .header-nav-wrap .entory_btn a {
    width: 100%;
    border-radius: 7px;
    padding: 22px 5% 21px;
    background-color: #f884aa;
    background-image: url("../img/share/ptn_dots_01.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 12px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .header-nav-wrap .entory_btn a::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 7px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .header-nav-wrap .entory_btn .icon {
    display: inline-block;
    padding-left: 26px;
    color: #fffb9b;
    font-weight: 600;
    background-image: url("../img/share/arrow_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
  }
  .header-nav-wrap .link_area h4 {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
  }
  .header-nav-wrap .link_box {
    text-align: center;
    margin-bottom: 30px;
  }
  .header-nav-wrap .link_y {
    color: #31cfcf;
  }
  .header-nav-wrap .link_g {
    color: #fa88b0;
  }
  .header-nav-wrap .link_box .tel-link {
    padding-left: 26px;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
    background-image: url("../img/share/icon_tel_y.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    margin-bottom: 12px;
  }
  .header-nav-wrap .link_g .tel-link {
    background-image: url("../img/share/icon_tel_g.png");
  }
  .header-nav-wrap .link_box .tel-link a {
    font-weight: 600;
  }
  .header-nav-wrap .link_box .sns_list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-nav-wrap .link_box .sns_list li {
    width: 34px;
    margin: 0 8px;
  }
  #main_nav:checked ~ .header-nav-wrap {
    display: block;
    right: 0;
  }
  #main_nav:checked ~ .header-nav-wrap::before {
    opacity: 1;
    visibility: visible;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon {
    position: relative;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon::before {
    width: 30px;
    top: 12px;
    transform: rotate(45deg);
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon::after {
    width: 30px;
    top: 12px;
    border-color: #fff;
    transform: rotate(-45deg);
  }
  #navi_wrapper {
    flex-direction: column;
    overflow: hidden;
  }
  #navi_wrapper .header-nav > li.parent_nav .eng {
    font-size: 12px;
    display: block;
  }
  #navi_wrapper .header-nav > li a {
    padding: 10px 0 10px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
  }
  #navi_wrapper .header-nav > li .inner {
    padding: 16px 0 15px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #003366;
  }
  #navi_wrapper .header-nav > li.btn_reserve i {
    font-size: 18px;
    vertical-align: middle;
  }
  #navi_wrapper .navi_child {
    width: 100%;
    background-color: #f7f7f7;
  }
  #navi_wrapper .navi_child li {
    width: 100%;
    border-top: 1px solid #cdd4da;
  }
  #navi_wrapper .navi_child li a {
    width: 100%;
    color: #003366;
    padding: 14px 0 13px 20px;
  }
  #navi_wrapper .header-nav .tel_icon {
    padding-left: 33px;
    position: relative;
  }
  #navi_wrapper .header-nav .tel_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 23px;
    height: 23px;
    background-image: url("../../../common/img/icon_tel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px 23px;
  }
  #navi_wrapper .header-nav-wrap .header-nav-inner .tel_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #navi_wrapper .header-nav-wrap .header-nav-inner .tel_list li {
    color: #fff;
    width: calc(100% / 3 - 8px);
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
  }
  #navi_wrapper .header-nav-wrap .header-nav-inner .tel_list li a {
    padding: 18px 4px 20px;
    background-color: #333;
    border-radius: 8px;
  }
  #navi_wrapper .header-nav-wrap .header-nav-inner .tel_list li a span {
    font-size: 10px;
    display: block;
    line-height: 1.2;
    letter-spacing: 0;
  }
  /*▲▲ハンバーガーメニュー▲▲*/
  /*▼▼ドクター▼▼*/
  #conts_doctor {
    text-align: center;
    padding-top: 64px;
    margin-bottom: 60px;
    clear: both;
  }
  #conts_doctor .auto {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #conts_doctor h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  #conts_doctor h2 .webfont_eng {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  #conts_doctor .doctor_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
  }
  #conts_doctor .doctor_list li {
    display: flex;
    width: calc(50% - 4px);
    background-color: #000;
    border: 4px solid #000;
    margin-bottom: 16px;
    flex-direction: column;
  }
  #conts_doctor .doctor_list li img {
    margin: auto;
  }
  #conts_doctor .doctor_list li .name {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 10px 0 2px;
    margin: auto 0;
    background-color: #000;
  }
  #conts_doctor .doctor_list li .position {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
    display: block;
  }
  #conts_doctor .doctor_list li .position .small {
    display: inline-block;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
  }
  #conts_doctor .doctor_list li .position .inner {
    display: inline-block;
  }
  /*▲▲ドクター▲▲*/
  /*▼▼クリニック▼▼*/
  #conts_clinic {
    text-align: center;
    padding-top: 0;
    margin-bottom: 60px;
  }
  #conts_clinic h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  #conts_clinic h2 .webfont_eng {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  #conts_clinic h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #conts_clinic .tab {
    display: flex;
    font-size: 16px;
    line-height: 1.2;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    justify-content: space-between;
  }
  #conts_clinic .tab li {
    width: calc(100% / 4 - 6px);
    margin: 0 0 10px 0;
  }
  #conts_clinic .tab::before,
  #conts_clinic .tab::after {
    content: "";
    display: block;
    width: calc(100% / 4 - 6px);
    height: 0;
    order: 2;
  }
  #conts_clinic .tab li a {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 14px 6px 13px;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
    transition-duration: 0.3s;
  }
  #conts_clinic .tab li.active a {
    color: #fff;
    border-color: transparent;
  }
  #conts_clinic .tab .tab_gz.active a {
    background-color: var(--clinic_color_ginza);
  }
  #conts_clinic .tab .tab_sj.active a {
    background-color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .tab .tab_ib.active a {
    background-color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .tab .tab_yh.active a {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .tab .tab_sd.active a {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .tab .tab_ngy.active a {
    background-color: var(--clinic_color_nagoya);
  }
  #conts_clinic .tab .tab_os.active a {
    background-color: var(--clinic_color_osaka);
  }
  #conts_clinic .tab .tab_fo.active a {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .tab li.active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #conts_clinic .tab li.tab_gz.active a::before {
    border-color: var(--clinic_color_ginza) transparent transparent transparent;
  }
  #conts_clinic .tab li.tab_sj.active a::before {
    border-color: var(--clinic_color_shinjuku) transparent transparent
      transparent;
  }
  #conts_clinic .tab li.tab_ib.active a::before {
    border-color: var(--clinic_color_ikebukuro) transparent transparent
      transparent;
  }
  #conts_clinic .tab li.tab_yh.active a::before {
    border-color: var(--clinic_color_yokohama) transparent transparent
      transparent;
  }
  #conts_clinic .tab li.tab_sd.active a::before {
    border-color: var(--clinic_color_sendai) transparent transparent transparent;
  }
  #conts_clinic .tab li.tab_ngy.active a::before {
    border-color: var(--clinic_color_nagoya) transparent transparent transparent;
  }
  #conts_clinic .tab li.tab_os.active a::before {
    border-color: var(--clinic_color_osaka) transparent transparent transparent;
  }
  #conts_clinic .tab li.tab_fo.active a::before {
    border-color: var(--clinic_color_fukuoka) transparent transparent
      transparent;
  }
  #conts_clinic .tabContents {
    width: 100%;
    padding: 60px 0 0;
    margin-bottom: 50px;
    display: none;
    justify-content: space-between;
    position: relative;
  }
  #conts_clinic .tabContents.active {
    display: block;
  }
  #conts_clinic .tabContents .bg_text {
    font-size: 90px;
    line-height: 0.8;
    color: #fbfbfb;
    position: absolute;
    left: 0;
    top: -12px;
    pointer-events: none;
  }
  #conts_clinic .tabContents .img {
    width: 100%;
    margin-bottom: 26px;
    position: relative;
  }
  #conts_clinic .tabContents .text_box {
    text-align: left;
    margin: 0 auto 26px;
  }
  #conts_clinic .tabContents .text_box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    top: 24px;
    left: 0;
  }
  #conts_clinic .text_box .tel_btn_2022 {
    max-width: 250px;
    text-align: center;
    margin: 0 auto 20px;
  }
  #conts_clinic .text_box .tel_btn_2022 a {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 12px 4px 11px;
    background-color: #fff;
    transition-duration: 0.3s;
  }
  #conts_clinic .display_ginza .tel_btn_2022 a {
    border-color: var(--clinic_color_ginza);
    color: var(--clinic_color_ginza);
  }
  #conts_clinic .display_shinjuku .tel_btn_2022 a {
    border-color: var(--clinic_color_shinjuku);
    color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .display_ikebukuro .tel_btn_2022 a {
    border-color: var(--clinic_color_ikebukuro);
    color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .display_yokohama .tel_btn_2022 a {
    border-color: var(--clinic_color_yokohama);
    color: var(--clinic_color_yokohama);
  }
  #conts_clinic .display_sendai .tel_btn_2022 a {
    border-color: var(--clinic_color_sendai);
    color: var(--clinic_color_sendai);
  }
  #conts_clinic .display_nagoya .tel_btn_2022 a {
    border-color: var(--clinic_color_nagoya);
    color: var(--clinic_color_nagoya);
  }
  #conts_clinic .display_osaka .tel_btn_2022 a {
    border-color: var(--clinic_color_osaka);
    color: var(--clinic_color_osaka);
  }
  #conts_clinic .display_fukuoka .tel_btn_2022 a {
    border-color: var(--clinic_color_fukuoka);
    color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .text_box .tel_btn_2022 .btn_inner {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    text-align: left;
  }
  #conts_clinic .text_box .tel_btn_2022 .icon {
    display: block;
    width: 27px;
    height: 27px;
    padding: 6px 6px 4px;
    border-radius: 50%;
    background-color: #000;
    fill: #fff;
    transition-duration: 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #conts_clinic .display_ginza .tel_btn_2022 .icon {
    background-color: var(--clinic_color_ginza);
  }
  #conts_clinic .display_shinjuku .tel_btn_2022 .icon {
    background-color: var(--clinic_color_shinjuku);
  }
  #conts_clinic .display_ikebukuro .tel_btn_2022 .icon {
    background-color: var(--clinic_color_ikebukuro);
  }
  #conts_clinic .display_yokohama .tel_btn_2022 .icon {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .display_sendai .tel_btn_2022 .icon {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .display_nagoya .tel_btn_2022 .icon {
    background-color: var(--clinic_color_nagoya);
  }
  #conts_clinic .display_osaka .tel_btn_2022 .icon {
    background-color: var(--clinic_color_osaka);
  }
  #conts_clinic .display_fukuoka .tel_btn_2022 .icon {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .text_box .tel_btn_2022 svg {
    display: block;
    width: 100% !important;
  }
  #conts_clinic .text_box .tel_btn_2022 .time {
    display: block;
    font-size: 10px;
  }
  #conts_clinic .tabContents .text_box dl {
    width: 100%;
    display: table;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  #conts_clinic .tabContents .text_box dl:last-of-type {
    margin-bottom: 0;
  }
  #conts_clinic .tabContents .text_box dl dt {
    width: 84px;
    display: table-cell;
  }
  #conts_clinic .tabContents .text_box dl dd {
    width: calc(100% - 90px);
    display: table-cell;
  }
  #conts_clinic .tabContents .text_box p.tel-link,
  #conts_clinic .tabContents .text_box p.tel-link a {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #b5833a;
    margin-bottom: 10px;
  }
  #conts_clinic .tabContents .text_box p.tel-link,
  #conts_clinic .tabContents .text_box p.tel-link a {
    color: #50b1bf;
  }
  #conts_clinic .tabContents .text_box p.tel-link,
  #conts_clinic .tabContents .text_box p.tel-link a {
    color: #000;
  }
  #conts_clinic .tabContents .text_box .sns-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  #conts_clinic .tabContents .text_box .sns-link li {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
  }
  #conts_clinic .tabContents .text_box .sns-link li a {
    display: block;
    line-height: 0;
  }
  #conts_clinic .tabContents .text_box .sns-link li img {
    width: 100%;
  }
  #conts_clinic .tabContents .gmap_btn {
    width: 250px;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
  }
  #conts_clinic .tabContents .gmap_btn a {
    padding: 16px 5% 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    transition-duration: 0.3s;
  }
  /*▲▲クリニック▲▲*/
  /*▼▼お問い合わせタイトル▼▼*/
  #conts_contact_title {
    clear: both;
    padding: 54px 0 10px;
    background-color: #f8f8f8;
    text-align: center;
  }
  #conts_contact_title h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  #conts_contact_title h2 .webfont_eng {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
  }
  /*▲▲お問い合わせタイトル▲▲*/
  /*▼▼WEB予約▼▼*/
  #web_reserve {
    background-color: #f8f8f8;
  }
  #web_reserve .auto {
    width: 90%;
    margin: 0 auto;
    padding: 9vw 0 20px;
    text-align: center;
  }
  #web_reserve .contact_title {
    width: 90%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 auto 28px;
  }
  #web_reserve p {
    font-size: 14px;
  }
  #web_reserve .webreserve_caution {
    margin: 8px 0 30px;
  }
  #web_reserve .webreserve_caution a {
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-decoration: underline;
  }
  #web_reserve .webreserve_caution a:hover {
    text-decoration: none;
  }
  #web_reserve ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #web_reserve li {
    width: 32%;
    padding: 12px 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #web_reserve .web_reserve_ginza {
    background-color: var(--clinic_color_ginza);
  }
  #web_reserve .web_reserve_shinjuku {
    background-color: var(--clinic_color_shinjuku);
  }
  #web_reserve .web_reserve_ikebukuro {
    background-color: var(--clinic_color_ikebukuro);
  }
  #web_reserve .web_reserve_yokohama {
    background-color: var(--clinic_color_yokohama);
  }
  #web_reserve .web_reserve_sendai {
    background-color: var(--clinic_color_sendai);
  }
  #web_reserve .web_reserve_nagoya {
    background-color: var(--clinic_color_nagoya);
  }
  #web_reserve .web_reserve_osaka {
    background-color: var(--clinic_color_osaka);
  }
  #web_reserve .web_reserve_fukuoka {
    background-color: var(--clinic_color_fukuoka);
  }
  #web_reserve ::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  /*▲▲WEB予約▲▲*/
  /*▼▼お問い合わせフォーム▼▼*/
  .form_box {
    width: 100%;
    padding-bottom: 70px;
    text-align: left;
    background-color: #dce7f4;
  }
  .form_box .contact_title {
    width: 90%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 auto 28px;
  }
  .contact_caution {
    margin: -16px auto 30px;
    font-size: 14px;
    text-align: center;
  }
  .contact_notice {
    width: 90%;
    font-size: 12px;
    line-height: 1.4;
    margin: -14px auto 22px;
    display: none;
  }
  .contact_notice li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .contact_notice li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .form_box #form_title {
    padding-top: 9vw;
  }
  /*▲▲お問い合わせフォーム▲▲*/
  /*▼▼フッター▼▼*/
  footer {
    width: 100%;
    clear: both;
    padding: 20px 0 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 68px;
    color: #000;
    background-color: #efefef;
  }
  /*▲▲フッター▲▲*/
  /*▼▼サンクスページ▼▼*/
  #thanks_area {
    margin: 0 auto;
    display: flex;
    padding: 0 3%;
    min-height: calc(100vh - 165px);
    flex-direction: column;
    justify-content: center;
  }
  #thanks_area h2 {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
  }
  #thanks_area p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  /*▲▲サンクスページ▲▲*/
  /* 年末年始のお知らせ */
  .holiday_conts {
    clear: both;
    border: 2px solid #f2eee7;
    background-color: #fff;
    padding: 14px 8px 16px;
    letter-spacing: -0.02em;
    float: unset !important;
    margin: 0 auto 22px;
    width: 90% !important;
  }
  .holiday_conts h3 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    margin: 0 0 6px;
  }
  .holiday_conts h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .holiday_conts p {
    font-size: 10px;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  .holiday_conts p:last-of-type {
    margin-bottom: 0;
  }
  .holiday_conts p.sp_textl {
    text-align: left;
    width: 65%;
    margin: 0 auto 10px auto;
  }
  /*.holiday_conts {
    clear: both;
    border: 2px solid #f2eee7;
    background-color: #fff;
    padding: 20px 10px 22px;
    letter-spacing: -0.02em;
    float: unset !important;
    margin: 0 auto 40px;
    width: 90% !important;
  }
  .holiday_conts h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
  }
  .holiday_conts p {
    font-size: 12px;
    text-align: center;
    margin: 0 0 14px;
    line-height: 1.5;
  }
  .holiday_conts p:last-of-type {
    margin-bottom: 0;
  }*/
  /*注意書き*/
  .warning_text {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    text-indent: -28px;
    padding: 13px 20px 13px 48px;
    border-radius: 5px;
    margin: 0 auto 26px;
    border: 1px solid #000;
  }
  .warning_text::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    margin: 0 6px 3px 0;
  }
  /*ドクターへの自信*/
  .conts_doctor_pride {
    display: block;
    padding: 44px 0 60px;
    margin: 0;
    background-color: #fff;
  }
  .conts_doctor_pride .auto {
    width: 90%;
  }
  .conts_doctor_pride .what_h2_box {
    position: relative;
    padding-top: 30px;
    margin-bottom: 42px;
  }
  .conts_doctor_pride .what_h2_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 50vw;
    background: linear-gradient(
      90deg,
      rgba(255, 235, 235, 1) 0%,
      rgba(235, 185, 189, 1) 35%
    );
    position: absolute;
    left: -5vw;
    top: 0;
  }
  .conts_doctor_pride .what_h2_box h2 {
    display: inline-block;
    font-size: 22px;
    line-height: 1.5;
    color: #df9da2;
    font-weight: 600;
    padding: 20px 8% 14px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
  }
  .conts_doctor_pride .what_h2_box .img {
    width: 100%;
    height: 46vw;
    position: relative;
    left: 5vw;
  }
  .conts_doctor_pride .what_h2_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .conts_doctor_pride .what_boxes {
    margin-bottom: 70px;
    position: relative;
  }
  .conts_doctor_pride .what_box:not(:last-of-type) {
    margin-bottom: 54px;
  }
  .conts_doctor_pride .what_box:last-of-type {
    margin-bottom: 0;
  }
  .conts_doctor_pride .what_box .text_box {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .conts_doctor_pride .what_box h4 {
    font-size: 18px !important;
    line-height: 1.6 !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
    margin-bottom: 18px !important;
  }
  .conts_doctor_pride .what_box .img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .conts_doctor_pride .what_box .img::before {
    content: "";
    display: block;
    width: 74%;
    height: 54%;
    background-image: linear-gradient(
      90deg,
      rgba(230, 218, 226, 1),
      rgba(213, 174, 185, 1)
    );
    position: absolute;
    right: 7%;
    bottom: -6%;
    z-index: -1;
  }
  .conts_doctor_pride .what_box p {
    font-size: 16px;
  }
  .conts_doctor_pride .directore_box {
    display: flex;
    width: 100%;
    min-height: 230px;
    font-size: 15px;
    padding: 17vw 5% 24px;
    margin: 0 auto;
    border-top: 6px solid #df9da2;
    background-color: #f9f9f9;
    position: relative;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .conts_doctor_pride .directore_box .img {
    width: 39%;
    position: absolute;
    right: 5%;
    top: 20px;
  }
  .conts_doctor_pride .directore_box .name {
    width: 61%;
    font-size: 3vw;
    margin-bottom: 14vw;
  }
  .conts_doctor_pride .directore_box .name_img {
    display: block;
    width: 38vw;
    margin-top: 2vw;
  }
  .conts_doctor_pride .directore_box .name_img .letter_w {
    display: none !important;
  }
  /*▼▼定額プラン▼▼*/
  .conts_teigaku .tab_teigaku li.tab_gz a {
    background-color: var(--clinic_color_ginza);
  }
  .conts_teigaku .tab_teigaku li.tab_sj a {
    background-color: var(--clinic_color_shinjuku);
  }
  .conts_teigaku .tab_teigaku li.tab_ib a {
    background-color: var(--clinic_color_ikebukuro);
  }
  .conts_teigaku .tab_teigaku li.tab_yh a {
    background-color: var(--clinic_color_yokohama);
  }
  .conts_teigaku .tab_teigaku li.tab_sd a {
    background-color: var(--clinic_color_sendai);
  }
  .conts_teigaku .tab_teigaku li.tab_ngy a {
    background-color: var(--clinic_color_nagoya);
  }
  .conts_teigaku .tab_teigaku li.tab_os a {
    background-color: var(--clinic_color_osaka);
  }
  .conts_teigaku .tab_teigaku li.tab_fo a {
    background-color: var(--clinic_color_fukuoka);
  }
  .conts_teigaku {
    width: 100%;
    clear: both;
    position: relative;
  }
  .conts_teigaku .teigaku_block {
    width: 100%;
    padding-bottom: 46px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .conts_teigaku .teigaku_block::before {
    content: "";
    display: block;
    background: linear-gradient(to right bottom, #d9b8d1 0%, #a1b8df 100%);
    width: 96vw;
    height: calc(100% - 5vw);
    position: absolute;
    top: 3vw;
    left: 2vw;
    z-index: -1;
  }
  .conts_teigaku .teigaku_block::after {
    content: "";
    display: block;
    background: #fff;
    width: 92vw;
    height: calc(100% - 9vw);
    position: absolute;
    top: 5vw;
    left: 4vw;
    z-index: -1;
  }
  .conts_teigaku h2 {
    width: 100%;
    margin: 0 auto 17px;
  }
  .conts_teigaku h3 {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 18px;
  }
  .conts_teigaku h3::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 6px auto 0;
    border-style: solid;
    border-width: 14px 18px 0 18px;
    border-color: #a0b7e0 transparent transparent transparent;
  }
  .conts_teigaku .tab_teigaku {
    display: flex;
    justify-content: center;
    width: 90%;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 auto 12px;
    flex-wrap: wrap;
  }
  .conts_teigaku .tab_teigaku li {
    width: 100px;
    letter-spacing: -0.04em;
    margin: 0 4px 8px;
  }
  .conts_teigaku .tab_teigaku li:last-of-type {
    margin-right: 0;
  }
  .conts_teigaku .tab_teigaku li a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 6px 6px 5px;
    border-radius: 100px;
    background-color: #ddd;
    position: relative;
    transition-duration: 0.3s;
  }
  .conts_teigaku .tab_teigaku li a .small {
    display: block;
    font-size: 10px;
  }
  .conts_teigaku .remodal_teigaku {
    display: none;
    padding: 30px 5% 30px;
  }
  .remodal_teigaku .box {
    display: block;
    width: 100% !important;
    margin: 0 auto 8px;
  }
  .remodal_teigaku .remodal-close:before {
    font-size: 36px;
    top: 3px;
    left: 2px;
  }
  .remodal_teigaku img {
    display: block;
    width: 100% !important;
  }
  .conts_teigaku .btn {
    width: 86%;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 5px 5px 0px 0px #dbdbdb;
  }
  .conts_teigaku .btn a {
    padding: 9px 20px 11px;
  }
  .conts_teigaku .btn .small {
    font-size: 12px;
  }
  .remodal.remodal_teigaku {
    width: 94vw;
    padding: 38px 3% 34px;
    left: -5vw;
  }
  /*▲▲定額プラン▲▲*/
  /*▼▼本ページ監修医師/医師紹介▼▼*/
  section.supervision {
    font-size: 15px;
    border: 10px solid #eee;
    padding: 18px 5% 18px;
    margin: 0 auto 30px;
    width: 100% !important;
    float: none !important;
    background-color: #fff;
  }
  section.supervision h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  section.supervision dl {
    width: 100%;
  }
  section.supervision dl dt {
    width: 270px;
    padding-right: 135px;
    margin: 0 auto 12px;
  }
  section.supervision dl dd {
    position: relative;
  }
  section.supervision dl dd h4 {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    position: absolute;
    top: -115px;
    left: calc(50% + 14px);
  }
  section.supervision dl dd h4 .small {
    font-size: 12px;
  }
  section.supervision dl dd p {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
  }
  /*▲▲本ページ監修医師/医師紹介▲▲*/
  /*▼▼スマホ追尾ボタンモーダル▼▼*/
.remodal.remodal_sp_link {
    width: 100%;
  padding: 34px 5% 30px;
}
.remodal_sp_link .contact_title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.remodal_sp_link .sub_title {
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.remodal_sp_link .summary:not(:last-of-type) {
  margin: 0 auto 10px;
}
.remodal_sp_link .summary dt {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: var(--clinic_color_ginza);
  padding: 4px 2px 3px;
  margin: 0 0 6px;
}
.remodal_sp_link .summary:last-of-type dt {
  background-color: #d89c9c;
}
.remodal_sp_link .summary dd {
  width: 100%;
  margin: 0;
}
.remodal_sp_link .contact_list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.remodal_sp_link .contact_list li:last-of-type {
  margin-bottom: 0;
}
.remodal_sp_link .contact_list .contact_clinic {
  display: flex;
  text-align: left;
}
.remodal_sp_link .contact_list .contact_clinic dt {
  display: flex;
  width: 86px;
  font-size: 16px;
  line-height: 1.3;
  background: none;
  color: #000;
  padding: 0;
  margin: 0;
  align-items: center;
}
  .remodal_sp_link .contact_list .display_ginza dt {
    color: var(--clinic_color_ginza);
  }
  .remodal_sp_link .contact_list .display_shinjuku dt {
    color: var(--clinic_color_shinjuku);
  }
  .remodal_sp_link .contact_list .display_ikebukuro dt {
    color: var(--clinic_color_ikebukuro);
  }
  .remodal_sp_link .contact_list .display_yokohama dt {
    color: var(--clinic_color_yokohama);
  }
  .remodal_sp_link .contact_list .display_sendai dt {
    color: var(--clinic_color_sendai);
  }
  .remodal_sp_link .contact_list .display_nagoya dt {
    color: var(--clinic_color_nagoya);
  }
  .remodal_sp_link .contact_list .display_osaka dt {
    color: var(--clinic_color_osaka);
  }
  .remodal_sp_link .contact_list .display_fukuoka dt {
    color: var(--clinic_color_fukuoka);
  }
.remodal_sp_link .contact_list .contact_clinic dt .small {
  display: block;
  font-size: 10px;
}
.remodal_sp_link .contact_list .contact_clinic dd {
  width: calc((100% - 86px)/2 - 2px);
  height: auto;
  font-size: 10px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -.04em;
  background-color: #b4b4b4;
  border-radius: 4px;
  margin: 0 4px 0 0;
}
  .remodal_sp_link .contact_list .display_ginza dd {
    background-color: var(--clinic_color_ginza);
  }
  .remodal_sp_link .contact_list .display_shinjuku dd {
    background-color: var(--clinic_color_shinjuku);
  }
  .remodal_sp_link .contact_list .display_ikebukuro dd {
    background-color: var(--clinic_color_ikebukuro);
  }
  .remodal_sp_link .contact_list .display_yokohama dd {
    background-color: var(--clinic_color_yokohama);
  }
  .remodal_sp_link .contact_list .display_sendai dd {
    background-color: var(--clinic_color_sendai);
  }
  .remodal_sp_link .contact_list .display_nagoya dd {
    background-color: var(--clinic_color_nagoya);
  }
  .remodal_sp_link .contact_list .display_osaka dd {
    background-color: var(--clinic_color_osaka);
  }
  .remodal_sp_link .contact_list .display_fukuoka dd {
    background-color: var(--clinic_color_fukuoka);
  }
.remodal_sp_link .contact_list .contact_clinic dd:last-of-type {
  margin-right: 0;
  background-color: #d89c9c;
}
.remodal_sp_link .contact_list .contact_clinic dd a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 6px 2px;
  justify-content: center;
}
.remodal_sp_link .contact_list .contact_clinic dd .inner_text {
  display: flex;
  height: 100%;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  align-items: center;
}
.remodal_sp_link .contact_list .contact_clinic .btn_mail .inner_text {
  background-image: url(/common/img/icon_mail.png);
}
.remodal_sp_link .contact_list .contact_clinic .btn_web .inner_text {
  background-image: url(/common/img/icon_calendar.png);
}
  /*▲▲スマホ追尾ボタンモーダル▲▲*/
}
/*▲▲スマートフォン▲▲*/
