@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1024px) {
  header .logo {
    width: min(200px, 100%);
    transform: translateY(20px);
    margin: 0 auto;
  }

  header .ttl {
    width: min(526px, 100%);
    transform: translateY(20px);
    margin: 0 auto;
  }


  .main_container .inner_block {
    width: 100%;
  }

  .section_title {
    font-size: 24px;
  }



header .main_message_box {
  font-size: 24px;
}

header .sub_message_box {
  font-size: 18px;
}

  .message_container .message_box {
    font-size: 18px;
    padding: 32px;
    line-height: 2.2;
  }

.speechBubble {
  font-size: 22px;
}

.speechBubble span {
  font-size: 18px;
}

  .services_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }

  .service_box {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

.userguide_table {
  font-size: 20px;
}

.userguide_table td span {
  font-size: 16px;
}

.inf_block .inf_overview .shop_name {
  font-size: 20px;
}

.inf_block .inf_overview .shop_add {
  font-size: 16px;
}

.inf_table {
  font-size: 16px;
}




}

@media screen and (max-width: 900px) {
  .services_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .service_box {
    height: auto;
    min-height: 180px;
  }

  .service_title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .service_description {
    font-size: 16px;
    padding: 14px;
  }

.userguide_table td {
  padding: 1em 0  1em 1em;
}

}

@media screen and (max-width: 768px) {

  .pc {
    display: none;
}

  .tab {
    display: block;
  }

  header .main_visual img {
    height: 1262px;
  }

header .logo_container {
  width: 100%;
  transform: translateY(-1250px);
}

  header .logo {
    width: 300px;
    margin: 32px auto;
  }

header .main_visual_inf {
  margin:0 auto -340px;
}

header .main_visual_inf img {
  transform: translateY(-360px);
}

header .main_message_box {
  font-size: 22px;
}

header .sub_message_box {
  font-size: 20px;
}

  .message_container {
    padding: 100px 0 0 0;
  }

  .message_container::before {
    content: none;
  }

  .section_title {
    font-size: 20px;
  }

  .message_container .message_box {
    font-size: 20px;
    padding: 24px;
    line-height: 2;
  }

.speechBubble {
  font-size: 18px;
}

.speechBubble span {
  font-size: 14px;
}

.userguide_table {
  font-size: 18px;
}

.userguide_table td span {
  font-size: 14px;
}

  .services_list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .service_box {
    height: auto;
    min-height: 200px;
    max-width: 500px;
    margin: 0 auto;
  }

  .service_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .service_description {
    font-size: 16px;
    align-items: center;
    padding: 20px;
  }

header .instagram .bottom_text {
  font-size: 14px;
}

}

@media screen and (max-width: 640px) {


  header .main_visual img {
    height: 1100px;
  }

header .logo_container {
  width: 100%;
  transform: translateY(-1100px);
}

header .main_message_box {
  font-size: 20px;
}

header .sub_message_box {
  font-size: 18px;
}


  .message_container .message_box {
    font-size: 18px;
    padding: 24px;
    line-height: 2;
  }

    .userguide_table td {
        padding: 1em 0 1em 0;
    }

.userguide_table td span {
  font-size: 12px;
}

header .ttl {
  width: min(578px, 100%);
  margin: 0 auto;
  padding:0 2em;
}

}

@media screen and (max-width: 475px) {

  .tab {
    display: none;
  }

  .sp {
    display: block;
  }

  header .main_visual img {
    height: 800px;
  }

header .logo_container {
  width: 100%;
  transform: translateY(-800px);
}

  header .logo {
    width: 200px;
    margin: 24px auto;
  }

header .ttl {
  width: min(380px, 100%);
  margin: 0 auto;
  padding:0 2em;
}

header .main_visual_inf {
  margin:0 auto -220px;
}

header .main_visual_inf img {
  transform: translateY(-240px);
}

header .main_message_box {
  font-size: 18px;
}

header .sub_message_box {
  font-size: 16px;
}

header .main_message_box p span {
  border-bottom: 1px dashed #ffbd70;
  margin-bottom: 1em;
}


  header::after,
  .message_container::after {
    height: 20px;
    margin-top: 32px;
  }

  .message_container {
    padding: 70px 0 0 0;
  }

  .section_title {
    font-size: 18px;
    letter-spacing: 0.2em;
  }

  .message_container .message_box {
    font-size: 14px;
    padding: 16px;
    line-height: 1.8;
  }

  .service_box {
    height: auto;
    min-height: 150px;
    padding: 16px 8px;
  }

  .service_title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .service_description {
    font-size: 14px;
    padding: 12px;
    line-height: 1.5;
  }

.userguide_table {
  font-size: 16px;
}

.userguide_table tr {
    border-bottom: 1px solid var(--baseColor);
}

.userguide_table td span {
  font-size: 12px;
}

  /* フッター */
  footer {
    height: 48px;
    margin-top: -48px;
  }

  footer .copyright {
    font-size: 10px;
  }

  .page_top {
      bottom: 20px;
      right: 20px;
      width: 44px;
      height: 44px;
  }

#pagetop {
  right: 10px;
  bottom: 10px;
}


}


@media screen and (max-width: 340px) {



  header .main_visual img {
    height: 760px;
  }

header .logo_container {
  width: 100%;
  transform: translateY(-760px);
}

header .main_visual_inf {
  margin:0 auto -220px;
}

header .main_visual_inf img {
  transform: translateY(-240px);
}

header .main_message_box {
  font-size: 14px;
}

header .sub_message_box {
  font-size: 12px;
}

header .instagram .bottom_text {
  font-size: 12px;
}

.inf_table td {
    padding: 1em 0 1em 0;
}


}


/* 横向き対応 */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .info_container {
    padding: 40px 0;
  }

  .info_description {
    font-size: 20px;
  }

  .info_commitment {
    margin-bottom: 30px;
  }

  .company_logo {
    width: 240px;
  }
}