@media screen and (min-width: 850px) {
  .mainviual{
    height: 85vh;
    margin-top: 80px;
    & h1{
      font-size: 250%;
      font-weight: normal;
      font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    }
  }
  .top_caption{
    max-width: 1100px;
    display: flex;
    padding-top: 36px;
    & h2{
      font-size: 200%;
      letter-spacing: 1px;
    }
    & .photo_01{
      width: 40%;
      & img{
        width: 100%;
      }
    }
    & .text{
      width: 55%;
      padding-top: 20px;
      font-size: 120%;
      letter-spacing: 1px;
      line-height: 1.8;
    }
  }
  .about{
    margin: 0 auto 120px;
    & h2{
      font-size: 200%;
    }
    & .list{
      margin: 0 auto 60px;
      & li{
        width: calc(95% / 4);
        margin: 0 calc(5% / 8) 15px;
      }
    }
    & .text{
      width: 77vw;
      margin: 0 auto;
      background: #3093d8;
      padding: 30px;
      border-radius: 10px;
      border: 7px double #fff;
      font-size: 130%;
      letter-spacing: 1px;
      line-height: 1.8;
      color: #fff;
      text-align: center;
      & .caution{
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
      }
    }
  }
  .ba{
    & h2{
      font-size: 200%;
    }
    & .before-after_wrap{
      margin: 30px auto;
    }
    & .btn{
      & a{
        font-size: 116%;
        transition: 0.3s all;
        border: 1px solid #f60;
        &:hover{
          background: #fff;
          outline: 1px solid #f60;
          color: #f60;
        }
      }
    }
  }
  .voice{
    & .inner{
      padding: 0;
    }
    & .review_list{
      gap: 20px;
      & .review_card{
        max-width: unset;
        width: calc(95% / 3);
      }
    }
  }
  .btn_01{
    margin: 60px auto 30px;
    & a{
      font-size: 130%;
      border: 1px solid #45c5c5;
      transition: 0.3s all;
      &:hover{
        background: #fff;
        color: #45c5c5;
        outline: 1px solid #45c5c5;
      }
    }
  }
  .button-container{
    & .button{
      & a{
        font-size: 116%;
        padding: 15px 30px;
        outline: 1px solid #fff;
        outline-offset: -5px;
        border: 1px solid #3093d8;
        transition: 0.3s all;
        &:hover{
          background: #fff;
          color: #3093d8;
          outline: 1px solid #3093d8;
        }
      }
    }
  }
  /* =======================================
    告知バナー
  ======================================= */
  #auto-popup{
    display: block;
    position: fixed;
    width: 15% !important;
    max-width: 300px;
    min-width: 250px;
    right: 20px;
    bottom: 20px;
    z-index:9999;
  }

  .auto-popup {
    display: block;
      opacity: 0;
      text-decoration: none;
      transition: bottom 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
          opacity 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
          box-shadow 200ms ease 0ms,
          transform 200ms ease 0ms;
  }
  .auto-popup img{
    width: 100%;
  }
  .auto-popup-active {
      bottom: 2em;
      opacity: 1;
    border-radius:20px;
  }
  .auto-popup:hover {
      box-shadow: 0em 0em 0.3em 0em rgba(0, 0, 0, 0.5);
      transform: translate(0.1em, 0.1em);
  }
  .auto-popup-close {
      position: absolute;
      right: -0.5em;
      top: -0.8em;
    background-color: #000000;
      width: 2em;
      height: 2em;
      border-radius: 1em;
      transform: rotate(45deg);
      cursor: pointer;
      transition: transform 200ms ease 0ms,
          background-color 200ms ease 0ms;
  }
  .auto-popup-close:hover {
      background-color: #ff0000;
      transform: rotate(135deg);
  }
  .auto-popup-close-line:nth-child(odd) {
      position: absolute;
      width: 60%;
      height: 10%;
      left: 20%;
      top: 45%;
      background-color: #ffffff;
  }
  .auto-popup-close-line:nth-child(even) {
      position: absolute;
      width: 10%;
      height: 60%;
      left: 45%;
      top: 20%;
      background-color: #ffffff;
  }
  /* =======================================
    ここまで告知バナー
  ======================================= */
}