@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%, #E8F8D0));
  background: linear-gradient(transparent 60%, #E8F8D0 60%);
}

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

.fc_orange {
  color: #FF8000 !important;
}

.fc_green {
  color: #06C755 !important;
}

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

.fc_blue {
  color: #007FFF !important;
}

.fc_orange {
  color: #FF8000 !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;
}

.mx_auto {
  margin: auto;
}

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

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .sp_n_i {
    display: inline !important;
  }
  .pc_n {
    display: none;
  }
}
/* マージン -------------------------------------- */
.mb_00 {
  margin-bottom: 0 !important;
}

.mb_05 {
  margin-bottom: 0.5rem !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_15 {
  margin-bottom: 1.5rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_25 {
  margin-bottom: 2.5rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_35 {
  margin-bottom: 3.5rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_45 {
  margin-bottom: 4.5rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

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

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

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

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

@media screen and (min-width: 48em), print {
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_LRTB.half {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex_LRTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_LRTB.half > li {
    margin-bottom: 1rem;
  }
  .flex_LRTB.half > section {
    margin: 0 !important;
  }
  .flex_LRTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex_LRTB.fwrap, .flex_RLTB.fwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex_RLTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
}
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}

/* シンプル -------------------------------------- */
ul.list_sim {
  margin: 0 0 10px 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: #FF8000;
  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: #FF8000;
}

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

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

@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(8, 160, 233, 0.2);
    display: block;
    border: #08A0E9 solid 2px;
    border-radius: 5px;
    padding: 7px 0 7px 25px;
  }
  ul.list_pl::after {
    content: "";
    display: block;
    width: 33%;
  }
}
/* 数値 -------------------------------------- */
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 #FF8000;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  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: #00B31E;
  font-size: 2.5rem;
  padding-right: 0.5rem;
}
ol.list_flow > li *:last-child {
  margin-bottom: 0 !important;
}
ol.list_flow > li::after {
  bottom: -30px;
  color: #FF8000;
  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: #00B31E;
  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 #00B31E;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #08A0E9;
}

/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: #FF8000 solid 1px;
  border-bottom: none;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: #FF8000;
  padding: 0.5rem;
  color: #fff;
}
.dl_tbl > dd {
  padding: 1rem;
  margin: 0;
  background: #fff;
}
.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(8, 160, 233, 0.1);
  border-radius: 0.5rem;
}
.box1 > dt, .box2 > dt, .box3 > dt {
  border-bottom: #08A0E9 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: #08A0E9;
  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, .monshin_wrap a {
  border-bottom: 1px solid #00B31E;
  color: #00B31E;
}
main a:hover, .monshin_wrap a:hover {
  color: #B6DB4F;
  border-bottom: 1px solid #B6DB4F;
}

a:hover img {
  opacity: 0.8;
}

a.btn {
  background: #00B31E;
  border-radius: 3px;
  color: #fff;
  padding: 1.5rem 2rem;
  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: none;
  -webkit-transition: background 1s;
  transition: background 1s;
}
a.btn:hover {
  border: none !important;
  color: #fff !important;
  background: #FEB79C;
}

a.border_n {
  border: none !important;
}

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

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

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

/* /_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: #4D423D;
  font-size: 1.25rem;
  background-color: #E6F7FF;
  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;
}

nav, header, #kv {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.tel {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1140px;
    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: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  section {
    margin-bottom: 5rem;
  }
  .inner {
    padding: 0;
  }
  main {
    margin-top: 6rem;
  }
}
/* header  -------------------------------------- */
header {
  z-index: 100;
}
header > .wrap {
  margin: 0;
}
header .logo {
  width: calc(100% - 6rem);
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .logo img {
  width: 24rem;
}
header .h_right ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .h_right ul li:first-child p {
  background: #00B31E;
  border-radius: 0.8rem;
  width: 60%;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  margin: 0.3rem auto;
}

/* ハンバーガーメニュー  -------------------------------------- */
.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: #fff;
  border: none;
  position: fixed;
}

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

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

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00B31E;
  -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); /* 下の線を傾ける */
}

nav {
  width: 100%;
  padding: 1rem 1rem 0;
  background-color: #fff;
  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;
}
nav a {
  color: #4D423D;
  text-decoration: none;
}
nav br {
  display: none;
}
nav > ul {
  margin: 0 auto 2rem;
  max-width: 35rem;
}
nav > ul li {
  margin: 1rem;
}
nav > ul li a {
  padding: 0.5rem;
  display: block;
}
nav > ul .subnav br {
  display: none;
}
nav > ul a::before {
  font-family: fontello;
  content: "w";
  color: #00B31E;
  padding-right: 0.5rem;
}
nav > ul .dropdown > a::before,
nav > ul .subsub::before {
  content: "r";
}
nav > ul .dropdown > a.close::before {
  content: "e";
}

nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  header {
    padding: 1rem 0;
    width: 100%;
    min-width: 1140px;
    margin: 0;
    -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    position: relative;
  }
  header > .wrap {
    margin: 0 auto;
    padding: 0 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header > .wrap > .btn {
    display: none;
  }
  header > .wrap .logo {
    height: auto;
    width: 47.8rem;
    margin: 0.5rem auto 0.5rem 0;
    padding: 0;
    display: block;
  }
  header > .wrap .logo img {
    width: 100%;
  }
  header > .wrap .h_right {
    width: 55rem;
  }
  header > .wrap .h_right > ul > li:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header > .wrap .h_right > ul > li:first-child p {
    margin: 0 0 0.5rem;
    padding: 0.7rem 2.4rem;
    width: 45%;
  }
  header > .wrap .h_right > ul > li:first-child p:nth-child(2) {
    width: 52%;
  }
  header > .wrap .h_right > ul li:last-child {
    width: 100%;
  }
  header > .wrap .h_right > ul li:last-child ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  header > .wrap .h_right > ul li:last-child ul li {
    margin-bottom: 0;
  }
  header > .wrap .h_right > ul li:last-child ul li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 0.11rem;
    width: 45%;
  }
  header > .wrap .h_right > ul li:last-child ul li:first-child i {
    background: #00B31E;
    color: #fff;
    width: 3.2rem;
    height: 3.2rem;
    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;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
  }
  header > .wrap .h_right > ul li:last-child ul li:nth-child(2) {
    width: 52%;
  }
  header > .wrap .h_right > ul li:last-child ul li:nth-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FF8000;
    border: 0.1rem solid #FF8000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    color: #fff;
    height: 3.2rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header > .wrap .h_right > ul li:last-child ul li:nth-child(2) a:hover {
    background: #fff;
    color: #FF8000;
  }
  header > .wrap .h_right > ul .tel a {
    color: #4D423D;
  }
  header.fixed {
    background: #e6f7fe;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 0.5rem 0;
  }
  header.fixed > .wrap {
    display: none;
  }
  header.fixed nav > ul.gnav > li > a::before {
    display: none;
  }
  header.fixed nav > ul.gnav > li.dropdown .subnav {
    top: 4.9rem;
  }
  header.fixed nav > ul.gnav > li > a {
    padding: 1.4rem 2rem;
  }
  header.header-animation {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  nav {
    padding: 0;
    margin: 0 auto;
    font-weight: normal;
    width: 100%;
    position: static;
    background-color: transparent;
    overflow: visible !important;
    font-size: 2rem;
  }
  nav ul.gnav {
    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;
    max-width: none;
    line-height: 1;
    margin: 0 auto 1rem;
    letter-spacing: normal;
  }
  nav ul.gnav > li {
    margin: 0;
    padding: 0;
    position: relative;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav ul.gnav > li > a {
    color: #4D423D;
    text-align: center;
    display: inline-block;
    padding: 2.4rem 2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  nav ul.gnav > li > a::before {
    content: "";
    background: url(../img/icon_home.png) no-repeat center;
    width: 4.1rem;
    height: 3.5rem;
    margin: 0 auto 0.5rem;
    display: block;
  }
  nav ul.gnav > li > a:hover, nav ul.gnav > li > a.close {
    background: #fff;
    border-radius: 0.8rem;
  }
  nav ul.gnav > li:nth-child(2) a::before {
    background-image: url(../img/icon_first.png);
  }
  nav ul.gnav > li:nth-child(3) a::before {
    background-image: url(../img/icon_clinic.png);
  }
  nav ul.gnav > li:nth-child(4) a::before {
    background-image: url(../img/icon_doctor.png);
  }
  nav ul.gnav > li:nth-child(5) a::before {
    background-image: url(../img/icon_treatment.png);
  }
  nav ul.gnav > li:nth-child(6) a::before {
    background-image: url(../img/icon_blog.png);
  }
  nav ul.gnav > li:nth-child(7) a::before {
    background-image: url(../img/icon_nanairo.png);
  }
  nav ul.gnav > li.dropdown {
    padding: 0;
    margin: 0;
  }
  nav ul.gnav > li.dropdown > a {
    position: relative;
  }
  nav ul.gnav > li.dropdown > a::after {
    font-family: fontello;
    content: "h";
    color: #00B31E;
    padding-left: 0.5rem;
  }
  nav ul.gnav > li.dropdown > a.close::after {
    content: "g";
  }
  nav ul.gnav > li.dropdown > a.close::before {
    content: "";
  }
  nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    padding: 0 0;
    margin: 0;
    z-index: 100;
    top: 9.4rem;
    background: #fff;
    text-align: left;
    width: 23.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
  }
  nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
    padding: 1.5rem 2.4rem;
    border-bottom: 0.1rem #fff solid;
  }
  nav ul.gnav > li.dropdown .subnav ul li > a {
    padding: 0;
    color: #4D423D;
    font-weight: bold;
  }
  nav ul.gnav > li.dropdown .subnav ul li > a::before {
    display: none;
  }
  nav ul.gnav > li.dropdown .subnav ul li > a:hover {
    color: #00B31E;
  }
}
/* 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: 4rem 0;
  line-height: 1.4;
}
#overview .wrap {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1rem 2.5rem rgba(92, 102, 153, 0.9);
          box-shadow: 0 1rem 2.5rem rgba(92, 102, 153, 0.9);
  padding: 2rem 1rem;
}
#overview .logo {
  text-align: center;
  margin-bottom: 2rem;
}
#overview .logo img {
  width: 24rem;
}
#overview .overviewL {
  max-width: 37rem;
  margin: 0 auto;
}
#overview .overviewR > p {
  margin: 1rem 0 0.5rem;
  text-indent: -1.5em;
  padding-left: 2.5em;
}
#overview .overviewR > p i {
  color: #00B31E;
}
#overview .overviewR > div {
  text-align: center;
}
#overview .overviewR .tel {
  font-size: 212%;
  color: #00B31E;
}
#overview .overviewR .tel a {
  color: #00B31E;
}

.dl_overview {
  margin-bottom: 0;
}
.dl_overview > dt {
  padding: 0 0 0.5rem;
  line-height: 1;
  font-weight: bold;
}
.dl_overview > dd {
  padding: 0 0 1rem;
  border-bottom: #b3e7ff solid 0.2rem;
  margin-bottom: 1rem;
}
.dl_overview > dd a {
  color: #4D423D;
}
.dl_overview > dd:last-child {
  border-bottom: none;
}

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

@media screen and (min-width: 48em), print {
  #overview {
    padding: 10rem 0 45rem;
    margin-bottom: 0;
    background: url(../img/bg_footer.png) repeat-x bottom center;
    position: relative;
  }
  #overview::after {
    position: absolute;
    content: "";
    background: url(../img/bg_bird01.png) no-repeat center center;
    width: 100%;
    height: 46.3rem;
    top: 10rem;
    left: 0;
    display: block;
  }
  #overview .wrap {
    width: calc(1140px - 2rem);
    padding: 8rem 6.2rem;
  }
  #overview .wrap .logo {
    margin-bottom: 8rem;
  }
  #overview .wrap .logo img {
    width: auto;
  }
  #overview .flex_LRTB {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  #overview .overviewL {
    width: 47rem;
    max-width: none;
    margin: 0;
  }
  #overview .overviewL .logo {
    text-align: center;
    margin-bottom: 4rem;
  }
  #overview .overviewL .logo img {
    width: 100%;
  }
  #overview .overviewR {
    width: 47rem;
  }
  .dl_overview {
    margin-bottom: 3rem;
    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;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .dl_overview > dt {
    width: 14rem;
    margin: 0;
    padding: 2rem 0 1.8rem;
    line-height: 1.4;
    border-top: 0.2rem solid #b3e7ff;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dl_overview > dt:first-child {
    border-top: none;
  }
  .dl_overview > dd {
    width: calc(100% - 14rem);
    margin: 0;
    padding: 2rem 0 1.8rem;
    border-top: 0.2rem solid #b3e7ff;
    border-bottom: none;
  }
  .dl_overview > dd:nth-child(2) {
    border-top: none;
  }
  .dl_time dt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.gmap {
  margin: 0;
  height: 44rem;
}

/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
  border-spacing: 0.1rem;
}
.tbl_time caption {
  caption-side: bottom;
  padding: 1rem 0 0;
}
.tbl_time thead tr {
  color: #fff;
}
.tbl_time thead th {
  padding: 0.7rem 0 0.7rem;
  font-weight: normal;
  border-radius: 0.5rem;
  background: #00B31E;
}
.tbl_time tbody tr {
  border-bottom: 0.1rem solid #b4b2b2;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
}
.tbl_time tbody th {
  font-weight: normal;
  background: rgba(54, 65, 77, 0.05);
}
.tbl_time tbody td {
  min-width: 2em;
}
.tbl_time tbody td img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .tbl_time thead th {
    padding: 0.6rem 0;
  }
  .tbl_time tbody th {
    padding: 0.5rem 0;
    width: 14.5rem;
    line-height: 1.2;
  }
  .tbl_time tbody td {
    padding: 1rem 0;
  }
}
/* ページトップ -------------------------------------- */
.sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 100%;
  padding: 0.1rem;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
  /*  &.js_hide {
        transform: translateY(100%);
    }*/
}
.sp_bottom li {
  width: 35%;
  position: relative;
  margin: 0;
}
.sp_bottom li a {
  background: #FF8000;
  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;
}
.sp_bottom li a span {
  display: none;
}
.sp_bottom li:nth-child(2) {
  width: 26%;
}
.sp_bottom li:nth-child(3) {
  width: 26%;
}
.sp_bottom li:nth-child(3) a {
  background: #00B31E;
}
.sp_bottom li:nth-child(4) {
  width: 12%;
}
.sp_bottom.-SNS_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: none;
}
.sp_bottom.-SNS_bottom li a {
  background: none;
}
.sp_bottom.-SNS_bottom .LINE {
  width: 25%;
  margin-bottom: 3.5em;
  padding: 0.5em;
  margin-right: 1em;
}
.sp_bottom.-SNS_bottom .LINE img {
  width: 50px;
}
.sp_bottom.-SNS_bottom .Instagram {
  width: 20%;
  margin-top: 1.5em;
  margin-right: 1.5em;
  background: #fff;
  border-radius: 1.2em;
}
.sp_bottom.-SNS_bottom .Instagram img {
  width: 45px;
}

