@charset "UTF-8";
/*文字PC*/
/*基本フォント*/
/*基本背景色PC*/
/*基本文字色*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*緑*/
/*橙*/
/*青*/
/* _reset.scss　出力*/
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a {
  text-decoration: none;
}

/* /_reset.scss　出力ここまで */
/* _module.scss　出力 */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF38B));
  background: linear-gradient(transparent 60%, #FFF38B 60%);
}

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

.fc_orange {
  color: #c29f60 !important;
}

.fc_green {
  color: #8DD2B2 !important;
}

/* テキストカラー -------------------------------------- */
.fc_red {
  color: #c26083 !important;
}

.fc_blue {
  color: #6083C2 !important;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  #lower main .inner img.img_r, #lower main .inner img.img_l {
    width: 30rem;
  }
}
.sp_n, .sp_n_i {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .sp_n_i {
    display: inline !important;
  }
  .pc_n {
    display: none;
  }
}
/* マージン -------------------------------------- */
.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;
}

.mlr_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 幅 -------------------------------------- */
.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

/* 幅PC -------------------------------------- */
@media screen and (min-width: 48em), print {
  .w_10_pc {
    width: 10% !important;
  }
  .w_15_pc {
    width: 15% !important;
  }
  .w_20_pc {
    width: 20% !important;
  }
  .w_25_pc {
    width: 25% !important;
  }
  .w_30_pc {
    width: 30% !important;
  }
  .w_35_pc {
    width: 35% !important;
  }
  .w_40_pc {
    width: 40% !important;
  }
  .w_45_pc {
    width: 45% !important;
  }
  .w_50_pc {
    width: 50% !important;
  }
  .w_55_pc {
    width: 55% !important;
  }
  .w_60_pc {
    width: 60% !important;
  }
  .w_65_pc {
    width: 65% !important;
  }
  .w_70_pc {
    width: 70% !important;
  }
  .w_75_pc {
    width: 75% !important;
  }
  .w_80_pc {
    width: 80% !important;
  }
  .w_85_pc {
    width: 85% !important;
  }
  .w_90_pc {
    width: 90% !important;
  }
  .w_95_pc {
    width: 95% !important;
  }
  .w_100_pc {
    width: 100% !important;
  }
  .w_68_pc {
    width: 68% !important;
  }
}
/* flex box */
.flex_LRTB, .flex_RLTB {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 48em), print {
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_LRTB.half {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex_LRTB.fwrap, .flex_RLTB.fwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        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;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
}
/* ----------------------------------------------------------------------------------
リストなど　_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 10px;
}
ul.list_sim > li {
  margin: 0 0 8px 0;
  padding: 0;
  text-indent: -0.3em;
}
ul.list_sim > li::before {
  position: relative;
  top: -0.1em;
  left: -0.3em;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  content: "";
  border-radius: 100%;
  background: #4A453F;
  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: #8DD2B2;
}

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li {
  display: inline-block;
  margin: 0 40px 8px 0;
}

/* ※ -------------------------------------- */
ul.list_kome {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_kome li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_kome li::before {
  display: inline-block;
  content: "※";
  margin-left: -1.1em;
  margin-right: 0.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: "\f105";
  padding-right: 0.3rem;
  font-weight: bold;
  color: #6083C2;
}
ul.list_lnk a {
  color: #6083C2;
}

/* ページ内リンク -------------------------------------- */
ul.list_pl li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
ul.list_pl li a {
  color: #4A453F;
}
ul.list_pl a::before {
  font-family: "fontello";
  content: "r";
  padding-right: 5px;
  font-weight: bold;
  color: #8DD2B2;
}

@media screen and (min-width: 48em), print {
  ul.list_pl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.list_pl li {
    width: 33%;
  }
  ul.list_pl li a {
    background: rgba(96, 131, 194, 0.2);
    display: block;
    border: #6083C2 solid 2px;
    border-radius: 5px;
    padding: 7px 0 7px 25px;
  }
  ul.list_pl::after {
    content: "";
    display: block;
    width: 33%;
  }
}
/* チェックボックス -------------------------- */
ul.list_check {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_check li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_check li::before {
  display: inline-block;
  font-family: fontello;
  content: "\e800";
  margin-left: -1.1em;
  margin-right: 0.1em;
  color: #A4BD80;
}

/* 数値 -------------------------------------- */
ol.list_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ol.list_num li {
  list-style-type: decimal;
  margin: 0 0 10px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 5px solid #8DD2B2;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 0.5rem 1rem 1rem;
  position: relative;
}
ol.list_flow > li p.ttl {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.5rem;
}
ol.list_flow > li p.ttl::first-letter {
  color: #A4BD80;
  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: #8DD2B2;
  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: 1.5rem 1.5rem 1.5rem;
  }
  ol.list_flow > li p.ttl::first-letter {
    font-size: 3rem;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd {
  margin: 0 0 1em 5px;
}

@media screen and (min-width: 48em), print {
  .dl_career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_career dt {
    width: 10em;
  }
  .dl_career dd {
    width: calc(100% - 11em);
  }
}
/* dtシンプル -------------------------------------- */
.dl_sim {
  margin: 0 auto 1.5rem;
}
.dl_sim > dt {
  font-weight: bold;
  color: #A4BD80;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_sim > dd {
  margin-bottom: 2.5rem;
}

/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  font-weight: bold;
  border-bottom: double 3px #A4BD80;
  margin-bottom: 1rem;
  font-size: 110%;
  padding-bottom: 0.3rem;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #6083C2;
}

.dl_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  padding: 0;
}
.dl_flow dt, .dl_flow dd {
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
}

/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: #8DD2B2 solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: #8DD2B2;
  padding: 0.5rem 1rem;
  color: #fff;
}
.dl_tbl > dd {
  padding: 1rem;
  margin: 0;
}
.dl_tbl > dd *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .dl_tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_tbl dt {
    border-top: #fff 0.1rem solid;
    padding: 1.5rem 0 1.5rem 2rem;
  }
  .dl_tbl dt:first-child {
    border-top: none;
  }
  .dl_tbl dd {
    border-top: #A4BD80 0.1rem solid;
    padding: 1.5rem 2rem;
  }
  .dl_tbl dd:nth-child(2) {
    border-top: none;
  }
}
/* box -------------------------------------- */
.box1, .box2, .box3 {
  padding: 20px !important;
  margin-bottom: 20px;
  background: rgba(96, 131, 194, 0.1);
  border-radius: 0.5rem;
}
.box1 > dt, .box2 > dt, .box3 > dt {
  border-bottom: #6083C2 dotted 2px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.box1 > dd, .box2 > dd, .box3 > dd {
  margin: 10px;
}
.box1 > dd dt, .box2 > dd dt, .box3 > dd dt {
  color: #6083C2;
  font-weight: bold;
}
.box1 > *:last-child, .box2 > *:last-child, .box3 > *:last-child {
  margin-bottom: 0;
}

