@charset "UTF-8";
/*.footer a {display: inline-block;}
a {pointer-events:none;}
a.slicknav_btn, a[href="###"], a[href="#top"], a[href="./"], a[href="doctor.html"], a[href="access.html"] {pointer-events:auto;}*/
/*グローバルナビのグレー*/
/*サイドメニューの薄いグレー*/
/*サイドメニューのブルーグレー*/
/*水色*/
/*フォント　太さ*/
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
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;
  vertical-align: baseline;
  background: transparent;
  font-style: normal !important; }

html {
  font-size: calc( 100vw / 32 );
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳＰゴシック", sans-serif;
  box-sizing: border-box; }

@media (min-width: 768px) {
  html {
    font-size: 62.5%; } }
*, *::before, *::after {
  box-sizing: inherit; }

body {
  color: #595959;
  line-height: 1;
  margin: 0; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal; }

img {
  vertical-align: bottom; }

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

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; }

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/*CLEARFIX*/
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* -----------------------------------------------------------------------
　モジュール　_module.scss
----------------------------------------------------------------------- */
/* 汎用 　*/
/* タイトル　*/
/* リスト */
/* 画像回り込み */
/* 診察概要 */
/* お知らせ　*/
/* カレンダー */
/* top back */
/* map */
/*:::::::::::::::::::::::::::::::::::::::::::::::

汎用 

:::::::::::::::::::::::::::::::::::::::::::::::*/
/*画像
------------------------------------*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* 表示・非表示
------------------------------------*/
@media screen and (min-width: 768px) {
  .pcN {
    display: none !important; }

  .spN {
    display: block; } }
@media screen and (max-width: 768px) {
  .pcN {
    display: block !important; }

  .spN {
    display: none; } }
/*テキスト配置*/
.txC {
  text-align: center; }

.txR {
  text-align: right; }