@media screen and (min-width: 48em), print {
  .sp_bottom li {
    display: none;
  }
  .sp_bottom #pageup {
    width: 6rem;
    position: fixed;
    bottom: -55rem;
    right: 1rem;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    display: inline-block;
  }
  .sp_bottom #pageup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    font-size: 5rem;
    background: #FF8000;
    color: #fff;
    padding: 0;
    border: 0.2rem solid #fff;
  }
  .sp_bottom #pageup.block {
    display: block;
    bottom: 7rem;
  }
  .pc_right {
    position: fixed;
    right: 0;
    left: auto;
    top: 22rem;
    z-index: 11;
    width: 10rem;
    margin: 0 0 0 auto;
  }
  .pc_right .LINE {
    margin-right: 1.5em;
  }
  .pc_right .Instagram {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0.8em;
    margin-right: 1.5em;
    background: #fff;
    border-radius: 1.2em;
  }
}
/* footer -------------------------------------- */
footer {
  background: #b6db4f;
}
footer .wrap {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0;
    margin: 0 auto 0;
  }
  footer .wrap {
    display: block;
    padding: 5rem 0;
  }
  footer .wrap > ul {
    margin: 0 auto 0;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .wrap > ul > li {
    margin: 2rem 1rem;
    text-align: center;
  }
  footer .wrap > ul > li a {
    color: #4D423D;
    padding: 0;
  }
  footer .wrap > ul > li.dropdown {
    display: none;
  }
  footer .wrap > ul > li br {
    display: none;
  }
  address {
    margin: 0;
    padding: 2.4rem 0;
    font-size: 1.6rem;
  }
}
.img_map {
  border: 0.1rem solid #ccc;
}

