@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);
  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 {
  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]) {
  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;
  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;
  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;
}

.txt_nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.underline {
  background: linear-gradient(transparent 60%, rgba(173, 138, 100, 0.8) 60%);
}

.bg_red {
  background-color: pink;
}

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

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

.fc_blue {
  color: #2906cd !important;
}

.fc_orange {
  color: #cd8d06 !important;
}

.fc_green {
  color: #21BF25 !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 {
  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;
    justify-content: space-between;
  }
  .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;
  }
  .flex_LRTB.fwrap,
  .flex_RLTB.fwrap {
    flex-wrap: wrap;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    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 {
    flex-wrap: wrap;
  }
  .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 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: #AD8A64;
  vertical-align: middle;
}

/* ● -------------------------------------- */
ul.list_maru {
  padding: 0;
  margin: 0 0 10px 1.5em;
}
ul.list_maru li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_maru li::before {
  display: inline-block;
  content: "\e805";
  font-family: fontello;
  margin-left: -1.2em;
  margin-right: 0.3em;
  color: #AD8A64;
}

/*　● インライン -------------------------------------- */
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;
}

/* 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: "\e804";
  padding-right: 0.3rem;
  font-weight: bold;
  color: #B48F61;
}
ul.list_lnk a {
  color: #B48F61;
}
ul.list_lnk a[href^=http]:after,
ul.list_lnk a[href^="//"]:after {
  margin: 0 0 0 0.3rem;
  font-family: fontello;
  content: "\f08e";
  font-weight: 900;
  border-bottom: none;
}

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

@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%;
    padding-left: 0.5rem;
  }
  ul.list_pl li a {
    background: rgba(147, 102, 68, 0.2);
    display: block;
    border: #936644 solid 2px;
    border-radius: 5px;
    padding: 7px 0 7px 25px;
    white-space: nowrap;
  }
  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 #AD8A64;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 0.5rem 1rem 1rem;
  position: relative;
  /* p.ttl::first-letter {
    color: $clrMain;
    font-size: 2.5rem;
    padding-right: 0.5rem;
  }*/
}
ol.list_flow > li p.ttl {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.5rem !important;
}
ol.list_flow > li *:last-child {
  margin-bottom: 0 !important;
}
ol.list_flow > li::after {
  bottom: -30px;
  color: #AD8A64;
  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;
    /*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: flex;
    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: #28263E;
  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 #28263E;
  margin-bottom: 1rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #936644;
}

@media screen and (min-width: 48em), print {
  .dl_def {
    margin-bottom: 4rem;
  }
  .dl_def dt {
    margin-bottom: 1.5rem;
  }
}
/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: #AD8A64 solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: #AD8A64;
  padding: 0.5rem;
  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 > dt {
    padding: 1rem;
  }
}
/* box -------------------------------------- */
.box1,
.box2,
.box3 {
  padding: 20px !important;
  margin-bottom: 20px;
  background: rgba(147, 102, 68, 0.1);
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt {
  border-bottom: #936644 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: #936644;
  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;
  }
}
/* FAQ*/
.dl_faq dt span:first-child, .dl_faq dd span:first-child {
  font-size: 140%;
  color: #cd2906;
}
.dl_faq dd {
  margin-bottom: 1.5em;
}
.dl_faq dd span:first-child {
  color: #2906cd;
}

/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

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

main a:hover {
  color: #778ABC;
  border-bottom: 1px solid #778ABC;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

a.btn {
  background: #fff;
  border: #B48F61 solid 0.2rem;
  padding: 0.8rem 3rem;
  text-align: center;
  margin: 5px auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s;
  color: #333;
  font-weight: bold;
}
a.btn:hover {
  color: #fff !important;
  background: #B48F61;
  border: #B48F61 solid 0.2rem;
}
a.btn:hover::after {
  color: #fff;
}
a.btn::after {
  content: "\e804";
  font-family: fontello;
  position: absolute;
  right: 1rem;
  font-size: 200%;
  color: #B48F61;
  font-weight: normal;
  transition: all 1s;
}

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

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

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

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

#YouTube {
  margin: 0 auto 2.5rem;
  text-align: center;
}
#YouTube iframe {
  width: 90%;
  height: 16rem;
  border: none;
}
@media screen and (min-width: 48em), print {
  #YouTube iframe {
    max-width: 560px;
    height: 315px;
  }
}

/* /_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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 3.125vw;
}

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

#kv,
h1,
h2,
h3,
h4,
h5,
#nav,
header,
.btn,
#TopPage main {
  font-family: YakuHanMPs_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1230px;
    font-size: 1.8rem;
  }
}
/* 全体の横幅設定  -------------------------------------- */
.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: 1230px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  section {
    margin-bottom: 5rem;
  }
  .inner {
    padding: 0;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* header  -------------------------------------- */
header > .wrap {
  margin: 0;
  padding: 1rem 1rem 0.5rem;
}
header .logo {
  width: calc(100% - 6rem);
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
header .logo img {
  width: 20rem;
}

/* ハンバーガーメニュー  -------------------------------------- */
.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;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  /* ボタンの配置位置 */
  /* ボタンの大きさ  */
  width: 5rem;
  height: 5.5rem;
  /* 最前面に */
  z-index: 100;
  background-color: #fff;
  border: none;
  position: fixed;
}

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

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

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.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: "";
  transition: 0.2s;
}

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

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

