@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//　公開時は非表示
//
// ========================================================================== */
#facility {
  display: none;
}

.access_way {
  display: none;
}

/* ==========================================================================//
//
//　アンカーメニュー
//
// ========================================================================== */
.clinic_anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .clinic_anchor ul {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.clinic_anchor ul li {
  position: relative;
  border-left: 1px solid #303030;
  line-height: 1;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .clinic_anchor ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .clinic_anchor ul li:nth-child(even) {
    border-right: 1px solid #303030;
  }
}
.clinic_anchor ul li:last-child {
  border-right: 1px solid #303030;
}
.clinic_anchor ul li a {
  padding: 5px 7px 15px;
  color: #303030;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: block;
  /* 751以上 */
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .clinic_anchor ul li a {
    font-size: 17px;
    padding: 0 50px 0 30px;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .clinic_anchor ul li a {
    padding: 0 40px 0 20px;
    font-size: 15px;
  }
}
.clinic_anchor ul li a::before, .clinic_anchor ul li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: #303030;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
  /* 1000以下  */
}
@media all and (min-width: 751px) {
  .clinic_anchor ul li a::before, .clinic_anchor ul li a::after {
    top: 7px;
  }
}
@media all and (max-width: 1000px) {
  .clinic_anchor ul li a::before, .clinic_anchor ul li a::after {
    bottom: 7px;
  }
}
.clinic_anchor ul li a::before {
  right: 50%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .clinic_anchor ul li a::before {
    right: 24px;
  }
}
.clinic_anchor ul li a::after {
  right: calc(50% - 4px);
  /* 751以上 */
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media all and (min-width: 751px) {
  .clinic_anchor ul li a::after {
    right: 20px;
  }
}
@media all and (min-width: 751px) {
  .clinic_anchor ul li a:hover::before, .clinic_anchor ul li a:hover::after {
    top: 15px;
  }
}

/* ==========================================================================//
//
//　セクション共通
//
// ========================================================================== */
.clinic_title_wrap {
  margin: 40px 0 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .clinic_title_wrap {
    margin: 100px 0 0;
  }
}
.clinic_title_wrap span {
  display: block;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #62CC93;
  font-size: 20px;
  margin: 0 0 10px;
}

.clinic_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .clinic_title {
    margin: 0 0 80px;
  }
}
.clinic_title h2 {
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #007E3D;
  padding: 0 110px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .clinic_title h2 {
    font-size: 24px;
    padding: 0 120px;
  }
}
.clinic_title h2::before, .clinic_title h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 15px;
}
.clinic_title h2::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to right, transparent, #62CC93 50%, #62CC93 100%, transparent);
}
.clinic_title h2::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to left, transparent, #62CC93 50%, #62CC93 100%, transparent);
}

/* ==========================================================================//
//
//　院長あいさつ
//
// ========================================================================== */
.message_content {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .message_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.message_content_text {
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .message_content_text {
    width: calc(100% - 404px);
    padding: 0 20px;
  }
}
.message_content_text span {
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
}

.message_content_image {
  text-align: right;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .message_content_image {
    width: 334px;
  }
}
.message_content_image span {
  font-size: 14px;
  margin: 14px 0 10px;
  display: block;
}
.message_content_image p {
  font-weight: bold;
}

/* ==========================================================================//
//
// 医院概要
//
// ========================================================================== */
.about_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #CFCFCF;
  padding: 20px 0;
  text-align: left;
}
.about_list ul li:last-child {
  border-bottom: solid 1px #CFCFCF;
}
.about_list ul li span {
  width: 100px;
}
.about_list ul li p {
  width: calc(100% - 110px);
}
.about_list ul li p a {
  color: #303030;
}

/* ==========================================================================//
//
// 院内の様子と設備
//
// ========================================================================== */
.facility_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facility_list ul li {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  /* 750以下  */
  /* 751以上 */
}
.facility_list ul li p {
  text-align: left;
}
@media all and (max-width: 750px) {
  .facility_list ul li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}