@media print {
  body {
    zoom: 0.92;
    -webkit-print-color-adjust: exact;
  }
  .pc_right, #pageup {
    display: none !important;
  }
  #header.fixed {
    position: inherit;
  }
  #header.fixed > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header.header-animation {
    -webkit-transform: none;
            transform: none;
  }
}
.monshin_wrap h3 {
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #00B31E;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: none !important;
}
.monshin_wrap p {
  margin: 1em 0;
  line-height: 1.6;
  text-align: justify;
}
.monshin_wrap .link_btn {
  background: #00B31E;
  display: block;
  border-radius: 3rem;
  margin: 1.5em auto 0;
  font-size: 105%;
  color: #fff;
  padding: 1.5rem 2rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .monshin_wrap h3 {
    font-size: 2.8rem;
    margin: 0 auto 3rem;
    padding: 0 0 1rem;
  }
  .monshin_wrap p {
    text-align: center !important;
  }
  .monshin_wrap .link_btn {
    width: 40rem;
    font-size: x-large;
  }
  .monshin_wrap .link_btn:hover {
    background: #B6DB4F;
    color: #fff;
  }
}

/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv {
  margin: 0;
  background: url(../img/bg_kv.png) no-repeat bottom center;
  background-size: auto 26rem;
  padding: 0 1rem 13rem;
}
#TopPage #kv .img_inner {
  -webkit-mask-image: url(../img/kv_frame.svg);
  mask-image: url(../img/kv_frame.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
}
#TopPage #kv .img_inner::before {
  position: absolute;
  content: "";
  background: url(../img/kv_top.png) no-repeat top left;
  background-size: contain;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#TopPage #kv .kv_txt {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
