.header_wrap {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.4em;
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 878px) {
    .header {
      padding: 1.2em; } }
  .header .add_log_img {
    width: 80px;
    height: auto; }
  .header .logo {
    width: auto;
    height: auto;
    margin: 0; }
  .header .header_wrap-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 126px; }
    @media screen and (min-width: 768px) {
      .header .header_wrap-right {
        width: 140px; } }
  .header .header_btn {
    width: 70px; }
    .header .header_btn img {
      width: 100%; }
  .header .sp_navToggle {
    display: block;
    position: relative;
    width: 38px !important;
    height: 18px !important; }
    .header .sp_navToggle #mobile-menu {
      padding: 0; }

.open + .hnavarea {
  width: 100%; }

.hnavarea {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #FFF;
  z-index: 10;
  transform: translateX(100%);
  transition: 0.2s;
  opacity: 0; }
  .hnavarea a {
    padding: 30px 70px 30px 0;
    font-size: 5vw; }
    @media screen and (min-width: 768px) {
      .hnavarea a {
        font-size: 18px;
        text-align: center;
        padding-right: 0; } }
    @media screen and (min-width: 768px) {
      .hnavarea a .hbr_sp {
        font-size: 12px;
        display: block;
        padding-left: 10px;
        opacity: 0.3;
        padding-top: 10px; } }
  .hnavarea li {
    width: 100%;
    border-bottom: 1px dashed #f1f1f1; }
  .hnavarea .hbr_sp {
    font-size: 2.5vw; }
  .hnavarea .hnav {
    display: block; }
  @media screen and (min-width: 768px) {
    .hnavarea .hnav_wrap_inner {
      width: 45%; } }

#wrap {
  overflow-x: hidden;
  margin-bottom: 10%; }
  @media screen and (max-width: 768px) {
    #wrap {
      margin-bottom: 25%; } }
  #wrap .mv {
    margin-top: 82px; }
    @media screen and (min-width: 800px) {
      #wrap .mv {
        margin-top: 101px; } }
  #wrap .doku {
    animation: dokudoku 1.4s linear infinite;
    scale: 1; }
@keyframes dokudoku {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
  #wrap .mv-title {
    margin-bottom: 4%; }
  #wrap .price .ta_c {
    margin-bottom: 3%; }
  #wrap .benefit {
    padding: 5% 0 7%; }
    @media screen and (max-width: 768px) {
      #wrap .benefit {
        padding: 5% 0 10%; } }
    #wrap .benefit img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      #wrap .benefit h2 img {
        height: auto; } }
    #wrap .benefit-txt {
      font-size: 25px;
      line-height: 1.5em;
      text-align: center;
      margin: 7% 0 !important; }
      @media screen and (max-width: 768px) {
        #wrap .benefit-txt {
          font-size: 16px; } }
    #wrap .benefit-block img {
      padding-bottom: 3%; }
      #wrap .benefit-block img:last-of-type {
        padding-bottom: 0; }
  #wrap .clinic_new {
    padding: 5% 0 7%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #wrap .clinic_new {
        padding: 5% 0 10%; } }
    #wrap .clinic_new img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      #wrap .clinic_new h2 img {
        height: auto; } }
    #wrap .clinic_new-block {
      margin-top: 7%; }
    #wrap .clinic_new-item {
      background-color: #fff;
      border: 1.5px solid #111111;
      box-sizing: border-box;
      padding: 0 5%;
      margin-bottom: 4%; }
      #wrap .clinic_new-item:last-of-type {
        margin-bottom: 0; }
      #wrap .clinic_new-item-title {
        font-size: 54px;
        letter-spacing: .05em;
        text-align: center;
        padding: 10% 0;
        position: relative; }
        @media screen and (max-width: 768px) {
          #wrap .clinic_new-item-title {
            font-size: 25px;
            padding: 6% 0; } }
        #wrap .clinic_new-item-title:before {
          content: "";
          background-image: url("../images/arrow.png");
          background-repeat: no-repeat;
          background-size: contain;
          width: 56px;
          height: 39px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(-30%, -50%);
          transition: .3s; }
          @media screen and (max-width: 768px) {
            #wrap .clinic_new-item-title:before {
              width: 26px;
              height: 18px; } }
      #wrap .clinic_new-item .clinic_new-item-title.active:before {
        transform: translate(-30%, -50%) rotate(180deg); }
      #wrap .clinic_new-item-wrap {
        border-top: 2px dashed #BABABA;
        box-sizing: border-box;
        padding: 4% 0;
        display: none; }
      #wrap .clinic_new-item-p {
        font-size: 25px;
        padding-left: 3%;
        position: relative; }
        @media screen and (max-width: 768px) {
          #wrap .clinic_new-item-p {
            font-size: 20px;
            padding-left: 8%; } }
        #wrap .clinic_new-item-p:before {
          content: "";
          width: 7px;
          height: 7px;
          border: 1px solid #111111;
          background-color: #FC4688;
          border-radius: 10rem;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      #wrap .clinic_new-item-tel {
        font-size: 45px; }
        @media screen and (max-width: 768px) {
          #wrap .clinic_new-item-tel {
            font-size: 35px; } }
        #wrap .clinic_new-item-tel span {
          box-sizing: border-box;
          padding: 0 1%;
          background-color: #FFFF00;
          border: 1px solid #111111;
          font-size: 30px;
          margin-right: 2%; }
          @media screen and (max-width: 768px) {
            #wrap .clinic_new-item-tel span {
              font-size: 20px;
              padding: 1.3% 1.8%; } }
  #wrap .entry h2 {
    margin-bottom: 1% !important; }

footer {
  margin: 0;
  margin-top: 2%; }
