@charset "utf-8";
/*  style　[  岡田・石堂クリニック共通 ]
=================================================================== */
body{
  background: #FFFCF3;
}
p {
  font-size: 90%;
  line-height: 160%;
}
li {
  font-size: 90%;
  margin-left: 25px;
}

.mincho {font-family: 'Noto Serif JP', serif;}

.box-wrap {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}


  .xs-block {
    display: none;
  }
  .xs-space {
    display: none;
  }




/*----------------------------------------------
   header
---------------------------------------------*/

/*header {
  background: url(../images/01.jpg) no-repeat center center;
  background-size: cover;
  min-height: 300px;
  position: relative;
}*/


#areaHeader {
  background-color: #ff9999;
  min-height: 80px;
  width: 100%;
}



.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-justify {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.item {
   /* width: 33.3%;*/
  width: 48%;
  }


h1 {
  padding: 5px 0 0 10px;
}
 h1 img {
    width: 90%;
    vertical-align: middle;
}


.schedule {
  margin: 8px auto;
  padding:  0;
  font-size: 0.8em;
}
.schedule td {
  vertical-align: top;
}

.phone {
  font-size: 1.2em; 
  text-align: right;
  color: #fff;
  text-shadow:2px 1px 1px #aaa;
}
.bg-phone {
  /*background-color: #24B792;*/
  display: inline-block;
  padding: 5px 10px;
  border-radius:  10px;
  margin: 1px;
}



@media screen and (min-width:768px) and ( max-width:991px) {
    /*　画面サイズが768pxから991pxまではここを読み込む　*/
.phone {
  font-size: 1.1em;
  font-weight: 500;
}
  h1 {
  padding: 5px 0 0 8px;
}
 h1 img {
    width: 100%;
    vertical-align: middle;
  }
    .schedule {
      font-size: 0.6em;
      margin:  7px auto;
      padding: 0;
}
  
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .phone {
  font-size: 1.5em!important;
  font-weight: 500;
}
}


/*----------------------------------------------
   病院入口ボタン
---------------------------------------------*/
.entrance ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;

}
.entrance ul li {
  /*width: 48%;*/
  margin: 5px;
}
.raised{
  display: inline-block;
  background-color: #d5702b;/*背景色*/
  color: #FFF!important;/*文字色*/
  font-size: 1.2em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.raised:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

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


/*----------------------------------------------
   nav
---------------------------------------------*/
.inner {
  position: absolute;
  bottom: 0;
  width: 100%;
 /* margin-bottom: -10px;*/
}
nav {
  background-color: rgba(250,192,1,0.6);
  /*height: 52px;
  margin-top: -52px;*/
}
nav ul {
  margin: 0 auto;
  list-style: none;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
nav ul li {
  /*width: 25%;*/
  text-align: center;
}
nav ul li a {
  display: block;
  padding: 15px 0;
}
nav ul li a:hover {
  /*background-color: rgba(253,228,145,1);*/
  color: #c00;
}
a.active {
  /*background-color: rgba(64,108,180,0.6);*/
  color: #c00;
}

/*----------------------------------------------
   アンカーメニュー
---------------------------------------------*/

#submenu {
  /*background-color: #81D2B4;*/
  padding: 5px 0;
  z-index: 20;
  margin-bottom: 1.5em;
}
#submenu ul {
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#submenu ul li {
  /*display: inline-block;
  margin: 0 15px;*/
  width: 13%;
}

#submenu ul li a {
  display: block;
  padding: 5px 0;
}
#submenu ul li .fa-sort-down {
  vertical-align: top;
}





/*----------------------------------------------
   section
---------------------------------------------*/
section {
  margin: 2em auto;
}

/*----------------------------------------------
   見出し
---------------------------------------------*/

/* h2 */
h2.line_h2 {
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
  /*width: 40%;*/
  margin: 0 auto 20px auto;
}

h2.line_h2:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 0.9em;
  background: url(../images/bg-left.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background-position: right;
}

