@charset "utf-8";

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

  $contents

==================================================================*/ 
main {
  border-bottom: none;
  padding-bottom: 10px;
}

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

  $mainvisual

============================================================================*/
#mainvisual {
  position: relative;
  width: 100%;
  height: 710px;
  overflow: hidden;
}
#mainvisual ul {
  z-index: -1;
}
#mainvisual .bx-wrapper img {
  width: 100%;
  height: auto;
  min-height: 710px;
}
#mainvisual .inner {
  position: absolute;
  height: 710px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#mainvisual .mainvisual_slogan {
  position: absolute;
  display: table;
  left: 0;
  top: 225px;
  z-index: 10;
}
#mainvisual .mainvisual_slogan span {
  display: table;
  color: #555;
  font-size: 137.5%; /*22px*/
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 0%, #f6f5f3 0%);
  padding: 8px 25px;
}
#mainvisual .mainvisual_slogan span+span {
  margin-top: 10px;
}
#mainvisual .mainvisual_slogan em {
  color: #5ec1ef;
}
#mainvisual .mainvisual_newopen {
  position: absolute;
  right: 0;
/*  top: 45px;*/
	bottom: 400px;
}
#mainvisual .bnr-box {
  position: absolute;
  right: 0;
	width:300px;
	top:100px;
}
#mainvisual .bnr-box p:first-child{
  margin-bottom:10px; 
}
#mainvisual .bnr-box p a{
  display: block;
	transition: .3s;
}
#mainvisual .bnr-box p a img{
  width:100%;
	height:auto;
}
#mainvisual .bnr-box p a img:hover{
 transition:.3s;
	opacity:.8;
}
#mainvisual .mainvisual_schedule {
  position: absolute;
  right: 0;
  bottom: 150px;
}

.top_kenshin{
    width: 449px;
    height: 206px;
    position: absolute;
    left: 0;
        bottom: 123px;
    background-color: rgba(255,255,255,0.8);
    color: #555;
    text-align: center;
    border: 3px solid #5ec1ef;
    padding: 1%;
}

.top_kenshin h5{
	
}
.top_kenshin .layout_doubleline_border {
  display: flex;
  width: 80px;
  height: 3px;
margin: 8px auto 8px;
}
.top_kenshin .layout_doubleline_border span:nth-child(1) {
  width: 40px;
  height: 3px;
  background-color: #e9e3d9;
}
.top_kenshin .layout_doubleline_border span:nth-child(2) {
  width: 40px;
  height: 3px;
  background-color: #aedaef;
}
.top_kenshin h3{
font-family: "秀英角ゴシック金 B", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}
/*まる*/
.top_kenshin_list{
	text-align: start;
	padding-left: 30px;
	font-size:15px;
}
.top_kenshin_list p{
	
	position:relative;
    margin-bottom: 5px;
	padding-left:15px;
}
.top_kenshin_list p:last-child{
	margin-bottom:0;
}
.top_kenshin_list p:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #5ec1ef;
	border: 1px solid #5ec1ef;
	border-radius: 100%;
	content: '';
}
.top_kenshin_list p i{
	margin-right:8px;
}

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

  $top_news 当院からのお知らせ

============================================================================*/
.top_news {
  position: relative;
  margin: -110px 15px 90px;
  z-index: 20;
}
.top_news .flex_wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.top_news .title_area {
  width: calc(100% - 980px);
  max-width: 470px;
  background-color: #f6f3ed;
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}
.top_news .en_title {
  color: #fff;
  font-size: 625%; /*100px*/
  transform: rotate(-10deg);
  position: absolute;
  top: -40px;
  left: 0;
}
.top_news h2 {
  font-size: 137.5%; /*22px*/
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.top_news h2 span {
  display: inline-block;
  padding-top: 75px;
  background: url("../images/top_news_ico.png") no-repeat top center;
  background-size: 60px 60px;
}
.top_news .news_text {
  width: 980px;
  min-height: 163px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 50px;
  box-sizing: border-box;
}
.top_news .news_text li+li {
  margin-top: 20px;
}
.top_news .news_text li a {
  display: flex;
  align-items: center;
}
.top_news .news_text .date {
  width: 170px;
  padding: 12px 0;
  text-align: center;
  background-color: #f3f3f3;
}
.top_news .news_text .title {
  width: 650px;
  font-size: 106.25%; /*17px*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 12px 30px;
}
@media all and (-ms-high-contrast: none) { /* IE */
  .top_news .news_text .date {
    padding: 14px 0 8px;
  }
  .top_news .news_text .title {
    padding: 14px 30px 8px;
  }
}
.top_news .news_text li a:hover .title {
  background-color: #f6f3ed;
  transition: 0.2s ease-out;
}

/* かぎ括弧 */
.top_news .title_area:before,
.top_news .title_area:after,
.top_news .flex_wrapper:before,
.top_news .flex_wrapper:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}
.top_news .title_area:before {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  top: 0;
  left: 0;
}
.top_news .title_area:after {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  bottom: 0;
  left: 0;
}
.top_news .flex_wrapper:before {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  top: 0;
  right: 0;
}
.top_news .flex_wrapper:after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  bottom: 0;
  right: 0;
}

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

  $title

