@charset "utf-8";

/*============================================================================

  $mainvisual

============================================================================*/
#mainvisual {
  height: auto;
  margin-top: 124px;
}
#mainvisual>.bx-wrapper:first-child {
  display: none;
}
#mainvisual .mainvisual_copy {
  width: 74%;
  max-width: 496px;
  /*margin: 36% 2% 0 auto ;*/
  margin: 17% auto 0;
}
#mainvisual .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#mainvisual .inner .mainvisual_open {
  width: 33%;
  position: absolute;
  left: 2px;
  top: 2%;
  margin: 0;
}

/*============================================================================

  $top_news　お知らせ

============================================================================*/
.top_news {
  background-color: #fff;
  position: inherit;
  left: inherit;
  top: inherit;
  padding: 40px 0;
}
.top_news .inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
  flex-direction: column;
  height: auto;
}
.top_news .h2_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3898cb;
  line-height: 1;
  margin-right: 75px;
  white-space: nowrap;
  margin: 0 0 30px;
  align-items: center;
}
.top_news .h2_wrapper .ja_title {
  font-size: 187.5%; /*28px*/
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.top_news .h2_wrapper .en_title {
  font-size: 112.5%; /*12px*/
  letter-spacing: 0.1em;
}
.top_news .news_text {
  display: block;
  margin: 0;
  padding: 0;
  border-left: none;
  border-bottom: 1px solid #ccc;
}
.top_news li {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.top_news li+li {
  margin: 0;
}
.top_news li a:hover .date,
.top_news li a:hover .title {
  color: inherit;
}
.top_news li dl {
  display: block;
}
.top_news li dd {
  display: block;
}
.news_text .cate {
  color: #fff;
  font-size: 87.5%; /*14px*/
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  display: table;
  padding: 5px 10px;
  margin: 10px 0;
}
.top_news .news_text .title {
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.top_news .btn a {
  margin: 30px auto 0;
}

/*============================================================================

  $top_symptoms　症状

============================================================================*/
.top_symptoms {
  padding: 40px 0;
}
.top_symptoms .h2_wrapper {
  margin-bottom: 15px;
}

/*============================================================================

  $top_features　特徴

============================================================================*/
.top_features .inner {
  padding: 50px 15px 60px;
}
.top_features .title_wrapper {
  position: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  margin-bottom: 30px;
}
.top_features .img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
.features_list {
  margin-top: 10px;
}
.features_list li+li {
  margin-top: 20px;
}
.features_list dt {
  font-size: 375%; /*60px*/
}
.features_list dd {
  width: 100%;
  font-size: 137.5%; /*22px*/
  margin-top: -10px;
}
.features_list .text_box {
  font-size: 100%; /*16px*/
  line-height: 1.6;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
  margin-top: 0;
}
.features_01,
.features_02,
.features_03 {
  position: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
}

/*============================================================================

  $top_greeting　ご挨拶

============================================================================*/
.top_greeting {
  margin-top: 0;
}
.top_greeting .border_wrapper {
  border-width: 5px;
  padding: 36px 15px 20px;
}
.top_greeting .flex_wrapper {
  margin-top: 30px;
  flex-direction: column;
}
.top_greeting .column_left {
  width: 100%;
  margin-bottom: 20px;
}
.top_greeting .column_right {
  width: 100%;
  height: auto;
}
.top_greeting .column_right .img {
  width: 160px;
  width: 200px;
  margin: 0 auto;
}
.top_greeting .column_right .doctor_name {
  left: 0;
  right: 0;
  text-align: center;
}
.top_greeting .column_right .doctor_name p,
.top_greeting .column_right .doctor_name dt {
  font-size: 100%; /*16px*/
}
.top_greeting .column_right .doctor_name dl {
  flex-direction: column;
}
.top_greeting .column_right .doctor_name dl {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.top_greeting .column_right .doctor_name dd {
  margin: 15px 0 0;
}

/*============================================================================

  $top_medical　診療内容

============================================================================*/
.top_medical {
  background: url("../images/bg_paper.jpg") repeat top left;
  background-size: auto;
  margin-top: 0;
  padding-bottom: 60px;
}
.top_medical .h2_wrapper {
  padding-top: 50px;
  margin-bottom: 45px;
}

/*============================================================================

  $google_map　footer上 Googleマップ埋め込み

============================================================================*/
.google_map {
  height: 0;
  padding-top: 56.25%;
}



















