@charset "UTF-8";
/* CSS Document */
html {
  overflow: auto;
}

* html {
  /* for IE6 */
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}

* html body {
  /* for IE6 */
  overflow-y: auto;
  height: 100%;
}

body {
  background: #FFFFFF;
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
  text-align: center;
  position: relative;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace,sans-serif;
}

html, body, div,
ul, ol, li, dl, dt, dd,
form, fieldset, input, textarea,
h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr,
th, td, img {
  margin: 0;
  padding: 0;
}

/* 区切り線 */
hr {
  margin: 10px 0px;
  color: FFFFFF;
  visibility: hidden;
}

/* table基本設定 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* 段落基本設定 */
p {
  font-size: 100%;
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* リンク設定 */
a img, :link img, :visited img {
  border: none;
}

a {
  color: #4aa984;
  text-decoration: underline;
}

a:hover {
  color: #4aa984;
  text-decoration: none;
}

/* 見出し */
h2 {
  margin-bottom: 20px;
}

h3 {
  font-size: 140%;
  line-height: 1.5em;
  color: #666666;
  min-height: 35px;
  background: url(../images/common/h3-bg.png) 0 5px no-repeat;
  border-bottom: 2px dotted #8f8f8f;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h4 {
  font-size: 140%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.5em;
  text-align: left;
  color: #947b62;
  padding-left: 10px;
  border-left: 3px solid #947b62;
  /*text-shadow: 1px 1px 1px #333;*/
  min-height: 30px;
  margin-bottom: 10px;
}

h5 {
  font-size: 120%;
  line-height: 1.2em;
  color: #717171;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 7px;
  border-left: 3px solid #96c632;
  background: url(../images/common/h4-bg.jpg);
  min-height: 30px;
}

/* body内の設定 ----------------------------------------------------------------- */
#container {
  width: 100%;
  text-align: center;
}

#container-inner {
  width: 100%;
  line-height: 100%;
  margin: 0 auto;
  text-align: left;
}

/* ヘッダー領域 ----------------------------------------------------------------- */
#header {
  width: 100%;
  text-align: center;
  background: url(../images/common/header-bg.jpg) repeat-x;
}

#header #header-inner {
  width: 960px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background: url(../images/common/header-inner-bg.jpg) top left no-repeat;
}

#header #header-inner h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80%;
  line-height: 20px;
  color: #ffffff;
}

#header #header-inner #header-logo {
  font-size: 120%;
  line-height: 2em;
  display: inline;
  position: absolute;
  top: 45px;
  left: 0;
}

#header #header-inner #header-content {
  display: inline;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 100%;
  line-height: 1.5em;
  color: #947b62;
}

#header #header-inner #header-image {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ナビゲーション ----------------------------------------------------------------- */
/*　上部ナビゲーション　*/
#gnavi {
  text-align: center;
}
#gnavi ul {
  list-style: none;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnavi ul li {
  width: 100%;
}
#gnavi ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
#gnavi ul li:nth-child(2) a {
  letter-spacing: -0.15em;
}
#gnavi ul li:last-child a {
  border-radius: 0 5px 5px 0;
}
#gnavi ul li a {
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  background: #285805;
  background: #446037;
  background: -webkit-linear-gradient(bottom, #446037 40%, #53933c 60%);
  background: -o-linear-gradient(bottom, #446037 40%, #53933c 60%);
  background: linear-gradient(to top, #446037 40%, #53933c 60%);
  padding: 10px;
  border-right: 1px solid #8f8f8f;
  transition: .3s;
}
#gnavi ul li a:hover {
  background: #354d2b;
  background: -webkit-linear-gradient(bottom, #354d2b 40%, #53933c 60%);
  background: -o-linear-gradient(bottom, #354d2b 40%, #53933c 60%);
  background: linear-gradient(to top, #354d2b 40%, #53933c 60%);
}

#navi1 {
  background: url(../images/common/navi1-bg.jpg) left bottom repeat-x;
  width: 100%;
  height: 41px;
  text-align: center;
}

#navi1-inner {
  width: 960px;
  margin: 0 auto;
}

#navi1 #navi1-inner ul {
  list-style: none;
  margin: 0;
}

#navi1 #navi1-inner ul li {
  float: left;
  text-align: center;
}

#navi1 #navi1-inner ul li a {
  background: none;
}

/* ページ内ナビゲーション */
#pageNavi {
  margin-bottom: 20px;
  text-align: right;
  font-size: 80%;
  line-height: 1.5em;
}

#pageNavi a {
  color: #7e7e7e;
  text-decoration: underline;
  border-left: 1px solid #7e7e7e;
  padding: 0 10px;
}

