@charset "utf-8";
/*  style　[ 辻眼科クリニック 共通 ]
=================================================================== */
body{
}
p {
  font-size: 90%;
}
li {
  font-size: 90%;
}
/* アンカーのズレ補正 */
.ankerfix {
  margin-top: -125px;
  padding-top: 125px;
}

header {
 width: 100%;
    height:120px;
    position: relative;
}


.header_bg {
  background: url(../images/header01.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 100%;
   z-index: -1;
   background-attachment: fixed;
}
@media screen and (min-width:768px) and ( max-width:1012px) {
    /*　画面サイズが768pxから1012pxまではここを読み込む　*/
  .header_bg {
  background: url(../images/header01.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 120px;
   z-index: -1;
   background-attachment: fixed;
}
}

/*----------------------------------------------
  navi
---------------------------------------------*/
.inner {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 40px;
}
#Navi {
  text-align: center;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 40px;
}
#Navi ul {
  list-style: none;
  margin: 0 auto;
  padding:  10px;
  font-weight: 800;
  width: 90%;
}
@media (min-width: 1040px) {
#Navi{
  font-size: 0.9em;
}

}

@media screen and (min-width:768px) and ( max-width:870px) {
    /*　画面サイズが768pxから870pxまではここを読み込む　*/
 #Navi{
  font-size: 0.8em;
}
}

@media screen and (min-width:768px) and ( max-width:1012px) {
    /*　画面サイズが768pxから1012pxまではここを読み込む　*/
  #Navi ul {
  padding:  0;
  }
   #Navi ul li{
  padding: 10px 0 0 0;
  }
}

/* h2 */
h2.line_h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 40%;
  margin: 0 auto 20px auto;
  border-bottom:#333 1px solid;
  padding-bottom: 5px;
}
/*----------------------------------------------

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

  /*----------------------------------------------
　背景
  ---------------------------------------------*/
.bg_gray {
  background-color: #d5d5d5;
}
.bg_01 {
  background-color: #fcc;
}
/* h3 */
h3 {
  margin: 40px 0 15px 0;
  font-size: 1.2em;
}
.separate01 {
  background: url(../images/separator2.png) repeat-x center center;
  background-size: contain;
 /* padding-top:15px;*/
  margin: 35px 0;
  display: block;
  border: none;
  height: 15px;
}

/* h4 */
h4 {
  margin: 15px 0 10px 0;
  font-size: 1.1em;
}
h4 a:link  {
}
h4 a:hover {
}
.separate02 {
  background: url(../images/separator3.png) repeat-x center center;
  background-size: contain;
  padding-top:15px;
 /* margin: 20px 0;*/
  display: block;
  border: none;
}

/* 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) {
}