h2.line_h2:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 0.9em;
  background: url(../images/bg-right.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 10px;
}


h3 {
  padding: 0.25em 0.8em 0.25em 1.8em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: 8px;
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: 500;
  background-color: #A5EEFD;
  display: inline-block;
  border-radius: 10px;
}

h4 {
  margin: 1em 0;
  font-weight: 500;
}
h4:before {
  content: "●";
  padding: 0 5px 0 0;
  font-size: 0.7em;
  color: #d5702b;
}


h4.mincho {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5em;
}
h4.mincho:before {
  display: none;
}

h5 {
  font-size: 1em;
  margin: 2em 0 1em 0;
}
/*----------------------------------------------
   区切り線
---------------------------------------------*/
.separate01 {
  background: url(../images/separator1.png) repeat-x center center;
  background-size: contain;
 /* padding-top:15px;*/
  margin: 35px 0;
  display: block;
  border: none;
  height: 15px;
}

.separate02 {
  background: url(../images/separator2.png) repeat-x center center;
  background-size: contain;
 /* padding-top:15px;*/
  margin: 35px 0;
  display: block;
  border: none;
  height: 15px;
}


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

/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
  background-color: #ff9999;
  padding: 20px 0 15px 0;
  color: #fff;
  margin-top:  -8px;
}

.areafoot {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*---- footer 左カラム-------------*/
.footer-left {
  width: 45%;
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (max-width: 991px) {
  .footer-left {
    width: 100%;
  }
}
div.add-box {
  margin: 0 auto;
  width: 90%;
  /*padding-bottom: 2em;*/
}
address {
  font-size: 1.2em;
  margin-top: 5px;
}




/*---- footer 右カラム-------------*/
.footer-right {
  width: 55%;
  
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (max-width: 991px) {
  .footer-right {
    width: 100%;
  }
}


/*フッターの診療時間*/
.tb01{
	width: 90%;
	margin: 0 auto 15px ;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
  font-size: 0.8em;
	/*color: #333;*/
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th{
	padding:10px 8px 8px 8px;
	line-height:1;
	white-space:nowrap;
	/*font-family: FOT-マティス Pro M;*/
	/*font-size: 16px;*/
	text-align: center;
	border-bottom:1px solid #fff;
  font-weight: normal;
  width: 60px;
}
.tb01 td{
	padding:5px 10px 0 10px;
	/*font-size: 16px;*/
	line-height: 1.2;
	text-align:center;
	border-bottom: none;
}
.tb01 tr th:first-child{
	/*font-family: FOT-マティス Pro M;
	font-size: 17px;*/
	text-align: center;
  padding:0 ;
}
.tb01 tr td:first-child{
	/*font-family: FOT-マティス Pro M;
	font-size: 17px;*/
	text-align: right;
  padding:5px 0 0 0;
}
.tb01 tr td:last-child{
	/*font-family: FOT-マティス Pro M;
	font-size: 17px;*/
	text-align: left;
  padding:5px 0 0 0;
}
p.notice {
  font-size: 0.8em;
  width: 90%;
  margin: 10px auto;

}
span.notice02 {
  display: inline;
  background-color: #fff;
  padding: 3px 5px;
  color: #D46F2F;
}
span.notice03 {
  display: inline;
  padding: 5px 8px;
}

.copyright {
  font-size: 0.8em;
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

table th {
  font-weight: 500;
}

.greeting-box{
  display: flex;
}
.greeting-box1{
  padding-left: 0.5em;
}
.greeting-box2{
  padding-left: 1em;
}
.nurseryschool_img {
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
}
.nurseryschool_img_item{
  padding-left: 5px;
}

.news_img{
  display: flex;
  justify-content: space-between;
  
}
.news_img_item{
  padding-left: 5px;
}
.news_img_item2{
  padding-left: 5px;
}
.event_box{
  display: flex;
}
.event_box img{
  margin-left: 12em;
}
.footer_img{
  padding-left: 8em;
  padding-top: 0.5em;
}



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