.box2 {
  background: #E8F8D0;
}
.box2 dt {
  border-bottom: #57AB03 dotted 2px;
}
.box2 ul.list_maru > li::before {
  color: #57AB03;
}

.box3 {
  background: #FBFBFB;
  border: 0.2rem solid #d4d4d4;
}

@media screen and (min-width: 48em), print {
  .box1 > dt, .box2 > dt {
    font-size: 18px;
  }
  .box1 > dd dt, .box2 > dd dt {
    font-size: 17px;
  }
}
/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

main a {
  border-bottom: 1px solid #6083C2;
  color: #6083C2;
}

main a:hover {
  color: #B8C4D8;
  border-bottom: 1px solid #B8C4D8;
}

a:hover img {
  opacity: 0.8;
}

a.btn {
  background: #6083C2;
  border-radius: 3rem;
  color: #fff;
  padding: 1rem 4rem;
  text-align: center;
  margin: 5px auto;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #6083C2 0.1rem solid;
  -webkit-transition: background 1s;
  transition: background 1s;
  line-height: 1;
}
a.btn:hover {
  border: #6083C2 0.1rem solid;
  color: #6083C2 !important;
  background: #fff;
}
a.btn::before {
  content: "\e80b";
  font-family: fontello;
  padding-right: 1rem;
}

@media screen and (min-width: 48em), print {
  a.btn {
    padding: 1.5rem 4.5rem;
  }
}
a.border_n {
  border: none !important;
}

/* 画像  -------------------------------------- */
figure {
  margin: 0;
}

#lower figure {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  width: auto;
}

/* 初診WEB仮予約ボタン　-------------------------------------- */
.rsv {
  background: #A4BD80;
  color: #fff;
  border-radius: 3rem;
  padding: 1rem 4rem;
  text-align: center;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #A4BD80 0.1rem solid;
  -webkit-transition: background 1s;
  transition: background 1s;
  line-height: 1;
}
.rsv:hover {
  border: #A4BD80 0.1rem solid;
  color: #A4BD80 !important;
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .rsv {
    border-radius: 1.2rem;
    padding: 1.5rem 4.5rem;
  }
}
/* /_module.scss　出力ここまで */
/* _common.scss　出力 */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 3.125vw;
  width: 100%;
}

