@charset "utf-8";
/*  style　[ 猿渡ひふ科クリニック トップページ ]
=================================================================== */
header {
  background: none;
  position: relative;
  height: auto!important;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  header {
  min-height: auto!important;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
  header {
  height: auto!important;
  }

}

#areaHeader {
  position: absolute;
  top: 0;
}



.inner {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*	slider
=================================================================== */

.slider{
  opacity: 0;
  transition: 3s;
  max-width: 1370px;
  overflow: hidden;
}
.slick-initialized{
    opacity: 1
}



/* バナー*/
.special_bn {
  position: absolute;
  bottom: 15%;
  right: 2%;
}
.special_bn a {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
}
.special_bn a:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.3s;
}
.bl-rt {
  display: block;
  text-align: right;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .special_bn {
  font-size: 1.1em;
}
  .special_bn strong {
  font-size: 1.2em;
    color: #c33;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  
 .special_bn {
  font-size: 1.2em;
}
  .special_bn strong {
  font-size: 1.3em;
    color: #c33;
}

  
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
    /* バナー*/
.special_bn02 {
  font-size: 1.1em;
  margin: 15px auto;
}
  .special_bn02 strong {
  font-size: 1.2em;
    color: #c33;
}
.special_bn02 a {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
}
.special_bn02 a:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.3s;
}
.bl-rt {
  display: block;
  text-align: right;
}
  

}

/*----------------------------------------------
   枠線
---------------------------------------------*/
.line-B {
  border: #2874B9 1px solid;
  border-radius: 10px;
  padding: 10px;
}
.line-P {
  border: #F87474 1px solid;
  border-radius: 10px;
  padding: 0;
}
.line-P img {
  border-radius: 10px;
}
/*----------------------------------------------
   お知らせ
---------------------------------------------*/
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  margin: 0 0 5px 0;
  padding: 5px 10px;
  border-bottom: #666 1px dashed;
}
.news-list li:before {
  content: "○";
  padding: 0 10px 0 0;
}
.news-list li:last-child {
  border-bottom: none;
}

.PDleft15 {
  padding-left: 1.5em;
}

/*----------------------------------------------
  診療時間・駐車場
---------------------------------------------*/
.medical-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.med , .park{
  width: 49%;
}
.list-notice {
  margin: 1em 0 1em 2em;
  padding: 0;
  font-weight: 500;
  font-size: 1.1em;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
.med , .park{
  width: 98%;
  margin: 0 auto 1em auto;
}
}


/*----------------------------------------------
   丸ボタンメニュー
---------------------------------------------*/
#menu{
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
#menu ul li {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  vertical-align: top;
}

#menu ul li a img  {
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

#menu ul li a:hover img {
  filter: none;
  opacity: 0.8;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
#menu ul li {
  width: 90%;
  margin-right: 0;
}
}


#menu ul li:last-child {
  margin-right: 0;
}
#menu ul li img {
  width: 80%;
  margin: 0 auto;
}
#menu ul li h2 {
  
}

#menu ul li p {
  text-align: center;
  /*background-color: #fff;*/
  padding: 10px 0;
}



/*----------------------------------------------
   map
---------------------------------------------*/
#access iframe {
  margin: 0;
  padding: 0;
}


/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
