@media screen and (min-width: 600px) {
  .container {
    width: 100%;
  }

  .header-clinic-logo {
    width: 150px;
    padding: 15px 15px 0 30px;
  }

  .header-clinic-logo img {
    width: 100px;
    height: 80px;
  }

  .header-clinic-name {
    width: 300px;
  }
  .header-clinic-name h1 {
    font-size: 2.5rem;
    line-height: 80px;
  }

  .header-clinic-nav {
    margin: 30px 15px 0 50px;
  }

  .menu-btn {
    top: 15px;
    right: 80px;
    height: 80px;
    width: 80px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 11px;
  }
  .menu-btn span:after {
    top: 11px;
  }

  .menu-content {
    width: 300px;
    position: fixed;
    top: 80px;
    right: -500px;
    z-index: 80;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: right;
    transition: all 0.5s;
  }
  
  .menu-content li {
    margin: 40px 15px 30px 0;
  }
  
  #menu-btn-check:checked ~ .menu-content {
    right: 10px;/*メニューを画面内へ*/
  }

  .header-clinic-nav p {
    font-size: 1rem;
    color: #707070;
  }

  .hero-image-mobile {
    width: 540px;
    margin: 0 auto 30px auto;
  }

  .wrap-image {
    width: 540px;
  }

  .img-adjustable {
    width: 540px;
  }

  .hero-sentence {
    font-size: 1.25rem;
  }

  .information-title {
    width: 100px;
    height: 130px;
  }
  
  .information-text {
    width: 400px;
    height: 130px;
  }

  .information p {
    font-size: 1rem;
  }

  .banner-top, .banner-bottom {
    width: 350px;
    height: 150px;
    background-size: cover;
  }

  .banner h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .banner p {
    font-size: 1rem;
  }

  .description-about-trouble {
    width: 500px;
    height: 250px;
  }
  
  .description-about-trouble p {
    font-size: 0.85rem;
  }

  .information-about-attempt {
    width: 500px; 
  }


  .information-about-attempt h5 {
    font-size: 1rem;
  }

  .information-about-attempt p {
    font-size: 0.75rem;
  }

  .menu-details h3 {
    font-size: 1.5rem;
  }

  .menu-detail {
    width: 450px;
  }

  .menu-detail-pic {
    width: 400px;
    height: 300px;
  }

  .menu-detail p {
    font-size: 1rem;
  }

  .reservation h3 {
    font-size: 1.5rem;
  }

  .reservation-contents {
    width: 500px;
  }

  a[href^="tel:04-7106-3110"]{
    pointer-events: none;
  }

  .information-access h3 {
    font-size: 1.5rem;
  }

  .information-address-middle p {
    font-size: 1rem;
  }

  .map {
    width: 500px;
    height: 400px;
  }

  .footer-contents {
    width: 100%;
  }

  .footer-content-top {
    margin: 0 150px 20px 0;
  }

  .footer-content-top li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .header-clinic-logo {
    width: 300px;
    padding: 15px 15px 0 40px;
    text-align: left;
  }

  .header-clinic-name {
    width: 600px;
  }

  .header-clinic-name h1 {
    font-size: 3rem;
  }

  .header-clinic-nav {
    width: 100%;
  }

  .header-clinic-nav-mobile {
    display: none;
  }

  .header-clinic-nav-desktop {
    display: block;
  }

  .header-clinic-nav-desktop ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 50px;
  }

  .header-clinic-nav-desktop a {
    font-size: 1.2rem;
    color: #3B3B3B;
  }

  .hero-image-mobile {
    display: none;
  }

  .hero-image-desktop {
    display: block;
    width: 1000px;
    height: 500px;
    margin: 0 auto 20px auto;
  }

  .wrap-image-desktop {
    width: 1000px;
    height: 500px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .img-adjustable-desktop {
    z-index: 10;
    width: 1000px;
    height: 500px;
    position: absolute;
    opacity: 0;
    transition: all 3s ease-in-out;
    -webkit-animation: anime 24s 0s infinite;
    animation: anime 24s 0s infinite;
  }


  /*hero_image_desktopスライド用*/
  .img-adjustable-desktop:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }

  .img-adjustable-desktop:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }

  .img-adjustable-desktop:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
  }


  .banner {
    display: flex;
    justify-content: center;
  }

  .banner-top {
    margin-right: 20px;
  }

  .banner-bottom {
    margin-left: 20px;
  }

  .description-about-trouble {
    width: 750px;
    height: 331px;
  }

  .description-about-trouble h3 {
    font-size: 1.2rem;
  }

  .icon-neck, .icon-lumbus, .icon-sports, .icon-knee, .icon-accident, .icon-others {
    font-size: 0.8rem;
  }

  .description-about-trouble img {
    width: 90px;
    height: 90px;
  }


  .information-about-attempt {
    width: 750px;
    margin: 0 auto 60px auto; 
  }

  .information-about-attempt h3 {
    font-size: 1.2rem;
  }

  .attempt-content {
    margin-left: 120px;
  }

  .attempt-content-text p {
    font-size: 0.9rem;
  }

  .menu-detail {
    width: 550px;
  }

  .menu-detail-pic {
    width: 550px;
  }

  .reservation-contents {
    width: 550px;
  }

  .information-about-clinic img {
    width: 450px;
    height: 250px;
  }

  .map {
    width: 600px;
  }
}