body {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4A453F;
  font-size: 1.25rem;
  background-color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1220px;
    font-size: 1.7rem;
  }
}
/* 全体の横幅設定  -------------------------------------- */
.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;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1220px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  section {
    margin-bottom: 5rem;
  }
  .inner {
    padding: 0;
  }
  /*   a[href^="tel:"] {
         pointer-events: none;
     }*/
  main {
    margin-top: 6rem;
  }
}
/* header  -------------------------------------- */
header {
  z-index: 100;
}
header > .wrap {
  margin: 0;
}
header .logo {
  width: calc(100% - 6rem);
  padding: 1.15rem 0 1.15rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .logo img {
  width: 23rem;
}

/* ハンバーガーメニュー  -------------------------------------- */
.js-btn {
  margin: 0;
  padding: 1.5rem 0.5rem 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  top: 0;
  right: 0;
  /* ボタンの大きさ  */
  width: 5rem;
  height: 5.5rem;
  /* 最前面に */
  z-index: 100;
  background-color: #A4BD80;
  border: none;
  position: fixed;
}

.btn-txt {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 1.6rem;
  font-size: 1.2rem;
  color: #fff;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  display: block;
  position: relative; /* バーガー線の位置基準として設定 */
  width: 100%; /* 線の長さと高さ */
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.btn-line::before {
  /* 上の線の位置 */
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.btn-line::after {
  /* 下の線の位置 */
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

/***** メニューオープン時 *****/
.btn-line.open {
  background-color: transparent; /* 真ん中の線を透明に */
}

.btn-line.open::before,
.btn-line.open::after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-line.open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 上の線を傾ける */
}

.btn-line.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /* 下の線を傾ける */
}

@media screen and (min-width: 48em), print {
  .js-btn {
    display: none;
  }
}
#nav {
  width: 100%;
  padding: 1rem 1rem 0;
  background-color: rgba(164, 189, 128, 0.86);
  position: absolute;
  right: -100vw;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  position: fixed;
  max-height: 94%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
#nav a {
  color: #fff;
  text-decoration: none;
}
#nav ul.gnav > li {
  margin: 1.5rem 0;
}
#nav ul.gnav > li a {
  padding: 0 0 0 1.1em;
  display: block;
  position: relative;
  line-height: 1.2;
}
#nav a::before {
  font-family: fontello;
  content: "\e4a2";
  color: #fff;
  padding-right: 0.2rem;
  text-align: center;
}
#nav .dropdown > a {
  margin: 1.5rem 0 0;
}
#nav .dropdown > a::before,
#nav .dropdown .subsub::before {
  content: "\e800";
}
#nav .dropdown > a.close::before {
  content: "\e803";
}
#nav .dropdown ul {
  margin-left: 1.5rem;
}
#nav .dropdown ul li {
  margin: 1rem 0 1.5rem;
}
#nav .dropdown ul li a {
  margin: 0;
}
#nav .dropdown ul li a::before {
  content: "2";
}

#nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  header {
    padding: 0;
    width: 100%;
    min-width: 1220px;
    margin: 0;
    z-index: 10;
    position: relative;
  }
  header > .wrap {
    margin: 0 auto;
    padding: 2.5rem 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header > .wrap .logo {
    height: auto;
    width: 43rem;
    margin: 0 auto 0 0;
    padding: 0;
    display: block;
  }
  header > .wrap .logo img {
    width: 43rem;
  }
  header > .wrap .h_right {
    width: 75rem;
    letter-spacing: normal;
  }
  header > .wrap .h_right > ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0.2rem 1rem 0.2rem 0;
    width: 53rem;
    text-align: right;
  }
  header > .wrap .h_right > ul > li {
    margin: 0;
  }
  header > .wrap .h_right > ul > li:first-child {
    margin-bottom: 1.4rem;
  }
  header > .wrap .h_right > div.tel {
    width: 22rem;
    background: #d8c8b4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 1.2rem;
    font-size: 1.7rem;
  }
  header > .wrap .h_right > div.tel a {
    color: #fff;
  }
  header > .wrap .h_right > div.tel::before {
    font-family: fontello;
    content: "\e801";
    padding-right: 0.5rem;
  }
  header > .wrap .h_right > div {
    margin-left: 1rem;
  }
  header > .wrap .h_right > div .rsv {
    width: 15rem;
    height: 100%;
    padding: 0;
    border-radius: 1.2rem;
    font-size: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav {
    padding: 0.5rem 0;
    margin: 0 auto;
    font-weight: normal;
    position: static;
    overflow: visible !important;
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 242, 236)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 242, 236) 100%);
    min-width: 1220px;
  }
  #nav .wrap.flex_LRTB {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav ul.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 1rem;
    max-width: none;
    width: 1220px;
    line-height: 1;
    margin: 0.5rem auto;
    letter-spacing: normal;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    position: relative;
    border-right: 0.1rem dotted #6083C2;
  }
  #nav ul.gnav > li > a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.6rem;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 2.2rem;
    color: #4A453F;
  }
  #nav ul.gnav > li > a::before {
    color: #A4BD80;
    padding-right: 0.4rem;
  }
  #nav ul.gnav > li > a:hover {
    background: #A4BD80;
    color: #fff;
  }
  #nav ul.gnav > li > a:hover::before {
    color: #fff;
  }
  #nav ul.gnav > li:first-child {
    border-left: 0.1rem dotted #6083C2;
  }
  #nav ul.gnav > li:first-child a {
    font-size: 1.6rem;
  }
  #nav ul.gnav > li:first-child a::before {
    content: "\e80a";
    display: block;
    width: 100%;
    font-size: 2.6rem;
  }
  #nav ul.gnav > li.dropdown {
    padding: 0;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown > a {
    position: relative;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    padding: 0 0;
    margin: 0;
    z-index: 100;
    top: 5rem;
    left: -9.5rem;
    background: rgba(164, 189, 128, 0.8);
    text-align: center;
    overflow: hidden;
    width: 52rem;
    text-align: left;
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
    padding: 0;
    width: 25%;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a {
    padding: 1.5rem;
    color: #fff;
    margin: 0;
    line-height: 1;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a::before {
    display: none;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a:hover {
    color: #A4BD80;
    background: rgba(255, 255, 255, 0.8);
  }
  #nav ul.gnav > li.dropdown .subnav ul li:last-child {
    border-bottom: none;
  }
  #nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  #nav.fixed + * {
    margin-top: 7rem !important;
  }
}
.fixd_rsv {
  position: fixed;
  top: 18rem;
  right: 0;
  width: 5rem;
  height: 20rem;
  z-index: 100;
}
.fixd_rsv .rsv {
  border-radius: 6px 0 0 6px;
  font-size: 2rem;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
}