#nav {
  width: 100%;
  padding: 0;
  background-color: #f5eee7;
  position: absolute;
  right: -100vw;
  top: 0;
  transition: 0.3s;
  z-index: 99;
  font-weight: bold;
  position: fixed;
  max-height: 94%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
#nav a {
  color: #333;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
}
#nav > ul {
  margin: 2rem 1rem 2rem;
  font-size: large;
}
#nav > ul > li {
  margin: 2rem 0;
}
#nav > ul > li a {
  margin: 0.5rem 0;
  display: block;
}
#nav > ul > li a span {
  padding: 0 1em;
}
#nav > ul > li.dropdown > a::before {
  font-family: fontello;
  content: "r";
  color: #28263E;
  left: 0;
}
#nav > ul > li.dropdown > a.close::before {
  content: "e";
}
#nav > ul .subnav ul {
  margin-left: 2rem;
}
#nav > ul .subnav ul li {
  margin: 2rem 0;
}
#nav > ul .subnav.treatment ul li {
  margin: 1.5rem 0;
}
#nav > ul a::before {
  font-family: fontello;
  content: "w";
  color: #28263E;
  position: absolute;
  left: 0.3rem;
}

#nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  header {
    padding: 0;
    margin: 0;
  }
  header > .wrap {
    margin: 0 auto;
    padding: 1.2rem 1rem;
    align-items: center;
    justify-content: space-between;
    letter-spacing: normal;
    display: flex;
  }
  header > .wrap > .btn {
    display: none;
  }
  header > .wrap .logo {
    height: auto;
    width: 37.5rem;
    margin: 0.5rem auto 0.5rem 1rem;
    padding: 0;
    display: block;
  }
  header > .wrap .logo img {
    width: 37.5rem;
  }
  header > .wrap .h_right {
    width: 81rem;
    margin: 0 1rem 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*> a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 22rem;
        height: 9.7rem;
        background: #ad8a64;
        color: #fff;
        margin: 0 1rem;
        font-size: 2rem;
        padding: 1rem 0;
        line-height: 1.2;

        &::before {
            content: "\e802";
            font-family: fontello;
            font-size: 3.5rem;
            text-align: center;
            padding-right: 1rem;
        }

        &:hover {
            background: rgba(#ad8a64, 0.8);
        }
    }*/
  }
  header > .wrap .h_right > ul {
    padding: 0 1rem;
    margin: 0;
    width: 35rem;
  }
  header > .wrap .h_right > ul > li {
    text-align: right;
    margin: 0;
  }
  header > .wrap .h_right > ul > li:nth-child(2) {
    font-size: 3.3rem;
    margin-top: 0.5rem;
  }
  header > .wrap .h_right > dl {
    width: 13rem;
    text-align: center;
  }
  header > .wrap .h_right > dl dt {
    font-size: 1.8rem;
    margin: 0.5rem;
  }
  header > .wrap .h_right > dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header > .wrap .h_right > dl dd input {
    background: #fff;
    color: #001650;
    border: 0.1rem solid #001650;
    width: 6rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header > .wrap .h_right > dl dd input.off {
    background: #001650;
    color: #fff;
  }
  #nav {
    padding: 1.25rem 0;
    margin: 0 auto;
    font-weight: normal;
    width: 100%;
    position: static;
    overflow: visible !important;
    font-size: 1.4rem;
    right: 0;
    background: #28263E;
  }
  #nav ul.gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 1230px;
    line-height: 1;
    margin: 0 auto;
    letter-spacing: normal;
    font-size: 2rem;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #nav ul.gnav > li > a {
    text-align: center;
    display: inline-block;
    padding: 1rem 0;
    transition: all 1s;
    position: relative;
    width: 100%;
    margin: 0;
    color: #fff;
  }
  #nav ul.gnav > li > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  #nav ul.gnav > li > a:hover::before {
    transform: scale(1, 1);
    content: "" !important;
  }
  #nav ul.gnav > li.dropdown {
    position: relative;
  }
  #nav ul.gnav > li.dropdown a.sub::after {
    content: "\e803";
    font-family: fontello;
    padding-left: 0.5rem;
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    padding: 2rem;
    margin: 0;
    z-index: 100;
    left: -1rem;
    top: 5.3rem;
    background: rgba(255, 255, 255, 0.95);
    width: 44rem;
    text-align: left;
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
  }
  #nav ul.gnav > li.dropdown .subnav ul li a {
    color: #333;
    padding: 1rem;
    display: block;
  }
  #nav ul.gnav > li.dropdown .subnav ul li a::before {
    display: none;
  }
  #nav ul.gnav > li.dropdown .subnav ul li a:hover {
    background: #AD8A64;
    color: #fff;
  }
  #nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    margin: 0 auto;
  }
  #nav.is-fixed .gnav {
    width: 1230px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #nav.is-fixed + * {
    margin-top: 6.6rem !important;
  }
  #nav.is-fixed + * + #kv {
    margin-top: 13rem;
  }
}
/* 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 {
  padding: 2rem 0;
  line-height: 1.4;
  background: url(../img/bg_overview.jpg) no-repeat center center;
  background-size: cover;
  border-top: #B48F61 0.4rem solid;
}
#overview .wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 1rem;
}
#overview .logo img {
  display: block;
  margin: 0.5rem auto;
}
#overview .tel {
  font-size: 180%;
  text-align: center;
  margin: 1rem auto;
}
#overview .tel::before {
  font-family: fontello;
  content: "\e801";
}
#overview .tel a {
  color: #333;
}
#overview .img_c {
  margin: 2rem auto;
}

.dl_overview {
  margin-bottom: 0;
}
.dl_overview > dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #AD8A64;
}
.dl_overview > dd {
  margin: 0 0 2rem;
}

p.bold {
  color: #AD8A64;
}

.dl_access {
  margin-bottom: 1rem;
}
.dl_access div {
  display: flex;
  justify-content: space-between;
  background: url(../img/line01.png) repeat-x center center;
  margin-bottom: 1rem;
}
.dl_access div dt,
.dl_access div dd {
  background: #fff;
  padding-left: 0.5rem;
}
.dl_access div dt {
  text-align: left;
  padding-right: 0.5rem;
}
.dl_access div dt::before {
  content: "\e805";
  font-family: fontello;
  color: #AD8A64;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 120%;
}

.gmap {
  margin: 0 auto;
  height: 45rem;
  width: 100%;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 10rem 0;
    margin: 0;
  }
  #overview > .wrap {
    margin: 0 auto;
    padding: 6rem 6.5rem;
    width: 120rem;
  }
  #overview > .wrap .flex_LRTB {
    justify-content: space-between;
  }
  #overview .overviewL {
    width: 47rem;
  }
  #overview .overviewL .btn {
    width: 35rem;
    margin: 3.5rem auto 0;
    padding: 2rem;
  }
  #overview .overviewL p.bold {
    text-align: center;
    margin: 1rem 0;
    font-size: 110%;
  }
  #overview .overviewR {
    width: 55rem;
  }
  #overview .overviewR .img_c {
    margin: 0;
  }
  #overview .tbl_time {
    margin: 6rem auto 0;
  }
  .dl_overview {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .dl_overview > dt {
    width: 12rem;
  }
  .dl_overview > dd {
    width: calc(100% - 12rem);
  }
  .dl_access {
    width: 40rem;
    margin: 3rem auto;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  caption-side: bottom;
  font-size: 95%;
  letter-spacing: 0;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 0.1rem solid #b48f61;
}
.tbl_time thead tr {
  background: #b48f61;
  color: #fff;
}
.tbl_time thead th {
  padding: 0.7rem 0 0.7rem;
  text-align: center;
  font-weight: normal;
}
.tbl_time tbody tr {
  border-top: 0.1rem solid #b48f61;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
}
.tbl_time tbody th {
  font-weight: normal;
}
.tbl_time tbody td {
  min-width: 5.5em;
  text-align: center;
  border-left: 0.1rem solid #b48f61;
}
.tbl_time tbody td.bg_y {
  background: #FFEEA8;
}
.tbl_time tbody td span {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #CF9911;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
    width: 106rem;
    margin: 0 auto 1rem;
    overflow: hidden;
    white-space: nowrap;
  }
  .tbl_time thead th {
    padding: 1.5rem 0;
    font-size: 100%;
    font-size: 1.8rem;
    line-height: 1;
  }
  .tbl_time tbody th {
    padding: 1.5rem 0;
    line-height: 1;
    font-size: 2rem;
    width: 18rem;
  }
  .tbl_time tbody td {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    width: 14.65rem;
  }
  .tbl_time + div {
    max-width: 106.5rem;
    margin: auto;
  }
}
/* ページトップ -------------------------------------- */
.sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 100%;
  padding: 0.1rem;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
}
.sp_bottom ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
}
.sp_bottom ul > li {
  position: relative;
  margin: 0;
  width: 24.5%;
}
.sp_bottom ul > li a {
  background: #B48F61;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em), print {
  .sp_bottom {
    background-color: transparent;
    position: relative;
  }
  .sp_bottom li {
    display: none;
  }
  #pageup {
    width: 3rem;
    position: fixed;
    bottom: -55rem;
    right: 8rem;
    z-index: 1;
    cursor: pointer;
    transition: 0.8s;
    display: inline-block;
  }
  #pageup a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    font-size: xx-large;
    background: #fff;
    border: 0.1rem solid #28263E;
    color: #28263E;
    border-radius: 1rem;
    padding: 0 0 0.5rem;
  }
  #pageup.block {
    display: block;
    bottom: 7rem;
  }
}
/* footer -------------------------------------- */
footer {
  background: #28263e;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .wrap {
  display: none;
}