@media all and (min-width: 751px) {
  .facility_list ul li {
    width: calc(25% - 23px);
    margin: 0 30px 30px 0;
  }
  .facility_list ul li:nth-child(4n) {
    margin: 0 0 30px 0;
  }
}

/* ==========================================================================//
//
// アクセス
//
// ========================================================================== */
.access_map {
  max-width: 886px;
  margin: 0 auto 40px;
}

.access_map_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0;
}
.access_map_text a {
  color: #2BB06B;
  position: relative;
}
.access_map_text a::before, .access_map_text a::after {
  background: #2BB06B;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.access_map_text a::before {
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.access_map_text a::after {
  width: 100%;
}
.access_map_text a:hover::before {
  width: 100%;
}
.access_map_text a:hover::after {
  width: 0%;
}

.access_way span {
  color: #2BB06B;
  margin: 0 0 5px;
  display: block;
}
.access_way ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .access_way ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.access_way ul li {
  text-align: left;
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .access_way ul li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .access_way ul li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}
@media all and (min-width: 751px) {
  .access_way ul li {
    margin: 0 17px 30px 0;
  }
  .access_way ul li:nth-child(4n) {
    margin: 0 0 30px 0;
  }
}

/* ==========================================================================//
//
// 医師ご紹介
//
// ========================================================================== */
#doctor {
  margin-top: 60px;
  background: #F6FFEE;
  padding: 20px 0 90px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #doctor {
    margin-top: 120px;
  }
}
#doctor .clinic_title_wrap {
  margin: 30px 0 0;
}

.doctor_list {
  margin: 0 auto;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .doctor_list {
    max-width: 1120px;
    padding: 60px 40px;
  }
}
.doctor_list li {
  margin: 0 0 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .doctor_list li {
    margin: 0 0 60px;
  }
}
.doctor_list li:last-child {
  margin: 0;
}
.doctor_list h2 {
  text-align: left;
  font-size: 16px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .doctor_list h2 {
    font-size: 24px;
  }
}
.doctor_list h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 123px;
  background: -webkit-gradient(linear, left top, right top, from(#62CC93), to(#fff));
  background: linear-gradient(90deg, #62CC93, #fff);
  height: 4px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .doctor_list h2::after {
    height: 8px;
  }
}
.doctor_list .doctor_list_content {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .doctor_list .doctor_list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.doctor_list .doctor_list_image {
  width: 230px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .doctor_list .doctor_list_image {
    margin: 0 auto 20px;
    width: auto;
  }
}
.doctor_list .doctor_list_text {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .doctor_list .doctor_list_text {
    width: calc(100% - 260px);
  }
}
.doctor_list table.doctor_list_text {
  border-collapse: collapse;
}
.doctor_list table.doctor_list_text tr {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .doctor_list table.doctor_list_text tr {
    margin: 0 0 20px 0;
    display: block;
  }
}
.doctor_list table.doctor_list_text td {
  padding: 18px;
  border: 1px solid #62CC93;
  text-align: left;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .doctor_list table.doctor_list_text td {
    padding: 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.doctor_list table.doctor_list_text td.doctor_list_ttl {
  text-align: center;
  color: #2BB06B;
  font-weight: bold;
  white-space: nowrap;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .doctor_list table.doctor_list_text td.doctor_list_ttl {
    margin: 0 0 10px;
  }
}

/* ==========================================================================//
//
// 医師・スタッフ募集
//
// ========================================================================== */
.clinic_note {
  padding: 30px 0 0 0px;
}
.clinic_note ul {
  color: #007E3D;
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: left;
  padding: 0 0 0 30px;
}
.clinic_note ul li {
  margin: 0 0 20px;
  text-indent: -31px;
}
.clinic_note ul li::before {
  content: "●";
  margin: 0 15px 0 0;
}

.clinic_note_btn {
  max-width: 447px;
  margin: 0 auto;
}
.clinic_note_btn a {
  position: relative;
  display: block;
}
.clinic_note_btn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/clinic/btn_doctor_arr.png);
  background-size: cover;
  right: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 0;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.clinic_note_btn a:hover::after {
  right: 15px;
}
/*# sourceMappingURL=clinic.css.map */