@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 {
  -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: #ECC467 !important;
}

.fc_green {
  color: #67ecc4 !important;
}

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

.fc_blue {
  color: #678fec !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;
  }
}
.mx_auto {
  margin: auto;
}

.border_none {
  border: none;
}
.border_none:hover {
  border: none;
}

/* 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-left: 0 !important;
    margin-right: 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 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: #896554;
  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: #896554;
}

/*　● インライン -------------------------------------- */
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: "c";
  padding-right: 0.3rem;
  font-weight: bold;
  color: #C7AB9E;
}
ul.list_lnk a {
  color: #C7AB9E;
}

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

@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(197, 152, 146, 0.2);
    display: block;
    border: #C59892 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: #C7AB9E;
}

/* 数値 -------------------------------------- */
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 #896554;
  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: #C7AB9E;
  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: #896554;
  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: #C7AB9E;
  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 #C7AB9E;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #C59892;
}

.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: #C59892 solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: #C59892;
  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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_tbl > dt {
    padding: 1rem;
    border-top: #fff 0.1rem solid;
  }
  .dl_tbl > dt:first-child {
    border-top: none;
  }
  .dl_tbl > dd {
    border-top: #896554 0.1rem solid;
  }
  .dl_tbl > dd:nth-child(2) {
    border-top: none;
  }
}
/* box -------------------------------------- */
.box1,
.box2,
.box3 {
  padding: 20px !important;
  margin-bottom: 20px;
  background: rgba(197, 152, 146, 0.1);
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt {
  border-bottom: #C59892 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: #C59892;
  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 #C7AB9E;
  color: #C7AB9E;
}

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

a:hover img {
  opacity: 0.8;
}

a.btn {
  background: #C7AB9E;
  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;
  position: relative;
  border: #C7AB9E 0.1rem solid;
  -webkit-transition: background 1s;
  transition: background 1s;
  line-height: 1;
}
a.btn:hover {
  border: #C7AB9E 0.1rem solid;
  color: #C7AB9E !important;
  background: #fff;
}
a.btn::after {
  content: "\e805";
  font-family: fontello;
  position: absolute;
  right: 2rem;
}

a.border_n {
  border: none !important;
}

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

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

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

/* 汎用性テーブル  -------------------------------------- */
.tbl {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tbl caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.tbl caption span {
  color: #C7AB9E;
}
.tbl thead tr {
  color: #fff;
  background: #C7AB9E;
}
.tbl thead th {
  width: 30%;
  padding: 0.7rem 0 0.7rem;
  font-weight: normal;
}
.tbl tbody th,
.tbl tbody td {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tbl tbody th {
  font-weight: normal;
  background: #C7AB9E;
  color: #FFF;
}
@media screen and (min-width: 48em), print {
  .tbl caption {
    margin-top: 1rem;
  }
  .tbl thead {
    font-size: 1.8rem;
  }
  .tbl thead th {
    padding: 1.3rem 0;
  }
  .tbl tbody {
    font-size: 1.8rem;
  }
  .tbl tbody th {
    padding: 1.3rem;
    line-height: 1.2;
  }
  .tbl tbody td {
    padding: 1.3rem;
  }
}
.notice_banner {
  background: linear-gradient(135deg, rgba(199, 171, 158, 0.08) 0%, rgba(197, 152, 146, 0.08) 100%);
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
.notice_banner .notice_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #896554;
  margin-bottom: 0.5rem;
}
.notice_banner .notice_text {
  text-align: center;
}
.notice_banner:hover {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(199, 171, 158, 0.12) 0%, rgba(197, 152, 146, 0.12) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notice_banner a {
  width: 100%;
  color: initial;
  display: inline-block;
  text-decoration: none;
  padding: 1.6rem;
  border-bottom: none !important;
}

/* /_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_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #575757;
  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;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1220px;
    font-size: 1.6rem;
  }
}
/* 全体の横幅設定  -------------------------------------- */
.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;
  background: rgba(80, 65, 50, 0.8);
}
header > .wrap {
  margin: 0;
}
header .logo {
  width: calc(100% - 6rem);
  padding: 0.8rem 0 0.85rem 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: 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;
  -moz-appearance: none;
       appearance: none;
  top: 0;
  right: 0;
  /* ボタンの大きさ  */
  width: 5rem;
  height: 5.5rem;
  /* 最前面に */
  z-index: 100;
  background-color: #fbf6f2;
  border: none;
  position: fixed;
}

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

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

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C7AB9E;
  -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 0 0;
  background: #fbf6f2;
  position: absolute;
  right: -100vw;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  font-weight: bold;
  position: fixed;
  max-height: 94%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  line-height: 1;
}
#nav a {
  color: #C7AB9E;
  text-decoration: none;
}
#nav a br {
  display: none;
}
#nav ul.gnav > li {
  margin: 0;
  border-bottom: 0.1rem solid #C7AB9E;
}
#nav ul.gnav > li a {
  padding: 1rem 0 1rem 1.1em;
  display: block;
  position: relative;
  line-height: 1.2;
}
#nav ul.gnav > li a::before {
  font-family: fontello;
  content: "c";
  color: #C7AB9E;
  padding-right: 0.2rem;
  text-align: center;
}
#nav .dropdown {
  /* > a::before,
  .subsub::before {
      content: "\62";
  }
  > a.close::before {
      content: "\76";
  }*/
}
#nav .dropdown > a {
  border-bottom-width: 0 !important;
}
#nav .dropdown > a::before {
  content: "b";
}
#nav .dropdown .subnav div > dl {
  border: #C7AB9E 0.2rem solid;
  margin: 0 1rem 1rem;
  background: #f9fbfd;
}
#nav .dropdown .subnav div > dl dt span {
  display: none;
}
#nav .dropdown .subnav div > dl dd {
  padding: 0 1rem;
}
#nav .dropdown .subnav div > dl dd a {
  color: #575757;
  font-weight: normal;
}
#nav .pc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#nav .pc_right li {
  width: 48%;
}
#nav .pc_right li a {
  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;
  padding: 1rem 0;
  background: #C59892;
  color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav .pc_right li a:hover {
  background: #fff;
  color: #C59892;
  border-color: #C59892;
}
#nav .pc_right li a:hover::before {
  color: #C59892;
}
#nav .pc_right li a::before {
  font-family: fontello;
  content: "\e80b";
  color: #fff;
  font-weight: normal;
  font-size: larger;
  padding-right: 0.5rem;
}
#nav .pc_right li:nth-child(2) a::before {
  content: "\ea4c";
}

