@charset "utf-8";
/*------------------------------------- リセット -------------------------------------*/
html {
  width: 100%;
}
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.pc_block {
  display: block;
}
.sp_block {
  display: none;
}
/*------------------------------------- body -------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  -webkit-text-size-adjust: 100%;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
ul, ol, li, dl {
  list-style-type: none;
  list-style-position: outside;
}
h1, h2, h3, h4, h5, h6, img, img a, p {
  border: 0px;
}
p {
  margin-bottom: 1.2em;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear {
  clear: both;
}
section {
  margin-bottom: 3em;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1 {
  font-size: 13px;
  font-weight: normal;
  color: #FFF;
}
h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
h3 {
  background: url(../images/h3title.jpg) no-repeat left bottom;
  font-size: 24px;
  color: #285DA5;
  padding: 18px 0 14px 65px;
  font-weight: normal;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  color: #659032;
  font-weight: normal;
  border-bottom: 3px double #659032;
  padding: 0 0 0.5em 0;
  margin: 0 0 1em 0;
}
h5 {
  font-size: 16px;
  color: #F90;
  font-weight: normal;
  padding: 0 0 3px 5px;
  border-bottom: 1px dotted #FEC135;
  margin: 0 0 10px 0;
}
h6 {
  font-size: 16px;
  color: #690;
  font-weight: normal;
  padding: 0 0 3px 5px;
  border-bottom: 1px dotted #690;
  margin: 0 0 10px 0;
}
/*------------------------------------- 診療項目の見出し -------------------------------------*/
.SubjectIndex {
  padding: 3px;
  font-weight: bold;
  color: #285DA5;
  margin-bottom: 10px;
  border-bottom: 2px dotted #285DA5;
}
/*------------------------------------- 文字の大きさ -------------------------------------*/
#textsizer {
  margin: 0px;
  text-align: right;
  padding: 8px 0;
}
#textsizer img {
  margin: 0 0 0 10px;
}
/*------------------------------------- color -------------------------------------*/
.col_white {
  color: #ffffff;
}
.col_black {
  color: #000000;
}
.col_pink {
  color: #F075A9;
}
.col_blue {
  color: #96bde6;
}
.col_blue2 {
  color: #207BD7;
}
.col_green {
  color: #390;
}
.col_orange {
  color: #FF9900;
}
.dayoff { /* 休診日 */
  color: #FF9900;
}
/*-------------------------------------- spot background color --------------------------------------*/
.bgcol_pink {
  background-color: #F075A9;
}
.bgcol_blue {
  background-color: #96bde6;
}
/*-------------------------------------- link color --------------------------------------*/
a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #ff9900;
  text-decoration: underline;
}
/** リンクイメージは基本マウスオーバーで半透明に。 **/
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
/** 半透明が不都合な場合は下記nopageクラスを用い、画像名に_on、_offをつけて2種類用意する。 **/
.nopage a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
/*-------------------------------------- linkbox --------------------------------------*/
.txtlink {
  margin-top: 20px;
  padding-right: 20px;
}
.txtlink a {
  background-color: #499E83;
  color: #fff;
  padding: 3px 8px;
  text-decoration: none;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  display: inline-block;
}
.txtlink a:hover {
  background-color: #69C2AC;
}
/*-------------------------------------- リスト --------------------------------------*/
.ListStyle {
  border: 3px double #CCC;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  background-color: #EDF5FA;
  padding: 10px;
  margin-bottom: 20px;
}
.ListStyle li {
  margin: 0 0 10px 5px;
  padding: 0 0 0 18px;
  background: url(../images/listmark.png) 0 0.4em no-repeat; /* emで縦位置の指定 */
  color: #355B82;
}
.ListTitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.ListStyle2 {
  margin-bottom: 20px;
  width: 100%;
}
.ListStyle2 td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #5E8BC6;
}
.ListStyle3 {
  margin-bottom: 20px;
  width: 100%;
}
.ListStyle3 th {
  font-weight: normal;
  text-align: left;
}
.ListStyle3 th, .ListStyle3 td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #5E8BC6;
}
.IndexStyle2 {
  background-color: #34729D;
  color: #fff;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  width: 180px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  margin-bottom: 10px;
}
.IndexStyle2_txt {
  margin-left: 30px;
  margin-bottom: 20px;
}
.IndexStyle3 {
  background-color: #52B8A0;
  color: #fff;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  width: 350px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  margin-bottom: 10px;
}
.IndexStyle3_txt {
  margin-left: 30px;
  margin-bottom: 20px;
}
.IndexStyle4 {
  background-color: #B4AB47;
  color: #fff;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  width: 300px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  margin-bottom: 10px;
}
.IndexStyle4_txt {
  margin-left: 30px;
  margin-bottom: 20px;
}
.IndexStyle5 {
  background-color: #BB7C4F;
  color: #fff;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  width: 350px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  margin-bottom: 10px;
}
.IndexStyle5_txt {
  margin-left: 30px;
  margin-bottom: 20px;
}
.roundbox {
  background-color: #34729D;
  color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.SList li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: -20px;
  color: #659032;
}
/*-------------------------------------- spacing --------------------------------------*/
.imgbtm {
  margin-bottom: 10px;
}
.imgbtm20 {
  margin-bottom: 20px;
}
.marginR10 {
  margin-right: 10px;
}
.marginR11 {
  margin-right: 11px;
}
.marginR20 {
  margin-right: 20px;
}
.marginR30 {
  margin-right: 30px;
}
.marginR40 {
  margin-right: 40px;
}
.marginR50 {
  margin-right: 50px;
}
.marginL10 {
  margin-left: 10px;
}
.marginL20 {
  margin-left: 20px;
}
.marginL30 {
  margin-left: 30px;
}
.marginL40 {
  margin-left: 40px;
}
.marginL50 {
  margin-left: 50px;
}
.marginL80 {
  margin-left: 80px;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB20 {
  margin-bottom: 20px;
}
.marginB30 {
  margin-bottom: 30px;
}
.marginB40 {
  margin-bottom: 40px;
}
.marginB50 {
  margin-bottom: 50px;
}
.marginT5 {
  margin-top: 5px;
}
.marginT10 {
  margin-top: 10px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT30 {
  margin-top: 30px;
}
.marginT40 {
  margin-top: 40px;
}
.marginT50 {
  margin-top: 50px;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clmL {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.clmR {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.clmLn {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}
.clmRn {
  float: right;
  margin-left: 20px;
  margin-bottom: 0px;
}
.cboth {
  clear: both;
  visibility: hidden;
  height: 0px;
  margin: 0px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.ft8 {
  font-size: 8px;
}
.ft10 {
  font-size: 10px;
}
.ft12 {
  font-size: 12px;
}
.ft14 {
  font-size: 14px;
}
.ft16 {
  font-size: 16px;
}
.ft18 {
  font-size: 18px;
}
.ft20 {
  font-size: 20px;
}
.ft22 {
  font-size: 22px;
}
.ft24 {
  font-size: 24px;
}
.ft26 {
  font-size: 26px;
}
.ft28 {
  font-size: 28px;
}
.ft30 {
  font-size: 30px;
}
.ft32 {
  font-size: 32px;
}
.ft34 {
  font-size: 34px;
}
.ft36 {
  font-size: 36px;
}
.ft40 {
  font-size: 40px;
}
.ft50 {
  font-size: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w230 {
  width: 230px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w330 {
  width: 330px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w430 {
  width: 430px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w530 {
  width: 530px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w630 {
  width: 630px;
}
.w650 {
  width: 650px;
}
.w700 {
  width: 700px;
}
.w730 {
  width: 730px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}
.w850 {
  width: 850px;
}
.w900 {
  width: 900px;
}
/*-------------------------------------- information --------------------------------------*/
#topinfo dt {
  font-size: 16px;
  font-weight: bold;
  color: #44A68D;
  margin: 0 1em 0 1em;
  padding: 0 0;
  line-height: 1.6em;
}
#topinfo dd {
  padding: 0 0 0.5em 1em;
  margin: 0em 1em 0.5em;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}
.date {
  margin-top: 0px;
  margin-right: 1em;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 12px;
  color: #999;
}
.date2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 12px;
  color: #555;
  padding: 0 0 0 20px;
}
/*-------------------------------------- timetable --------------------------------------*/
table.timetable {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  max-width: 736px;
  width: 100%;
}
.timetable th {
  color: #ffffff;
  background: #6b9ad3; /* Old browsers */
  background: -moz-linear-gradient(top, #6b9ad3 0%, #225aa3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b9ad3), color-stop(100%, #225aa3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6b9ad3 0%, #225aa3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6b9ad3 0%, #225aa3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6b9ad3 0%, #225aa3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6b9ad3 0%, #225aa3 100%); /* W3C */
  border: 1px solid #285DA5;
  font-weight: bold;
  text-align: center;
  padding: 5px 3px;
}
.timetable td {
  color: #285DA5;
  border: 1px solid #285DA5;
  font-weight: bold;
  text-align: center;
  padding: 5px 3px;
}
.imf {
  border: 1px solid #CCC;
}
.circlefont16 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background-color: #F90;
  width: 32px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  margin-right: 10px;
  height: 27px;
  padding-top: 5px;
}
/* page top -----------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  z-index: 100;
  margin: 0;
}
#page-top a {
  display: block;
  text-align: center;
  background: #26499d none repeat scroll 0% 0%;
  border-radius: 5px;
  padding: 1em 1.5em;
  opacity: 0.8;
  color: #FFF;
}
#page-top a:before {
  content: "\f0aa";
  font-family: FontAwesome;
  padding-right: 0.5em;
}
#page-top a:hover {
  text-decoration: none;
}
/*-------------------------------------- Pickup*フレーム --------------------------------------*/
p.frame_b {
  display: block;
  width: 95%;
  margin-bottom: 20px;
  padding: 16px;
  background: #C9E5EA;
  border: 2px solid #0c3d7e;
  border-radius: .6rem;
  color: #0c3d7e;
  font-weight: bold;
  line-height: 1.6em;
}
/*-------------------------------------- Pickup*モーダルウィンドウ --------------------------------------*/
#c-modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#c-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 600px;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
#c-modal .caution-box {
  margin: 0;
  width: 100%;
  border: none;
}
#c-modal .visible_check {
  margin: 1em 0 0;
}
#c-modal .visible_check input, #c-modal .visible_check label {
  cursor: pointer;
}
#c-modal_close {
  display: inline-block;
  position: absolute;
  top: -35px;
  right: -5px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.caution-box {
  border: 1px solid #11a7a0;
  padding: 1em;
  margin: 0 auto 2em;
  clear: both;
  width: auto;
  text-align: center;
  box-sizing: border-box;
}
.caution-box .caution-box-tit {
  background: #0c3d7e;
  color: #fff;
  font-size: 140%;
  padding: 0.2em 1em;
  margin-bottom: 1em;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.caution-box strong {
  color: #0c3d7e;
}
.caution-box p {
  margin: 0 0 0.5em;
}
.caution-box ul {
  display: inline-block;
  text-align: left;
}
.caution-box .tel {
  text-align: center;
  font-size: 1.6em;
}
.caution-box .mb20 {
  margin-bottom: 20px;
}
/* sp
================================================================================================================== */
@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  h3 {
    background: url(../images/h3title.jpg) no-repeat left bottom;
    background-size: 100% auto;
    font-size: 18px;
    color: #285DA5;
    padding: 3% 0 1.5% 8%;
    margin-bottom: 1em;
  }
  h4 {
    font-size: 18px;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }
  .float-l {
    float: none;
    margin: 0 auto;
  }
  .float-r {
    float: none;
    margin: 0 auto;
  }
  .float-r img, .float-l img {
    display: block;
    margin: 0 auto;
  }
  .clmL {
    float: none;
    text-align: center;
    margin: 0 auto 1.5em;
  }
  .clmR {
    float: none;
    text-align: center;
    margin: 0 auto 1.5em;
    display: block;
  }
  .clmLn {
    float: none;
    text-align: center;
    margin: 0 auto 1.5em;
    display: block;
  }
  .clmRn {
    float: none;
    text-align: center;
    margin: 0 auto 1.5em;
    display: block;
  }
  .w450 {
    width: 100%;
  }
  /* page top -----------------------------------------------------------------------*/
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    padding: 0.5em 1em;
  }
  /*-------------------------------------- Pickup*フレーム --------------------------------------*/
  p.frame_b {
    width: 95%;
    padding: .5rem;
  }
/*-------------------------------------- Pickup*モーダルウィンドウ --------------------------------------*/
#c-modal {
  width: 95%;
}
.caution-box {
    text-align: left;
}
}