@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e9cmlj");
  src: url("../fonts/icomoon.eot?e9cmlj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e9cmlj") format("truetype"), url("../fonts/icomoon.woff?e9cmlj") format("woff"), url("../onts/icomoon.svg?e9cmlj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home2:before {
  content: "\e914";
}

.icon-phone2:before {
  content: "\e90c";
}

.icon-access:before {
  content: "\e90d";
}

.icon-clinic:before {
  content: "\e90e";
}

.icon-disease:before {
  content: "\e90f";
}

.icon-contact:before {
  content: "\e910";
}

.icon-doctor:before {
  content: "\e911";
}

.icon-service:before {
  content: "\e912";
}

.icon-news:before {
  content: "\e913";
}

.icon-arrow_l:before {
  content: "\e900";
}

.icon-arrow_r:before {
  content: "\e901";
}

.icon-blank:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e904";
}

.icon-new:before {
  content: "\e905";
}

.icon-free:before {
  content: "\e908";
}

.icon-fax:before {
  content: "\e90b";
}

.icon-mail2:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-home:before {
  content: "\e903";
}

/*-------------------------------------------------
コンテンツエリア
-------------------------------------------------*/
.item_card {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
}
.item_card .photo, .item_card .photo_img {
  width: 60%;
}
.item_card .photo:after, .item_card .photo_img:after {
  padding-top: 80.7339449541%;
}
.item_card article {
  width: 40%;
  padding: 0 0 0 70px;
}
.item_card h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
}
@media all and (max-width: 780px) {
  .item_card {
    flex-direction: column;
  }
  .item_card .photo, .item_card .photo_img {
    width: 100%;
  }
  .item_card article {
    width: 100%;
    padding: 20px 0;
  }
  .item_card h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    letter-spacing: 0.06em;
  }
}
@media all and (max-width: 780px) {
  .item_card {
    flex-direction: column;
  }
  .item_card .photo, .item_card .photo_img {
    width: 100%;
  }
  .item_card article {
    width: 100%;
    padding: 20px 0;
  }
  .item_card h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    letter-spacing: 0.06em;
  }
}

.item_card.photo_r .photo, .item_card.photo_r .photo_img {
  order: 2;
}
.item_card.photo_r article {
  order: 1;
  padding: 0 70px 0 0;
}
@media all and (max-width: 780px) {
  .item_card.photo_r .photo, .item_card.photo_r .photo_img {
    order: 1;
  }
  .item_card.photo_r article {
    order: 2;
    padding: 20px 0;
  }
}
@media all and (max-width: 780px) {
  .item_card.photo_r .photo, .item_card.photo_r .photo_img {
    order: 1;
  }
  .item_card.photo_r article {
    order: 2;
    padding: 20px 0;
  }
}

.news_card {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #332C10;
}
.news_card figure {
  width: 155px;
}
.news_card article {
  margin-left: 20px;
  width: calc(100% - 175px);
}
.news_card time {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media all and (max-width: 780px) {
  .news_card figure {
    width: 90px;
  }
  .news_card article {
    width: calc(100% - 90px);
  }
  .news_card h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 780px) {
  .news_card figure {
    width: 90px;
  }
  .news_card article {
    width: calc(100% - 90px);
  }
  .news_card h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cate {
  margin-bottom: 10px;
}
.cate a {
  padding: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  background: #332C10;
}

.dl_table dl {
  display: flex;
  margin-bottom: 15px;
}
.dl_table dt {
  margin-right: 1em;
  font-weight: bold;
}
.dl_table dd {
  margin-right: 3em;
}
@media all and (max-width: 780px) {
  .dl_table dd {
    margin-right: 0;
  }
}
@media all and (max-width: 780px) {
  .dl_table dd {
    margin-right: 0;
  }
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/
footer {
  padding: 0 0 30px;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer ul li {
  margin: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
footer ul .icon_win {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: no-repeat 50%/cover url(../img/icon/icon-win.svg);
}
@media all and (max-width: 780px) {
  footer ul {
    flex-direction: column;
    text-align: center;
  }
  footer ul li {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 780px) {
  footer ul {
    flex-direction: column;
    text-align: center;
  }
  footer ul li {
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------
フォント
-------------------------------------------------*/
.main_visual .read {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logo, h1, h2, h3, h4, h5, p, a {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2.1923076923;
  margin-bottom: 40px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 780px) {
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.9090909091;
  }
}
@media all and (max-width: 780px) {
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.9090909091;
  }
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
}

.cate a, time {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.h_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.h_area h2 {
  margin-bottom: 0;
  line-height: 1;
}

.copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}/*# sourceMappingURL=style.css.map */