@charset "UTF-8";
/*▼▼共通パーツPC横幅固定用▼▼*/
@media screen and (min-width: 761px) {
  /*▼▼共通▼▼*/
  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;
    position: relative;
  }
  body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: calc(50% + 375px);
    z-index: 999999;
  }
  body::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: calc(50% + 375px);
    z-index: 999999;
  }
  .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 a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0 6px;
    background: #e25798;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  #sp_contact_btn .eng {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
  #back-top {
    display: none;
    position: fixed;
    bottom: 86px;
    right: auto;
    left: calc(50% + 300px);
    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;
    margin: 0;
  }
  .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%;
  }
  /*▲▲ヘッダー▲▲*/
  /*▼▼モーダル▼▼*/
  .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: auto;
    left: calc(50% + 320px);
    cursor: pointer;
    background: transparent;
    mix-blend-mode: difference;
    z-index: 999999;
  }
  #main_nav:checked + .nav-icon-wrap {
    position: fixed;
    z-index: 999999;
  }
  .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: -100vh;
    right: auto;
    left: calc(50% + 95px);
    transition: all 0.3s;
    width: 280px;
    height: 100%;
    margin-left: 0;
    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-color: #0a9ab4;
    border-radius: 5px;
    border: 2px solid #0a9ab4;
    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;
    top: 0;
    right: auto;
    left: calc(50% + 95px);
    margin: 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 {
    width: 100%;
    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 .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 {
    width: calc(50% - 4px);
    background-color: #000;
    border: 4px solid #000;
    margin-bottom: 16px;
  }
  #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;
    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 .inner {
    display: inline-block;
  }
  /*▲▲ドクター▲▲*/
  /*▼▼クリニック▼▼*/
  #conts_clinic {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
  }
  #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 .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 {
    width: auto;
    padding: 0;
    text-align: left;
    margin: 0 auto 26px;
    position: static;
  }
  #conts_clinic .tabContents .text_box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    top: 24px;
    left: 0;
    margin-bottom: 0;
  }
  #conts_clinic .text_box .tel_btn_2022 {
    width: auto;
    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%;
    padding-bottom: 50px;
    margin: 0 auto;
    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 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 2%;
  }
  #web_reserve li {
    width: 32%;
    padding: 12px 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1.5;
    margin: 0 0 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予約▲▲*/
  /*▼▼フォーム▼▼*/
  .contact_caution {
    margin: -16px auto 30px;
    font-size: 14px;
    text-align: center;
  }
  .form_box {
    width: 100%;
    text-align: left;
    background-color: #dce7f4;
  }
  .form_box .auto {
    width: 90%;
    margin: 0 auto;
  }
  .form_box .contact_title {
    width: 90%;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 auto 28px;
  }
  .form_box dl {
    margin-bottom: 28px;
  }
  .form_box dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .form_box dl dt .small {
    font-size: 14px;
    color: #ff0513;
    letter-spacing: 0;
    line-height: 1.3;
    display: block;
    margin-top: 4px;
  }
  .form_box dl dt .red {
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    padding: 2px 5px 2px;
    background-color: #ff0204;
    margin-left: 8px;
    margin-right: 10px;
  }
  .form_box dl dt .caution_teigaku {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    margin: 4px auto 14px;
  }
  .form_box dl dt .caution_teigaku a {
    text-indent: 0;
    display: inline-block;
    width: auto;
    color: var(--clinic_color_yokohama);
    text-decoration: underline;
  }
  .form_box dl dt .form_caution {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #fc1d2a;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 4px;
  }
  .form_box button.form_button {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
  }
  form .wpcf7-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #50b1bf;
    padding: 12px 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #50b1bf;
    margin: 0;
  }
  .contactForm {
    background: #fff6f7;
    padding: 60px 0;
    display: inline-block;
    width: 100%;
  }
  .contactForm h2 {
    font-size: 32px;
    margin: 0 0 40px;
    text-align: center;
    font-weight: bold;
  }
  .contactForm form {
    width: 800px;
    margin: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  form dl {
    margin-bottom: 27px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  form dt {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  form .error {
    color: #fc1d2a;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 12px 12px 0;
    position: relative;
  }
  .dl_treatment .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .contact_notice {
    font-size: 12px;
    line-height: 1.4;
    margin: -14px auto 20px;
  }
  .contact_notice li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .contact_notice li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .web_reserve .auto {
    padding: 9vw 0 50px;
  }
  .web_reserve p {
    text-align: center;
    margin: -20px 0 20px 0;
  }
  .form_box .dl_clinic dd {
    display: flex;
    flex-wrap: wrap;
  }
  .form_box .dl_clinic dd .clinic_area {
    width: 100%;
  }
  .form_box .dl_clinic label {
    margin-right: 2%;
    width: 48%;
    padding: 10px 0px 8px;
    margin-bottom: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 16px;
  }
  .form_box .dl_clinic dd.c_ikebukuro {
    font-size: 14px;
  }
  form dd .place {
    display: none;
  }
  .form_box .dl_clinic input:checked + label {
    background-color: #ffd1df;
  }
  .form_box .dl_clinic .attention {
    line-height: 1.4;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 16px;
  }
  .form_box .dl_clinic .clinic_area ul {
    font-size: 12px;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .form_box .dl_clinic .clinic_area li {
    margin-right: 5px;
  }
  .form_box .dl_clinic .clinic_area li:last-of-type {
    margin-right: 0;
  }
  .form_box .dl_clinic .clinic_area ul::before {
    content: "在籍医師：";
  }
  form dd .wpcf7-list-item input {
    display: none;
  }
  form dd .wpcf7-list-item #form_radio-bui_1 ~ label,
  form dd .wpcf7-list-item #form_radio-bui_2 ~ label {
    min-width: 135px;
  }
  form dd .wpcf7-list-item #form_application_1 ~ label {
    width: 200px;
  }
  form dd .wpcf7-list-item-label {
    background: #fff;
    color: #ccc;
    padding: 5px;
    width: 28%;
    text-align: center;
    margin-right: 10px;
    display: block;
    float: left;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
  }
  form dt span.req {
    font-size: 12px;
    color: #fff;
    background: #bde5ff;
    padding: 5px;
    margin: 0 5px 0;
    position: relative;
    top: -2px;
  }
  form dd input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #bde5ff;
    color: #333;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  form dd input,
  form dd textarea {
    box-sizing: border-box;
  }
  form dt .att {
    font-size: 12px;
    margin-left: 10px;
  }
  .years,
  .months,
  .days,
  .times {
    width: 120px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
  }
  .years:before,
  .months:before,
  .days:before,
  .times:before,
  .dates:before {
    z-index: 1;
    position: absolute;
    right: 13px;
    top: 18px;
    content: "";
    color: #7f878c;
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.9px solid #333;
    border-right: 1.9px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  form dd select {
    height: 48px;
    width: 100%;
    font-size: 18px;
    outline: none;
    color: #000;
    text-indent: 0.01px;
    text-overflow: "";
    background: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 28px;
  }
  select option {
    background-color: #fff;
    color: #333;
  }
  select::-ms-expand {
    display: none;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
  }
  form dd .years select {
    margin: 0 0px 0 0;
  }
  form dd .wpcf7-text {
    height: 48px;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0 10px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
  }
  form dd textarea {
    width: 100%;
    padding: 10px 0 10px 10px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
  }
  ::placeholder {
    color: #ccc;
  }
  form p.tel_error,
  form p.email_error,
  form p.name_error {
    display: none;
    margin: 2px 0 0;
    color: #ff282b;
  }
  .wpcf7-not-valid-tip {
    color: #ff282b;
  }
  span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  .wpcf7-validation-errors {
    text-align: center;
    border: 2px solid #ff282b;
    padding: 10px 0;
    color: #ff282b;
    font-weight: bold;
  }
  .wpcf7-response-output {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    background: #fff;
    margin: 20px 0;
  }
  .screen-reader-response,
  .wpcf7-display-none {
    display: none;
  }
  span.wpcf7-radio {
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  span.wpcf7-list-item {
    vertical-align: top;
    border-radius: 5px;
    margin: 0 0 10px 0 !important;
    width: 100%;
    font-weight: bold;
    text-align: center;
    align-items: stretch;
    align-content: center;
  }
  span.wpcf7-list-item > input {
    display: none;
  }
  span.wpcf7-list-item > label {
    display: flex;
    width: 100%;
    min-height: 57px;
    line-height: 1.3;
    padding: 6px 0px 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
  }
  span.wpcf7-list-item > label span {
    font-size: 9px;
    display: block;
  }
  span.wpcf7-list-item > input:checked ~ label {
    background-color: #ffb1c9;
  }
  .date-text {
    font-size: 15px;
    font-weight: bold;
  }
  #form-error {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #form-error .error-area {
    color: red;
    border: 1px solid red;
    text-align: center;
  }
  #form-error p {
    margin: 10px 0;
    line-height: 28px;
  }
  /*▲▲フォーム▲▲*/
  /*▼▼フッター▼▼*/
  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 {
    margin: 40px auto 70px;
    width: 90% !important;
  }
  .holiday_conts ~ div {
    padding-top: 40px;
    background-color: #ffd8e1;
  }
  /*注意書き*/
  .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;
  }
  /*▲▲定額プラン▲▲*/
}
/*▲▲共通パーツPC横幅固定用▲▲*/
