@charset "UTF-8";
/* CSS Document */

/*top*/
.section-top-img {
  background:url("../img/about/about_top.png")no-repeat center/cover;
  width: 100%;
  height: 300px;
  position: relative;
}
.section-top-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(109, 109, 109, 0.25);
}
.section-top-img h2 {
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 45%;
}
@media(max-width: 480px) {
  .section-top-img {
    background:url("../img/about/about_top_mobile.png")no-repeat center/cover;
    height: 150px;
  }
  .section-top-img h2 {
    font-size: 2.4rem;
    top: 43%;
    left: 35%;
  }
}
/*パンくずリスト*/
.list  {
  width: 1040px;
  margin: 20px auto 0;
  font-size: 1.5rem;
}
.list a {
  color: #EE7800;
}
@media(max-width: 480px) {
  .list  {
  width: 335px;
  margin: 20px auto 0;
}
}

/*院長挨拶、スタッフ紹介*/
.section-greeting h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 60px;
}
.h2_line {
  border-bottom: 2px dashed #532A18;
  width: 90px;
  margin: 20px auto 0;
}

.staff-profile {
  width: 1040px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 80px;
}
.staff-profile img {
  border-radius: 10px;
}
.staff-profile p {
  padding-left: 90px;
  line-height: 30px;
  font-size: 2.0rem;
}
.staff-profile p span {
  font-size: 1.6rem;
}
.section-greeting {
  margin-bottom: 150px;
}
.section-staff h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 60px;
}
.section-staff {
  margin-bottom: 100px;
}
@media(max-width: 480px) {
  .staff-profile {
    width: 335px;
    display: block;
    text-align: center;
  }
  .staff-profile p {
    padding-left: 0;
    font-size: 1.6rem;
    text-align: left;
    padding-top: 40px;
    line-height: 25px;
  }
  .staff-profile p span {
   font-size: 1.5rem;
}
  .section-greeting {
    margin-bottom: 40px;
  }
}

/*院内紹介*/
.section-gallery {
  margin-bottom: 80px;
}
.section-gallery h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 60px;
}
.section-gallery h2 br {
  display: none;
}
.gallery-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px auto;
}
.gallery_item {
  margin-left: 20px;
  display: block;
  text-align: center;
}
.gallery_item:nth-child(3n+1){
  margin-left: 0;
}

.gallery_item p{
  text-align: center;
  padding: 20px 0px;;
}
@media(max-width: 480px) {
  .gallery-wrap {
    display: block;
  }
  .gallery-wrap:last-child{
    margin-top: 0;
  }
  .gallery_item {
    display: block;
    margin-left: 0;
  }
}
/*雑誌、新聞紹介　スライダー*/
.section-magazine {
  background-color: #F7F3E7;
}
.section-magazine h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 80px;
}
.section-magazine h2 br {
  display: none;
}
.p_line:after {
  background-color: rgba(238, 120, 0, 0.3);
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  width: 445px;
  margin: 5px auto 0;
}

/*スライドショー*/
.section-customer_slider {
   width:94%;
    margin:0 auto;
}

.section-customer_slider img {
    height:auto;
}

.slider .slick-slide {
    margin:0 10px;
}
/*矢印*/
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #78635C;
    border-right: 2px solid #78635C;
    height: 15px;
    width: 15px;
}
.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーション*/
.slick-dots {
  text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:#333;
    border-radius:50%;
    background:#ccc;
}
.slick-dots .slick-active button{
    background:#78635C;
}

@media(max-width: 480px) {
  .section-magazine h2 {
    font-size: 2.0rem;
  }
  .section-magazine h2 br {
   display: block;
}
  .p_line:after {
  background-color: rgba(238, 120, 0, 0.3);
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  width: 335px;
  margin: 5px auto 0;
} 
}

/*院概要*/
.section_outline h2 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 80px;
}
.outline {
  width: 1040px;
  margin: 80px auto 0;
}
.outline th{
  width: 150px;
  border: 1px solid #fff;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background-color: #78635C;
  color: #fff;
  border-left: 1px solid #78635C;
  border-right: 1px solid #78635C;
  text-align: left;
  font-size: 1.8rem;
}

.outline th:first-child {
  border-top: 1px solid #78635C;
}

.outline td{
  border: 1px solid #78635C;
  padding: 20px 30px 20px 30px;
}
@media (max-width: 480px) {
  .outline {
    width: 375px;
  }
.outline,.outline tr,.outline td,.outline th {
  display:block;
  text-align: center;
  padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .outline th {
    border: 1px solid #78635C;
    text-align: center;
    width: 335px;
    padding: 20px 0 ;
  } 
  .outline tr {
    width: 335px;
  }
  .outline td {
    border: none;
    padding: 20px 10px 20px 10px;
  }
  .outline td:last-child {
    border-bottom: 1px solid #78635C ;
  }
}

/*診察時間*/
.section_schedule h2 {
 font-size: 2.4rem;
  text-align: center;
  padding-top: 120px; 
}
.schedule_img {
 text-align: center;
margin-top: 80px;
}
.schedule_img_mobile {
  display: none;
}
.text_p {
  text-align: center;
  display: block;
  margin: 20px 0 80px;
}

.text_p br {
  display: none;
}
@media (max-width: 480px) {
  .schedule_img {
    display: none;
}
.schedule_img_mobile {
  display: block;
  text-align: center;
  margin-top: 60px;
}
  .text_p {
    font-size: 1.5rem;
  }
  .text_p br {
  display: block;    
}
}
