@charset "UTF-8";
/*  */
#ip_clinics {

}


/* === eyecatch === */
.contents_back_eyecatch {
	background: url(/img/ip_outline_eyecatch_back.png) center top no-repeat;
}

.contents_back_eyecatch .contents_wrap {
	padding-top: 30px;
}

/* === contents === */

.contents_box {
	padding: 30px auto;
}

.clinic_box {
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(240,240,240,1) inset;
  overflow: hidden;
	margin: 30px 0px;
}

.clinic_header {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffeaa7;
  padding: 16px 20px;
  border-bottom: 1px solid #e6d59a;
}

.clinic_header .pref {
  background: transparent;
  color: #f57c00;
  font-weight: 700;
  margin-right: 6px;
}

.clinic_header .clinic_name {
  font-size: 20px;
  margin: 0;
  color: #5a4b2a;
  font-weight: 700;
}

.clinic_body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.clinic_thumb {
  width: 240px;
  flex: 0 0 240px;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinic_thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clinic_info {
  flex: 1 1 auto;
  min-width: 0;
}

.info_list {
  margin: 0;
  padding: 0;
}

.info_row {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin-bottom: 10px;
}

.info_row:last-child {
	margin-bottom: 0;
}

.info_label {
  width: 96px;
  background: #e9f6d6;
  color: #2d6b2a;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.info_value {
  margin: 0;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-word;
}

.clinic_actions {
  width: 150px;
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
}

.clinic_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  box-sizing: border-box;
}

.clinic_btn.link_hp {
  background: #8cc63e;
}

.clinic_btn.link_web {
  background: #ff7a00;
}


/*========= pc =========*/
@media screen and (min-width: 1230px) {

	/* === eyecatch === */


	/* === contents === */
	#ip_clinics .search_box {
		background: url(/img/ip_outline_search_back.png) no-repeat;
		background-position: calc(100% + 16px) bottom;
		margin-top: 30px;
	}

	#ip_clinics .search_block {
		width: 890px;
	}

	#ip_clinics .search_pref {
		flex: 0.98;
	}

	#ip_clinics .search_exp {
    width: 31%;
  }

	.exp_index {
    width: 95%;
    padding: 10px;
  }
}

/*========= tablet =========*/
@media only screen and (min-width: 700px) and (max-width: 1229px) {

	/* === eyecatch === */


	/* === contents === */
	#ip_clinics .search_box {
		margin-top: 25px;
	}

	#ip_clinics .search_pref {
		padding: 25px;
	}

  .clinic_thumb {
		flex: 0 0 150px;
		width: 150px;
	}

  .clinic_actions {
		flex: 0 0 100px;
		width: 100px; gap: 10px;
	}

  .clinic_header .clinic_name {
		font-size: 18px;
	}

  .info_label {
		width: 88px;
		padding: 8px;
		font-size: 14px;
	}

  .info_value {
		font-size: 15px;
	}
}

/*========= smartPhone =========*/
@media screen and (max-width: 699px) {

	/* === eyecatch === */
	.contents_back_eyecatch .contents_wrap {
		padding-top: 5px;
	}


	/* === contents === */
	#ip_clinics .search_box {
		margin-top: 25px;
		line-height: 2rem;
	}

  .clinic_box {
		border-radius: 4px;
	}

  .clinic_header {
		padding: 12px 14px; gap: 10px;
	}

  .clinic_header .clinic_name {
		font-size: 16px;
	}

  .clinic_body {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .clinic_thumb {
    width: 80%;
    flex: 0 0 auto;
    height: auto;
		margin: auto;
    padding: 12px;
  }

  .clinic_actions {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
    width: 100%;
		height: 50px;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
		margin: 15px auto;
  }

  .clinic_btn {
		flex: 1 1 auto;
		height: 50px;
		padding: 10px;
		font-size: 14px;
	}

  .info_row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .info_label {
    width: 80px;
    padding: 8px;
    font-size: 13px;
  }

  .info_value {
		font-size: 14px; padding-right: 0;
	}

}