/*テキストカラー一部変更*/
.txt_clor_r {
  color: #ff2843; }

/*テキストカラー一部太く*/
.fb {
  font-weight: 600; }

.fs2 {
  font-size: 2.0rem; }

@media (min-width: 768px) {
  .fs2 {
    font-size: 2.2rem; } }
/****ギャラリーのテキスト****/
.slider-pro p.sp-layer {
  font-size: 2.5rem !important; }

@media (min-width: 768px) {
  .slider-pro p.sp-layer {
    font-size: 2.0rem !important; } }
/* Spaces
------------------------------------*/
.pT0 {
  padding-top: 0; }

.content-xs {
  padding-top: 10px;
  padding-bottom: 10px; }

.content {
  padding-top: 20px;
  padding-bottom: 20px; }

.content-sm {
  padding-top: 30px;
  padding-bottom: 30px; }

.content-md {
  padding-top: 40px;
  padding-bottom: 40px; }

.content-lg {
  padding-top: 50px;
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .content-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  .content {
    padding-top: 40px;
    padding-bottom: 40px; }

  .content-sm {
    padding-top: 60px;
    padding-bottom: 60px; }

  .content-md {
    padding-top: 80px;
    padding-bottom: 80px; }

  .content-lg {
    padding-top: 100px;
    padding-bottom: 100px; } }
.mB0, .mB5, .mB10, .mB15, .mB20, .mB25, .mB30, .mB35, .mB40, .mB45, .mB50, .mB55, .mB60 {
  clear: both; }

.mB0 {
  margin-bottom: 0px !important; }

.mB5 {
  margin-bottom: 5px !important; }

.mB10 {
  margin-bottom: 10px !important; }

.mB15 {
  margin-bottom: 15px !important; }

.mB20 {
  margin-bottom: 20px !important; }

.mB25 {
  margin-bottom: 25px !important; }

.mB30 {
  margin-bottom: 30px !important; }

.mB35 {
  margin-bottom: 35px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mB45 {
  margin-bottom: 45px !important; }

.mB50 {
  margin-bottom: 50px !important; }

.mB55 {
  margin-bottom: 55px !important; }

.mB60 {
  margin-bottom: 60px !important; }

@media (max-width: 768px) {
  .sm_mB10 {
    margin-bottom: 10px !important; }

  .sm_mB20 {
    margin-bottom: 20px !important; }

  .sm_mB30 {
    margin-bottom: 30px !important; }

  .sm_mB40 {
    margin-bottom: 40px !important; }

  .sm_mB50 {
    margin-bottom: 50px !important; }

  .sm_mB60 {
    margin-bottom: 60px !important; } }
@media (max-width: 992px) {
  .md_mB10 {
    margin-bottom: 10px !important; }

  .md_mB20 {
    margin-bottom: 20px !important; }

  .md_mB30 {
    margin-bottom: 30px !important; }

  .md_mB40 {
    margin-bottom: 40px !important; }

  .md_mB50 {
    margin-bottom: 50px !important; }

  .md_mB60 {
    margin-bottom: 60px !important; } }
.mT0 {
  margin-top: 0px !important; }

.mT5 {
  margin-top: 5px !important; }

.mT10 {
  margin-top: 10px !important; }

.mT15 {
  margin-top: 15px !important; }

.mT20 {
  margin-top: 20px !important; }

.mT25 {
  margin-top: 25px !important; }

.mT30 {
  margin-top: 30px !important; }

.mT35 {
  margin-top: 35px !important; }

.mT40 {
  margin-top: 40px !important; }

.mT45 {
  margin-top: 45px !important; }

.mT50 {
  margin-top: 50px !important; }

.mT55 {
  margin-top: 55px !important; }

.mT60 {
  margin-top: 60px !important; }

@media (max-width: 768px) {
  .sm_mT10 {
    margin-top: 10px !important; }

  .sm_mT20 {
    margin-top: 20px !important; }

  .sm_mT30 {
    margin-top: 30px !important; }

  .sm_mT40 {
    margin-top: 40px !important; }

  .sm_mT50 {
    margin-top: 50px !important; }

  .sm_mT60 {
    margin-top: 60px !important; } }
@media (max-width: 992px) {
  .md_mT10 {
    margin-top: 10px !important; }

  .md_mT20 {
    margin-top: 20px !important; }

  .md_mT30 {
    margin-top: 30px !important; }

  .md_mT40 {
    margin-top: 40px !important; }

  .md_mT50 {
    margin-top: 50px !important; }

  .md_mT60 {
    margin-top: 60px !important; } }
.mL0 {
  margin-left: 0px !important; }

.mL5 {
  margin-left: 5px !important; }

.mL10 {
  margin-left: 10px !important; }

.mL15 {
  margin-left: 15px !important; }

.mL20 {
  margin-left: 20px !important; }

.mL25 {
  margin-left: 25px !important; }

.mL30 {
  margin-left: 30px !important; }

.mL35 {
  margin-left: 35px !important; }

.mL40 {
  margin-left: 40px !important; }

.mL45 {
  margin-left: 45px !important; }

.mL50 {
  margin-left: 50px !important; }

.mL55 {
  margin-left: 55px !important; }

.mL60 {
  margin-left: 60px !important; }

@media (max-width: 768px) {
  .sm_mL10 {
    margin-left: 10px !important; }

  .sm_mL20 {
    margin-left: 20px !important; }

  .sm_mL30 {
    margin-left: 30px !important; }

  .sm_mL40 {
    margin-left: 40px !important; }

  .sm_mL50 {
    margin-left: 50px !important; }

  .sm_mL60 {
    margin-left: 60px !important; } }
@media (max-width: 992px) {
  .md_mL10 {
    margin-left: 10px !important; }

  .md_mL20 {
    margin-left: 20px !important; }

  .md_mL30 {
    margin-left: 30px !important; }

  .md_mL40 {
    margin-left: 40px !important; }

  .md_mL50 {
    margin-left: 50px !important; }

  .md_mL60 {
    margin-left: 60px !important; } }
.mR0 {
  margin-right: 0px !important; }

.mR5 {
  margin-right: 5px !important; }

.mR10 {
  margin-right: 10px !important; }

.mR15 {
  margin-right: 15px !important; }

.mR20 {
  margin-right: 20px !important; }

.mR25 {
  margin-right: 25px !important; }

.mR30 {
  margin-right: 30px !important; }

.mR35 {
  margin-right: 35px !important; }

.mR40 {
  margin-right: 40px !important; }

.mR45 {
  margin-right: 45px !important; }

.mR50 {
  margin-right: 50px !important; }

.mR55 {
  margin-right: 55px !important; }

.mR60 {
  margin-right: 60px !important; }

@media (max-width: 768px) {
  .sm_mR10 {
    margin-right: 10px !important; }

  .sm_mR20 {
    margin-right: 20px !important; }

  .sm_mR30 {
    margin-right: 30px !important; }

  .sm_mR40 {
    margin-right: 40px !important; }

  .sm_mR50 {
    margin-right: 50px !important; }

  .sm_mR60 {
    margin-right: 60px !important; } }
@media (max-width: 992px) {
  .md_mR10 {
    margin-right: 10px !important; }

  .md_mR20 {
    margin-right: 20px !important; }

  .md_mR30 {
    margin-right: 30px !important; }

  .md_mR40 {
    margin-right: 40px !important; }

  .md_mR50 {
    margin-right: 50px !important; }

  .md_mR60 {
    margin-right: 60px !important; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

タイトル

:::::::::::::::::::::::::::::::::::::::::::::::*/
.tit-type01 {
  position: absolute;
  bottom: 10rem;
  font-size: 2.2rem;
  color: #0b708e;
  left: 0;
  right: 0;
  text-align: center; }

.tit-type02 {
  font-size: 2.0rem;
  margin-bottom: 2.5rem;
  border-top: solid 3px #cdcdcd;
  position: relative;
  background-image: -moz-linear-gradient(90deg, #ebebeb 0%, whitesmoke 100%);
  background-image: -webkit-linear-gradient(90deg, #ebebeb 0%, whitesmoke 100%);
  background-image: -ms-linear-gradient(90deg, #ebebeb 0%, whitesmoke 100%);
  border-bottom: solid 1px #cdcdcd;
  padding: 1.0rem .5rem; }
  .tit-type02:before {
    position: absolute;
    content: " ";
    display: block;
    border-top: solid 3px #73afc5;
    top: -3px;
    left: -1px;
    width: 25%; }

.tit-type03 {
  border: 1px solid #adbabe;
  font-size: 1.9rem;
  padding: .5rem 10px;
  color: #777;
  margin-bottom: 1.5rem; }

.tit-type04 {
  padding: 0 0 10px;
  letter-spacing: 2px;
  color: #00aeef;
  text-align: left;
  border: none;
  position: relative;
  border-bottom: 4px solid #6dcff6;
  font-size: 1.9rem;
  margin: 15px 0 15px 0;
  font-weight: normal; }
  .tit-type04::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #00aeef;
    width: 100%;
    bottom: 0;
    left: 0; }

.tit-type05 {
  padding: 0 0 10px;
  letter-spacing: 2px;
  color: #78a1bb;
  text-align: left;
  position: relative;
  border-bottom: 4px solid #78a1bb;
  font-size: 1.7rem;
  margin: 15px 0 15px 0;
  font-weight: normal; }

@media (min-width: 768px) {
  .tit-type01 {
    font-size: 3.6rem;
    margin-bottom: 35px;
    padding-top: 50px;
    position: absolute;
    bottom: 90px;
    right: 0;
    left: inherit; }

  .tit-type02 {
    font-size: 2.6rem;
    padding: 20px 10px;
    margin-bottom: 25px; }
    .tit-type02:before {
      width: 35%; }

  .tit-type03 {
    border: 2px solid #adbabe;
    font-size: 2.5rem;
    padding: 15px;
    margin-bottom: 25px; }

  .tit-type04 {
    font-size: 2.4rem;
    margin: 25px 0 25px 0; }

  .tit-type05 {
    font-size: 2.3rem;
    margin: 25px 0 25px 0; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

リンク

:::::::::::::::::::::::::::::::::::::::::::::::*/
.link-type01 {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  position: relative;
  padding: 1.0rem;
  color: #FFF;
  background: #78a1bb;
  border: 1px solid #96b2cc; }

.link-type01::before {
  font-family: "fontello";
  content: '\f101';
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  left: -.5rem; }

@media (min-width: 768px) {
  .link-type01 {
    font-size: 2.1rem; }
    .link-type01:hover {
      background: #83B1CD; }

  .link-type01::before {
    font-family: "fontello";
    content: '\f101';
    position: relative;
    font-size: 2.1rem;
    display: inline-block;
    left: -5px; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

リスト

:::::::::::::::::::::::::::::::::::::::::::::::*/
/* list-type別
------------------------------------*/
.list-type01 {
  margin-bottom: 10px;
  list-style-type: none; }
  .list-type01 li {
    line-height: 1.5;
    font-size: 1.5rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
    text-indent: -0.5em; }
    .list-type01 li::before {
      content: '';
      display: inline-block;
      width: 0.7rem;
      height: 0.7rem;
      border-radius: 50%;
      background: #758d94;
      left: -10px;
      margin-top: 4px;
      top: -2px;
      position: relative; }

.list-type02 {
  margin-bottom: 10px;
  list-style-type: none; }
  .list-type02 li {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
    text-indent: -0.5em; }
    .list-type02 li::before {
      content: '';
      display: inline-block;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      background: #758d94;
      left: -10px;
      margin-top: 4px;
      position: relative; }

.list-type03 li {
  margin-bottom: 0; }
  .list-type03 li dl {
    border: 1px solid #CCC; }
  .list-type03 li dt {
    background: #eee;
    padding-left: 10px;
    margin-bottom: 0; }
  .list-type03 li dd {
    border-bottom: 1px solid #CCC;
    margin-bottom: 0;
    padding: 5px 0 5px 10px; }
    .list-type03 li dd:last-child {
      border-bottom: none; }

@media (min-width: 768px) {
  .list-type01 li {
    font-size: 1.7rem;
    margin-bottom: 12px;
    margin-left: 8px; }
    .list-type01 li::before {
      width: 10px;
      height: 10px;
      left: -15px;
      margin-top: 2px;
      top: -2px; }

  .list-type02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .list-type02 li {
      font-size: 1.6rem;
      flex-basis: 47.5%;
      margin-bottom: 12px;
      margin-left: 8px; }
      .list-type02 li::before {
        width: 10px;
        height: 10px;
        left: -15px;
        margin-top: 2px;
        top: -2px; }

  .list-type03 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .list-type03 li {
      margin-bottom: 0;
      flex-basis: 50%; }
      .list-type03 li dl {
        border: 1px solid #ccc; }
      .list-type03 li dt {
        background: #eee;
        padding: 10px;
        margin-bottom: 0; }
      .list-type03 li dd {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        padding: 5px 0 5px 10px; }
        .list-type03 li dd:last-child {
          border-bottom: none; } }
/****リンクのリスト****/
.link-list-type01 li {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1.5rem; }
  .link-list-type01 li a {
    font-size: 1.5rem;
    padding-left: 5px;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    color: #3693e0;
    position: relative;
    padding-left: 20px; }
    .link-list-type01 li a::before {
      /*サイトによって変更WEBフォント*/
      font-family: "fontello";
      content: '\f138';
      position: absolute;
      font-size: 1.6rem;
      display: block;
      right: 0;
      left: 0;
      color: #3693e0; }
    .link-list-type01 li a:hover {
      text-decoration: underline; }

@media (min-width: 768px) {
  .link-list-type01 li {
    font-size: 1.7rem;
    line-height: 1.5; }
    .link-list-type01 li a {
      font-size: 1.7rem; }
      .link-list-type01 li a::before {
        font-size: 1.7rem; } }
/*番号リスト*/
.number-type01 {
  counter-reset: number 0; }
  .number-type01 li::before {
    counter-increment: number 1;
    /* number カウンタを増加 */
    content: "※" counter(number);
    /* 表示形式を指定 */
    padding-right: 5px; }

/* detail-type(dl)
------------------------------------*/
.detail-type01 dt {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 5px;
  font-weight: 600; }
.detail-type01 dd {
  font-size: 1.5rem;
  margin-bottom: 2.0rem;
  line-height: 1.5; }

@media (min-width: 768px) {
  .detail-type01 dt {
    font-size: 1.7rem; }
  .detail-type01 dd {
    font-size: 1.7rem;
    margin-bottom: 20px; } }
.detail-type02 dt {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.0rem;
  padding-bottom: 5px;
  color: #758d94; }
  .detail-type02 dt:before {
    background: #758d94;
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    left: 0;
    position: absolute;
    top: 39%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.detail-type02 dd {
  font-size: 1.6rem;
  margin-bottom: 2.0rem; }

@media (min-width: 768px) {
  .detail-type02 dt {
    font-size: 1.8rem;
    margin-bottom: 5px; }
  .detail-type02 dd {
    margin-bottom: 20px; } }
/****flowBox(流れ)****/
.flowBox {
  list-style: none;
  padding: 0;
  margin: 10px auto 0px; }

.flowBox li {
  margin-bottom: 5.0rem;
  position: relative;
  /*詳細がない場合があるため先にlastから記載*/ }
  .flowBox li span:last-child {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5; }
  .flowBox li span:first-child {
    padding: 0 0 10px;
    letter-spacing: 2px;
    color: #00aeef;
    text-align: left;
    border: none;
    position: relative;
    border-bottom: 4px solid #6dcff6;
    font-size: 1.9rem;
    margin: 15px 0 15px 0;
    font-weight: normal;
    display: block; }
    .flowBox li span:first-child::first-letter {
      /*1文字めを大きく*/
      font-size: 2.2rem;
      letter-spacing: 0.15em; }
    .flowBox li span:first-child::after {
      position: absolute;
      content: "";
      border-bottom: 4px solid #00aeef;
      width: 100%;
      bottom: 0;
      left: 0; }

@media (min-width: 768px) {
  .flowBox li {
    margin-bottom: 50px;
    position: relative;
    /*詳細がない場合があるため先にlastから記載*/ }
    .flowBox li span:last-child {
      font-size: 1.6rem;
      line-height: 1.8; }
    .flowBox li span:first-child {
      font-size: 2.8rem;
      margin: 15px 0 15px 0; }
      .flowBox li span:first-child::first-letter {
        /*1文字めを大きく*/
        font-size: 2.5rem; }
    .flowBox li .imgR2 {
      margin-bottom: 0 !important; } }
.flowBox li::after {
  bottom: -3.5rem;
  color: #00aeef;
  content: "▼";
  font-size: 2.0rem !important;
  left: 47.5%;
  position: absolute; }

.flowBox li:last-child {
  margin-bottom: 0; }

.flowBox li:last-child::after {
  /*最後の▼を外す*/
  content: ""; }

@media (min-width: 768px) {
  .flowBox li::after {
    bottom: -43px;
    font-size: 2.5rem !important; } }
/*経歴*/
.career-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  font-size: 1.5rem;
  margin: 0; }
  .career-list dt {
    flex-basis: 100%;
    margin-bottom: 5px;
    font-size: 1.5rem; }
  .career-list dd {
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    line-height: 1.3; }

@media (min-width: 768px) {
  .career-list dt {
    flex-basis: 7em;
    margin-bottom: 10px;
    font-size: 1.7rem; }
  .career-list dd {
    flex-basis: calc(100% - 9em);
    margin-bottom: 20px;
    font-size: 1.7rem; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

カラムボックス

:::::::::::::::::::::::::::::::::::::::::::::::*/
/****PC カラム****/
@media (min-width: 768px) {
  .flex_col2,
  .flex_col3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

  .flex_col2_c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

  .flex_col3:after {
    content: "";
    display: block;
    width: 32.5%; }

  /*2カラム*/
  .col-6 {
    flex-basis: 48.5%; }

  /*3カラム*/
  .col-4 {
    flex-basis: 32.5%; }

  /*テキストがあれば*/
  .col-6 span,
  .col-4 span {
    display: block; }
  .col-6 span:nth-of-type(1),
  .col-4 span:nth-of-type(1) {
    text-align: center;
    margin: 15px 0;
    font-size: 1.7rem;
    line-height: 1.5; }
  .col-6 span:nth-of-type(2),
  .col-4 span:nth-of-type(2) {
    margin: 15px 0;
    font-size: 1.4rem;
    line-height: 1.5; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

画像回り込み

:::::::::::::::::::::::::::::::::::::::::::::::*/
.imgNomal img {
  width: auto;
  margin: 10px 5px 0 5px; }

@media (min-width: 768px) {
  .imgNomal img {
    width: auto;
    margin: 10px 5px; } }
/*-----------------------------------------

右

----------------------------------------------*/
/**** PC テキスト回り込こみのみ　imgにクラス追加****/
.imgR2 {
  width: 70%;
  /*サイトによって変更*/
  padding-bottom: 15px;
  margin: 0 auto;
  display: block; }

@media (min-width: 768px) {
  .imgR2 {
    float: right;
    width: 33%;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 0; } }
@media (max-width: 768px) {
  .imgR2 {
    text-align: center; }

  /*院長紹介用*/
  .imgR2 img {
    width: 70%; } }
/****テキスト回り込なし　右 imgタグを　div alignRboxで囲む****/
@media (min-width: 768px) {
  .alignRbox p {
    width: 64%;
    overflow: hidden; } }
/*-----------------------------------------

左

----------------------------------------------*/
/**** PC テキスト回り込こみのみ　imgにクラス追加****/
.imgL2 {
  width: 80%;
  /*サイトによって変更*/
  padding-bottom: 15px;
  margin: 0 auto;
  display: block; }

@media (min-width: 768px) {
  .imgL2 {
    float: left;
    width: 33%;
    /*サイトによって変更*/
    padding-bottom: 0px; } }
/****テキスト回り込なし　右 imgタグを　div alignRboxで囲む****/
@media (min-width: 768px) {
  .alignLbox p {
    width: 65%;
    overflow: hidden; } }
/*-----------------------------------------

中央

----------------------------------------------*/
/*中央配置*/
.alignCbox {
  text-align: center;
  margin-bottom: 20px; }
  .alignCbox img {
    width: 80%; }

@media (min-width: 768px) {
  .alignCbox {
    margin-bottom: 30px; }
    .alignCbox img {
      width: auto; } }
/*画像丸*/
.imgMaru {
  border-radius: 50%; }

.freestyle_img01 {
  width: 70%; }

.freestyle_img02 {
  width: 50%; }

@media (min-width: 768px) {
  .freestyle_img01 {
    width: 85%;
    padding: 40px 0; }

  .freestyle_img02 {
    width: 65%; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

診療概要

:::::::::::::::::::::::::::::::::::::::::::::::*/
.overview {
  padding: 3.5rem 0; }
  .overview .logo {
    width: 80%;
    margin: 0 auto 30px; }
  .overview dl dt {
    display: block;
    font-size: 1.6rem;
    padding: 5px 0;
    color: #666666;
    border-bottom: 1px solid #666666;
    font-weight: 600;
    margin-bottom: 5px; }
  .overview dl dd {
    color: #595959;
    line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: 20px; }
  .overview .timeBox {
    margin-top: 4.0rem; }
    .overview .timeBox dl {
      margin-bottom: 5.0rem; }
    .overview .timeBox dt {
      border-bottom: none; }
    .overview .timeBox dd {
      margin-bottom: 0; }

.gaiyoBox .telText {
  color: #00aeef; }
.gaiyoBox .tel {
  font-size: 2.0rem;
  color: #00aeef; }
  .gaiyoBox .tel a {
    color: #00aeef; }

@media (min-width: 768px) {
  .overview {
    padding-top: 70px;
    padding-bottom: 0;
    position: relative; }
    .overview .logo {
      width: 360px;
      margin: 0 auto 60px; }

  .gaiyo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .gaiyo .gaiyoBox {
      flex-basis: 48.5%; }
      .gaiyo .gaiyoBox .tel {
        font-size: 3.8rem; }
    .gaiyo dl {
      width: 100%; }
      .gaiyo dl dt {
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 5px; }
      .gaiyo dl dd {
        font-size: 1.8rem;
        margin-bottom: 40px; }
    .gaiyo .timeBox {
      width: 100%; }
      .gaiyo .timeBox dl {
        width: 100%; }
      .gaiyo .timeBox dt {
        border-bottom: none; } }
/* 診療時間 ※SP　position: stickyを使用し左固定*/
.timetable {
  display: block;
  overflow: hidden;
  /*width: calc(100vw - 3.0rem); /*fixed value */
  /*height: calc(100vh - 7.0rem); /*fixed value */
  margin: 0 auto 20px; }
  .timetable table {
    display: block;
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    font-size: 0; }
    .timetable table thead, .timetable table tbody {
      display: block;
      width: max-content;
      width: -webkit-max-content;
      width: -moz-max-content; }
    .timetable table th, .timetable table td {
      vertical-align: middle;
      min-width: 10rem;
      /* fixed value */
      background: #fff;
      font-size: 1.3rem;
      padding: 10px 0; }
    .timetable table tbody th {
      position: sticky;
      position: -webkit-sticky;
      /* Safari */
      left: 0;
      z-index: 1; }
    .timetable table thead {
      position: sticky;
      position: -webkit-sticky;
      /* Safari */
      top: 0;
      z-index: 2; }
    .timetable table thead th.blank {
      position: sticky;
      position: -webkit-sticky;
      /* Safari */
      top: 0;
      left: 0;
      z-index: 3; }

.timetable tr {
  border-bottom: 1px solid #9a9a9a; }

.timetable th {
  width: 10.5rem;
  font-weight: normal; }

.timetable thead th {
  width: 10rem;
  text-align: center;
  background: #e6e6e6; }

.timetable thead th:first-child {
  width: 10.5rem; }

.timetable td {
  width: 10rem;
  text-align: center; }

.timetable + p {
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .timetable {
    display: block;
    overflow: hidden;
    /*width: calc(100vw - 3.0rem); /*fixed value */
    /*height: calc(100vh - 7.0rem); /*fixed value */
    margin: 0 auto 20px; }
    .timetable table {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      border-collapse: collapse;
      font-size: 0; }
      .timetable table thead, .timetable table tbody {
        display: block;
        width: 100%; }
      .timetable table th, .timetable table td {
        vertical-align: middle;
        min-width: auto;
        /* fixed value */
        background: #fff;
        font-size: 1.8rem;
        padding: 10px 0; }
      .timetable table tbody th {
        position: static;
        left: 0;
        z-index: 1; }
      .timetable table thead {
        position: static;
        top: 0;
        z-index: 2; }
      .timetable table thead th.blank {
        position: static;
        top: 0;
        left: 0;
        z-index: 3; }

  .timetable th {
    width: 250px;
    font-weight: normal; }

  .timetable thead th {
    width: 125px;
    background: #e6e6e6; }

  .timetable thead th:first-child {
    width: 250px; }

  .timetable td {
    width: 125px; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

お知らせ

:::::::::::::::::::::::::::::::::::::::::::::::*/
.notice_frame {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 5px;
  background: #FFF; }
  .notice_frame dl {
    margin-top: 0; }

@media only screen and (min-width: 768px) {
  .notice_frame {
    height: 200px;
    padding: 20px; } }
.news_title {
  padding: 0px;
  font-size: 1.6rem;
  margin: 0 0 10px;
  color: #2491c9; }

@media only screen and (min-width: 768px) {
  .news_title {
    font-size: 2.0rem; } }
.news_body {
  margin-left: 0; }

.news_body p {
  line-height: 1.5;
  font-size: 1.5rem;
  margin-top: 0; }

@media (min-width: 768px) {
  .news_body p {
    font-size: 1.6rem;
    line-height: 1.3; } }
/*リンク*/
.news_body a {
  color: #005dad;
  font-size: 1.4rem;
  display: block;
  margin-top: 10px; }
  .news_body a::before {
    font-family: 'fontello';
    content: "\e800";
    position: relative;
    display: inline-block;
    padding-right: 5px; }

@media (min-width: 768px) {
  .news_body a {
    font-size: 1.6rem; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

Back To Top

:::::::::::::::::::::::::::::::::::::::::::::::*/
#topcontrol {
  font-size: 35px;
  position: relative;
  z-index: 9999;
  right: 0px !important;
  bottom: 10px !important;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #fff;
  background: #00aeef;
  border-radius: 50px !important; }

#topcontrol:after {
  font-family: 'fontello';
  position: absolute;
  top: 5px;
  left: 14px;
  content: '\f106';
  text-align: center;
  color: #FFF; }

@media (min-width: 768px) {
  #topcontrol:after {
    left: 14px; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

map

:::::::::::::::::::::::::::::::::::::::::::::::*/
.gmap p {
  margin-bottom: 0 !important;
  font-size: 1.6rem;
  color: #666666;
  font-weight: 600; }

.gmap img {
  border: 1px solid #666666; }

@media (min-width: 768px) {
  .gmap {
    margin: 0;
    flex-basis: 48.5%; }
    .gmap p {
      font-size: 2.2rem;
      font-weight: 600;
      color: #666666;
      border-bottom: 1px solid #666666;
      line-height: normal;
      margin-bottom: 15px !important; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

テーブルタイプ

:::::::::::::::::::::::::::::::::::::::::::::::*/
/*スマホ用　2行のため　カラム落ちタイプ*/
@media (max-width: 768px) {
  .table-type01 {
    overflow: auto; }
    .table-type01 table, .table-type01 td, .table-type01 th {
      display: inline-table;
      line-height: 1.5;
      text-align: left; }
    .table-type01 table {
      width: 100%;
      box-sizing: border-box;
      font-size: 1.5rem;
      border: none; }
      .table-type01 table tr {
        display: block; }
        .table-type01 table tr:first-child {
          margin-bottom: 0; }
      .table-type01 table th {
        font-size: 1.4rem;
        font-weight: 400;
        background-color: #eee;
        padding: 8px 0 8px 10px;
        width: 100%;
        vertical-align: middle;
        border-bottom: none;
        display: block; }
      .table-type01 table td {
        width: 100%;
        padding: 5px;
        background: #FFF; }
      .table-type01 table th, .table-type01 table td {
        border: none; }
      .table-type01 table td {
        width: 100%;
        padding: 10px 0 10px 10px;
        display: block; }
    .table-type01 .timetable-caption {
      margin-bottom: 0; } }
/*pc用は通常テーブル*/
@media (min-width: 768px) {
  .table-type01 {
    overflow: inherit;
    white-space: normal;
    margin-bottom: 30px; }
    .table-type01 table, .table-type01 td, .table-type01 th {
      border-collapse: collapse; }
    .table-type01 table {
      width: 100%;
      box-sizing: border-box;
      font-size: 1.6rem;
      margin: 0 0 30px 0; }
      .table-type01 table th {
        font-size: 1.6rem;
        font-weight: 600;
        background-color: #eee;
        padding: 15px;
        vertical-align: middle;
        font-weight: 400;
        border-top: 1px solid #dee2e6; }
      .table-type01 table td {
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
        padding: 15px;
        background: #FFF; }
      .table-type01 table tr:last-child th, .table-type01 table tr:last-child td {
        border-bottom: 1px solid #dee2e6; } }
@media (max-width: 768px) {
  .table-type02 table {
    width: 100%; }
    .table-type02 table tr {
      line-height: 1.4; }
    .table-type02 table th {
      font-weight: normal;
      font-size: 1.7rem;
      background: #dadada;
      color: #666;
      width: 50%;
      padding: 3px 5px; }
    .table-type02 table td {
      text-align: left;
      color: #666;
      font-size: 1.5rem;
      border-bottom: 1px solid #a7a7a7;
      padding: 13px 10px; } }
@media (min-width: 768px) {
  .table-type02 table {
    width: 100%; }
    .table-type02 table tr {
      line-height: 1.4; }
    .table-type02 table th {
      font-weight: normal;
      font-size: 1.8rem;
      background: #dadada;
      color: #666;
      width: 50%;
      padding: 5px; }
    .table-type02 table td {
      text-align: left;
      color: #666;
      font-size: 1.7rem;
      border-bottom: 1px solid #a7a7a7;
      padding: 20px; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
/* body 　*/
/* フォント 　*/
/* webフォント 　*/
/* ノーマル 　*/
/* レイアウト　*/
/* section　スペース　*/
/* キーヴィジュアル　*/
/* プルダウン(診療内容)*/
/*:::::::::::::::::::::::::::::::::::::::::::::::

body

:::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

フォント

:::::::::::::::::::::::::::::::::::::::::::::::*/
/* 源柔ゴシックM -------------------------------------- */
/*@font-face {
  font-family: 'gen_jyuu_gothicmedium';
  src: url("../font/GenJyuuGothic-Medium.woff");
  font-weight: normal;
  font-style: normal;
}*/
/*:::::::::::::::::::::::::::::::::::::::::::::::

webフォント 

:::::::::::::::::::::::::::::::::::::::::::::::*/
@font-face {
  font-family: 'fontello';
  src: url("fnt/font/fontello.eot?1131762");
  src: url("fnt/font/fontello.eot?1131762#iefix") format("embedded-opentype"), url("fnt/font/fontello.woff?1131762") format("woff"), url("fnt/font/fontello.ttf?1131762") format("truetype"), url("fnt/font/fontello.svg?1131762#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/*:::::::::::::::::::::::::::::::::::::::::::::::

ノーマル

:::::::::::::::::::::::::::::::::::::::::::::::*/
p {
  font-size: 1.5rem;
  margin-bottom: 1em;
  line-height: 1.6; }

@media (min-width: 768px) {
  p {
    font-size: 1.7rem;
    margin-bottom: 1em;
    line-height: 1.7; } }
.logo a:hover img {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90); }

a:hover, a:active, .current {
  text-decoration: none; }

a:focus {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70); }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

figcaption {
  font-size: 1.5rem;
  text-align: center;
  margin: 10px 0; }
  figcaption span {
    font-size: 1.6rem; }

dd {
  font-size: 1.5rem; }

/*:::::::::::::::::::::::::::::::::::::::::::::::

レイアウト(base)

:::::::::::::::::::::::::::::::::::::::::::::::*/
/*2カラム*/
.contents {
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  z-index: -9;
  background: #f5f5f5; }

@media (min-width: 768px) {
  .contents {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; } }
main {
  width: 100%;
  padding: 0 10px; }

@media (min-width: 768px) {
  main {
    flex-basis: 723px;
    max-width: 723px;
    order: 2;
    padding: 0; } }
aside {
  width: 100%;
  margin-top: 6.0rem; }

@media (min-width: 768px) {
  aside {
    flex-basis: 248px;
    max-width: 248px;
    order: 1;
    margin-top: 0;
    margin-right: 30px; } }
/*※ブロックにてcontainer幅変更あり*/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    padding: 0; } }
/*-----------------------------------------

下層

----------------------------------------------*/
#page .contents {
  padding-top: 35px; }

@media (min-width: 768px) {
  #page .contents {
    padding-top: 70px;
    border-top: none; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

section　スペース

:::::::::::::::::::::::::::::::::::::::::::::::*/
main > section ~ section {
  margin-top: 4.0rem; }

@media (min-width: 768px) {
  main > section ~ section {
    margin-top: 80px; } }
section section {
  margin-top: 3.0rem; }
  section section section {
    margin-top: 2.0rem; }

@media (min-width: 768px) {
  section section {
    margin-top: 60px; }
    section section section {
      margin-top: 40px; } }
.tit-type02 + section {
  margin-top: 0; }

/*:::::::::::::::::::::::::::::::::::::::::::::::

キーヴィジュアル

:::::::::::::::::::::::::::::::::::::::::::::::*/
/*TOP　スライダー*/
/*下層*/
/*:::::::::::::::::::::::::::::::::::::::::::::::

プルダウン/SPのみアコーディオン（診療内容）

:::::::::::::::::::::::::::::::::::::::::::::::*/
@media (max-width: 768px) {
  .treatment ul {
    list-style: none;
    margin: 0; }

  label {
    cursor: pointer;
    display: block; }

  .toggle {
    display: none; }

  .toggle + label + ul {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out; }

  .toggle:checked + label + ul {
    max-height: 999px;
    transition: all 2s ease-in; } }
@media (min-width: 768px) {
  label {
    display: none !important; }

  .toggle {
    display: none; } }
/* ----------------------------------------------------------------------------------
_header.scss
---------------------------------------------------------------------------------- */
/* --------------------------
スマホ
---------------------------- */
/*visual*/
header {
  position: relative;
  z-index: 2;
  background: no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 120vw;
  padding-top: 20px;
  background: url("../images/index_slide_img01_sp.jpg") 50% 0%/cover no-repeat scroll padding-box border-box rgba(0, 0, 0, 0); }
  header .logo {
    width: 100%;
    margin: 5px 0 7px; }
  header .container {
    height: 100%;
    position: relative; }
  header .headInfo {
    text-align: center;
    margin: 0 auto;
    width: 18rem; }
    header .headInfo .addressT {
      margin-bottom: 5px;
      font-size: 1.8rem; }
    header .headInfo .telphon {
      display: block;
      font-size: 2.1rem;
      padding: 0;
      color: #ec6b31;
      font-weight: 600; }
      header .headInfo .telphon a {
        color: #ec6b31; }
  header .catchCopy {
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/index_catch.png) no-repeat center center;
    height: 75vw;
    width: 100%;
    background-size: 50% auto; }

/* ------------------------
pc
---------------------------*/
@media (min-width: 768px) {
  header {
    position: relative;
    z-index: 9999;
    height: 780px;
    padding-top: 0;
    background: url("../images/index_slide_img01_pc.jpg") 50% 0%/cover no-repeat scroll padding-box border-box rgba(0, 0, 0, 0); }
    header .container {
      height: 100%;
      position: relative; }
    header .headGroup {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 10px 60px 0; }
      header .headGroup .logo {
        width: 562px;
        margin: 0;
        padding-top: 25px; }
      header .headGroup .headInfo {
        width: 28%;
        font-size: 3.0rem;
        font-weight: 600;
        color: #c8cdd0;
        text-align: right;
        padding-top: 25px;
        margin: 0; }
        header .headGroup .headInfo .tel {
          font-size: 2.8rem;
          background-size: 25px;
          padding: 5px 0 5px 0px;
          background-position: 28px center; }
    header .catchCopy {
      position: static;
      width: 100%;
      height: 370px;
      background-size: 373px; }
      header .catchCopy p {
        margin-bottom: 0;
        color: #042002;
        padding: 5px 0;
        font-size: 2.7rem; } }
/*-----------------------------------------

下層

----------------------------------------------*/
#page header {
  position: relative;
  z-index: 2;
  background: url(../images/low_keyv_sp.png) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  width: 100%;
  height: 34rem; }

@media (min-width: 768px) {
  #page header {
    position: relative;
    z-index: 9999;
    background: url(../images/low_kevy_pc.jpg) no-repeat top center/auto;
    height: 568px; } }
/* ----------------------------------------------------------------------------------
_nav.scss
---------------------------------------------------------------------------------- */
/* --------------------------
スマホ
---------------------------- */
nav {
  display: none; }

/*背景色*/
.slicknav_nav ul {
  background: #c8cdd0; }
  .slicknav_nav ul li {
    border-bottom: 1px solid #FFF; }
    .slicknav_nav ul li a {
      color: #333; }
    .slicknav_nav ul li:first-child {
      border-top: 1px solid #FFF; }

/* ------------------------
pc
---------------------------*/
@media (min-width: 768px) {
  nav {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #c8cdd0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #00aeef; }
    nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 25px 0; }
      nav ul li {
        width: 16.666%;
        text-align: center;
        border-left: 1px solid #b0b0b0;
        border-right: 1px solid #b0b0b0; }
        nav ul li + li {
          border-left: 0;
          border-right: 1px solid #b0b0b0; }
      nav ul a {
        display: block;
        font-size: 1.6rem;
        padding: 16px 0;
        position: relative;
        color: #333; }
        nav ul a:hover {
          color: #00aeef; }

  .slicknav_btn {
    display: none; } }
/* ----------------------------------------------------------------------------------
_sidebar.scss
---------------------------------------------------------------------------------- */
/*-----------------------------------------

アコーディオン　診療内容（sp）

----------------------------------------------*/
/* サイドバー　診療内容　動作 -------------------------------------- */
.treatment {
  margin-bottom: 2.5rem; }

.treatment ul {
  list-style: none;
  margin: 0; }

label {
  cursor: pointer; }

.toggle {
  display: none; }

.toggle + ul {
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-out; }

.toggle:checked + ul {
  max-height: 999px;
  transition: all 2s ease-in; }

/****診療内容タイトル****/
.sub-menu-tit {
  color: #FFF;
  font-size: 1.8rem;
  padding: 1.7rem 0;
  text-align: center;
  background: #9a9a9a; }
  .sub-menu-tit::before {
    content: "▼";
    position: relative;
    padding-right: 10px;
    display: inline-block; }

.toggle:checked + label::before {
  content: "▲"; }

/****リスト****/
.treatment {
  /*最初*/ }
  .treatment ul li {
    font-size: 1.7rem;
    display: block;
    background: #e6e6e6;
    border: 1px solid #FFF; }
    .treatment ul li a {
      color: #333;
      padding-left: 20px; }
      .treatment ul li a::before {
        font-family: "fontello";
        content: '\f101';
        position: relative;
        font-size: 1.5rem;
        display: inline-block;
        left: -.5rem;
        color: #3693e0; }
  .treatment .second {
    padding: 15px 0; }
    .treatment .second::before {
      content: "▼";
      position: relative;
      padding-right: 10px;
      display: inline-block; }
    .treatment .second .toggle:checked + label::before {
      content: "▲"; }
  .treatment a {
    display: block;
    padding: 15px 0; }

/****サブメニュー　2　ダウンロードとか求人など諸々****/
.submenu2 li {
  margin-bottom: 1.5rem; }
  .submenu2 li a {
    font-size: 1.5rem;
    display: block;
    text-align: left;
    position: relative;
    padding: 1.0rem 1.0rem 1.0rem 1.5rem;
    color: #FFF;
    background: #78a1bb;
    border: 1px solid #96b2cc; }
    .submenu2 li a::before {
      font-family: "fontello";
      content: '\f101';
      position: relative;
      font-size: 1.5rem;
      display: inline-block;
      left: -.5rem; }

/****バナー****/
.bnrArea li {
  width: 70%;
  margin: 0 auto 1.5rem; }

/* ------------------------
pc
---------------------------*/
@media (min-width: 768px) {
  aside {
    /****診療内容タイトル****/
    /* サイドバー　診療内容　動作 -------------------------------------- */
    /****リスト****/
    /****サブメニュー　2　ダウンロードとか求人など諸々****/
    /****バナー****/ }
    aside .sub-menu-tit {
      border: none;
      font-size: 2.5rem;
      margin-bottom: 20px;
      padding: 1.0rem 0; }
      aside .sub-menu-tit::before {
        content: none !important; }
    aside .treatment {
      margin-bottom: 50px; }
    aside .treatment ul {
      list-style: none;
      margin: 0; }
    aside label {
      cursor: pointer;
      display: block !important; }
    aside .toggle {
      display: none; }
    aside .toggle + ul {
      max-height: 2000px;
      /*メニューが増えてきたら高さ調整必要*/
      overflow: initial;
      transition: all .5s ease-out; }
    aside .toggle:checked + ul {
      max-height: auto;
      transition: none; }
    aside .treatment {
      /*最初*/ }
      aside .treatment ul li {
        margin-bottom: 10px; }
        aside .treatment ul li a::before {
          font-size: 2.1rem;
          left: -.5rem; }
        aside .treatment ul li a:hover {
          background: #F1F1F1; }
      aside .treatment ul li {
        font-size: 2.1rem;
        display: block; }
      aside .treatment a {
        display: block;
        padding: 25px 15px;
        text-align: left; }
      aside .treatment .sub_nav2_group {
        margin-top: 50px;
        margin-bottom: 0;
        background: #FFF; }
        aside .treatment .sub_nav2_group li {
          margin-bottom: 10px; }
          aside .treatment .sub_nav2_group li:last-child {
            margin-bottom: 0; }
    aside .submenu2 {
      padding-bottom: 1.5rem; }
      aside .submenu2 li {
        margin-bottom: 1.5rem; }
        aside .submenu2 li a {
          font-size: 2.0rem;
          padding: 40px 15px; }
          aside .submenu2 li a::before {
            font-size: 2.0rem;
            left: -.5rem; }
          aside .submenu2 li a:hover {
            background: #83B1CD; }
    aside .bnrArea li {
      width: 100%;
      margin: 0 auto 1.5rem; } }
/* ----------------------------------------------------------------------------------
_main.scss
---------------------------------------------------------------------------------- */
/*-----------------------------------------

TOP

----------------------------------------------*/
/******特長*******/
.featureBox ul {
  list-style-type: none;
  counter-reset: number 0;
  z-index: 9;
  position: relative; }
  .featureBox ul li {
    margin-bottom: 2.5rem;
    background-color: #dadada;
    position: relative;
    z-index: -99;
    /*カウント*/ }
    .featureBox ul li::after {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      counter-increment: number 1;
      content: counter(number);
      font-size: 13rem;
      bottom: 1.2rem;
      z-index: -9;
      color: rgba(255, 255, 255, 0.502);
      display: inline-block;
      text-align: center; }
    .featureBox ul li dl {
      padding: 2.5rem 1.25rem;
      min-height: 22.75rem; }
      .featureBox ul li dl dt {
        color: #005dad;
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 1.7rem;
        line-height: 1.5; }
      .featureBox ul li dl dd {
        font-size: 1.5rem;
        line-height: 1.7; }

@media (min-width: 768px) {
  /******特長*******/
  .featureBox ul {
    /*
          @include flex;
          @include SetPrefix(justify-content, space-between);
          @include SetPrefix(flex-wrap, wrap);
    */
    display: block; }
    .featureBox ul li {
      display: flex;
      flex-basis: 350px;
      max-width: 100%; }
      .featureBox ul li img {
        width: 60%;
        height: 60%; }
      .featureBox ul li:after {
        left: inherit;
        right: 100px; }
      .featureBox ul li dl {
        padding: 15px 12.5px;
        width: 40%; }
      .featureBox ul li:nth-child(2) {
        flex-direction: row-reverse; }
        .featureBox ul li:nth-child(2):after {
          left: 100px;
          right: inherit; } }
/****診療について****/
.aboutTreatmentBox ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.aboutTreatmentBox li:first-child {
  flex-basis: 35%; }
.aboutTreatmentBox li:last-child {
  flex-basis: 60%; }
.aboutTreatmentBox li dl {
  color: #00aeef;
  font-size: 1.7rem; }
  .aboutTreatmentBox li dl dt {
    margin-bottom: 5px; }
  .aboutTreatmentBox li dl a {
    color: #00aeef;
    font-size: 1.7rem; }

@media (min-width: 768px) {
  .aboutTreatmentBox li dl {
    font-size: 3.0rem;
    margin-bottom: 25px; }
    .aboutTreatmentBox li dl dt {
      margin-bottom: 5px; }
    .aboutTreatmentBox li dl dd {
      font-size: 3.0rem; }
      .aboutTreatmentBox li dl dd .tel a {
        font-size: 3.0rem; }
  .aboutTreatmentBox .link-type01 {
    width: 300px;
    padding: 20px 0; } }
/*:::::::::::::::::::::::::::::::::::::::::::::::

下層

:::::::::::::::::::::::::::::::::::::::::::::::*/
/*-----------------------------------------

汎用（下層）

----------------------------------------------*/
.red {
  color: #ff0000; }

.telBox {
  margin-bottom: 1.5rem;
  font-size: 2.0rem;
  text-align: center; }
  .telBox dt {
    margin-bottom: 10px; }
  .telBox dd {
    font-size: 2.0rem; }
    .telBox dd a {
      font-size: 2.0rem;
      color: #595959; }

@media (min-width: 768px) {
  .telBox {
    text-align: left; } }
/*-----------------------------------------

クリニック紹介

----------------------------------------------*/
ul.device {
  display: block; }
  ul.device li {
    width: 100%;
    list-style: none; }
    ul.device li img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto .6rem; }
    ul.device li p {
      font-size: 1.4rem;
      margin: 1rem auto 3rem;
      text-align: left;
      width: 90%; }
      ul.device li p span {
        font-size: 1.6rem;
        display: block;
        text-align: center; }

@media (min-width: 768px) {
  ul.device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 825px; }
    ul.device li {
      width: 48%;
      margin: 0 0 30px 0; }
      ul.device li p {
        font-size: 1.6rem;
        margin: 0 auto 10px;
        text-align: left;
        width: 90%; }
        ul.device li p span {
          font-size: 1.7rem;
          display: block;
          text-align: center; } }
/*-----------------------------------------

院長紹介

----------------------------------------------*/
.name {
  text-align: right;
  font-size: 1.5rem; }
  .name span {
    display: block;
    font-size: 1.9rem; }

@media (min-width: 768px) {
  .name {
    font-size: 1.7rem; }
    .name span {
      display: inline-block;
      font-size: 2.2rem;
      margin-left: 10px; } }
.paperText {
  word-wrap: break-word;
  overflow-wrap: break-word; }

/*-----------------------------------------

クリニック紹介

----------------------------------------------*/
ul.device {
  display: block; }
  ul.device li {
    width: 100%;
    list-style: none; }
    ul.device li img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: .6rem auto; }
    ul.device li p {
      font-size: 1.6rem;
      margin: 1rem auto 0;
      text-align: left;
      width: 70%; }
      ul.device li p span {
        font-size: 1.6rem;
        display: block;
        text-align: center; }

@media (min-width: 768px) {
  ul.device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    ul.device li {
      width: 48%;
      list-style: none; }
      ul.device li img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 6px; }
      ul.device li p {
        font-size: 1.6rem;
        margin: 10px auto 0;
        text-align: left;
        width: 70%; }
        ul.device li p span {
          font-size: 2rem;
          display: block;
          text-align: center; } }
/*-----------------------------------------

アクセス

----------------------------------------------*/
img.map {
  width: 100%;
  margin: 0 auto;
  display: block; }

.access .tit-type05 {
  margin-bottom: 15px; }
.access .timeBox th {
  background: #a67c52;
  color: #FFF; }
.access .gmap {
  height: 350px; }
.access .tel {
  font-size: 2.0rem;
  color: #90c31f; }
  .access .tel a {
    font-size: 2.0rem;
    color: #90c31f; }

@media (min-width: 768px) {
  img.map {
    width: 600px;
    margin: 0 auto;
    display: block; }

  .access .tit-type05 {
    margin-bottom: 18px; }
  .access .tel {
    font-size: 3.0rem; }
    .access .tel a {
      font-size: 3.0rem; } }
/*-----------------------------------------

肥満症

----------------------------------------------*/
.bmi {
  color: #0c94e2;
  font-size: 1.7rem; }

@media (min-width: 768px) {
  .bmi {
    font-size: 2.0rem; } }
/* ----------------------------------------------------------------------------------
_foooter.scss
---------------------------------------------------------------------------------- */
/* --------------------------
スマホ
---------------------------- */
footer {
  background: #376082; }

.footerMenu {
  display: none; }

.copyright {
  font-size: 13px;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  padding: 10px 0;
  display: block; }

/* ------------------------
pc
---------------------------*/
@media (min-width: 768px) {
  .footerMenu {
    display: block;
    margin-bottom: 40px;
    padding-top: 60px; }
    .footerMenu ul {
      text-align: center; }
      .footerMenu ul li {
        display: inline-block;
        margin-bottom: 15px; }
        .footerMenu ul li + li {
          border-left: 1px solid #FFF; }
        .footerMenu ul li a {
          font-size: 1.4rem;
          padding: 5px 5px 5px 10px;
          color: #FFF; }
    .footerMenu label {
      display: block !important; } }