#TopPage #kv .kv_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -2rem 1rem 0;
  position: relative;
}
#TopPage #kv .kv_info li {
  width: 48%;
}
#TopPage #kv .kv_info a {
  display: block;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #B8D7E6;
  border-radius: 1rem;
  color: #4D423D;
}
#TopPage #kv .wrap {
  position: relative;
  padding: 0;
  margin: 0;
}
#TopPage main {
  margin: 0;
}
#TopPage main section {
  margin: 1rem;
}
#TopPage h2 {
  text-align: center;
  font-size: 1.9rem;
  margin: 0 0 2rem;
}
#TopPage h2 > span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
  color: #08a0e9;
}
#TopPage #medical h2 > span,
#TopPage #websystem h2 > span {
  color: #00B31E;
}
#TopPage #ttcl {
  margin-top: -1rem;
  padding: 0.5rem 0 1rem;
  background: url(../img/bg_timetable.png) center top no-repeat;
  background-size: auto 26rem;
}
#TopPage #timetable {
  margin: 0 0 8rem 0;
}
#TopPage #timetable .inner {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 1rem;
  -webkit-box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
          box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
  position: relative;
}
#TopPage #timetable .inner::after {
  content: "";
  width: 5rem;
  height: 8rem;
  background: url(../img/bg_rabbit.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -3rem;
}
#TopPage #timetable02 {
  margin: 0 0 8rem 0;
}
#TopPage #timetable02 .inner {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 1rem;
  -webkit-box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
          box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
  position: relative;
}
#TopPage #timetable02 .inner .table_area .tbl_time th {
  width: 40%;
}
#TopPage #timetable02 .inner .table_area .tbl_time th.sat {
  width: auto;
}
#TopPage #timetable02 .inner .table_area .tbl_time td {
  padding: 5px;
}
#TopPage #calendare {
  margin: 0 0 5rem;
}
#TopPage #calendare .inner {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 1rem;
  -webkit-box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
          box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
}
#TopPage #news {
  padding: 0.5rem 0 1rem;
  background: url(../img/bg_news01.png) center bottom no-repeat;
  background-size: auto 26rem;
}
#TopPage #news .inner {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 1rem;
  -webkit-box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
          box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
}
#TopPage #news dl {
  margin: 0;
  padding: 0 0 1rem 0;
}
#TopPage #news dl dt {
  margin: 0.5rem 0 0;
  cursor: pointer;
  padding: 1rem 0 0.5rem 1.2em;
  position: relative;
  font-weight: bold;
}
#TopPage #news dl dt span {
  display: none;
}
#TopPage #news dl dt::before {
  content: "r";
  font-family: fontello;
  text-align: center;
  position: absolute;
  left: 0;
  color: #00B31E;
}
#TopPage #news dl dt.close::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
#TopPage #news dl dd {
  margin: 0.5rem 0 0;
  border-bottom: 0.2rem solid #b3e7ff;
}
#TopPage #news dl dd:not(:nth-of-type(-n + 3)) {
  display: none;
}
#TopPage #news::after {
  content: "";
  width: 90%;
  height: 5rem;
  background: url(../img/bg_news02.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: -4rem auto 0;
}
#TopPage #medical {
  background: url(../img/bg_medical.png) center bottom repeat-x #e0f59a;
  margin: -0.5rem 0 0;
  padding: 0.5rem 0 1rem;
}
#TopPage #medical ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#TopPage #medical ul li {
  margin: 0 0.5rem 2rem;
}
#TopPage #medical ul li a {
  background: url(../img/medical_pediatrics.png) center top 1.5rem no-repeat #fff;
  background-size: 7rem auto;
  padding: 8.5rem 0.5rem 1rem;
  display: block;
  width: 13.5rem;
  height: 12.5rem;
  text-align: center;
  font-size: 112.5%;
  border-radius: 2rem;
  color: #4D423D;
  font-weight: bold;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(92, 102, 153, 0.26);
          box-shadow: 0 0.5rem 1rem rgba(92, 102, 153, 0.26);
}
#TopPage #medical ul li:nth-child(2) > a {
  background-image: url(../img/medical_allergy.png);
}
#TopPage #medical ul li:nth-child(3) > a {
  background-image: url(../img/medical_checkup.png);
}
#TopPage #medical ul li:nth-child(4) > a {
  background-image: url(../img/medical_vaccination.png);
}
#TopPage #medical ul li:last-child {
  display: none;
}
#TopPage #websystem {
  background: #97D867 url(../img/bg_websystem.png) bottom center no-repeat;
  padding: 5rem 0.2rem;
  background-size: auto 3rem;
}
#TopPage #websystem .wrap {
  background: #F0FFBF url(../img/bg_flowerP.png) bottom 0.5rem center no-repeat;
  background-size: auto 3rem;
  border-radius: 1rem;
  padding: 1rem 1rem 2.5rem;
}
#TopPage #websystem ul {
  font-size: 105%;
}
#TopPage #websystem .btn {
  background: #FF8000;
  display: block;
  width: 20rem;
  border-radius: 3rem;
  margin: 1rem auto 0;
  font-size: 105%;
}
#TopPage #features {
  background: #e6f7fe;
  padding: 0.5rem 0 1rem;
  margin: 0;
}
#TopPage #features ol {
  margin: 0 2rem;
}
#TopPage #features ol li {
  max-width: 30rem;
  padding: 1.6rem;
  margin: 0 auto 5rem;
  background: #fff;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 104, 156, 0.33);
          box-shadow: 0 0 3rem rgba(0, 104, 156, 0.33);
}
#TopPage #features ol li dl {
  margin: 2rem 0 0;
}
#TopPage #features ol li dl dt {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1rem;
}
#TopPage #features ol li dl dd {
  font-size: 105%;
}