address {
  padding: 1rem 0 4.2rem;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
}
address a {
  color: #fff;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 2rem 0 0;
    margin: -0.2rem auto 0;
  }
  footer .wrap {
    display: block;
    padding: 4.5rem 0 3.5rem;
  }
  footer .wrap > ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  footer .wrap > ul > li {
    margin: 0 0 1rem 0;
    border-right: 0.1rem solid #fff;
    padding: 0 1rem;
  }
  footer .wrap > ul > li a {
    color: #fff;
    line-height: 1;
  }
  footer .wrap > ul > li:last-child {
    border-right: none;
  }
  footer .wrap > ul > li.dropdown {
    display: none;
  }
  footer .wrap > ul:last-child li:nth-child(6) {
    border-right: none;
  }
  address {
    margin: 0;
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* 全体を囲う要素 */
}
#TopPage #kv .kv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 25rem;
}
#TopPage #kv video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 25rem;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#TopPage #kv .kv-bg {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 25rem;
  position: absolute;
  top: 0;
  left: 0;
  /* 薄いレイヤーの色 */
  background-color: rgba(0, 30, 0, 0.2);
  /* videoの上に乗せる */
  z-index: 2;
}
#TopPage #kv .kv-txt {
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  text-align: center;
}
#TopPage main {
  margin: 0 0;
}
#TopPage main h2 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  background: url(../img/orn_01br.png) no-repeat center bottom;
  background-size: auto 1rem;
  text-align: center;
  font-weight: normal;
}
#TopPage #news {
  background: url(../img/bg_news.jpg) no-repeat center left;
  background-size: cover;
  padding: 3rem 0.5rem;
}
#TopPage #news .wrap {
  background: #fff;
  border: 0.1rem solid #b48f61;
  box-shadow: 0 0 0 1rem #fff;
}
#TopPage #news dl {
  margin: 1rem 0;
  padding: 2rem 1.5rem;
}
#TopPage #news dl dt {
  cursor: pointer;
  padding: 1rem 0 0.5rem 1em;
  margin-right: 1rem;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  color: #AD8A64;
  border-top: 0.1rem solid #888;
}
#TopPage #news dl dt span {
  display: none;
}
#TopPage #news dl dt::before {
  content: "r";
  font-family: fontello;
  position: absolute;
  left: 0;
  color: #AD8A64;
}
#TopPage #news dl dt.close::before {
  transform: scale(1, -1);
}
#TopPage #news dl dt .new {
  display: none;
}
#TopPage #news dl dt:first-child {
  border-top: none;
  padding-top: 0;
}
#TopPage #news dl dd {
  margin: 0.5rem 1rem 0 0;
}
#TopPage #news dl dd:not(:nth-of-type(-n + 3)) {
  display: none;
}
#TopPage .bg_wrap {
  background: url(../img/bg_ta.jpg) no-repeat center center;
  background-size: cover;
}
#TopPage .bg_wrap .wrap {
  background: rgba(232, 227, 220, 0.9);
  padding: 0.5rem 1rem;
}
#TopPage .bg_wrap section {
  background: #fff;
  margin: 1rem 0;
  padding: 1rem 0;
}
#TopPage .bg_wrap h2 {
  letter-spacing: normal;
  color: #AD8A64;
}
#TopPage .bg_wrap h2 span {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  background: #28263E;
  color: #fff;
  font-size: 114%;
}
#TopPage .bg_wrap .inner {
  margin: 1rem;
}
#TopPage #calendar {
  padding: 3rem 0;
  background: url(../img/bg_calendar.png);
}
#TopPage #calendar h2 {
  margin-bottom: 0;
  background: 0;
  color: #fff;
  text-align: right;
  padding: 0 1rem 0 0;
}
#TopPage #calendar .inner {
  background: #fff;
}
#TopPage #calendar iframe {
  height: 50rem;
}
#TopPage #access {
  padding: 3rem 0;
}
#TopPage #access h2 span {
  display: block;
}
#TopPage #access .ttl {
  background: #AD8A64;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1;
}
#TopPage #access .ttl span {
  display: inline-block;
  margin-top: 0.2rem;
}
#TopPage #access .btn {
  margin-bottom: 2rem;
}
#TopPage #treatment {
  padding: 3rem 0;
  background: url(../img/bg_treatment.jpg);
}
#TopPage #treatment h2 {
  background-image: url(../img/orn_01bl.png);
}
#TopPage #treatment section {
  margin: 3rem 0;
}
#TopPage #treatment section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#TopPage #treatment section ul li {
  width: 16rem;
  margin-bottom: 1.5rem;
}
#TopPage #treatment section ul li a {
  background: url(../img/treatment_01.png) no-repeat top center;
  background-size: 10rem auto;
  padding: 11rem 0 0;
  color: #1d1d1d;
  font-weight: bold;
  border: none;
  display: block;
  text-align: center;
}
#TopPage #treatment section ul li:nth-child(2) a {
  background-image: url(../img/treatment_02.png);
}
#TopPage #treatment section ul li:nth-child(3) a {
  background-image: url(../img/treatment_03.png);
}
#TopPage #treatment section ul li:nth-child(4) a {
  background-image: url(../img/treatment_04.png);
}
#TopPage #treatment section ul li:nth-child(5) a {
  background-image: url(../img/treatment_05.png);
}
#TopPage #treatment section ul li:nth-child(6) a {
  background-image: url(../img/treatment_06.png);
}
#TopPage #treatment section ul li:nth-child(7) a {
  background-image: url(../img/treatment_07.png);
}
#TopPage #treatment section ul li:nth-child(7) a span {
  display: inline-block;
}
#TopPage #treatment section ul li:nth-child(8) a {
  background-image: url(../img/treatment_08.png);
}
#TopPage #treatment section ul li:nth-child(9) a {
  background-image: url(../img/treatment_09.png);
}
#TopPage #treatment section ul li:nth-child(10) {
  width: 100%;
  padding: 1.5rem;
  max-width: 50rem;
  margin: 1.5rem auto;
}
#TopPage #treatment section ul li:nth-child(10) a {
  background: #fff;
  border: 0.1rem solid #778ABC;
  color: #333;
  padding: 0.8rem 3rem;
  text-align: center;
  margin: 5px auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s;
}
#TopPage #treatment section ul li:nth-child(10) a:hover {
  color: #fff !important;
  background: #778ABC;
}
#TopPage #treatment section ul li:nth-child(10) a:hover::after {
  color: #fff;
}
#TopPage #treatment section ul li:nth-child(10) a::after {
  content: "\e804";
  font-family: fontello;
  position: absolute;
  right: 1rem;
  font-size: 200%;
  color: #778ABC;
  transition: all 1s;
}
#TopPage #feature {
  margin: 3rem 0;
}
#TopPage #feature li .wrap {
  margin: 2rem 0;
}
#TopPage #feature li figure {
  background: linear-gradient(90deg, #f0e9df 0%, #f0e9df 70%, #fff 70%, #fff 100%);
  padding: 2rem 2rem 0 0;
}
#TopPage #feature li:nth-child(even) figure {
  background: linear-gradient(90deg, #fff 0%, #fff 30%, #f0e9df 30%, #f0e9df 100%);
  padding: 2rem 0 0 2rem;
}
#TopPage #feature li dl {
  margin: 1.5rem;
  border-top: 0.1rem solid #AD8A64;
  padding: 0.5rem 0 0;
}
#TopPage #feature li dl dt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
#TopPage #feature li dl dt span {
  display: block;
  background: #AD8A64;
  color: #fff;
  padding: 0.3rem;
  width: 6.5em;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#TopPage #feature li .btn {
  max-width: 32rem;
  margin: 1rem auto;
}
#TopPage #sd {
  padding: 5rem 0 3rem;
  background: #e1e4ef;
}
#TopPage #sd #symptoms h2 {
  text-align: left;
  background: none;
  border-bottom: 0.1rem solid #AD8A64;
}
#TopPage #sd #symptoms h2::before {
  content: "\e806";
  font-family: fontello;
  color: #AD8A64;
}
#TopPage #sd #symptoms .img_r {
  margin-bottom: 2rem;
}
#TopPage #sd #disease {
  padding: 5rem 0;
}
#TopPage #sd #disease h2 {
  text-align: left;
  background: none;
  border-bottom: 0.1rem solid #AD8A64;
  margin-top: 5rem;
}
#TopPage #sd #disease h2::before {
  content: "\e806";
  font-family: fontello;
  color: #AD8A64;
}
#TopPage #sd #disease ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#TopPage #sd #disease ul li {
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem 0.7rem;
  border: #B48F61 0.1rem solid;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: #fff;
}
#TopPage #sd #disease ul li:last-child {
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 48em), print {
  #TopPage #kv {
    /* 全体を囲う要素 */
  }
  #TopPage #kv .kv-wrap {
    height: 72rem;
  }
  #TopPage #kv video {
    /* 背景画像の高さ */
    height: 72rem;
  }
  #TopPage #kv .kv-bg {
    /* 背景画像の高さ */
    height: 72rem;
  }
  #TopPage #kv .kv-txt {
    font-size: 3.2rem;
    line-height: 2.5;
    top: 0;
    bottom: 0;
  }
  #TopPage main {
    margin: 0 0;
    padding: 0;
  }
  #TopPage main h2 {
    font-size: 4rem;
    background-size: auto;
    padding-bottom: 1.8rem;
    margin-bottom: 4rem;
  }
  #TopPage main #news {
    padding: 9rem 0 11rem;
    margin: 0 auto;
    background-size: auto;
    background-position: left top;
  }
  #TopPage main #news dl > dt {
    font-size: 111%;
    padding-top: 2rem;
  }
  #TopPage main #news dl > dd {
    padding: 0.5rem 0;
  }
  #TopPage main div.bg_wrap {
    padding: 0;
  }
  #TopPage main div.bg_wrap .wrap {
    padding: 5rem;
  }
  #TopPage main div.bg_wrap section {
    padding: 5rem 2.5rem;
  }
  #TopPage main div.bg_wrap h2 {
    font-size: 2.8rem;
  }
  #TopPage main div.bg_wrap h2 span {
    padding: 0.2rem 1rem;
    margin: 0 0.3rem;
  }
  #TopPage main div.bg_wrap #service .btn {
    margin: 2rem auto 0;
    width: 38rem;
    height: 6.7rem;
  }
  #TopPage main div.bg_wrap #service .tbl_time {
    width: auto;
  }
  #TopPage main #calendar {
    padding: 5rem 0 8rem;
  }
  #TopPage main #calendar h2 {
    font-size: 8.9rem;
    line-height: 1;
  }
  #TopPage main #calendar .inner {
    border: 0.1rem solid #B48F61;
    box-shadow: 0 0 0 1rem #fff;
    padding: 2.5rem;
  }
  #TopPage main #calendar .inner iframe {
    height: 75rem;
  }
  #TopPage main #access {
    padding: 8rem 1rem 10rem;
  }
  #TopPage main #access .ttl {
    padding: 2rem 0;
    font-size: 122%;
  }
  #TopPage main #access .ttl span {
    margin: 0;
  }
  #TopPage main #access .ttl + p {
    margin: 1rem auto 2rem;
  }
  #TopPage main #access .inner.flex_LRTB {
    justify-content: space-between;
  }
  #TopPage main #access .inner.flex_LRTB > div {
    width: 48rem;
    border: 0.1rem solid #936644;
  }
  #TopPage main #access .inner.flex_LRTB > div .list_kome {
    margin: 2rem 0 3rem 3.5rem;
  }
  #TopPage main #access .inner.flex_LRTB > .img_c {
    width: 70rem;
    margin: 0;
  }
  #TopPage main #access .btn {
    margin: 2rem auto;
    width: 32rem;
    height: 6.7rem;
  }
  #TopPage main #treatment {
    padding: 11rem 0;
  }
  #TopPage main #treatment .wrap {
    margin: 0 auto;
  }
  #TopPage main #treatment ul {
    gap: 5rem;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
  }
  #TopPage main #treatment ul li {
    width: 20rem;
    white-space: nowrap;
  }
  #TopPage main #treatment ul li a {
    background-size: auto;
    padding-top: 21rem;
  }
  #TopPage main #treatment ul li a br.pc_n {
    display: inline;
  }
  #TopPage main #treatment ul li:nth-child(10) {
    padding: 0;
    margin: 0 auto;
  }
  #TopPage main #treatment ul li:nth-child(10) a {
    margin: 0 auto;
    padding: 2rem 0;
  }
  #TopPage main #feature {
    padding: 10rem 0;
  }
  #TopPage main #feature li {
    background: linear-gradient(90deg, #f0e9df 0%, #f0e9df 20%, #fff 20%, #fff 100%);
    margin-bottom: 20rem;
  }
  #TopPage main #feature li figure {
    padding: 10rem 0 0;
    width: 65rem;
    position: relative;
  }
  #TopPage main #feature li figure img {
    position: absolute;
    bottom: 0;
    right: 6rem;
    width: 65rem;
  }
  #TopPage main #feature li:nth-child(even) {
    background: linear-gradient(90deg, #fff 0%, #fff 80%, #f0e9df 80%, #f0e9df 100%);
  }
  #TopPage main #feature li:nth-child(even) figure img {
    right: auto;
    left: 6rem;
    width: 65rem;
  }
  #TopPage main #feature li dl {
    position: relative;
  }
  #TopPage main #feature li a.btn {
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    bottom: -7rem;
    width: 32rem;
  }
  #TopPage main #feature .wrap {
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
  }
  #TopPage main #feature dl {
    width: 60rem;
    margin-top: 8rem;
    margin-bottom: -3rem;
    min-height: 41rem;
  }
  #TopPage main #feature dl dt {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  #TopPage main #feature dl dt span {
    font-size: 1.8rem;
    margin-bottom: 6.8rem;
  }
  #TopPage main #feature dl dd {
    font-size: 2rem;
  }
  #TopPage main #sd #symptoms {
    margin-top: 10rem;
    position: relative;
  }
  #TopPage main #sd #symptoms h2 {
    font-size: 2.8rem;
    width: 90rem;
  }
  #TopPage main #sd #symptoms .inner {
    font-size: 2rem;
  }
  #TopPage main #sd #symptoms ul {
    width: 88rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 100%;
  }
  #TopPage main #sd #symptoms ul li {
    width: 41rem;
    letter-spacing: normal;
  }
  #TopPage main #sd #symptoms ul li span {
    display: inline-block;
  }
  #TopPage main #sd #symptoms img {
    position: absolute;
    top: 0;
    right: 0;
  }
  #TopPage main #sd #disease {
    padding-bottom: 7rem;
  }
  #TopPage main #sd #disease h2 {
    font-size: 2.8rem;
  }
  #TopPage main #sd #disease .inner {
    font-size: 2rem;
    letter-spacing: normal;
  }
  #TopPage main #sd #disease .inner ul {
    gap: 1.7rem;
  }
  #TopPage main #sd #disease .inner ul li {
    padding: 1rem 2rem;
    border-radius: 2.1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1230px) {
  #TopPage main #feature li figure {
    overflow: hidden;
  }
}
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 600px;
  max-width: 90%;
  height: auto;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-sizing: border-box;
  padding: 1.5em;
}
#c-modal p {
  text-align: center;
}
#c-modal p:last-of-type {
  margin-bottom: 0;
}
#c-modal p.tit {
  font-size: 1.3em;
  font-weight: bold;
  color: #AD8A64;
  margin: 0 0 0.75em;
  padding: 0 0 2rem;
  background: url(../img/orn_01br.png) no-repeat center bottom;
  background-size: auto 1rem;
}
@media screen and (min-width: 48em), print {
  #c-modal p.tit {
    font-size: 1.6em;
    background-size: auto;
    padding: 0 0 2.8rem;
  }
}
#c-modal #c-modal_close {
  position: absolute;
  top: -1.3em;
  right: 0;
  cursor: pointer;
  line-height: 1em;
  font-size: 1.5em;
  color: #fff;
}

