@charset "utf-8";
/* -----------------------------------------------------------
　common
----------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../images/bg.png);
}
#wrapper {
  width: 100%;
  background: url(../images/bg_row.png) repeat-x;
}
#wrapper2 {
  width: 100%;
  background: url(../images/bg_top.png) center top no-repeat;
}
#wrapper3 {
  width: 100%;
  background: url(../images/bg_leef.jpg) center top no-repeat;
}
h3 {
  clear: both;
  height: 50px;
  padding: 0 0 0 18px;
  margin: 0 0 15px;
  background: url(../images/title_bg.png) no-repeat;
  font-size: 2.2em;
  font-weight: normal;
  color: #336325;
  line-height: 46px;
}
h4 {
  position: relative;
  margin: 0 0 0.85em;
  padding: 1.5em 0.125em 0.65em;
  font-size: 2.2em;
  font-weight: normal;
  color: #4aa730;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
h4:before {
  border-bottom: 1px dotted #c2e3ad;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 3px;
  left: 0;
  content: "";
}
h4:after {
  border-bottom: solid 2px #c2e3ad;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.pc-cont {
  display: block;
}
.sp-cont {
  display: none;
}
.text-red { color: red }
@media screen and (max-width:768px) {
  #wrapper {
    background: #ffffff;
  }
  #wrapper2 {
    background: none;
  }
  #wrapper3 {
    background: none;
  }
  h3 {
    height: auto;
    padding: 0.25em 0 0.25em 0.25em;
    margin: 0 0 0.5em;
    background: none;
    border: 1px solid #eeeeee;
    border-bottom: 2px solid #78b71a;
    border-radius: 2px;
    font-size: 1.6em;
    line-height: 1.4;
  }
  h4 {
    font-size: 1.6em;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
  }
  .pc-cont {
    display: none;
  }
  .sp-cont {
    display: block;
  }
}
/* 診療時間表 */
.timetable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.timetable table caption {
  caption-side: bottom;
  padding: 0.5em 0 0 0;
  font-size: 1.5em;
  line-height: 1.5;
}
.timetable table th {
  background-color: #78B71A;
  color: #fff;
  font-weight: normal;
  padding: 10px 5px;
}
.timetable table thead th {
  border-bottom: 2px solid #fff;
}
.timetable table thead tr th:last-of-type {
  padding: 10px 5px 10px 0;
}
.timetable table tbody th {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 35%;
}
.timetable table tbody td {
  background-color: #BADFA2;
  border-bottom: 2px solid #fff;
  padding: 10px 5px;
  text-align: center;
}
.timetable table tbody tr td:first-of-type {
  padding: 10px 5px 10px 10px;
}
.timetable table tbody tr td:last-of-type {
  padding: 10px 0;
}
/* -----------------------------------------------------------
　header
----------------------------------------------------------- */
header {
  position: relative;
  width: 1024px;
  height: 250px;
  margin: 0 auto;
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 570px;
  height: 60px;
  font-size: 1.2em;
  font-weight: normal;
  color: #049a57;
  text-align: center;
  line-height: 60px;
}
header p {
  float: left;
  padding: 70px 0 0;
  width: 564px;
  text-align: center;
}
header ul {
  float: right;
  width: 460px;
  padding: 5px 0 0;
}
header li {
  margin: 0 0 5px;
  text-align: center;
}
header li:nth-child(1) {
  font-size: 1.4em;
}
header .timetable {
  border: 3px solid #E8F5E0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 7px 7px 5px 7px;
  background-color: #fff;
  font-size: 62.5%;
}
header .timetable caption {
  display: none;
}
header .timetable th, header .timetable td {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
@media screen and (max-width:768px) {
  header {
    position: inherit;
    width: 96%;
    height: auto;
  }
  header h1 {
    position: inherit;
    width: 100%;
    height: auto;
    margin: 0 0 1em;
    padding: 0.25em 0 0;
    font-size: 1em;
    line-height: 1.2;
  }
  header p {
    float: none;
    width: 100%;
    padding: 0;
  }
  header ul {
    float: none;
    width: 100%;
    padding: 0;
  }
  header li {
    margin: 0 0 0.5em;
    text-align: center;
  }
  header li:last-child {
    display: none;
  }
  header img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
/* -----------------------------------------------------------
　nav
----------------------------------------------------------- */
nav {
  clear: both;
  height: 60px;
  width: 1024px;
  margin: 0 auto 10px;
  background: url(../images/nav_bg_4.png) no-repeat;
}
nav li {
  float: left;
  height: 60px;
  width: 25%;
  font-size: 1.8em;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
nav li:nth-child(n+6) {
  display: none;
}
nav li a {
  display: block;
  height: 100%;
  width: 100%;
}
nav li a:link, nav li a:visited {
  color: #ffffff;
  text-decoration: none;
}
nav li a:hover, nav li a:active {
  color: #d38042;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  nav {
    display: none;
  }
}
/* -----------------------------------------------------------
　#key_visual
----------------------------------------------------------- */
#key_visual {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #key_visual {
    width: 98%;
  }
  #key_visual img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
/* -----------------------------------------------------------
　#category
----------------------------------------------------------- */
#category {
  clear: both;
  position: relative;
  height: 200px;
  width: 100%;
  margin: -10px auto 20px;
  padding-top: 10px;
}
#category h2 {
  background-image: url(../images/category_bg.jpg);
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 200px;
  font-size: 36px;
  font-weight: normal;
  color: #333333;
  text-shadow: 1px 0px 0px rgba(255, 255, 255, 1), -1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px rgba(255, 255, 255, 1), 0px -1px 0px rgba(255, 255, 255, 1);
  line-height: 200px;
  vertical-align: middle;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