#pageNavi a.end {
  border-right: 1px solid #7e7e7e;
}

#pageNavi a:hover {
  color: #ff8400;
  text-decoration: underline;
}

/* ページ内トップへのナビゲーション */
.pageTop {
  text-align: right;
  padding: 10px 0 20px 0;
  clear: both;
}

.pageTop a {
  color: #333333;
  text-decoration: underline;
}

.pageTop a:hover {
  color: #000000;
  text-decoration: underline;
}

/* #content ----------------------------------------------------------------- */
/*　メイン部　*/
#content {
  text-align: center;
  width: 100%;
  background: url(../images/common/content-bg.png) left top repeat-x;
  padding-top: 30px;
  margin-bottom: 20px;
}

#content-inner {
  width: 960px;
  margin: 0 auto;
}

/*　左カラム ----------------------------------------------------------------- */
#right-area {
  width: 210px;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  text-align: center;
}

#right-area-inner {
  width: 198px;
  margin: 0 auto;
  text-align: left;
}

#right-area #right-area-inner #right-navi {
  width: 100%;
  	/*background:url(../images/common/right-navi-bg.jpg) no-repeat;
  
  	padding-top:60px;*/
  text-align: center;
}

#right-area #right-area-inner #right-navi #right-navi-inner ul {
  margin: 0;
  list-style: none;
}

#right-area #right-area-inner #right-navi #right-navi-inner ul li {
  margin-bottom: 0px;
  margin-bottom: 5px\9;
  *margin-bottom: 5px;
}

#right-area #right-area-inner #right-navi #right-navi-inner ul li:not(:target) {
  margin-bottom: 5px\9;
}

#right-area #right-area-inner #right-navi #right-navi-inner h3 {
  background: none;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
}

#right-area #right-area-inner #right-navi #right-navi-inner ul li a {
  background: none;
}

#right-area #right-area-inner #right-navi,
#right-area #right-area-inner #right-news,
#right-area #right-area-inner #right-access,
#right-area #right-area-inner #right-mobile {
  margin-bottom: 10px;
}

#right-area #right-area-inner #right-news {
  border: 1px solid #cccccc;
  padding: 10px;
}

#right-area #right-area-inner #right-news #right-news-inner {
  width: 100%;
  height: 230px;
  overflow: none;
}

#right-area #right-area-inner #right-news ul {
  list-style: none;
  margin: 0;
}

#right-area #right-area-inner #right-news #right-news-inner iframe {
  border: none;
}

#right-area #right-area-inner #right-news ul li {
  font-size: 90%;
  line-height: 1.2em;
  color: #8f8f8f;
  margin-bottom: 10px;
}

#right-area #right-area-inner .right-bnr {
  margin-bottom: 10px;
}

#right-area #right-area-inner #right-access {
  border: 1px solid #cccccc;
  padding: 10px;
}

#right-area #right-area-inner #right-access h3 {
  background: url(../images/common/right-access-h3.png) 0 4px no-repeat;
  border-bottom: none;
  margin-bottom: 5px;
}

/* 中カラム ----------------------------------------------------------------- */
#main-area {
  float: left;
  width: 748px;
}

#main-area-inner {
  width: 722px;
  text-align: left;
}

/* 診療時間表 */
#clinic-info {
  background: #fff url(../images/common/clinic-info-bg.png) repeat;
  border: 5px solid #eee;
  width: 100%;
  margin-bottom: 20px;
}

#clinic-info h3 {
  font-size: 160%;
  line-height: 1.5em;
  color: #717171;
  background: url(../images/common/h3-bg.png) 0 8px no-repeat;
  margin-bottom: 10px;
  padding-left: 40px;
  min-height: 30px;
  padding-top: 0;
}

#clinic-info #clinic-info-inner {
  padding: 15px;
}
#clinic-info #clinic-info-inner .tel {
  margin-bottom: 15px;
}
#clinic-info #clinic-info-inner .tel img {
  width: 100%;
  height: auto;
}
#clinic-info #clinic-info-inner .clinic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#clinic-info #clinic-info-inner .clinic > div.text {
  color: #927d62;
}
#clinic-info #clinic-info-inner .clinic > div.text p {
  margin-bottom: 0;
}
#clinic-info #clinic-info-inner .clinic > div.text strong {
  font-size: 1.5em;
}

#clinic-info #clinic-info-inner div.time div.box1 {
  width: 30%;
  float: left;
  font-size: 90%;
}

#clinic-info #clinic-info-inner div.time div.box1 h3 {
  font-size: 140%;
  line-height: 1.5em;
  color: #8f8f8f;
  background: none;
  border-bottom: none;
  border-left: 3px solid #8f8f8f;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#clinic-info #clinic-info-inner div.time div.box2 {
  width: 70%;
  float: left;
}