@media screen and (min-width: 48em), print {
  #TopPage #kv {
    padding: 0 0 22rem;
    background-size: auto;
    position: relative;
  }
  #TopPage #kv::after {
    position: absolute;
    content: "";
    background: url(../img/bg_bird01.png) no-repeat center center;
    width: 100%;
    height: 46.3rem;
    top: -5rem;
    left: 0;
    display: block;
  }
  #TopPage #kv .wrap {
    margin: 0 auto;
  }
  #TopPage #kv .kv_txt dt {
    font-size: 5.6rem;
    margin-bottom: 2rem;
  }
  #TopPage #kv .kv_txt dd {
    font-size: 2rem;
  }
  #TopPage #kv .kv_info {
    margin: -11rem auto 0;
  }
  #TopPage #kv .kv_info li {
    width: 24rem;
  }
  #TopPage #kv .kv_info a {
    width: 100%;
    border-radius: 5rem;
    line-height: 1.4;
    padding: 3rem 0;
    font-size: 2.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TopPage #kv .kv_info a:hover {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
    background: #B8D7E6;
  }
  #TopPage main {
    margin: 0 auto 0;
    padding: 0;
  }
  #TopPage main .wrap {
    margin: 0 auto;
  }
  #TopPage main h2 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  #TopPage main h2 span {
    font-size: 2rem;
  }
  #TopPage main #ttcl {
    background-size: auto;
    margin: 0;
    padding: 8rem 0;
  }
  #TopPage main #timetable section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TopPage main #timetable h2 {
    width: 43.2rem;
    margin: 0;
  }
  #TopPage main #timetable .inner {
    width: 52.8rem;
    padding: 2.4rem 2.4rem 5rem;
  }
  #TopPage main #timetable .inner .tbl_time {
    margin: 0;
  }
  #TopPage main #timetable .inner::after {
    width: 10.5rem;
    height: 14.8rem;
    bottom: -8rem;
    left: -3rem;
  }
  #TopPage main #timetable02 {
    margin: 0 0 8rem 0;
  }
  #TopPage main #timetable02 .inner {
    background: #fff;
    border-radius: 1.6rem;
    padding: 1.6rem 1rem;
    -webkit-box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
            box-shadow: 0 0 5rem rgba(92, 102, 153, 0.26);
    position: relative;
  }
  #TopPage main #timetable02 .inner .table_area {
    width: 96%;
    overflow: auto;
  }
  #TopPage main #timetable02 .inner .table_area .tbl_time th {
    width: 10%;
  }
  #TopPage main #timetable02 .inner .table_area .tbl_time th.sat {
    width: 15%;
  }
  #TopPage main #news {
    background-size: auto;
    padding: 8rem 0 1rem;
  }
  #TopPage main #news::after {
    background-size: auto;
    height: 18rem;
    width: 115rem;
    background-position: right center;
    margin-top: -11rem;
  }
  #TopPage main #news section.wrap {
    width: 96rem;
  }
  #TopPage main #news .inner {
    padding: 8rem;
  }
  #TopPage main #news dl {
    padding: 2rem 0;
  }
  #TopPage main #news dl > dd {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #TopPage main #medical {
    background-size: auto;
    padding: 17rem 0 28rem;
  }
  #TopPage main #medical ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #TopPage main #medical ul li {
    margin: 0 1.2rem;
  }
  #TopPage main #medical ul li a {
    background-size: auto;
    background-position: top 1.6rem center;
    width: 22.2rem;
    height: 25rem;
    padding: 20rem 1.6rem 1.6rem;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(92, 102, 153, 0.85);
            box-shadow: 0 0.5rem 1.5rem rgba(92, 102, 153, 0.85);
    line-height: 1.4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TopPage main #medical ul li a:hover {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  #TopPage main #websystem {
    background-size: auto;
    padding-bottom: 15rem;
  }
  #TopPage main #websystem .wrap {
    padding: 7rem 13rem;
    background-size: auto;
  }
  #TopPage main #websystem .wrap ul li {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  #TopPage main #websystem .wrap ul li::before {
    color: #FFAE67;
  }
  #TopPage main #websystem .wrap .btn {
    width: 40rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: x-large;
    margin: 5rem auto 0;
  }
  #TopPage main #websystem .wrap .btn:hover {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  #TopPage main #features {
    padding: 8rem 0;
    background: url(../img/bg_bird02.png) center center no-repeat #e6f7fe;
  }
  #TopPage main #features ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  #TopPage main #features ol li {
    width: 53.6rem;
    max-width: none;
    border-radius: 4.8rem;
    margin-bottom: 6.6rem;
  }
  #TopPage main #features ol li dl {
    width: 46rem;
    margin: 2rem auto;
  }
  #TopPage main #features ol li dl dt {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #TopPage main #features ol li dl dd {
    font-size: 1.8rem;
  }
  #TopPage main #features ol li:nth-child(1) {
    background: url(../img/bg_flowerY.png) no-repeat bottom 3rem right 4rem #fff;
  }
  #TopPage main #features ol li:nth-child(4) {
    background: url(../img/bg_tukushi.png) no-repeat bottom 3rem right 4rem #fff;
  }
}
/* カレンダー -------------------------------------- */
.tab_wrap {
  width: 100%;
  margin: 0 auto;
}

