.header {
  height: auto; }

.block__menu {
  background-color: white; }

.block__new-board {
  height: 1338px;
  padding: 70px 0 0; }
  .block__new-board::before {
    height: 650px;
    height: 100%; }
  .block__new-board .banner {
    width: 96%;
    position: relative;
    z-index: 2;
    margin: 15px auto 0; }
  .block__new-board p.headline {
    background-color: #f5d625;
    width: 96%;
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 26px; }
    .block__new-board p.headline.new {
      background-color: #e798ac;
      color: #fff; }
  @media (max-width: 979px) {
    .block__new-board {
      height: inherit;
      padding: 50px 0 0; }
      .block__new-board::before {
        height: 100%; }
      .block__new-board .banner {
        margin: 10px auto 0; }
      .block__new-board p.headline {
        font-size: 5vw; } }

.block__access .tab__list .tab_inner .tab_ttl {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #302e2e;
  background-color: #f3eff0; }
  @media (max-width: 979px) {
    .block__access .tab__list .tab_inner .tab_ttl {
      margin-bottom: 20px;
      padding: 10px 5px;
      font-size: 18px;
      line-height: 1.5; } }
  .block__access .tab__list .tab_inner .tab_ttl:not(:first-of-type) {
    margin-top: 45px; }
    @media (max-width: 979px) {
      .block__access .tab__list .tab_inner .tab_ttl:not(:first-of-type) {
        margin-top: 40px; } }

.block__access .tab__list .tab_inner .tab_images {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }
  @media (max-width: 979px) {
    .block__access .tab__list .tab_inner .tab_images {
      padding: 0; } }
  .block__access .tab__list .tab_inner .tab_images li {
    width: 230px;
    margin-top: 25px; }
    @media (min-width: 980px) {
      .block__access .tab__list .tab_inner .tab_images li:not(:nth-child(3n)) {
        margin-right: 70px; }
      .block__access .tab__list .tab_inner .tab_images li:nth-child(1), .block__access .tab__list .tab_inner .tab_images li:nth-child(2), .block__access .tab__list .tab_inner .tab_images li:nth-child(3) {
        margin-top: 0; } }
    @media (max-width: 979px) and (min-width: 641px) {
      .block__access .tab__list .tab_inner .tab_images li {
        width: 49%;
        margin-top: 20px; }
        .block__access .tab__list .tab_inner .tab_images li img {
          width: 100%; }
        .block__access .tab__list .tab_inner .tab_images li:not(:nth-child(2n)) {
          margin-right: 2%; }
        .block__access .tab__list .tab_inner .tab_images li:nth-child(1), .block__access .tab__list .tab_inner .tab_images li:nth-child(2) {
          margin-top: 0; } }
    @media (max-width: 640px) {
      .block__access .tab__list .tab_inner .tab_images li {
        width: 100%;
        margin-top: 20px; }
        .block__access .tab__list .tab_inner .tab_images li img {
          width: 100%; }
        .block__access .tab__list .tab_inner .tab_images li:first-child {
          margin-top: 0; } }
    .block__access .tab__list .tab_inner .tab_images li .num {
      margin: 10px 0 5px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      color: #e798ac; }
    .block__access .tab__list .tab_inner .tab_images li .txt {
      font-size: 16px;
      line-height: 1.56;
      letter-spacing: 0.05em; }

.block__access .box__address .address__contact .tbl th {
  width: calc((100% - 182px) / 8); }
  .block__access .box__address .address__contact .tbl th.w01 {
    width: 182px; }

.block__access .box__address .address__contact .tbl td[colspan^="3"] {
  width: 55px;
  padding: 0; }

.block__access .box__address .address__contact .tbl td.none {
  background: #eee; }

.block__access .box__address .address__contact .tbl td p {
  width: 100%;
  font-size: 11px;
  text-align: left;
  line-height: 1.4;
  padding: 5px; }

@media (min-width: 980px) {
  .block__access .tabacc.-pc-tab > .tabs {
    justify-content: flex-start; }
    .block__access .tabacc.-pc-tab > .tabs.-active > .title {
      min-height: 144px;
      border-radius: 0 35px 0 0; }
      .block__access .tabacc.-pc-tab > .tabs.-active > .title:after {
        display: none; }
  .block__access .tabacc.-pc-tab > .tabs > .title {
    position: relative;
    flex-direction: column;
    width: 170px;
    min-height: 166px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
    text-align: center;
    color: #474545;
    background-color: #f3eff0;
    border-radius: 0 35px 0 35px;
    border: none; }
    .block__access .tabacc.-pc-tab > .tabs > .title:after {
      content: "";
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 10px;
      height: 41px;
      background: url("/assets/hifuka/images/common/arrow02.png") no-repeat;
      background-size: contain; }
    .block__access .tabacc.-pc-tab > .tabs > .title:not(:first-child) {
      margin-left: 20px; }
    .block__access .tabacc.-pc-tab > .tabs > .title.-active {
      font-weight: bold;
      color: #fff;
      background-color: #e798ac; }
  .block__access .tabacc.-pc-tab > .contents {
    margin-top: 0;
    padding: 0;
    border: 0; }
  .block__access .tabacc.-pc-accordion > .contents {
    border-radius: 10px;
    overflow: hidden; }
    .block__access .tabacc.-pc-accordion > .contents:not(:last-child) {
      margin-bottom: 20px; }
  .block__access .tabacc.-pc-accordion > .contents > .title {
    min-height: 55px;
    margin: 0;
    padding: 10px 75px 10px 20px;
    font-size: 18px;
    color: #302e2e;
    background-color: #fff;
    border-radius: 0; } }
  @media (min-width: 980px) and (max-width: 979px) {
    .block__access .tabacc.-pc-accordion > .contents > .title {
      padding-right: 60px; } }

@media (min-width: 980px) {
  .block__access .tabacc.-pc-accordion > .contents > .title::after {
    right: 27px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url("/assets/hifuka/images/ico_plus.png");
    border: 1px solid #e798ac; } }
  @media (min-width: 980px) and (max-width: 979px) {
    .block__access .tabacc.-pc-accordion > .contents > .title::after {
      right: 15px; } }

@media (min-width: 980px) {
  .block__access .tabacc.-pc-accordion > .contents > .title.-open::after {
    background-image: url("/assets/hifuka/images/ico_minus.png"); }
  .block__access .tabacc.-pc-accordion > .contents > .content {
    border-radius: 0;
    border: none;
    border-top: 2px solid #e2e1e1; }
  .block__access .tabacc.-pc-tab > .contents > .content {
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .block__access .tabacc.-pc-tab > .contents > .content.-active {
    padding: 55px 62px 60px;
    border: 3px solid #e798ac; } }

@media (max-width: 979px) {
  .block__access .tabacc.-sp-accordion > .contents > .content {
    margin-bottom: 20px; }
  .block__access .tabacc.-sp-accordion > .contents > .title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #474545;
    background-color: #f3eff0;
    border: none;
    margin-bottom: 20px; }
    .block__access .tabacc.-sp-accordion > .contents > .title.-open {
      margin-bottom: 0; }
  .block__access .box__address .address__contact .tbl th {
    font-size: 3.5vw;
    width: calc((100% - 30vw) / 8);
    padding: 2vw; }
    .block__access .box__address .address__contact .tbl th.w01 {
      width: 30vw; }
  .block__access .box__address .address__contact .tbl td {
    padding: 2vw 0; }
    .block__access .box__address .address__contact .tbl td[colspan^="3"] {
      width: 15vw;
      padding: 0; }
    .block__access .box__address .address__contact .tbl td p {
      font-size: 2.5vw;
      padding: 1vw; }
  .block__access .box__address .address__contact .tbl .fz-s {
    font-size: 2.5vw; } }

#clinic {
  padding-top: 150px; }
  @media (max-width: 979px) {
    #clinic {
      padding-top: 15vw; } }

#mv {
  margin-bottom: 60px; }
  #mv img {
    margin: auto; }
  @media (max-width: 979px) {
    #mv {
      margin-bottom: 40px; } }

.block__doctor {
  margin-top: 60px;
  padding: 60px 0 0;
  background-color: #f3f3f6; }
  @media (max-width: 979px) {
    .block__doctor {
      margin-top: 10vw;
      padding: 10vw 0 0; } }
  .block__doctor .bg02 {
    top: 0; }
  .block__doctor .doctor__info {
    border-bottom: 2px solid #999797;
    padding: 60px 0; }
    @media (max-width: 979px) {
      .block__doctor .doctor__info {
        padding: 8vw 0; } }
    .block__doctor .doctor__info:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  @media (max-width: 979px) {
    .block__doctor .doctor__image {
      width: 70%;
      margin: 0 auto 4vw; } }
  .block__doctor .doctor__emblem {
    text-align: center;
    margin: 50px 0 0; }
    @media (max-width: 979px) {
      .block__doctor .doctor__emblem {
        margin: 5vw 0 0; } }
  .block__doctor .doctor__cont {
    margin: 50px 0 0; }
    @media (max-width: 979px) {
      .block__doctor .doctor__cont {
        margin: 5vw 0 0; } }
  .block__doctor .doctor__timeline .timeline {
    border-top: none;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5% 3%;
    border-radius: 15px; }
    .block__doctor .doctor__timeline .timeline dl {
      font-size: 18px; }
      @media (max-width: 979px) {
        .block__doctor .doctor__timeline .timeline dl {
          font-size: 4vw; } }
  .block__doctor .movie__inner {
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 979px) {
      .block__doctor .movie__inner {
        width: 100%; } }
  .block__doctor .sub {
    display: flex;
    justify-content: center; }
    @media (max-width: 979px) {
      .block__doctor .sub .doctor__timeline .position {
        margin-bottom: 1vw;
        font-size: 3vw; }
      .block__doctor .sub .doctor__timeline .name-jp {
        margin-bottom: 1vw;
        font-size: 4.5vw; }
      .block__doctor .sub .doctor__timeline .name-en {
        margin-bottom: 2vw;
        font-size: 3vw; } }

.block__menu .menuprice h3 {
  color: #333;
  border-color: #333; }

.block__menu .pricetab td {
  border-color: #a6a6a6; }

.block__menu .pricetab th {
  border-color: #a6a6a6; }

.block__menu .pricetab tr th {
  background-color: #ececec; }

.block__menu .pricetab th a {
  color: #333; }

.block__menu .menuprice td a {
  color: #333; }

._color-font-main {
  color: inherit !important; }

._bg-blue {
  background-color: #7fb6da; }

._bg-orange {
  background-color: #e8976c; }

._bg-green {
  background-color: #7db9a2; }

.sec__ttl {
  text-align: center; }
  .sec__ttl img {
    margin: 0 auto; }

span.fe_im {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  color: #FF8FB0;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid; }

span.m_im {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  color: #4ACDE2;
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid; }

.tabacc.-pc-accordion > .contents {
  border-radius: 0; }

.tabacc.-pc-accordion > .contents > .title.-open {
  border-radius: 0; }

.tabacc.-pc-accordion > .contents > .title {
  background-color: #e1a283;
  color: #fff; }
