@charset "UTF-8";
/*メインカラー　オレンジ*/
/* CSS Document */
/*----------------- HTML 5 サポート -----------------*/
header, section, footer, aside, nav, article, figure {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  text-indent: 0;
  font-size: 0.95em;
  /* size:M */
  /*	font-size: 1em;  size:M */ }

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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  text-indent: 0;
  list-style: none; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

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

th {
  font-weight: normal; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*//  End Reset //////////////////////////////////////////////////////////////////////*/
/* Layout Document */
/* Layout Basic block   //////////////////////////////////////*/
/* CSS Document */
/* エレメント */
ul, ol, dl, li {
  padding: 0;
  margin: 0; }

#contents ol li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal; }

/* h1~h6 */
h1 {
  position: absolute;
  z-index: 2;
  top: 200px;
  width: 100%;
  height: 70px;
  text-indent: -9999px; }
  .greeting h1 {
    background: url(../img/greeting_h1_bg.png) no-repeat top left; }
  .treat h1 {
    background: url(../img/treat_h1_bg.png) no-repeat top left; }
  .clinic h1 {
    background: url(../img/clinic_h1_bg.png) no-repeat top left; }
  .question h1 {
    background: url(../img/question_h1_bg.png) no-repeat top left; }
  .access h1 {
    background: url(../img/access_h1_bg.png) no-repeat top left; }

h2, h3, h4, h5, h6, p {
  margin-top: 0; }

#contents h2 {
  min-height: 48px;
  padding: 0px 0 2px 20px;
  margin-bottom: 10px;
  background: #CFC;
  background: url(../img/h2_bg1.png) no-repeat left bottom;
  color: #56100f;
  letter-spacing: 1px;
  line-height: 2.5em;
  font-size: 120%; }
#contents .topSec h2 {
  margin-top: 0; }
#contents h3 {
  margin: 30px 0 15px 0;
  border-bottom: 2px solid #ed6c00;
  font-weight: bold;
  color: #ed6c00; }

/* リンク */
a:visited {
  color: #6E6C64;
  text-decoration: underline; }
a:hover, a:active, a:focus {
  text-decoration: none; }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )"; }
a img {
  border: none; }

#contents a:link {
  color: #42413C;
  text-decoration: underline; }

header nav li a:hover,
#home #lower_01 a:hover,
.treat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )"; }

/*----------------- body -----------------*/
/*----------------- Wrapper -----------------*/
#home #wrapper {
  position: relative;
  width: 100%;
  background: url(../img/body_bg.png) repeat-x top; }
.low #wrapper {
  position: relative;
  width: 100%;
  background: url(../img/low_body_bg.png) repeat-x top; }

/*----------------- ヘッダー -----------------*/
header {
  position: relative;
  width: 900px;
  height: 340px;
  margin: 0 auto;
  background: url(../img/header_bg.png) no-repeat center top; }
  #home header {
    height: 435px;
    /* 470px - #wrapper > padding-top */ }
  header address {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 300px;
    height: 100px;
    background: url(../img/header_add.png) no-repeat;
    text-indent: -9999px; }
  header #logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 450px;
    height: 100px;
    background: url(../img/header_logo.png) no-repeat;
    text-indent: -9999px; }

/*----------------- メニュー -----------------*/
nav {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 0;
  width: 900px;
  height: 150px;
  background: url(../img/container_bg.gif) repeat-y; }
  #home nav {
    height: 320px;
    background: none;
    background: url(../img/header_img.jpg) no-repeat center bottom; }
    #home nav ul {
      padding: 0;
      margin: 0;
      height: 66px;
      background: url(../img/menu_bg.png) no-repeat left top; }
  .low nav ul {
    padding: 0;
    margin: 0;
    height: 66px;
    background: url(../img/low_menu_bg.png) no-repeat left top; }
  nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 66px;
    list-style-type: none; }
    nav li a {
      display: block;
      margin: 0;
      padding: 0;
      width: 150px;
      height: 66px;
      text-indent: -9999px; }

#menu_01 a {
  background: url(../img/menu_01.png) no-repeat; }

#menu_02 a {
  background: url(../img/menu_02.png) no-repeat; }

#menu_03 a {
  background: url(../img/menu_03.png) no-repeat; }

