@charset "UTF-8";

@media screen and (max-width: 950px) {
  .sp-only {
    display: block !important;
  }
  
  .pc-only {
    display: none !important;
  }

  h1 {
    font-size: 38px;
    margin: 40px 0 14px 0;
  }

  .top {
    height: auto;
  }

  .top .kv {
    width: 100%;
    margin-top: 60px;
  }

  .banner a:hover img {
    transform: none;
  }

  .banner {
    flex-wrap: wrap;
  }

  .banner a {
    width: 85%;
  }

  header {
    height: 60px;
    padding: 0 20px;
  }

  header ul {
    display: none;
  }

  header .sns {
    gap: 10px;
  }

  header .logo {
    width: 150px;
  }

  .news {
    padding-bottom: 70px;
  }

  .news ul {
    width: 90%;
    margin: auto;
    border-radius: 8px;
  }

  .news ul li {
    padding: 12px 15px;
  }

  .news ul li .date {
    margin-right: 8px;
    font-size: 14px;
  }

  .news ul li p {
    font-size: 14px;
    line-height: 20px;
  }

  .member-detail a {
    width: 32px;
    right: 10px;
    top: 10px;
  }

  .member {
    padding: 0 15px 70px 15px;
  }

  .member-box {
    width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .member-detail {
    width: 100%;
    margin: 0;
  }

  .contact {
    padding: 0 20px;
  }

  form {
    width: 100%;
  }

  form input, form textarea {
    height: 50px;
    padding: 9px;
  }
  form textarea {
    height: 80px;
  }

  form button {
    width: 100%;
  }

  .member-sp .member-detail {
    width: calc(100%/2);
  }

  .schedule {
    padding-top: 90px;
  }
  
  .news-detail {
    width: calc(100% - 40px);
    margin: 100px auto;
}


.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 15px;
}

.profile-name-jp {
  font-size: 16px;
}

.profile-name-en {
  font-size: 12px;
}

.profile-info p {
  font-size: 10px;
}

.profile-card {
  padding: 6px;
}
.calendar {
  width: 95% !important;
  margin: 60px auto;
}
}