@media screen and (max-width: 48em) {
  .subnav {
    display: block !important;
  }
  .dropdown > a {
    pointer-events: none;
  }
}
#nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  header {
    padding: 2.5rem 0 1.5rem;
    width: 100%;
    min-width: 1220px;
    margin: 0;
    z-index: 10;
    position: relative;
  }
  header > .wrap {
    margin: 0 auto;
    padding: 0 1rem 0;
    -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: 24.7rem;
    margin: 0 auto 0 0;
    padding: 0;
    display: block;
  }
  header > .wrap .logo img {
    width: 24.7rem;
  }
  header > .wrap .h_right {
    width: 85rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    gap: 1.5rem;
  }
  header > .wrap .h_right > ul {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  header > .wrap .h_right > ul:first-child {
    width: 23rem;
  }
  header > .wrap .h_right > ul:first-child li:last-child {
    margin-bottom: 0;
  }
  header > .wrap .h_right > ul:nth-child(2) li:first-child {
    font-size: 2.8rem;
    letter-spacing: 0.28rem;
  }
  header > .wrap .h_right > ul:nth-child(2) li:first-child::before {
    content: "\e80d";
    font-family: fontello;
    font-size: 3.1rem;
    font-weight: normal;
    padding-right: 1rem;
  }
  header > .wrap .h_right > ul:nth-child(2) li:first-child a {
    color: #fff;
  }
  header > .wrap .h_right > ul:nth-child(2) li:last-child {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  header > .wrap .h_right > ul:last-child {
    width: 25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header > .wrap .h_right > ul:last-child li {
    margin: 0;
  }
  header > .wrap .h_right > ul:last-child li:first-child {
    color: #fff;
    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;
    height: 4.6rem;
    width: 12rem;
    border-radius: 2.3rem;
    border: 0.1rem solid #fff;
  }
  header > .wrap .h_right a.btn_reserve {
    background: #C59892;
    color: #fff;
    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;
    height: 4.6rem;
    width: 12rem;
    border-radius: 2.3rem;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    border: 0.1rem solid #fff;
  }
  header > .wrap .h_right a.btn_reserve:hover {
    letter-spacing: 0.15em;
  }
  #nav {
    padding: 0 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: rgba(80, 65, 50, 0.8);
    min-width: 1220px;
  }
  #nav .wrap.flex_LRTB {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav ul.list_sns {
    display: none;
  }
  #nav ul.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 1rem 2.4rem;
    max-width: none;
    width: 1220px;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 12.5%;
    height: 2.1rem;
    border-right: 0.1rem solid #fff;
    border-bottom: none;
  }
  #nav ul.gnav > li:first-child {
    border-left: 0.1rem solid #fff;
    width: 10%;
  }
  #nav ul.gnav > li.access {
    width: 14.5%;
  }
  #nav ul.gnav > li > a {
    color: #fff;
    text-align: center;
    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;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 0;
    width: 100%;
    line-height: 1;
    height: 100%;
  }
  #nav ul.gnav > li > a::before {
    position: absolute;
    bottom: -0.5rem;
    top: auto;
    left: 20%;
    content: "";
    width: 60%;
    height: 0.3rem;
    background: #C7AB9E;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #nav ul.gnav > li > a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    content: "" !important;
  }
  #nav ul.gnav > li > a::after {
    display: none;
  }
  #nav ul.gnav > li.dropdown > a::after {
    display: block;
    content: "t";
    margin-left: 0.5rem;
    font-family: fontello;
    position: absolute;
    bottom: -1.5rem;
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    padding: 0 0;
    margin: 0;
    z-index: 100;
    top: 4.5rem;
    left: -18.5rem;
    overflow: hidden;
    width: 55rem;
    background: #f9fbfd;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl {
    background: #fbf6f2;
    margin: 0;
    width: 50%;
    border: none;
    font-weight: bold;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl:last-child {
    background: #f9f0ec;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl dt {
    border-bottom: #e2d4ce solid 0.3rem;
    position: relative;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl dt a {
    color: #C7AB9E;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl dt span {
    display: block;
    position: absolute;
    right: 0.5rem;
    bottom: 0;
    font-size: 1.2rem;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl a {
    padding: 1.5rem 2.4rem;
    margin: 0;
    line-height: 1;
    color: #575757;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl a:hover {
    color: #fff;
    background: #C7AB9E;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl a:hover::before {
    color: #fff;
  }
  #nav ul.gnav > li.dropdown .subnav .flex_LRTB dl a::before {
    content: "2";
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
    display: block;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 0.1rem #d9d9d9 solid;
    width: 100%;
  }
  #nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  #nav.fixed + * {
    margin-top: -9.5rem !important;
  }
  #nav .pc_right {
    position: fixed;
    right: 0;
    top: 17rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
  }
  #nav .pc_right li {
    width: 5.7rem;
  }
  #nav .pc_right li a {
    width: 5.7rem;
    border-radius: 1rem 0 0 1rem;
    padding: 2rem 0;
    font-size: 1.7rem;
    border-right: none;
  }
  #nav .pc_right li a::before {
    padding: 0 0 0.5rem;
  }
}
/* 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;
  border-top: 0.5rem solid #eee6e3;
  background: url(../img/bg_overview.jpg) center no-repeat;
  background-size: cover;
}
#overview .logo {
  margin-bottom: 2rem;
}
#overview .logo img {
  width: 22rem;
  display: block;
  margin: 0 auto;
}
#overview .overviewL {
  max-width: 37rem;
  margin: 0 auto 2rem;
}

.dl_overview {
  margin-bottom: 0;
}
.dl_overview > dt {
  padding: 0.5rem 0;
  background: #C7AB9E;
  color: #fff;
  text-align: center;
}
.dl_overview > dd {
  margin: 0.5rem 0 1.5rem;
}
.dl_overview > dd a {
  color: #575757;
}
.dl_overview > dd span {
  display: inline-block;
}
.dl_overview > dd > dl dt span {
  color: #C7AB9E;
}
.dl_overview > dd > dl dd {
  margin: 0.5rem 0 1rem;
  line-height: 1.3;
}

.gmap {
  height: 29rem;
}

.list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 8rem 0;
    margin: 0;
  }
  #overview .logo {
    width: 100%;
    margin: 1rem auto 4.5rem;
  }
  #overview .logo img {
    width: 35rem;
  }
  #overview .wrap > .flex_LRTB {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #overview .overviewL {
    width: 60rem;
    max-width: none;
    margin: 0;
  }
  #overview .overviewR {
    width: 55rem;
  }
  .dl_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: normal;
  }
  .dl_overview > dt {
    width: 10rem;
    height: 3.1rem;
    padding: 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;
    margin: 0 0 1.6rem;
  }
  .dl_overview > dd {
    width: calc(100% - 10rem);
    margin: 0 0 1.6rem;
    padding: 0.4rem 0 0 1rem;
    font-size: 1.7rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_overview > dd > dl dd {
    margin: 0.8rem 0 1.5rem;
  }
  .gmap {
    height: 40rem;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
.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: #C7AB9E;
}
.tbl_time thead tr {
  color: #fff;
  background: #C7AB9E;
}
.tbl_time thead th {
  padding: 0.7rem 0 0.7rem;
  font-weight: normal;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid #ccc;
}
.tbl_time tbody th {
  font-weight: normal;
}
.tbl_time tbody td {
  width: 12%;
  /*color: $clrMain;
  font-weight: bold;*/
}
.tbl_time .close {
  color: #575757;
}