#menu_04 a {
  background: url(../img/menu_04.png) no-repeat; }

#menu_05 a {
  background: url(../img/menu_05.png) no-repeat; }

#menu_06 a {
  background: url(../img/menu_06.png) no-repeat; }

#home #menu_01 a,
#greeting1 #menu_02 a,
.treat #menu_03 a,
#clinic1 #menu_04 a,
#question1 #menu_05 a,
#access1 #menu_06 a {
  background: none; }

/*----------------- コンテナ -----------------*/
#container {
  position: relative;
  width: 900px;
  min-height: 1px;
  margin: 0 auto;
  background: #fff url(../img/container_bg.gif) repeat-y; }
  #home #container {
    padding-top: 35px; }

/*----------------- ユーザービリティ・コンテナ -----------------*/
#user {
  position: relative; }

/*----------------- パンクズリスト -----------------*/
ol.bread {
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 300px;
  height: 50px;
  font-size: 0.9em;
  display: flex; }
  ol.bread li {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  #home ol.bread {
    display: none !important; }

.bread a {
  text-decoration: underline;
  color: blue; }
.bread li:not(:last-of-type):after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
  /*文字との隙間*/ }

/*-----------------　文字サイズ変更ボタン　-----------------*/
ul.textresizer {
  position: absolute;
  top: 14px;
  right: 20px;
  padding-left: 90px;
  min-height: 15px;
  background: url(../img/textresize_tit.gif) no-repeat left; }
  ul.textresizer li {
    float: left;
    margin-left: 8px;
    padding: 3px;
    border: 1px solid #ccc;
    background: #e6e6e6; }
    ul.textresizer li a:hover {
      color: #6E6C64; }
  ul.textresizer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------- Contents -----------------*/
#contents {
  float: right;
  width: 590px;
  height: auto;
  background: #FFFFFF;
  line-height: 1.5em;
  color: #00264c; }
  #contents section,
  #contents article {
    margin-bottom: 35px; }

.up_page {
  position: relative;
  height: 18px; }
  .up_page a {
    display: block;
    position: absolute;
    right: 20px;
    width: 130px;
    height: 18px;
    background: url(../img/page_top.png) no-repeat;
    text-indent: -9999px; }

/*----------------- サイドバー -----------------*/
#sidebar {
  margin-left: 0px !important;
  height: auto; }
  #sidebar ul {
    width: 280px; }
  #sidebar li {
    margin-bottom: 12px; }

/*----------------- フッター -----------------*/
footer {
  position: relative;
  padding: 0;
  margin: 60px 0 0 0 !important;
  width: 100%;
  height: 170px;
  text-align: center;
  font-size: 70%;
  color: #5d4e57;
  background: #ed6c00; }
  footer div {
    position: relative;
    width: 900px;
    height: 170px;
    margin: 0 auto;
    background: url(../img/footer_logo.png) no-repeat center top 30px; }
    footer div #pagetop {
      position: absolute;
      right: 0px;
      top: -19px; }
  footer address {
    position: relative;
    margin: 0 auto;
    width: 163px;
    height: 100px;
    background: url(../img/footer_logo.png) no-repeat center top 30px;
    text-indent: -9999px; }
  footer #copyright {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 740px;
    margin-left: -370px;
    /* -width/2 */
    font-size: 11px;
    color: #fff;
    line-height: 1.3em;
    text-align: center; }
    footer #copyright a {
      color: #fff !important; }