@media screen and (max-width:768px) {
  #category {
    background: none;
    height: auto;
    margin-top: -1em;
    padding-top: 1em;
  }
  #category h2 {
    background-image: url(../images/category_bg.jpg);
    background-position: center 46%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    padding: 1em 0;
    font-size: 1.8em;
    line-height: 1;
    letter-spacing: 0;
  }
}
/* -----------------------------------------------------------
　#contents_wrapper
----------------------------------------------------------- */
#contents_wrapper {
  clear: both;
  width: 1098px;
  margin: 0 auto;
  padding: 20px 0 0;
  background: url(../images/bg_contents.png) repeat-y;
}
#contents {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #contents_wrapper {
    width: 100%;
    margin: 0;
    padding: 1em 0 0;
    background-position: center 0;
    background-size: 98%;
  }
  #contents {
    width: 94%;
  }
}
/* -----------------------------------------------------------
　#main_contents
----------------------------------------------------------- */
#main_contents {
  float: right;
  width: 750px;
  margin: 0 0 20px;
}
section {
  clear: both;
  width: 100%;
  margin: 0 auto 45px;
}
section:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  #main_contents {
    float: none;
    width: 100%;
    margin: 0;
  }
  section {
    margin: 0 0 45px;
  }
}
.page-clinic section {
  margin: 0 auto 60px !important;
}
@media screen and (max-width: 768px) {
  .page-clinic section {
    margin: 0 0 4em !important;
  }
}