@media screen and (min-width: 48em), print {
  .tbl_time caption {
    margin-top: 1rem;
  }
  .tbl_time thead {
    font-size: 1.8rem;
  }
  .tbl_time thead th {
    padding: 1.3rem 0;
  }
  .tbl_time tbody {
    font-size: 1.8rem;
  }
  .tbl_time tbody th {
    padding: 1.3rem 0;
    width: 14.5rem;
    line-height: 1.2;
  }
  .tbl_time tbody td {
    padding: 1.3rem 0;
  }
}
/* ページトップ -------------------------------------- */
.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(255, 255, 255, 0.8);
  margin: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0.1rem;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
}
.sp_bottom.js_hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sp_bottom li {
  width: 42.3%;
  position: relative;
  margin: 0;
  height: 100%;
}
.sp_bottom li a {
  background: #896554;
  padding: 1rem 0;
  color: #fff;
  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 {
  padding: 0 0.5rem 0 0;
  font-size: 120%;
}
.sp_bottom li:last-child {
  width: 15%;
}

#pageup {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_bottom {
    display: none;
  }
  #pageup {
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: -15rem;
    right: 4rem;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    padding-bottom: 0.4rem;
    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: #C59892;
    color: #fff;
    font-size: 4rem;
    border-radius: 50%;
  }
  #pageup.block {
    bottom: 4rem;
  }
}
/* footer -------------------------------------- */
footer .wrap {
  display: none;
}
footer .f-banner {
  margin: 10px 0 10px;
}
footer .f-banner ul li {
  text-align: center;
  margin-bottom: 10px;
}
footer .f-banner ul li img {
  display: inline;
}
footer br {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0;
    margin: 0 auto 0;
  }
  footer .wrap {
    display: block;
    padding: 2.5rem 0 2.5rem;
  }
  footer .wrap a:hover {
    font-weight: bold;
  }
  footer .wrap > ul {
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .wrap > ul > li {
    padding: 0 2rem 0;
    margin: 0;
    text-align: center;
  }
  footer .wrap > ul > li a {
    color: #575757;
    padding: 0;
  }
  footer .wrap > ul > li a:hover {
    font-weight: bold;
  }
  footer .wrap > ul > li.dropdown {
    display: none;
  }
  footer .wrap > ul:first-child {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
  }
  footer .wrap > ul:first-child a::before {
    font-family: fontello;
    content: "j";
    color: #896554;
    padding-right: 0.5rem;
  }
  footer .wrap > ul:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .wrap > ul:last-child li {
    border-right: 0.1rem solid #575757;
    padding: 0 1.2em;
  }
  footer .wrap > ul:last-child li:last-child {
    border-right: none;
  }
  footer .wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem auto;
  }
  footer .wrap dl dt {
    width: 10rem;
    border: 0.1rem solid #C7AB9E;
    height: 2.8rem;
    font-size: 1.5rem;
    margin: 0.5rem 1rem 0.5rem 0;
    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;
  }
  footer .wrap dl dt span {
    display: none;
  }
  footer .wrap dl dt a {
    color: #C7AB9E;
    display: block;
  }
  footer .wrap dl dd {
    margin: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .wrap dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  footer .wrap dl dd ul li {
    border-right: 0.1rem solid #ccc;
    margin: 0;
    padding: 0 0.7rem;
  }
  footer .wrap dl dd ul li a {
    color: #575757;
  }
  footer .wrap dl dd ul:last-child li:last-child {
    border-right: none;
  }
  footer .f-banner {
    display: block;
    margin: 0 0 20px 0;
  }
  footer .f-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top; /* 子要素をflexboxにより中央に配置する */
  }
  footer .f-banner ul li {
    margin: 0 10px;
  }
  address {
    margin: 0;
    padding: 2.5rem 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
}
.img_map {
  border: 0.1rem solid #ccc;
}

