@charset "UTF-8";
#contents article .article-body h2 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 2px solid #b0cc86;
  font-size: 22px;
  color: #629a0e;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #contents article .article-body h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#contents .inner .area-news h2, #contents .inner .area-medical h2, #contents .inner .area-guide h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

@media only screen and (max-width: 640px) {
  #contents .inner .area-news h2, #contents .inner .area-medical h2, #contents .inner .area-guide h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}


#contents article .article-body h3 {
  margin: 30px 0 10px;
  font-size: 16px;
}

#contents article .article-body h3:before {
  content: "■";
  color: #629a0e;
}

/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}
/*カレンダー専用*/
.section-body .calendar div {
max-width:100%;
width:auto;
margin: 5px 5px 5px 5px;
}

.section-body .qooop-calendar0 div {
max-width:100%;
width:auto;
margin: 5px 5px 5px 5px;
}

.section-body .qooop-calendar1 div {
max-width:100%;
width:auto;
margin: 5px 5px 5px 5px;
}

div.calendar-info {
float:left;
padding-left:30px;
padding-top:10px;
}


/*<span>部分にCSSで下記の様に枠の設定を行う*/
.calendar-info span {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	width: 38px;
	height: 18px;
	border: 1px solid #ccc;
}

/*凡例部分の折り返し*/
.area-cal .section-body {
	display: flex;
}



/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 840px;
  line-height: 1.231;
  background: #fff;
  color: #3f3416;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a {
  color: #3f3416;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: top;
  font-size: 65%;
}

sub {
  vertical-align: bottom;
  font-size: 65%;
}

iframe {
  max-width: 100%;
}

h2, h3, h4, h5 {
  font-weight: normal;
}

/* -------------------------------------
	全体
------------------------------------- */
.inner {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] > .inner {
  position: relative;
}

#page header[role="banner"] .tagline {
  padding: 8px 0 15px;
  font-size: 12px;
}

#page header[role="banner"] .logo {
  float: left;
  margin-bottom: 20px;
}

#page header[role="banner"] .logo p {
  margin-bottom: 5px;
  font-size: 12px;
}

#page header[role="banner"] .logo h1 {
  font-size: 32px;
  font-weight: normal;
}

#page header[role="banner"] .logo h1 a {
  text-decoration: none;
}

#page header[role="banner"] .logo h1 [lang="en"] {
  display: block;
  font-size: 14px;
  color: #a3a3a3;
}

#page header[role="banner"] .contact {
  float: right;
  width: 240px;
  margin-bottom: 20px;
}

#page header[role="banner"] .contact a {
  color: white;
  text-decoration: none;
}

#page header[role="banner"] .contact dl {
  padding: 10px;
  background: #4a4033;
  color: white;
  font-size: 12px;
  text-align: center;
}

#page header[role="banner"] .contact dl dd.tel {
  margin: 5px 0;
  font-size: 20px;
}

#page header[role="banner"] .contact dl dd.btn a {
  display: block;
  padding: 4px;
  background: #cf304b;
}

#page header[role="banner"] nav {
  clear: both;
  margin: 0 0 10px;
  padding: 0;
}

#page header[role="banner"] nav ul {
  display: table;
  table-layout: fixed;
border-left: 2px solid #e5ddc9;
}

#page header[role="banner"] nav ul li {
  float: none;
  display: table-cell;
  width: 300px;
  padding: 0 8px;
  text-align: center;
  border-right: 2px solid #e5ddc9;
}
/*
#page header[role="banner"] nav ul li:first-child {
  border-left: 2px solid #e5ddc9;
}
*/
#page header[role="banner"] nav ul li a {
  display: block;
  padding: 15px 5px;
  border-bottom: 3px solid white;
  text-decoration: none;
  transition: none 0.5s ease-in-out;
  transition-property: border-color, color;
}

#page header[role="banner"] nav ul li a:hover {
  border-color: #629a0e;
}

#page header[role="banner"] nav ul li a:active,
#page header[role="banner"] nav ul li.state-active a {
  border-color: #629a0e;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  margin-top: 0px;
  padding: 0;
  background: #4a4033;
}

#page main {
margin-bottom:20px;
}

#page footer[role="contentinfo"] a {
  color: white;
}

#page footer[role="contentinfo"] .footerInfo {
  padding: 20px 0;
  color: white;
}

#page footer[role="contentinfo"] .footerInfo .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#page footer[role="contentinfo"] .footerInfo .sitename {
  width: 300px;
}

#page footer[role="contentinfo"] .footerInfo .sitename p {
  margin-bottom: 5px;
}

