@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 {
}
p:first-of-type {
	text-indent: 0;
}
/* **********************************************************************************
 GENERAL STYLING
*********************************************************************************** */
html {
  /* font-size: 62.5%; 10px */
}
body {
  background-color: #FFF;
  font: 170% 'M PLUS Rounded 1c', sans-serif;
  color:#333;

}
a:link    { text-decoration: none;      color: #333; }
a:visited { text-decoration: none;      color: #333; }
a:hover   { text-decoration: underline; color: #c30; }
a:active  { text-decoration: none; }

a.line_btm {border-bottom: #333 1px dashed;}
a.line_btm:hover {text-decoration: none; border-bottom: #c30 1px dashed;}

html{
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}
body:before {
	content: "";
	position: fixed;
	top: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.8);
	box-shadow: 0px 0px 8px rgba(0,0,0,.8);
}

/* **********************************************************************************
 class
*********************************************************************************** */
.noDisplay {
  display: none;
  margin: 0;
  padding: 0;
}
/* 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; }
/* 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; }
/* float & clear */
.setRight {
  float: right;
  display: block;
}
.setLeft {
  float: left;
  display: block;
}
.setClear {
  clear: both;
  font: 0px/0px sans-serif;
}
/* clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.ulNone {
  list-style: none;
}
.list-normal {
  padding: 10px 0 10px 20px;
}

/*----------------------------------------------
   header全ページ共通
---------------------------------------------*/
header {
 width: 100%;
    /*min-height:350px;*/
    position: relative;
}

#areaHeader {
  background-color: rgba(0,104,165,0.3);
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  color: #fff;
}
h1 {
  padding: 19px 0 0 8px;
}
 h1 img {
    width: 90%;
    vertical-align: middle;
  }
@media screen and (min-width:1400px) {
  h1 {
  padding: 10px 0 0 8px;
}
}
.schedule {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 1em;
}
.phone {
  font-size: 1.9em;
  font-weight: bold;
  /*padding: 5px 40px 0 0; 予約優先があるとき */
  padding: 15px 40px 0 0;
  text-align: right;
}
.yoyaku {
  display: block;
  text-align: right;
  font-size: 0.9em;
  font-weight: normal;
  padding: 0;
  margin: 0 7em 0 0;
}
.bg-yoyaku {
  background: #ff579b;
  padding: 3px 10px;
  border-radius: 5px;
}


@media screen and (min-width:768px) and ( max-width:1112px) {
    /*　画面サイズが768pxから1039pxまではここを読み込む　*/

  .phone {
  font-size: 1.5em;
  font-weight: bold;
 /* padding: 10px 15px 0 0;予約優先があるとき */
    padding: 20px 15px 0 0;
}
  .yoyaku {
  font-size: 0.8em;
  margin: 5px 4em 0 0;
}
}

@media screen and (min-width:768px) and ( max-width:991px) {
    /*　画面サイズが768pxから1039pxまではここを読み込む　*/
.phone {
  font-size: 1.1em;
  font-weight: bold;
  /*padding: 15px 15px 0 0;予約優先があるとき */
  padding: 25px 15px 0 0;
}
    .yoyaku {
  font-size: 0.8em;
  margin: 5px 3em 0 0;
  }
  h1 {
  padding: 22px 0 0 8px;
}
 h1 img {
    width: 100%;
    vertical-align: middle;
  }
    .schedule {
  font-size: 0.8em;
    padding: 22px 0 0 0;
    text-align: center;
}
  
}



/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
 /* background-color: #73944A;*/
  background-color: /*#008462*/#00a443;
  padding: 30px 0 15px 0;
  color: #fff;
  margin: -7px 0 0;
}
footer a.park {
  color: #fff!important;
  border-bottom: #fff 1px dashed;
  display: inline-block;
  margin-left: 1.1em;
}
/*---- footer 左カラム-------------*/
/*  */
div.add-box {
  margin: 0 auto;
  width: 80%;
}
address {
  font-size: 1.2em;
  margin-top: 5px;
}
span.kamoku {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 4em;
}
@media screen and (min-width:994px) and ( max-width:1199px) {
    /*　画面サイズが994pxから1199pxまではここを読み込む　*/
address {
  /*font-size: 0.8em;*/
}
   div.add-box {
 width: 90%;
}
}
@media screen and (min-width:768px) and ( max-width:993px) {
    /*　画面サイズが768pxから993pxまではここを読み込む　*/
address {
  font-size: 0.9em;
  }
  div.add-box {
 width: 100%;
}
}


/*---- footer 右カラム-------------*/

/*フッターの診療時間*/
.tb01{
	width: 90%;
	margin: 0 auto 15px ;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
  font-size: 0.9em;
	/*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;
}
.tb01 td{
	padding:5px 10px 0 10px;
	/*font-size: 16px;*/
	line-height: 1;
	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;
}
p.notice {
  font-size: 0.9em;
  width: 90%;
  margin: 5px auto;
}
span.notice02 {
  display: inline;
  background-color: #fff;
  padding: 5px 8px;
  color: #73944A;
}
span.notice03 {
  display: inline;
  padding: 5px 8px;
}

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

 /* Back To Top */
#BackToTop {
  position: fixed;
  opacity: 0.8;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
#BackToTop a {
  background-color: #FFF;
  border-radius: 70px;
  color: #73944A;
  border: 1px solid #73944A;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  width: 70px;
  height: 70px;
}
#BackToTop a:hover {
  background-color: #73944A;
  color: #FFF;
  text-decoration: none;
}
#BackToTop a .fa-chevron-up {
  display: block;
  margin: 9px auto 0 auto;
}


.img-center {
  display: block;
  margin: 0 auto;
}
