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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*◇◆◇◆◇◆フッターPC◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクSP◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*薄いクリーム色*/
/*灰色*/
/*茶色*/
/*黒*/
/*紫*/
/*灰色*/
/*灰色*/
/*ピンク*/
/*灰色*/
/*薄い茶色*/
/*灰色*/
/*灰色*/
/*灰色*/
/*灰色*/
/*薄い橙*/
/*灰色*/
/*灰色*/
/*薄い黄色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp_regular";
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_medium";
  src: url(../font/NotoSerifJP-Medium.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/NotoSerifJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_regular";
  src: url(../font/ZenKakuGothicNew-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_medium";
  src: url(../font/ZenKakuGothicNew-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_bold";
  src: url(../font/ZenKakuGothicNew-Bold.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: "zenkakugothicnew_medium";
  font-weight: 500;
  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_sub1, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub3 {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1.open_nav, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2.open_nav, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub3.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub3 li a {
  background-color: #F7F3F0;
  color: #474A5B;
  border-bottom: none;
  text-align: center;
  font-family: "zenkakugothicnew_medium";
  font-weight: 500;
  border-bottom: #474A5B 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a br, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a br, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub3 li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a::after, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a::after, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub3 li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after, .main_nav_sp .drawr ul.hbg li.about_hbg a::after, .main_nav_sp .drawr ul.hbg li.clinic_hbg a::after {
  font-family: "fontello";
  content: "\ebc2";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after, .main_nav_sp .drawr ul.hbg li.open_about a::after, .main_nav_sp .drawr ul.hbg li.open_clinic a::after {
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@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: #534944;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  font-family: "notoserifjp_regular";
  font-weight: normal;
  font-size: 3.2rem;
  text-align: center;
  color: #B1A596;
  line-height: 120%;
  margin: 0;
}
h2.top_title span {
  color: #534944;
  font-family: "zenkakugothicnew_medium";
  font-weight: bold;
  font-size: 1rem;
  display: block;
  margin: -0.5rem 0 0 0;
}
h2.top_title.concept_title {
  text-align: left;
}
h2.top_title.features_title {
  text-align: right;
}
h2.top_title.treatment_title {
  text-align: left;
}
h2.low {
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #534944;
  line-height: 140%;
  letter-spacing: 0.1em;
  position: relative;
  margin: 4rem 0 4rem 0;
}
h2.low::after {
  position: absolute;
  bottom: -1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  border-bottom: #938674 2px solid;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #222222;
  font-size: 2rem;
  text-align: justify;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  background: url("../img/icon_01.svg") no-repeat;
  background-position: left top 0.2rem;
  background-size: 7%;
  border-bottom: #C1C1C1 1px solid;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.8rem 9%;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #222222;
  font-size: 1.9rem;
  text-align: justify;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  background: url("../img/icon_02.svg") no-repeat;
  background-position: left top 0.6rem;
  background-size: 5%;
  margin: 1.9rem 0 1rem 0;
  padding: 0 0 0 7%;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-family: "notoserifjp_regular";
    font-weight: normal;
    font-size: 7.6rem;
    text-align: center;
    color: #B1A596;
    line-height: 120%;
    margin: 0;
  }
  h2.top_title span {
    color: #534944;
    font-family: "zenkakugothicnew_medium";
    font-weight: bold;
    font-size: 2rem;
    display: block;
    margin: -21px 0 0 0;
  }
  h2.top_title.concept_title {
    text-align: left;
  }
  h2.top_title.features_title {
    text-align: right;
  }
  h2.top_title.treatment_title {
    text-align: left;
  }
  h2.low {
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    color: #534944;
    line-height: 140%;
    letter-spacing: 0.1em;
    position: relative;
    margin: 70px 0 60px 0;
  }
  h2.low::after {
    position: absolute;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 66px;
    height: 2px;
    border-bottom: #938674 2px solid;
  }
  h2.first {
    margin: 0 0 60px 0;
  }
  h3.low {
    color: #222222;
    font-size: 2rem;
    text-align: justify;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    background: url("../img/icon_01.svg") no-repeat;
    background-position: left top 3px;
    background-size: 20px;
    border-bottom: #C1C1C1 1px solid;
    margin: 50px 0 10px 0;
    padding: 0 0 15px 25px;
    line-height: 120%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h3.first {
    margin: 0 0 10px 0;
  }
  h4.low {
    color: #222222;
    font-size: 2rem;
    text-align: justify;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    background: url("../img/icon_02.svg") no-repeat;
    background-position: left top 5px;
    background-size: 14px;
    margin: 30px 0 10px 0;
    padding: 0 0 0 25px;
    line-height: 120%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #534944;
  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: 0.8rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #222222;
  background-color: #ffffff;
  border-bottom: #D1D1D1 1px solid;
}
table.timetable tr td i {
  font-size: 1.1rem;
  color: #938674;
}
table.timetable tr td.time {
  width: 20%;
  text-align: center;
  color: #222222;
  font-size: 1.2rem;
}
table.timetable caption {
  caption-side: bottom;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.timetable caption span {
  padding: 0.2rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCA487;
  color: #ffffff;
  display: inline-block;
  margin: 0 0.8rem 0 0;
}

dl.timetable_notice_list {
  width: 100%;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  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;
  line-height: 140%;
  margin: 1rem 0 0 0;
}
dl.timetable_notice_list dt {
  width: 25%;
  margin: 0 0 0.5rem 0;
}
dl.timetable_notice_list dt span {
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #9B9793;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
dl.timetable_notice_list dd {
  width: 75%;
  margin: 0 0 0.5rem 0;
  padding: 0 0.5rem;
  -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;
}

.timetable_notice_text {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #534944;
    width: 10%;
    height: 58px;
    box-sizing: border-box;
  }
  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: 2.4rem;*/
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #222222;
    background-color: #ffffff;
    border-bottom: #D1D1D1 1px solid;
    height: 96px;
    line-height: 1.2;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #938674;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #222222;
    font-size: 2.4rem;
  }
  table.timetable tr td span {
    font-size: 80%;
  }
  table.timetable caption {
    caption-side: bottom;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    margin: 30px 0 0 0;
    width: 100%;
    color: #2a2a2a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.timetable caption span {
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #DCA487;
    color: #ffffff;
    display: inline-block;
    margin: 0 16px 0 0;
  }
  dl.timetable_notice_list {
    width: 100%;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    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;
    line-height: 140%;
    margin: 28px 0 0 0;
  }
  dl.timetable_notice_list dt {
    width: 223px;
    margin: 0 0 10px 0;
  }
  dl.timetable_notice_list dt span {
    padding: 7px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #9B9793;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.9rem;
  }
  dl.timetable_notice_list dd {
    width: calc(100% - 223px);
    margin: 0 0 10px 0;
    padding: 0 0 0 16px;
    -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;
  }
  .timetable_notice_text {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.95rem;
    text-align: justify;
  }
}
/*テーブル*/
/* 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-family: "zenkakugothicnew_medium";
  font-weight: normal;
  color: #222222;
  border: #E6E6E6 1px solid;
  background-color: #FBF8F2;
}
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-family: "zenkakugothicnew_regular";
  font-weight: normal;
  color: #222222;
  border: #E6E6E6 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-family: "zenkakugothicnew_medium";
    font-weight: normal;
    color: #222222;
    border: #E6E6E6 1px solid;
    background-color: #FBF8F2;
  }
  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-family: "zenkakugothicnew_regular";
    font-weight: normal;
    color: #222222;
    border: #E6E6E6 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　TOP テーブル
----------------------------------------------------------- */
table.low_table_medical {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_medical caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_medical tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  color: #ffffff;
  border: #E6E6E6 1px solid;
  background-color: #335252;
}
table.low_table_medical tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  color: #222222;
  border: #E6E6E6 1px solid;
  background-color: #ffffff;
}
table.low_table_medical tr td.time {
  font-weight: bold;
}
table.low_table_medical tr td span {
  font-size: 80%;
}
table.low_table_medical caption {
  caption-side: bottom;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #2a2a2a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_medical caption span {
  padding: 0.2rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DCA487;
  color: #ffffff;
  display: inline-block;
  margin: 0 0.8rem 0 0;
}
table.low_table_medical.table_fixed {
  table-layout: fixed;
}
table.low_table_medical.table_fixed tr th {
  text-align: center;
}
table.low_table_medical.table_fixed tr td {
  text-align: center;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_medical {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_medical tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_medical tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_medical caption {
    caption-side: bottom;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    margin: 30px 0 0 0;
    width: 100%;
    color: #2a2a2a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.low_table_medical caption span {
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #DCA487;
    color: #ffffff;
    display: inline-block;
    margin: 0 16px 0 0;
  }
  table.low_table_medical.table_fixed {
    table-layout: fixed;
  }
  table.low_table_medical.table_fixed tr th {
    text-align: center;
  }
  table.low_table_medical.table_fixed tr td {
    text-align: center;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
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-family: "zenkakugothicnew_medium";
  font-weight: normal;
  color: #222222;
  border: #E6E6E6 1px solid;
  background-color: #FBF8F2;
}
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-family: "zenkakugothicnew_regular";
  font-weight: normal;
  color: #222222;
  border: #E6E6E6 1px solid;
  background-color: #ffffff;
}
table.low_table_slide.year_table {
  width: 100%;
  table-layout: fixed;
}
table.low_table_slide.year_table tr th {
  width: auto;
  text-align: center;
}
table.low_table_slide.year_table tr td {
  width: auto;
  text-align: center;
}
table.low_table_slide.year_table tr td span {
  white-space: pre;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
table.low_table_slide.year_table tr:nth-child(odd) td {
  background-color: #FBF8F2;
}
table.low_table_slide.table_fixed {
  table-layout: fixed;
}
table.low_table_slide.table_fixed tr th {
  text-align: center;
}
table.low_table_slide.table_fixed tr td {
  text-align: center;
}

/*横スライドテーブル用*/
.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-family: "zenkakugothicnew_medium";
    font-weight: normal;
    color: #222222;
    border: #E6E6E6 1px solid;
    background-color: #FBF8F2;
  }
  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-family: "zenkakugothicnew_regular";
    font-weight: normal;
    color: #222222;
    border: #E6E6E6 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide.year_table {
    width: 100%;
    table-layout: fixed;
  }
  table.low_table_slide.year_table tr th {
    width: auto;
    text-align: center;
  }
  table.low_table_slide.year_table tr td {
    width: auto;
    text-align: center;
  }
  table.low_table_slide.year_table tr td span {
    white-space: normal;
    display: inline-block;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  table.low_table_slide.year_table tr:nth-child(odd) td {
    background-color: #FBF8F2;
  }
  table.low_table_slide.table_fixed {
    table-layout: fixed;
  }
  table.low_table_slide.table_fixed tr th {
    text-align: center;
  }
  table.low_table_slide.table_fixed tr td {
    text-align: center;
  }
  /*横スライドテーブル用*/
  .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-family: "zenkakugothicnew_medium";
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #222222;
  background-color: #FBF8F2;
  border-bottom: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 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-family: "zenkakugothicnew_regular";
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #222222;
  background-color: #ffffff;
  border-bottom: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
}
table.low_table_spblock tr td span {
  color: #DCA487;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #DCA487;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #E6E6E6 1px solid;
}