/* -----------------------------------------------------------
　box
----------------------------------------------------------- */
.box {
  width: 750px;
  margin: 0 0 2em;
}
.box dl {
  width: 49%;
  background-color: #eff8ea;
}
.box dl:nth-of-type(odd) {
  float: left;
}
.box dl:nth-of-type(even) {
  float: right;
}
.box dl dt {
  padding: 0.75em;
  border-bottom: 1px dotted #a3d583;
  background-color: #e0f1d6;
  border-radius: 5px 5px 0 0;
  font-size: 1.8em;
  color: #336325;
}
.box dl dd {
  padding: 0.75em;
  border-radius: 0 0 5px 5px;
  color: #555555;
}
.box ul li {
  margin: 0 0 0.5em 1.3em;
  color: #555555;
  text-indent: -1.3em;
}
.box ul li:last-child {
  margin: 0 0 0 1.3em;
}
.box ul li:before {
  content: "・ ";
  font-weight: bold;
  color: #a3d583;
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box dl {
    width: 100%;
    margin: 0 0 2em;
  }
  .box dl:nth-of-type(odd) {
    float: none;
  }
  .box dl:nth-of-type(even) {
    float: none;
  }
  .box dl dt {
    font-size: 1.6em;
  }
}
/* -----------------------------------------------------------
　p
----------------------------------------------------------- */
p {
  margin: 0 0 1em;
}
p.none {
  margin: 0;
}
p span.mark {
  color: #4aa730;
}
p span.short {
  letter-spacing: -1px;
}
p.sub_title {
  display: inline-block;
  margin: 0;
  padding: 0 0 0.25em;
  border-bottom: 1px dashed #bbbbbb;
  font-size: 1.6em;
  font-weight: bold;
  color: #4aa730;
}
p.sub_title:before {
  content: "● ";
  color: #e0f1d6;
}
p.links a {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 2em;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  /*font-size: 0.9em;*/
  color: #ffffff;
}
p.links a::before, p.links a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
p.links a::before {
  left: 10px;
  width: 6px;
  height: 1px;
  background: #ffffff;
}
p.links a::after {
  left: 11px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
p.links a:link, p.links a:visited {
  text-decoration: none;
  background-color: #85c75a;
}
p.links a:hover, p.links a:active {
  text-decoration: none;
  background-color: #c2e3ad;
}
@media screen and (max-width:768px) {
  p.links a {
    width: 100%;
    padding: 0.25em 1em 0.25em 2em;
    text-align: center;
    font-size: 1em;
  }
}
/* -----------------------------------------------------------
　ul li
----------------------------------------------------------- */
ul.list {
  margin: 2em 0 0;
}
ul.list li {
  margin: 0 0 0 1.3em;
  color: #336325;
  text-indent: -1.3em;
}
ul.list li:last-child {
  margin: 0 0 2em 1.3em;
}
ul.list li:before {
  content: "・ ";
  font-weight: bold;
  color: #85c75a;
}
ul.list li li {
  margin: 0 0 0.25em 2.3em;
  color: #333333;
  text-indent: -1.3em;
}
ul.list li li:before {
  display: none;
}
ul.list li li:last-child {
  /*margin: 0 0 1em 2.3em;*/
  margin: 0 0 0 2.3em;
}
ul.number {
  margin: 2em 0 0;
}
ul.number li {
  position: relative;
  margin: 0 0 1em;
  padding: 0.5em 0.5em 0.5em 2.8em;
  background: #e8f5e0;
  border-radius: 5px;
  font-size: 1.8em;
  font-weight: bold;
  color: #4aa730;
  letter-spacing: 2px;
}
ul.number li:before {
  position: absolute;
  top: 20%;
  left: 0.5em;
  height: 26px;
  width: 26px;
  background: #4aa730;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}
ul.number li:nth-of-type(1)::before {
  content: "1";
}
ul.number li:nth-of-type(2)::before {
  content: "2";
}
ul.number li:nth-of-type(3)::before {
  content: "3";
}
@media screen and (max-width:768px) {
  ul.number li {
    font-size: 1.6em;
  }
}
/* -----------------------------------------------------------
　dl dt dd
----------------------------------------------------------- */
dl.number {
  margin: 2em 0 0;
}
dl.number dt {
  position: relative;
  padding: 0.75em 0.75em 0.75em 2em;
  border-bottom: 1px dotted #a3d583;
  background-color: #e0f1d6;
  border-radius: 2px 2px 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #4aa730;
}
dl.number dt span {
  position: absolute;
  top: 0.75em;
  right: 180px;
}
dl.number dt::before {
  position: absolute;
  top: 1em;
  left: 0.5em;
  height: 20px;
  width: 20px;
  background: #4aa730;
  border-radius: 50%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
dl.number dt:nth-of-type(1)::before {
  content: "1";
}
dl.number dt:nth-of-type(2)::before {
  content: "2";
}
dl.number dt:nth-of-type(3)::before {
  content: "3";
}
dl.number dt:nth-of-type(4)::before {
  content: "4";
}
dl.number dt:nth-of-type(5)::before {
  content: "5";
}
dl.number dt:nth-of-type(6)::before {
  content: "6";
}
dl.number dt:nth-of-type(7)::before {
  content: "7";
}
dl.number dt br {
  display: none;
}
dl.number dd {
  position: relative;
  margin: 0 0 2em;
  padding: 0.75em 0.75em 0.25em 0.75em;
  background-color: #eff8ea;
  border-radius: 0 0 2px 2px;
  color: #333;
}
dl.number li {
  position: relative;
  margin: 0 0 1em;
}
dl.number li span {
  color: #336325;
}
@media screen and (max-width:768px) {
  dl.number dt {
    padding: 0.5em 0 0.5em 1.5em;
    font-size: 1.6em;
    letter-spacing: -1px;
  }
  dl.number dt::before {
    position: absolute;
    top: 1em;
    left: 0.2em;
    height: 1.4em;
    width: 1.4em;
    background: #4aa730;
    border-radius: 50%;
    font-size: 0.75em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.4em;
  }
  dl.number dt br {
    display: inherit;
  }
  dl.number dt span {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
  }
}
/* -----------------------------------------------------------
　image
----------------------------------------------------------- */
figure {
  float: right;
  margin: 0 0 20px 20px;
}
figure.left {
  float: left;
  margin: 0 20px 20px 0;
}
figcaption {
  padding: 0.25em 0 0;
  font-size: 1.6em;
  text-align: center;
}
figure.pc {
  display: inherit;
}
figure.sp {
  display: none;
}
#treatment figure img {
  width: 220px;
  height: auto;
}
.image_center {
  margin: 0 0 2em;
  text-align: center;
}
.btn a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
@media screen and (max-width:768px) {
  figure {
    float: none;
    margin: 0 0 1em;
    text-align: center;
  }
  figure img {
    height: auto;
    width: 60%;
    margin: 0 auto 1em;
  }
  figure.pc {
    display: none;
  }
  figure.sp {
    display: inherit;
  }
  #treatment figure img {
    height: auto;
    width: 60%;
    margin: 0 auto 1em;
  }
  .image_center img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
/* -----------------------------------------------------------
　table
----------------------------------------------------------- */
table.chart {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
}
table.chart th, table.chart td {
  padding: 0.65em 0.25em;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  vertical-align: top;
  word-break: break-all;
  text-align: left;
}
table.chart thead th, table.chart thead td {
  background-color: #85c75a;
  font-weight: normal;
  color: #ffffff;
  padding: 0.65em 0.25em;
}
table.chart tbody th {
  width: 30%;
  background: #eff8ea;
  color: #4aa730;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.8;
}
table.short tbody th {
  width: 15%;
  text-align: center;
}
table.short tbody td.price {
  width: 40%;
  text-align: left;
}
table.chart tbody tr.chart_title th {
  background-color: #85c75a;
  font-weight: normal;
  color: #ffffff;
}
table.chart tfoot td {
  background: none;
  border: 0;
}
table.chart2 {
  clear: both;
  width: 98%;
  border-collapse: collapse;
  /*margin: 1em 0 1em;*/
  margin: 0.7em;
}
table.chart2 th, table.chart2 td {
  padding: 0.65em 0.65em;
  background-color: #eff8ea;
  border: 1px solid #e6e6e6;
  vertical-align: top;
  word-break: break-all;
  text-align: left;
}
table.chart2 thead th, table.chart2 thead td {
  font-weight: bold;
}
table.chart2 tbody th {
  width: 30%;
  background: #eff8ea;
  color: #4aa730;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.8;
}
table.chart2 tbody tr.chart_title th {
  background-color: #85c75a;
  font-weight: normal;
  color: #ffffff;
}
table.chart2 tfoot td {
  background: none;
  border: 0;
}
.bgc_option {
  /*background-color: #eff8ea;*/
  padding: 0.75em 0.75em 0.25em 0.75em;
  margin-bottom: 30px;
}
.option_p {
  font-weight: bold;
  margin: 10px 0 5px 10px;
}
table.mt10 {
  margin-top: 10px;
}
table.mb30 {
  margin-bottom: 30px;
}
.bg_cl {
  background-color: #eff8ea;
}
@media screen and (max-width:768px) {
  .bgc_option {
    padding: 0.75em 0.75em 1em 0.75em;
  }
  table.chart th, table.chart td {
    font-size: 1.6em;
  }
  table.chart tbody th {
    white-space: inherit;
    text-align: left;
  }
  table.short tbody th {
    text-align: center;
  }
  table.chart tbody td.price {
    text-align: left;
  }
  table.mt10 {
    margin-top: 10px;
  }
  table.chart2 {
    width: 100%;
    margin: 0 15px 0 0;
  }
  table.chart2 th, table.chart2 td {
    font-size: 1.6em;
  }
  table.chart2 tbody th {
    white-space: inherit;
    text-align: left;
  }
  table.chart2 tbody td.price {
    text-align: left;
  }
}
/* -----------------------------------------------------------
　#home_info
----------------------------------------------------------- */
#home_info dl {
  /*height: 440px;
  overflow: auto;*/
}
#home_info dt {
  font-size: 1.8em;
  color: #cc6600;
}
#home_info dt span {
  margin: 0 0 0 1em;
  font-size: 0.7778em;
  color: #999999;
}
#home_info dd {
  margin: 0 0 3em;
}
#home_info a {
  text-decoration: underline;
  color: #70be2a;
}