/*nav,
header,
footer,
#treatments {
    a {
             pointer-events: none;
    }
}*/
/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv {
  margin-top: -5.5rem;
}
#TopPage #kv .bg {
  background-size: auto 37rem;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 37rem;
  width: 100%;
}
#TopPage #kv .wrap {
  margin: 0;
  background: #C7AB9E;
  padding: 1rem 1.5rem;
}
#TopPage #kv .kv_txt {
  display: block;
  margin: 0;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#TopPage #kv .kv_txt span {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
#TopPage main {
  margin: 3rem 0 0;
}
#TopPage main section {
  margin-bottom: 0;
}
#TopPage h2 {
  margin: 0 0 2rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
}
#TopPage h2 span {
  color: #C59892;
  font-size: 1.9rem;
  display: block;
  font-weight: normal;
}
#TopPage #covid {
  margin-bottom: 6rem;
}
#TopPage #covid h2 {
  font-size: 3.2rem;
}
#TopPage #covid .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;
  font-size: 90%;
  margin-bottom: 1.5rem;
}
#TopPage #covid .tbl_def thead {
  background: #C59892;
  color: #fff;
}
#TopPage #covid .tbl_def thead th {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #fff;
  width: 33.3333333333%;
}
#TopPage #covid .tbl_def tbody td {
  padding: 1% 1% 1%;
  border: 1px solid #ccc;
  vertical-align: text-top;
}
#TopPage #covid .tbl_def tbody ul {
  margin-top: 0.5rem;
}
#TopPage #tt {
  margin-bottom: 4rem;
}
#TopPage #news {
  margin-bottom: 5rem;
}
#TopPage #news dl {
  padding: 0 1.5rem 0.5rem 0.5rem;
  overflow: auto;
  max-height: 20rem;
  border-top: 0.2rem solid #C59892;
  /*  dd:not(:nth-of-type(-n + 3)) {
      display: none;
  }*/
}
#TopPage #news dl::-webkit-scrollbar {
  width: 1rem;
}
#TopPage #news dl::-webkit-scrollbar-track {
  background: #f1f1f1 0% 0% no-repeat padding-box;
  border-radius: 7px;
}
#TopPage #news dl::-webkit-scrollbar-thumb {
  background: #C59892;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#TopPage #news dl dt {
  padding: 1.5rem 0 0.5rem;
  border-top: 0.2rem solid #ccc;
  font-size: 112.5%;
  font-weight: bold;
  margin-top: 1rem;
  /*&::before {
      content: "\68";
      font-family: fontello;
      position: absolute;
      top:1rem;
      left:0;
      color:$clrMain;
  }

  &.close::before {
      content: "\67";
  }*/
}
#TopPage #news dl dt:first-child {
  border-top: none;
  margin-top: 0;
}
#TopPage #news .date_tag {
  display: block;
  width: 8em;
  color: #896554;
}
#TopPage #news .new {
  display: none;
}
#TopPage #treatment .wrap {
  margin: 0;
}
#TopPage #treatment .wrap > div {
  background: #fbf6f2;
  padding: 2rem 1.5rem;
}
#TopPage #treatment .wrap > div ul.pc_n {
  width: 25rem;
  margin: 2rem auto;
}
#TopPage #treatment .wrap > div ul.pc_n li {
  margin: 1.5rem 1.5rem;
  padding: 0.5rem;
  border: 0.1rem solid #C7AB9E;
  border-radius: 0.8rem;
}
#TopPage #treatment .wrap > div ul.pc_n li:last-child {
  display: none;
}
#TopPage #treatment .wrap > div:last-child {
  background: #f9f0ec;
}
#TopPage #treatment .wrap > div:last-child ul.pc_n li {
  display: none;
}
#TopPage #treatment .wrap > div:last-child ul.pc_n li:last-child {
  display: block;
}
#TopPage #treatment .wrap dl dt {
  border-bottom: #e2d4ce solid 0.3rem;
  font-size: 1.6rem;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#TopPage #treatment .wrap dl dt a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0.3rem;
  color: #575757;
  border-bottom: none;
}
#TopPage #treatment .wrap dl dt a:hover {
  opacity: 0.8;
}
#TopPage #treatment .wrap dl dt span {
  color: #C7AB9E;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
}
#TopPage #treatment .wrap dl dd {
  padding: 1rem;
}
#TopPage #treatment .wrap dl ul a {
  color: #575757;
  border-bottom: none;
  font-size: 1.4rem;
}
#TopPage #treatment .wrap dl ul a::before {
  font-family: fontello;
  content: "2";
  color: #C7AB9E;
  padding-right: 0.5rem;
}
#TopPage #treatment .wrap dl ul a:hover {
  border-bottom: 0.2rem solid #C7AB9E;
  font-weight: bold;
}
#TopPage #topbnr {
  width: 25rem;
  margin: 2rem auto;
  display: none;
}
#TopPage #topbnr li {
  margin: 1.5rem 1.5rem;
  padding: 0.5rem;
  border: 0.1rem solid #C7AB9E;
  border-radius: 0.8rem;
}
#TopPage #features {
  padding: 4rem 0 4rem;
}
#TopPage #features ul {
  margin: 0 1rem;
}
#TopPage #features ul > li {
  margin-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#TopPage #features ul > li p {
  color: #f1f1f1;
  position: absolute;
  top: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3rem;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  z-index: -1;
  width: 100%;
}
#TopPage #features ul > li p span {
  font-size: 4rem;
}
#TopPage #features ul > li dt {
  padding: 2.5rem 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: normal;
  border-bottom: 0.2rem #c7ab9e solid;
  color: #896554;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#TopPage #features ul > li dd {
  position: relative;
  padding: 1rem 0 0;
  text-align: justify;
}
#TopPage #features ul > li dd a {
  width: 17rem;
  margin: 1.5rem auto;
  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;
  height: 4rem;
  line-height: 1;
  color: #C7AB9E;
  border: 0.1rem solid #C7AB9E;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#TopPage #features ul > li dd a::after {
  content: "c";
  font-family: fontello;
  position: absolute;
  right: 2rem;
}
#TopPage #features ul > li dd a:hover {
  color: #fff;
  background: #C7AB9E;
}
#TopPage #features ul > li figure {
  position: relative;
  margin: 1rem 0;
}
#TopPage #features ul > li figure img {
  display: block;
}
#TopPage #features ul > li figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  border: #C7AB9E 0.2rem solid;
  border-radius: 0.5rem;
}
#TopPage #features ul > li:nth-child(even) figure::before {
  right: 0.5rem;
  left: auto;
}
#TopPage #bnrarea > a {
  display: block;
  margin: 0;
  border: none;
}
#TopPage #bnrarea .bnr_shop {
  border: #C59892 solid 0.2rem;
  border-radius: 1rem;
  padding: 0.5rem 0;
  max-width: 50rem;
  margin: 2rem 0 7rem;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#TopPage #bnrarea .bnr_shop dt {
  font-size: 1.8rem;
  color: #C59892;
  border-bottom: #e2d4ce 0.2rem solid;
  padding-bottom: 1rem;
  margin: 1rem 0 1.5rem;
}
#TopPage #bnrarea .bnr_shop dd {
  color: #896554;
}
#TopPage #bnrarea .bnr_shop dd p {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
#TopPage #bnrarea .bnr_shop dd a {
  width: 17rem;
  margin: 1rem auto;
  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;
  height: 4rem;
  line-height: 1;
  color: #C7AB9E;
  border: 0.1rem solid #C7AB9E;
  font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#TopPage #bnrarea .bnr_shop dd a::after {
  content: "c";
  font-family: fontello;
  position: absolute;
  right: 2rem;
}
#TopPage #bnrarea .bnr_shop dd a:hover {
  color: #fff;
  background: #C7AB9E;
}
#TopPage #angelmemory {
  margin-bottom: 3rem;
}
#TopPage #angelmemory h2 {
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  #TopPage #kv {
    margin: -15rem auto 0;
  }
  #TopPage #kv .bg {
    height: 75rem;
    width: 100%;
    background-size: auto;
    margin: 0 auto;
  }
  #TopPage #kv .wrap {
    position: relative;
    width: 1220px;
    padding: 0 1rem;
    margin: -16rem auto 0;
    background-color: transparent;
  }
  #TopPage #kv .kv_txt {
    margin-bottom: 12rem;
  }
  #TopPage #kv .kv_txt span {
    background: rgba(197, 152, 146, 0.9);
    font-size: 2rem;
    padding: 1.5rem 2.5rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 2rem;
  }
  #TopPage main .wrap {
    margin: 0 auto;
  }
  #TopPage main h2 {
    font-size: 1.6rem;
  }
  #TopPage main h2 span {
    font-size: 3.2rem;
  }
  #TopPage main #tt .tbl_time caption {
    text-align: center;
    font-size: 1.8rem;
    line-height: 4.7rem;
  }
  #TopPage main #tt .tbl_time tbody td {
    width: 9rem;
    padding: 2.5rem;
  }
  #TopPage main #news {
    padding: 4rem 0;
  }
  #TopPage main #news dl {
    padding-left: 1rem;
    max-height: 48rem;
  }
  #TopPage main #news dl dt {
    font-size: 1.9rem;
    padding: 3rem 0 1rem 0;
    margin-top: 2rem;
  }
  #TopPage main #news dl dt .date_tag {
    width: auto;
    padding-right: 1.5rem;
    display: inline-block;
  }
  #TopPage main #news dl dd {
    padding: 0 0 1rem 0;
    font-size: 1.7rem;
  }
  #TopPage main #news dl dd > *:last-child {
    margin-bottom: 0;
  }
  #TopPage main #treatment .wrap {
    margin: 0 auto;
    padding: 0 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TopPage main #treatment .wrap div {
    background: transparent !important;
    width: 55rem;
    padding: 5rem 0;
  }
  #TopPage main #treatment .wrap div dt {
    font-size: 2.2rem;
  }
  #TopPage main #treatment .wrap div dt span {
    font-size: 2rem;
  }
  #TopPage main #treatment .wrap div dd {
    padding: 2rem 0 0 1.5rem;
    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;
  }
  #TopPage main #treatment .wrap div dd ul {
    width: 50%;
  }
  #TopPage main #treatment .wrap div dd ul li {
    margin-bottom: 1em;
  }
  #TopPage main #treatment .wrap div dd ul li a {
    font-size: 1.8rem;
  }
  #TopPage main #treatment .inner {
    background: -webkit-gradient(linear, left top, right top, from(#fbf6f2), color-stop(50%, #fbf6f2), color-stop(50%, #f9f0ec), to(#f9f0ec));
    background: linear-gradient(90deg, #fbf6f2 0%, #fbf6f2 50%, #f9f0ec 50%, #f9f0ec 100%);
  }
  #TopPage main #topbnr {
    width: 1220px;
    padding: 0 1rem;
    margin: 9rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #TopPage main #topbnr li {
    width: 39rem;
    border-radius: 1rem;
  }
  #TopPage main #features {
    padding: 0 1rem 3rem;
  }
  #TopPage main #features ul {
    margin: 0;
  }
  #TopPage main #features ul > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8rem;
  }
  #TopPage main #features ul > li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #TopPage main #features ul > li p {
    width: 49rem;
    font-size: 5rem;
    line-height: 1;
    top: 0;
  }
  #TopPage main #features ul > li p span {
    font-size: 7.5rem;
  }
  #TopPage main #features ul > li dl {
    width: 49rem;
  }
  #TopPage main #features ul > li dl dt {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  #TopPage main #features ul > li dl dd a {
    margin-top: 3rem;
  }
  #TopPage main #features ul > li figure {
    width: 65rem;
    height: 31.4rem;
    margin: 0;
  }
  #TopPage main #features ul > li figure::before {
    border-radius: 1rem;
    top: 1rem;
    left: 1rem;
  }
  #TopPage main #features ul > li:nth-child(even) figure::before {
    left: auto;
    right: 1rem;
  }
  #TopPage main #symptoms ul li {
    width: 20.8rem;
    margin: 0 4.6rem 5rem;
  }
  #TopPage main #symptoms ul li a {
    background-size: auto;
    padding-top: 21.8rem;
    font-size: 2rem;
  }
  #TopPage main #greeting figure {
    width: 50rem;
    margin: 0 0 0 auto;
  }
  #TopPage main #greeting figure figcaption {
    margin-top: 2rem;
  }
  #TopPage main #greeting figure figcaption span {
    padding-left: 1em;
  }
  #TopPage main #greeting .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TopPage main #greeting .inner div {
    width: 62rem;
    font-size: 1.8rem;
    margin-top: 1em;
  }
  #TopPage main #greeting .inner div p {
    margin-bottom: 2em;
  }
  #TopPage main #greeting .inner div a {
    margin-top: 7rem;
  }
  #TopPage main #bnrarea {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #TopPage main #bnrarea > a {
    width: 50rem;
    display: block;
    margin: 0;
  }
  #TopPage main #bnrarea > a .img_c {
    margin: 0;
  }
  #TopPage main #bnrarea .bnr_shop {
    margin: 0;
    width: 50rem;
    padding: 1rem;
  }
  #TopPage main #bnrarea .bnr_shop dt {
    font-size: 3rem;
  }
  #TopPage main #bnrarea .bnr_shop dd p {
    font-size: 2.8rem;
  }
  #TopPage main #bnrarea .bnr_shop dd a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
  }
  #TopPage main #bnrarea .bnr_shop dd a:hover {
    font-weight: bold;
  }
  #TopPage main #angelmemory {
    margin-bottom: 10rem;
  }
  #TopPage main #angelmemory h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 48em) {
  #TopPage #covid {
    margin-bottom: 3rem;
  }
  #TopPage #covid h2 {
    font-size: 1.6rem;
  }
  #TopPage #covid .tbl_def thead {
    display: none;
  }
  #TopPage #covid .tbl_def tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #TopPage #covid .tbl_def tbody td ul {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  #TopPage #covid .tbl_def tbody td:before {
    content: attr(data-label);
    font-weight: bold;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    background: #C59892;
    color: #fff;
    margin-bottom: 1rem;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower main {
  margin: 1rem 0 3rem;
}
#lower main section {
  margin: 0 auto 4rem;
  padding: 0;
}
#lower main nav + .inner {
  margin: 3rem 0;
}
#lower main .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 1rem;
}
#lower main .breadcrumb li a {
  color: #575757;
  border: none;
}
#lower main .breadcrumb li:first-child::after {
  content: "c";
  font-family: fontello;
  padding: 0 1rem;
  color: #C7AB9E;
}
#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: 1.5rem 1rem;
}
#lower h1 span {
  display: block;
  padding: 2.5rem 0;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