/* 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;
  }
}
/* ページ下部 医院概要  -------------------------------------- */
#overview {
  margin: 0 0;
  padding: 4rem 0;
  line-height: 1.4;
  position: relative;
}
#overview .logo {
  width: 23rem;
  margin: 0 auto 2rem;
}
#overview .logo img {
  width: 100%;
  display: block;
}
#overview .overviewL {
  max-width: 37rem;
  margin: 0 auto 2rem;
}

.dl_overview {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl_overview > dt {
  color: #A4BD80;
  width: 5em;
}
.dl_overview > dd {
  width: calc(100% - 5em);
  margin-bottom: 1rem;
}
.dl_overview > dd li {
  margin-bottom: 0;
}

.gmap {
  height: 29rem;
}
.gmap + .btn {
  background: #A4BD80;
  border-color: #A4BD80 !important;
  margin-top: 1rem;
}
.gmap + .btn:hover {
  color: #A4BD80 !important;
}
.gmap + .btn::before {
  content: "\e80d";
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 10rem 0 9rem;
    margin: 0;
  }
  #overview .logo {
    width: 32rem;
    margin: 1rem auto;
  }
  #overview .tel_rsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem auto 1rem;
  }
  #overview .tel_rsv li {
    width: 48%;
  }
  #overview .tel_rsv li.tel {
    background: #d8c8b4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 1.2rem;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
  #overview .tel_rsv li.tel a {
    color: #fff;
  }
  #overview .tel_rsv li.tel::before {
    font-family: fontello;
    content: "\e801";
    padding-right: 0.5rem;
  }
  #overview .tel_rsv li .rsv {
    width: 100%;
    font-size: 2rem;
  }
  #overview .wrap > .flex_LRTB {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #overview .overviewL {
    width: 56rem;
    max-width: none;
    margin: 0;
  }
  #overview .overviewL .dl_def {
    margin: 1rem auto 3rem;
  }
  #overview .overviewL .tbl_time {
    width: 55rem;
  }
  #overview .overviewR {
    width: 60rem;
  }
  #overview .overviewR .gmap {
    height: calc(100% - 12rem);
  }
  #overview .overviewR .gmap + .btn {
    margin-top: 3rem;
  }
  .dl_overview > dt {
    width: 10rem;
  }
  .dl_overview > dd {
    width: calc(100% - 10rem);
    margin: 0;
    padding: 0 0 1.6rem;
  }
  .dl_overview > dd ul {
    margin-bottom: 0;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.tbl_time caption span {
  color: #A4BD80;
}
.tbl_time thead th {
  padding: 0.7rem 0;
  font-weight: normal;
  border-bottom: 0.1rem solid #4A453F;
  border-top: 0.1rem solid #4A453F;
}
.tbl_time tbody {
  background: #fff;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid #4A453F;
}
.tbl_time tbody th {
  font-weight: normal;
}
.tbl_time tbody td {
  width: 2em;
  color: #A4BD80;
}
.tbl_time tbody td:last-child {
  width: 3em;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.7rem;
  }
  .tbl_time caption {
    margin-top: 1rem;
  }
  .tbl_time thead th {
    padding: 1.3rem 0;
  }
  .tbl_time tbody th {
    padding: 1.3rem 0;
    width: 14.5rem;
    line-height: 1.2;
  }
  .tbl_time tbody td {
    padding: 1.3rem 0;
    width: 3em;
  }
}
/* ページトップ -------------------------------------- */
.sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: rgba(153, 153, 153, 0.8);
  margin: 0;
  width: 100%;
  height: 4rem;
  padding: 0.1rem 0;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
  font-size: 1.4rem;
}
.sp_bottom li {
  width: 50%;
  position: relative;
  margin: 0;
  height: 100%;
}
.sp_bottom li a {
  padding: 1rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sp_bottom li a i,
.sp_bottom li a img {
  padding: 0 0.5rem;
}
.sp_bottom li a.rsv {
  border-radius: 0;
}
.sp_bottom li:first-child a {
  background: #d8c8b4;
  color: #fff;
}

#pageup {
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: -15rem;
  right: 0.5rem;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#pageup.block {
  bottom: 4rem;
}