/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower .breadcrumb {
  display: flex;
  margin: 2rem 1rem 5rem;
}
#lower .breadcrumb li a {
  color: #333;
  border-bottom: #333 0.1rem solid;
}
#lower .breadcrumb li:first-child::after {
  content: "＞";
  padding: 0 0.5rem;
}
#lower main {
  margin-bottom: 5rem;
}
#lower main section {
  margin: 0 auto 4rem;
  padding: 0;
}
#lower h1 {
  background: url(../img/h1.png) no-repeat center center;
  background-size: cover;
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 3rem 1rem;
  text-align: center;
  line-height: 1.35;
  font-weight: normal;
}
#lower h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: 0 0.7rem;
  line-height: 1.35;
  border-bottom: #b48f61 0.2rem solid;
  display: flex;
  justify-content: center;
}
#lower h3 {
  margin: 4rem 0 2rem;
  font-size: 1.6rem;
  padding: 1rem 0.7rem;
  background: #e1e4ef;
  line-height: 1.35;
  border-left: #28263E 0.6rem solid;
  color: #28263E;
}
#lower h4 {
  margin: 3.5rem 0 2rem;
  font-size: 1.5rem;
  border-bottom: #b48f61 solid 0.2rem;
  padding: 0.3rem 1rem;
  line-height: 1.35;
  position: relative;
  /* &::after {
       position: absolute;
       width: 11.7%;
       height: 0.2rem;
       bottom: -0.2rem;
       left: 0;
       content: "";
       background: #b48f61;
       display: block;
   }*/
}
#lower h5 {
  margin: 3rem 0 2rem;
  font-size: 1.4rem;
  line-height: 1.35;
  background: #778abc;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 1rem;
  color: #fff;
}
#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_scroll {
  margin: 0 auto;
  overflow-x: scroll;
}
#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: #28263E;
  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: #e1e4ef;
}
#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 caption {
  text-align: right;
}
#lower main .tbl_price tbody tr:nth-child(odd) {
  background: #fdfaf2;
}
#lower main .tbl_price tbody th {
  text-align: left;
  color: #663300;
  font-size: 94%;
  padding: 1% 0% 0.8% 2%;
}
#lower main .tbl_price tbody td {
  text-align: right;
  padding: 1% 2% 0.8% 2%;
}
@media screen and (min-width: 48em), print {
  #lower main .tbl_price tbody th,
  #lower main .tbl_price tbody td {
    padding: 1rem;
  }
  #lower main .tbl_scroll {
    overflow: inherit;
  }
}