@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-family: "zenkakugothicnew_medium";
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #222222;
    background-color: #FBF8F2;
    border-bottom: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 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-family: "zenkakugothicnew_regular";
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #222222;
    background-color: #ffffff;
    border-bottom: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #DCA487;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #DCA487;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #E6E6E6 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #E6E6E6 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: #222222;
  border-bottom: #E6E6E6 1px solid;
  background-color: #FBF8F2;
}
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: #222222;
  border-bottom: #E6E6E6 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #E6E6E6 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #E6E6E6 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: #222222;
    border-bottom: #E6E6E6 1px solid;
    background-color: #FBF8F2;
  }
  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: #222222;
    border-bottom: #E6E6E6 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #E6E6E6 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #E6E6E6 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: #222222;
  border-bottom: #E6E6E6 1px solid;
  background-color: #FBF8F2;
}
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: #222222;
  border-bottom: #E6E6E6 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #E6E6E6 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #E6E6E6 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: #222222;
    border-bottom: #E6E6E6 1px solid;
    background-color: #FBF8F2;
  }
  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: #222222;
    border-bottom: #E6E6E6 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #E6E6E6 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #E6E6E6 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: #222222;
  background-color: #FBF8F2;
  border-bottom: #E6E6E6 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: #222222;
  background-color: #ffffff;
  border-bottom: #E6E6E6 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #DCA487;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #DCA487;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #E6E6E6 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: #222222;
    background-color: #FBF8F2;
    border-bottom: #E6E6E6 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: #222222;
    background-color: #ffffff;
    border-bottom: #E6E6E6 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #DCA487;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #DCA487;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #E6E6E6 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #E6E6E6 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #E6E6E6 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: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  background-color: #FBF8F2;
  color: #222222;
  -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: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #222222;
  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: #E6E6E6 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: #2a2a2a;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #E6E6E6 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: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    background-color: #FBF8F2;
    color: #222222;
    -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: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #222222;
    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: #E6E6E6 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: #2a2a2a;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #E6E6E6 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: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  background-color: #9F887F;
  -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: #8A8A8A;
  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: #B1A596;
  color: #2a2a2a;
  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: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #222222;
  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: #2a2a2a;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #E6E6E6 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: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    background-color: #FBF8F2;
    -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: #8A8A8A;
    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: #B1A596;
    color: #2a2a2a;
    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: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #222222;
    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: #2a2a2a;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #8A8A8A 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: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  background-color: #FBF8F2;
  color: #222222;
  -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: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #222222;
  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: #E6E6E6 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: #2a2a2a;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #E6E6E6 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: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    background-color: #FBF8F2;
    color: #222222;
    -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: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #222222;
    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: #E6E6E6 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: #2a2a2a;
  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: #E6E6E6 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  background-color: #FBF8F2;
  color: #222222;
  -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: #8A8A8A 1px solid;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #222222;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #DCA487;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #DCA487;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #E6E6E6 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: #2a2a2a;
    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: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: none;
    background-color: #FBF8F2;
    color: #222222;
    -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: #E6E6E6 1px solid;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #222222;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #8A8A8A;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #8A8A8A;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #E6E6E6 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #E6E6E6 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #E6E6E6 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 1rem 0;
  text-align: center;
}
.img_center img {
  width: 70%;
  height: auto;
}

