@charset "UTF-8";
/* ===============
 * Google fonts *
=============== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.tyutou-ttm_body {
  font-family: "Zen Maru Gothic", serif;
}
.tyutou-ttm_body .info {
  margin: 50px 0;
}
.tyutou-ttm_body .info p {
  font-size: 23px;
  letter-spacing: 5px;
  line-height: 1.75em;
}
.tyutou-ttm_body .profile {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  background-color: gray;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.tyutou-ttm_body .profile .profile-flex {
  display: flex;
  padding: 20px;
}
.tyutou-ttm_body .profile .profile-flex .profile-img {
  width: 30%;
}
.tyutou-ttm_body .profile .profile-flex .profile-rightbox {
  margin: 0 20px;
}
.tyutou-ttm_body .profile .profile-flex .profile-rightbox .profile-name {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.tyutou-ttm_body .address {
  font-size: 18px;
  margin: 3em 0 0 0;
}
.tyutou-ttm_body .address h4 {
  border-bottom: #bcb8af 1px solid;
  margin-bottom: 5px;
  color: #2d2c2a;
  padding: 0 0 5px 5px;
}
.tyutou-ttm_body .address .small {
  font-size: 0.75em;
  margin: 0 0 0 2em;
}
.tyutou-ttm_body .kyosan {
  font-size: 18px;
  margin: 3em 0 0 0;
}
.tyutou-ttm_body .kyosan h4 {
  border-bottom: #bcb8af 1px solid;
  margin-bottom: 5px;
  color: #2d2c2a;
  padding: 0 0 5px 5px;
}
.tyutou-ttm_body .kyosan ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3つの列に均等分割 */
  grid-gap: 10px; /* セルの間隔 */
  margin: 10px;
}
.tyutou-ttm_body .kyosan ul li {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 899px) {
  .tyutou-ttm_body .info {
    margin: 20px 0;
  }
  .tyutou-ttm_body .info p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5em;
    padding: 0 1em;
  }
  .tyutou-ttm_body .profile .profile-flex {
    display: block;
    padding: 0;
  }
  .tyutou-ttm_body .profile .profile-flex .profile-img {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  .tyutou-ttm_body .profile .profile-flex .profile-rightbox {
    font-size: 13px;
    padding: 0 0 3em 0;
  }
  .tyutou-ttm_body .address {
    margin: 2em 1em;
  }
  .tyutou-ttm_body .kyosan {
    margin: 2em 1em;
  }
  .tyutou-ttm_body .kyosan ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3つの列に均等分割 */
    grid-gap: 10px; /* セルの間隔 */
    margin: 10px;
  }
  .tyutou-ttm_body .kyosan ul li {
    margin: 10px 0 0 0;
  }
}/*# sourceMappingURL=20250101tyutou-ttm.css.map */