#page footer[role="contentinfo"] .footerInfo .sitename p.tel {
  margin-top: 10px;
  font-size: 26px;
}

#page footer[role="contentinfo"] .footerInfo .sitename h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

#page footer[role="contentinfo"] .footerInfo .schedule table {
  margin-bottom: 7px;
  color: #3f3416;
}

#page footer[role="contentinfo"] .footerInfo .schedule table th {
  padding: 10px 12px;
  background: #faf8f1;
  border: 2px solid #e5ddc9;
  font-weight: normal;
}

#page footer[role="contentinfo"] .footerInfo .schedule table td {
  padding: 10px 12px;
  background: white;
  border: 2px solid #e5ddc9;
  text-align: center;
}

#page footer[role="contentinfo"] .footerInfo .schedule p {
  font-size: 13px;
  line-height: 1.5;
}

#page footer[role="contentinfo"] .footerNav {
  clear: both;
  background: white;
  padding: 15px 0;
}

#page footer[role="contentinfo"] .footerNav ul {
  text-align: center;
}

#page footer[role="contentinfo"] .footerNav ul li {
  display: inline-block;
  margin-left: 3px;
}

#page footer[role="contentinfo"] .footerNav ul li:before {
  content: "|";
  padding-right: 8px;
}

#page footer[role="contentinfo"] .footerNav ul li:first-child:before {
  content: none;
}

#page footer[role="contentinfo"] .footerNav ul li a {
  text-decoration: none;
  color: #3f3416;
}

#page footer[role="contentinfo"] .footerNav ul li a:hover {
  text-decoration: underline;
}

#page footer[role="contentinfo"] .copyright {
  text-align: center;
  padding: 10px;
  background: #4a4033;
  color: white;
}

#page footer[role="contentinfo"] .copyright small {
  font-size: 12px;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
.mainvisual {
  margin-bottom: 30px;
  background: #efebde;
}

.mainvisual img + img {
  display: none;
}

/* コンテンツ
------------------------------------- */
#contents .inner section {
  margin-bottom: 60px;
}

#contents .inner section .section-body p, #contents .inner section .section-body ul, #contents .inner section .section-body ol, #contents .inner section .section-body table {
  margin-bottom: 15px;
}

#contents .area-cal .section-body table.calendar {
margin-bottom: 0;
}

#contents .inner .area-news .section-body ul li span {
  font-size: 16px;
  font-weight: bold;
  color: #629a0e;
}

#contents .inner .area-news .section-body ul li .time {
  display: inline-block;
  min-width: 7em;
  color: #3f3416;
  font-weight: normal;
}

#contents .inner .area-news .section-body ul p {
  margin-bottom: 15px;
}

#contents .inner .area-medical .section-body {
  margin-left: -30px;
}

#contents .inner .area-medical .section-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents .inner .area-medical .section-body .item {
  float: left;
  width: 260px;
  margin: 0 0 0 30px;
}

#contents .inner .area-medical .section-body .item:nth-child(3n+1) {
  clear: both;
}

#contents .inner .area-medical .section-body .item .image {
  text-align: center;
  margin-bottom: 7px;
}

#contents .inner .area-medical .section-body h3 {
  font-size: 16px;
  font-weight: bold;
}

#contents .inner .area-guide .section-body {
  padding: 20px;
  border: 4px solid #e5ddc9;
}

#contents .inner .area-guide .section-body ul {
  margin: 0 0 -7px;
}

#contents .inner .area-guide .section-body ul li {
  margin: 0 0 7px;
  padding-left: 12px;
  background: url(img/mark_01.png) no-repeat left 0.7em;
}

#contents .inner .area-guide .section-body ul li b {
  color: #cf304b;
}

/* -------------------------------------
	下層ページ
------------------------------------- */
#contents {
  line-height: 1.8;
}

#contents #main {
  float: right;
  width: 620px;
}

#contents #side {
  float: left;
  width: 180px;
}

#contents article {
  overflow: hidden;
}

#contents article > header {
  margin: 0 -30px;
  padding: 10px 0 0;
  background: #efebde;
}

#contents article > header h1 {
  padding: 40px 0 60px;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
  background: white;
  border-radius: 120% 120% 0 0/300px 300px 0 0;
}

#contents article section {
  margin-bottom: 60px;
}

#contents article section:last-child {
  border-bottom: 0;
}

#contents article .article-body {
  padding: 0;
}

#contents article .article-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .grid-image {
  margin-bottom: 20px;
}

#contents article .article-body .grid-image:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .grid-image .image {
  float: left;
  margin-right: 25px;
}

