@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル背景*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*◇◆◇◆◇◆フッター◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンク◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過色◇◆◇◆◇◆*/
/*群青色*/
/*緑*/
/*灰色*/
/*緑*/
/*ピンク*/
/*ピンク*/
/*灰色*/
/*緑*/
/*灰色*/
/*灰色*/
/*黄色*/
/*ピンク*/
/*灰色*/
/*緑*/
/*ピンク*/
/*ピンク*/
/*薄緑*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notosansjp_regular";
  src: url(../font/NotoSansJP-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_medium";
  src: url(../font/NotoSansJP-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "jost_regular";
  src: url(../font/Jost-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jost_medium";
  src: url(../font/Jost-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jost_bold";
  src: url(../font/Jost-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "jost_extrabold";
  src: url(../font/Jost-ExtraBold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* img -------------------------------------- */
.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: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #474A5B 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #474A5B;
  font-family: "notosansjp_regular";
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #474A5B 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  background-color: #FAE7E7;
  color: #474A5B;
  border-bottom: none;
  text-align: center;
  border-bottom: #474A5B 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #59AD59;
  height: 12vw;
}

/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h1 {
  margin: 0;
}

h2.top_title {
  text-align: center;
  line-height: 90%;
  margin: 0;
  font-family: "notosansjp_bold";
  font-size: 2rem;
  font-weight: bold;
  color: #474A5B;
}
h2.top_title span {
  font-family: "jost_extrabold";
  font-size: 3.3rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 75%;
}
h2.top_title span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 3rem;
  background: url(../img/index_title_left.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0.2rem -1rem 0;
}
h2.top_title span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 3rem;
  background: url(../img/index_title_right.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 -1rem 0.1rem;
}
h2.low {
  color: #474A5B;
  font-family: "notosansjp_bold";
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h2.low::before {
  content: "";
  display: block;
  width: 11rem;
  height: 2rem;
  margin: 0 auto 0.7rem auto;
  background: url(../img/h2_flower.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #474A5B;
  font-family: "notosansjp_bold";
  font-size: 2rem;
  font-weight: bold;
  background-color: #F8CAC9;
  border-left: #D9828F 1rem solid;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  margin: 3.2rem 0 1.5rem 0;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #D9828F;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.9rem;
  margin: 2.4rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  position: relative;
}
h4.low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 30%;
  height: 3px;
  border-bottom: #D9828F 3px solid;
}
h4.low::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  border-bottom: #DCDCDC 3px solid;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low {
  color: #679F55;
  font-family: "notosansjp_bold";
  font-size: 2rem;
  font-weight: bold;
  border-left: #679F55 0.8rem solid;
  padding: 0 0 0 0.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  margin: 2.2rem 0 1.5rem 0;
}
h5.first {
  margin: 0 0 1.5rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    line-height: 90%;
    margin: 0;
    font-family: "notosansjp_bold";
    font-size: 3.2rem;
    font-weight: bold;
    color: #474A5B;
  }
  h2.top_title span {
    font-family: "jost_extrabold";
    font-size: 10rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    line-height: 72%;
  }
  h2.top_title span::before {
    content: "";
    display: block;
    width: 68px;
    height: 90px;
    background: url(../img/index_title_left.svg) no-repeat center center;
    background-size: contain;
    margin: 0 7px -12px 0;
  }
  h2.top_title span::after {
    content: "";
    display: block;
    width: 68px;
    height: 90px;
    background: url(../img/index_title_right.svg) no-repeat center center;
    background-size: contain;
    margin: 0 0 -12px 7px;
  }
  h2.low {
    color: #474A5B;
    font-family: "notosansjp_bold";
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 120%;
    padding: 0 0 0 0;
    margin: 100px 0 46px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h2.low::before {
    content: "";
    display: block;
    width: 177px;
    height: 36px;
    margin: 0 auto 14px auto;
    background: url(../img/h2_flower.svg) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  h2.first {
    margin: 0 0 46px 0;
  }
  h3.low {
    color: #474A5B;
    font-family: "notosansjp_bold";
    font-size: 2.4rem;
    font-weight: bold;
    background-color: #F8CAC9;
    border-left: #D9828F 10px solid;
    padding: 6.5px 6.5px 6.5px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 28px 0;
    line-height: 160%;
  }
  h3.first {
    margin: 0 0 34px 0;
  }
  h4.low {
    color: #D9828F;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.2rem;
    margin: 60px 0 28px 0;
    padding: 0 0 9px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 120%;
    position: relative;
  }
  h4.low::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 140px;
    height: 3px;
    border-bottom: #D9828F 3px solid;
  }
  h4.low::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    border-bottom: #DCDCDC 3px solid;
  }
  h4.first {
    margin: 0 0 28px 0;
  }
  h5.low {
    color: #679F55;
    font-family: "notosansjp_bold";
    font-size: 2rem;
    font-weight: bold;
    border-left: #679F55 8px solid;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 120%;
    margin: 50px 0 20px 0;
  }
  h5.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  border: #DCDCDC 1px solid;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #474A5B;
  background-color: #F8CAC9;
  border-bottom: #DCDCDC 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #474A5B;
  border-bottom: #DCDCDC 1px solid;
  background-color: #ffffff;
}
table.timetable tr td i {
  font-size: 0.9rem;
  color: #474A5B;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #474A5B;
}
table.timetable caption {
  caption-side: bottom;
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
  width: 100%;
  color: #474A5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.timetable caption span {
  color: #D9828F;
  padding: 0.3rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #D9828F 1px solid;
  background-color: #ffffff;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    border: #DCDCDC 1px solid;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #474A5B;
    background-color: #F8CAC9;
    border-bottom: #DCDCDC 1px solid;
    width: 10%;
    height: 60px;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #474A5B;
    border-bottom: #DCDCDC 1px solid;
    background-color: #ffffff;
    height: 60px;
  }
  table.timetable tr td i {
    font-size: 2rem;
    color: #474A5B;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #474A5B;
    font-size: 2rem;
  }
  table.timetable caption {
    caption-side: bottom;
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    margin: 20px 0 12px 0;
    width: 100%;
    color: #474A5B;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  table.timetable caption span {
    color: #D9828F;
    padding: 6px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #D9828F 1px solid;
    background-color: #ffffff;
    margin: 0 8px 0 0;
    font-weight: bold;
    font-size: 1.8rem;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border: #DCDCDC 1px solid;
  background-color: #FFF7F7;
}
table.low_table tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border: #DCDCDC 1px solid;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border: #DCDCDC 1px solid;
    background-color: #FFF7F7;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border: #DCDCDC 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border: #DCDCDC 1px solid;
  background-color: #FFF7F7;
}
table.low_table_slide tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border: #DCDCDC 1px solid;
  background-color: #ffffff;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border: #DCDCDC 1px solid;
    background-color: #FFF7F7;
  }
  table.low_table_slide tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border: #DCDCDC 1px solid;
    background-color: #ffffff;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #474A5B;
  background-color: #FFF7F7;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #474A5B;
  background-color: #ffffff;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
}
table.low_table_spblock tr td .pink1 {
  width: 55%;
  text-align: center;
  display: block;
  margin: 0 auto 1rem auto;
  background-color: #F8CAC9;
}
table.low_table_spblock tr td .pink2 {
  width: 55%;
  text-align: center;
  display: block;
  margin: 2rem auto 1rem auto;
  background-color: #FAE7E7;
}
table.low_table_spblock tr td i {
  font-size: 2rem;
}
table.low_table_spblock tr td .tel {
  text-align: center;
  font-size: 2rem;
}
table.low_table_spblock tr td .tel a {
  display: inline;
  text-decoration: none;
  color: #474A5B;
}
table.low_table_spblock tr td.tel_cell {
  text-align: center;
}
table.low_table_spblock tr:first-child th {
  border-top: #DCDCDC 1px solid;
}
table.low_table_spblock.access tr th {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #474A5B;
    background-color: #FFF7F7;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #474A5B;
    background-color: #ffffff;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr td .pink1 {
    width: 202px;
    text-align: center;
    display: inline-block;
    margin: 0 0 8px 0;
    background-color: #F8CAC9;
  }
  table.low_table_spblock tr td .pink2 {
    width: 202px;
    text-align: center;
    display: inline-block;
    margin: 0 0 2px 0;
    background-color: #FAE7E7;
  }
  table.low_table_spblock tr td i {
    font-size: 2rem;
  }
  table.low_table_spblock tr td .tel {
    text-align: center;
    font-size: 2rem;
  }
  table.low_table_spblock tr td .tel a {
    display: inline;
    text-decoration: none;
    color: #474A5B;
  }
  table.low_table_spblock tr td.tel_cell {
    text-align: left;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #DCDCDC 1px solid;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border-bottom: #DCDCDC 1px solid;
  background-color: #FFF7F7;
}
table.low_table2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border-bottom: #DCDCDC 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #DCDCDC 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  table.low_table2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border-bottom: #DCDCDC 1px solid;
    background-color: #FFF7F7;
  }
  table.low_table2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border-bottom: #DCDCDC 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #DCDCDC 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #DCDCDC 1px solid;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border-bottom: #DCDCDC 1px solid;
  background-color: #FFF7F7;
}
table.low_table_slide2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #474A5B;
  border-bottom: #DCDCDC 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #DCDCDC 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #DCDCDC 1px solid;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border-bottom: #DCDCDC 1px solid;
    background-color: #FFF7F7;
  }
  table.low_table_slide2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #474A5B;
    border-bottom: #DCDCDC 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #DCDCDC 1px solid;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock2 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #474A5B;
  background-color: #FFF7F7;
  border-bottom: #DCDCDC 1px solid;
}
table.low_table_spblock2 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #474A5B;
  background-color: #ffffff;
  border-bottom: #DCDCDC 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #D9828F;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #D9828F;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock2 tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #474A5B;
    background-color: #FFF7F7;
    border-bottom: #DCDCDC 1px solid;
  }
  table.low_table_spblock2 tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #474A5B;
    background-color: #ffffff;
    border-bottom: #DCDCDC 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #D9828F;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #D9828F;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #DCDCDC 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #474A5B;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #DCDCDC 1px solid;
}
table.low_table3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table3 tr th {
  width: 30%;
  padding: 1rem;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  background-color: #FFF7F7;
  color: #474A5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table3 tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #474A5B;
  background-color: #ffffff;
}
table.low_table3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #DCDCDC 1px solid;
}
table.low_table3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #474A5B;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #DCDCDC 1px solid;
  }
  table.low_table3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    background-color: #FFF7F7;
    color: #474A5B;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #474A5B;
    background-color: #ffffff;
  }
  table.low_table3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #DCDCDC 1px solid;
  }
  table.low_table3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #474A5B;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #DCDCDC 1px solid;
}
table.low_table_subtitle3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle3 tr th {
  width: 100%;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  background-color: #F8CAC9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle3 tr th .sub_title {
  background-color: #679F55;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle3 tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr th .sub_text {
  background-color: #F5F5F5;
  color: #474A5B;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle3 tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #474A5B;
  background-color: #ffffff;
}
table.low_table_subtitle3 tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_subtitle3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #474A5B;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_subtitle3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 16px 0 0 0;
  }
  table.low_table_subtitle3 tr th {
    width: 100%;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    background-color: #FFF7F7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_subtitle3 tr th .sub_title {
    background-color: #679F55;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.low_table_subtitle3 tr th .sub_title.st_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr th .sub_text {
    background-color: #F5F5F5;
    color: #474A5B;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  table.low_table_subtitle3 tr td {
    width: 100%;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #474A5B;
    background-color: #ffffff;
  }
  table.low_table_subtitle3 tr:first-child th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr:last-child th {
    border-bottom-left-radius: 0.7rem;
  }
  table.low_table_subtitle3 tr:last-child td {
    border-bottom-right-radius: 0.7rem;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide3 {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
  color: #474A5B;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #679F55 1px solid;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  background-color: #FFF7F7;
  color: #474A5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #474A5B;
  background-color: #ffffff;
}
table.low_table_slide3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table_slide3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table_slide3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #DCDCDC 1px solid;
}
table.low_table_slide3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #474A5B;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    background-color: #FFF7F7;
    color: #474A5B;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #474A5B;
    background-color: #ffffff;
  }
  table.low_table_slide3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #DCDCDC 1px solid;
  }
  table.low_table_slide3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #474A5B;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock3 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  background-color: #FFF7F7;
  color: #474A5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock3 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #679F55 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #474A5B;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #D9828F;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #D9828F;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #DCDCDC 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock3 tr:last-child td {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #474A5B;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  table.low_table_spblock3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: none;
    background-color: #FFF7F7;
    color: #474A5B;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #474A5B;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #679F55;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #679F55;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #DCDCDC 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #DCDCDC 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #DCDCDC 1px solid;
  }
  table.low_table_spblock3 tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準2列 disc*/