/*-----------------　レイアウト　-----------------*/
.ind1 {
  text-indent: -1em;
  margin-left: 1em; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.posR {
  float: right; }

.posL {
  float: left; }

.imgR {
  display: block;
  float: right;
  margin: 0 0 12px 20px; }

.imgL {
  float: left;
  margin: 0 20px 12px 0; }

.marginL50 {
  margin-left: 50px; }

.marginR20 {
  margin-right: 20px; }

.marginR50 {
  margin-right: 50px; }

#contents section:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*写真*/
.photo-shadow img {
  border: 5px solid #fff;
  box-shadow: 1px 1px 8px #999; }

/*-----------------　文字スタイル　-----------------*/
strong {
  font-size: 110%;
  color: #ff5f00; }

.red {
  color: #FF0000; }

/*赤　文字*/
.light_blue {
  color: #7fc7cd; }

/*水色　文字*/
.dark_blue {
  color: #446d70; }

/*紺色　文字*/
.orange {
  color: #ed6c00; }

/*オレンジ色　文字*/
.pink {
  color: #F39; }

/*ピンク色　文字*/
.green {
  color: #6C6; }

/*緑色　文字*/
.purple {
  color: #939; }

/*紫色　文字*/
.bold {
  font-weight: bold; }

/*太　文字*/
.size_60 {
  font-size: 60%; }

/*60%　文字*/
.size_75 {
  font-size: 75%; }

/*75%　文字*/
.size_80 {
  font-size: 80%; }

/*80%　文字*/
.size_90 {
  font-size: 90%; }

/*90%　文字*/
.size_160 {
  font-size: 160%; }

/*160%　文字*/
/*----------------------------------------------------------------------------------*/
/*-----------------　診療時間表　-----------------*/
#time_table1 {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  line-height: 1em; }
  #time_table1 th {
    border: 1px solid #fff;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #4f453a;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    #time_table1 th span {
      margin-left: 6px; }
    #time_table1 th.space50 {
      letter-spacing: 0.5em; }
  #time_table1 td {
    width: 40px;
    border: 1px solid #4f453a;
    color: #4f453a;
    vertical-align: middle;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 100%; }
    #time_table1 td span {
      display: block; }
  #time_table1 .kamoku,
  #time_table1 .nowrap {
    white-space: nowrap; }

/*/////////////////////////////////////////////////////////////////////////
　トップページ
/////////////////////////////////////////////////////////////////////////*/
#home #lower_00 {
  margin-bottom: 20px; }
#home #lower_01 {
  margin-bottom: 30px; }
  #home #lower_01 h2 {
    display: none; }
  #home #lower_01 li {
    float: left;
    width: 279px;
    height: 120px; }
    #home #lower_01 li a {
      display: block;
      width: 279px;
      height: 120px;
      text-indent: -9999px; }
  #home #lower_01 #tb01 {
    margin-right: 32px; }
    #home #lower_01 #tb01 a {
      background: url(../img/top_banner_01.png) no-repeat; }
  #home #lower_01 #tb02 a {
    background: url(../img/top_banner_02.png) no-repeat; }
  #home #lower_01 #tb03 {
    margin-right: 32px; }
    #home #lower_01 #tb03 a {
      background: url(../img/top_banner_03.png) no-repeat; }
  #home #lower_01 #tb04 a {
    background: url(../img/top_banner_04.png) no-repeat; }
  #home #lower_01 #tb05 a {
    background: url(../img/top_ban05.gif) no-repeat; }
  #home #lower_01 #tb06 a {
    background: url(../img/top_ban06.gif) no-repeat; }
#home #lower_02 p {
  margin: 10px; }
  #home #lower_02 p img {
    float: right;
    margin: 0 0 10px 25px; }
  #home #lower_02 p.anno {
    text-align: left; }
#home #yoyaku {
  border: 2px solid #7ec6cc;
  padding: 0px;
  border-radius: 10px;
  width: 500px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); }
  #home #yoyaku dt {
    border: 2px solid #7ec6cc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5em;
    background: #7ec6cc;
    padding: 5px; }
  #home #yoyaku dd {
    padding: 10px;
    color: #56100f; }
  #home #yoyaku h3 {
    display: block;
    width: 16em;
    background: #FFF;
    border: none;
    letter-spacing: 0.5em;
    text-align: center; }
#home #lower_03 dl {
  padding: 1em;
  border: 1px solid #c0c0c0;
  overflow-y: scroll; }
  @media only screen and (min-width: 480px) {
    #home #lower_03 dl {
      max-height: 400px; } }
  @media only screen and (max-width: 479px) {
    #home #lower_03 dl {
      max-height: 200px; } }
#home #lower_03 dt {
  padding: 12px 0 0 1em; }
  #home #lower_03 dt:before {
    content: "【"; }
  #home #lower_03 dt:after {
    content: "】"; }
#home #lower_03 dd {
  padding: 10px 5px 12px 2em;
  border-bottom: 1px dotted #bebebe; }
  #home #lower_03 dd strong {
    color: inherit;
    font-size: inherit;
    font-weight: bold; }