#home_info a:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  #home_info dl {
    /*height: 45em;
    overflow: auto;*/
  }
  #home_info dt {
    margin: 0 0 0.25em;
    font-size: 1.6em;
  }
  #home_info dt span {
    display: none;
  }
  #home_info dd {
    margin: 0 0 2em;
  }
}
/* -----------------------------------------------------------
　#home_greeting
----------------------------------------------------------- */
#home_greeting {
  background-image: url(../images/logomark_15.png);
  background-position: center 80px;
  background-repeat: no-repeat;
}
p#sign {
  text-align: right;
}
p#sign br {
  display: none;
}
p#sign span {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  #home_greeting {
    background-position: center 50%;
    background-size: 50% auto;
  }
  p#sign br {
    display: inherit;
  }
}
/* -----------------------------------------------------------
　#home_feature
----------------------------------------------------------- */
#home_feature li {
  position: relative;
  float: left;
  width: 360px;
  height: 150px;
  margin: 0 30px 30px 0;
  background: #c2e3ad;
  border-radius: 5px;
}
#home_feature li:nth-of-type(even) {
  margin: 0;
}
#home_feature li:before {
  position: absolute;
  content: " ";
  bottom: -6px;
  left: 5px;
  height: 6px;
  width: 350px;
  background: url(../images/shadow.png) center bottom no-repeat;
}
#home_feature dl {
  width: 342px;
  margin: 0 auto;
  padding: 10px 0;
}
#home_feature dt {
  height: 80px;
  padding: 0 0 15px 145px;
  background-repeat: no-repeat;
  font-size: 1.25em;
  font-weight: bold;
  color: #78b71a;
  text-align: center;
  line-height: 80px;
}
#home_feature li:nth-of-type(1) dt {
  background-image: url(../images/home_feature1.png);
}
#home_feature li:nth-of-type(2) dt {
  background-image: url(../images/home_feature2.png);
}
#home_feature li:nth-of-type(3) dt {
  background-image: url(../images/home_feature3.png);
}
#home_feature li:nth-of-type(4) dt {
  background-image: url(../images/home_feature4.png);
}
#home_feature dd {
  padding: 10px 0 0;
  background: url(../images/line_green.png) center top repeat-x;
  text-align: center;
}
#home_feature li div {
  position: relative;
  width: 360px;
  height: 150px;
  background-repeat: no-repeat;
}
#home_feature li div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#home_feature ul li div a:hover {
  background-color: #FFF;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #home_feature li {
    float: none;
    width: 70%;
    height: auto;
    margin: 0 auto 1em;
  }
  #home_feature li:nth-of-type(even) {
    margin: 0 auto 1em;
  }
  #home_feature li:before {
    display: none;
  }
  #home_feature dl {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  #home_feature dt {
    height: auto;
    padding: 5.5em 0 0;
    background-position: center 0;
    background-size: auto 5em;
    font-size: 1.125em;
    font-weight: bold;
    color: #78b71a;
    text-align: center;
    line-height: normal;
  }
  #home_feature dd {
    padding: 0.5em 0 0;
  }
  #home_feature li div {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