input[type=radio] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 10px;
}

.tab_area label {
  width: 7rem;
  margin: 0 2px;
  display: inline-block;
  padding: 0.5rem 0;
  color: #3e3a39;
  background: #cde861;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  border-radius: 1rem 1rem 0 0;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label {
  background: #00B31E;
  color: #fff;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #00B31E;
  color: #fff;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
  background: #00B31E;
  color: #fff;
}

#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

table.caledit {
  width: 100%;
  font-weight: 500;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative; /* afterの位置基準 */
}

table.caledit th {
  text-align: center;
  color: #fff;
  padding: 0.6rem 0;
}

table.caledit td {
  text-align: center;
  padding: 0.5rem 0;
  /*height:30px;*/
  vertical-align: middle;
  cursor: default;
  font-size: 1.2rem;
  background-color: #fcf7ec;
  color: #444344;
  border: 1px solid #ccc;
  /* letter-spacing: 0.1em; */
}

table.caledit tr.month th {
  /*padding-bottom: 6px;*/
  background: #00B31E;
  /*background: linear-gradient(to top, #665045, #665045 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0));*/
  /*border: 4px solid #746661;*/
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
}

table.caledit tr.week th {
  padding: 0.5rem 0;
  background: #00B31E;
  border: 0.1rem solid #ccc;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}

table.caledit .day td .shortTitle {
  display: none;
}

table.caledit .day td:hover .shortTitle {
  color: #333333;
}

table.caledit td.today {
  font-weight: bold;
}

table.caledit td.amClose {
  background: #fbf2b3;
  color: #333;
}

/* 休診日　● を背景に置く */
table.caledit td.holiday,
table.caledit td.outPatient,
table.caledit td.extraOutPatient {
  /*position: relative;
  z-index: 0;*/
  background: #f8dce7;
}

table.caledit td.notTheMonth {
  color: #aeaead;
}

table.caleditWeek div.date {
  font-weight: normal;
  font-size: 10px;
}

.calendar-cellcolor li {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-cellcolor li:first-child::before {
  background: #ffe2e2;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .tab_area label {
    font-size: 2.2rem;
  }
  table.caledit td {
    font-size: 1.8rem;
  }
  table.caledit tr.month th {
    font-size: 1.8rem;
  }
  table.caledit tr.week th {
    font-size: 1.8rem;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower body {
  background: url(../img/bg_lower.png) top repeat-x #FAFDFF;
}
#lower .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
}
#lower .breadcrumb li a {
  color: #4D423D;
  border: none;
}
#lower .breadcrumb li:first-child::after {
  content: "＞";
  padding: 0 1rem;
}
#lower .breadcrumb + .inner {
  margin-top: 3rem;
}
#lower main {
  margin-top: 1rem;
}
#lower main section {
  margin: 4rem auto;
  padding: 0;
}
#lower main section > section {
  margin: 3.5rem auto;
}
#lower main section > section > section {
  margin: 3rem auto;
}
#lower h1 {
  background: #fff;
  margin: 0 1rem 1rem;
  font-size: 2rem;
  line-height: 1.2;
  padding: 4rem 1rem;
  color: #5C6699;
  line-height: 1.35;
  border-radius: 1.6rem;
  text-align: center;
}
#lower h2 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  position: relative;
  padding: 0.6rem 0 0.6rem 1rem;
  border-left: 0.5rem solid #00B31E;
}
#lower h3 {
  margin: 0 auto 2rem 0;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  line-height: 1.35;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: rgba(0, 179, 30, 0.3) solid 0.2rem;
}
#lower h4 {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  padding: 0.5rem;
  line-height: 1.35;
  background: rgba(0, 179, 30, 0.3);
}
#lower h5 {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.35;
}
#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: #FF8000;
  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: rgba(255, 128, 0, 0.3);
}
#lower main .tbl_def tbody td {
  background: #fff;
}
#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;
}
#lower main .tbl_scroll {
  overflow: auto;
  white-space: nowrap;
}
#lower #timetable02 {
  margin: 0 0 8rem 0;
}
#lower #timetable02 .inner .table_area {
  width: 100%;
  overflow: auto;
}
#lower #timetable02 .inner .table_area .tbl_time th.w40 {
  width: 40% !important;
}
#lower #timetable02 .inner .table_area .tbl_time th.w20 {
  width: 20%;
}
#lower #timetable02 .inner .table_area .tbl_time td {
  padding: 5px;
}