.img_center2 {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_center2 img {
  width: 70%;
  height: auto;
}

.two_img {
  margin: 0 0 1rem 0;
  text-align: center;
}
.two_img figure {
  width: 70%;
  margin: 0 auto 2rem auto;
}
.two_img figure figcaption {
  font-family: "zenkakugothicnew_regular";
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.two_img figure img {
  width: 100%;
  height: auto;
}

.two_img2 {
  margin: 0 0 1rem 0;
  text-align: center;
}
.two_img2 figure {
  width: 70%;
  margin: 0 auto 2rem auto;
}
.two_img2 figure figcaption {
  font-family: "zenkakugothicnew_regular";
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.two_img2 figure img {
  width: 100%;
  height: auto;
}

.three_img {
  margin: 0 0 1rem 0;
  text-align: center;
}
.three_img figure {
  width: 70%;
  margin: 0 auto 2rem auto;
}
.three_img figure figcaption {
  font-family: "zenkakugothicnew_regular";
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.three_img figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 16px 20px;
  }
  .img_right img {
    width: 375px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 16px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center2 {
    float: none;
    margin: 0 0 16px 0;
    text-align: center;
  }
  .img_center2 img {
    width: 375px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .two_img {
    width: 800px;
    margin: 0 auto 16px auto;
    text-align: center;
    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;
  }
  .two_img figure {
    width: 375px;
    margin: 0;
  }
  .two_img figure figcaption {
    font-family: "zenkakugothicnew_regular";
    font-size: 1.8rem;
    margin: 0 0 16px 0;
    height: 30px;
  }
  .two_img figure img {
    width: 375px;
    height: auto;
  }
  .two_img2 {
    width: 1200px;
    margin: 0 auto 16px auto;
    text-align: center;
    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;
  }
  .two_img2 figure {
    width: 550px;
    margin: 0;
  }
  .two_img2 figure figcaption {
    font-family: "zenkakugothicnew_regular";
    font-size: 1.8rem;
    margin: 0 0 16px 0;
    height: 30px;
  }
  .two_img2 figure img {
    width: 550px;
    height: auto;
  }
  .three_img {
    width: 1200px;
    margin: 0 0 16px 0;
    text-align: center;
    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;
  }
  .three_img figure {
    width: 375px;
    margin: 0;
  }
  .three_img figure figcaption {
    font-family: "zenkakugothicnew_regular";
    font-size: 1.8rem;
    margin: 0 0 16px 0;
    height: 30px;
  }
  .three_img figure img {
    width: 375px;
    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.5rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru li ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 1rem 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.5rem;
  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.5rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

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

@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 7px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru li ul li {
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 10px 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 7px;
    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 7px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準4列 maru*/
  ul.list_maru_four {
    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_four li {
    width: 22%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 7px;
    background-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_num {
    list-style-type: decimal;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_num li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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: 16%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 84%;
  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: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*記号*/
dl.symbol_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.symbol_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
dl.symbol_list dd {
  width: 94%;
  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: #FBF8F2;
  color: #222222;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  border-bottom: #E6E6E6 1px solid;
}
dl.title_box dt:first-child {
  border-top: #E6E6E6 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #E6E6E6 1px solid;
  border-right: #E6E6E6 1px solid;
  border-bottom: #E6E6E6 1px solid;
}
dl.title_box dd .mb_none {
  margin: 0;
}

@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: 1200px;
  }
  dl.bio_list dt {
    width: 70px;
    margin: 0 0 10px 0;
  }
  dl.bio_list dd {
    width: 1130px;
    margin: 0 0 10px 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: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 10px 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 10px 0;
  }
  /*記号*/
  dl.symbol_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: 1200px;
  }
  dl.symbol_list dt {
    width: 20px;
    margin: 0 0 10px 0;
  }
  dl.symbol_list dd {
    width: 1180px;
    margin: 0 0 10px 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: #FBF8F2;
    color: #222222;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    border-bottom: #E6E6E6 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #E6E6E6 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #E6E6E6 1px solid;
    border-right: #E6E6E6 1px solid;
    border-bottom: #E6E6E6 1px solid;
  }
  dl.title_box dd .mb_none {
    margin: 0;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #FBF8F2;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}

/*二列*/
.two_box section dl.bio_list dt {
  width: 22%;
  margin: 0 0 1rem 0;
}
.two_box section dl.bio_list dd {
  width: 78%;
  margin: 0 0 1rem 0;
}
.two_box section h2.ajs, .two_box section h3.ajs {
  margin: 0 0 1.5rem 0;
}
.two_box section h2.ajs2, .two_box section h3.ajs2 {
  margin: 1.9rem 0 1.5rem 0;
}

/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.low_tel i {
  font-size: 1.4rem;
}
.low_tel span {
  font-size: 1.4rem;
  font-weight: bold;
}
.low_tel span a {
  text-decoration: none;
  color: #2a2a2a;
}

.low_tel2 span {
  font-weight: bold;
}
.low_tel2 span a {
  text-decoration: none;
  color: #2a2a2a;
  font-weight: bold;
}

.low_fax {
  color: #2a2a2a;
  -webkit-perspective-origin: none;
          perspective-origin: none;
}
.low_fax a {
  text-decoration: none;
  color: #2a2a2a;
}
.low_fax span {
  font-weight: bold;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

.text_underline {
  text-decoration: underline;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F8F2C8));
  background: linear-gradient(transparent 50%, #F8F2C8 50%);
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-top: 28px solid #DCDCDC;
    text-align: center;
    display: block;
    margin: 30px 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: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  .two_box section dl.bio_list {
    width: 576px;
  }
  .two_box section dl.bio_list dt {
    width: 90px;
    margin: 0 0 10px 0;
  }
  .two_box section dl.bio_list dd {
    width: 486px;
    margin: 0 0 10px 0;
  }
  .two_box section dl.bio_list.ajs {
    margin: 0;
  }
  .two_box section.none {
    width: 100%;
  }
  .two_box section h2.ajs, .two_box section h3.ajs {
    margin: 0 0 10px 0;
  }
  .two_box section h2.ajs2, .two_box section h3.ajs2 {
    margin: 0 0 10px 0;
  }
  /*強調*/
  .emphasis {
    background-color: #FBF8F2;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 16px 0;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .low_tel i {
    font-size: 1.8rem;
  }
  .low_tel span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .low_tel span a {
    text-decoration: none;
    color: #2a2a2a;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
  .text_underline {
    text-decoration: underline;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F8F2C8));
    background: linear-gradient(transparent 50%, #F8F2C8 50%);
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #2a2a2a;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #2a2a2a;
  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: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #2a2a2a;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #2a2a2a;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
}
.lightbox_frame .img_box {
  width: 100%;
  margin: 0 0 1rem 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%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: auto;
    margin: 0 auto;
  }
  .lightbox_frame .img_box {
    width: auto;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: auto;
  }
  .lightbox_frame .img_box a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #F7F3F0 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #8A8A8A;
  padding: 1rem;
  text-decoration: none;
  color: #2a2a2a;
}
.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: #2a2a2a;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #2a2a2a;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #2a2a2a;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #F7F3F0 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #8A8A8A;
    padding: 20px;
    text-decoration: none;
    color: #2a2a2a;
    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: #2a2a2a;
    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: #2a2a2a;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #DCA487;
}

.low_button {
  display: inline-block;
  background-color: #534944;
  color: #ffffff;
  width: auto;
  height: auto;
  margin: 0 0 1rem 0;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 120%;
  padding: 1rem 3rem 1rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.low_button::before {
  position: absolute;
  top: calc(50% - 0.55rem);
  right: 1rem;
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background: url("../img/icon_arrow_link.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #DCA487;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_link_text:hover {
    color: #E3C357;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    display: inline-block;
    background-color: #534944;
    color: #ffffff;
    width: auto;
    height: auto;
    margin: 0 0 16px 0;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    padding: 12px 58px 12px 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button::before {
    position: absolute;
    top: calc(50% - 3.5px);
    right: 14px;
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background: url("../img/icon_arrow_link.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .low_button:hover {
    background-color: #9F887F;
    -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;
}
.img_doctor figcaption {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 1rem 0 0 0;
}

.doctor_name {
  text-align: right;
}
.doctor_name span {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
  }
  .img_doctor figcaption {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    margin: 16px 0 0 0;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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;
  }
}
/* -----------------------------------------------------------
　流れ
----------------------------------------------------------- */
dl.flow_box {
  border: #DCDCDC 3px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
}
dl.flow_box dt {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.6rem;
  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;
  line-height: 120%;
}
dl.flow_box dt .flow_no {
  background-color: #9F887F;
  color: #FFFFFF;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0 1rem 0 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;
}
dl.flow_box dt .bold_title {
  font-family: "kiwimaru_medium";
  font-weight: bold;
  margin: 0 0 1rem 0;
}
dl.flow_box dd {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}
dl.flow_box dd ul {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  dl.flow_box {
    border: #DCDCDC 3px solid;
    padding: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  dl.flow_box dt {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.9rem;
    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;
    line-height: 120%;
  }
  dl.flow_box dt .flow_no {
    background-color: #9F887F;
    color: #FFFFFF;
    width: 34px;
    height: 34px;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2.8rem;
    border-radius: 50%;
    margin: 0 16px 0 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;
    padding: 0 0 3px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.flow_box dt .bold_title {
    font-family: "kiwimaru_medium";
    font-weight: bold;
    margin: 0 0 1rem 0;
  }
  dl.flow_box dd {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 180%;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
  }
  dl.flow_box dd ul {
    margin: 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: #F7F3F0;
  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: #F7F3F0;
    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: #534944;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2a2a2a;
  border-top: #F7F3F0 1px solid;
  border-left: #F7F3F0 1px solid;
  border-right: #F7F3F0 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: #F7F3F0 1px solid;
  border-left: #F7F3F0 1px solid;
  border-right: #F7F3F0 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: #F7F3F0 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: #534944;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #F7F3F0 1px solid;
    border-left: #F7F3F0 1px solid;
    border-right: #F7F3F0 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: #F7F3F0 1px solid;
    border-left: #F7F3F0 1px solid;
    border-right: #F7F3F0 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;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "zenkakugothicnew_regular", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #2a2a2a;
  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: "zenkakugothicnew_regular", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #2a2a2a;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 0px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
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: 2rem 0 4rem 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: 120px 0 130px 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  width: 100%;
  background-color: #F7F3F0;
  padding: 2vw 0 1rem 0;
  border-top: #8A8A8A 3px solid;
  -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: 16vw;
  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 {
  /*ロゴ*/
}
header.header .header_box .header_top .head_logo {
  width: 70%;
  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: 100%;
  height: auto;
}
header.header .header_box {
  /*ヘッダー情報*/
}
header.header .header_box .header_info {
  display: none;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    width: 100%;
    background-color: #F7F3F0;
    padding: 0;
    border-top: #8A8A8A 6px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 126px;
  }
  header.header .header_box {
    width: 1200px;
    height: 126px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 310px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top {
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 310px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 310px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 310px;
    height: auto;
  }
  header.header .header_box {
    /*ヘッダー情報*/
  }
  header.header .header_box .header_info {
    display: block;
    margin: 0;
    width: 600px;
    height: 100px;
    position: absolute;
    top: 24px;
    right: 0;
    /*診療内容*/
  }
  header.header .header_box .header_info .header_dept {
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    color: #534944;
    text-align: right;
    margin: 0 0 10px 0;
  }
  header.header .header_box .header_info {
    /*電話番号*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 3.2rem;
    color: #534944;
    text-align: right;
    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;
  }
  header.header .header_box .header_info .header_tel i {
    font-size: 2.4rem;
  }
  .side_web_link {
    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;
    width: 60px;
    height: 208px;
    text-decoration: none;
    color: #ffffff;
    background-color: #534944;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2.2rem;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.2em;
    position: fixed;
    top: 125px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link span {
    white-space: pre;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
  }
  .side_web_link span::after {
    font-family: "fontello";
    font-size: 1.6rem;
    content: "\eb9f";
    margin: 15px 0 -5px 0;
  }
  .side_web_link:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 70px;
    margin: 0;
    background-color: #F7F3F0;
    position: relative;
    z-index: 99999999;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 70px;
    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;
    width: 200px;
    height: 70px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.main_nav_pc ul li::before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    top: 20px;
    left: 0;
  }
  nav.main_nav_pc ul li:last-child::after {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    top: 20px;
    right: 0;
  }
  nav.main_nav_pc ul li.treatment a::after, nav.main_nav_pc ul li.about a::after, nav.main_nav_pc ul li.clinic a::after {
    font-family: "fontello";
    content: "\ebc2";
    font-size: 0.8rem;
    color: #8A8A8A;
    margin: 2px 0 0 0;
  }
  nav.main_nav_pc ul li.treatment ul li a::after, nav.main_nav_pc ul li.about ul li a::after, nav.main_nav_pc ul li.clinic ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover, nav.main_nav_pc ul li.about:hover, nav.main_nav_pc ul li.clinic:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.treatment:hover a::after, nav.main_nav_pc ul li.about:hover a::after, nav.main_nav_pc ul li.clinic:hover a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 2px 1px 0 0;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 70px;
    text-decoration: none;
    text-align: center;
    color: #2a2a2a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 16px 0 0 0;
    letter-spacing: 0.05em;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    line-height: 100%;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.main_nav_pc ul li a span {
    font-size: 1.2rem;
    color: #9F887F;
    margin: 6px 0 0 0;
  }
  nav.main_nav_pc ul li a {
    position: relative;
  }
  nav.main_nav_pc ul li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #534944;
    width: 80px;
    margin: 0 auto;
  }
  nav.main_nav_pc ul li a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: 8px;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 200px;
    margin: 0 0 0 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 200px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 0 0 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 100%;
    height: 50px;
    text-decoration: none;
    text-align: center;
    color: #2a2a2a;
    background-color: #F7F3F0;
    border-bottom: #EDECE6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.6rem;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br.ajs {
    display: block;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    background-color: #534944;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:last-child a {
    border-bottom: none;
  }
  nav.main_nav_pc ul li:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li:hover .sub_nav_box {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .nav_add {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999 !important;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 40vw;
  background-color: beige;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 40vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_05 {
  background: url("../img/key_visual_05.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  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;
}
.key_visual_low h1 {
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #534944;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 650px;
    background-color: beige;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 650px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_05 {
    background: url("../img/key_visual_05.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 220px;
    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;
  }
  .key_visual_low h1 {
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 3.4rem;
    text-align: center;
    color: #534944;
    line-height: 160%;
    letter-spacing: 0.2em;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.timetable_frame {
  width: 94%;
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .timetable_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
}
/* -----------------------------------------------------------
　お知らせ矢印画像
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
  background: url("../img/index_information_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 4rem 0 2.7rem 0;
  padding: 2.6rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.notice_frame h2.notice_title {
  position: absolute;
  top: -2.6rem;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.notice_frame .notice_box {
  width: 94%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
.notice_frame .notice_box dl {
  height: auto;
  height: 100vw;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-wrap: break-word;
  padding: 0 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #8A8A8A 2px solid;
  /*border-bottom: $color_notice_border 1px solid;*/
}
.notice_frame .notice_box dl dt {
  color: #222222;
  margin: 0 0 0 0;
  padding: 2rem 0 1rem 2rem;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #D1D1D1 1px solid;
}
.notice_frame .notice_box dl dt .date {
  font-family: "zenkakugothicnew_regular";
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  display: block;
}
.notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow_notice.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 2.3rem;
}
.notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_frame .notice_box dl dt:nth-last-child(2) {
  padding: 2rem 0 2rem 2rem;
  border-bottom: #D1D1D1 1px solid;
}
.notice_frame .notice_box dl dt:nth-last-child(2).close {
  padding: 2rem 0 2rem 2rem;
  border-bottom: #D1D1D1 1px solid;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 1rem 0 2rem;
  color: #2a2a2a;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p {
  font-family: "zenkakugothicnew_medium";
  font-weight: 500;
  font-size: 1.4rem;
  text-align: justify;
}
.notice_frame .notice_box dl dd p a {
  color: #DCA487;
}
.notice_frame .notice_box dl dd a {
  color: #DCA487;
}
.notice_frame .notice_box dl dd:last-child {
  border-bottom: #D1D1D1 1px solid;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 100%;
    height: 690px;
    background: url("../img/index_information_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 120px 0 0 0;
    padding: 50px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .notice_frame h2.notice_title {
    position: absolute;
    top: -66px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .notice_frame .notice_box {
    width: 1200px;
    height: auto;
    margin: 50px auto 0 auto;
    padding: 50px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  .notice_frame .notice_box dl {
    height: 423px;
    margin: 0 auto 0 auto;
    width: 1030px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-wrap: break-word;
    padding: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #8A8A8A 2px solid;
    /*border-bottom: $color_notice_border 1px solid;*/
  }
  .notice_frame .notice_box dl dt {
    color: #222222;
    margin: 0 0 14px 28px;
    padding: 26px 0 16px 45px;
    font-family: "zenkakugothicnew_medium";
    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: #D1D1D1 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dt .date {
    font-family: "zenkakugothicnew_regular";
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    display: inline-block;
    width: 138px;
  }
  .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/icon_arrow_notice.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 33px;
  }
  .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_frame .notice_box dl dt:first-child::before {
    top: 33px;
  }
  .notice_frame .notice_box dl dt:nth-last-child(2) {
    border-bottom: #D1D1D1 1px solid;
    padding: 26px 0 26px 45px;
  }
  .notice_frame .notice_box dl dt:nth-last-child(2).close {
    padding: 26px 0 26px 45px;
    border-bottom: #D1D1D1 1px solid;
  }
  .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    color: #938674;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 24px 28px;
    padding: 0 24px 0 45px;
    color: #2a2a2a;
    font-family: "zenkakugothicnew_regular", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd a {
    color: #DCA487;
  }
  .notice_frame .notice_box dl dd p {
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.8rem;
    text-align: justify;
    margin: 0 0 10px 0;
  }
  .notice_frame .notice_box dl dd p a {
    color: #DCA487;
  }
}
/* -----------------------------------------------------------
　Concept
----------------------------------------------------------- */
.concept_frame {
  width: 100%;
}
.concept_frame .concept_box section {
  width: 94%;
  margin: 0 auto;
}
.concept_frame .concept_box section .concept_sub_title {
  color: #534944;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 1.6rem;
  margin: 1rem 0 1rem 0;
  line-height: 150%;
}
.concept_frame .concept_box section .concept_text {
  font-family: "zenkakugothicnew_medium";
  font-weight: 500;
  font-size: 1.4rem;
  text-align: justify;
}
.concept_frame .concept_box figure.concept_img {
  width: 100%;
}
.concept_frame .concept_box figure.concept_img img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .concept_frame {
    width: 100%;
    margin: 170px 0 0 0;
  }
  .concept_frame .concept_box {
    width: 1200px;
    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;
  }
  .concept_frame .concept_box section {
    width: 600px;
    margin: 59px 0 0 0;
  }
  .concept_frame .concept_box section .concept_sub_title {
    color: #534944;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 2.8rem;
    margin: 32px 0 22px 0;
    line-height: 190%;
  }
  .concept_frame .concept_box section .concept_text {
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 200%;
    width: 520px;
    text-align: justify;
  }
  .concept_frame .concept_box figure.concept_img {
    width: 600px;
    overflow: visible;
  }
  .concept_frame .concept_box figure.concept_img img {
    width: 1000px;
    height: auto;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_bg {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
.features_bg .parallax_bg {
  position: absolute;
  top: -4rem;
  margin: 0 0 0 0;
  width: 100%;
  height: 90%;
  background: url("../img/index_features_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.features_bg .features_frame {
  width: 100%;
  margin: -30vw 0 0 0;
}
.features_bg .features_frame h2.features_title {
  margin: 0 4% 3rem 0;
  position: relative;
  overflow: visible;
}
.features_bg .features_frame h2.features_title::after {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  background: url("../img/index_features_logo.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 1rem;
  right: -22%;
}
.features_bg .features_frame .features_box {
  width: 94%;
  margin: 0 auto 4rem auto;
  position: relative;
}
.features_bg .features_frame .features_box h3.features_sub_title {
  color: #534944;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 1rem 0 0 0;
  border-top: #8A8A8A 3px solid;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 5%;
}
.features_bg .features_frame .features_box img {
  width: 85%;
  height: auto;
  margin: 8rem 0 0 0;
  position: relative;
  z-index: 1;
}
.features_bg .features_frame .features_box .features_sub_box {
  background-color: rgba(247, 243, 240, 0.9);
  width: 90%;
  /*margin: -2rem 0 0 15%;*/
  margin: -2rem auto 0 auto;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.features_bg .features_frame .features_box .features_sub_box p {
  font-family: "zenkakugothicnew_medium";
  font-weight: 500;
  font-size: 1.4rem;
  text-align: justify;
}
.features_bg .features_frame .features_box .features_sub_box ul {
  width: 90%;
  margin: 0 auto;
  list-style-type: none;
}
.features_bg .features_frame .features_box .features_sub_box ul li {
  margin: 0 0 0.5rem 0;
}
.features_bg .features_frame .features_box .features_sub_box ul li a {
  width: 100%;
  height: 10vw;
  text-decoration: none;
  background-color: #9B9793;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  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;
  position: relative;
}
.features_bg .features_frame .features_box .features_sub_box ul li a::before {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0.5rem;
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background: url("../img/icon_arrow_link.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.features_bg .features_frame .features_box.fb3 {
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .features_bg {
    width: 100%;
    /*margin: 110px 0 0 0;*/
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .features_bg .parallax_bg {
    position: absolute;
    top: 50px;
    margin: 0 0 0 0;
    width: 100%;
    height: 1645px;
    background: url("../img/index_features_bg.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
  }
  .features_bg .features_frame {
    width: 1200px;
    height: 1963px;
    margin: -170px auto 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  .features_bg .features_frame h2.features_title {
    position: absolute;
    top: 172px;
    right: 0;
    margin: 0;
    overflow: visible;
  }
  .features_bg .features_frame h2.features_title::after {
    content: "";
    display: block;
    width: 405px;
    height: 450px;
    background: url("../img/index_features_logo.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: -160px;
  }
  .features_bg .features_frame .features_box {
    width: 523px;
    height: auto;
    margin: 0;
    position: relative;
  }
  .features_bg .features_frame .features_box h3.features_sub_title {
    color: #534944;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    padding: 21px 0 0 0;
    border-top: #8A8A8A 3px solid;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 0;
  }
  .features_bg .features_frame .features_box img {
    width: 450px;
    height: auto;
    margin: 117px 0 0 0;
    position: relative;
    z-index: 1;
  }
  .features_bg .features_frame .features_box .features_sub_box {
    background-color: rgba(247, 243, 240, 0.9);
    width: 496px;
    margin: -30px 0 0 27px;
    padding: 40px 44px 30px 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .features_bg .features_frame .features_box .features_sub_box p {
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 164%;
    margin: 0 0 26px 0;
  }
  .features_bg .features_frame .features_box .features_sub_box ul {
    width: 320px;
    margin: 0 auto;
    list-style-type: none;
  }
  .features_bg .features_frame .features_box .features_sub_box ul li {
    margin: 0 0 14px 0;
  }
  .features_bg .features_frame .features_box .features_sub_box ul li a {
    width: 100%;
    height: 43px;
    text-decoration: none;
    background-color: #9B9793;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffffff;
    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;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .features_bg .features_frame .features_box .features_sub_box ul li a::before {
    position: absolute;
    top: calc(50% - 3.5px);
    right: 9px;
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background: url("../img/icon_arrow_link.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .features_bg .features_frame .features_box .features_sub_box ul li a:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .features_bg .features_frame .features_box.fb1 {
    position: absolute;
    top: 162px;
    left: 0;
  }
  .features_bg .features_frame .features_box.fb2 {
    position: absolute;
    top: 523px;
    right: 0;
  }
  .features_bg .features_frame .features_box.fb3 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_bg {
  width: 100%;
  margin: -15rem 0 0 0;
  background: url("../img/index_treatment_up.svg"), url("../img/index_treatment_down.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 180%, 180%;
  background-position: center top, center bottom;
  background-color: #ffffff;
  padding: 17vw 0 14vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_frame {
  width: 100%;
  margin: 0 0 0 0;
  background-color: #F7F3F0;
  position: relative;
  overflow: visible;
  padding: 17vw 0 17vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_frame h2.top_title {
  position: absolute;
  top: -13vw;
  left: 0;
  right: 0;
  width: 94%;
  margin: 0 auto 0 auto;
}
.treatment_bg .treatment_frame ul.treatment_list {
  width: 94%;
  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;
  list-style-type: none;
}
.treatment_bg .treatment_frame ul.treatment_list li {
  width: 49%;
  margin: 0 0 0.5rem 0;
}
.treatment_bg .treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 42vw;
  background: url("../img/icon_arrow_treatment.svg") no-repeat;
  background-position: right 0.8rem bottom 0.8rem;
  background-size: 1rem;
  background-color: #ffffff;
  color: #534944;
  text-decoration: none;
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 120%;
  padding: 7vw 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.treatment_bg .treatment_frame ul.treatment_list li a br.ajs {
  display: none;
}
.treatment_bg .treatment_frame ul.treatment_list li a::before {
  content: "";
  width: 6rem;
  height: 6rem;
  margin: 0 0 1rem 0;
}
.treatment_bg .treatment_frame ul.treatment_list li.internal a::before {
  background: url("../img/index_treatment_01.svg") no-repeat;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.gastro a::before {
  background: url("../img/index_treatment_02.svg") no-repeat;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.diabetes a::before {
  background: url("../img/index_treatment_03.svg") no-repeat;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.nephrology a::before {
  background: url("../img/index_treatment_04.svg") no-repeat;
  background-size: contain;
  margin: 0 0 0.2rem 0;
}
.treatment_bg .treatment_frame ul.treatment_list li.surgery a::before {
  background: url("../img/index_treatment_05.svg") no-repeat;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.endoscopy a::before {
  background: url("../img/index_treatment_06.svg") no-repeat;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.fever a::before {
  background: url("../img/index_treatment_07.svg") no-repeat;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.checkup a::before {
  background: url("../img/index_treatment_08.svg") no-repeat;
  background-size: contain;
  margin: 0 0 0.2rem 0;
}

@media screen and (min-width: 768px), print {
  .treatment_bg {
    width: 100%;
    margin: -150px 0 0 0;
    background: url("../img/index_treatment_up.svg"), url("../img/index_treatment_down.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 2000px, 2000px;
    background-position: center top, center bottom;
    background-color: #ffffff;
    padding: 200px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_bg .treatment_frame {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #F7F3F0;
    position: relative;
    overflow: visible;
    padding: 73px 0 42px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_bg .treatment_frame h2.top_title {
    position: absolute;
    top: -97px;
    top: -97px;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  .treatment_bg .treatment_frame ul.treatment_list {
    width: 1200px;
    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;
    list-style-type: none;
    gap: 50px 93.333px;
  }
  .treatment_bg .treatment_frame ul.treatment_list li {
    width: 230px;
    margin: 0 0 0 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a {
    width: 230px;
    height: 230px;
    background: url("../img/icon_arrow_treatment.svg") no-repeat;
    background-position: right 14px bottom 14px;
    background-size: 16px;
    background-color: #ffffff;
    color: #534944;
    text-decoration: none;
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 2rem;
    line-height: 120%;
    padding: 41px 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a br.ajs {
    display: none;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a::before {
    content: "";
    width: 100px;
    height: 100px;
    margin: 0 0 36px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.internal a::before {
    background: url("../img/index_treatment_01.svg") no-repeat;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.gastro a::before {
    background: url("../img/index_treatment_02.svg") no-repeat;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.diabetes a::before {
    background: url("../img/index_treatment_03.svg") no-repeat;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.nephrology a::before {
    background: url("../img/index_treatment_04.svg") no-repeat;
    background-size: contain;
    margin: 0 0 26px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.surgery a::before {
    background: url("../img/index_treatment_05.svg") no-repeat;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.endoscopy a::before {
    background: url("../img/index_treatment_06.svg") no-repeat;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.fever a::before {
    background: url("../img/index_treatment_07.svg") no-repeat;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.checkup a::before {
    background: url("../img/index_treatment_08.svg") no-repeat;
    background-size: contain;
    margin: 0 0 26px 0;
  }
}
/* -----------------------------------------------------------
　個人情報の取り扱いについて
----------------------------------------------------------- */
.privacy_btn {
  width: 94%;
  margin: 2rem auto 0 auto;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  border: #B2B2B2 3px solid;
  box-sizing: border-box;
  position: relative;
  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;
}
.privacy_btn::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  border: #B2B2B2 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.privacy_btn::after {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 1.5rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow_button.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px), print {
  .privacy_btn {
    width: 550px;
    height: 87px;
    margin: 79px auto 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 2rem;
    color: #222222;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    border: #B2B2B2 3px solid;
    box-sizing: border-box;
    position: relative;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .privacy_btn::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: #B2B2B2 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .privacy_btn::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 37px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon_arrow_button.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .privacy_btn:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
iframe.googlemap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  iframe.googlemap {
    width: 100%;
    height: 490px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  display: block;
  text-decoration: none;
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
}
.overview .overview_logo img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.overview .overview_logo::before {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #8A8A8A;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.overview .overview_logo::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #8A8A8A;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.overview .overview_tel {
  color: #534944;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2.8rem;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.overview .overview_tel a {
  color: #534944;
  text-decoration: none;
}
.overview .overview_tel i {
  font-size: 1.8rem;
}
.overview .overview_fax {
  color: #534944;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2.3rem;
  text-align: center;
  display: block;
  /*display: -webkit-flex;
  display: flex;
  -webkit-justify-content: 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;
}
.overview .overview_fax a {
  color: #534944;
  text-decoration: none;
}
.overview .overview_fax i {
  font-size: 1.8rem;
}
.overview .overview_fax span {
  font-size: 70%;
}
.overview .overview_fax span.dialysis {
  font-size: 65%;
}
.overview .overview_box {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 0 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: 100%;
  margin: 2rem 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-family: "zenkakugothicnew_medium";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 20%;
  margin: 0 0 1rem 0;
  color: #ffffff;
  background-color: #9B9793;
  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: 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 dl.overview_list dt.doctor {
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 77%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2a2a2a;
  text-align: justify;
  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;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #2a2a2a;
  text-decoration: none;
}
.overview .overview_box {
  /*右側*/
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 100%;
  margin: 0 0;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 0 0 62px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 110px;
    margin: 0 0 0 0;
    position: relative;
  }
  .overview .overview_logo img {
    width: 536px;
    height: 110px;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo::before {
    content: "";
    width: 600px;
    height: 1px;
    background-color: #8A8A8A;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    z-index: 1;
  }
  .overview .overview_logo::after {
    content: "";
    width: 600px;
    height: 1px;
    background-color: #8A8A8A;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    z-index: 1;
  }
  .overview .overview_tel {
    color: #534944;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 4.2rem;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 19px 0 0 0;
  }
  .overview .overview_tel a {
    color: #534944;
    text-decoration: none;
  }
  .overview .overview_tel i {
    font-size: 3rem;
  }
  .overview .overview_fax {
    color: #534944;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 3.5rem;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 36px 0;
  }
  .overview .overview_fax a {
    color: #534944;
    text-decoration: none;
  }
  .overview .overview_fax i {
    font-size: 3rem;
  }
  .overview .overview_fax span {
    font-size: 70%;
  }
  .overview .overview_fax span.dialysis {
    font-size: 65%;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 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: 600px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 600px;
    margin: 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-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 100%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 120px;
    margin: 0 0 13px 0;
    padding: 13px 0;
    color: #ffffff;
    background-color: #9B9793;
    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: 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 dl.overview_list dt.doctor {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 462px;
    margin: 0 0 13px 0;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #2a2a2a;
    line-height: 180%;
    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;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #2a2a2a;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd.doctor {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    /*右側*/
  }
  .overview .overview_box .overview_info_box_right {
    width: 600px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 570px;
    margin: 0 0 0 30px;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #534944;
    width: 10%;
    height: 50px;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    /*font-size: 2rem;*/
    font-size: 1.1rem;
    padding: 0;
    vertical-align: middle;
    color: #222222;
    background-color: #ffffff;
    border-bottom: #D1D1D1 1px solid;
    height: 83px;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td i {
    font-size: 2rem;
    color: #938674;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td.time {
    text-align: center;
    color: #222222;
    font-size: 2rem;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable caption {
    caption-side: bottom;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.8rem;
    margin: 24px 0 0 0;
    width: 100%;
    color: #2a2a2a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable caption span {
    padding: 8px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #DCA487;
    color: #ffffff;
    display: inline-block;
    margin: 0 16px 0 0;
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable dl.timetable_notice_list {
    width: 570px;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.6rem;
    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;
    line-height: 140%;
    margin: 19px 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable dl.timetable_notice_list dt {
    width: 176px;
    margin: 0 0 10px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable dl.timetable_notice_list dt span {
    padding: 7px 0 7px 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #9B9793;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable dl.timetable_notice_list dd {
    width: calc(100% - 176px);
    margin: 0 0 10px 0;
    padding: 0 0 0 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    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;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable .timetable_notice_text {
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
  /*
  width: 96%;
  margin: 0 auto;

  ul.footer_list{
    line-height:130%;
    font-size:1.2rem;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;  
    li{
      width: 48%;
      margin:0 0 1.2rem 0;
      padding: 0 0 0 0;
      list-style-type:none;  
      position: relative;
      box-sizing: border-box;
      a{
        color: $color_white;
        text-decoration: none;
        text-align: left;
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
      }
      &.treatment{
        display: none;
      }       
    }
  }    
  .subtitle{
    font-size: 1.4rem;
    font-weight: normal;
    margin: 2rem 0 1.4rem 0;
    border-bottom: $color_white 1px solid;
    color: $color_white;
    text-align: left;
    padding: 0 0 0.5rem 0;      
  }
  */
}
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: #534944;
}
footer .copyright a {
  color: #ffffff;
  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: 55%;
  margin: 0;
  color: #ffffff;
  background-color: #534944;
  text-align: center;
  font-family: "zenkakugothicnew_regular", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  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 a.footer_reserve {
  width: 30%;
  margin: 0;
  color: #ffffff;
  background-color: #534944;
  text-align: center;
  font-family: "zenkakugothicnew_regular", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  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 {
  color: #ffffff;
  background-color: #534944;
  width: 15%;
  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: 2rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 62px 0 0 0;
    background-color: #534944;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list_global {
    width: 1200px;
    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;
  }
  footer .footer_frame ul.footer_list_global li {
    width: auto;
    height: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list_global li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 130%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
  }
  footer .footer_frame ul.footer_list_global li a::before {
    font-family: "fontello";
    content: "\eb9f";
    margin: 0 11px 0 0;
    font-size: 1.4rem;
  }
  footer .footer_frame ul.footer_list_global li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  footer .footer_frame ul.footer_list_global li .sub_nav_box {
    display: none;
  }
  footer .footer_frame ul.footer_list_aside {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 40px 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_aside li {
    width: auto;
    height: 17px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list_aside li:before {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    right: 0;
  }
  footer .footer_frame ul.footer_list_aside li a {
    color: #ffffff;
    text-decoration: none;
    font-family: "zenkakugothicnew_medium";
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
  }
  footer .footer_frame ul.footer_list_aside li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  footer .footer_frame ul.footer_list_aside li a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  footer .footer_frame ul.footer_list_aside li a br {
    display: none;
  }
  footer .footer_frame ul.footer_list_aside li:first-child {
    padding: 0 10px 0 10px;
  }
  footer .footer_frame ul.footer_list_aside li:first-child::after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    height: 78px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #534944;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .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: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #linkpagetop a img:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 16px;
    right: 10%;
    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: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
  }
  #pagetop {
    position: fixed;
    bottom: 16px;
    right: 2%;
    z-index: 999999;
  }
}