/*/////////////////////////////////////////////////////////////////////////
 診療案内
/////////////////////////////////////////////////////////////////////////*/
/*診療案内共通*/
.treat #container p {
  margin-bottom: 1em;
  text-indent: 1em; }
.treat #contents img {
  margin-left: 20px; }
.treat p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8em; }
.treat #lower_02 p {
  margin-bottom: 1em; }
.treat #lower_02 dt {
  margin-bottom: 0.5em;
  padding: 2px 0 0 3px;
  background: #23b8c5;
  color: #fff; }
.treat #lower_02 dd {
  margin-bottom: 1em; }
.treat #lower_03 {
  margin-bottom: 30px; }
  .treat #lower_03 li {
    float: left;
    width: 279px;
    height: 120px; }
    .treat #lower_03 li a {
      display: block;
      width: 279px;
      height: 120px;
      text-indent: -9999px; }
  .treat #lower_03 #tb01 {
    margin-right: 32px; }
    .treat #lower_03 #tb01 a {
      background: url(../img/top_banner_01.png) no-repeat; }
  .treat #lower_03 #tb02 a {
    background: url(../img/top_banner_02.png) no-repeat; }
  .treat #lower_03 #tb03 {
    margin-right: 32px; }
    .treat #lower_03 #tb03 a {
      background: url(../img/top_banner_03.png) no-repeat; }
  .treat #lower_03 #tb04 a {
    background: url(../img/top_banner_04.png) no-repeat; }
  .treat #lower_03 #tb05 a {
    background: url(../img/top_ban05.gif) no-repeat; }
  .treat #lower_03 #tb06 a {
    background: url(../img/top_ban06.gif) no-repeat; }
.treat #banner li {
  width: 280px;
  height: 70px;
  margin-bottom: 0; }
  .treat #banner li a {
    display: block;
    width: 280px;
    height: 70px;
    text-indent: -9999px; }
.treat #banner #sb01 a {
  background: url(../treat/img/side_banner_01.png) no-repeat; }
.treat #banner #sb02 a {
  background: url(../treat/img/side_banner_02.png) no-repeat; }
.treat #banner #sb03 a {
  background: url(../treat/img/side_banner_03.png) no-repeat; }
.treat #banner #sb04 a {
  background: url(../treat/img/side_banner_04.png) no-repeat; }

/*診療案内トップ*/
#treat1 #lower_01 ul {
  border: 2px dotted #7ec6cc;
  padding: 12px;
  border-radius: 10px; }
#treat1 #lower_01 li {
  display: inline-block;
  float: left;
  margin-right: 2em; }
#treat1 #lower_03 {
  margin-bottom: 20px; }
  #treat1 #lower_03 ul {
    margin-bottom: 20px; }
#treat1 #timetable {
  display: none; }

/*高血圧*/
#hypertension1 #advice {
  border: 2px dotted #ed6c00;
  padding: 12px;
  border-radius: 10px; }

/*動脈硬化症*/
#arteriosclerosis1 #lower_01 table {
  width: 500px;
  margin: 10px auto; }
#arteriosclerosis1 #lower_01 th {
  text-align: left; }
#arteriosclerosis1 #lower_01 td {
  padding-left: 10px; }
#arteriosclerosis1 #lower_01 img {
  padding-right: 10px; }

/*心房細動*/
#atrial1 #lower_01 ul {
  padding-left: 30px; }
  #atrial1 #lower_01 ul li {
    line-height: 2em; }

/*/////////////////////////////////////////////////////////////////////////
 地図・アクセス
/////////////////////////////////////////////////////////////////////////*/
#access1 #lower_01 .imgL {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }
#access1 #lower_01 p {
  margin-left: 50px; }
#access1 #lower_02 {
  clear: both; }
#access1 #lower_03 dt {
  clear: both;
  margin-bottom: 10px;
  padding-left: 5px;
  font-weight: bold;
  color: #55443c;
  border-left: 3px solid #55443c; }
#access1 #lower_03 dd {
  margin-bottom: 10px;
  margin-left: 1em; }
#access1 #map,
#access1 #map2 {
  margin: 0 auto;
  width: 600px;
  text-align: center; }
#access1 #sidemap {
  display: none; }
#access1 #googlemap {
  padding-left: 50px; }