@media screen and (min-width: 48em), print {
  #lower .breadcrumb {
    margin: 2rem auto 6.5rem;
    width: 1230px;
    padding: 0 1rem;
  }
  #lower main {
    margin-bottom: 10rem;
  }
  #lower main section {
    margin: -9rem auto 7rem;
    padding-top: 14rem;
  }
  #lower main section .inner + section {
    padding-top: 13rem;
  }
  #lower main section section {
    margin: -9rem auto 5rem;
    padding-top: 13rem;
  }
  #lower main section section .inner + section {
    padding-top: 15rem;
  }
  #lower main section section section {
    margin: -8rem auto 4rem;
    padding-top: 12rem;
  }
  #lower main section section section section {
    margin: -7rem auto 3rem;
    padding-top: 11rem;
  }
  #lower main section h3 + section {
    padding-top: 10rem;
  }
  #lower h1 {
    font-size: 3.2rem;
    margin: 0 0 5rem;
    height: 30rem;
    display: flex;
    align-items: center;
    background-size: auto;
    width: 100%;
    min-width: 1230px;
  }
  #lower h1 span {
    width: 1230px;
    padding: 2.5rem 1rem;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #lower h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
    padding: 0 0 2.1rem;
  }
  #lower h3 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
    padding: 1.2rem 2rem;
  }
  #lower h4 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 0 0 0.5rem;
  }
  #lower h5 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