@media screen and (min-width: 48em), print {
  .sp_bottom {
    display: none;
  }
  #pageup {
    width: 6rem;
    height: 6rem;
    right: 4rem;
  }
}
/* footer -------------------------------------- */
footer .wrap {
  display: none;
}
footer br {
  display: none;
}

address {
  padding: 0.8rem 0 5.5rem 0;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
address a {
  color: #4A453F;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0;
    margin: 0 auto 0;
    background: #A4BD80;
    font-size: 1.6rem;
  }
  footer .wrap {
    display: block;
    padding: 3.5rem 0 2.5rem;
  }
  footer .wrap > ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .wrap > ul > li {
    padding: 0 2rem;
    margin: 0 0 1.5rem;
    text-align: center;
    border-left: 0.1rem solid #fff;
  }
  footer .wrap > ul > li a {
    color: #fff;
    padding: 0;
  }
  footer .wrap > ul > li.dropdown {
    display: none;
  }
  footer .wrap > ul > li:first-child {
    border-left: none;
  }
  footer .wrap > ul:last-child {
    width: 66rem;
  }
  footer .wrap > ul:last-child li:nth-child(6) {
    border-left: none;
  }
  address {
    margin: 0;
    padding: 1.5rem 0;
    font-size: 1.2rem;
    background: #fff;
  }
}
.img_map {
  border: 0.1rem solid #ccc;
}

/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv .bg {
  background-size: auto 20rem;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 20rem;
  width: 100%;
}
#TopPage #kv .wrap {
  margin: 0 0.5rem;
}
#TopPage #kv .wrap .kv_txt {
  color: #fff;
  line-height: 1.4;
  margin: 0 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#TopPage #kv .wrap .kv_txt li {
  width: 15rem;
  height: 15rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: url(../img/kv_txt.png) no-repeat center;
  background-size: cover;
  padding: 2.5rem 0;
}
#TopPage #kv .wrap .kv_txt li:first-child {
  font-size: 1.4rem;
}
#TopPage #kv .wrap .kv_txt span {
  background: #FFF8BB;
  padding: 0.4rem;
  color: #D56940;
  font-size: 1.4rem;
}
#TopPage main {
  margin: 0;
}
#TopPage main section {
  margin-bottom: 0;
}
#TopPage h2 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  text-align: center;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/top_h2.png) no-repeat center center;
  background-size: auto 3.5rem;
  height: 3.5rem;
}
#TopPage #news {
  margin-bottom: 5rem;
}
#TopPage #news dl {
  padding: 0 1.5rem 0.5rem 0.5rem;
  /*
  overflow: auto;
  max-height: 20rem;

  &::-webkit-scrollbar{
      width: 1rem;
    }
    &::-webkit-scrollbar-track{
      background: $clrSub1 0% 0% no-repeat padding-box;
      border-radius: 7px;
    }
    &::-webkit-scrollbar-thumb{
      background: $clrSub2; 
      border-radius: 10px;
      box-shadow: none;
    }*/
}
#TopPage #news dl dt {
  color: #A4BD80;
  position: relative;
  padding: 1rem 0 0 1.1em;
}
#TopPage #news dl dt::before {
  content: "\e800";
  font-family: fontello;
  position: absolute;
  top: 1rem;
  left: 0;
}
#TopPage #news dl dt.close::before {
  content: "\e803";
}
#TopPage #news dl dt:first-child {
  border-top: none;
}
#TopPage #news dl dd:not(:nth-of-type(-n + 3)) {
  display: none;
}
#TopPage #news .new {
  display: none;
}
#TopPage #consulut {
  background: url(../img/bg_consult.png);
  padding: 5rem 0;
}
#TopPage #consulut h2 {
  background-image: url(../img/consulut_h2.png);
  height: 9rem;
  background-size: auto 9rem;
  padding-top: 1.5rem;
}
#TopPage #consulut h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
#TopPage #consulut section section {
  margin-bottom: 3rem;
}
#TopPage #consulut .flex_LRTB figure {
  background: url(../img/consulut_blue.png) no-repeat top 4rem center;
  background-size: contain;
  padding: 0 1rem;
  width: 30rem;
  min-height: 26rem;
  margin-bottom: 2rem;
}
#TopPage #consulut .flex_LRTB figure img {
  width: 12rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