/* -----------------------------------------------------------
　#home_outline
----------------------------------------------------------- */
#home_outline h3 {
  position: relative;
  padding: 0 0 20px;
  background: #ffffff;
  border-bottom: 1px solid #aed476;
  font-size: 3em;
  color: #78b71a;
  text-align: center;
}
#home_outline h3 span {
  padding: 20px 0 40px 90px;
  background: url(../images/logomark.png) left top no-repeat;
}
#home_outline h3:after {
  position: absolute;
  content: " ";
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 100%;
  background: url(../images/line.png) 0 bottom repeat-x;
}
#home_outline div {
  width: 540px;
  float: left;
}
#home_outline p {
  margin: 0 0 10px;
  font-size: 2.2em;
}
#home_outline img {
  float: right;
  width: 460px;
}
#home_outline .timetable {
  float: right;
  width: 460px;
  border: 3px solid #E8F5E0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 2em;
}
#home_outline dl {
  width: 540px;
}
#home_outline dt {
  clear: both;
  float: left;
  width: 15%;
  color: #78b71a;
}
#home_outline dd {
  float: right;
  width: 85%;
  margin: 0 0 15px;
}
#home_outline iframe {
  width: 100%;
  height: 280px;
}
@media screen and (max-width:768px) {
  #home_outline {
    margin: 4em 0 0 0;
  }
  #home_outline h3 {
    position: inherit;
    padding: 0.25em 0 0.25em 0.25em;
    font-size: 1.6em;
    color: #336325;
    text-align: left;
  }
  #home_outline h3 span {
    padding: 0;
    background: none;
  }
  #home_outline h3:after {
    display: none;
  }
  #home_outline div {
    width: 100%;
    float: none;
  }
  #home_outline p {
    margin: 0 0 0.5em;
    font-size: 1.6em;
  }
  #home_outline img {
    float: none;
    width: 100%;
  }
  #home_outline dl {
    width: 100%;
  }
  #home_outline dt {
    float: none;
    width: 100%;
  }
  #home_outline dd {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }
  #home_outline img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
  }
  #home_outline .timetable {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
  }
}
/* -----------------------------------------------------------
　.sub_nav
----------------------------------------------------------- */
.sub_contents {
  float: left;
  width: 250px;
}
.sub_contents .sub_menu {
  margin: 0 0 20px;
  border: 2px solid #fbd5df;
  border-radius: 5px;
}
.sub_contents .sub_menu ul {
  padding: 6px 0;
  background: url(../images/sub_bg.png) center top repeat-x;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.sub_contents .sub_menu li {
  display: block;
  width: 230px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/sub_line.png) center bottom repeat-x;
  box-sizing: border-box;
  font-size: 1.5em;
  color: #6a3906;
  line-height: 50px;
  text-align: left;
}
.sub_contents .sub_menu li:first-of-type {
  background: none;
  background-color: #089c56;
  border: 0;
  border-radius: 5px;
  font-size: 2em;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
}
.sub_contents .sub_menu li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 0 0 26px;
  background: url(../images/sub_links.png) 5px 50% no-repeat;
  box-sizing: border-box;
}
.sub_contents li a:link, .sub_contents li a:visited {
  text-decoration: none;
  color: #532b00;
}
.sub_contents li a:hover, .sub_contents li a:active {
  text-decoration: none;
  color: #d38042;
}
.sub_contents .sub_menu_sp {
  display: none;
}
@media screen and (max-width:768px) {
  .sub_contents {
    float: none;
    width: 100%;
    margin: 0 0 2em;
  }
  .sub_contents .sub_menu {
    display: none;
  }
  .sub_contents .sub_menu_sp {
    display: inherit;
    margin: 0 0 3em;
  }
  .sub_contents li.sub_nav_title {
    margin: 1em 0 0;
    padding: 0.8em 0;
    background-color: #089c56;
    border-radius: 2px;
    font-size: 1.6em;
    color: #ffffff;
    text-align: center;
  }
  .sub_contents ul:nth-of-type(1) li.sub_nav_title {
    margin: 0;
  }
  .sub_contents li.sub_nav_title_detail {
    padding: 0;
    background: #ffffff;
    text-align: left;
  }
  .sub_contents li.sub_nav_title_detail li {
    background: #ffe7ed;
    border-bottom: 1px dotted #ef6388;
    padding: 0;
    text-align: center;
  }
  .sub_contents li.sub_nav_title_detail li a {
    position: relative;
    display: inline-block;
    padding: 0.5em 0;
  }
  .sub_contents li.sub_nav_title_detail li a:link, .sub_contents li.sub_nav_title_detail li a:visited {
    text-decoration: none;
    color: #532b00;
  }
  .sub_contents li.sub_nav_title_detail li a:hover, .sub_contents li.sub_nav_title_detail li a:active {
    text-decoration: none;
    color: #d38042;
  }
  .sub_contents .sub_banner {
    display: none;
  }
}
/* -----------------------------------------------------------
　doctor
----------------------------------------------------------- */
#profile {
  width: 700px;
  height: 480px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  background: url(../images/clinic_profile.jpg) 0 0 no-repeat;
}
#profile p {
  margin: 0 0 1em 40px;
  padding: 0.5em 0 0 0;
  font-size: 1.4em;
}
#profile p span {
  font-size: 1.25em;
}
#profile h4 {
  position: inherit;
  width: 46%;
  margin: 0 0 0.35em 40px;
  padding: 0 0 0.5em;
  border-bottom: 2px solid #c2e3ad;
  font-size: 1.4em;
}
#profile h4:before {
  display: none;
}
#profile h4:after {
  display: none;
}
#profile ul {
  margin: 0 0 1em 40px;
}
#profile li {
  font-size: 1.4em;
}
#facility li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #cccccc;
}
#facility li:after {
  content: "";
  display: block;
  clear: both;
}
#facility li img {
  float: left;
  margin: 0 20px 0 0;
}
#profile h4 {
  position: inherit;
  width: 46%;
  margin: 0 0 0.35em 40px;
  padding: 0 0 0.5em;
  border-bottom: 2px solid #c2e3ad;
  font-size: 1.4em;
}
#facility dl {
  padding: 10px 0 0;
}
#facility dt {
  margin: 0 0 5px;
  font-size: 1.125em;
  font-weight: bold;
  color: #4aa730;
}
@media screen and (max-width: 768px) {
  #profile {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  #profile1 {
    width: 100%;
    height: auto;
    margin: 0 0 0.25em;
    padding: 10px 0 5px;
    background: url(../images/clinic_profile.jpg) center -1.5em no-repeat;
    background-size: cover;
  }
  #profile p {
    margin: 0 0 0.5em 3%;
    padding: 2% 0 0 0;
    font-size: 1.6em;
  }
  #profile h4 {
    margin: 0 0 0.5em 3%;
    font-size: 1.6em;
  }
  #profile ul {
    margin: 0 0 1.5em 3%;
  }
  #profile li {
    margin: 0;
    font-size: 1.6em;
  }
  #facility li {
    margin: 0 0 1em;
    padding: 0 0 1em;
    text-align: center;
  }
  #facility li img {
    float: none;
    margin: 0 0 0.5em;
  }
  #facility dl {
    padding: 0;
  }
  #facility dt {
    margin: 0 0 0.25em;
  }
  #facility dd {
    text-align: left;
  }
}
/* ----- gallery ----- */
#gallery {
  width: 750px;
  margin: 0 auto 45px;
}
#gallery p {
  margin: 0;
  padding: 0.25em 0;
  font-size: 1.125em;
  color: #333333;
  text-align: center;
  letter-spacing: 2px;
}
.slider {
  margin: 0 0 50px;
}
.slider img {
  width: 100%;
  height: auto;
}
.single-item {
  max-width: 640px;
  margin: 0 auto;
}
.slick-prev::before, .slick-next::before {
  font-size: 24px;
}
.lazy-item .slick-next, .thumb-item-nav .slick-next, .multiple-item .slick-next, .center-item .slick-next {
  right: 20px;
  z-index: 99;
}
.lazy-item .slick-prev, .thumb-item-nav .slick-prev, .multiple-item .slick-prev, .center-item .slick-prev {
  left: 15px;
  z-index: 100;
}
.single-item .slick-prev::before, .single-item .slick-next::before {
  color: #666;
}
.slick-dots {
  bottom: -25px;
}
.multiple-item li {
  margin: 0 5px;
}
.thumb-item {
  max-width: 640px;
  margin: 0 auto 5px;
  padding: 0 5px;
}
.thumb-item-nav {
  max-width: 700px;
  margin: 0 auto;
}
.thumb-item-nav li {
  margin: 5px;
}
.lazy-item {
  width: 400px;
  margin: 0 auto 50px;
}
.lazy-item li {
  margin: 0 5px;
}
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99;
}
.slick-prev {
  left: 15px;
  z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
  color: #fff;
}
/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #gallery {
    width: 100%;
    margin: 0 0 2em;
  }
}
/* -----------------------------------------------------------
　question
----------------------------------------------------------- */
#question dt {
  position: relative;
  padding: 0.75em 0.75em 0.75em 3.5em;
  border-bottom: 1px dotted #a3d583;
  background-color: #e0f1d6;
  border-radius: 2px 2px 0 0;
  font-size: 1.8em;
  font-weight: bold;
  color: #4aa730;
}
#question dt:before {
  position: absolute;
  content: "Q";
  top: 0.75em;
  left: 0.5em;
  height: 30px;
  width: 30px;
  background: #4aa730;
  border-radius: 50%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#question dd {
  position: relative;
  margin: 0 0 2em;
  padding: 0.75em 0.75em 0.75em 3.5em;
  background-color: #eff8ea;
  border-radius: 0 0 2px 2px;
  color: #333;
}
#question dd:before {
  position: absolute;
  content: "A";
  top: 0.75em;
  left: 0.5em;
  height: 30px;
  width: 30px;
  background: #d38042;
  border-radius: 50%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #question dt {
    font-size: 1.6em;
  }
}
/* -----------------------------------------------------------
　online
----------------------------------------------------------- */
.online_env {
	display: flex;
	justify-content: space-between;
}
.online_env li {
	width: 24%;
}
@media screen and (max-width: 768px) {
	.online_env {
		flex-wrap: wrap;
		margin-top: -1em;
	}
	.online_env li {
		width: 48%;
		width: -webkit-calc(50% - 0.5em);
		width: calc(50% - 0.5em);
		margin-top: 1em;
	}
}