#lower h2 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.9rem;
  margin: 3rem 0 2rem;
  position: relative;
  padding: 1.6rem 0 0;
  min-height: 5rem;
  line-height: 1.35;
}
#lower h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #C7AB9E;
  margin: 0 auto;
  position: absolute;
  bottom: -0.5rem;
}
#lower h3 {
  margin: 4rem 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  background: #C7AB9E;
  line-height: 1.35;
  padding: 0.3rem 0.5rem;
}
#lower h4 {
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  line-height: 1.35;
  padding: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #c1c1c1 0.3rem dotted;
}
#lower h4::before {
  content: "\e924";
  font-family: fontello;
  padding-right: 0.3rem;
  color: #C59892;
}
#lower h5 {
  margin: 3rem 0 2rem;
  font-size: 1.4rem;
  border-left: 0.3rem solid #C7AB9E;
  line-height: 1.35;
  padding: 0.2rem 0 0.1rem 1.4rem;
  position: relative;
}
#lower h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  margin: 0 auto;
  position: absolute;
  left: -0.3rem;
  bottom: -0.7rem;
  border-bottom: #c1c1c1 0.2rem dotted;
}
#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: #896554;
  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: #C7AB9E;
  color: #fff;
  font-weight: normal;
}
#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: 0 auto 6.5rem;
    padding: 2rem 1rem 0;
  }
  #lower main {
    padding-bottom: 0;
    background: url(../img/bg_main.png) no-repeat top center;
    margin-top: 0;
  }
  #lower main nav + .inner {
    margin: 5rem 0;
  }
  #lower main > .wrap {
    background: rgba(255, 255, 255, 0.6);
    padding: 0 0 5rem;
    width: 110rem;
  }
  #lower main > .wrap > section {
    margin: -9rem auto 7rem;
    padding-top: 7rem;
  }
  #lower main > .wrap > section .inner + section,
  #lower main > .wrap > section .inner + .flex_LRTB.half {
    padding-top: 7rem;
  }
  #lower main > .wrap > section > section {
    margin: 0 auto 2rem;
    padding-top: 7rem;
  }
  #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: 3rem;
    top: 0;
    margin: -14rem auto 1rem;
    line-height: 1;
    height: 34rem;
    padding-top: 14rem;
    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;
    text-align: center;
    background-size: auto;
    position: relative;
    z-index: -1;
  }
  #lower h2 {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
  #lower h2::after {
    bottom: -1.5rem;
  }
  #lower h3 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0.6rem 0.8rem 0.4rem;
  }
  #lower h4 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0.4rem 0.8rem;
  }
  #lower h5 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
    border-left-width: 0.6rem;
  }
  #lower h5::after {
    left: -0.6rem;
  }
}
#lower #faq .dl_faq dt {
  margin-bottom: 1.3em;
  position: relative;
  padding-left: 2.15em;
}
#lower #faq .dl_faq dt span {
  color: #C7AB9E;
  font-size: 150%;
  position: absolute;
  display: block;
  left: 0;
  top: -0.29em;
}
#lower #faq .dl_faq dd {
  position: relative;
  padding-left: 2.15em;
}
#lower #faq .dl_faq dd span {
  color: #C7AB9E;
  font-size: 150%;
  position: absolute;
  left: 0;
  top: -0.29em;
}
#lower #faq .dl_faq dd + dt {
  margin-top: 4em;
}
#lower ul.reserve {
  margin-top: 2rem;
}
#lower ul.reserve .btn_reserve {
  background: #C59892;
  color: #fff;
  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;
  height: 4.6rem;
  width: 20rem;
  border-radius: 2.3rem;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 0.1rem solid #fff;
}
#lower ul.reserve .btn_reserve:hover {
  letter-spacing: 0.15em;
}
#lower ul.reserve .tel {
  color: #C7AB9E;
}
#lower ul.reserve .tel a {
  border-bottom: none;
}
#lower ul.reserve .tel::before {
  content: "\e80d";
  font-family: fontello;
  font-size: 2rem;
  font-weight: normal;
  padding-right: 0.8rem;
}
#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: #C7AB9E;
  color: #fff;
  font-size: 2rem;
}
#lower .sp-selected-thumbnail {
  border: 0.4rem solid #C7AB9E;
}
#lower .sp-mask {
  padding-bottom: 2.6rem;
}
#lower .sp-slide {
  padding-bottom: 2.6rem;
}
#lower #lesson .dl_tbl .tel::before {
  content: "\e80d";
  font-family: fontello;
  color: #C7AB9E;
}
#lower #lesson .dl_tbl ul.list_sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#lower #access .tbl_time caption span {
  background: #C59892;
  padding: 0.1rem;
  display: inline-block;
  color: #fff;
  border-radius: 0.2rem;
}
#lower #access .tbl_time tbody {
  letter-spacing: normal;
}
#lower #access .tbl_time tbody td {
  width: 3.4em;
  color: #575757;
  font-weight: normal;
}
#lower #access .tbl_time tbody td span {
  background: #C59892;
  padding: 0.1rem;
  display: inline-block;
  color: #fff;
  border-radius: 0.2rem;
}

