@charset "UTF-8";
ul {
  list-style-type: none;
}

a:hover img {
  opacity: 0.8;
}

#header #headerLeft #logo a img {
  opacity: 100;
}

body {
  font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
}

.footer_box01 {
  width: 470px;
  margin-right: 30px;
  float: left;
}

.footer_box02 {
  width: 410px;
  float: left;
}

/* ---------------------------------------------------------
■TOP PAGE
--------------------------------------------------------- */
.top_tx p {
  padding-top: 12px;
}

a.top_bn02,
a.top_bn03,
a.top_bn04,
a.top_bn004,
a.top_bn05,
a.top_bn005 {
  display: block;
  float: left;
  width: 315px;
  margin-right: 10px;
  padding: 158px 0 0;
  color: #666666 !important;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

a.top_bn02 {
  background: url(../img/top_bn01.jpg) no-repeat;
}

a.top_bn03 {
  background: url(../img/top_bn02.jpg) no-repeat;
}

a.top_bn04 {
  background: url(../img/top_bn03.jpg) no-repeat;
}

a.top_bn004 {
  background: url(../img/top_bn09.jpg) no-repeat;
}

a.top_bn05 {
  background: url(../img/top_bn04.jpg) no-repeat;
}

a.top_bn005 {
  background: url(../img/top_bn08.jpg) no-repeat;
}

a.top_bn06,
a.top_bn07 {
  display: block;
  width: 450px;
  height: 94px;
  padding: 48px 180px 0 10px;
  color: #666666 !important;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: content-box;
}

a.top_bn06 {
  background: url(../img/top_bn05.jpg) no-repeat;
}

a.top_bn07 {
  background: url(../img/top_bn06.jpg) no-repeat;
}

a.top_bn08 {
  display: block;
  width: 315px;
  height: 115px;
  padding: 46px 0 0 325px;
  color: #666666 !important;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  background: url(../img/top_bn08.jpg) no-repeat;
  box-sizing: content-box;
}

/* ---------------------------------------------------------
■menu01
--------------------------------------------------------- */
.clinic_p01,
.clinic_p02,
.clinic_p03,
.clinic_p04,
.clinic_p05,
.clinic_p06,
.clinic_p07,
.clinic_p08,
.clinic_p09 {
  width: 100%;
  height: 105px;
  padding: 0 0 0 125px;
  line-height: 83px;
  margin-bottom: 20px;
  background-size: 100% auto !important;
}

.clinic_p09 {
  margin-bottom: 0px;
}

.clinic_p01 {
  background: url(../img/clinic_img02.jpg) no-repeat;
}

.clinic_p02 {
  background: url(../img/clinic_img03.jpg) no-repeat;
}

.clinic_p03 {
  background: url(../img/clinic_img04.jpg) no-repeat;
}

.clinic_p04 {
  background: url(../img/clinic_img05.jpg) no-repeat;
}

.clinic_p05 {
  background: url(../img/clinic_img06.jpg) no-repeat;
}

.clinic_p06 {
  background: url(../img/clinic_img07.jpg) no-repeat;
}

.clinic_p07 {
  background: url(../img/clinic_img08.jpg) no-repeat;
}

.clinic_p08 {
  background: url(../img/clinic_img09.jpg) no-repeat;
}

.clinic_p09 {
  background: url(../img/clinic_img10.jpg) no-repeat;
}

/* ---------------------------------------------------------
■menu02
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu03
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu04
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu05
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu06
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu07
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu08
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu09
--------------------------------------------------------- */
/* ---------------------------------------------------------
■menu10
--------------------------------------------------------- */
.cost_box01 {
  width: 196px;
  height: 152px;
  background: url(../img/cost_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 5px 5px 0 5px;
  float: left;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: content-box !important;
}

/* ---------------------------------------------------------
■menu11
--------------------------------------------------------- */
.qa {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: dotted 1px #cccccc;
}

.qa .question {
  margin-bottom: 10px;
  border-left: solid 5px #1688d0;
  background: url(../img/qa_question.png) 7px 2px no-repeat;
}

.qa .answer {
  border-left: solid 5px #666666;
  background: url(../img/qa_answer.png) 7px 2px no-repeat;
}

.qa .question p, .qa .answer p {
  padding: 8px 0 6px 45px;
}

.qa .pagetop {
  display: block;
  float: right;
  margin: 5px 0 0 0;
}

/* ---------------------------------------------------------
■menu12
--------------------------------------------------------- */
/*
======================================================================
以下追記エリア
======================================================================
*/
/*last update 2012/03/15*/
/*
======================================================================
汎用プロパティ
----------------------------------------------------------------------
■body
■display
■float
■clear
■margin
■padding
■text-align
■画像の配置
■画像の枠
■ロールオーバー（透過）
■lightboxのtitle
■指定解除
■clearfix
======================================================================
*/
/* -----------------------------------------------
■display
----------------------------------------------- */
body {
  line-height: 180%;
}

/* -----------------------------------------------
■display
----------------------------------------------- */
.dpb {
  display: block;
}

.dpi {
  display: inline;
}

.dpn {
  display: none;
}

/* -----------------------------------------------
■float
----------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* -----------------------------------------------
■clear
----------------------------------------------- */
.cll {
  clear: left;
}

.clr {
  clear: right;
}

.clb {
  clear: both;
}

/* -----------------------------------------------
■margin
----------------------------------------------- */
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/* -----------------------------------------------
■padding
----------------------------------------------- */
.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

/* -----------------------------------------------
■text-align
----------------------------------------------- */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* -----------------------------------------------
■画像の配置
----------------------------------------------- */
.imgLeft {
  float: left;
  margin-right: 10px;
}

.imgRight {
  float: right;
  margin-left: 10px;
}

/* -----------------------------------------------
■画像の枠
----------------------------------------------- */
.imgFrame {
  padding: 2px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

/* -----------------------------------------------
■ロールオーバー（透過）
----------------------------------------------- */
a.rollover80:hover, a.rollover80:hover img, .contentLayoutArea a:hover img.rollover80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a.rollover60:hover, a.rollover60:hover img, .contentLayoutArea a:hover img.rollover60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

a.rollover00:hover, a.rollover00:hover img, .contentLayoutArea a:hover img.rollover00 {
  opacity: 0.0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=00 )";
}

/* -----------------------------------------------
■lightboxのtitle
----------------------------------------------- */
#imageData #imageDetails #caption {
  font-weight: normal !important;
}

/* -----------------------------------------------
■指定解除
----------------------------------------------- */
.tx0 {
  font-size: 0px;
  line-height: 0px;
}

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

.height0 {
  height: 0;
}

/* -----------------------------------------------
■centering
----------------------------------------------- */
.centering {
  display: block;
  margin: 0 auto;
}

/* -----------------------------------------------
■clearfix
----------------------------------------------- */
.clearfix:after {
  font-size: 1px;
  content: ".";
  display: block;
  height: 0px;
  clear: both;
}

.clearfix {
  zoom: 1;
  clear: both;
}

/*
======================================================================
コンテンツテンプレート
----------------------------------------------------------------------
■h4見出し
■h5見出し
■ブロック
■リスト
■table
■営業時間
======================================================================
*/
/* -----------------------------------------------
■h4見出し
----------------------------------------------- */
h4.entryTitle01 {
  height: 28px;
  margin-bottom: 15px;
  padding: 8px 0 0 18px;
  background: url(../img/entry_title01.jpg) no-repeat;
  font-size: 110%;
  font-weight: bold;
  box-sizing: content-box;
}

/* -----------------------------------------------
■h5見出し
----------------------------------------------- */
h5.entrySubTitle01 {
  width: 100%;
  height: 26px;
  margin-bottom: 5px;
  padding: 1px 0 0 10px;
  background: url(../img/entry_subtitle01.png) no-repeat;
  font-size: 115%;
  font-weight: bold;
  box-sizing: content-box;
}

/* -----------------------------------------------
■ブロック
----------------------------------------------- */
.block00 {
  display: block;
  margin-bottom: 50px;
}

.w640 {
  width: 640px;
}

.block02 {
  overflow: hidden;
  width: 305px;
}

.block03 {
  overflow: hidden;
  width: 200px;
}

/* -----------------------------------------------
■リスト
----------------------------------------------- */
ul.ul01 {
  list-style: none;
}

ul.ul01 li {
  padding: 0 0 5px 15px;
  background: url(../img/list_icon01.png) 0 6px no-repeat;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 15px;
  background: url(../img/list_icon02.png) 0 6px no-repeat;
}

ul.ul03 {
  list-style: none;
}

ul.ul03 li {
  padding: 0 0 5px 15px;
  background: url(../img/list_icon03.png) 0 6px no-repeat;
}

ul.ul03 li a {
  color: #666666;
}

ul.column02 li {
  float: left;
  width: 300px;
}

ul.check01 {
  list-style: none;
}

ul.check01 li {
  padding: 0 0 5px 0;
}

ul.check01 li input {
  margin: 0 5px 0 0;
}

/* -----------------------------------------------
■table
----------------------------------------------- */
table.table01 th, table.table02 th, table.table03 th {
  padding: 3px;
  font-weight: normal;
  text-align: left;
}

table.table01 {
  background: #ccc;
}

table.table01 thead th {
  background: #dff3ff;
  border: 1px solid #ccc;
}

table.table01 th {
  background: #dff3ff;
  padding: 3px;
  border: 1px solid #ccc;
}

table.table01 td {
  background: #fff;
  padding: 3px;
  border: 1px solid #ccc;
}

table.table001 {
  background: #ccc;
}

table.table001 thead th {
  background: #ececec;
  border: 1px solid #ccc;
}

table.table001 th {
  background: #ececec;
  padding: 3px;
  border: 1px solid #ccc;
}

table.table001 td {
  background: #fff;
  padding: 3px;
  border: 1px solid #ccc;
}

table.table001 .col01 {
  background: #addfff;
}

table.table001 .col02 {
  background: #ffd9b4;
}

table.table02 {
  background: #FFFFFF;
}

table.table02 th {
  width: 25%;
  border-bottom: solid 1px #487CDD;
}

table.table02 td {
  border-bottom: dotted 1px #CCCCCC;
  padding: 5px 0;
}

table.table03 {
  background: #ccc;
}

table.table03 thead th {
  background: #dff3ff;
}

table.table03 th {
  background: #dff3ff;
  padding: 3px;
  border: 1px solid #ccc;
}

table.table03 td {
  background: #fff;
  padding: 3px;
  border: 1px solid #ccc;
}

table.table03 tr {
  vertical-align: top;
}

/* -----------------------------------------------
■営業時間
----------------------------------------------- */
table.hours th, table.hours td {
  text-align: center;
}

/* -----------------------------------------------
■問い合わせバナー
----------------------------------------------- */
.inquiry_banner {
  margin: 0 auto;
  width: 640px;
}

/*
======================================================================
以下追記エリア
======================================================================
*/
body {
  font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
}

ul.ul03 li a {
  text-decoration: underline;
}

.answer p {
  margin: 0 0 -8px;
}

@media screen and (max-width: 930px) and (min-width: 768px) {
  a.top_bn02, a.top_bn03, a.top_bn04, a.top_bn004, a.top_bn05, a.top_bn005 {
    width: 48%;
    background-size: 100% auto;
    padding-top: 18vw;
  }
  a.top_bn06, a.top_bn07 {
    display: block;
    width: 100%;
    height: auto;
    padding: 5.5vw 150px 34px 5px;
    color: #666666 !important;
    font-size: 10px;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
    background-size: 100% auto;
  }
  .block02 {
    width: 45%;
  }
  .block02 p {
    font-size: 12px;
  }
  .inquiry_banner {
    width: 100%;
  }
  .footer_box01 {
    width: 50%;
  }
  .footer_box01 iframe {
    width: 100%;
  }
  .footer_box02 {
    width: calc(50% - 30px);
    float: left;
  }
  .clinic_p01, .clinic_p02, .clinic_p03, .clinic_p04, .clinic_p05, .clinic_p06, .clinic_p07, .clinic_p08, .clinic_p09 {
    padding: 0 0 0 22%;
    height: 14vw;
    line-height: 4.2;
  }
  .clinic_p01 span, .clinic_p02 span, .clinic_p03 span, .clinic_p04 span, .clinic_p05 span, .clinic_p06 span, .clinic_p07 span, .clinic_p08 span, .clinic_p09 span {
    font-size: 125% !important;
  }
  .table001 {
    font-size: 12px;
    letter-spacing: -0.025em;
  }
  table.table01.small {
    font-size: 13px;
    letter-spacing: -0.025em;
  }
  .cost_box01 {
    width: 30%;
    min-height: 155px;
  }
}

@media screen and (max-width: 767px) {
  a.top_bn02, a.top_bn03, a.top_bn04, a.top_bn004, a.top_bn05, a.top_bn005 {
    margin: 0 auto 30px !important;
    float: inherit;
  }
  .cost_box01 {
    width: 43%;
    min-height: 155px;
    margin: 0 2% 14px !important;
  }
  img.mb10.tac {
    max-width: 125% !important;
    margin-left: -10%;
  }
  table.table01.small {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
  a.top_bn03, a.top_bn004, a.top_bn05 {
    margin-bottom: 0px !important;
  }
  a.top_bn06, a.top_bn07 {
    display: block;
    width: 315px;
    height: auto;
    padding: 48px 15px 10vw 15px;
    color: #666666 !important;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
    margin: auto;
    background-size: 100% auto !important;
  }
  a.top_bn06 {
    background: url(../img/top_bn05_sp1.jpg) no-repeat, url(../img/top_bn05_sp2.png) no-repeat bottom right;
    border: 1px solid #ccc;
    background-size: 100% auto, 50% auto !important;
  }
  a.top_bn07 {
    background: url(../img/top_bn06_sp1.jpg) no-repeat, url(../img/top_bn06_sp2.png) no-repeat bottom right;
    border: 1px solid #ccc;
    background-size: 100% auto, 50% auto !important;
  }
  table.table001 {
    font-size: 13px;
    letter-spacing: -0.025em;
  }
  .contentLayoutArea .block02 {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .contentLayoutArea .block02 p {
    font-size: 13px;
  }
  .contentLayoutArea .block02 img.mb10 {
    max-width: 80%;
  }
  .contentLayoutArea .block02 span:nth-child(1) {
    display: inline-block;
  }
  .inquiry_banner {
    width: 100%;
  }
  .footer_box02 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
  }
  #footer #footerContent address {
    text-align: center;
    top: 12px;
    position: relative;
    font-size: 10px;
    padding: 0 10px;
    max-width: 355px;
    margin: auto;
  }
  .clinic_p01, .clinic_p02, .clinic_p03, .clinic_p04, .clinic_p05, .clinic_p06, .clinic_p07, .clinic_p08, .clinic_p09 {
    padding: 0 0 0 22%;
    height: 16vw;
    line-height: 3.4;
  }
  .clinic_p01 span, .clinic_p02 span, .clinic_p03 span, .clinic_p04 span, .clinic_p05 span, .clinic_p06 span, .clinic_p07 span, .clinic_p08 span, .clinic_p09 span {
    font-size: 100% !important;
    text-shadow: 0 0 3px #FFF;
  }
  h4.entryTitle01.small {
    font-size: 90%;
    letter-spacing: -0.025em;
  }
  h4.entryTitle01.small1 {
    font-size: 100%;
  }

h4.entryTitle01 {
  font-size: 105%;
}
}

@media screen and (min-width: 767px) {
  .header__nav {
    display: none;
  }
}
