@charset "UTF-8";

.profile-block {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.6666;
  color: #151715;
  margin-bottom: 78px;
}
.profile-block__list {
  width: 100%;
  margin-bottom: 60px;
}
.profile-block__list tr {
  border-bottom: 1px solid #bcbbbb;
}
.profile-block__list tr:nth-child(1) {
  border-top: 1px solid #bcbbbb;
}
.profile-block__list tr th, .profile-block__list tr td {
  vertical-align: top;
  padding: 30px 0;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
.profile-block__list tr th {
  font-weight: 500;
  width: 255px;
  padding: 30px 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.profile-block__list .composition,
.profile-block__list .table-other th {
  font-size: 16px;
  font-size: 1.6rem;
}
.profile-block__list tr th[rowspan="2"] {
  vertical-align: middle;
}
.profile-block__list tr td a {
  color: #319b03;
}
.profile-block__list tr td a[href^="tel"] {
  color: #151715;
  display: inline-block;
}
.profile-block__list table tr {
  border: none !important;
}
.profile-block__list table tr th, .profile-block__list table tr td {
  padding: 0;
  line-height: 1.7;
}
.profile-block__list table tr th {
  width: 230px;
  font-weight: 400;
}
.profile-block .ttl-map, .profile-block .ttl{
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
.profile-block .ttl-map {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.profile-block .ttl-map span {
  display: inline-block;
  border-bottom: 1px solid #339c05;
  padding-bottom: 3px;
}
.profile-block .map {
  margin-bottom: 50px;
}
.profile-block .map iframe {
  width: 100% !important;
  height: 500px !important;
}
.profile-block .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  border-left: 10px solid #319b03;
  line-height: 1.4;
  padding-left: 13px;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
  color: #121312;
}
.profile-block p {
  margin-bottom: 0;
  color: #121312;
  font-size: 16px;
  font-size: 1.6rem;
}
.profile-block p:last-child {
  margin-bottom: 0;
}
#googleMap, #googleMap iframe {
  width: 100% !important;
  height: 500px !important;
}
.profile-block p.hide_en + .ttl {
  margin-top: 38px;
}