#contents article .article-body .grid-image .text {
  overflow: hidden;
}

#contents article .article-body ul.mark-dot li {
  margin: 0 0 7px;
  padding-left: 12px;
  background: url(img/mark_01.png) no-repeat 3px 0.7em;
}

#contents article .article-body table.basic {
  width: 100%;
}

#contents article .article-body table.basic th {
  width: 28%;
  padding: 7px 10px;
  background: #faf8f1;
  border: 1px solid #4a4033;
  text-align: left;
  font-weight: normal;
}

#contents article .article-body table.basic td {
  padding: 7px 10px;
  border: 1px solid #4a4033;
}

/* 各ページ固有スタイル
------------------------------------- */
#contents article .article-body .area-director .sign {
  text-align: right;
  font-weight: bold;
}

#contents article .article-body .area-director .sign strong {
  font-size: 125%;
}

#contents article .article-body .area-staff .staff:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-staff .staff-item {
  float: left;
  margin: 0 0 25px 20px;
  line-height: 1.4;
}

#contents article .article-body .area-staff .staff-item .image {
  margin-bottom: 8px;
}

#contents article .article-body .area-staff .staff-item h3 {
  margin: 0 0 3px;
  font-size: 14px;
}

#contents article .article-body .area-staff .staff-item h3:before {
  content: none;
}

#contents article .article-body .area-staff .staff-item p {
  margin: 0;
  font-size: 18px;
}

#contents article .article-body .area-equipment .gallery {
  margin: 0 20px;
}

#contents article .article-body .area-equipment .gallery:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-equipment .gallery .item {
  float: left;
  margin: 0 0 30px;
}

#contents article .article-body .area-equipment .gallery .item:nth-child(even) {
  float: right;
}

#contents article .article-body .area-equipment .gallery .item:nth-child(2n+1) {
  clear: both;
}

#contents article .article-body .area-equipment .gallery .item p {
  font-size: 16px;
  margin: 0;
}

#contents article .article-body .area-equipment .gallery .item p.image {
  text-align: center;
  margin: 0 auto 7px;
}

#contents article .article-body .area-contact .area-tel {
  margin-bottom: 60px;
  background: #4a4033;
  padding: 15px 30px;
  color: white;
  border: 2px solid #4a4033;
  box-shadow: inset 2px 2px 0 white, inset -2px -2px 0 white;
}

#contents article .article-body .area-contact .area-tel:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-contact .area-tel .telWrap {
  display: table;
  margin: 0 auto;
  line-height: 1.2;
}

#contents article .article-body .area-contact .area-tel .telWrap h3 {
  display: table-cell;
  vertical-align: middle;
  width: 6em;
  margin: 0;
  padding-right: 20px;
}

#contents article .article-body .area-contact .area-tel .telWrap h3:before {
  content: none;
}

#contents article .article-body .area-contact .area-tel .telWrap .tel {
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
}

#contents article .article-body .area-contact .area-tel ul {
  clear: both;
  font-size: 12px;
  text-align: center;
}

#contents article .article-body .area-contact .area-tel ul li {
  display: inline-block;
  margin: 0 10px;
}

#contents article .article-body table.formTable {
  width: 100%;
}

#contents article .article-body table.formTable th {
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 25px;
  width: 180px;
  font-weight: normal;
}

#contents article .article-body table.formTable th font {
  float: right;
  margin-left: 7px;
  padding: 2px 10px;
  background: #cf304b;
  color: #fff;
  font-size: 12px;
}

#contents article .article-body table.formTable td {
  padding-bottom: 25px;
}

#contents article .article-body table.formTable td ul {
  margin: 0;
}

#contents article .article-body table.formTable td ul:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body table.formTable td ul li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

#contents article .article-body table.formTable td input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

#contents article .article-body table.formTable td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 150px;
}

#contents article .article-body .btn.form {
  margin: 0 auto 60px;
  text-align: center;
}

#contents article .article-body .btn.form input {
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
/*  border: 0;*/
  border-bottom: 2px solid #aa151a;
  color: white;
  background: #cf304b;
  border-radius: 0;
  font-size: 20px;
  -webkit-appearance: none;
  cursor: pointer;
}

/* -------------------------------------
	サイドバー
------------------------------------- */
#contents #side {
  line-height: 1.3;
}

#contents #side nav.local {
  margin: 0 0 20px;
}

#contents #side nav.local dl {
  padding: 10px 2px 2px;
  background: #e5ddc9;
}

#contents #side nav.local dl dt {
  margin-bottom: 8px;
  text-align: center;
/*  font-weight: bold;*/
}

