.clinic-detail-wrapper {
}
.clinic-detail-thumbnail {
  width: 90%;
  margin: 0 auto;
}
.clinic-detail-thumbnail img {
  width: 100% !important;

}
.clinic-detail-info-lists {
  margin-top: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.clinic-detail-info-list {
  padding: 8px 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.clinic-detail-info-list + .clinic-detail-info-list {
  border-top: 1px dotted #7e7e7e;
}
.clinic-detail-info-item {
  background: #ff8601;
  border-radius: 5px;
  width: 80px;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  flex-shrink: 0;
}
.clinic-detail-info-value {
  color: #585858;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.clinic-detail-info-value a {
  color: #0886DF;
  font-weight: 700;
}
.clinic-detail-calendar {
  text-align: center;
  margin: 15px auto;
  width: 90%;
  color: #222;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #eee;
  border-collapse: collapse;
}
@media(max-width: 500px) {
  .clinic-detail-calendar {
    font-size: 14px;
  }
}
.clinic-detail-calendar thead {
  background: #eee;
  border-collapse: collapse;
}
.clinic-detail-calendar thead th {
  border: 1px solid #eee;
  padding: 8px 0;
}
@media(min-width: 1200px) {
  .clinic-detail-calendar thead th {
    padding: 8px 10px;
  }
}
.clinic-detail-calendar thead td {
  padding: 4px 0;
}
.clinic-detail-calendar tr {
  padding: 8px 0;
}
.clinic-detail-calendar tbody td:nth-child(n+2) {
  font-size: 12px;
  padding: 10px 0;
}
.clinic-detail-calendar-note {
  font-size: 14px;
  color: #7e7e7e;
  text-align: left;
  padding-left: 20px;
}
@media(min-width: 1200px) {
  .clinic-detail-calendar-note {
    padding-left: 100px;
  }
}
.clinic-detail-h2 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0886df;
  color: #0886df;
font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 0 15px 74px;
  position: relative;
  max-width: 95vw;
}
.clinic-detail-h2::before {
  position: absolute;
  content: '';
  background-image: url(../images/clinic-detail-h2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.clinic-detail-feature-info {
  margin-top: 15px;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dotted #7e7e7e;
  padding-left: 10px;
}
.clinic-detail-feature-info + .clinic-detail-feature-info {
  margin-top: 0;
}
.clinic-detail-feature-info-item {
  width: 104px;
  color: #0886df;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  flex-shrink: 0;
}
.clinic-detail-feature-info-value {
  color: #0886DF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.clinic-detail-feature-detail-wrapper{
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media(max-width: 699px) {
  .clinic-detail-feature-detail-img {
    margin-top: 15px;
  }
}
@media(min-width: 700px) {
  .clinic-detail-feature-detail{
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .clinic-detail-feature-detail:nth-child(even) {
    flex-direction: row-reverse;
  }
  .clinic-detail-feature-detail-img{
    width: 42%;
    flex-shrink: 0;
  }
  .clinic-detail-feature-detail-text {
    width: calc(58% - 16px);
  }
}
.clinic-detail-feature-detail-text p{
  margin-top: 10px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media(max-width: 768px) {
  .clinic-detail-feature-detail-text p {
    width: 95%;
    margin: 10px auto 0;
  }
}
.clinic-detail-feature-detail-img img {
  width: 100%;
  border-radius: 10px;
}

.clinic-detail-voice-wrapper {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.clinic-detail-voice {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 90%;
  margin: 0 auto;
}
@media(max-width: 500px) {
  .clinic-detail-voice {
    gap: 15px;
  }
}
.clinic-detail-voice-text {
  padding: 40px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 15px;
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  border-left: 4px solid #7e7e7e;
  border-right: 4px solid #7e7e7e;
  position: relative;
}
.clinic-detail-voice-text::before {
  position: absolute;
  content: "";
  width: 10%;
  min-width: 70px;
  height: 3px;
  right: 5%;
  bottom: -2px;
  background: #fff;
}
.clinic-detail-voice-text::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  transform: rotate(30deg);
  right: 7%;
  bottom: -2px;
  background: #7E7E7E;
}
.clinic-detail-voice-text::after {

}
@media(max-width: 800px) {
  .clinic-detail-voice-text {
    padding: 20px 10px;
    width: 100%;
  }
}
.clinic-detail-voice-right {
}
.clinic-detail-voice-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.clinic-detail-voice-profile {
  margin-top: 8px;
  color: #7E7E7E;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
@media(max-width: 500px) {
  .clinic-detail-voice-img {
    width: 65px;
    height: 65px;
  }
  .clinic-detail-voice-profile {
    font-size: 13px;
  }
}

.clinic-detail-map {
  margin-top: 20px;
}
.clinic-detail-map iframe {
  width: 100%;
}
@media(max-width: 768px) {
  .clinic-detail-map {
    padding-top: 58%;
    position: relative;
    height: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .clinic-detail-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.clinic-detail-location-wrapper {
  margin-top: 15px;
}
@media(max-width: 1200px) {
  .clinic-detail-location-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.clinic-detail-location-left {
}
.clinic-detail-location-info {
  padding: 13px 5px 13px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.clinic-detail-location-info + .clinic-detail-location-info {
  border-top: 1px dotted #7E7E7E;
}
.clinic-detail-location-info-item {
  width: 80px;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-radius: 5px;
  background: #FF8610;
  flex-shrink: 0;
}
.clinic-detail-location-info-item.clinic-detail-location-info-item_access {
  font-size: 14px;
}
.clinic-detail-location-info-item img {
  width: 15px;
  height: auto;
}

.clinic-detail-location-info-value {
  color: #585858;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.clinic-detail-location-info-value a {
  color: inherit;
}
.clinic-detail-location-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media(min-width: 800px) {
  .clinic-detail-location-wrapper {
    display: flex;
    gap: 10px;
  }
  .clinic-detail-location-img {
    width: 42%;
    flex-shrink: 0;
  }
  .clinic-detail-location-left {
    width: calc(58% - 10px);
  }
}

.clinic-detail-tab-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media(max-width: 1200px) {
  .clinic-detail-tab-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
.clinic-detail-tab-label {
  color: White;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, #eee 0%, #fff 49%, #eee 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  order: -1;
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  width: 50%;
}
@media(max-width: 768px) {
  .clinic-detail-tab-label {
    font-size: 16px;
  }
}
.clinic-detail-tab-btn:checked + .clinic-detail-tab-label {
  background: linear-gradient(
    185deg,
    #1791e7 7.47%,
    #0073c3 52.56%,
    #7dc4f6 95.89%
  );
  box-shadow: 1px 0px 25px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
}
.clinic-detail-tab-btn:checked
  + .clinic-detail-tab-label
  + .clinic-detail-tab-content {
  display: block;
}
.clinic-detail-tab-btn {
  display: none;
}

.clinic-detail-tab-content {
  width: 100%;
  display: none;
  position: relative;
}
.clinic-detail-tab-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background-color: #0886DF;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
}
.clinic-detail-btn-pc-wrapper {
  display: flex;
  gap: 10px;
  width: 90%;
  margin: 30px auto 50px;
  align-items: end;
  justify-content: center;
}
.clinic-detail-phone-btn-pc{
  display: block;
  width: calc((100% - 10px) / 2);
}
.clinic-detail-line-btn-pc{
  display: block;
  width: calc((100% - 10px) / 2);

}
.clinic-detail-phone-btn-sp{
  display: block;
  width: 90%;
  margin: 30px auto 0;

}
.clinic-detail-line-btn-sp{
  display: block;
  width: 90%;
  margin: 10px auto 30px;
}

@media(max-width: 700px) {
  .clinic-detail-btn-pc-wrapper {
    display: none;
  }
  .clinic-detail-phone-btn-pc {
    display: none;
  }
  .clinic-detail-line-btn-pc {
    display: none;
  }
}
@media(min-width: 699px) {
  .clinic-detail-phone-btn-sp {
    display: none;
  }
  .clinic-detail-line-btn-sp {
    display: none;
  }
}


.near-clinic-lists{
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
@media(min-width: 1200px) {
  .near-clinic-lists_container {
    display: none;
  }
}
.near-clinic-list{
}
.near-clinic-list a {
  text-decoration: none;
  display: flex;
  gap: 10px;

}
.near-clinic-img{
  width: 35%;
  aspect-ratio: 750 / 450;
  margin: 15px 0;
}
.near-clinic-img img {
  width: 100%;
  aspect-ratio: 750 / 450;
  object-fit: cover;
}
.near-clinic-right{
  width: calc(65% - 10px);
}
.near-clinic-kind-lists{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
}
.near-clinic-kind-list{
  display: inline-block;
  background: #E8F7FF;
  padding: 0 10px;
  line-height: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.near-clinic-name{
  line-height: 24px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.near-clinic-access{
  color: #585858;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}




.sidebar-near-clinics{
  border: 3px solid #0886DF;
  padding: 0 0 32px;
  margin-top: 20px;
  border-radius: 8px 8px 0px 0px;

}
.sidebar-near-clinic-h2{
  background: linear-gradient(185deg, #1791E7 7.47%, #0073C3 52.56%, #7DC4F6 95.89%);
  box-shadow: 1px 0px 25px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 8px 16px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;



}
.sidebar-near-clinic-lists{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  list-style: none;
  padding: 0 16px;
}
.sidebar-near-clinic-list a{
  color: inherit;
  text-decoration: none;
}
.sidebar-near-clinic-list li{
  list-style: none;
  padding: 0;
}
.sidebar-near-clinic-list-container {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}
.sidebar-near-clinic-name{
  padding-left: 33px;
  position: relative;
  color: #000;

font-family: "Noto Sans JP";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
  
.sidebar-near-clinic-name::before {
  position: absolute;
  content: '';
  background-image: url(../images/clinic-detail-h2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}


.sidebar-near-clinic-img{
  width: 40%;
  aspect-ratio: 750 / 450;
  flex-shrink: 0;
}
.sidebar-near-clinic-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sidebar-near-clinic-right{
}
.sidebar-near-clinic-kind-lists{
  display: flex;
  gap: 3px;
  padding: 0;
  
}
.sidebar-near-clinic-list .sidebar-near-clinic-kind-list{
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  padding: 0 10px;
  background: var(--primary, #FF8601);
}
.sidebar-near-clinic-access{
  margin-top: 3px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sidebar-near-clinic-more {
  all: unset;
  color: #FF8601;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-decoration: underline;
  background: #1791E7;
  padding: 0 10px;
  width: 80px;
  border-radius: 50px;
  margin: 0 auto 0;
}