#TopPage #consulut .flex_LRTB figure .list_in {
  text-align: center;
}
#TopPage #consulut .flex_LRTB figure .list_in li {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#TopPage #consulut .flex_LRTB figure ul.list_sim li {
  margin-bottom: 0.1rem;
  letter-spacing: normal;
  font-size: 95%;
}
#TopPage #consulut .flex_LRTB figure a {
  border: 0.1rem solid #6083C2;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #fff;
}
#TopPage #consulut .flex_LRTB figure a::before {
  content: "\e80b";
  font-family: fontello;
  padding-right: 0.2rem;
}
#TopPage #consulut .flex_LRTB figure:nth-child(even) {
  background-image: url(../img/consulut_green.png);
}
#TopPage #consulut .flex_LRTB figure:nth-child(even) a {
  border-color: #A4BD80;
  color: #A4BD80;
}
#TopPage #treatment {
  background: url(../img/bg_treatment.png) bottom center no-repeat;
  padding: 5rem 0;
}
#TopPage #treatment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content: space-between;*/
}
#TopPage #treatment ul li {
  width: 45.5%;
  margin-bottom: 1.5rem 0.5rem;
}
#TopPage #treatment ul li a {
  display: block;
  color: #4A453F;
  border: 0.1rem dotted #A4BD80;
  background: #fff;
  position: relative;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.6rem;
}
#TopPage #treatment ul li a::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #A4BD80 transparent transparent;
}
#TopPage #features {
  padding: 4rem 0 4rem;
}
#TopPage #features ul > li {
  margin-bottom: 2rem;
  position: relative;
  padding: 1rem 0 0 1rem;
}
#TopPage #features ul > li dt img {
  position: absolute;
  left: 0;
  top: 0;
}
#TopPage #features ul > li dd {
  border: 0.1rem solid #ccc;
  padding: 1rem;
}
#TopPage #features ul > li dd img {
  border-radius: 1.2rem;
}
#TopPage #features ul > li dd p {
  margin: 1rem 0 0;
}
#TopPage #features .underline span {
  display: inline-block;
}
#TopPage #greeting {
  background: url(../img/greeting_bg.png) center no-repeat;
  background-size: contain;
  padding-bottom: 3rem;
  font-size: 112.5%;
}
#TopPage #greeting img {
  width: 50%;
  margin: 0 auto;
}
#TopPage #greeting figcaption {
  margin: 1rem 0 2rem;
}
#TopPage #nursing h2 {
  margin: 0 1.5rem 2rem;
}
#TopPage #nursing ul li {
  background: url(../img/nursing_img01.jpg) no-repeat center center;
  margin: 0;
  padding: 3rem 1.5rem;
  line-height: 1;
}
#TopPage #nursing ul li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 1rem 1rem;
  background: rgba(164, 189, 128, 0.7);
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
#TopPage #nursing ul li a span {
  position: absolute;
  background: #A4BD80;
  border-radius: 2.2rem;
  padding: 0.8rem 2rem;
  top: -2rem;
  right: -0.5rem;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#TopPage #nursing ul li a span::before {
  content: "\f138";
  font-family: fontello;
  padding-right: 0.2rem;
}
#TopPage #nursing ul li a:hover {
  background: rgba(96, 131, 194, 0.7);
}
#TopPage #nursing ul li a:hover span {
  background: #6083C2;
}
#TopPage #nursing ul li:nth-child(2) {
  background-image: url(../img/nursing_img02.jpg);
}
#TopPage #nursing ul li:nth-child(3) {
  background-image: url(../img/nursing_img03.jpg);
}
#TopPage #nursing ul li:nth-child(4) {
  background-image: url(../img/nursing_img04.jpg);
}

