@charset "utf-8";

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

  $header

============================================================================*/
header {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
}
header .inner {
  padding: 0;
}
header .column_right {
  margin-top: 12px;
}

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

  $mainvisual

============================================================================*/
#mainvisual {
  width: 100%;
  height: 780px;
  position: relative;
  z-index: -1;
}
#mainvisual .slider.pc span {
  display: none;
}
#mainvisual .slider.pc li {
  width: 100%;
  height: 780px;
  text-align: center;
  background: no-repeat top center;
}
#mainvisual .slider.pc li:nth-child(1) {
  background-image: url("../images/mainvisual_slide_02.jpg");
}
#mainvisual .slider.pc li:nth-child(2) {
  background-image: url("../images/mainvisual_slide_03.jpg");
}
#mainvisual .mainvisual_copy {
  width: 568px;
}
#mainvisual .inner {
  position: absolute;
  top: 205px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
#mainvisual .inner .mainvisual_open {
  margin: 10px 23px 0 0;
}

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

  $top_news　お知らせ

============================================================================*/
.top_news {
  background-color: rgba(255,255,255,0.81);
  border-top: 1px solid #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 679px;
}
.top_news .inner {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 50px;
  box-sizing: border-box;
}
.top_news .h2_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3898cb;
  line-height: 1;
  margin-right: 75px;
  white-space: nowrap;
}
.top_news .h2_wrapper .ja_title {
  font-size: 175%; /*28px*/
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.top_news .h2_wrapper .en_title {
  font-size: 75%; /*12px*/
  letter-spacing: 0.1em;
}
.top_news .news_text {
  display: flex;
  align-items: center;
  border-left: 1px solid #3898cb;
  padding: 0 50px 1px 60px;
  margin: 10px 0;
}
.top_news li+li {
  margin-top: 15px;
}
.top_news li a:hover .date,
.top_news li a:hover .title {
  color: #3898cb;
}
.top_news li dl {
  display: flex;
  align-items: center;
  letter-spacing: 0.075em;
}
.top_news li dd {
  display: flex;
}
.news_text .cate {
  color: #fff;
  border-radius: 4px;
  margin: 0 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.news_text .cate em{
	padding: 0 10px;
	border-radius: 5px;
}
.top_news .news_text .title {
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.news_text ul{
	height: 60px;
	overflow: hidden;
}

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

  $top_symptoms　症状

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

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

  $top_features　特徴

============================================================================*/
.top_features {
  background: url("../images/bg_lineup.jpg") repeat;
}
.top_features .inner {
  position: relative;
  padding: 70px 0 230px;
}
.top_features .title_wrapper {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_features .img {
  text-align: center;
}
.features_list dt {
  color: #3898cb;
  font-size: 500%; /*80px*/
  line-height: 1;
  letter-spacing: -0.05em;
}
.features_list dd {
  display: table;
  color: #fff;
  font-size: 162.5%; /*26px*/
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 15px;
  background: rgba(56, 152, 203, 0.85); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(56, 152, 203, 0.85) 0%, rgba(236, 111, 129, 0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(56, 152, 203, 0.85) 0%,rgba(236, 111, 129, 0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(56, 152, 203, 0.85) 0%,rgba(236, 111, 129, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(56, 152, 203, 0.85)', endColorstr='rgba(236, 111, 129, 0.85)',GradientType=1 ); /* IE6-9 */
  margin-top: -15px;
}
.features_list .text_box {
  color: #333;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding: 20px;
  background-color: rgba(255,255,255,0.9);
  margin-top: 10px;
}
.features_01 {
  position: absolute;
  top: 260px;
  left: 0;
}
.features_02 {
  position: absolute;
  top: 120px;
  right: 0;
}
.features_03 {
  position: absolute;
  top: 655px;
  left: 750px;
}

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

  $top_greeting　ご挨拶

============================================================================*/
.top_greeting {
  background-color: #f3f3f3;
  padding: 10px;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.top_greeting .border_wrapper {
  border: 10px solid #fff;
  box-sizing: border-box;
  padding: 45px 55px 75px;
}
.top_greeting .flex_wrapper {
  justify-content: space-between;
  margin-top: 45px;
}
.top_greeting .column_left {
  width: 680px;
}
.top_greeting .column_right {
  width: 320px;
  height: 400px;
  position: relative;
}
.top_greeting h3.tit01 {
  margin-bottom: 20px;
}
.top_greeting .column_right .doctor_name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  line-height: 1;
  text-align: right;
}
.top_greeting .column_right .doctor_name p,
.top_greeting .column_right .doctor_name dt {
  font-size: 125%; /*20px*/
  letter-spacing: 0.1em;
}
.top_greeting .column_right .doctor_name dt em {
  font-size: 130%; /*26px*/
}
.top_greeting .column_right .doctor_name dl {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.top_greeting .column_right .doctor_name dd {
  margin-left: 10px;
}

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

  $top_medical　診療内容

============================================================================*/
.top_medical {
  background:
    url("../images/bg_medical_list.jpg") no-repeat top center,
    url("../images/bg_paper.jpg") repeat top left;
  background-size: 100% auto, auto;
  margin-top: -75px;
  z-index: -1;
  padding-bottom: 110px;
}
.top_medical .h2_wrapper {
  padding-top: 210px;
  margin-bottom: 50px;
}

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

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

============================================================================*/
.google_map {
  position: relative;
  width: 100%;
  height: 459px;
  border-bottom: 1px solid #fff;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



