#contents #side nav.local ul {
  background: white;
  padding: 5px;
}

#contents #side nav.local ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #e5ddc9;
}

#contents #side nav.local ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#contents #side nav.local ul li:last-child a {
  margin-bottom: 0;
}

#contents #side nav.local ul li a {
  display: block;
  margin-bottom: 5px;
  padding: 9px 10px;
  text-decoration: none;
  transition: none 0.3s ease-in-out;
  transition-property: background-color, color;
}

#contents #side nav.local ul li a:hover {
  color: #629a0e;
  background: #faf8f1;
}

#contents #side .clinicInfo {
  margin-bottom: 20px;
}

#contents #side .clinicInfo .image {
  margin-bottom: 7px;
}

#contents #side .clinicInfo h2 {
  margin: 3px 0 10px;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 18px;
  color: #3f3416;
}

#contents #side .contact {
  margin-bottom: 10px;
}

#contents #side .contact a {
  color: white;
  text-decoration: none;
}

#contents #side .contact dl {
  padding: 10px;
  background: #4a4033;
  color: white;
  font-size: 12px;
  text-align: center;
}

#contents #side .contact dl dd.tel {
  margin: 5px 0;
  font-size: 20px;
}

#contents #side .contact dl dd.btn a {
  display: block;
  padding: 4px;
  background: #cf304b;
}

#contents #side .time dl {
  font-size: 12px;
}

#contents #side .time dl dt {
  font-weight: bold;
}

#contents #side .time dl dd {
  margin-bottom: 7px;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */

  /* スマホ用カレンダー専用
------------------------------------- */
.calendar table.calendar {
	width: 100%;
}

div.calendar-info {
	float:left;
	padding-left:7px;
	padding-top:10px;
	font-size:12px;
}

.area-cal p {
	font-size:12px;
}

.calendar-info span {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 12px;
	border: 1px solid #ccc;
}

  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
    background-size: 160px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  .inner {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"] .tagline {
    display: none;
    padding: 5px 10px;
    font-size: 10px;
  }
  #page header[role="banner"] .logo {
    float: none;
    padding-top: 10px;
    margin: 0 10px 15px;
  }
  #page header[role="banner"] .logo h1 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0;
  }
  #page header[role="banner"] .logo h1 [lang="en"] {
    font-size: 11px;
  }
  #page header[role="banner"] .contact {
    display: none;
    float: none;
    width: auto;
    margin: 0 10px 15px;
  }
  #page header[role="banner"] .contact dl {
    font-size: 12px;
  }
  #page header[role="banner"] .contact dl dt {
    display: none;
  }
  #page header[role="banner"] .contact dl dd {
    margin: 0;
  }
  #page header[role="banner"] .contact dl dd.tel {
    margin: 0 0 5px;
    font-size: 18px;
  }
  #page header[role="banner"] nav {
    margin: 0 8px 15px;
    padding: 0;
  }
  #page header[role="banner"] nav ul {
    display: block;
  }
  #page header[role="banner"] nav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page header[role="banner"] nav ul li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0 0 2px;
    padding: 0 4px;
    font-size: 12px;
  }
/*
  #page header[role="banner"] nav ul li:nth-child(3) {
    border-left: 2px solid #e5ddc9;
  }
*/
  #page header[role="banner"] nav ul li a {
    padding: 12px 1px;
    border-bottom-width: 2px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer[role="contentinfo"] {
    margin-top: 0;
    font-size: 12px;
  }
  #page footer[role="contentinfo"] .footerInfo {
    padding: 20px 10px;
    color: white;
  }
  #page footer[role="contentinfo"] .footerInfo .inner {
    display: block;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename p {
    margin-bottom: 5px;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename p.tel {
    font-size: 20px;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename h2 {
    font-size: 20px;
  }
  #page footer[role="contentinfo"] .footerInfo .schedule table {
    width: 100%;
  }
  #page footer[role="contentinfo"] .footerInfo .schedule table th {
    padding: 10px 5px;
  }
  #page footer[role="contentinfo"] .footerInfo .schedule table td {
    padding: 10px 5px;
  }
  #page footer[role="contentinfo"] .footerInfo .schedule p {
    font-size: 12px;
  }
  #page footer[role="contentinfo"] .footerNav {
    float: none;
    padding: 0;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerNav ul {
    margin: 0;
  }
  #page footer[role="contentinfo"] .footerNav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page footer[role="contentinfo"] .footerNav ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #4a4033;
    border-right: 1px solid #4a4033;
  }
  #page footer[role="contentinfo"] .footerNav ul li:before {
    content: none;
  }
  #page footer[role="contentinfo"] .footerNav ul li:nth-child(2n+1) {
    border-left: 0;
  }
  #page footer[role="contentinfo"] .footerNav ul li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
  }
  #page footer[role="contentinfo"] .footerNav .copyright {
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerNav .copyright small {
    font-size: 11px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #page .mainvisual {
    margin: 0 0 20px;
  }
  #page .mainvisual > div[id] {
    height: auto;
  }
  /* コンテンツ
------------------------------------- */
  #contents .inner section {
    margin: 0 10px 50px;
  }