.online_rsv {
	display: flex;
	justify-content: center;
}
.online_rsv li {
	width: 30%;
	text-align: center;
}
.online_rsv li img {
	width: 70%;
	margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
	.online_rsv {
		flex-wrap: wrap;
	}
	.online_rsv li {
		width: 48%;
		width: -webkit-calc(50% - 0.5em);
		width: calc(50% - 0.5em);
	}
}


/* -----------------------------------------------------------
　access
----------------------------------------------------------- */
#access iframe {
  width: 100%;
  height: 450px;
  margin: 0 0 1em;
}
#access p.mapinfo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access iframe {
    height: 320px;
  }
  #access p.links {
    text-align: center;
  }
  #access p {
    text-align: left;
  }
}
#access_tbl .timetable {
  width: 460px;
  border: 3px solid #E8F5E0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #access_tbl .timetable {
    width: auto;
  }
}
/* -----------------------------------------------------------
　footer
----------------------------------------------------------- */
footer {
  width: 1094px;
  margin: 0 auto;
}
footer ul {
  margin: 0 0 20px;
  text-align: center;
}
footer li {
  display: inline;
  margin: 0 20px 0 0;
  font-size: 1.2em;
}
footer li:last-child {
  margin: 0;
}
footer li a:link, footer li a:visited {
  color: #333333;
  text-decoration: none;
}
footer li a:hover, footer li a:active {
  color: #cc6600;
  text-decoration: underline;
}
footer p {
  clear: both;
  height: 30px;
  width: 100%;
  margin: 0;
  background: #78b71a;
  font-size: 1.2em;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}