@media screen and (min-width: 48em), print {
  #lower .breadcrumb {
    margin: 2rem auto 6.5rem;
    width: 100%;
  }
  #lower main {
    padding-bottom: 5rem;
    background: url(../img/bg_bird01.png) no-repeat center top 16rem;
  }
  #lower main > .wrap > section {
    margin: -9rem auto 10rem;
    padding-top: 10rem;
  }
  #lower main > .wrap > section .inner + section {
    padding-top: 8rem;
  }
  #lower main > .wrap > section > section {
    margin: 0 auto 8rem;
  }
  #lower main > .wrap > section > section .inner + section {
    padding-top: 7rem;
  }
  #lower main > .wrap > section > section > section {
    margin: 0 auto 7rem;
  }
  #lower main > .wrap > section > section > section .inner + section {
    padding-top: 6rem;
  }
  #lower main > .wrap > section > section > section > section {
    margin: 0 auto 6rem;
  }
  #lower main > .wrap > section h3 + section {
    padding-top: 2rem;
  }
  #lower h1 {
    font-size: 3.2rem;
    margin: 0 auto 3rem;
    padding: 6rem 1rem;
    line-height: 1;
  }
  #lower h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    padding: 1.2rem 0 1.2rem 2rem;
  }
  #lower h3 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    padding: 0 0 1rem;
  }
  #lower h4 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 1.2rem;
  }
  #lower h5 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
  }
}
#lower #doctor .img_r.circle {
  border-radius: 50%;
}
#lower #doctor .img_r.kadomaru {
  border-radius: 3rem;
}
#lower .btn.reserve {
  background: #FF8000;
  width: 20rem;
  text-align: center;
  font-size: 120%;
  padding: 0;
  margin: 1rem auto;
  font-weight: bold;
  display: none;
}
#lower .btn.reserve::after {
  margin-left: 1rem;
  content: "\f274";
  font-family: fontello;
  font-size: 4rem;
  font-weight: normal;
}
#lower .btn.reserve:hover {
  background: rgba(0, 179, 30, 0.8);
}
#lower .slider-pro {
  overflow: hidden;
  margin-bottom: 5rem;
}
#lower .slider-pro .sp-layer {
  font-size: 2rem;
}
#lower .slider-pro.sp-horizontal * {
  -webkit-box-sizing: content-box !important;
          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: #00B31E;
  color: #fff;
}
#lower #pediatrics .dl_tbl.flex_LRTB dd {
  padding: 1rem 1rem 0;
}
#lower #allergy .tbl_scroll .tbl_def {
  width: 66em;
  white-space: normal;
}
#lower #allergy .tbl_scroll .tbl_def tbody th {
  width: 6em;
}
#lower #allergy .tbl_scroll .tbl_def tbody td {
  width: 15em;
}
#lower #allergy .tbl_scroll.food .tbl_def {
  width: 63em;
}
#lower #allergy .tbl_scroll.food .tbl_def tbody th {
  width: 13em;
}
#lower #allergy .tbl_scroll.food .tbl_def tbody td {
  width: 10em;
}
#lower #facility .flex_LRTB.mb_20 .img_c {
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  #lower .btn.reserve {
    width: 30rem;
  }
  #lower .sp-mask {
    padding-bottom: 4.5rem;
  }
  #lower .sp-slide {
    padding-bottom: 4.5rem;
  }
  #lower #pediatrics .dl_tbl.flex_LRTB {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #lower #pediatrics .dl_tbl.flex_LRTB dt {
    width: 11em;
    border-top: 0.1rem solid #fff;
    padding: 2rem 0;
    text-align: center;
  }
  #lower #pediatrics .dl_tbl.flex_LRTB dt:first-child {
    border-top: none;
  }
  #lower #pediatrics .dl_tbl.flex_LRTB dd {
    width: calc(100% - 11em);
    border-bottom: 0.1rem solid #FF8000;
    padding: 2rem 2rem 1rem;
  }
  #lower #allergy .tbl_scroll .tbl_def {
    width: 100%;
  }
  #lower #allergy .tbl_scroll .tbl_def tbody th {
    width: 8em;
  }
  #lower #allergy .tbl_scroll .tbl_def tbody td {
    width: calc((100% - 8em) / 4);
  }
  #lower #allergy .tbl_scroll.food .tbl_def {
    width: 100%;
  }
  #lower #allergy .tbl_scroll.food .tbl_def tbody th {
    width: 15em;
  }
  #lower #allergy .tbl_scroll.food .tbl_def tbody td {
    width: 12em;
  }
  #lower #vaccination .dl_tbl.flex_LRTB {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #lower #vaccination .dl_tbl.flex_LRTB dt {
    width: 18em;
    border-top: 0.1rem solid #fff;
    padding: 2rem 0;
    text-align: center;
  }
  #lower #vaccination .dl_tbl.flex_LRTB dt:first-child {
    border-top: none;
  }
  #lower #vaccination .dl_tbl.flex_LRTB dd {
    width: calc(100% - 18em);
    border-bottom: 0.1rem solid #FF8000;
    padding: 2rem 2rem 1rem;
  }
  #lower #facility .flex_LRTB.mb_20 .img_c {
    width: 30rem;
    max-width: none;
  }
  #lower #timetable02 .inner .table_area .tbl_time th {
    width: 10%;
  }
  #lower #timetable02 .inner .table_area .tbl_time th.sat {
    width: 15%;
  }
}
/* /_lower.scss　出力ここまで */
/*# sourceMappingURL=style.css.map */