
@charset "utf-8";
/*  style　[ ひだまりこどもクリニック 共通 ]
=================================================================== */
/* **********************************************************************************
 RESET
*********************************************************************************** */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
hr {
	display: none;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	margin-bottom: 5px;
}
/* **********************************************************************************
 GENERAL STYLING
*********************************************************************************** */
html {
  font-size: 62.5%; /* 10px */
}
body {
  background-color: #FFF;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px; /* old browzer */
  font-size: 1.4rem;
}
a:link    { text-decoration: none;      color: #006; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; color: #c30; }
a:active  { text-decoration: none; }

a.line-btm    { border-bottom: 1px dashed #006; }
a.line-btm:hover   { text-decoration: none; border-bottom: 1px dashed #c30; }
/* **********************************************************************************
 class
*********************************************************************************** */
/* japanese */
.jpara { text-indent: 1em; }
/* text */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
/* text decoration */
.text-bold { font-weight: bold; }
.text-uline { text-decoration: underline; }
.red {color: #cc3300;}
/* space(top) */
.spaceTop05 { margin-top: 5px; }
.spaceTop10 { margin-top: 10px; }
.spaceTop15 { margin-top: 15px; }
.spaceTop20 { margin-top: 20px; }
.spaceTop25 { margin-top: 25px; }
.spaceTop30 { margin-top: 30px; }
/* space(bottom) */
.spaceBottom05 { margin-bottom: 5px; }
.spaceBottom10 { margin-bottom: 10px; }
.spaceBottom15 { margin-bottom: 15px; }
.spaceBottom20 { margin-bottom: 20px; }
.spaceBottom25 { margin-bottom: 25px; }
.spaceBottom30 { margin-bottom: 30px; }
/* width */
.w100 { width: 100%; }
.w80 { width: 80%; }
.w70 { width: 70%; }
.w50 { width: 50%; }
/* float & clear */
.setRight {
  float: right;
  display: block;
  padding: 0 0 5px 5px;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (max-width: 767px) {
  .setRight {
  float: none;
  display: block;
  padding: 0;
}
}
.setLeft {
  float: left;
  display: block;
}
.setClear {
  clear: both;
  font: 0px/0px sans-serif;
}

.img-center {
  display: block;
  margin: 0 auto;
}
/* clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}

/* title */
h2 {
  color: #FFF;
  background: -moz-linear-gradient(left, #fbf4d7 0%, #8cc63f 15%, #8cc63f 85%, #fbf4d7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbf4d7 0%,#8cc63f 15%,#8cc63f 85%,#fbf4d7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbf4d7 0%,#8cc63f 15%,#8cc63f 85%,#fbf4d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  letter-spacing: 0.3em;
}
h2:before {
  content: url(../images/title01.png);
  position: relative;
}
h2:after {
  content: url(../images/title02.png);
  position: relative;
}
h3 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin: 2em 0 10px 0;
  line-height: 150%;
}
h3.ttl_h3 {
  background: #ffc9bc;
  text-align: left;
  padding: 5px;
  font-size: 110%;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
h2 {
  width: 90%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 4px 0;
  margin: 0 auto 25px auto;
}
h2:before {
  margin: 10px;
  top: 4px;
}
h2:after {
  margin: 10px;
  top: 2px
}
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
h2 {
  width: 80%;
  padding: 2px 0;
  margin: 0 auto 35px auto;
}
h2:before {
  content: url(../images/title01.png);
  position: relative;
  margin: 10px;
  top: 4px;
}
h2:after {
  content: url(../images/title02.png);
  position: relative;
  margin: 10px;
  top: 2px
}
/* 5文字 */
#greeting h2:before {
  right: 144px;
}
#greeting h2:after {
  left: 143px;
}
/* 4文字 */
#news h2:before,
#policy h2:before,
#guide h2:before,
#childcare h2:before,
#access h2:before {
  right: 164px;
}
#news h2:after,
#policy h2:after,
#guide h2:after,
#childcare h2:after,
#access h2:after {
  left: 161px;
}
  
  /* 3文字 */
#contact h2:before {
  right: 184px;
}
#contact h2:after {
  left: 181px;
}
  
/* 2文字 */
#photoGallrey h2:before,
#reservation h2:before {
  right: 202px;
}
#photoGallrey h2:after,
#reservation h2:after {
  left: 200px;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
/* 5文字 */
#greeting h2:before {
  right: 232px;
}
#greeting h2:after {
  left: 230px;
}
/* 4文字 */
#policy h2:before,
#guide h2:before,
#childcare h2:before,
#access h2:before {
  right: 252px;
}
#policy h2:after,
#guide h2:after,
#childcare h2:after,
#access h2:after {
  left: 249px;
}
/* 2文字 */
#photoGallrey h2:before,
#reservation h2:before {
  right: 291px;
}
#photoGallrey h2:after,
#reservation h2:after {
  left: 289px;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
/* 5文字 */
#greeting h2:before {
  right: 311px;
}
#greeting h2:after {
  left: 311px;
}
/* 4文字 */
#news h2:before,
#policy h2:before,
#guide h2:before,
#childcare h2:before,
#access h2:before {
  right: 332px;
}
#news h2:after,
#policy h2:after,
#guide h2:after,
#childcare h2:after,
#access h2:after {
  left: 329px;
}
  
  /* 3文字 */
#contact h2:before {
  right: 350px;
}
#contact h2:after {
  left: 350px;
}
  
/* 2文字 */
#photoGallrey h2:before,
#reservation h2:before {
  right: 371px;
}
#photoGallrey h2:after,
#reservation h2:after {
  left: 368px;
}
}
h4 {
  font-weight: 600;
  font-size: 1.2em;
  margin: 1.5em 0 1em 0;
}
.ulNone {
  list-style: none;
}
.list-normal{
  margin: 0;
  padding: 0 0 0 2em;
}
.img-center {
  display: block;
  margin: 0 auto;
}
.table-box {
  display: table;
  margin: 0 auto;
}
