@charset "UTF-8";
: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;
}
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  .pc_none {
    display: none;
  }
  .auto {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .title_box {
    width: 100%;
    text-align: center;
    padding: 0 0 100px;
    position: relative;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: 30px;
    left: 50%;
  }
  .title_box h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 10px 0;
  }
  .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  /* header */
  header {
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
    z-index: 99;
    background-color: #fff;
  }
  header .main_logo {
    width: 222px;
    margin-top: 16px;
  }
  header .right_wrap {
    width: 578px;
    text-align: right;
  }
  header .right_wrap .tel_box {
    width: 334px;
    text-align: left;
    display: inline-block;
  }
  header .right_wrap .tel_box .box {
    margin-bottom: 8px;
  }
  header .right_wrap .tel_box .box:nth-of-type(2) {
    margin-bottom: 0;
  }
  header .right_wrap .tel_box .box dt {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 3px;
    margin-right: 6px;
    width: 98px;
    text-align: right;
  }
  header .right_wrap .tel_box .box dd {
    display: inline-block;
    width: 220px;
    vertical-align: middle;
  }
  header .right_wrap .tel_box .tel_number {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    font-style: italic;
    padding-left: 28px;
    background-image: url("../img/common/tel_ginza_sp.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
  }
  header .right_wrap .tel_box .box:nth-of-type(2) .tel_number {
    background-image: url("../img/common/tel_yokohama_sp.png");
  }
  header .right_wrap .tel_box .closed {
    font-size: 11px;
    line-height: 1.2;
    padding-left: 28px;
  }
  header .right_wrap .contact_btn {
    width: 228px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 11px;
  }
  header .right_wrap .contact_btn .eng {
    font-size: 12px;
    font-weight: bold;
  }
  footer {
    width: 100%;
    clear: both;
    padding: 30px 0 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
    background-color: #efefef;
  }
  #back-top {
    display: none;
    bottom: 70px;
    right: 40px;
    position: fixed;
    width: 62px;
    z-index: 99;
  }
  /* doctor_conts */
  #doctor_conts {
    padding-top: 98px;
    margin-bottom: 110px;
  }
  #doctor_conts .box {
    width: 100%;
    text-align: left;
    margin-bottom: 51px;
  }
  #doctor_conts .box:last-of-type {
    margin-bottom: 0;
  }
  #doctor_conts .box .name_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 31px;
  }
  #doctor_conts .box .name_box .name {
    width: 540px;
    box-sizing: border-box;
    padding-left: 145px;
    padding-top: 87px;
  }
  #doctor_conts .box .name_box .eng {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #afafaf;
    margin-bottom: 2px;
  }
  #doctor_conts .box .name_box dt {
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    /*vertical-align: bottom;*/
  }
  #doctor_conts .box .name_box dt .small {
    font-size: 11px;
    font-weight: normal;
  }
  #doctor_conts .box .dr_img {
    width: 222px;
    margin-right: 153px;
    line-height: 0;
  }
  #doctor_conts .box .name_box dd {
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
  }
  #doctor_conts .box .history_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #doctor_conts .box .history_box dl {
    width: 441px;
    box-sizing: border-box;
  }
  #doctor_conts .box .history_box dl:first-of-type {
    width: 483px;
    padding-left: 100px;
  }
  #doctor_conts .box .history_box dt {
    width: 68px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    display: table-cell;
    vertical-align: top;
  }
  #doctor_conts .box .history_box dl:nth-of-type(2) dt {
    width: 108px;
  }
  #doctor_conts .box .history_box dl:nth-of-type(2) dt .small {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
  }
  #doctor_conts .box .history_box dd {
    border-left: 1px solid #e9e9e9;
    display: table-cell;
    vertical-align: top;
    font-size: 17px;
    line-height: 1.4;
    padding-left: 27px;
    padding-right: 20px;
  }
  #doctor_conts .box .history_box dd th {
    width: 60px;
  }
  #doctor_conts .box .history_box dd td,
  #doctor_conts .box .history_box dd li {
    padding-bottom: 11px;
    font-size: 13px;
    line-height: 1.2;
  }
  #doctor_conts .box .history_box .dr_banner_wrapper {
    width: 441px;
  }
  #doctor_conts .box .history_box .dr_banner_wrapper dl {
    padding: 0;
    margin-bottom: 20px;
  }
  #doctor_conts .box .history_box .dr_banner_wrapper dl dt {
    width: 108px;
  }
  #doctor_conts .box .history_box .dr_banner_wrapper dl dt .small {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
  }
  #doctor_conts .box table {
    font-size: 13px;
    line-height: 1.2;
  }
  /*▼▼クリニック▼▼*/
  #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;
    margin-bottom: 50px;
    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 {
    display: block;
    padding: 22px 5% 21px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
  }
  #conts_clinic .contact_text {
    text-align: center;
  }
  /*▲▲クリニック▲▲*/
  /*コンタクト*/
  #reserved_conts {
    margin-bottom: 0;
    width: 100%;
  }
  #reserved_conts .contact_box {
    margin-bottom: 80px;
    text-align: center;
  }
  #reserved_conts .contact_box .auto {
    width: 700px;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #reserved_conts .contact_box .auto .contact_text {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #reserved_conts .contact_box .box {
    width: 310px;
    margin-bottom: 60px;
  }
  #reserved_conts .contact_box .box h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    color: #be9330;
    margin-bottom: 28px;
    text-align: center;
  }
  #reserved_conts .contact_box .box:nth-of-type(2) h3 {
    color: #000;
  }
  #reserved_conts .contact_box .box:nth-of-type(3) h3 {
    color: #47a92c;
  }
  #reserved_conts .contact_box .box:nth-of-type(4) h3 {
    color: #0a9ab4;
  }
  #reserved_conts .contact_box .box:nth-of-type(5) h3 {
    color: #ae99dd;
  }
  #reserved_conts .contact_box .box:nth-of-type(6) h3 {
    color: #154280;
  }
  #reserved_conts .contact_box .box:nth-of-type(7) h3 {
    color: #d7712e;
  }
  #reserved_conts .contact_box .box:nth-of-type(8) h3 {
    color: #f2b1b1;
  }
  #reserved_conts .contact_box .box .tel_box {
    text-align: left;
    padding-left: 40px;
    background-image: url("../img/common/tel_ginza_sp.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #reserved_conts .contact_box .box:nth-of-type(2) .tel_box {
    background-image: url("../img/common/tel_yokohama_sp.png");
  }
  #reserved_conts .contact_box .box:nth-of-type(3) .tel_box {
    background-image: url("../img/common/tel_ginza_g_sp.png");
  }
  #reserved_conts .contact_box .box .tel_box .tel-link {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  #reserved_conts .contact_box .box .tel_box .tel-link a {
    color: #000;
    font-weight: bold;
  }
  #reserved_conts .contact_box .box .other_contact .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: left;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li {
    width: 32%;
    font-size: 12px;
    line-height: 1.3;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li a {
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 3px;
    background-color: #ff5d4a;
    padding: 10px 0 9px;
    border: 2px solid #ff5d4a;
    transition-duration: 0.3s;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li a:hover {
    color: #ff5d4a;
    background-color: #fff;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(2)
    a {
    background-color: #9c4dbb;
    border: 2px solid #9c4dbb;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(2)
    a:hover {
    color: #9c4dbb;
    background-color: #fff;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(3)
    a {
    background-color: #2fc02f;
    border: 2px solid #2fc02f;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(3)
    a:hover {
    color: #2fc02f;
    background-color: #fff;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li a .icon {
    padding-left: 20px;
    display: inline-block;
    background-image: url("../img/common/c_icon_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    font-weight: bold;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li
    a:hover
    .icon {
    background-image: url("../img/common/c_icon_01_on.png");
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(2)
    a
    .icon {
    background-image: url("../img/common/c_icon_02.png");
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(2)
    a:hover
    .icon {
    background-image: url("../img/common/c_icon_02_on.png");
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(3)
    a
    .icon {
    background-image: url("../img/common/c_icon_03.png");
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(3)
    a:hover
    .icon {
    background-image: url("../img/common/c_icon_03_on.png");
  }
  /*フォーム*/
  .form_box {
    width: 100%;
    text-align: left;
    background-color: #dce7f4;
  }
  .form_box .auto {
    width: 830px;
    padding: 70px 0 70px;
  }
  .contact_title {
    width: 90%;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 auto 34px;
  }
  #form-error {
    color: #fc1d2a;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .form_box dl {
    margin-bottom: 28px;
  }
  .form_box .dl_clinic label {
    margin-right: 16px;
    width: 120px;
    padding: 10px 0 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
  }
  .form_box .dl_clinic input {
    display: none;
  }
  .form_box .dl_clinic input:checked + label {
    background-color: #ffd1df;
  }
  .error,
  .error_place {
    color: #fc1d2a;
    font-weight: bold;
  }
  .form_box dl dt {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .form_box dl dt .small {
    font-size: 14px;
    color: #ff0513;
    line-height: 1.3;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0;
  }
  .form_box dl dt .red {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    padding: 2px 5px 1px;
    background-color: #ff0204;
    margin-left: 8px;
  }
  .form_box dl dt .form_caution {
    font-size: 15px;
    line-height: 1.4;
    color: #fc1d2a;
    margin-left: 12px;
  }
  .form_box .error {
    background: none;
  }
  .years,
  .months,
  .days,
  .times {
    width: 120px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
  }
  .dates {
    display: inline-block;
    position: relative;
    margin: 0 14px 0 0;
  }
  .months,
  .days,
  .times {
    margin-left: 4px;
  }
  .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;
    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;
  }
  form dd select.dates {
    width: 230px;
    margin-right: 5px;
  }
  form dd select.wpcf7-select {
    width: 120px;
  }
  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;
    border: none;
  }
  ::placeholder {
    color: #ccc;
  }
  form p.tel_error,
  form p.email_error,
  form p.name_error {
    display: none;
    margin: 2px 0 0;
    color: #ff282b;
  }
  form p .wpcf7-submit {
    width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
  }
  .wpcf7-not-valid-tip {
    color: #ff282b;
  }
  .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;
  }
  form dd .menu {
    display: inline-block;
  }
  form dd input.radio-bui {
    display: none;
  }
  span.wpcf7-radio {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .attention {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  span.wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin: 0 10px 10px 0 !important;
    width: 228px;
    font-weight: bold;
    text-align: center;
  }
  span.wpcf7-list-item:nth-of-type(3n) {
    margin: 0 0 10px 0 !important;
  }
  span.wpcf7-list-item > input {
    display: none;
  }
  span.wpcf7-list-item > label {
    width: 100%;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 12px 10px;
    background-color: #fff;
  }
  span.wpcf7-list-item > label span {
    font-size: 13px;
    display: block;
  }
  span.wpcf7-list-item > input:checked + label {
    background-color: #ffd1df;
  }
  .form_box button.form_button {
    width: 364px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  form .wpcf7-submit {
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #50b1bf;
    color: #50b1bf;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
    transition-duration: 0.6s;
  }
  form .wpcf7-submit:hover {
    background: #50b1bf;
    color: #fff;
  }
  form p .wpcf7-submit {
    width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    display: block;
  }
  #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;
  }
  /*▼▼common_2022統合▼▼*/
  header .right_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .right_wrap .contact_btn {
    padding-top: 0;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  header .auto {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header .first {
    background-color: #efefef;
    font-size: 14px;
    padding: 5px 0;
    margin: 0 0 20px;
    text-align: left;
  }
  header .right_wrap .contact_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 4px 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    z-index: 9;
  }
  header .right_wrap .contact_btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #0bb8c4;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.6s;
  }
  header .right_wrap .contact_btn a::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #0bb8c4;
    border-radius: 5px;
    background: #fff;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .right_wrap .contact_btn a:hover {
    color: #0bb8c4;
  }
  header .right_wrap .contact_btn a:hover::before {
    opacity: 0;
  }
  .tel_box_2022 {
    margin-right: 30px;
  }
  .tel_box_2022 ul {
    display: flex;
  }
  .tel_box_2022 ul li {
    margin-right: 17px;
  }
  .tel_box_2022 ul li:last-of-type {
    margin-right: 0;
  }
  .tel_box_2022 ul li a {
    font-size: 15px;
    padding-top: 35px;
    background-image: url("/common/img/btn_icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
  }
  #reserved_conts .contact_box .box .tel_box {
    background-image: none;
  }
  #reserved_conts .contact_box .box:nth-of-type(2) .tel_box {
    background-image: none;
  }
  #reserved_conts .contact_box .box:nth-of-type(3) .tel_box {
    background-image: none;
  }
  #clinic_conts .tel_btn_2022 {
    width: 231px;
    margin-bottom: 12px;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link {
    position: relative;
    flex-wrap: wrap;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  #reserved_conts .tel_btn_2022 {
    width: 231px;
    margin-bottom: 12px;
  }
  #reserved_conts .time {
    font-size: 13px;
    line-height: 1.6;
  }
  .tel_btn_2022 a {
    display: block;
  }
  .tel_btn_2022 a img {
    display: block;
  }
  /*▲▲common_2022統合▲▲*/
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
  }
  .sp_none {
    display: none;
  }
  .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .title_box {
    width: 100%;
    text-align: center;
    padding: 0 0 60px;
    position: relative;
    margin: 0 0 20px;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: -7px;
    left: 50%;
  }
  .title_box h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 10px 0;
  }
  .title_box .jp_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  /* header */
  header {
    width: 100%;
    height: auto;
    padding: 0 0 12px;
    margin: 0;
    position: relative;
    z-index: 99;
    background-color: #fff;
  }
  header .main_logo {
    width: 150px;
    padding-top: 8px;
  }
  header .right_wrap {
    text-align: right;
  }
  header .right_wrap .tel_box {
    width: 126px;
    text-align: left;
    display: inline-block;
    font-size: 0;
  }
  header .right_wrap .tel_box .box {
    width: 76px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 24px;
  }
  header .right_wrap .tel_box .box img {
    width: 28px;
    margin: 0 auto;
  }
  header .right_wrap .tel_box .box:last-of-type {
    width: 50px;
    margin-right: 0;
  }
  header .right_wrap .tel_box .box dt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* footer */
  footer {
    width: 100%;
    clear: both;
    padding: 20px 0 16px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 68px;
    color: #000;
    background-color: #efefef;
  }
  .sp_btn {
    opacity: 0;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 12px 3% 10px;
    background-color: #fff;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 9999;
    justify-content: space-between;
    transition-duration: 0.3s;
  }
  .sp_btn.view {
    opacity: 1;
  }
  #sp_tel_btn {
    width: 49%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  #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: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  #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 {
    position: fixed;
    bottom: 86px;
    right: 3%;
    width: 48px;
    z-index: 9999;
  }
  /* doctor_conts */
  #doctor_conts .box {
    width: 100%;
    margin-bottom: 51px;
  }
  #doctor_conts .box .name_box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
    margin-bottom: 68px;
    position: relative;
  }
  #doctor_conts .box .name_box .name {
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 17px 5% 18px;
    margin-bottom: 20px;
    position: absolute;
    bottom: -61px;
    left: 5%;
    box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.04);
    text-align: center;
  }
  #doctor_conts .box .name_box .eng {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 7px;
    color: #afafaf;
  }
  #doctor_conts .box .name_box dt {
    text-align: right;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    margin-right: 7px;
    display: inline-block;
    vertical-align: bottom;
  }
  #doctor_conts .box .name_box dt .small {
    font-size: 10px;
    font-weight: normal;
  }
  #doctor_conts .box .dr_img {
    width: 200px;
    margin: 0 auto;
  }
  #doctor_conts .box .name_box dd {
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  #doctor_conts .box .history_box {
    width: 90%;
    margin: 0 auto;
  }
  #doctor_conts .box .history_box dl {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #doctor_conts .box .history_box dt {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  #doctor_conts .box .history_box dl dt .small {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
  }
  #doctor_conts .box .history_box dd {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #e9e9e9;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
  }
  #doctor_conts .box .history_box dd th {
    width: 70px;
  }
  #doctor_conts .box .history_box dd td,
  #doctor_conts .box .history_box dd li {
    padding-bottom: 11px;
  }
  /*▼▼クリニック▼▼*/
  #conts_clinic {
    text-align: center;
    padding-top: 0;
    margin-bottom: 60px;
    overflow: hidden;
  }
  #conts_clinic .auto {
    width: 90%;
    margin: 0 auto;
  }
  #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 {
    display: block;
    padding: 16px 5% 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    transition-duration: 0.3s;
  }
  /*▲▲クリニック▲▲*/
  /*reserved_conts*/
  #reserved_conts {
    margin-bottom: 0;
  }
  #reserved_conts .title_box {
    margin: 0 auto;
  }
  #reserved_conts .h2Box {
    padding: 0 0 0;
  }
  #reserved_conts #form-error p {
    line-height: 1.6;
    color: #fc1d2a;
    font-weight: bold;
    margin-bottom: 14px;
  }
  #reserved_conts .contact_box {
    padding-top: 30px;
    margin-bottom: 58px;
    text-align: center;
  }
  #reserved_conts .contact_box .auto {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  }
  #reserved_conts .contact_box .box {
    margin-bottom: 44px;
  }
  #reserved_conts .contact_box .box h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    color: #be9330;
    margin-bottom: 20px;
    text-align: center;
  }
  #reserved_conts .contact_box .box:nth-of-type(2) h3 {
    color: #000;
  }
  #reserved_conts .contact_box .box:nth-of-type(3) h3 {
    color: #47a92c;
  }
  #reserved_conts .contact_box .box:nth-of-type(4) h3 {
    color: #0a9ab4;
  }
  #reserved_conts .contact_box .box:nth-of-type(5) h3 {
    color: #ae99dd;
  }
  #reserved_conts .contact_box .box:nth-of-type(6) h3 {
    color: #154280;
  }
  #reserved_conts .contact_box .box:nth-of-type(7) h3 {
    color: #d7712e;
  }
  #reserved_conts .contact_box .box:nth-of-type(8) h3 {
    color: #f2b1b1;
  }
  #reserved_conts .contact_box .box .tel_box {
    text-align: left;
    padding-left: 38px;
    background-image: url("../img/common/tel_ginza_sp.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  #reserved_conts .contact_box .box:nth-of-type(2) .tel_box {
    background-image: url("../img/common/tel_yokohama_sp.png");
  }
  #reserved_conts .contact_box .box:nth-of-type(3) .tel_box {
    background-image: url("../img/common/tel_ginza_g_sp.png");
  }
  #reserved_conts .contact_box .box .tel_box .tel-link {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1px;
  }
  #reserved_conts .contact_box .box .tel_box .tel-link a {
    color: #000;
    font-weight: bold;
    pointer-events: auto !important;
  }
  #reserved_conts .contact_box .box .other_contact .text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    text-align: left;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li {
    width: 32%;
    font-size: 11px;
    line-height: 1.3;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li a {
    width: 100%;
    display: block;
    border-radius: 3px;
    background-color: #ff5d4a;
    padding: 12px 0 11px;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(2)
    a {
    background-color: #9c4dbb;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(3)
    a {
    background-color: #2fc02f;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link li a .icon {
    padding-left: 16px;
    display: inline-block;
    background-image: url("../img/common/c_icon_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    font-weight: bold;
    color: #fff;
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(2)
    a
    .icon {
    background-image: url("../img/common/c_icon_02.png");
  }
  #reserved_conts
    .contact_box
    .box
    .other_contact
    .contact_link
    li:nth-of-type(3)
    a
    .icon {
    background-image: url("../img/common/c_icon_03.png");
  }
  #reserved_conts .form_box {
    width: 100%;
    text-align: left;
    background-color: #dce7f4;
  }
  #reserved_conts .form_box .auto {
    width: 90%;
    margin: 0 auto;
    padding: 9vw 0 70px;
  }
  #reserved_conts h2 {
    margin: 0 auto;
  }
  #reserved_conts .form_box dl {
    margin-bottom: 28px;
  }
  #reserved_conts .form_box dl dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  #reserved_conts .form_box dl dt .small {
    font-size: 14px;
    color: #ff0513;
    letter-spacing: 0;
    line-height: 1.3;
    display: block;
    margin-top: 4px;
  }
  #reserved_conts .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;
  }
  #reserved_conts .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;
  }
  #reserved_conts .form_box button.form_button {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
  }
  .form_box {
    width: 100%;
    text-align: left;
    background-color: #dce7f4;
  }
  .form_box .auto {
    width: 90%;
    margin: 0 auto;
    padding: 9vw 0 70px;
  }
  .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: 15px;
    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 .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 {
    font-weight: bold;
    margin-bottom: 27px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  form dt {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  form dd {
    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;
  }
  .form_box .dl_clinic {
    font-size: 0;
  }
  .form_box .dl_clinic label {
    margin-right: 2%;
    width: 49%;
    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 label:nth-of-type(even) {
    margin-right: 0;
  }
  form dd .place {
    display: none;
  }
  .form_box .dl_clinic input:checked + label {
    background-color: #ffd1df;
  }
  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 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;
    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: 14px;
    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;
  }
  .attention {
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  span.wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin: 0 0 10px 0 !important;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  span.wpcf7-list-item > input {
    display: none;
  }
  span.wpcf7-list-item > label {
    width: 100%;
    padding: 10px 0px 8px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
  }
  span.wpcf7-list-item > label span {
    font-size: 9px;
    display: block;
  }
  span.wpcf7-list-item > input:checked ~ label {
    background-color: #ffb1c9;
  }
  span.wpcf7-list-item {
    width: 49%;
    display: block;
  }
  .date-text {
    font-size: 15px;
    font-weight: bold;
    margin-right: 14px;
  }
  #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;
  }
  /*▼▼common_2022統合▼▼*/
  header .first {
    background-color: #efefef;
    font-size: 11px;
    padding: 5px 8px;
    margin: 0 0 12px;
    text-align: left;
  }
  header .auto {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header .right_wrap .contact_btn {
    padding-top: 0;
  }
  header .right_wrap .contact_btn {
    width: 40vw;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  header .right_wrap .contact_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 6px 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    z-index: 9;
  }
  header .right_wrap .contact_btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #0bb8c4;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.6s;
  }
  header .right_wrap .contact_btn a::after {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #0bb8c4;
    border-radius: 5px;
    background: #fff;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tel_box_2022 ul {
    display: flex;
    justify-content: flex-end;
  }
  .tel_box_2022 ul li {
    margin-right: 8px;
    width: 40px;
    text-align: center;
  }
  .tel_box_2022 ul li:last-of-type {
    margin-right: 0;
  }
  .tel_box_2022 ul li a {
    font-size: 10px;
    padding-top: 35px;
    background-image: url("/common/img/btn_icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
  }
  #reserved_conts .contact_box .box .tel_box {
    background-image: none;
    padding: 0;
  }
  #reserved_conts .contact_box .box:nth-of-type(2) .tel_box {
    background-image: none;
  }
  #reserved_conts .contact_box .box:nth-of-type(3) .tel_box {
    background-image: none;
  }
  #clinic_conts .box .text_box h5 {
    text-align: center;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link {
    position: relative;
    flex-wrap: wrap;
  }
  #reserved_conts .contact_box .box .other_contact .contact_link::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  #clinic_conts .tel_btn_2022 {
    max-width: 300px;
    margin: 0 auto 8px;
  }
  #reserved_conts .tel_btn_2022 {
    margin: 0 auto 10px;
  }
  #reserved_conts .time {
    font-size: 14px;
    line-height: 1.5;
  }
  .tel_btn_2022 a {
    display: block;
  }
  .tel_btn_2022 a img {
    display: block;
  }
  /*▲▲common_2022統合▲▲*/
}