#contents .inner .area-news .section-body ul li span {
    font-size: 13px;
}
#contents .inner .area-news .section-body ul li .time {
    font-weight: bold;
}
  #contents .inner .area-news .section-body dl dt .time {
    display: block;
    font-size: 12px;
  }
  #contents .inner .area-medical .section-body {
    margin: 0 auto;
  }
  #contents .inner .area-medical .section-body .item {
    float: none;
    width: auto;
    margin: 0 auto 30px;
  }
  #contents .inner .area-guide .section-body {
    padding: 15px;
  }
  /* -------------------------------------
	下層ページ
------------------------------------- */
  #contents #main {
    float: none;
    width: auto;
  }
  #contents #side {
    float: none;
    width: auto;
  }
  #contents article > header {
    margin-bottom: -30px;
  }
  #contents article .article-body .grid-image {
    margin: 0 0 30px;
  }
  #contents article .article-body .grid-image .image {
    float: none;
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents article .article-body .grid-image .text {
    float: none;
    width: auto;
  }
  #contents article .article-body table.basic th {
    width: 33%;
  }
  /* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
  #contents article .article-body .area-staff .staff {
    margin: 0 0 0 -10px;
  }
  #contents article .article-body .area-staff .staff-item {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0 0 25px;
    padding-left: 10px;
  }
  #contents article .article-body .area-staff .staff-item .image {
    text-align: center;
  }
  #contents article .article-body .area-staff .staff-item h3 {
    font-size: 12px;
  }
  #contents article .article-body .area-staff .staff-item p {
    margin: 0;
    font-size: 16px;
  }
  #contents article .article-body .area-equipment .gallery {
    margin: 0 0 0 -10px;
  }
  #contents article .article-body .area-equipment .gallery .item {
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 30px;
    padding-left: 10px;
  }
  #contents article .article-body .area-equipment .gallery .item p {
    font-size: 14px;
    margin: 0;
  }
  #contents article .article-body .area-contact .area-tel {
    margin-bottom: 60px;
    padding: 15px 15px;
  }
  #contents article .article-body .area-contact .area-tel .telWrap {
    display: block;
    margin: 0 auto;
  }
  #contents article .article-body .area-contact .area-tel .telWrap h3 {
    display: block;
    width: auto;
    margin: 0 0 5px;
    font-size: 14px;
    padding-right: 0;
  }
  #contents article .article-body .area-contact .area-tel .telWrap .tel {
    display: block;
    margin: 0 0 5px;
    font-size: 24px;
  }
  #contents article .article-body .area-contact .area-tel ul {
    clear: both;
    font-size: 12px;
    text-align: left;
  }
  #contents article .article-body .area-contact .area-tel ul li {
    display: inline-block;
    margin: 0;
  }
  #contents article .article-body table.formTable {
    display: block;
  }
  #contents article .article-body table.formTable tr, #contents article .article-body table.formTable tbody {
    display: block;
  }
  #contents article .article-body table.formTable th {
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
    width: auto;
  }
  #contents article .article-body table.formTable th font {
    font-size: 11px;
  }
  #contents article .article-body table.formTable td {
    display: block;
    padding-bottom: 25px;
  }
  #contents article .article-body table.formTable td ul {
    margin: 0;
  }
  #contents article .article-body table.formTable td ul li {
    float: none;
    width: auto;
  }
  #contents article .article-body table.formTable td input[type="text"] {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }
  #contents article .article-body table.formTable td textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 150px;
  }
  #contents article .article-body .btn.form input {
    width: 100%;
    padding: 10px 0;
  }
  /* -------------------------------------
	サイドバー
------------------------------------- */
  #contents #side {
    margin: 0 10px 40px;
  }
  #contents #side .clinicInfo:after {
    content: "";
    display: block;
    clear: both;
  }
  #contents #side .clinicInfo .image {
    float: right;
    max-width: 40%;
    margin-left: 10px;
  }
  #contents #side .clinicInfo .text {
    overflow: hidden;
  }
}
