@charset "UTF-8";
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot?1569462"); src: url("fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?1569462") format("woff2"), url("fontello/font/fontello.woff?1569462") format("woff"), url("fontello/font/fontello.ttf?1569462") format("truetype"), url("fontello/font/fontello.svg?1569462#fontello") format("svg"); font-weight: normal; font-style: normal; }
.demo-icon { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; text-decoration: inherit; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; /*     line-height: 1em; margin-left: .2em; width: 1em; margin-right: .2em; font-size: 120%; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: linear-gradient(transparent 60%, #e7dfec 60%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #4ca3cb !important; }

.fc_blue { color: #1c63bb !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { flex-direction: column; -webkit-flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; }
  .flex_LRTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > li { margin-bottom: 1rem; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
  .flex_RLTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_RLTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_RLTB.half > figure + ul { width: 68% !important; } }
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* シンプル -------------------------------------- */
ul.list_sim { margin: 0 0 10px 20px; }
ul.list_sim > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #2f71be; vertical-align: middle; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #2f71be; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 40px 8px 0; }

/* ※ -------------------------------------- */
ul.list_kome { padding: 0; }
ul.list_kome li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; }
ul.list_lnk li { text-indent: -1em; padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f138"; padding-right: 0.5rem; font-weight: bold; color: #009933; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #222; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #2f71be; }

@media screen and (min-width: 48em), print { ul.list_pl { display: flex; flex-wrap: wrap; justify-content: space-between; }
  ul.list_pl li { width: 33%; }
  ul.list_pl li a { background: rgba(0, 153, 51, 0.2); display: block; border: #009933 solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #2f71be; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li .ttl { font-weight: bold; font-size: 120% !important; margin-bottom: 0.5rem; margin: 0 0 0.5rem !important; padding: 0 !important; color: #222 !important; border-bottom: none !important; }
ol.list_flow li .ttl::first-letter { color: #002958; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -30px; color: #2f71be; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li .ttl::first-letter { font-size: 3rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 1em 5px; }

@media screen and (min-width: 48em), print { .dl_career { display: flex; flex-wrap: wrap; }
  .dl_career dt { width: 8em; }
  .dl_career dd { width: calc( 100% - 9em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #002958; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #009933; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #2f71be solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #2f71be; padding: 0.5rem; color: #fff; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #002958; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #009933 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #009933 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #2f71be; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #2f71be; }
.box2 dt { border-bottom: #2f71be dotted 2px; }
.box2 ul.list_maru > li::before { color: #2f71be; }

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt { font-size: 17px; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #34acbd; }

.fc_or { color: #009933; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #009933; color: #009933; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #009933; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; line-height: normal; transition: 0.3s; }

a.btn:hover { background: #91cb7b; color: #fff; border: none; opacity: 1; }

a.btn::before { font-family: 'fontello'; content: "\f138"; padding-right: 3px; font-weight: bold; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #222; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.08em; text-size-adjust: none; -webkit-text-size-adjust: none; margin-top: 8rem; }

@media screen and (min-width: 48em), print { body { min-width: 122rem; font-size: 1.8rem; margin-top: 13rem; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.4; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 3rem; }

#lower main section { margin: 0 auto 4rem; padding: 0; }
#lower main section .inner + section { margin: 4rem 0 4rem; padding: 0; }
#lower main section section .inner + section { margin: 3.5rem 0 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 122rem; margin: 0 auto; padding: 0 1rem; }
  section { margin-bottom: 5rem; }
  main section .inner + section, main section + section { margin: 60px 0 40px; padding: 0; }
  main section section .inner + section, main section section + section { margin: 50px 0 40px; }
  main section section section .inner + section, main section section section + section { margin: 40px 0 40px; }
  .inner { padding: 0; } }
/* header  -------------------------------------- */
header { position: fixed; background: #fff; height: 6rem; z-index: 1000; top: 0; filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05)); width: 100%; }
header .wrap { margin: 0; height: 6rem; display: flex; align-items: center; }
header .logo { padding: 1rem; width: calc( 100% - 6rem); max-width: 40rem; text-align: center; }

/* ハンバーガーメニュー  -------------------------------------- */
button.btn { margin: 0; padding: 0 0.5rem; border: 0; border-radius: 0; background: transparent; color: inherit; vertical-align: middle; text-align: inherit; font: inherit; -webkit-appearance: none; appearance: none; /* ボタンの配置位置  */ position: fixed; top: 0.1rem; right: 1.0rem; /* ボタンの大きさ  */ width: 5.0rem; height: 5.0rem; /* 最前面に */ z-index: 10; background-color: transparent; border: none; cursor: pointer; }

.btn-txt { position: absolute; bottom: -0.5rem; left: 0; display: block; text-align: center; width: 100%; }

/***** 真ん中のバーガー線 *****/
.btn-line { display: block; position: relative; /* バーガー線の位置基準として設定 */ width: 100%; /* 線の長さと高さ */ height: 4px; background-color: #009933; transition: .2s; }

/****** 上下のバーガー線 *****/
.btn-line::before, .btn-line::after { content: ""; position: absolute; width: 100%; height: 100%; background-color: #009933; transition: .5s; left: 0; box-sizing: inherit; }

.btn-line::before { /* 上の線の位置 */ transform: translateY(-1rem); }

.btn-line::after { /* 下の線の位置 */ transform: translateY(1rem); }

/***** メニューオープン時 *****/
.btn-line.open { background-color: transparent; /* 真ん中の線を透明に */ }

.btn-line.open::before, .btn-line.open::after { content: ""; background-color: #333; /* 上下の線の色を変える */ transition: .2s; }

.btn-line.open::before { transform: rotate(45deg); /* 上の線を傾ける */ }

.btn-line.open::after { transform: rotate(-45deg); /* 下の線を傾ける */ }

nav { width: 100%; padding: 7.5rem 1rem 1rem; background-color: rgba(255, 255, 255, 0.9); position: fixed; top: -120%; transition: .3s; z-index: 100; }
nav a { color: #222; }
nav > ul { margin: 0 auto 2rem; display: flex; justify-content: space-around; flex-wrap: wrap; max-width: 46rem; }
nav > ul li { width: 49%; min-width: 20rem; margin-bottom: 1.5rem; }
nav > ul li::before { font-family: fontello; color: #009933; content: '\e821'; padding-right: 0.2rem; }
nav > ul::after { content: ''; display: block; width: 49%; min-width: 20rem; }
nav dl { max-width: 46rem; margin: 0 auto; }
nav dl dt { text-align: center; }
nav dl dd { padding: 1rem 1rem 1rem 2rem; }
nav dl dd ul { display: flex; justify-content: space-around; flex-wrap: wrap; }
nav dl dd ul li { width: 49%; min-width: 20rem; margin-bottom: 1.5rem; }
nav dl dd li::before { color: #009933; content: '－'; }

nav.open { top: 0; }

#index h1 { font-size: 2rem; color: #002958; text-align: center; line-height: 1.2; margin-bottom: 3rem; }
#index h1 span { font-size: 1.2rem; color: #222; display: block; margin-bottom: .5rem; }

@media screen and (min-width: 48em), print { #index h1 { font-size: 3rem; }
  #index h1 span { font-size: 2rem; } }
#lower main > .inner { margin-top: 10rem; }
#lower h1 { background: url("../img/bg_pattern_01.gif"); margin: 0 0 2rem; font-size: 2.2rem; line-height: 1.2; }
#lower h1 span { width: 100%; display: flex; justify-content: center; align-items: center; height: 8rem; position: relative; }
#lower h1 span::before, #lower h1 span::after { content: ''; width: 3rem; height: 3rem; background: url("../img/orn_dots.svg") no-repeat; background-size: cover; display: block; position: absolute; top: -0.5rem; left: 0.5rem; animation: fuwafuwa 3s infinite ease-in-out .8s alternate; transition: 1.5s ease-in-out; }
#lower h1 span::after { width: 1.5rem; height: 1.5rem; left: 4.5rem; top: 1rem; animation: fuwafuwa 2s infinite ease-in-out .6s alternate; }
#lower h2 { margin: 1.5rem 0 1.5rem; padding-top: 3rem; font-size: 1.8rem; background: url("../img/h2.png") center top no-repeat; background-size: 1.8rem auto; }
#lower h2 > span { display: flex; justify-content: center; align-items: center; }
#lower h2::after { content: ''; display: block; height: 0.2rem; width: 7rem; background: #002958; margin: 0.5rem auto; }
#lower h3 { padding: 0 0 0.5rem; margin: 3rem  0 2rem; font-size: 1.6rem; color: #002958; border-bottom: 0.1rem solid #002958; }
#lower h4 { color: #2f71be; margin: 2rem  0 2rem; font-size: 1.6rem; border-bottom: 0.1rem dotted #2f71be; padding-bottom: 0.4rem; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; color: #002958; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; min-width: 122rem; margin: 0; height: 8.6rem; }
  header .wrap { display: flex; justify-content: space-between; align-items: center; height: 8.6rem; margin: 0 auto; position: relative; }
  header .wrap .logo { max-width: none; width: 49.1rem; margin: 0.5rem 0; padding: 0; }
  header .wrap ul.sp_n { display: flex !important; align-items: center; width: 62rem; line-height: 1.5; }
  header .wrap ul.sp_n li:first-child { margin: 0; width: 25rem; color: #002958; }
  header .wrap ul.sp_n li:first-child span { font-size: 3rem; }
  header .wrap ul.sp_n li:nth-child(2) { margin: 0; font-size: 1.6rem; }
  header .wrap .btn { position: absolute; right: 1rem; }
  header .wrap .btn .btn-txt { bottom: -1.0rem; }
  nav { padding: 11.5rem 0 2rem; font-size: 2.2rem; }
  nav > ul { max-width: none; width: 122rem; margin-bottom: 6rem; justify-content: space-between; }
  nav > ul li { width: auto; min-width: inherit; }
  nav dl { max-width: none; width: 122rem; display: flex; }
  nav dl dt { width: 20%; text-align: left; }
  nav dl dd { padding: 0; width: 80%; }
  nav dl dd ul li { width: 33%; font-size: 1.8rem; margin-bottom: 2rem; }
  nav dl dd ul::after { content: ''; display: block; width: 33%; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; line-height: 1.6; text-align: justify; }
main li, main dl { line-height: 1.6; }

@media screen and (min-width: 48em), print { main { margin: 0; }
  #lower main { width: 114rem; margin: 4rem auto 10rem; margin-bottom: 10rem; }
  #lower h1 { font-size: 3.6rem; }
  #lower h1 span { width: 122rem; margin: 0 auto; height: 20rem; }
  #lower h1 span::before { width: 9.3rem; height: 9.6rem; top: -2.5rem; }
  #lower h1 span::after { width: 6.4rem; height: 6.6rem; left: 10rem; top: 5rem; }
  #lower h2 { background-size: auto; font-size: 3.6rem; margin: 1rem 0 4.5rem; padding-top: 5rem; }
  #lower h2 > span::before, #lower h2 > span::after { width: 11.5rem; min-width: 11.5rem; background-size: 6.3rem auto; padding: 0; height: 2.2rem; }
  #lower h2 > span::after { padding: 0; }
  #lower h3 { font-size: 3rem; margin: 5rem 0 2rem; padding: 0 0 1rem; }
  #lower h4 { font-size: 2.4rem; padding: 0 0 0.5rem; margin: 4rem 0 2rem; }
  #lower h5 { font-size: 2rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { padding: 3rem 0 2rem; background: url("../img/bg_pattern_01.gif") #EFF1F0; }
#overview .wrap { padding: 0; }
#overview .logo { margin-bottom: 1.5rem; }
#overview .logo img { width: calc(100% - 2rem); }
#overview .overviewL { max-width: 37rem; margin: 0 auto; }
#overview .overviewR > p { background: #fff; border: 0.1rem solid #002958; color: #2f71be; text-align: center; padding: 1rem 0.5rem; font-size: 200%; margin: 2rem auto; max-width: 37rem; }
#overview .overviewR > p a { color: #002958; }
#overview .overviewR > p span { font-size: 66.66666%; }

.dl_overview dt { background: #002958; color: #fff; padding: 0.8rem; text-align: center; margin-bottom: 1rem; }
.dl_overview dd { margin-bottom: 1.5rem; line-height: 1.4; }

.gmap { margin: 1rem auto 0; height: 46rem; width: 100%; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; overflow: hidden; width: 100%; text-align: center; margin-bottom: 1rem; background: #fff; }
.tbl_time caption { caption-side: bottom; padding: 1rem 0.5rem; line-height: 1.6; background: #fff; text-align: left; }
.tbl_time caption span { color: #009933; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0  0.7rem; font-weight: normal; }
.tbl_time thead tr { border-bottom: 0.1rem solid #ccc; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #ccc; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody td { min-width: 2em; color: #009933; }

@media screen and (min-width: 48em), print { .tbl_time caption { padding: 1.5rem 0 0 2.5rem; }
  .tbl_time thead th { padding: 2rem 0.5rem 1.5rem; }
  .tbl_time tbody th { padding: 1.5rem 0; font-weight: normal; width: 16rem; }
  .tbl_time tbody td { padding: 1.5rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #E5F5EA; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 45%; margin: 0.2rem; background: #009933; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: flex; align-items: center; padding: 1.3rem 0; color: #fff; justify-content: center; }
.sp_bottom li:last-child { width: 10%; }

.pc_right { display: none; }

@media screen and (min-width: 48em), print { .sp_bottom { bottom: 2rem; right: 1rem; left: auto; background-color: transparent; width: 7rem; }
  .sp_bottom li:first-child, .sp_bottom li:nth-child(2) { display: none !important; }
  .sp_bottom li { background-color: transparent; }
  #pageup { position: fixed; bottom: -55.0rem; right: 7.0rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; font-size: 4rem; padding: 0.8rem 0; background: #ccc; width: 6rem; height: 6rem; border-radius: 50%; }
  #pageup a { padding: 0; }
  #pageup.block { display: block; bottom: 1.0rem; }
  .pc_right { position: fixed; right: 0; top: 10rem; display: inline; z-index: 99; } }
footer ul { display: none; }

address { padding: 1rem 0 5.5rem; font-style: normal; background: #002958; font-size: 1.2rem; text-align: center; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 4rem 0; }
  #overview .wrap { padding: 0; }
  #overview .flex_LRTB { justify-content: space-between; margin: 0 auto; }
  #overview .logo { margin: 0.8rem 0 2.5rem; }
  #overview .logo img { width: auto; max-width: none; }
  #overview .logo span { margin-left: 18%; }
  #overview .overviewL { padding: 0; margin: 0; width: 62rem; max-width: none; }
  #overview .overviewR { width: 58rem; padding: 0; }
  #overview .overviewR p { margin: 0 0 4rem; width: 100%; padding: 2.7rem; max-width: none; }
  #overview .overviewR p a { pointer-events: none; }
  .dl_overview { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
  .dl_overview dt { width: 10rem; height: 7rem; display: flex; justify-content: center; align-items: center; margin: 0 2rem 1rem 0; line-height: 1; }
  .dl_overview dd { margin: 0 0 1rem; width: 50rem; line-height: 1.2; }
  #access .dl_overview { width: 62rem; margin: 0 auto; }
  #access .dl_overview dd { width: 50rem; }
  .gmap { margin: 0; }
  address { margin-top: 2.5rem; padding: 1rem 0; font-size: 1.6rem; }
  footer { display: block; padding: 0; margin: 2.5rem  auto 0; font-size: 1.6rem; }
  footer ul { display: flex; flex-wrap: wrap; margin: 0 auto; justify-content: center; letter-spacing: normal; }
  footer ul li { line-height: 1; padding: 0 1rem; border-right: 0.1rem solid #222; }
  footer ul li a { color: #222; padding: 0; }
  footer ul li:last-child { border: none; }
  footer ul .treatment { display: none; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #222; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { margin: 0 auto 0; position: relative; }
#TopPage #kv .kv_bg { background-position: top center; background-repeat: no-repeat; background-size: auto 27rem; padding-top: 27rem; margin-top: -10rem; }
#TopPage #kv .wrap { margin: 0; line-height: 1.4; font-size: 1.6rem; }
#TopPage #kv .wrap::before, #TopPage #kv .wrap::after { content: ''; width: 3rem; height: 3rem; background: url("../img/orn_dots.svg") no-repeat; background-size: cover; display: block; position: absolute; top: -0.5rem; left: 0.5rem; animation: fuwafuwa 3s infinite ease-in-out .8s alternate; transition: 1.5s ease-in-out; }
#TopPage #kv .wrap::after { width: 1.5rem; height: 1.5rem; left: 4.5rem; top: 1rem; animation: fuwafuwa 2s infinite ease-in-out .6s alternate; }
#TopPage #kv .kv_txt { text-align: right; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; -ms-writing-mode: vertical-rl; writing-mode: vertical-rl; margin: 0 5% 0 auto; line-height: 1.6; text-align: justify; height: 32rem; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Yu Mincho","Noto Serif JP",  "MS PMincho", serif; padding: 0; }
#TopPage #kv .kv_txt dt { color: #002958; font-size: 2.8rem; }
#TopPage #kv .kv_txt dd { line-height: 1.8; font-size: 1.8rem; margin: 1rem 1rem 0 0; }
#TopPage main { margin: 0; /*--固定背景の設定--*/ /*--固定背景01--*/ /*--固定背景02--*/ }
#TopPage main section { margin-top: 0; margin-bottom: 0; padding: 3rem 0; }
#TopPage main h2 { margin-bottom: 3rem; font-size: 2rem; text-align: center; }
#TopPage main h2 > span { display: block; font-size: 60%; color: #002958; }
#TopPage main .cd-fixed-bg { width: 100%; height: 400px; position: sticky; top: 0; left: 0; z-index: -1; background-size: cover; background-repeat: no-repeat; background-position: center; }
#TopPage main .cd-fixed-bg.cd-bg-1 { background-image: url("../img/top_bg1.jpg"); }
#TopPage main .cd-fixed-bg.cd-bg-2 { background-image: url("../img/top_bg2.jpg"); }
#TopPage main #news { background: url("../img/bg_pattern_01.gif"); }
#TopPage main #news .wrap { padding: 2rem  1rem; margin: 1rem; background: #fff; }
#TopPage main #news dl { padding: 0 1rem; border-bottom: #aaa 0.1rem dotted; }
#TopPage main #news dl dt { color: #fff; position: relative; color: #009933; margin: 1rem 0; padding-top: 1rem; font-weight: bold; border-top: #aaa 0.1rem dotted; cursor: pointer; }
#TopPage main #news dl dt span { display: block; color: #999; font-size: 89%; }
#TopPage main #news dl dt::after { position: absolute; right: 0; top: 0.4rem; font-family: fontello; content: '\f107'; font-size: 2.0rem; width: 1em; text-align: center; }
#TopPage main #news dl dt.close::after { content: '\f106'; }
#TopPage main #news dl dt:first-child { border: none; }
#TopPage main #news dl dd:not(:nth-of-type(-n+3)) { display: none; }
#TopPage main #philosophy { padding-bottom: 4rem; }
#TopPage main #philosophy .wrap { position: relative; }
#TopPage main #philosophy dl { max-width: 41rem; margin: 0 auto; }
#TopPage main #philosophy dt { font-size: 2rem; text-align: center; background: url("../img/philosophy_dt_bg.png") no-repeat; background-size: 100% 100%; padding: 2rem 2rem 2.5rem; margin: 0 auto 2rem; }
#TopPage main #philosophy dt span { display: block; font-size: 1.4rem; }
#TopPage main #philosophy .wrap::before, #TopPage main #philosophy .wrap::after, #TopPage main #philosophy dl::before { content: ''; width: 3rem; height: 3rem; background: url("../img/orn_dots.svg") no-repeat; background-size: cover; display: block; position: absolute; top: -4.5rem; right: 3.5rem; animation: fuwafuwa 3s infinite ease-in-out .8s alternate; transition: 1.5s ease-in-out; }
#TopPage main #philosophy .wrap::after { width: 1.5rem; height: 1.5rem; right: 0.5rem; top: -3rem; animation: fuwafuwa 5.5s infinite ease-in-out .6s alternate; }
#TopPage main #philosophy dl::before { top: auto; right: auto; bottom: -4rem; left: 1rem; }
#TopPage main #features .wrap { background: #fff; padding: 4rem 0 2rem; }
#TopPage main #features .wrap ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
#TopPage main #features .wrap ul li { margin-bottom: 2rem; max-width: 35rem; }
#TopPage main #features .wrap ul li img { display: block; margin: 0; }
#TopPage main #features .wrap ul li dl { position: relative; z-index: 10; margin-top: -3.8rem; }
#TopPage main #features .wrap ul li dl dt { display: inline-block; align-items: center; background: #fff; color: #002958; font-size: 1.8rem; font-weight: bold; width: auto; padding: 0.5rem 1rem 0.5rem 2.5rem; }
#TopPage main #features .wrap ul li dl dt::before { content: ''; width: 1.2rem; height: 0.3rem; background: #002958; display: inline-block; top: 1.7rem; left: 0.5rem; position: absolute; }
#TopPage main #features .wrap ul li dl dd { padding: 1rem; }
#TopPage main #greeting { background: url("../img/bg_pattern_01.gif"); position: relative; }
#TopPage main #greeting figure { max-width: 30rem; margin: 0 auto 1rem; }
#TopPage main #greeting figure + div { background: #fff; padding: 2rem; }
#TopPage main #greeting p > span > span { font-weight: normal; }
#TopPage main #greeting .inner::before, #TopPage main #greeting .inner::after { content: ''; width: 3rem; height: 3rem; background: url("../img/orn_dots.svg") no-repeat; background-size: cover; display: block; position: absolute; top: -4.5rem; right: 3.5rem; animation: fuwafuwa 3s infinite ease-in-out .8s alternate; transition: 1.5s ease-in-out; }
#TopPage main #greeting .inner::after { width: 1.5rem; height: 1.5rem; right: 0.5rem; top: -3rem; animation: fuwafuwa 5.5s infinite ease-in-out .6s alternate; }
#TopPage main #treatments .wrap { background: #fff; padding: 4rem 0 2rem; }
#TopPage main #treatments .wrap ul { display: flex; flex-wrap: wrap; justify-content: center; }
#TopPage main #treatments .wrap ul li { width: 17rem; text-align: center; margin-bottom: 2rem; }
#TopPage main #treatments .wrap ul a { display: block; border-bottom: none; color: #222; font-weight: bold; }
#TopPage main #treatments .wrap ul a.ortho::before { content: '\e823'; }
#TopPage main #treatments .wrap ul a.rheumatism::before { content: '\e824'; }
#TopPage main #treatments .wrap ul a.rehabilitation::before { content: '\e825'; }
#TopPage main #treatments .wrap ul a.osteoporosis::before { content: '\e826'; }
#TopPage main #treatments .wrap ul a.sports::before { content: '\e828'; }
#TopPage main #treatments .wrap ul a.pediatrics_ortho::before { content: '\e827'; }
#TopPage main #treatments .wrap ul a.accident::before { content: '\e829'; }
#TopPage main #treatments .wrap ul a.shockwave::before { content: '\e8ae'; }
#TopPage main #treatments .wrap ul a.vaccination::before { content: '\e82a'; }
#TopPage main #treatments .wrap ul a::before { font-family: fontello; background: url("../img/treatment_circle.svg") no-repeat top center; background-size: 8rem 8rem; font-size: 4rem; color: #fff; display: flex; justify-content: center; align-items: center; height: 8rem; width: 8rem; margin: 0 auto 0.5rem; font-weight: normal; }
#TopPage main #treatments .wrap ul a::after { font-family: fontello; content: '\e821'; color: #009933; display: block; }
#TopPage main #bnr_df { margin: 1rem auto; }
#TopPage main #bnr_df a { border: none; }

@media screen and (min-width: 48em), print { #TopPage #kv { max-width: none; margin: 19rem auto  0; width: 100%; min-width: 122rem; overflow: visible; z-index: 10; }
  #TopPage #kv .kv_bg { background-size: 1420px 700px; padding: 0; position: absolute; top: 0; right: 18rem; min-width: 142rem; height: 70rem; margin: 0 0 0 0; }
  #TopPage #kv > .wrap { margin: 0 auto; position: relative; height: 70rem; }
  #TopPage #kv .wrap::before { width: 9.3rem; height: 9.6rem; top: -2.5rem; }
  #TopPage #kv .wrap::after { width: 6.4rem; height: 6.6rem; left: 10rem; top: 5rem; }
  #TopPage #kv .kv_txt { position: absolute; text-align: center; margin: 0 auto 34px auto; line-height: 1.6; text-align: justify; height: 57rem; right: 10.5rem; top: -5rem; padding: 0; }
  #TopPage #kv .kv_txt dt { font-size: 5rem; }
  #TopPage #kv .kv_txt dd { font-size: 2.4rem; line-height: 2; padding-top: 11rem; }
  #TopPage main { /*--固定背景の設定--*/ }
  #TopPage main section { padding: 7rem 0 9rem; position: relative; z-index: 5; }
  #TopPage main h2 { margin-bottom: 4rem; font-size: 3.6rem; }
  #TopPage main h2 span { font-size: 1.6rem; }
  #TopPage main .cd-fixed-bg { min-height: 100%; height: 60rem; background-size: auto; }
  #TopPage main #news { padding: 28rem 0 8rem; margin: -21.8rem auto 0; }
  #TopPage main #news .wrap { display: flex; justify-content: space-between; margin: 3rem auto; background-color: transparent; position: relative; }
  #TopPage main #news h2 { font-size: 3rem; width: 22rem; height: 22rem; border-radius: 50%; background: #002958; color: #fff; padding: 8rem 0 0; position: absolute; top: -1rem; left: 0; }
  #TopPage main #news h2 span { color: #fff; }
  #TopPage main #news dl { margin: 0 6rem 0 auto; width: 108rem; background: #fff; border: none; padding: 3rem 6rem 5rem 20rem; }
  #TopPage main #news dl dt { font-size: 1.8rem; margin-bottom: 1.5rem; padding-top: 1.5rem; }
  #TopPage main #news dl dd { margin: 0; }
  #TopPage main #news dl::after { content: ''; display: block; height: 0.1rem; width: 82rem; border-bottom: 0.1rem dotted #aaa; bottom: 0; left: 0; }
  #TopPage main #philosophy { padding-bottom: 15rem; /*ul{ margin: 0 auto 10px; padding: 0 0 0 2rem; width: 75rem;
}
li{ margin-bottom:1.8rem;
}*/ }
  #TopPage main #philosophy dl { max-width: none; }
  #TopPage main #philosophy dt { font-size: 3.6rem; padding: 4.5rem 0; width: 72rem; max-width: none; margin-bottom: 2.5rem; }
  #TopPage main #philosophy dt span { font-size: 3rem; }
  #TopPage main #philosophy p { text-align: center; }
  #TopPage main #philosophy dl::before { width: 17.1rem; height: 17.6rem; bottom: -10rem; }
  #TopPage main #philosophy .wrap::before { width: 17.1rem; height: 17.6rem; right: 12.5rem; }
  #TopPage main #philosophy .wrap::after { width: 8.2rem; height: 8.4rem; right: 6rem; top: 10rem; }
  #TopPage main #features { padding: 4rem 0 8rem; }
  #TopPage main #features .wrap { width: 120rem; background: #fff; padding: 8rem 6rem 0; margin-top: -8rem; }
  #TopPage main #features .wrap ul { justify-content: space-between; }
  #TopPage main #features .wrap ul li { max-width: none; margin: 0; width: 52rem; }
  #TopPage main #features .wrap ul li dl { margin-top: -4.4rem; }
  #TopPage main #features .wrap ul li dl dt { font-size: 2.4rem; padding: 2rem 2rem 2rem 2.6rem; }
  #TopPage main #features .wrap ul li dl dt::before { top: 3.5rem; left: 0; }
  #TopPage main #features .wrap ul li dl dd { padding: 0; margin-bottom: 3rem; }
  #TopPage main #features .wrap ul li > img { width: 60rem; margin: 0; }
  #TopPage main #features .wrap ul li:nth-child(even) { flex-direction: row-reverse; }
  #TopPage main #greeting { background: #fff; overflow: hidden; }
  #TopPage main #greeting figure { width: 80rem; z-index: 4; max-width: none; margin: 0; }
  #TopPage main #greeting .wrap::after { content: ''; position: absolute; width: 154rem; height: 76rem; display: block; z-index: -1; background: url("../img/bg_pattern_01.gif"); top: 17rem; left: 6rem; }
  #TopPage main #greeting .wrap { position: relative; }
  #TopPage main #greeting .wrap .inner div { position: absolute; background: #fff; z-index: 5; width: 60rem; height: 58rem; right: 0; top: 24rem; padding: 5.5rem; }
  #TopPage main #greeting .wrap .inner div span.font_l { font-size: 2.4rem !important; }
  #TopPage main #greeting .inner::before { width: 17.1rem; height: 17.6rem; right: 12.5rem; }
  #TopPage main #greeting .inner::after { width: 8.2rem; height: 8.4rem; right: 6rem; top: 10rem; }
  #TopPage main #treatments { padding: 4rem 0 8rem; }
  #TopPage main #treatments .wrap { width: 120rem; background: #fff; padding: 8rem 6rem 0; margin-top: -8rem; }
  #TopPage main #treatments .wrap > ul { justify-content: space-between; }
  #TopPage main #treatments .wrap > ul > li { width: 24rem; margin: 0 0 4rem; }
  #TopPage main #treatments .wrap > ul > li a::before { width: 24rem; height: 24rem; background-size: 24rem 24rem; font-size: 10rem; margin-bottom: 2rem; }
  #TopPage main #treatments .wrap > ul > li a::after { padding-left: 1rem; display: inline; }
  #TopPage main #bnr_df { justify-content: space-around; margin-bottom: 7rem; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #002958; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead { background: #002958; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody tr { border-top: 0.1rem solid #eaf4fc; }
#lower .tbl_def tbody tr:first-child { border-top: 0.1rem solid #002958; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody th { background: #eaf4fc; }
#lower .tbl_price { width: 100%; max-width: 50rem; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #009933; }
#lower .tbl_price th, #lower .tbl_price td { padding: 0.5rem; }
#lower .tbl_price th { text-align: left; }
#lower .tbl_price td { width: 9em; text-align: right; }
#lower .tbl_price tr:nth-child(even) { background: #f8efe7; }
#lower ul.list_check { padding: 0; margin: 0 0 10px 1.1em; }
#lower ul.list_check li { list-style-type: none; margin: 0 0 0.8rem 0; }
#lower ul.list_check li::before { display: inline-block; font-family: fontello; content: '\e81c'; margin-left: -1.1em; margin-right: 0.1em; color: #2f71be; }
#lower dl.dl_faq > dt { margin-bottom: 1.0rem; }
#lower dl.dl_faq > dd { margin-bottom: 7rem; }
#lower dl.dl_faq > dt::first-letter { font-size: 150%; color: #009933; }
#lower dl.dl_faq > dd::first-letter { font-size: 150%; color: #2f71be; }
#lower #clinic ul.flex_LRTB.half li { margin-bottom: 3rem; }
#lower #clinic ul.flex_LRTB.half dt { font-size: 130%; margin-bottom: 2rem; text-align: center; color: #009933; line-height: 1.2; }
#lower #ortho .tbl_def thead { display: none; }
#lower #ortho .tbl_def tbody th, #lower #ortho .tbl_def tbody td { width: 100%; display: block; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { margin: 0 auto; }
  #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 2rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 2rem; }
  #lower #ortho .tbl_def thead { display: table-header-group; }
  #lower #ortho .tbl_def tbody th { width: 26rem; display: table-cell; }
  #lower #ortho .tbl_def tbody td { width: calc(100% - 26rem ); display: table-cell; }
  #lower #ortho .tbl_def tbody tr { border-top: 0.1rem solid #002958; }
  #lower #doctor .flex_RLTB.half { align-items: flex-start; } }
@media all and (-ms-high-contrast: none) { /* IE ハック */
  header .wrap .btn .btn-txt { bottom: -0.3rem; font-size: 1.2rem; } }
/*　animation関係 */
.fuwafuwa { animation: fuwafuwa 3s infinite ease-in-out .8s alternate; background: url(../img/ico-apple.svg) no-repeat center center/60px auto; display: inline-block; transition: 1.5s ease-in-out; width: 70px; height: 70px; margin-top: 15px; }

@keyframes fuwafuwa { 0% { transform: translate(0, 0) rotate(-7deg); }
  50% { transform: translate(0, -7px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(7deg); } }
.breadnav { max-width: 100vw; margin: 1.0rem; overflow-x: auto; z-index: 2; position: relative; padding-top: 0; }
.breadnav .breadcrumb { display: flex; align-items: center; font-size: 1.2rem; white-space: nowrap; }
.breadnav .breadcrumb li { display: flex; align-items: center; }
.breadnav .breadcrumb li a { text-decoration: underline; border-bottom: none; color: #2f71be; }
.breadnav .breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; margin: 0 .6rem; }

@media screen and (min-width: 48em), print { .breadnav { width: 122rem; max-width: 100%; margin: 0 auto; overflow-x: inherit; }
  .breadnav .breadcrumb { font-size: 1.8rem; }
  .breadnav .breadcrumb li:not(:last-child)::after { margin: 0 1.0rem; }
  .breadnav .breadcrumb li a:hover { opacity: 1.0; text-decoration: none; } }

/*# sourceMappingURL=style.css.map */