ul.list_normal_two {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準3列 disc*/
ul.list_normal_three {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_three li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準2列 maru*/
ul.list_maru_two {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_two li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準3列 maru*/
ul.list_maru_three {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_three li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準3列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 30%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 7%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 93%;
  margin: 0 0 1rem 0;
}

/*タイトルボックス*/
dl.title_box {
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #FFF7F7;
  color: #474A5B;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #DCDCDC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1100px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1040px;
  }
  dl.num_list dt {
    width: 25px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1015px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #FFF7F7;
    color: #474A5B;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #DCDCDC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 2rem solid #FFB6C1;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

/*強調*/
.emphasis {
  background-color: #FAE7E7;
  border-radius: 0.8rem;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p {
  text-align: justify;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}
.emphasis dl.num_list.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 30px solid #FFB6C1;
    text-align: center;
    display: block;
    margin: 20px auto;
  }
  /*二列*/
  .two_box {
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #FAE7E7;
    border-radius: 12px;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p {
    text-align: justify;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  .emphasis dl.num_list.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #474A5B;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #474A5B;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1100px;
    margin: 13px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #474A5B;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #474A5B;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #474A5B;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #474A5B;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #474A5B 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #679F55;
  padding: 1rem;
  text-decoration: none;
  color: #474A5B;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #474A5B;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #474A5B;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #474A5B;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #474A5B 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #679F55;
    padding: 20px;
    text-decoration: none;
    color: #474A5B;
    position: relative;
  }
  .banner_01 img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: block;
    margin: 0;
  }
  .banner_01 .banner_title {
    position: absolute;
    top: 20px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #474A5B;
    margin: 0 0 0 0;
  }
  .banner_01 .banner_text {
    position: absolute;
    top: 80px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    color: #474A5B;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #D9828F;
}

.low_button {
  background-color: #D9828F;
  width: auto;
  height: auto;
  margin: 0 0 2rem 0;
  text-align: center;
  text-decoration: none;
  padding: 1rem 4rem 1rem 4rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
}
.low_button::before {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #474A5B;
  }
  .low_link_text:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background-color: #D9828F;
    width: auto;
    height: auto;
    margin: 0 0 36px 0;
    text-align: left;
    text-decoration: none;
    padding: 20px 75px 20px 75px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button::before {
    position: absolute;
    top: calc(50% - 9px);
    right: 18px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .low_button:hover {
    background-color: #679F55;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 70%;
  height: auto;
}

.doctor_name {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 528px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.machine_box2 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box2 section {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box2 section h3 {
  margin: 0 0 1rem 0;
}
.machine_box2 section img {
  width: 100%;
  margin: 0 0 1rem 0;
}

/*スライダー*/
.slider-pro {
  margin: 0 auto 2rem auto !important;
}
.slider-pro p.sp-layer {
  font-size: 2.4rem !important;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #E0E0E0 3px solid;
  border-radius: 0.6rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}
.flow_box .low_content {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow_box .low_content p {
  margin: 0;
}
.flow_box .low_content p.low_content_title {
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.4rem;
  display: inline-block;
  border: #BBBBBB 1px solid;
  padding: 0.2rem 1.5rem 0.1rem 1.5rem;
  border-radius: 2rem;
}
.flow_box .low_content p.low_content_tel {
  font-family: "jost_regular";
  font-weight: normal;
  font-size: 2.4rem;
  color: #59AD59;
}
.flow_box .low_content p.low_content_tel a {
  color: #59AD59;
  text-decoration: none;
}
.flow_box .low_content p.rheumatism_title {
  margin: 0.8rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #E0E0E0 3px solid;
    border-radius: 12px;
    padding: 35px30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
  .flow_box .low_content {
    width: 550px;
    text-align: left;
    padding: 15px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow_box .low_content p {
    margin: 0;
  }
  .flow_box .low_content p.low_content_title {
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    display: inline-block;
    border: #BBBBBB 1px solid;
    padding: 4px 24px 8px 24px;
    border-radius: 18px;
    line-height: 100%;
    margin: 0 10px 10px 0;
  }
  .flow_box .low_content p.low_content_tel {
    font-family: "jost_regular";
    font-weight: normal;
    font-size: 3.6rem;
    color: #59AD59;
    letter-spacing: 0;
    line-height: 100%;
    margin: -2px 0 10px 0;
  }
  .flow_box .low_content p.low_content_tel i {
    font-size: 3rem;
  }
  .flow_box .low_content p.low_content_tel a {
    color: #59AD59;
    text-decoration: none;
  }
  .flow_box .low_content p.rheumatism_title {
    margin: 0 0 10px 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #474A5B;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe.accessmap {
  width: 96%;
  height: 500px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #474A5B;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #BBBBBB;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #474A5B;
  border-top: #474A5B 1px solid;
  border-left: #474A5B 1px solid;
  border-right: #474A5B 1px solid;
}
#mailformpro table tr th span {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0.6rem;
}
#mailformpro table tr td {
  display: block;
  text-align: left;
  border-top: #474A5B 1px solid;
  border-left: #474A5B 1px solid;
  border-right: #474A5B 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailformpro table tr td ol {
  list-style-type: none;
}
#mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 0 0.6rem 0;
}
#mailformpro table tr td select {
  font-size: 1.2rem;
  width: 90%;
}
#mailformpro table tr td select.time {
  width: 12%;
}
#mailformpro table tr td textarea {
  font-size: 1.2rem;
  width: 90%;
  min-height: 40vw;
}
#mailformpro table tr:last-child td {
  border-bottom: #474A5B 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.8rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #BBBBBB;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #474A5B 1px solid;
    border-left: #474A5B 1px solid;
    border-right: #474A5B 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #474A5B 1px solid;
    border-left: #474A5B 1px solid;
    border-right: #474A5B 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/*アニメーション用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　ファーストビュー
----------------------------------------------------------- */
.first_view_anime {
  -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
          animation: fvfadein 0.5s ease 1s 1 normal backwards;
}

.first_view_anime2 {
  -webkit-animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
          animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
}

@-webkit-keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .first_view_anime {
    -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
            animation: fvfadein 0.5s ease 1s 1 normal backwards;
  }
  .first_view_anime2 {
    -webkit-animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
            animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
  }
  @-webkit-keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　お知らせのアニメーション
----------------------------------------------------------- */
.greeting_anime1 {
  -webkit-animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
}

.greeting_anime2 {
  -webkit-animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
}

@-webkit-keyframes greeting_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes greeting_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .greeting_anime1 {
    -webkit-animation: none;
            animation: none;
  }
  .greeting_anime2 {
    -webkit-animation: none;
            animation: none;
  }
}
/* -----------------------------------------------------------
　アニメーション
----------------------------------------------------------- */
/*左から*/
.scroll_left {
  /*transform: translateX(-200px);*/
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_left.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*右から*/
.scroll_right {
  /*transform: translateX(200px);*/
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_right.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*下から*/
.scroll_up {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_up.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  /*左から*/
  .scroll_left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_left.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_right.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*下から*/
  .scroll_up {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下からPCのみ*/
  .scroll_up_pc {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下から順番*/
  .scroll_up1 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up2 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    opacity: 0;
  }
  .scroll_up3 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
    opacity: 0;
  }
  .scroll_up1.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .scroll_up2.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .scroll_up3.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  /*左から*/
  .scroll_left {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .scroll_left.blockIn {
    -webkit-transform: none;
            transform: none;
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .scroll_right.blockIn {
    -webkit-transform: none;
            transform: none;
  }
  .greeting_anime_left {
    -webkit-animation: greeting_fadein_left 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein_left 0.5s ease 2s 1 normal backwards;
  }
  .greeting_anime_right {
    -webkit-animation: greeting_fadein_right 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein_right 0.5s ease 2s 1 normal backwards;
  }
  /*左から*/
  @-webkit-keyframes greeting_fadein_left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes greeting_fadein_left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  /*左から*/
  @-webkit-keyframes greeting_fadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes greeting_fadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.scroll_treatment_up li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up li:nth-child(1) {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up li:nth-child(2) {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up li:nth-child(3) {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up li:nth-child(4) {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up li:nth-child(5) {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up li:nth-child(6) {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up li:nth-child(7) {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up li:nth-child(8) {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up li:nth-child(9) {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}
.scroll_treatment_up li:nth-child(10) {
  -webkit-transition: all 0.5s ease-in 1s;
  transition: all 0.5s ease-in 1s;
}

.scroll_treatment_up.blockIn li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------------------------
　診療内容 divタイプ
----------------------------------------------------------- */
.scroll_treatment_up2 .tc_up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up2 .tc_up.tcup1 {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up2 .tc_up.tcup2 {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up2 .tc_up.tcup3 {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up2 .tc_up.tcup4 {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up2 .tc_up.tcup5 {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up2 .tc_up.tcup6 {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up2 .tc_up.tcup7 {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up2 .tc_up.tcup8 {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up2 .tc_up.tcup9 {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}

.scroll_treatment_up2 .tc_up.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #474A5B;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #474A5B;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 60px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main {
  height: auto;
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 0;
}

.main_low {
  height: auto;
  width: 96%;
  margin: 2rem auto 4rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1100px;
    margin: 56px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  width: 100%;
  height: 21vw;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 95%;
  height: auto;
}
header.header .header_box .header_info {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    width: 100%;
    height: 204px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
  }
  header.header .header_box {
    width: 1100px;
    height: 204px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 445.796px;
    height: 106.131px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 445.796px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 445.796px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 445.796px;
    height: auto;
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 548px;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info .header_tel_box {
    width: 274px;
    height: 91px;
    margin: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header .header_box .header_info .header_tel_box .header_tel_title {
    background-color: #ffffff;
    color: #474A5B;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    border-radius: 15px;
    margin: 0 0 8px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info .header_tel_box .tel {
    font-family: "jost_regular";
    font-weight: normal;
    font-size: 2.8rem;
    color: #474A5B;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_tel_dentistry {
    background-color: #F8CAC9;
  }
  header.header .header_box .header_info .header_tel_dentistry .header_tel_title {
    width: 82px;
    height: 30px;
  }
  header.header .header_box .header_info .header_tel_rheumatism {
    background-color: #FAE7E7;
  }
  header.header .header_box .header_info .header_tel_rheumatism .header_tel_title {
    width: 225px;
    height: 30px;
  }
  header.header .header_box .header_info .header_address {
    width: 548px;
    height: 46px;
    margin: 0;
    background-color: #E0E0E0;
    color: #474A5B;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 144px;
    z-index: 99999999;
  }
  nav.main_nav_pc ul {
    width: 1100px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.home {
    width: 122px;
  }
  nav.main_nav_pc ul li.doctor {
    width: 154px;
  }
  nav.main_nav_pc ul li.clinic {
    width: 216px;
  }
  nav.main_nav_pc ul li.treatment {
    width: 170px;
  }
  nav.main_nav_pc ul li.treatment a::after {
    font-family: "fontello";
    content: "\f004";
    margin: 3px 0 0 4px;
    color: #679F55;
    font-size: 1.4rem;
  }
  nav.main_nav_pc ul li.treatment ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    font-family: "fontello";
    content: "\f005";
    margin: 3px 0 0 4px;
  }
  nav.main_nav_pc ul li.visitor {
    width: 188px;
  }
  nav.main_nav_pc ul li.access {
    width: 250px;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #474A5B;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 7px 0;
    letter-spacing: 0.05em;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a span {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li a span::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #679F55;
    width: 0;
  }
  nav.main_nav_pc ul li a:hover {
    color: #679F55;
  }
  nav.main_nav_pc ul li a:hover span::before {
    width: 100%;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 239px;
    background-color: #ffffff;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16);
            box-shadow: rgba(0, 0, 0, 0.16);
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    list-style-type: none;
    width: 201px;
    margin: 0 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    width: 201px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 201px;
    height: 38px;
    color: #474A5B;
    letter-spacing: 0.05em;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    border-radius: 6px;
    padding: 0 0 0 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #59AD59;
    color: #ffffff;
  }
  .nav_add {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999 !important;
    background-color: #ffffff !important;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 123vw;
  margin: -21vw 0 0 0;
  background-color: beige;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 70vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_05 {
  background: url("../img/key_visual_05.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_text {
  position: relative;
  margin: 13rem 2rem 2rem;
}
.key_visual .key_text span {
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1rem;
  display: inline-block;
  background-color: #ffffff;
  color: #474A5B;
  padding: 0.2rem 0.8rem 0.1rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3rem;
  margin: 0 0 0.5rem 0;
  -webkit-box-shadow: 3px 3px 0 #474A5B;
          box-shadow: 3px 3px 0 #474A5B;
}
.key_visual .key_text::after {
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  content: "";
  display: block;
  width: 2rem;
  height: 4rem;
  background: url("../img/index_key_flower.svg") no-repeat;
  background-size: contain;
}
.key_visual .key_contents {
  position: absolute;
  top: 71vw;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 84vw;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_tel {
  width: 94%;
  margin: 0 auto;
  background-color: #ffffff;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: #679F55 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_tel .key_tel_text {
  width: 15%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #679F55;
  color: #ffffff;
  margin: 0;
  font-family: "notosansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  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;
}
.key_visual .key_contents .key_tel .key_tel_content {
  width: 85%;
  text-align: center;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_tel .key_tel_content p {
  margin: 0;
}
.key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_title {
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.4rem;
  display: inline-block;
  border: #BBBBBB 1px solid;
  padding: 0.2rem 1.5rem 0.1rem 1.5rem;
  border-radius: 2rem;
}
.key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_tel {
  font-family: "jost_regular";
  font-weight: normal;
  font-size: 2.4rem;
  color: #59AD59;
}
.key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_tel a {
  color: #59AD59;
  text-decoration: none;
}
.key_visual .key_contents .key_tel .key_tel_content p.rheumatism_title {
  margin: 0.8rem 0 0 0;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 50vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -21vw 0 0 0;
}
.key_visual_low h1 {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #474A5B;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: 21vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 800px;
    margin: -204px 0 0 0;
    background-color: beige;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 800px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_05 {
    background: url("../img/key_visual_05.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_text {
    position: absolute;
    inset: auto 0 27px;
    margin: auto;
    max-width: 100%;
    width: 1100px;
  }
  .key_visual .key_text span {
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 2.8rem;
    display: inline-block;
    background-color: #ffffff;
    color: #474A5B;
    padding: 13px 18px 11px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    margin: 0 0 11px 0;
    -webkit-box-shadow: 3px 3px 0 #474A5B;
            box-shadow: 3px 3px 0 #474A5B;
  }
  .key_visual .key_text::after {
    position: absolute;
    top: -46px;
    left: -23px;
    content: "";
    display: block;
    width: 50.329px;
    height: 95.837px;
    background: url("../img/index_key_flower.svg") no-repeat;
    background-size: contain;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1100px;
    height: 800px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_tel {
    position: absolute;
    right: 0;
    bottom: 37px;
    width: 340px;
    height: 200px;
    margin: 0;
    background-color: #ffffff;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: #679F55 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_tel .key_tel_text {
    width: 54px;
    height: 200px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #679F55;
    color: #ffffff;
    margin: 0;
    font-family: "notosansjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    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;
  }
  .key_visual .key_contents .key_tel .key_tel_content {
    width: 284px;
    height: 200px;
    text-align: center;
    padding: 15px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_tel .key_tel_content p {
    margin: 0;
  }
  .key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_title {
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    display: inline-block;
    border: #BBBBBB 1px solid;
    padding: 4px 24px 8px 24px;
    border-radius: 18px;
    line-height: 100%;
    margin: 0 0 10px 0;
  }
  .key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_tel {
    font-family: "jost_regular";
    font-weight: normal;
    font-size: 3.6rem;
    color: #59AD59;
    letter-spacing: 0;
    line-height: 100%;
    margin: -2px 0 0 0;
  }
  .key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_tel i {
    font-size: 3rem;
  }
  .key_visual .key_contents .key_tel .key_tel_content p.key_tel_content_tel a {
    color: #59AD59;
    text-decoration: none;
  }
  .key_visual .key_contents .key_tel .key_tel_content p.rheumatism_title {
    margin: 17px 0 10px 0;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 454px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -204px 0 0 0;
  }
  .key_visual_low h1 {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
    color: #474A5B;
    line-height: 160%;
    letter-spacing: 0.2em;
    padding: 206px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_bg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.notice_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.notice_bg .notice_frame {
  width: 96%;
  margin: 4rem auto 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.notice_bg .notice_frame h2.notice_title {
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #474A5B;
  letter-spacing: 0.1em;
  position: relative;
  border-top: #F8CAC9 2rem solid;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_bg .notice_frame h2.notice_title span {
  font-family: "jost_regular";
  font-size: 1.8rem;
  font-weight: normal;
  color: #929292;
  display: block;
  margin: 0.6rem 0 0 0;
}
.notice_bg .notice_frame h2.notice_title span::first-letter {
  color: #474A5B;
}
.notice_bg .notice_frame h2.notice_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 4rem;
  background: url("../img/index_info_flower.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 2rem;
  left: 50%;
  margin: 0 0 0 -35%;
}
.notice_bg .notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_bg .notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #E0E0E0 1px solid;
}
.notice_bg .notice_frame .notice_box dl dt {
  color: #474A5B;
  margin: 1.5rem 0 0 0;
  padding: 2rem 0 1rem 2.2rem;
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #E0E0E0 1px solid;
}
.notice_bg .notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/icon_arrow_notice.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 2.2rem;
}
.notice_bg .notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_bg .notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_bg .notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_bg .notice_frame .notice_box dl dd {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0;
  color: #474A5B;
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
}
.notice_bg .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_bg .notice_frame .notice_box dl dd p a {
  color: #474A5B;
}

@media screen and (min-width: 768px), print {
  .notice_bg {
    width: 100%;
    position: relative;
  }
  .notice_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 145px;
    background-color: #F5F5F5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .notice_bg .notice_frame {
    width: 1100px;
    margin: 0 auto 0 auto;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  .notice_bg .notice_frame h2.notice_title {
    width: 200px;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 2.6rem;
    text-align: center;
    color: #474A5B;
    letter-spacing: 0.1em;
    position: relative;
    border-top: #F8CAC9 20px solid;
    padding: 47px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_bg .notice_frame h2.notice_title span {
    font-family: "jost_regular";
    font-size: 2.2rem;
    font-weight: normal;
    color: #929292;
    display: block;
    margin: 10px 0 0 0;
  }
  .notice_bg .notice_frame h2.notice_title span::first-letter {
    color: #474A5B;
  }
  .notice_bg .notice_frame h2.notice_title::before {
    content: "";
    display: inline-block;
    width: 77px;
    height: 117px;
    background: url("../img/index_info_flower.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .notice_bg .notice_frame .notice_box {
    width: 860px;
    height: auto;
    margin: 0 0 0 0;
    padding: 35px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_bg .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 800px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #E0E0E0 1px solid;
  }
  .notice_bg .notice_frame .notice_box dl dt {
    color: #474A5B;
    margin: 0 0 6px 0;
    padding: 26px 0 0 28px;
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
    border-top: #E0E0E0 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow_notice.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 28px;
  }
  .notice_bg .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_bg .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child {
    border-top: none;
  }
  .notice_bg .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    color: #679F55;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dd {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    color: #474A5B;
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
  }
  .notice_bg .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_bg .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    line-height: 150%;
  }
  .notice_bg .notice_frame .notice_box dl dd p a {
    color: #D9828F;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.reservation_frame {
  width: 100%;
  background-color: #F5F5F5;
  padding: 4rem 0 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reservation_frame .reservation_box {
  margin: 2rem 0 0 0;
}
.reservation_frame .reservation_box .reservation_text_box {
  width: 96%;
  margin: 0 auto 0 auto;
  border: #E0E0E0 4px solid;
  background-color: #ffffff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.reservation_frame .reservation_box .reservation_text_box::before {
  position: absolute;
  bottom: 0;
  right: -1rem;
  z-index: 2;
  content: "";
  display: block;
  width: 4rem;
  height: 6rem;
  background: url("../img/index_reserve_flower.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.reservation_frame .reservation_box .reservation_text_box p {
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: justify;
}
.reservation_frame .reservation_box .reservation_text_box p span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
  background: linear-gradient(transparent 40%, #FFE240 40%);
}
.reservation_frame .reservation_box .reservation_text_box dl {
  width: 100%;
  line-height: 120%;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reservation_frame .reservation_box .reservation_text_box dl dt {
  width: 28%;
  text-align: right;
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.2rem;
  color: #D9828F;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reservation_frame .reservation_box .reservation_text_box dl dd {
  width: 72%;
  font-family: "jost_regular";
  font-weight: normal;
  font-size: 2.2rem;
  color: #D9828F;
  padding: 0.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reservation_frame .reservation_box .reservation_text_box dl dd i {
  font-size: 2rem;
}
.reservation_frame .reservation_box .reservation_text_box dl dd a {
  color: #D9828F;
  text-decoration: none;
}
.reservation_frame .reservation_box .reservation_calendar_box {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice {
  list-style-type: none;
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li {
  margin: 0 1rem;
}
.reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li.cn01 i {
  color: #ffffff;
  text-shadow: 1px 1px 0 #DCDCDC, -1px -1px 0 #DCDCDC;
}
.reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li.cn02 i {
  color: #E0E0E0;
}
.reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li.cn03 i {
  color: #ADD6AD;
}
.reservation_frame .reservation_timetable {
  width: 96%;
  margin: 3rem auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .reservation_frame {
    width: 100%;
    background-color: #F5F5F5;
    padding: 46px 0 116px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reservation_frame .reservation_box {
    width: 1100px;
    margin: 46px auto 0 auto;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation_frame .reservation_box .reservation_text_box {
    width: 328px;
    height: 317px;
    margin: 0;
    border: #E0E0E0 4px solid;
    background-color: #ffffff;
    padding: 42px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .reservation_frame .reservation_box .reservation_text_box::before {
    position: absolute;
    bottom: 2px;
    right: -18px;
    z-index: 2;
    content: "";
    display: block;
    width: 65px;
    height: 95px;
    background: url("../img/index_reserve_flower.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .reservation_frame .reservation_box .reservation_text_box p {
    width: 234px;
    margin: 0 auto 20px auto;
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: justify;
    letter-spacing: 0;
    line-height: 155%;
  }
  .reservation_frame .reservation_box .reservation_text_box p span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
    background: linear-gradient(transparent 40%, #FFE240 40%);
  }
  .reservation_frame .reservation_box .reservation_text_box dl {
    width: 300px;
    margin: 0 0 0 0;
    line-height: 140%;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation_frame .reservation_box .reservation_text_box dl dt {
    width: 30%;
    text-align: right;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.4rem;
    color: #D9828F;
    margin: 0 0 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation_frame .reservation_box .reservation_text_box dl dd {
    width: 70%;
    font-family: "jost_regular";
    font-weight: normal;
    font-size: 2.8rem;
    color: #D9828F;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 11px 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation_frame .reservation_box .reservation_text_box dl dd i {
    font-size: 2.2rem;
  }
  .reservation_frame .reservation_box .reservation_text_box dl dd a {
    color: #D9828F;
    text-decoration: none;
  }
  .reservation_frame .reservation_box .reservation_calendar_box {
    width: 752px;
    margin: 0 0 0 0;
  }
  .reservation_frame .reservation_box .reservation_calendar_box .calendar_box {
    width: 752px;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice {
    list-style-type: none;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0;
  }
  .reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li {
    margin: 0 5px;
  }
  .reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li.cn01 i {
    font-size: 2.2rem;
    margin: 0 4px 0 0;
    color: #ffffff;
    text-shadow: 1px 1px 0 #DCDCDC, -1px -1px 0 #DCDCDC;
  }
  .reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li.cn02 i {
    font-size: 2.2rem;
    margin: 0 4px 0 0;
    color: #E0E0E0;
  }
  .reservation_frame .reservation_box .reservation_calendar_box ul.calendar_notice li.cn03 i {
    font-size: 2.2rem;
    margin: 0 4px 0 0;
    color: #ADD6AD;
  }
  .reservation_frame .reservation_timetable {
    width: 860px;
    margin: 40px auto 0 auto;
  }
}
/* -----------------------------------------------------------
これってリウマチなの？
----------------------------------------------------------- */
.rheumatism_bg {
  width: 100%;
  position: relative;
}
.rheumatism_bg::before {
  content: "";
  width: 100%;
  height: 30vw;
  display: block;
  background: url("../img/index_rheumatism_bg.jpg") no-repeat;
  background-size: cover;
  background-position: left top;
}
.rheumatism_bg .rheumatism_frame {
  width: 100%;
  position: relative;
  z-index: 2;
}
.rheumatism_bg .rheumatism_frame h2.rheumatism_title {
  width: 92%;
  margin: 2rem auto 0 auto;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.rheumatism_bg .rheumatism_frame h2.rheumatism_title img.irt_img {
  width: 20%;
  height: auto;
}
.rheumatism_bg .rheumatism_frame h2.rheumatism_title img.irt_title {
  width: 77%;
  height: auto;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box {
  width: 100%;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img {
  width: 100%;
  height: 49vw;
  background: url("../img/index_rheumatism_img.jpg") no-repeat;
  background-size: contain;
  position: relative;
  margin: 4rem 0 0 0;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text {
  position: absolute;
  top: -3rem;
  right: 2%;
  width: 30%;
  height: 48vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0 0 0 0.5rem;
  color: #679F55;
  background-color: #ffffff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 0 #474A5B;
          box-shadow: 3px 3px 0 #474A5B;
  border-radius: 0.3rem;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text p.rit_01 {
  height: 70%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text p.rit_02 {
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_sub_text {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_catch_copy {
  width: 96%;
  margin: 1rem auto 0 auto;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_catch_copy .rcp_small {
  font-size: 1.8rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
  background: linear-gradient(transparent 40%, #FFE240 40%);
  line-height: 140%;
}
.rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_catch_copy .rcp_large {
  font-size: 2.2rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
  background: linear-gradient(transparent 40%, #FFE240 40%);
  line-height: 140%;
}

@media screen and (min-width: 768px), print {
  .rheumatism_bg {
    width: 100%;
    position: relative;
  }
  .rheumatism_bg::before {
    content: "";
    width: 100%;
    height: 280px;
    display: block;
    background: url("../img/index_rheumatism_bg.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
  }
  .rheumatism_bg::after {
    content: "";
    width: 100%;
    height: 590px;
    display: block;
    background-color: #E0E0E0;
    position: absolute;
    top: 280px;
    left: 50%;
    z-index: 1;
    margin: 0 0 0 252px;
  }
  .rheumatism_bg .rheumatism_frame {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .rheumatism_bg .rheumatism_frame h2.rheumatism_title {
    width: 715.29px;
    margin: 80px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .rheumatism_bg .rheumatism_frame h2.rheumatism_title img.irt_img {
    width: 146px;
    height: auto;
    margin: 0 0 14px 0;
  }
  .rheumatism_bg .rheumatism_frame h2.rheumatism_title img.irt_title {
    height: auto;
    width: 551.5px;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box {
    width: 1100px;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img {
    width: 1100px;
    height: 560px;
    background: url("../img/index_rheumatism_img.jpg") no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    margin: 46px 0 0 0;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text {
    position: absolute;
    top: -60px;
    right: 37px;
    width: 187px;
    height: 411px;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 0 0 0;
    color: #679F55;
    background-color: #ffffff;
    padding: 32px 14px 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 0 #474A5B;
            box-shadow: 3px 3px 0 #474A5B;
    border-radius: 6px;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 3.6rem;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text p.rit_01 {
    height: 296px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_img .rheumatism_img_text p.rit_02 {
    height: 411px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_sub_text {
    width: 540px;
    background-color: #ffffff;
    margin: -145px 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 200%;
    padding: 62px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_catch_copy {
    width: 100%;
    margin: -13px 0 0 0;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_catch_copy .rcp_small {
    font-size: 3rem;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
    background: linear-gradient(transparent 40%, #FFE240 40%);
    line-height: 290%;
  }
  .rheumatism_bg .rheumatism_frame .rheumatism_box .rheumatism_catch_copy .rcp_large {
    font-size: 4.2rem;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
    background: linear-gradient(transparent 40%, #FFE240 40%);
    line-height: 140%;
  }
}
/* -----------------------------------------------------------
発熱患者さんにお願い
----------------------------------------------------------- */
.onegai_bg {
  width: 100%;
  margin: 4rem 0 0 0;
}
.onegai_bg .onegai_box {
  background-color: #FAE7E7;
  width: 96%;
  margin: 0 auto 0 auto;
  border-radius: 2rem;
  padding: 1rem 1rem 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.onegai_bg .onegai_box .onegai_frame {
  overflow: visible;
}
.onegai_bg .onegai_box .onegai_frame h2.onegai_title {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2.2rem;
  color: #679F55;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -3rem 0 2rem 0;
}
.onegai_bg .onegai_box .onegai_frame h2.onegai_title::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/index_onegai_title.svg") no-repeat;
  background-size: contain;
  margin: 0 auto 1rem auto;
}
.onegai_bg .onegai_box .onegai_frame h2.onegai_title::after {
  content: "";
  width: 4rem;
  height: 1rem;
  display: block;
  background: url("../img/icon_dot.svg") no-repeat;
  background-size: contain;
  margin: 1rem auto 0 auto;
}
.onegai_bg .onegai_box .onegai_frame .onegai_text {
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  line-height: 160%;
}
.onegai_bg .onegai_box .onegai_frame .onegai_text span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
  background: linear-gradient(transparent 40%, #FFE240 40%);
}
.onegai_bg .onegai_box .onegai_frame .onegai_tel {
  font-family: "jost_regular";
  font-weight: normal;
  font-size: 2.8rem;
  color: #D9828F;
  text-align: center;
}
.onegai_bg .onegai_box .onegai_frame .onegai_tel a {
  text-decoration: none;
  color: #D9828F;
}
.onegai_bg .onegai_box img.onegai_img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}
.onegai_bg .okusuri_box {
  background-color: #EFF7EF;
  width: 96%;
  margin: 4rem auto 0 auto;
  border-radius: 2rem;
  padding: 1rem 1rem 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.onegai_bg .okusuri_box .okusuri_frame {
  overflow: visible;
}
.onegai_bg .okusuri_box .okusuri_frame h2.okusuri_title {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2.2rem;
  color: #679F55;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -3rem 0 2rem 0;
}
.onegai_bg .okusuri_box .okusuri_frame h2.okusuri_title::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/index_okusuri_title.svg") no-repeat;
  background-size: contain;
  margin: 0 auto 1rem auto;
}
.onegai_bg .okusuri_box .okusuri_frame h2.okusuri_title::after {
  content: "";
  width: 4rem;
  height: 1rem;
  display: block;
  background: url("../img/icon_dot.svg") no-repeat;
  background-size: contain;
  margin: 1rem auto 0 auto;
}
.onegai_bg .okusuri_box .okusuri_frame .okusuri_text {
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  line-height: 160%;
}
.onegai_bg .okusuri_box .okusuri_frame .okusuri_text a {
  display: block;
  color: #D9828F;
  font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.onegai_bg .okusuri_box .okusuri_frame .okusuri_text a::after {
  font-family: "fontello";
  content: "\e816";
}
.onegai_bg .okusuri_box img.okusuri_img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .onegai_bg {
    width: 100%;
    margin: 44px 0 0 0;
    padding: 34px 0 120px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_onegai_bg.svg") no-repeat;
    background-size: 540px;
    background-position: left 30px bottom 23px;
  }
  .onegai_bg .onegai_box {
    background-color: #FAE7E7;
    width: 1100px;
    height: 362px;
    margin: 0 auto 0 auto;
    border-radius: 60px;
    padding: 38px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .onegai_bg .onegai_box .onegai_frame {
    overflow: visible;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 100px;
  }
  .onegai_bg .onegai_box .onegai_frame h2.onegai_title {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 3rem;
    color: #679F55;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -71px 0 7px 0;
  }
  .onegai_bg .onegai_box .onegai_frame h2.onegai_title::before {
    content: "";
    width: 69px;
    height: 76px;
    display: block;
    background: url("../img/index_onegai_title.svg") no-repeat;
    background-size: contain;
    margin: 0 auto 21px auto;
  }
  .onegai_bg .onegai_box .onegai_frame h2.onegai_title::after {
    content: "";
    width: 61px;
    height: 20px;
    display: block;
    background: url("../img/icon_dot.svg") no-repeat;
    background-size: contain;
    margin: 20px auto 0 auto;
  }
  .onegai_bg .onegai_box .onegai_frame .onegai_text {
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0 0 26px 0;
  }
  .onegai_bg .onegai_box .onegai_frame .onegai_text span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFE240));
    background: linear-gradient(transparent 40%, #FFE240 40%);
  }
  .onegai_bg .onegai_box .onegai_frame .onegai_tel {
    font-family: "jost_regular";
    font-weight: normal;
    font-size: 4.4rem;
    color: #D9828F;
    text-align: center;
    margin: 0 0 32px 0;
  }
  .onegai_bg .onegai_box .onegai_frame .onegai_tel a {
    text-decoration: none;
    color: #D9828F;
  }
  .onegai_bg .onegai_box img.onegai_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 290px;
    height: auto;
    display: block;
    margin: -33px 0 0 57px;
  }
  .onegai_bg .okusuri_box {
    background-color: #EFF7EF;
    width: 1100px;
    height: 362px;
    margin: 80px auto 0 auto;
    border-radius: 60px;
    padding: 38px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .onegai_bg .okusuri_box .okusuri_frame {
    overflow: visible;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 100px;
  }
  .onegai_bg .okusuri_box .okusuri_frame h2.okusuri_title {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 3rem;
    color: #679F55;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -71px 0 7px 0;
  }
  .onegai_bg .okusuri_box .okusuri_frame h2.okusuri_title::before {
    content: "";
    width: 69px;
    height: 76px;
    display: block;
    background: url("../img/index_okusuri_title.svg") no-repeat;
    background-size: contain;
    margin: 0 auto 21px auto;
  }
  .onegai_bg .okusuri_box .okusuri_frame h2.okusuri_title::after {
    content: "";
    width: 61px;
    height: 20px;
    display: block;
    background: url("../img/icon_dot.svg") no-repeat;
    background-size: contain;
    margin: 20px auto 0 auto;
  }
  .onegai_bg .okusuri_box .okusuri_frame .okusuri_text {
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    line-height: 180%;
    letter-spacing: 0;
    margin: 0 0 26px 0;
  }
  .onegai_bg .okusuri_box .okusuri_frame .okusuri_text a {
    display: block;
    color: #D9828F;
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  .onegai_bg .okusuri_box .okusuri_frame .okusuri_text a::after {
    font-family: "fontello";
    content: "\e816";
  }
  .onegai_bg .okusuri_box img.okusuri_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 290px;
    height: auto;
    display: block;
    margin: -33px 0 0 57px;
  }
}
/* -----------------------------------------------------------
当院について
----------------------------------------------------------- */
.about_frame {
  width: 100%;
  background-color: #F5F5F5;
  margin: 4rem 0 0 0;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about_frame .about_box {
  width: 96%;
  margin: 2rem auto 0 auto;
  position: relative;
  overflow: visible;
}
.about_frame .about_box img {
  width: 90%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: visible;
  display: block;
}
.about_frame .about_box hr.ba_line_left {
  border: none;
  width: 80%;
  height: 45vw;
  display: block;
  background-color: #FAE7E7;
  position: absolute;
  top: 7vw;
  left: -4%;
}
.about_frame .about_box hr.ba_line_right {
  border: none;
  width: 80%;
  height: 45vw;
  display: block;
  background-color: #FAE7E7;
  position: absolute;
  top: 7vw;
  right: -4%;
}
.about_frame .about_box .about_text_box {
  width: 90%;
  background-color: #ffffff;
  padding: 2rem 2rem 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -4vw auto 0 auto;
  position: relative;
  z-index: 3;
}
.about_frame .about_box .about_text_box h3.about_title {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2rem;
  color: #D9828F;
  margin: 0 0 1rem 0;
  line-height: 120%;
}
.about_frame .about_box .about_text_box h3.about_title::after {
  content: "";
  width: 4rem;
  height: 1rem;
  display: block;
  background: url("../img/icon_dot_pink.svg") no-repeat;
  background-size: contain;
  margin: 1rem 0 0 0;
}
.about_frame .about_box .about_text_box p {
  text-align: justify;
}
.about_frame .about_box.ab_left img {
  margin: 0 0 0 10%;
}
.about_frame .about_box.ab_right img {
  margin: 0 10% 0 0;
}

@media screen and (min-width: 768px), print {
  .about_frame {
    width: 100%;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
    padding: 72px 0 160px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about_frame .about_box {
    width: 1100px;
    margin: 55px auto 0 auto;
    position: relative;
    overflow: visible;
  }
  .about_frame .about_box img {
    width: 700px;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: visible;
    display: block;
  }
  .about_frame .about_box hr.ba_line_left {
    border: none;
    width: 1000px;
    height: 380px;
    display: block;
    background-color: #FAE7E7;
    position: absolute;
    top: 56px;
    left: auto;
    right: 50%;
  }
  .about_frame .about_box hr.ba_line_right {
    border: none;
    width: 1000px;
    height: 380px;
    display: block;
    background-color: #FAE7E7;
    position: absolute;
    top: 56px;
    right: auto;
    left: 50%;
  }
  .about_frame .about_box .about_text_box {
    width: 600px;
    height: 283px;
    background-color: #ffffff;
    padding: 42px 40px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    position: relative;
    z-index: 3;
  }
  .about_frame .about_box .about_text_box h3.about_title {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.4rem;
    color: #D9828F;
    margin: 0 0 14px 0;
    line-height: 120%;
  }
  .about_frame .about_box .about_text_box h3.about_title::after {
    content: "";
    width: 61px;
    height: 10px;
    display: block;
    background: url("../img/icon_dot_pink.svg") no-repeat;
    background-size: contain;
    margin: 15px 0 0 0;
  }
  .about_frame .about_box .about_text_box p {
    text-align: justify;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 190%;
  }
  .about_frame .about_box.ab_left img {
    margin: 0 400px 0 0;
  }
  .about_frame .about_box.ab_left .about_text_box {
    position: absolute;
    top: 49px;
    right: 0;
  }
  .about_frame .about_box.ab_right {
    margin: 120px auto 0 auto;
  }
  .about_frame .about_box.ab_right img {
    margin: 0 0 0 400px;
  }
  .about_frame .about_box.ab_right .about_text_box {
    position: absolute;
    top: 60px;
    left: 0;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  background-color: #FFF7F7;
  margin: 4rem 0 0 0;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_frame ul.treatment_list {
  width: 98%;
  margin: 2rem auto 0 auto;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 50%;
  margin: 0 0 2rem 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 43vw;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 22vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_frame ul.treatment_list li a::after {
  font-family: "jost_regular";
  font-weight: normal;
  font-size: 0.8rem;
  margin: 0.1rem 0 0 0;
}
.treatment_frame ul.treatment_list li.dentistry a {
  background: url("../img/index_treatment_01.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.dentistry a::after {
  content: "Dentistry";
  display: block;
}
.treatment_frame ul.treatment_list li.rheumatism a {
  background: url("../img/index_treatment_02.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.rheumatism a::after {
  content: "Rheumatism";
  display: block;
}
.treatment_frame ul.treatment_list li.internal a {
  background: url("../img/index_treatment_03.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.internal a::after {
  content: "Internal";
  display: block;
}
.treatment_frame ul.treatment_list li.outpatient_fever a {
  background: url("../img/index_treatment_04.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.outpatient_fever a::after {
  content: "Outpatient Fever";
  display: block;
}
.treatment_frame ul.treatment_list li.arthrography a {
  background: url("../img/index_treatment_05.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.arthrography a::after {
  content: "Arthrography";
  display: block;
}
.treatment_frame ul.treatment_list li.bone_densitometry a {
  background: url("../img/index_treatment_06.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.bone_densitometry a::after {
  content: "Bone Densitometry";
  display: block;
}
.treatment_frame ul.treatment_list li.checkup_vaccination {
  margin: 0 auto 2rem auto;
}
.treatment_frame ul.treatment_list li.checkup_vaccination a {
  background: url("../img/index_treatment_07.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.checkup_vaccination a::after {
  content: "Checkup / Vaccination";
  display: block;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    background-color: #FFF7F7;
    margin: 0;
    padding: 72px 0 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame ul.treatment_list {
    width: 1100px;
    margin: 37px auto 0 auto;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .treatment_frame ul.treatment_list li {
    width: 270px;
    height: 270px;
    margin: 0 0 24px 0;
  }
  .treatment_frame ul.treatment_list li a {
    width: 270px;
    height: 270px;
    background-color: #474A5B;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 150px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0;
  }
  .treatment_frame ul.treatment_list li a::after {
    font-family: "jost_regular";
    font-weight: normal;
    font-size: 1.4rem;
    margin: 5px 0 0 0;
  }
  .treatment_frame ul.treatment_list li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_frame ul.treatment_list li.dentistry {
    margin: 0 0 24px 130px;
  }
  .treatment_frame ul.treatment_list li.dentistry a {
    background: url("../img/index_treatment_01.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.dentistry a::after {
    content: "Dentistry";
    display: block;
  }
  .treatment_frame ul.treatment_list li.rheumatism a {
    background: url("../img/index_treatment_02.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.rheumatism a::after {
    content: "Rheumatism";
    display: block;
  }
  .treatment_frame ul.treatment_list li.internal {
    margin: 0 130px 24px 0;
  }
  .treatment_frame ul.treatment_list li.internal a {
    background: url("../img/index_treatment_03.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.internal a::after {
    content: "Internal";
    display: block;
  }
  .treatment_frame ul.treatment_list li.outpatient_fever a {
    background: url("../img/index_treatment_04.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.outpatient_fever a::after {
    content: "Outpatient Fever";
    display: block;
  }
  .treatment_frame ul.treatment_list li.arthrography a {
    background: url("../img/index_treatment_05.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.arthrography a::after {
    content: "Arthrography";
    display: block;
  }
  .treatment_frame ul.treatment_list li.bone_densitometry a {
    background: url("../img/index_treatment_06.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.bone_densitometry a::after {
    content: "Bone Densitometry";
    display: block;
  }
  .treatment_frame ul.treatment_list li.checkup_vaccination {
    margin: 0 0 24px 0;
  }
  .treatment_frame ul.treatment_list li.checkup_vaccination a {
    background: url("../img/index_treatment_07.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.checkup_vaccination a::after {
    content: "Checkup / Vaccination";
    display: block;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 4rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  width: 75%;
  margin: 0 auto;
  display: block;
}
.overview .overview_logo img {
  width: 100%;
  height: auto;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 100%;
  margin: 0 0 0.2rem 0;
  color: #679F55;
  font-weight: bold;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #474A5B;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .pink1 {
  width: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 0 1rem 0;
  background-color: #F8CAC9;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .pink2 {
  width: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 0 1rem 0;
  background-color: #FAE7E7;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .tel a {
  text-decoration: none;
  color: #474A5B;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right iframe.googlemap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}
.overview .overview_timetable {
  width: 96%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 70px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    width: 369.4px;
    margin: 0 auto 60px auto;
    display: block;
    text-align: center;
  }
  .overview .overview_logo img {
    width: 369.4px;
    height: auto;
    display: block;
    margin: 0;
  }
  .overview .overview_box {
    width: 1100px;
    margin: 0 auto 25px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 550px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 560px;
    margin: 0 0 0 0;
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 138px;
    margin: 0 0 19px 0;
    color: #679F55;
    font-weight: bold;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 412px;
    margin: 0 0 19px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #474A5B;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .pink1 {
    width: 202px;
    text-align: center;
    display: inline-block;
    margin: 0 0 8px 0;
    background-color: #F8CAC9;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .pink2 {
    width: 202px;
    text-align: center;
    display: inline-block;
    margin: 0 0 2px 0;
    background-color: #FAE7E7;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .tel a {
    text-decoration: none;
    color: #474A5B;
  }
  .overview .overview_box .overview_info_box_right {
    width: 530px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right iframe.googlemap {
    width: 100%;
    height: 552px;
    display: block;
    margin: 0;
  }
  .overview .overview_timetable {
    width: 860px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #F8CAC9;
}
footer .copyright a {
  color: #474A5B;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  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: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel {
  width: 43%;
  height: 13vw;
  padding: 3vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  color: #ffffff;
  background-color: #59AD59;
  text-align: center;
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
}
.footer_link a.footer_tel span {
  width: 100%;
  display: block;
  font-size: 1rem;
  margin: 0 0 0.2rem 0;
}
.footer_link .smoothScrolls {
  color: #ffffff;
  background-color: #59AD59;
  width: 14%;
  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;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 42px 0 0 0;
    background-color: #ffffff;
    border-top: #F8CAC9 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 202px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1100px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 16px;
    margin: 0 18px 8px 0;
    padding: 0 18px 0 0;
    list-style-type: none;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a {
    color: #474A5B;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #679F55;
    width: 0;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    width: 100%;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #474A5B;
    font-size: 1.8rem;
    height: 74px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #F8CAC9;
    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;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #474A5B;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #474A5B;
    width: 0;
  }
  footer .copyright a:hover::before {
    width: 100%;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 90px;
    height: 90px;
  }
  #pagetop_position #linkpagetop a img {
    width: 90px;
    height: 90px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 17px;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 90px;
    height: 90px;
  }
  #pagetop_position #linkpagetop a img {
    width: 90px;
    height: 90px;
  }
  #pagetop {
    position: fixed;
    bottom: 17px;
    right: 1%;
    z-index: 999999;
  }
}/*# sourceMappingURL=style.css.map */