footer p a:link, footer p a:visited, footer p a:hover, footer p a:active {
  color: #ffffff;
  text-decoration: none;
}
.occasional_banner_sp {
  display: none;
}
@media screen and (max-width:768px) {
  footer {
    width: 100%;
  }
  footer ul {
    display: none;
  }
  footer p {
    clear: both;
    height: auto;
    width: 100%;
    padding: 0.25em 0;
    font-size: 1em;
    line-height: 1.4;
  }
  .occasional_banner_sp {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    text-align: center;
    margin: 0 auto 2em;
  }
}
.anc_mg {
  padding-top: 20px;
  margin-top: -20px;
}
/* -----------------------------------------------------------
　form
----------------------------------------------------------- */
.mailform input.fullname {
  width: 45%;
  padding: 3px 0;
}
.mailform input {
  width: 100%;
  padding: 3px 0;
}
.mailform textarea {
  width: 100%;
}
.mfp_check {
  width: 100%;
  border: #ddd 1px solid;
  padding: 3px 0 0;
}
#send_confirm_label {
  width: 20px;
}
.mailform dt {
  font-weight: 600;
  vertical-align: middle;
}

.bnr {
 margin: 0 auto 1.5rem;
 text-align: center;
}


.youtube_full {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.youtube_full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


<style>
.statusTable {
  background:#fff;
  width:100%!important;
  border-collapse:collapse;
  margin:0 0 1em;
}
.statusTable:last-child {
  margin:0;
}
.statusTable tr th,
.statusTable tr td {
  text-align:center;
  border:solid 2px #fff;
  vertical-align:middle;
  padding:5px;
}
.statusTable tr.border_btm th,
.statusTable tr.border_btm td{
	border-bottom-width: 5px;
}

.statusTable tr th {
  background:#85c75a;
  color: #fff;
  text-align: center;
	font-size: 1em;
}
.statusTable tr td {
  width: 15%;
  text-align: center;
  font-weight: bold;
  background-color: #d3edc2;
	font-size: 1em;
	
}
.statusTable tr td.large{
	font-size: 130%;
}
.statusTable tr:first-child th:first-child {
  width:100px;
  height:30px;
}