@charset "utf-8";
/*  style　[ メンタルヘルスかごしま中央クリニック ：メンタルヘルス（院長がこのごろ思うこと）]
=================================================================== */
.header_bg {
  background: url(./image/header.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 100%;
   z-index: -1;
}
.main {
  width: 60%;
  margin: 0 auto;
  padding: 25px 0;
}
.main h4 {
  margin-bottom: 15px;
}
/* map */
.map img {
  width: 100%;
  height: auto;
}

.bg-img {
 /* background: url(./image/bookshelf.jpg) no-repeat center top;*/
  background: url(./image/bg01.jpg) no-repeat center center;
   background-size: cover;
background-color: #EFEFEF;
  margin-bottom: 150px;
  min-height: 780px;
}

.bg-w {
  background-color: rgba(255,255,255,0.7);
  padding: 10px;
  
}
ul.list01 {
/*  background-color: rgba(255,255,255,0.7);
  margin: 50px 0 0 0;
 padding: 20px 10px 20px 30px;*/
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
ul.list01 li  {
  font-weight: 500;
  font-size: 1em;
  width: 48%;
  margin: 0 1% 10px 0;
}
ul.list01 li a {
padding: 10px 15px;
display: block;
  background-color: rgba(255,255,255,0.7);
}
ul.list01 li a:hover {
color: #333;
}
ul.list01 li.pink a {
  border: rgba(255,173,176,0.6) 1px solid;
}
ul.list01 li.pink a:hover {
  background-color: rgba(255,173,176,0.6);
}

ul.list01 li.green a {
 border: rgba(207,229,176,0.7) 1px solid;
}
ul.list01 li.green a:hover {
  background-color: rgba(207,229,176,0.7);
}
ul.list01 li.blue a {
  border: rgba(142,198,246,0.7) 1px solid;
}
ul.list01 li.blue a:hover {
  background-color: rgba(142,198,246,0.7);
}
ul.list01 li.yellow a {
  border: rgba(255,212,69,0.7) 1px solid;
}
ul.list01 li.yellow a:hover {
  background-color: rgba(255,212,69,0.7);
}


.fa-chevron-right {
  padding-right: 0.2em;
}
ul.list01 li.pink a .fa-chevron-right {
  color: #ff86b9;
}
ul.list01 li.green a .fa-chevron-right {
 color:#9fc57c;
}
ul.list01 li.blue a .fa-chevron-right {
  color: #49abe5;
}
ul.list01 li.yellow a .fa-chevron-right {
  color: #ffc50b ;
}


/* リボン */
.ribbon14-wrapper {  
  display: block;
  position: relative;
  /*margin: 15px auto;
  padding: 10px 0;
  width: 300px;
  background: #f1f1f1;*/
  box-sizing: border-box;
  }

.ribbon14 {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 8px 0 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 12px;
  color: white;
  background: #ff785b;
  font-family: Verdana, Geneva, "sans-serif";
  letter-spacing: 1px;
}

.ribbon14:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #ff785b;
  border-right: 20px solid #ff785b;
  border-bottom: 10px solid transparent;
}

/* 吹き出し
.balloon3-left {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  background: #ff785b;
  border-radius: 50%;
  box-sizing: border-box;
  font-family: Verdana, Geneva, "sans-serif";
}

.balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #ff785b;
  z-index: 0;
}
 */


/*～ 768px(sm) ____________________________________________________ */
@media print,screen and (max-width: 767px) {
  .header_bg {
  background: url(./image/header.jpg) no-repeat center center;
}
  header {
     min-height: 80px;
     height: 80px;
  }
}


@media screen and (min-width:768px) and ( max-width:991px) {
    /*　画面サイズが768pxから991pxまではここを読み込む　*/
 .main {
  width:70%;
  margin: 0 auto;
  padding: 25px 0;
}
}

@media screen and ( max-width:767px) {
    /*　画面サイズが768pxから991pxまではここを読み込む　*/
  .main {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
}
  ul.list01 li  {
  width: 100%;
}
  
}








