@charset "UTF-8";
/**
 mixin
 */
html {
  font-size: 10px; }

body {
  padding-top: 0; }

.show_sp {
  display: none !important; }

@media (max-width: 979px) {
  .show_pc {
    display: none !important; }
  .show_sp {
    display: block !important; } }

:target:before {
  content: ' ';
  display: block; }
  @media screen and (min-width: 980px) {
    :target:before {
      height: 56px;
      margin-top: -56px; } }
  @media screen and (max-width: 979px) {
    :target:before {
      height: Min(23.28125vw, 149px);
      margin-top: Max(-23.28125vw, -149px); } }

main {
  width: 100%;
  /* overflow: hidden; */
  overflow: visible;
  color: #222222; }
  @media screen and (max-width: 979px) {
    main {
      overflow: visible; } }
  main a {
    text-decoration: none; }
  main .s-inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 979px) {
      main .s-inner {
        width: 96%; } }

.scroll-down {
  display: block;
  width: 60px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  @media (max-width: 979px) {
    .scroll-down {
      width: 8.1716vw;
      height: 8.37589vw;
      top: 0px;
      right: 1.02145vw; } }
  .scroll-down img {
    display: block; }

.s-index h2 {
  line-height: 1; }

.s-index p {
  font-weight: 700;
  font-size: 15px;
  margin: 4px 0 0;
  color: #69280f; }

@media (max-width: 979px) {
  .s-index h2 img {
    width: auto;
    height: 4.0858vw; }
  .s-index p {
    font-size: 3.06435vw;
    margin-top: 1.02145vw; } }

.s-sns {
  background: url("/assets/clinic/branch/ochanomizu/images/sns_bg_01.jpg") no-repeat center;
  background-size: cover;
  margin-top: 30px; }
  .s-sns .s-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px 29px 71px 0;
    position: relative;
    min-height: 200px; }
    .s-sns .s-inner .s-index {
      position: relative;
      width: 158px;
      color: #fff; }
      @media screen and (min-width: 980px) {
        .s-sns .s-inner .s-index {
          margin-right: 62px; } }
      .s-sns .s-inner .s-index p {
        margin-top: 12px;
        font-size: 22px;
        font-weight: bold;
        color: #222222; }
  .s-sns__list {
    display: flex;
    align-items: center; }
  .s-sns__items {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
    margin: 0 12px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 43px 43px; }
    .s-sns__items--instagram {
      background-image: url("/assets/clinic/branch/ochanomizu/images/sns-ico-ins.png");
      background-size: 35px 35px; }
      @media screen and (max-width: 979px) {
        .s-sns__items--instagram {
          background-size: 5.46875vw 5.46875vw; } }
    .s-sns__items--youtube {
      background-image: url("/assets/clinic/branch/ochanomizu/images/sns-ico-yt.png");
      background-size: 38px 36px; }
      @media screen and (max-width: 979px) {
        .s-sns__items--youtube {
          background-size: 5.9375vw 5.625vw; } }
    .s-sns__items--line {
      background-image: url("/assets/clinic/branch/ochanomizu/images/sns-ico-line.png");
      background-size: 38px 36px; }
      @media screen and (max-width: 979px) {
        .s-sns__items--line {
          background-size: 5.9375vw 5.625vw; } }
    .s-sns__items--pen {
      background-image: url("/assets/clinic/branch/ochanomizu/images/sns-ico-pen.png");
      background-size: 34px 34px; }
      @media screen and (max-width: 979px) {
        .s-sns__items--pen {
          background-size: 5.3125vw 5.3125vw; } }
    .s-sns__items--tiktok {
      background-image: url("/assets/clinic/branch/ochanomizu/images/icon_tiktok.png");
      background-size: 34px 34px; }
      @media screen and (max-width: 979px) {
        .s-sns__items--tiktok {
          background-size: 5.3125vw 5.3125vw; } }
    .s-sns__items.-doctor {
      position: relative; }
      .s-sns__items.-doctor:before {
        content: 'Doctor';
        position: absolute;
        left: 0;
        right: 0;
        top: -24px;
        display: block;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        color: #747474;
        margin: auto;
        text-align: center;
        text-decoration: none; }
        @media screen and (max-width: 979px) {
          .s-sns__items.-doctor:before {
            top: -3.75vw;
            font-size: 2.34375vw; } }
  .s-sns__pagetop {
    font-size: 0;
    width: 50px;
    height: 51px;
    background: url("/assets/clinic/branch/ochanomizu/images/sns_pagetop.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -4px; }
    @media (min-width: 980px) and (max-width: 1080px) {
      .s-sns__pagetop {
        right: 0; } }
  @media (max-width: 979px) {
    .s-sns {
      margin-top: 3.06435vw; }
      .s-sns .s-inner {
        display: block;
        padding: 7.15015vw 0;
        position: relative;
        min-height: 25vw; }
        .s-sns .s-inner .s-index {
          width: 100%;
          text-align: center;
          top: 0; }
          .s-sns .s-inner .s-index p {
            margin-top: 1.02145vw; }
      .s-sns .s-sns__list {
        justify-content: center;
        margin-top: 5.10725vw; }
      .s-sns .s-sns__items {
        width: 7.96731vw;
        height: 7.96731vw;
        margin: 0 1.53218vw; }
        .s-sns .s-sns__items--instagram {
          background-size: 4.39224vw 4.39224vw; }
        .s-sns .s-sns__items--youtube {
          background-size: 4.69867vw 4.49438vw; }
        .s-sns .s-sns__items--line {
          background-size: 4.69867vw 4.49438vw; }
      .s-sns .s-sns__pagetop {
        width: 6.1287vw;
        height: 6.23085vw;
        top: -3.06435vw; } }

@media (max-width: 979px) {
  body.overflow {
    overflow: hidden;
    height: 100vh; } }

.weekly_calendar {
  margin-top: 40px;
  width: 100%;
  border-collapse: separate;
  position: relative;
  box-sizing: border-box;
  border-spacing: 0;
  vertical-align: middle; }
  .weekly_calendar .circle {
    color: #e1a283; }
  .weekly_calendar sup {
    vertical-align: sub; }
  .weekly_calendar tr:last-child td:last-child {
    border-radius: 0 0 25px 0; }
  .weekly_calendar tr th,
  .weekly_calendar tr td {
    text-align: center; }
  .weekly_calendar tr th.week {
    width: 84px;
    color: #fff;
    background: #e1a284;
    text-align: center;
    padding: 24px 0 20px; }
    .weekly_calendar tr th.week + .week {
      border-left: 1px solid #747474; }
    .weekly_calendar tr th.week:nth-child(3) {
      border-radius: 25px 0 0 0; }
    .weekly_calendar tr th.week:last-child {
      border-radius: 0 25px 0 0; }
  .weekly_calendar tr td + td {
    border-left: 1px solid #747474; }
  .weekly_calendar tr td:last-child {
    border-right: 1px solid #747474; }
  .weekly_calendar tr td.week {
    padding: 23px 0 14px;
    background: #fff;
    border-bottom: 1px solid #747474; }
    @media (min-width: 980px) {
      .weekly_calendar tr td.week {
        font-size: 17px;
        line-height: 2; } }
    .weekly_calendar tr td.week p {
      font-size: 12px; }
    .weekly_calendar tr td.week.dashed {
      border-bottom: 1px dashed #747474; }
  .weekly_calendar tr .category {
    padding: 15px 0;
    width: 180px;
    background: #f8f8f8;
    border-left: 1px solid #747474;
    border-top: 1px solid #747474; }
    .weekly_calendar tr .category.top {
      border-radius: 25px 0 0 0; }
    .weekly_calendar tr .category.bottom {
      border-radius: 0 0 0 25px;
      border-bottom: 1px solid #747474; }
  .weekly_calendar tr .time {
    padding-right: 17px;
    border-left: 1px solid #747474;
    border-top: 1px solid #747474;
    background: #f8f8f8;
    border-bottom: none; }
    @media (min-width: 980px) {
      .weekly_calendar tr .time {
        font-size: 17px;
        letter-spacing: 0.3px; } }
    .weekly_calendar tr .time.bottom {
      border-bottom: 1px solid #747474; }
    .weekly_calendar tr .time.dashed {
      border-top: 1px dashed #747474; }
  .weekly_calendar_text1 {
    margin: 5px 0 0;
    font-size: 14px;
    text-align: right; }
  .weekly_calendar_text2 {
    text-align: center;
    margin: 27px 0 0;
    font-size: 18px; }
    @media (min-width: 980px) {
      .weekly_calendar_text2 {
        font-weight: 500;
        line-height: 1.78; } }
  @media (max-width: 979px) {
    .weekly_calendar {
      margin-top: 4vw;
      font-size: 2.65577vw; }
      .weekly_calendar tr:last-child td:last-child {
        border-radius: 0 0 2vw 0; }
      .weekly_calendar tr th,
      .weekly_calendar tr td {
        min-height: 10vw;
        line-height: 1.4; }
      .weekly_calendar tr th.week {
        padding: 2vw 0;
        width: 8.5vw; }
        .weekly_calendar tr th.week:nth-child(3) {
          border-radius: 2vw 0 0 0; }
        .weekly_calendar tr th.week:last-child {
          border-radius: 0 2vw 0 0; }
      .weekly_calendar tr td.week {
        padding: 2vw 0; }
        .weekly_calendar tr td.week p {
          font-size: 2vw; }
      .weekly_calendar tr .category {
        width: 16vw;
        padding: 2vw 1vw; }
        .weekly_calendar tr .category.top {
          border-radius: 2vw 0 0 0; }
        .weekly_calendar tr .category.bottom {
          border-radius: 0 0 0 2vw; }
        .weekly_calendar tr .category br {
          display: none; }
      .weekly_calendar tr .time {
        padding: 2vw 1vw; }
      .weekly_calendar_text1 {
        font-size: 2.65577vw;
        margin: 0.5vw 0 0; }
      .weekly_calendar_text2 {
        font-size: 3vw;
        margin: 1.5vw 0 0; } }

.monthly_calender {
  margin: 76px auto 0; }
  .monthly_calender_inner {
    width: 640px;
    margin: 0 auto; }
    .monthly_calender_inner ul {
      margin: 12px 0 0; }
      .monthly_calender_inner ul li {
        font-size: 15px;
        line-height: 1.5;
        color: #69280f; }
        .monthly_calender_inner ul li[class*='icon']::before {
          content: '■'; }
          @media (min-width: 980px) {
            .monthly_calender_inner ul li[class*='icon']::before {
              margin-right: 6px;
              font-size: 19px; } }
          @media (max-width: 979px) {
            .monthly_calender_inner ul li[class*='icon']::before {
              margin-right: 0.5em; } }
        .monthly_calender_inner ul li.icon01::before {
          color: #aae0f6; }
        .monthly_calender_inner ul li.icon02::before {
          color: #fee7ec; }
        .monthly_calender_inner ul li.icon03::before {
          color: #d4d4d4; }
        .monthly_calender_inner ul li.icon04::before {
          color: #fef7a7; }
        .monthly_calender_inner ul li.icon05::before {
          color: #b2e689; }
  @media (max-width: 979px) {
    .monthly_calender {
      margin: 4vw auto 0; }
      .monthly_calender_inner {
        width: 100%; }
        .monthly_calender_inner ul {
          margin: 1vw 0 0; }
          .monthly_calender_inner ul li {
            font-size: 3vw; } }

#header-ochan {
  background-color: transparent;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: background 0.3s; }
  #header-ochan .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 2000px;
    margin: 0 auto;
    width: 100%; }
  @media screen and (min-width: 980px) {
    #header-ochan.fixed {
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 8px rgba(1, 1, 1, 0.3); } }
  @media screen and (max-width: 979px) {
    #header-ochan.fixed {
      /*box-shadow: 0 0 10px #111;*/
      top: 0px;
      position: fixed;
      width: 100%; } }
  #header-ochan.fixed .inner {
    background: #fff; }
    @media screen and (max-width: 979px) {
      #header-ochan.fixed .inner {
        background: transparent; } }
  #header-ochan.fixed .header__content .burger-lines {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    transition: background 0.3s; }
  @media screen and (max-width: 979px) {
    #header-ochan.fixed .header__content {
      padding-top: 0vw; } }
  @media screen and (min-width: 980px) {
    #header-ochan.fixed .header__social {
      margin-bottom: 10px; } }
  @media screen and (min-width: 980px) {
    #header-ochan.fixed .header__reserve {
      margin: 0 auto 5px; } }

@media screen and (max-width: 979px) {
  .header .inner {
    height: 23.28125vw;
    max-height: 149px;
    transition: all 0.3s ease-out;
    width: 100%; } }

.header__logo {
  display: flex;
  align-items: center;
  transition: width 0.3s; }
  .header__logo a {
    display: block;
    width: 181px;
    height: 56px;
    padding: 15px 15px 15px 11px;
    background-color: #e1a283;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: 155px 26px;
    background-position: 11px 15px;
    text-indent: -9999px; }
    @media screen and (max-width: 979px) {
      .header__logo a {
        position: absolute;
        top: 0;
        right: 0;
        width: 36.875vw;
        height: 11.5625vw;
        padding: 2.34375vw;
        background-size: 32.03125vw 5.3125vw;
        background-position: 2.34375vw; } }

@media screen and (min-width: 980px) {
  .header__content {
    margin-right: 15px; } }

@media screen and (max-width: 979px) {
  .header__content {
    position: absolute;
    top: 3.4375vw;
    left: 3.90625vw;
    width: 15.46875vw;
    height: 15.46875vw;
    max-width: 99px;
    max-height: 99px; } }

.header__social {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transition: margin-bottom 0.3s; }
  .header__social li {
    margin: 0 2.03125vw; }
    .header__social li._doctor a:before {
      content: 'Doctor';
      position: absolute;
      left: 0;
      right: 0;
      top: -3.75vw;
      display: block;
      font-size: 2.5vw;
      line-height: 1;
      font-weight: bold;
      color: #1f1811;
      margin: auto;
      text-align: center;
      text-decoration: none; }
  .header__social a {
    position: relative;
    display: block;
    width: 13.125vw;
    height: 13.28125vw; }

@media screen and (min-width: 980px) {
  .header__hamburger {
    display: none; } }

@media screen and (max-width: 979px) {
  .header__hamburger {
    height: 7.5vw;
    width: 7.5vw;
    position: relative;
    z-index: 99; }
    .header__hamburger .burger-lines {
      position: absolute;
      width: Min(15.46875vw, 99px);
      height: Min(15.46875vw, 99px); }
    .header__hamburger.is-open .inner {
      background: #fff; }
    .header__hamburger.is-open .burger-lines {
      height: 5.625vw;
      width: 5.625vw;
      top: 7.5vw;
      right: 4.6875vw;
      position: fixed; }
      .header__hamburger.is-open .burger-lines img {
        display: none; }
      .header__hamburger.is-open .burger-lines:after, .header__hamburger.is-open .burger-lines:before {
        background-color: #3c3c3c;
        content: '';
        position: absolute;
        height: 2px;
        right: 0;
        transform-origin: center;
        transition: width 0.3s, top 0.3s, transform 0.3s; }
      .header__hamburger.is-open .burger-lines:before {
        width: 100%;
        top: 0; }
      .header__hamburger.is-open .burger-lines:before {
        width: 100%;
        top: 0;
        transform: rotate(-45deg); }
      .header__hamburger.is-open .burger-lines:after {
        width: 100%;
        top: 0;
        bottom: auto;
        transform: rotate(45deg); } }

.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1; }
  @media screen and (max-width: 979px) {
    .header__nav {
      align-items: center;
      background-color: rgba(255, 255, 255, 0.9);
      font-size: 5vw;
      right: -100%;
      height: 100vh;
      position: fixed;
      display: block;
      top: 0;
      width: 100%;
      padding: 23.125vw 9.21875vw 11.09375vw;
      z-index: -1;
      overflow-y: auto;
      transition: right 0.5s;
      margin-top: 0; } }
  .header__nav__list {
    display: flex; }
    @media screen and (max-width: 979px) {
      .header__nav__list {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 8.28125vw;
        width: 100%;
        border-top: 1px solid #d8d6d5; } }
    @media screen and (max-width: 979px) {
      .header__nav__list li {
        border-bottom: 1px solid #d8d6d5; } }
    .header__nav__list li a {
      color: #282828 !important;
      position: relative;
      display: flex;
      align-items: center;
      padding: 10px 19px;
      text-decoration: none; }
      @media screen and (max-width: 979px) {
        .header__nav__list li a {
          padding: 4.6875vw 3.125vw 4.53125vw;
          color: #1f1811 !important;
          font-size: 3.4375vw;
          line-height: 4.6875vw;
          font-weight: 500;
          display: block;
          text-align: center; } }
      .header__nav__list li a small {
        margin: auto;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: #ea4e3d;
        color: #fff;
        font-size: 10px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px;
        padding-bottom: 1px;
        padding-right: 1px; }
        @media screen and (max-width: 979px) {
          .header__nav__list li a small {
            color: #dcdcdc;
            text-align: center;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: -5.46875vw;
            width: 5vw;
            height: 5vw;
            font-size: 3.125vw; } }
  .header__nav.is-open {
    right: 0; }

@media screen and (max-width: 979px) {
  .header__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 9.375vw; }
    .header__btn > li:first-of-type {
      width: 100%; }
    .header__btn a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid #e1a283;
      width: 39.375vw;
      height: 12.65625vw;
      margin: 0 auto;
      font-size: 3.28125vw;
      line-height: 1;
      font-weight: 500;
      color: #e1a283;
      text-decoration: none;
      font-feature-settings: 'palt' 1; }
      .header__btn a:after {
        content: '';
        width: 1.25vw;
        height: 2.1875vw;
        background: url("../images/ic_arr.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 3.59375vw;
        top: 0;
        bottom: 0;
        margin: auto; }
      .header__btn a.tel {
        width: 100%;
        margin-bottom: 2.34375vw;
        background: #e1a283; }
        .header__btn a.tel img {
          width: 45.625vw;
          height: 5vw; }
    .header__btn._forKid a {
      width: 100%;
      background: #74bfb8;
      color: #fff;
      font-size: 3.4375vw;
      border: none; }
      .header__btn._forKid a:after {
        right: 7.5vw;
        background-image: url("../images/arrow_ft.png"); }
      .header__btn._forKid a:before {
        content: '';
        position: absolute;
        width: 11.40625vw;
        height: 9.53125vw;
        left: 6.5625vw;
        top: -1.71875vw;
        background-image: url("../images/ico-forKid.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0; } }

@media screen and (max-width: 979px) {
  .header__sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18.59375vw; } }

.header__sns p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 979px) {
    .header__sns p {
      font-size: 5vw; } }

@media screen and (max-width: 979px) {
  .header.is-open .inner {
    height: 16.5625vw;
    background: #fff; }
  .header.is-open .header__logo {
    width: 51.25vw;
    height: 7.8125vw; }
    .header.is-open .header__logo a {
      position: relative;
      width: 49.53125vw;
      height: 7.8125vw;
      margin-left: 1.71875vw;
      padding: 0;
      background-color: transparent;
      background-image: url("../images/logo-footer.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      z-index: 100; } }

.footer {
  background: #fff;
  padding-top: 92px; }
  .footer-top {
    display: flex;
    padding-bottom: 91px; }
    .footer-top__lf {
      width: 100%;
      padding-left: 12px; }
    .footer-top__rg {
      flex-shrink: 0;
      width: 476px;
      height: 305px;
      margin-left: 70px; }
      .footer-top__rg iframe {
        width: 100%;
        height: 100%; }
  .footer-bot {
    border-top: 1px solid #bbb; }
  .footer-logo {
    display: block;
    margin-left: 6px; }
  .footer-address {
    font-size: 16px;
    line-height: 1.5;
    margin: 14px 6px 13px; }
  .footer-tel {
    display: block;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #e1a284 !important;
    letter-spacing: 0.02em; }
  .footer-time {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 312px;
    height: 28px;
    border: 1px solid currentColor;
    font-size: 16px;
    color: #b97c63;
    letter-spacing: 0.05em;
    margin: 10px 3px 0; }
  .footer-time-last {
    font-size: 14px;
    margin: 3px 3px 15px; }
  .footer-access {
    font-size: 13px;
    margin: 10px 0 0;
    line-height: 1.6; }
  .footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 422px;
    height: 56px;
    background: #e1a284;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
    position: relative;
    margin-top: 25px; }
    .footer-btn:after {
      content: '';
      width: 9px;
      height: 14px;
      background: url("/assets/clinic/branch/ochanomizu/images/arrow_ft.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      right: 33px;
      bottom: 0;
      margin: auto; }
  .footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px; }
    .footer-menu li {
      border-right: 1px solid #c2c2c2;
      border-left: 1px solid #c2c2c2;
      margin-right: -1px;
      padding: 0 20px; }
      .footer-menu li a {
        display: block;
        font-size: 12px;
        line-height: 12px; }
  .footer-copy {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    margin-top: 19px; }
  @media (max-width: 979px) {
    .footer {
      padding-top: 8.1716vw; }
      .footer-top {
        display: block;
        padding-bottom: 9.19305vw; }
        .footer-top__lf {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          padding-left: 0;
          margin-bottom: 7.15015vw; }
        .footer-top__rg {
          width: 100%;
          height: auto;
          margin-left: 0; }
      .footer-bot {
        border-top: 1px solid #bbb; }
      .footer-logo {
        display: block;
        width: 43.20735vw; }
        .footer-logo img {
          height: auto; }
      .footer-address {
        font-size: 3.06435vw;
        margin: 4.0858vw 0.61287vw 2.0429vw; }
      .footer-tel {
        font-size: 5.61798vw; }
      .footer-time {
        width: 51.07252vw;
        height: 5.10725vw;
        font-size: 3.26864vw;
        margin: 1.53218vw 0.30644vw 0; }
      .footer-time-last {
        font-size: 2.45148vw;
        margin: 0.30644vw 0.30644vw 1.53218vw; }
      .footer-access {
        font-size: 2.86006vw;
        margin: 1.22574vw 0 0; }
      .footer-btn {
        width: 61.28703vw;
        height: 10.2145vw;
        font-size: 3.57508vw;
        margin-top: 2.55363vw; }
        .footer-btn:after {
          width: 1.53218vw;
          height: 2.34934vw;
          right: 3.06435vw; }
      .footer-menu {
        padding-top: 3.06435vw; }
        .footer-menu li {
          padding: 0 2.55363vw;
          margin-bottom: 3.06435vw; }
          .footer-menu li a {
            font-size: 2.45148vw;
            line-height: 1; }
      .footer-copy {
        font-size: 2.45148vw;
        margin-top: 0; } }

#footer .inner .bottombtn {
  display: none; }

#footer > .inner > .pagetop > a {
  background-color: #e1a284; }

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 979px) {
    .inner {
      max-width: unset;
      padding: 0 2%; } }

.sec__ttl {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .sec__ttl--eng {
    margin-bottom: 25px; }
    @media screen and (max-width: 979px) {
      .sec__ttl--eng {
        width: auto;
        height: 6.5625vw;
        margin-bottom: 4.6875vw; }
        .sec__ttl--eng img {
          width: auto;
          height: 100%; } }
    .sec__ttl--eng img {
      display: block;
      margin: 0; }
  .sec__ttl--jp {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1; }
    @media screen and (max-width: 979px) {
      .sec__ttl--jp {
        font-size: 4.6875vw; } }

.c-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .c-mv h1 {
    width: 100%;
    background-position: center;
    max-width: 1280px;
    margin-inline: auto; }
    .c-mv h1 img {
      width: 100%; }
    @media (max-width: 979px) {
      .c-mv h1 {
        height: auto; } }

.btn-scroll {
  display: none;
  text-align: center;
  position: fixed;
  z-index: 90; }
  @media screen and (min-width: 980px) {
    .btn-scroll {
      bottom: 20px;
      right: 30px;
      width: 260px; } }
  @media screen and (max-width: 979px) {
    .btn-scroll {
      bottom: 0;
      right: 0;
      width: 100%;
      padding: 1.5%; } }
  @media screen and (max-width: 979px) {
    .btn-scroll .btn-scroll-inner {
      display: flex;
      justify-content: space-between; } }
  .btn-scroll .btn-scroll-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1a283;
    border-radius: 10.2145vw;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative; }
    @media screen and (min-width: 980px) {
      .btn-scroll .btn-scroll-inner a {
        font-size: 16px;
        width: 100%;
        height: 60px;
        padding-left: 25px;
        padding-right: 50px; }
        .btn-scroll .btn-scroll-inner a + a {
          margin-top: 5px; } }
    @media screen and (max-width: 979px) {
      .btn-scroll .btn-scroll-inner a {
        font-size: 3.2vw;
        margin: 1%;
        width: 48%;
        height: 14vw;
        max-height: 55px;
        padding-left: 2vw;
        padding-right: 4vw; } }
    .btn-scroll .btn-scroll-inner a:after {
      content: '';
      background: url("/assets/clinic/branch/ochanomizu/images/ic_arr_btn.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 980px) {
        .btn-scroll .btn-scroll-inner a:after {
          width: 16px;
          height: 16px;
          right: 20px; } }
      @media screen and (max-width: 979px) {
        .btn-scroll .btn-scroll-inner a:after {
          width: Max(2.0429vw, 14px);
          height: Max(2.0429vw, 14px);
          right: 1.83861vw; } }