============================================================================*/
/* h2 */
.h2_wrapper .en_title {
  font-size: 625%; /*100px*/
  margin-bottom: 15px;
}
.h2_wrapper h2 {
  font-size: 137.5%; /*22px*/
}

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

　$box_wrapper

============================================================================*/
.box_wrapper {
  width: 724px;
  text-align: center;
  border: 3px solid #eee;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.box_wrapper .h2_wrapper {
  margin-top: -50px;
}
.box_wrapper .text {
  line-height: 2.3;
}
.box_wrapper .btn_01 {
  margin-top: 45px;
}

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

　$top_greeting ご挨拶

============================================================================*/
.top_greeting {
  padding-top: 90px;
  height: 590px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background: url("../images/common_doctor_img.png") no-repeat top center;
}

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

　$top_concept 当院のコンセプト

============================================================================*/
.top_concept {
  padding-top: 70px;
  height: 640px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background: url("../images/top_concept_img.png") no-repeat top center;
}
.top_concept .box_wrapper {
  float: right;
}

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

　$top_features かざま歯科の5つの特徴

============================================================================*/
.top_features {
  height: 1330px;
  background: url("../images/bg_top_features.jpg") no-repeat bottom center;
}
.top_features .inner {
  position: relative;
}
.top_features .en_title {
  color: #fff;
  font-size: 625%; /*100px*/
  letter-spacing: 0.05em;
  line-height: 1;
  display: table;
  background-color: #cbe0ea;
  transform: rotate(90deg);
  padding: 15px 50px 10px;
  position: absolute;
  top: 153px;
  right: -57px;
}
.top_features h2 {
  position: absolute;
  top: 55px;
  right: 265px;
}
.top_features h2 span {
  color: #5ec1ef;
}
.top_features li {
  float: left;
}
.top_features li+li {
  margin-left: 50px;
}
.top_features li:nth-child(1) {
  margin-top: 90px;
}
.top_features li:nth-child(2) {
  margin-top: 190px;
}
.top_features li:nth-child(3) {
  clear: left;
  margin-left: 0;
  margin-top: -40px;
}
.top_features li:nth-child(4) {
  margin-top: 60px;
}
.top_features li:nth-child(5) {
  margin-top: -40px;
}

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

　$top_medical 診療のご案内

============================================================================*/
.top_medical {
  background: url("../images/bg_top_medical.jpg") no-repeat top center;
  height: 786px;
  background-size: cover;
  margin-top: -70px;
  position: relative;
  margin-bottom: 75px;
}
.top_medical .h2_wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -50px;
}
.medical_department_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
}
.medical_department_list li a {
  display: block;
  width: 230px;
  height: 230px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 74px;
}
.medical_department_list li:nth-child(4n+1) {
  margin-left: 0;
}
.medical_department_list li:nth-child(n+5) {
  margin-top: 50px;
}
.medical_department_list .department_ico {
  padding: 21px 0 17px;
}
.medical_department_list h3 {
  font-size: 118.75%; /*19px*/
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
.medical_department_list .btn_01 {
  color: #fff;
  width: 110px;
}
.medical_department_list .btn_01 span {
  font-size: 75%; /*12px*/
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  position: relative;
  background-color: #b1d1e0;
  padding-right: 10px;
}
.medical_department_list .btn_01 span:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 100%;
  background: url("../images/ico_arrow_white.png") no-repeat center;
  background-size: 9px 9px;
  right: 10px;
  top: 0;
}
@media all and (-ms-high-contrast: none) { /* IE */
  .medical_department_list .btn_01 span {
    height: 27px;
    padding-top: 3px;
  }
  .medical_department_list .btn_01 span:after {
    top: 3px;
    right: 11px;
  }
}

/* hover */
.medical_department_list li a:hover {
  background-color: #b1d1e0;
}
.medical_department_list li a:hover h3 {
  color: #fff;
}
.medical_department_list li a:hover .btn_01 span {
  color: #b1d1e0;
  background-color: #fff;
}
.medical_department_list li a:hover .btn_01 span:after {
  background-image: url("../images/ico_arrow_paleblue.png");
}

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

　$slider_bottom

============================================================================*/
#slider_bottom .bx-wrapper {
  max-width: none !important;
}
#slider_bottom li {
  width: 370px !important;
}
