/*===============================
omutsu
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#omutsu {
}
#omutsu .omutsu-section {
 padding: 60px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #omutsu .omutsu-section {
  padding: 100px 0;
  background: #fff;
 }
}
#omutsu .omutsu-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#omutsu .omutsu-heading {
 display: flex;
 align-items: center;
 gap: 10px;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-size: clamp(1.2rem, 2.4vw, 2.4rem);
 font-weight: 700;
 color: #333;
}
#omutsu .omutsu-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #omutsu .omutsu-icon {
  width: 28px;
  height: 28px;
 }
}
/* --- 2カラム --- */
#omutsu .omutsu-flex {
 display: flex;
 gap: 48px;
 align-items: flex-start;
}

#omutsu .omutsu-photo {
 width: 50%;
 margin: 0;
}
#omutsu .omutsu-photo img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 6px;
}

#omutsu .omutsu-text {
 flex: 1;
 font-size: 1rem;
 line-height: 1.8;
 color: #333;
}
@media screen and (min-width: 768px) {
 #omutsu .omutsu-text {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
 }
}
#omutsu .omutsu-text p {
 margin: 0 0 1.8em;
}

#omutsu .omutsu-subheading {
 font-size: 1.2rem;
 font-weight: 700;
 color: #cc3366;
 margin: 2.8em 0 1.2em;
}
#omutsu .omutsu-list {
 list-style: disc;
 margin: 0 0 0 1.2em;
 padding: 0;
}
#omutsu .omutsu-list li {
 margin: 0 0 0.8em;
}

/* --- スマホ --- */
@media (max-width: 768px) {
 #omutsu .omutsu-section {
  padding: 70px 0;
 }
 #omutsu .omutsu-flex {
  flex-direction: column;
  gap: 32px;
 }
 #omutsu .omutsu-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #omutsu .omutsu-subheading {
  margin: 2em 0 0.8em;
 }
}
/* アクセスページのGoogleマップ */
#omutsu .omutsu-map {
 margin-bottom: 40px;
}
#omutsu .omutsu-map iframe {
 width: 100%;
 height: 500px;
 border: 0;
}
@media screen and (min-width: 768px) {
 #omutsu .omutsu-map iframe {
  width: 100%;
  height: 700px;
  border: 0;
 }
}

#omutsu .omutsu-btn {
 margin-top: 20px;
 display: flex;
 flex-direction: row;
 justify-content: center;
}
#omutsu .pdf-btn {
 display: inline-block;
 background: #cc3366;
 color: #fff;
 font-weight: 700;
 padding: 10px 24px;
 border-radius: 9999px;
 text-decoration: none;
}
#omutsu .pdf-icon {
 margin-right: 8px;
}

#omutsu .omutsu-table {
 margin-top: 60px;
}
#omutsu .omutsu-table table {
 width: 100%;
 border-collapse: collapse;
 font-size: 1rem;
}
#omutsu .omutsu-table td {
 border: 1px solid #ccc;
 vertical-align: middle;
 padding: 10px;
}
/* モバイル対応 */
@media (max-width: 768px) {
 #omutsu .omutsu-flex {
  flex-direction: column;
 }
}
@media (max-width: 768px) {
 #omutsu .omutsu-table table,
 #omutsu .omutsu-table tbody,
 #omutsu .omutsu-table tr {
  display: block;
  width: 100%;
 }

 #omutsu .omutsu-table tr {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
 }

 #omutsu .omutsu-table td {
  display: block;
  width: 100%;
  padding: 6px 0;
  border: none;
  font-size: 0.95rem;
 }

 #omutsu .omutsu-table td::before {
  content: attr(data-label);
  font-weight: bold;
  display: inline-block;
  min-width: 100px;
  color: #666;
 }
 #omutsu .pdf-btn {
  display: inline-block;
  background: #cc3366;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 9999px;
  text-decoration: none;
 }
}
#omutsu .gray {
 background: #f5f4f4;
}
#omutsu .pdf-icon {
 width: auto;
 height: auto;
 vertical-align: middle;
 margin-right: 8px;
}