/*/////////////////////////////////////////////////////////////////////////
 ごあいさつ
/////////////////////////////////////////////////////////////////////////*/
#greeting1 {
  /* 院長プロフィール*/ }
  #greeting1 #lower_01 img {
    margin: 0 0 20px 20px; }
  #greeting1 #lower_01 p span {
    display: block;
    margin-top: 8px;
    margin-right: -10px;
    text-align: right; }
  #greeting1 #lower_01 p.posR {
    width: 280px;
    margin-bottom: 1em;
    padding: 5px;
    text-indent: 1em; }
  #greeting1 #lower_01 #pro_name {
    text-align: right;
    font-weight: bold; }
  #greeting1 #lower_02 li {
    border-bottom: 1px dotted #56100f;
    margin-bottom: 3px;
    padding-left: 1em; }
  #greeting1 #lower_02 dt {
    width: 9em;
    padding-left: 1em; }
  #greeting1 #lower_02 dd {
    padding-left: 10em;
    margin-top: -1.5em;
    border-bottom: 1px dotted #56100f; }

/*/////////////////////////////////////////////////////////////////////////
院内・設備
/////////////////////////////////////////////////////////////////////////*/
.clinic #contents img {
  border: 5px solid #fff;
  box-shadow: 1px 1px 8px #999; }

#clinic1 {
  /*院内風景---*/
  /*設備・機器----*/ }
  #clinic1 dl {
    position: relative;
    min-height: 1px;
    margin-bottom: 20px;
    margin-left: 40px; }
  #clinic1 dt {
    height: 30px;
    margin-bottom: 12px;
    padding-left: 35px;
    background: url(../clinic/img/dt_bg.png) no-repeat;
    background-position: 0% 100%;
    border-bottom: 1px dotted #ed6c00;
    color: #ed6c00;
    font-weight: bold;
    vertical-align: text-bottom;
    line-height: 3em;
    letter-spacing: 1px; }
  #clinic1 dd span {
    display: block;
    float: left;
    width: 250px;
    margin-bottom: 30px; }
  #clinic1 dd p {
    float: left;
    width: 250px;
    padding-left: 30px; }
  #clinic1 dd:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  #clinic1 #lower_02 dd span {
    text-align: center; }

/*/////////////////////////////////////////////////////////////////////////
よくある質問
/////////////////////////////////////////////////////////////////////////*/
#question1 h2 {
  padding: 0px;
  margin: 0px;
  min-height: 22px;
  margin-bottom: 20px;
  padding-left: 40px;
  background: url(../question/img/question_bg_01.png) no-repeat left center;
  border-bottom: #ed6c00 dotted 3px;
  line-height: 1.5em; }
#question1 p.answer {
  padding: 5px 10px 5px 40px;
  background: url(../question/img/question_bg_02.png) no-repeat left top; }
#question1 #lower_01 ul {
  margin-left: 20px; }
  #question1 #lower_01 ul li {
    margin-bottom: 1em; }
    #question1 #lower_01 ul li a {
      text-decoration: underline; }
#question1 #lower_01 dl {
  overflow: hidden;
  width: 610px;
  margin: 10px auto 50px; }
#question1 #lower_01 dt {
  margin: 15px 0 10px 20px;
  padding: 5px 0 8px 43px;
  background: url(../question/img/icon_q.gif) no-repeat;
  border-bottom: 3px dotted #bedff6;
  font-weight: bold;
  color: #5da0d7; }
#question1 #lower_01 dd {
  margin: 5px 20px 40px 20px;
  padding: 6px 0 14px 45px;
  background: url(../question/img/icon_a.gif) no-repeat 4px top; }
  #question1 #lower_01 dd em {
    display: block;
    color: red;
    font-weight: bold;
    color: #ef8589; }
  #question1 #lower_01 dd p {
    margin-bottom: 1em;
    text-indent: 1em; }
  #question1 #lower_01 dd li {
    margin-bottom: 0.6em; }
    #question1 #lower_01 dd li span {
      display: block;
      font-weight: bold; }
  #question1 #lower_01 dd ol {
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #999; }
    #question1 #lower_01 dd ol li {
      margin-left: 2em;
      padding-left: 0.5em;
      list-style-type: decimal; }

/* print Scss */
/*############################################################################################*/
/* 印刷向けレイアウトの指定 */
/*############################################################################################*/