@media screen and (min-width: 48em), print {
  #lower {
    /*#access{
        >.wrap:first-child{
            padding-bottom: 0;

            +iframe{
                margin-bottom:7rem;
            }
        }
        .tbl_time{
            caption{
                span{
                    padding: 0.3rem 0.5rem;
                    border-radius: 0.5rem;
                }
            }
            tbody{
                letter-spacing: 0.1em;
                th{
                    width: auto;
                }
                td{
                    width: 8em;

                    span{
                        padding: 0.3rem 0.5rem;
                        border-radius: 0.5rem;
                    }
                }
            }
        }
    }*/
  }
  #lower #hospitalization .dl_tbl dt {
    width: 16rem;
  }
  #lower #hospitalization .dl_tbl dd {
    width: calc(100% - 16rem);
  }
  #lower #hospitalization #hospitalization07 .dl_tbl dt {
    width: 35rem;
  }
  #lower #hospitalization #hospitalization07 .dl_tbl dd {
    width: calc(100% - 35rem);
  }
  #lower ul.reserve .tel {
    margin-top: 2rem;
    font-size: 2rem;
  }
  #lower ul.reserve .tel::before {
    font-size: 3.2rem;
  }
  #lower .sp-mask {
    padding-bottom: 5.3rem;
  }
  #lower .sp-slide {
    padding-bottom: 5.3rem;
  }
  #lower #lesson .dl_tbl dt {
    width: 10em;
  }
  #lower #lesson .dl_tbl dd {
    width: calc(100% - 10em);
  }
}
/* /_lower.scss　出力ここまで *//*# sourceMappingURL=style.css.map */