#lower .slider-pro {
  overflow: hidden;
  margin-bottom: 5rem;
}
#lower .slider-pro .sp-layer {
  font-size: 2rem;
}
#lower .slider-pro.sp-horizontal * {
  box-sizing: content-box !important;
}
#lower .sp-mask {
  padding-bottom: 2.4rem;
}
#lower .sp-slide {
  padding-bottom: 2.4rem;
}
#lower .sp-layer.sp-padding.sp-white {
  margin-bottom: 0;
  background: #28263E;
  color: #fff;
}
#lower #myopia main > .inner .ul.flex_LRTB,
#lower #myopia main > .inner .w_70_pc {
  margin: 0 auto;
}
#lower #myopia .flex_LRTB {
  justify-content: space-between;
  align-items: flex-start;
}
#lower #myopia #my01 .dl_tbl {
  border: none;
}
#lower #myopia #my01 .dl_tbl dt {
  text-align: center;
}
#lower #myopia #my01 .dl_tbl dd {
  margin-bottom: 2rem;
}
#lower #myopia #my02 figcaption {
  text-align: center;
  color: #fff;
  padding: 0.5rem;
  background: #AD8A64;
}
#lower #myopia #my03 .dl_tbl {
  border: none;
}
#lower #myopia #my03 .flex.w_70 {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#lower #myopia #my03 .flex.w_70 .img_c {
  width: 48%;
}
#lower #myopia #my05 .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#lower #myopia #my05 .flex .img_c {
  width: 40%;
}
#lower #myopia #my06 .dl_price {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#lower #myopia #my06 .dl_price dt {
  width: 100%;
  background: rgba(40, 38, 62, 0.8);
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 0.7rem 0;
}
#lower #myopia #my06 .dl_price dd {
  width: 50%;
  margin-bottom: 1rem;
}
#lower #myopia #my06 .dl_flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
#lower #myopia #my06 .dl_flow dt {
  width: 5em;
  background: rgba(40, 38, 62, 0.8);
  color: #fff;
  padding: 0.7rem 0;
  text-align: center;
}
#lower #myopia #my06 .dl_flow dd {
  width: calc(100% - 5em);
  padding: 0.7rem 0 0.7rem 0.5rem;
}
#lower #day_surgery ul.flex_LRTB figcaption {
  margin: 0.5rem 0 2rem;
}
#lower #cataract #lens .tbl_def {
  width: 75rem;
}
#lower #cataract #lens .tbl_def thead th {
  width: 13rem;
}
#lower #cataract #lens .tbl_def thead th:first-child {
  width: 10rem;
}
#lower #icl .tbl_def {
  width: 75rem;
}
#lower #icl .tbl_def thead th {
  width: 13rem;
}
#lower #icl .tbl_def thead th:first-child {
  width: 10rem;
}
#lower #recruit .dl_recruit dt {
  width: 100%;
  background: rgba(40, 38, 62, 0.8);
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 0.7rem 0;
  text-align: center;
}
#lower #recruit .dl_recruit dd {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  #lower .sp-mask {
    padding-bottom: 4.5rem;
  }
  #lower .sp-slide {
    padding-bottom: 4.5rem;
  }
  #lower #access .w_50_pc {
    margin: auto;
  }
  #lower #access .inner.flex_LRTB {
    justify-content: space-between;
    align-items: flex-start;
  }
  #lower #myopia #my02 figcaption {
    padding: 1rem;
  }
  #lower #myopia #my03 .dl_tbl dd {
    margin-bottom: 2rem;
  }
  #lower #myopia #my03 .flex_LRTB.half.w_70_pc {
    margin: 4rem auto 0;
  }
  #lower #myopia #my06 .dl_price {
    width: 60%;
    justify-content: flex-start;
    margin: 0 0 2rem;
  }
  #lower #myopia #my06 .dl_price dt {
    width: 30%;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #fff;
  }
  #lower #myopia #my06 .dl_price dd {
    width: 35%;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid rgba(40, 38, 62, 0.8);
  }
  #lower #myopia #my06 .dl_price dd:last-child, #lower #myopia #my06 .dl_price dd:nth-last-child(2) {
    border-bottom: none;
  }
  #lower #myopia #my06 .dl_flow {
    width: 60%;
    justify-content: flex-start;
    margin: 0 0 2rem;
  }
  #lower #myopia #my06 .dl_flow dt {
    width: 30%;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #fff;
  }
  #lower #myopia #my06 .dl_flow dd {
    width: 70%;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid rgba(40, 38, 62, 0.8);
  }
  #lower #myopia #my06 .dl_flow dd:last-child {
    border-bottom: none;
  }
  #lower #cataract #lens .tbl_def {
    width: 100%;
  }
  #lower #cataract #lens .tbl_def thead th {
    width: 21.4rem;
  }
  #lower #cataract #lens .tbl_def thead th:first-child {
    width: 13rem;
  }
  #lower #icl .tbl_def {
    width: 100%;
  }
  #lower #icl .tbl_def thead th {
    width: 35.6666666667rem;
  }
  #lower #icl .tbl_def thead th:first-child {
    width: 20rem;
  }
  #lower #recruit .dl_recruit {
    display: flex;
    align-items: stretch;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  #lower #recruit .dl_recruit dt {
    width: 30rem;
    padding: 1rem 2rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #fff;
  }
  #lower #recruit .dl_recruit dd {
    width: 90rem;
    padding: 1rem 2rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid rgba(40, 38, 62, 0.8);
  }
  #lower #recruit .dl_recruit dd:last-child {
    border-bottom: none;
  }
}
/* /_lower.scss　出力ここまで *//*# sourceMappingURL=style.css.map */