@media screen and (min-width: 48em), print {
  #TopPage #kv {
    margin: 0 auto 2.5rem;
    position: relative;
    height: 52.5rem;
  }
  #TopPage #kv .bg {
    height: 52.5rem;
    width: 100%;
    background-size: auto;
    margin: 0 auto;
  }
  #TopPage #kv .wrap {
    margin: -24rem auto 0;
    padding: 0 1rem;
  }
  #TopPage #kv .wrap .kv_txt {
    width: 40rem;
  }
  #TopPage #kv .wrap .kv_txt li {
    width: 18rem;
    height: 18rem;
    font-size: 1.6rem;
    padding: 3.2rem 0;
  }
  #TopPage #kv .wrap .kv_txt li:first-child {
    font-size: 2rem;
  }
  #TopPage #kv .wrap .kv_txt li span {
    font-size: 1.9rem;
    padding: 0.5rem;
  }
  #TopPage main {
    padding: 0;
  }
  #TopPage main .wrap {
    margin: 0 auto;
  }
  #TopPage main h2 {
    font-size: 3rem;
    height: 4rem;
    margin-bottom: 5rem;
  }
  #TopPage main #news {
    margin-bottom: 10rem;
  }
  #TopPage main #news dl {
    width: 82rem;
    margin: 0 auto;
  }
  #TopPage main #consulut h2 {
    height: 17rem;
    padding-top: 3.5rem;
    background-size: auto;
    margin-bottom: 5.5rem;
  }
  #TopPage main #consulut h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #TopPage main #consulut .flex_LRTB {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #TopPage main #consulut .flex_LRTB figure {
    width: 36.8rem;
    min-height: 46rem;
    background-position: top 15rem center;
    padding: 0;
  }
  #TopPage main #consulut .flex_LRTB figure img {
    width: auto;
    margin-bottom: 2rem;
  }
  #TopPage main #consulut .flex_LRTB figure a {
    border-radius: 2rem;
  }
  #TopPage main #treatment {
    padding: 7rem 0;
  }
  #TopPage main #treatment ul li {
    width: 22.7rem;
    padding: 3.2rem 1.5rem;
  }
  #TopPage main #treatment ul li a {
    padding: 3.2rem 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.4rem;
  }
  #TopPage main #treatment ul li a:hover {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
    background: #f7f9f4;
  }
  #TopPage main #features {
    padding: 9rem 0 0;
    overflow: hidden;
  }
  #TopPage main #features .wrap {
    position: relative;
  }
  #TopPage main #features .wrap::after {
    content: "";
    width: 200rem;
    height: 50rem;
    background: #f7f3ef;
    display: block;
    position: absolute;
    left: 20rem;
    top: 20rem;
    z-index: -1;
  }
  #TopPage main #features .flex_LRTB {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TopPage main #features .flex_LRTB li {
    width: 51rem;
    padding: 1.5rem 0 0 3rem;
    margin-left: 4.6rem;
    margin-bottom: 4rem;
  }
  #TopPage main #features .flex_LRTB li:first-child {
    margin-left: 0;
  }
  #TopPage main #features .flex_LRTB li:nth-child(3) {
    margin-left: 12rem;
  }
  #TopPage main #features .flex_LRTB li dl {
    height: 100%;
  }
  #TopPage main #features .flex_LRTB li dd {
    padding: 2.2rem 3.7rem;
    background: #fff;
    height: 100%;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem 0;
}
#lower .breadcrumb li a {
  color: #4A453F;
  border: none;
}
#lower .breadcrumb li:first-child::after {
  content: "＞";
  padding: 0 1rem;
}
#lower .breadcrumb + .inner {
  margin-top: 3rem;
}
#lower main {
  margin-top: 1rem;
  background: url(../img/bg_lower.png) no-repeat bottom center;
  background-size: 200% auto;
  padding-bottom: 4rem;
}
#lower main section {
  margin: 0 auto 4rem;
  padding: 0;
}
#lower h1,
#lower h2,
#lower h3,
#lower h4,
#lower h5,
#lower h6 {
  font-weight: normal;
}
#lower h1 {
  background: url(../img/h1.jpg) no-repeat center;
  background-size: auto 100%;
  margin: 0 0 1rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  padding: 3rem 1rem;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