#clinic-info #clinic-info-inner div.time table {
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#clinic-info #clinic-info-inner div.time table th {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f0f0f0;
  padding: 5px 0;
  text-align: center;
  font-size: 100%;
  color: #909090;
  font-weight: bold;
}

#clinic-info #clinic-info-inner div.time table td {
  width: 10%;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  padding: 8px 0;
  text-align: center;
  	/*font-size:100%;
  
  	font-size:200%\9;
  
  	_font-size:90%;*/
  color: #909090;
}

#clinic-info #clinic-info-inner div.time table td.hour {
  width: 30%;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* #footer ----------------------------------------------------------------- */
#footer {
  text-align: center;
  width: 100%;
  border-top: 1px solid #dadada;
}

#footer-inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}

#footer #footer-inner #footer-navi a {
  background: url(../images/common/icon-001.png) 0 4px no-repeat;
  color: #8f8f8f;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

#footer #footer-inner #footer-navi a:hover {
  text-decoration: underline;
}

/*　コピーライト　----------------------------------------------------------------- */
#copyright {
  background: url(../images/common/copyright-bg.jpg);
  width: 100%;
  color: #ffffff;
  text-align: center;
}

#copyright #copyright-inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 0;
}

/* テキスト設定 ----------------------------------------------------------------- */
/* テキストサイズ */
.bold {
  font-weight: bold !important;
}

.font-size10 {
  font-size: 10px !important;
}

.font-size12 {
  font-size: 12px !important;
}

.font-size14 {
  font-size: 14px !important;
}

.font-size16 {
  font-size: 16px !important;
}

.font-size18 {
  font-size: 18px !important;
}

.font-size20 {
  font-size: 20px !important;
}

.font-size80 {
  font-size: 80% !important;
}

.font-size85 {
  font-size: 85% !important;
}

.font-size90 {
  font-size: 90% !important;
}

.font-size100 {
  font-size: 100% !important;
}

.font-size120 {
  font-size: 120% !important;
}

.font-size140 {
  font-size: 140% !important;
}

.font-size160 {
  font-size: 160% !important;
}

.font-size180 {
  font-size: 180% !important;
}

.font-size200 {
  font-size: 200% !important;
}

/* テキスト配色設定 */
.color-white {
  color: #FFFFFF !important;
}

.color-red1 {
  color: #FF0000 !important;
}

.color-red2 {
  color: #cd0000 !important;
}

.color-pink1 {
  color: #ff6b6b !important;
}

.color-brown1 {
  color: #f0ece2 !important;
}

.color-brown2 {
  color: #bea370 !important;
}

.color-brown3 {
  color: #63524a !important;
}

.color-blue1 {
  color: #5ab2b3 !important;
}

.color-green1 {
  color: #5dc1a1 !important;
}

.color-green2 {
  color: #4aa984 !important;
}

.color-orange1 {
  color: #f3560a !important;
}

.color-yellow1 {
  color: #FFCC00 !important;
}

.color-yellow2 {
  color: #d4a451 !important;
}

/* テキスト配置 */
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

/* その他 ----------------------------------------------------------------- */
.pickup {
  border: 3px solid #dbedc6;
  padding: 20px;
}

.clearB {
  clear: both;
}

.no-border {
  border: none;
}

/* 画像枠 */
img.img-waku {
  padding: 3px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

img.img-radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* 画像配置枠 */
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 0;
}

/* コンテンツ共通 */
#content01,
#content02,
#content03,
#content04,
#content05,
#content06,
#content07,
#content08,
#content09,
#content10 {
  margin-bottom: 20px;
}

/* border */
.border-gray1 {
  border: 1px solid #cccccc !important;
}

.border-gray2 {
  border: 1px solid #333333 !important;
}

.border-gray3 {
  border: 1px solid #666666 !important;
}

.border-gray4 {
  border: 1px solid #999999 !important;
}

/* 背景色 */
.bg-white {
  background: #ffffff;
}

.bg-brown {
  background: #dccec4 !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

/* 画像横のテキストを上下中央ぞろえにするCSS */
div.img-valignC p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

/*for IE6 */
* html .img-valignC p {
  display: inline;
  zoom: 1;
}

/*for IE7 */
*:first-child + html .img-valignC p {
  display: inline;
  zoom: 1;
}

/* inline-block */
div.valign {
  padding-right: 10px;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  display: inline;
  zoom: 1;
}

div.valign > div {
  display: block;
}

/* CSSハック ----------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

/* IE7とMac版IE5用 */
.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
#navi1-inner:after, #content-inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#navi1-inner, #content-inner {
  display: inline-block;
}