#lower h2 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  padding: 2.3rem 0 0.5rem;
  text-align: center;
  font-weight: normal;
  background: url(../img/h2.png) no-repeat top center;
  background-size: 2.8rem auto;
  border-bottom: 0.2rem solid #A4BD80;
  color: #A4BD80;
}
#lower h3 {
  margin: 4rem 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  background: #A4BD80;
  line-height: 1.35;
  padding: 0.3rem 0.5rem;
}
#lower h4 {
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  border-bottom: #A4BD80 solid 0.2rem;
  line-height: 1.35;
  padding: 0.2rem 0 0.2rem 2.5rem;
  background: url(../img/h2.png) no-repeat left center;
  background-size: auto 1.8rem;
}
#lower h5 {
  margin: 3rem 0 2rem;
  font-size: 1.4rem;
  border-bottom: 0.2rem dotted #6083C2;
  line-height: 1.35;
  padding: 0 0.2rem 0.2rem;
  color: #6083C2;
}
#lower main {
  display: block;
}
#lower main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
#lower main li,
#lower main dl {
  line-height: 1.6;
}
#lower main .tbl_def {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
#lower main .tbl_def thead {
  background: #6083C2;
  color: #fff;
}
#lower main .tbl_def thead th {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #fff;
}
#lower main .tbl_def tbody th {
  background: #d7f2fe;
}
#lower main .tbl_def tbody th,
#lower main .tbl_def tbody td {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #ccc;
}
#lower main .tbl_price {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
#lower main .tbl_price tr {
  border-bottom: 1px solid #ccc;
}
#lower main .tbl_price tr th {
  text-align: left;
  color: #663300;
  font-size: 94%;
  padding: 1% 0% 0.8% 2%;
}
#lower main .tbl_price tr td {
  padding: 1% 2% 0.8% 2%;
  border-left: 1px solid #ccc;
}
#lower main .tbl_price tr td:last-child {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  #lower .breadcrumb {
    margin: 2rem auto 6.5rem;
    width: 100%;
  }
  #lower main {
    padding-bottom: 10rem;
    background-size: auto;
  }
  #lower main > .wrap {
    padding: 0 5rem 5rem;
  }
  #lower main > .wrap > section {
    margin: -9rem auto 7rem;
    padding-top: 6rem;
  }
  #lower main > .wrap > section .inner + section,
  #lower main > .wrap > section .inner + .flex_LRTB.half {
    padding-top: 5rem;
  }
  #lower main > .wrap > section > section {
    margin: 0 auto 9rem;
  }
  #lower main > .wrap > section > section .inner + section {
    padding-top: 7rem;
  }
  #lower main > .wrap > section > section > section {
    margin: 0 auto 8rem;
  }
  #lower main > .wrap > section > section > section > section {
    margin: 0 auto 7rem;
  }
  #lower main > .wrap > section h3 + section {
    padding-top: 2rem;
  }
  #lower h1 {
    font-size: 3.6rem;
    top: 0;
    margin: 0 auto;
    line-height: 1;
    height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: auto;
    text-align: left;
  }
  #lower h1 span {
    width: 1220px;
    padding: 0 1rem;
  }
  #lower h2 {
    font-size: 3rem;
    margin: 4rem 0;
    background-size: auto;
    padding: 5.5rem 0.5rem 1rem;
  }
  #lower h3 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 0.6rem 0.8rem;
  }
  #lower h4 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 0.8rem 2rem 0.8rem 4rem;
    background-size: 3.2rem 3.2rem;
  }
  #lower h5 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
    padding: 0.8rem 2rem;
  }
}
#lower #outpatient .tbl_def span {
  display: block;
  margin-bottom: 0.5rem;
}
#lower #outpatient .tbl_def tbody th {
  width: 20%;
}
#lower #outpatient .tbl_def tbody td {
  width: 40%;
  padding: 1rem;
}
#lower #outpatient .tbl_def tbody td *:last-child {
  margin-bottom: 0;
}
#lower .slider-pro {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#lower .slider-pro * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#lower .slider-pro p {
  margin: 0;
}
#lower .slider-pro .sp-white {
  background: #A4BD80;
  color: #fff;
  font-size: 2rem;
}
#lower .sp-selected-thumbnail {
  border: 0.4rem solid #A4BD80;
}
#lower .sp-mask {
  padding-bottom: 2.6rem;
}
#lower .sp-slide {
  padding-bottom: 2.6rem;
}

@media screen and (min-width: 48em), print {
  #lower #access .flex_LRTB.half .gmap {
    height: auto;
  }
  #lower .sp-mask {
    padding-bottom: 5.3rem;
  }
  #lower .sp-slide {
    padding-bottom: 5.3rem;
  }
}
#lower {
  /* Slider */
}
#lower .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#lower .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#lower .slick-list:focus {
  outline: none;
}
#lower .slick-list.dragging {
  cursor: pointer;
}
#lower .slick-slider .slick-track,
#lower .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#lower .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#lower .slick-track:before,
#lower .slick-track:after {
  content: "";
  display: table;
}
#lower .slick-track:after {
  clear: both;
}
#lower .slick-loading .slick-track {
  visibility: hidden;
}
#lower .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
#lower [dir=rtl] .slick-slide {
  float: right;
}
#lower .slick-slide img {
  display: block;
}
#lower .slick-slide.slick-loading img {
  display: none;
}
#lower .slick-slide.dragging img {
  pointer-events: none;
}
#lower .slick-initialized .slick-slide {
  display: block;
}
#lower .slick-loading .slick-slide {
  visibility: hidden;
}
#lower .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#lower .slick-arrow.slick-hidden {
  display: none;
}
#lower *:focus:not(:focus-visible),
#lower *::before:focus:not(:focus-visible),
#lower *::after:focus:not(:focus-visible) {
  outline: none;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 6.5rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}

.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #A4BD80;
  line-height: 1.4;
}

.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}

.gallery .gallery_thum .slick-current div img {
  border: 4px solid #A4BD80;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #A4BD80;
  z-index: 1;
}

.slick-arrow::before {
  font-size: 1.2rem;
}

.slick-arrow.slick-prev {
  left: -2.6rem;
}

.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}

.slick-arrow.slick-next {
  right: -2.6rem;
}

.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #A4BD80;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #A4BD80;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}

.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}

.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #A4BD80;
}

.slick-dots li button:hover,
.slick-dots li button:focus-visible {
  opacity: 0.8;
}

.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
#clinic .slick-slider .slick-track,
#clinic .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

/* /_lower.scss　出力ここまで */