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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*オレンジ*/
/*緑色*/
/*グレイ*/
/*深緑色*/
/*草色*/
/*オレンジ*/
/*グレイ*/
/*グレイ*/
/*グレイ*/
/*緑色*/
/*緑色*/
/*緑色*/
/*茶色*/
/*青緑*/
/*強調、テーブルth*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "bebasneue_regular";
  src: url(../font/BebasNeue-Regular.ttf);
  font-weight: normal;
  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;
}

.green {
  color: #026B61;
}

.line {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #444444));
  background: linear-gradient(transparent 95%, #444444 0%);
}

.line_mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #C6E2A7)) repeat scroll 0 -0.2em;
  background: linear-gradient(transparent 75%, #C6E2A7 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

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

.w_100 {
  width: 100%;
}

@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;
  }
  .w_100 {
    width: auto;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: relative;
  top: 2vw;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: auto;
  z-index: 999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #444444 1px dotted;
}
.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: #444444;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #444444 1px dotted;
  -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 {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  background-color: #86B841;
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px dotted;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment a::after {
  font-family: "phone";
  content: "\e803";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "phone";
  content: "\e801";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .openNav {
  display: block;
}

@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: absolute;
  cursor: pointer;
  right: 2%;
  top: 0;
  padding: 0 0 0.6rem 0;
  background-color: #ED6C0F;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  text-align: left;
  font-family: "bebasneue_regular";
  font-weight: normal;
  font-size: 5rem;
  line-height: 160%;
  margin: 0;
  color: #DFE0E1;
  line-height: 100%;
  letter-spacing: 0.05em;
}
h2.top_title span {
  color: #026B61;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin: -6vw 0 0 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: 0;
}
h2.top_title2 {
  text-align: center;
  font-family: "bebasneue_regular";
  font-weight: normal;
  font-size: 5rem;
  line-height: 160%;
  margin: 0;
  color: #DFE0E1;
  line-height: 100%;
  letter-spacing: 0.05em;
}
h2.top_title2 span {
  color: #026B61;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin: -6vw 0 0 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: 0;
}
h2.low {
  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;
  width: 100%;
  overflow: visible;
  margin: 4rem 0 1.5rem 0;
}
h2.low span {
  color: #635547;
  font-size: 2.2rem;
  width: auto;
  display: block;
  max-width: 66%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  margin: 0;
}
h2.low::before {
  content: "";
  display: block;
  width: 15%;
  height: 12vw;
  background: url("../img/h2_bg.png") no-repeat;
  background-size: contain;
  background-position: right center;
  margin: 0 2% 0 0;
}
h2.low::after {
  content: "";
  display: block;
  width: 15%;
  height: 12vw;
  background: url("../img/h2_bg.png") no-repeat;
  background-size: contain;
  background-position: left center;
  margin: 0 0 0 2%;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.8rem 0;
  margin: 1.6rem 0 1.5rem 0;
  color: #026B61;
  background: url("../img/h3_line.png") repeat-x;
  background-position: left bottom;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  font-size: 1.7rem;
  font-weight: normal;
  color: #86B841;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #86B841 3px solid;
  margin: 1.6rem 0 1.5rem 0;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low {
  font-size: 1.6rem;
  color: #1CA794;
  font-weight: normal;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #1CA794 4px dotted;
  margin: 1.5rem 0 1.5rem 0;
  line-height: 120%;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: left;
    font-family: "bebasneue_regular";
    font-weight: normal;
    font-size: 10rem;
    line-height: 160%;
    margin: 0;
    color: #DFE0E1;
    line-height: 100%;
    letter-spacing: 0;
  }
  h2.top_title span {
    color: #026B61;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin: -45px 0 0 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    letter-spacing: 0;
  }
  h2.top_title2 {
    text-align: center;
    font-family: "bebasneue_regular";
    font-weight: normal;
    font-size: 10rem;
    line-height: 160%;
    margin: 0;
    color: #DFE0E1;
    line-height: 100%;
    letter-spacing: 0;
  }
  h2.top_title2 span {
    color: #026B61;
    font-size: 2rem;
    line-height: 140%;
    font-weight: bold;
    display: block;
    margin: -45px 0 0 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    letter-spacing: 0;
  }
  h2.low {
    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;
    width: 100%;
    line-height: 200%;
    margin: 70px 0 30px 0;
    min-height: 45px;
  }
  h2.low span {
    color: #635547;
    font-size: 3.8rem;
    line-height: 140%;
    width: auto;
    display: block;
    max-width: auto;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    margin: 0;
  }
  h2.low::before {
    content: "";
    display: block;
    width: 95px;
    height: 25px;
    background: url("../img/h2_bg.png") no-repeat;
    background-size: cover;
    background-position: right center;
    margin: 0 35px 0 0;
  }
  h2.low::after {
    content: "";
    display: block;
    width: 95px;
    height: 25px;
    background: url("../img/h2_bg.png") no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 0 0 0 35px;
  }
  h2.first {
    margin: 14px 0 50px 0;
  }
  h3.low {
    font-weight: normal;
    font-size: 3.4rem;
    padding: 0 0 2px 0;
    margin: 40px 0 18px 0;
    color: #026B61;
    background: url("../img/h3_line.png") repeat-x;
    background-position: left bottom;
    line-height: 160%;
  }
  h3.first {
    margin: 10px 0 20px 0;
  }
  h4.low {
    font-size: 3.2rem;
    font-weight: normal;
    color: #86B841;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #86B841 5px solid;
    margin: 30px 0 16px 0;
    line-height: 160%;
  }
  h4.first {
    margin: 10px 0 16px 0;
  }
  h5.low {
    font-size: 3rem;
    color: #1CA794;
    font-weight: normal;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #1CA794 4px dotted;
    margin: 20px 0 16px 0;
    line-height: 160%;
  }
  h5.first {
    margin: 10px 0 16px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #999999;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.05em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  border-bottom: #999999 1px solid;
  background-color: #ffffff;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #444444;
}
table.timetable tr td.time {
  width: 22%;
  text-align: center;
  color: #444444;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
  }
  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: #999999;
    width: 10%;
    height: 40px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    height: 69px;
    border-bottom: #999999 1px solid;
    background-color: #ffffff;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #444444;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #444444;
    font-size: 1.8rem;
    width: 18%;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 10px 0 0 0;
    width: 100%;
    color: #444444;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    text-align: left;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
figure img {
  max-width: 100%;
  height: auto;
}

.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}
.img_right.tate {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.img_right.tate img {
  margin: 0 auto;
}

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

.img_flex figure {
  width: 70%;
  margin: 0 auto 10px;
}
.img_flex figure img {
  width: 100%;
  height: auto;
}
.img_flex.tate figure {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 479px;
    height: auto;
  }
  .img_right.tate {
    width: 200px;
  }
  .img_right.tate img {
    width: 100%;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img_flex figure {
    width: 479px;
    margin: 0;
  }
  .img_flex figure img {
    width: 100%;
    height: auto;
  }
  .img_flex .flex_content {
    width: calc(100% - 479px - 20px);
  }
  .img_flex.-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img_flex.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .img_flex.tate figure {
    width: 240px;
  }
  .img_flex.tate .flex_content {
    width: calc(100% - 240px - 20px);
  }
}
/*リスト*/
/* 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.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

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

/*リストマークなし*/
.list_none {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
.list_none li {
  margin: 0 0 1rem 0;
  padding: 0;
}

.list_number {
  counter-reset: count 0;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
.list_number li {
  margin: 0 0 1rem 0;
  padding: 0;
}
.list_number li::before {
  content: counter(count) ".";
  counter-increment: count 1;
}

ul.list_check {
  list-style-type: none;
  line-height: 130%;
  letter-spacing: 0.05em;
  font-size: 1.45rem;
  margin: 0 0 2rem 0;
}
ul.list_check li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
  font-weight: bold;
}
ul.list_check li::before {
  font-family: "phone";
  content: "\e892";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  color: #026B61;
}

@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.png) no-repeat;
    background-position: left 4px top 3px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
  }
  /*標準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.png) no-repeat;
    background-position: left 4px top 3px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
  }
  /*標準2列 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: 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_three li {
    width: 29%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 3px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
  }
  /*リストマークなし*/
  .list_none {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  .list_none li {
    margin: 0 0 10px 0;
    padding: 0;
  }
  ul.list_check {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
  ul.list_check li {
    margin: 0 0 10px 0;
    padding: 0 0 0 2.5rem;
  }
  ul.list_check li::before {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 30%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  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: #EDF8DD;
  color: #444444;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  border-bottom: #707070 1px solid;
}
dl.title_box dt:first-child {
  border-top: #707070 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
  border-bottom: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    -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 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #EDF8DD;
    color: #444444;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    border-bottom: #707070 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #707070 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
    border-bottom: #707070 1px solid;
  }
  dl.title_box.-row dt {
    width: 20%;
    text-align: center;
    border-right: none;
  }
  dl.title_box.-row dd {
    width: 80%;
  }
  dl.title_box.-row dd:first-of-type {
    border-top: #707070 1px solid;
  }
  dl.title_box.-half {
    width: 50%;
  }
  dl.title_box.-half dt {
    width: 40%;
  }
  dl.title_box.-half dd {
    width: 60%;
  }
}
.list_flow {
  counter-reset: number 0;
  margin-bottom: 20px;
}
.list_flow > li {
  border: 1px solid #86B841;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 3rem;
  counter-increment: number 1;
  position: relative;
  font-size: 1.4rem;
  line-height: 140%;
}
.list_flow > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.list_flow > li:not(:last-child) {
  margin: 0 0 6rem;
}
.list_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #C6E2A7;
  border-bottom: 1rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .list_flow > li {
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 2rem 5rem;
  }
  .list_flow > li::before {
    top: 2rem;
    left: 2rem;
  }
  .list_flow > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .list_flow > li:not(:last-child)::after {
    bottom: -7.5rem;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #C6E2A7;
  }
}
.list_qa {
  font-size: 1.4rem;
}
.list_qa dt, .list_qa dd {
  position: relative;
  padding-left: 1.4em;
  line-height: 140%;
}
.list_qa dt::before, .list_qa dd::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.list_qa dt {
  margin-bottom: 1rem;
}
.list_qa dt::before {
  content: "Q.";
  color: #026B61;
}
.list_qa dd {
  margin-bottom: 2rem;
}
.list_qa dd::before {
  content: "A.";
  color: #ABCB21;
}

@media screen and (min-width: 768px), print {
  .list_qa {
    font-size: 1.8rem;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #C6E2A7;
  text-align: center;
  display: block;
  margin: 30px auto;
}

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

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}
.low_tel a {
  color: #444444;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #C6E2A7;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .tow_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;
  }
  .tow_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #86B841;
    border: #86B841 1px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .low_tel span a {
    color: #444444;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #444444;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #444444;
  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: #444444;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #444444;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 130%;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: auto;
  padding: 0.4rem;
  border: #707070 1px solid;
  background-color: #EDF8DD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr th.left {
  width: 50%;
}
table.low_table tr th.left2 {
  width: 40%;
}
table.low_table tr td {
  width: auto;
  padding: 0.4rem;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table .nowrap {
  white-space: nowrap;
}

table.low_scrollable {
  width: 800px;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 130%;
}
table.low_scrollable caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_scrollable tr th {
  width: auto;
  padding: 0.4rem;
  border: #707070 1px solid;
  background-color: #EDF8DD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_scrollable tr th.width1 {
  width: 20%;
}
table.low_scrollable tr th.width2 {
  width: 30%;
}
table.low_scrollable tr td {
  width: auto;
  padding: 0.4rem;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    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: auto;
    padding: 20px;
    border: #707070 1px solid;
    background-color: #EDF8DD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr th.left {
    width: 30%;
  }
  table.low_table tr th.left2 {
    width: 30%;
  }
  table.low_table tr td {
    width: auto;
    padding: 20px;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_scrollable {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  table.low_scrollable caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_scrollable tr th {
    width: auto;
    padding: 20px;
    border: #707070 1px solid;
    background-color: #EDF8DD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_scrollable tr th.width1 {
    width: 15%;
  }
  table.low_scrollable tr th.width2 {
    width: 35%;
  }
  table.low_scrollable tr td {
    width: auto;
    padding: 20px;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #444444;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

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

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #ED6C0F 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #86B841;
    padding: 20px;
    text-decoration: none;
    color: #444444;
    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: #444444;
    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: #444444;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #444444;
  text-decoration: none;
  border-bottom: #026B61 2px solid;
  padding: 0 0 0.1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link_text.out::after {
  font-family: "phone";
  content: "\f08e";
  margin-left: 0.5rem;
}

.low_button {
  background-color: #86B841;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem;
  border: #C6E2A7 4px solid;
  border-radius: 0.5rem;
  line-height: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #444444;
    text-decoration: none;
    border-bottom: #026B61 2px solid;
    padding: 0 0 2px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #86B841;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 30px;
    border: #C6E2A7 4px solid;
    border-radius: 10px;
    line-height: 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 80px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 3rem;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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 p.sp-layer {
  margin: 0 0 -9.2vw 0 !important;
}

.sp-mask {
  padding: 0 0 9.2vw 0;
}

.sp-black {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}

@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 p.sp-layer {
    margin: 0 0 -48px 0 !important;
  }
  .sp-mask {
    padding: 0 0 48px 0;
  }
  .sp-black {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #86B841 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #86B841 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
ul.list_overview_low {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
ul.list_overview_low li {
  margin: 0 0 1rem 0;
  padding: 0;
  color: #444444;
}
ul.list_overview_low li span {
  color: #026B61;
  font-weight: bold;
}
ul.list_overview_low li:last-child {
  margin: 0;
}

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

@media screen and (min-width: 768px), print {
  ul.list_overview_low {
    list-style-type: none;
    line-height: 135%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
  }
  ul.list_overview_low li {
    margin: 0 0 22px 0;
    padding: 0;
    color: #444444;
  }
  ul.list_overview_low li span {
    color: #026B61;
    font-weight: bold;
  }
  ul.list_overview_low li:last-child {
    margin: 0;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
.doctor_table {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.doctor_table th {
  font-weight: normal;
  padding-right: 20px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .doctor_table {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/* -----------------------------------------------------------
　再生医療（PRP）
----------------------------------------------------------- */
.regenerative-medicine .toggle_btn.low_button {
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .regenerative-medicine .toggle_btn.low_button {
    margin-left: auto;
    margin-right: auto;
  }
}
.regenerative-medicine .toggle_btn.low_button::before {
  content: "▼";
  padding-right: 0.4em;
}
.regenerative-medicine .toggle_btn.low_button.active::before {
  content: "▲";
}
.regenerative-medicine .toggle_wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .regenerative-medicine .toggle_wrap {
    margin-top: 4rem;
  }
}
.regenerative-medicine .kv_wrap {
  background: #F1F9DE;
  margin: 0 0 30px;
  padding: 1.2rem 1rem;
}
@media screen and (min-width: 768px), print {
  .regenerative-medicine .kv_wrap {
    padding: 2.6rem 3.6rem;
  }
}
.regenerative-medicine .kv_wrap h3 {
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 1.2rem 0;
  color: #026B61;
  line-height: 120%;
}
@media screen and (min-width: 768px), print {
  .regenerative-medicine .kv_wrap h3 {
    font-size: 2.6rem;
    padding: 0 0 1.6rem 0;
  }
}
.regenerative-medicine .kv_wrap ul {
  margin-bottom: 0;
}
.regenerative-medicine .kv_wrap ul li:last-of-type {
  margin-bottom: 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: #707070;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
  border-top: #ED6C0F 1px solid;
  border-left: #ED6C0F 1px solid;
  border-right: #ED6C0F 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: #ED6C0F 1px solid;
  border-left: #ED6C0F 1px solid;
  border-right: #ED6C0F 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: #ED6C0F 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: #707070;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #ED6C0F 1px solid;
    border-left: #ED6C0F 1px solid;
    border-right: #ED6C0F 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: #ED6C0F 1px solid;
    border-left: #ED6C0F 1px solid;
    border-right: #ED6C0F 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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #444444;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #444444;
    background-color: #ffffff;
    padding: 0;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
}

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;
  }
  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: 0;
  padding: 0;
}

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

.box-orange .title {
  color: #635547;
  font-size: 2.5rem;
  font-weight: bold;
}
.box-orange {
  width: 100%;
  background: #FEF7F2;
  border: #F59F61 1px solid;
  border-radius: 15px;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 10px;
}

@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: 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 60px auto 100px auto;
    padding: 0;
    display: block;
  }
  .box-orange {
    width: 80%;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top {
  /*ロゴ*/
}
header.header .header_box .header_top .head_logo {
  width: 80%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 95%;
}
header.header .header_box {
  /*ヘッダー情報*/
}
header.header .header_box .header_info {
  margin: 1rem 0 0 0;
  /*WEB予約*/
}
header.header .header_box .header_info .header_reservation {
  width: 80%;
  margin: 0 auto;
}
header.header .header_box .header_info .header_reservation a {
  width: 100%;
  height: 8vw;
  background-color: #ED6C0F;
  color: #ffffff;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
header.header .header_box .header_info .header_reservation i {
  font-size: 1.4rem;
  margin: 0 0.1rem 0 0;
}
header.header .header_box .header_info {
  /*電話番号*/
}
header.header .header_box .header_info .header_tel {
  width: 80%;
  margin: 1rem auto 0 auto;
}
header.header .header_box .header_info .header_tel span {
  background-color: #ffffff;
  border-radius: 0.6rem;
  border: #ED6C0F 3px solid;
  width: 100%;
  height: 8vw;
  text-align: center;
  font-size: 1.4rem;
  color: #ED6C0F;
  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-box-sizing: border-box;
          box-sizing: border-box;
}
header.header .header_box .header_info .header_tel span i {
  font-size: 1.4rem;
}
header.header .header_box .header_info .header_tel a {
  color: #ED6C0F;
  text-decoration: none;
}
header.header .header_box .header_info {
  /*住所*/
}
header.header .header_box .header_info .header_address {
  width: 80%;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%;
  color: #444444;
  border-top: #444444 2px solid;
  border-bottom: #444444 2px solid;
  padding: 0.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header.header .header_box .header_info .header_address span {
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
}
header.header .header_box .header_info {
  /*駐車場*/
}
header.header .header_box .header_info .header_parking {
  width: 80%;
  height: 8vw;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #86B841;
  border: #86B841 2px solid;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 120px;
  }
  header.header .header_box {
    width: 1200px;
    height: 120px;
    margin: 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;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 530px;
    height: 99px;
    margin: 16px 0 0 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
  }
  header.header .header_box .header_top .main_nav_sp {
    display: none;
  }
  header.header .header_box .header_top {
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 530px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 530px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 530px;
  }
  header.header .header_box {
    /*ヘッダー情報*/
  }
  header.header .header_box .header_info {
    margin: 16px 0 0 0;
    width: 530px;
    height: 85px;
    position: relative;
    /*WEB予約*/
  }
  header.header .header_box .header_info .header_reservation {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 40px;
    margin: 0;
  }
  header.header .header_box .header_info .header_reservation a {
    width: 215px;
    height: 40px;
    background-color: #ED6C0F;
    color: #ffffff;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    font-size: 2.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .header_box .header_info .header_reservation a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header.header .header_box .header_info .header_reservation i {
    font-size: 2.4rem;
    margin: 0 8px 0 0;
  }
  header.header .header_box .header_info {
    /*電話番号*/
  }
  header.header .header_box .header_info .header_tel {
    position: absolute;
    top: 48px;
    left: 0;
    width: 215px;
    height: 40px;
    margin: 0;
  }
  header.header .header_box .header_info .header_tel span {
    background-color: #ffffff;
    border-radius: 10px;
    border: #ED6C0F 3px solid;
    width: 215px;
    height: 40px;
    text-align: left;
    font-size: 2.3rem;
    color: #ED6C0F;
    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;
    letter-spacing: 0;
  }
  header.header .header_box .header_info .header_tel span i {
    font-size: 2.3rem;
  }
  header.header .header_box .header_info .header_tel span a {
    color: #ED6C0F;
    text-decoration: none;
  }
  header.header .header_box .header_info {
    /*住所*/
  }
  header.header .header_box .header_info .header_address {
    position: absolute;
    top: 0;
    left: 231px;
    width: 190px;
    height: 85px;
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 120%;
    color: #444444;
    border-top: #444444 2px solid;
    border-bottom: #444444 2px solid;
    padding: 4px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0;
  }
  header.header .header_box .header_info .header_address span {
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
  }
  header.header .header_box .header_info {
    /*駐車場*/
  }
  header.header .header_box .header_info .header_parking {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 85px;
    margin: 0;
    text-align: center;
    font-size: 2.6rem;
    color: #86B841;
    border: #86B841 2px solid;
    border-radius: 7px;
    line-height: 110%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
  }
  .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: 80px;
    height: 220px;
    text-decoration: none;
    color: #ffffff;
    background-color: #ED6C0F;
    border: #F59F61 4px solid;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 200px;
    right: 3px;
    z-index: 9999999999;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .side_web_link i {
    margin: 14px 0 0 0;
  }
  .side_web_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 78px;
    margin: 0;
    background-color: #ffffff;
    padding: 15px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 40px;
    margin: 0 auto 23px 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: 40px;
    margin: 0;
    padding: 0;
    border-left: #707070 1px dotted;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 40px;
    text-decoration: none;
    text-align: center;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 2rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a:hover {
    color: #86B841;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul {
    width: 200px;
    height: auto;
    display: none;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
  }
  nav.main_nav_pc ul li ul li {
    display: block;
    width: 200px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 12px;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    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;
    background-color: rgba(134, 184, 65, 0.8);
    border-bottom: #ffffff 1px dotted;
    box-sizing: border-box;
  }
  nav.main_nav_pc ul li ul li a:hover {
    background-color: rgb(134, 184, 65);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ffffff;
  }
  nav.main_nav_pc ul li ul.open_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
  }
  nav.main_nav_pc ul li:last-child {
    border-right: #707070 1px dotted;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 52vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eefcf1+0,f1f9de+100 */
  background: rgb(238, 252, 241); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 252, 241)), to(rgb(241, 249, 222)));
  background: linear-gradient(to right, rgb(238, 252, 241) 0%, rgb(241, 249, 222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefcf1', endColorstr='#f1f9de',GradientType=1 ); /* IE6-9 */
}
.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.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_event {
  background-color: #ABCB21;
  border-radius: 0.3rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  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: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 0 auto 1rem auto;
}
.key_visual .key_contents .key_event .kot_large {
  font-size: 1.8rem;
}
.key_visual .key_contents .key_event .kot_small {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_open {
  background-color: #026B61;
  border-radius: 0.3rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  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: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 0 auto;
}
.key_visual .key_contents .key_open .kot_large {
  font-size: 1.8rem;
}
.key_visual .key_contents .key_open .kot_small {
  font-size: 1.4rem;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.png") no-repeat;
  background-position: center top;
  background-size: cover;
  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;
}
.key_visual_low h1 {
  font-size: 2.2rem;
  text-align: left;
  color: #026B61;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 644px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eefcf1+0,f1f9de+100 */
    background: rgb(238, 252, 241); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 252, 241)), to(rgb(241, 249, 222)));
    background: linear-gradient(to right, rgb(238, 252, 241) 0%, rgb(241, 249, 222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefcf1', endColorstr='#f1f9de',GradientType=1 ); /* IE6-9 */
  }
  .key_visual::after {
    content: "";
    width: 100%;
    height: 330px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100% !important;
    height: 644px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 700px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.png") no-repeat;
    background-size: 1600px;
    background-position: left top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.png") no-repeat;
    background-size: 1600px;
    background-position: left top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.png") no-repeat;
    background-size: 1600px;
    background-position: left top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    height: 727px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_event {
    position: absolute;
    bottom: 0;
    right: 260px;
    background-color: #ABCB21;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0;
    padding: 62px 0 0 0;
    line-height: 200%;
    letter-spacing: -2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_event .kot_large {
    font-size: 3.5rem;
  }
  .key_visual .key_contents .key_event .kot_small {
    font-size: 2.4rem;
  }
  .key_visual .key_contents .key_event .kot_ajs {
    display: block;
    line-height: 110%;
    margin: 8px 0 0 0;
    letter-spacing: 0;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 0;
    right: 40px;
    background-color: #026B61;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0;
    padding: 62px 0 0 0;
    line-height: 200%;
    letter-spacing: -2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_open .kot_large {
    font-size: 3.5rem;
  }
  .key_visual .key_contents .key_open .kot_small {
    font-size: 2.4rem;
  }
  .key_visual .key_contents .key_open .kot_ajs {
    display: block;
    line-height: 110%;
    margin: 8px 0 0 0;
    letter-spacing: 0;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 350px;
    background: url("../img/key_visual_low.png") no-repeat;
    background-position: left top;
    background-size: 1600px;
    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 {
    width: 1200px;
    height: 350px;
    font-size: 4rem;
    text-align: left;
    color: #026B61;
    line-height: 160%;
    letter-spacing: 0.2em;
    margin: 0 auto;
    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;
    padding: 0 0 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　お知らせ・診療時間表
----------------------------------------------------------- */
.nat_frame {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eefcf1+0,f1f9de+100 */
  background: rgb(238, 252, 241); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 252, 241)), to(rgb(241, 249, 222)));
  background: linear-gradient(to right, rgb(238, 252, 241) 0%, rgb(241, 249, 222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefcf1', endColorstr='#f1f9de',GradientType=1 ); /* IE6-9 */
  padding: 3rem 2% 4.2rem 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nat_frame .notice_frame {
  width: 100%;
}
.nat_frame .notice_frame .notice_box {
  width: 100%;
  height: auto;
  margin: 0;
}
.nat_frame .notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-wrap: break-word;
}
.nat_frame .notice_frame .notice_box dl dt {
  color: #86B841;
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
  position: relative;
}
.nat_frame .notice_frame .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.7em #86B841;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  left: 0;
  top: 0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nat_frame .notice_frame .notice_box dl dt.open::before {
  border: none;
  border-bottom: solid 0.7em #86B841;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.nat_frame .notice_frame .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.nat_frame .notice_frame .notice_box dl dt:first-child::before {
  top: 0.4rem;
}
.nat_frame .notice_frame .notice_box dl dt.close::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nat_frame .notice_frame .notice_box dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 2rem;
  color: #444444;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.nat_frame .notice_frame .notice_box dl dd.open {
  display: block;
}
.nat_frame .notice_frame .notice_box dl dd p a {
  color: #444444;
}
.nat_frame .notice_frame .notice_box .notice_box_in {
  padding: 2rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.nat_frame .notice_frame .notice_box .notice_box_in h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #635547;
}
.nat_frame .notice_frame .notice_box .notice_box_in p {
  padding: 20px;
}
.nat_frame .notice_frame .notice_box {
  /*.notice_box_in:first-child{
  	 padding:2rem 0 0;
  }*/
}
.nat_frame.-index {
  padding: 1em;
  margin-top: -5em;
}
.nat_frame .time_frame {
  width: 100%;
  margin: 4rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .nat_frame {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eefcf1+0,f1f9de+100 */
    background: rgb(238, 252, 241); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 252, 241)), to(rgb(241, 249, 222)));
    background: linear-gradient(to right, rgb(238, 252, 241) 0%, rgb(241, 249, 222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefcf1', endColorstr='#f1f9de',GradientType=1 ); /* IE6-9 */
    padding: 135px 0 90px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nat_frame .notice_frame {
    width: 1200px;
    margin: 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;
  }
  .nat_frame .notice_frame h2.top_title {
    width: 206px;
    margin: 0;
  }
  .nat_frame .notice_frame .notice_box {
    width: 994px;
    height: auto;
    margin: 0;
  }
  .nat_frame .notice_frame .notice_box dl {
    height: auto;
    margin: 0 auto 0 auto;
    width: 96%;
    overflow-wrap: break-word;
  }
  .nat_frame .notice_frame .notice_box dl dt {
    color: #86B841;
    margin: 0 0 8px 0;
    padding: 0 0 0 20px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
  }
  .nat_frame .notice_frame .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 0.7em #86B841;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    margin: auto;
    left: 0;
    top: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nat_frame .notice_frame .notice_box dl dt.open::before {
    border: none;
    border-bottom: solid 0.7em #86B841;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
  }
  .nat_frame .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0.4rem 0 2rem;
  }
  .nat_frame .notice_frame .notice_box dl dt:first-child::before {
    top: 5px;
  }
  .nat_frame .notice_frame .notice_box dl dt.close::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nat_frame .notice_frame .notice_box dl dd {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    color: #444444;
    font-size: 1.4rem;
    line-height: 130%;
    display: none;
  }
  .nat_frame .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .nat_frame .notice_frame .notice_box dl dd p a {
    color: #444444;
  }
  .nat_frame .notice_frame .notice_box .notice_box_in {
    padding: 30px 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  .nat_frame .notice_frame .notice_box .notice_box_in h3 {
    font-size: 3rem;
  }
  .nat_frame .notice_frame .notice_box {
    /*.notice_box_in:first-child{
     margin-bottom: 20px;
      padding:30px 0 0 0;
    }*/
  }
  .nat_frame .time_frame {
    width: 1200px;
    margin: 80px 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;
  }
  .nat_frame .time_frame h2.top_title {
    width: 206px;
    margin: 0;
  }
  .nat_frame .time_frame .timetable_box {
    width: 994px;
    height: auto;
  }
  .nat_frame.-index {
    padding: initial;
    margin: -8em 0 0;
  }
  .w_index {
    width: 1200px;
    margin: auto;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame {
  padding: 6rem 0 4.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.greeting_frame .gt_box .gt_frame {
  width: 96%;
  margin: 0 auto;
  background-color: #F6F5F5;
  padding: 2rem 1rem 4rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  border-radius: 0.5rem;
}
.greeting_frame .gt_box .gt_frame h2.top_title {
  margin: -4rem 0 0 0;
}
.greeting_frame .gt_box .gt_frame .gt_text_box p {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
  text-align: justify;
}
.greeting_frame .gt_box figure {
  width: 90%;
  margin: -4rem auto 0 auto;
}
.greeting_frame .gt_box figure img {
  width: 100%;
  border-radius: 1rem;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.greeting_frame .gt_box figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin: 2rem 0 0 0;
}
.greeting_frame .gt_box figure figcaption span {
  font-size: 1.8rem;
}
.greeting_frame .gt_box figure a {
  background-color: #86B841;
  color: #ffffff;
  text-align: center;
  width: 50%;
  height: 10vw;
  margin: 1rem auto 0 auto;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 0.3rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  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;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    padding: 100px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .greeting_frame .gt_box {
    width: 1200px;
    height: auto;
    min-height: 840px;
    margin: 0 auto;
    position: relative;
  }
  .greeting_frame .gt_box .gt_frame {
    position: absolute;
    top: 115px;
    left: 0;
    z-index: 1;
    width: 891px;
    height: auto;
    margin: 0;
    background-color: #F6F5F5;
    /*padding: 120px 216px 60px 56px;*/
    padding: 120px 194px 40px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    border-radius: 10px;
  }
  .greeting_frame .gt_box .gt_frame h2.top_title {
    margin: -162px 0 0 0;
  }
  .greeting_frame .gt_box .gt_frame .gt_text_box p {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
    text-align: justify;
    letter-spacing: 0.01;
  }
  .greeting_frame .gt_box figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 479px;
    height: 716px;
    margin: 0;
  }
  .greeting_frame .gt_box figure img {
    width: 479px;
    border-radius: 1rem;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .greeting_frame .gt_box figure figcaption {
    font-size: 2rem;
    text-align: center;
    margin: 40px 0 0 0;
  }
  .greeting_frame .gt_box figure figcaption span {
    font-size: 2.6rem;
  }
  .greeting_frame .gt_box figure a {
    background-color: #86B841;
    color: #ffffff;
    text-align: center;
    width: 200px;
    height: 60px;
    margin: 16px auto 0 auto;
    font-size: 2.2rem;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    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;
  }
  .greeting_frame .gt_box figure a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 0;
  padding: 4rem 0 2.5rem 0;
  position: relative;
}
.treatment_frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #EEFCF1;
  width: 100%;
  height: 80vw;
}
.treatment_frame h2.top_title2 {
  position: relative;
  z-index: 1;
}
.treatment_frame ul.treatment_list {
  position: relative;
  z-index: 1;
  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;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 2rem 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 42vw;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: #C6E2A7 8px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_frame ul.treatment_list li a .tl_icon {
  background-color: #C6E2A7;
  width: 50%;
  height: 22vw;
  border-radius: 50%;
  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;
}
.treatment_frame ul.treatment_list li a .tl_icon img {
  width: 70%;
}
.treatment_frame ul.treatment_list li a .tl_icon_orange {
  background-color: #ED6C0F;
  width: 50%;
  height: 22vw;
  border-radius: 50%;
  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;
}
.treatment_frame ul.treatment_list li a .tl_icon_orange img {
  width: 70%;
}
.treatment_frame ul.treatment_list li a .tl_icon_lightorange {
  background-color: #F59F61;
  width: 50%;
  height: 22vw;
  border-radius: 50%;
  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;
}
.treatment_frame ul.treatment_list li a .tl_icon_lightorange img {
  width: 70%;
}
.treatment_frame ul.treatment_list li a .tl_text {
  font-size: 1.4rem;
  color: #026B61;
  text-align: center;
  display: block;
  margin: 0.8rem 0 0 0;
}
.treatment_frame ul.treatment_list li a .tl_text_orange {
  font-size: 1.4rem;
  color: #ED6C0F;
  text-align: center;
  display: block;
  margin: 0.8rem 0 0 0;
}
.treatment_frame ul.treatment_list li a .tl_text_white {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0.8rem 0 0 0;
}
.treatment_frame ul.treatment_list li a.border-orange {
  border-bottom: #F59F61 8px solid;
}
.treatment_frame ul.treatment_list li a.bg-orange {
  background-color: #F59F61;
  border-bottom: #ED6C0F 8px solid;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    margin: 35px 0 0 0;
    padding: 62px 0 0 0;
    position: relative;
    height: 520px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #EEFCF1;
    width: 100%;
    height: 340px;
  }
  .treatment_frame h2.top_title2 {
    position: relative;
    z-index: 1;
  }
  .treatment_frame ul.treatment_list {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 34px auto 0 auto;
    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;
    gap: 25px;
  }
  .treatment_frame ul.treatment_list li {
    width: 220px;
    margin: 0 0 0 0;
  }
  .treatment_frame ul.treatment_list li a {
    width: 220px;
    height: 200px;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    border-bottom: #C6E2A7 8px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 0 0 0;
  }
  .treatment_frame ul.treatment_list li a .tl_icon {
    background-color: #C6E2A7;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    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;
  }
  .treatment_frame ul.treatment_list li a .tl_icon img {
    width: 85px;
  }
  .treatment_frame ul.treatment_list li a .tl_icon_orange {
    background-color: #ED6C0F;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    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;
  }
  .treatment_frame ul.treatment_list li a .tl_icon_orange img {
    width: 85px;
  }
  .treatment_frame ul.treatment_list li a .tl_icon_lightorange {
    background-color: #F59F61;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    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;
  }
  .treatment_frame ul.treatment_list li a .tl_icon_lightorange img {
    width: 85px;
  }
  .treatment_frame ul.treatment_list li a .tl_text {
    font-size: 2.4rem;
    color: #026B61;
    text-align: center;
    display: block;
    margin: 14px 0 0 0;
  }
  .treatment_frame ul.treatment_list li a .tl_text_orange {
    font-size: 2.4rem;
    color: #ED6C0F;
    text-align: center;
    display: block;
    margin: 14px 0 0 0;
  }
  .treatment_frame ul.treatment_list li a .tl_text_white {
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 14px 0 0 0;
  }
  .treatment_frame ul.treatment_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 0;
  padding: 4rem 0 4rem 0;
  position: relative;
}
.features_frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #F1F9DE;
  width: 100%;
  height: 80vw;
}
.features_frame h2.top_title2 {
  position: relative;
  z-index: 1;
}
.features_frame ul.feature_list {
  list-style-type: none;
  width: 96%;
  margin: 1rem auto 0 auto;
  position: relative;
  z-index: 1;
}
.features_frame ul.feature_list li {
  width: 100%;
  min-height: 90vw;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.features_frame ul.feature_list li.large {
  min-height: 100vw;
}
.features_frame ul.feature_list li.large2 {
  min-height: 93vw;
}
.features_frame ul.feature_list li img {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.features_frame ul.feature_list li span {
  position: absolute;
  top: 44vw;
  left: 4%;
  z-index: 1;
  font-family: "bebasneue_regular";
  font-weight: normal;
  font-size: 8rem;
  color: #C6E2A7;
  line-height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
}
.features_frame ul.feature_list li p {
  position: absolute;
  top: 46vw;
  right: 2%;
  z-index: 1;
  width: 70%;
  min-height: 40vw;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  text-align: justify;
  background: url("../img/index_features_bg.png") no-repeat;
  background-position: right 0.5rem bottom 0.5rem;
  background-size: 30%;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.features_frame.row {
  padding: initial;
}
.features_frame.row .col-2 {
  font-size: 1.8rem;
  width: initial;
}
.features_frame.row .col-2 li {
  text-align: center;
  min-height: initial;
}
.features_frame.row .col-2 li img {
  width: 40% !important;
  position: relative !important;
}
.features_frame.row::after {
  content: none;
  background: none;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    margin: 0;
    padding: 70px 0 0 0;
    position: relative;
  }
  .features_frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #F1F9DE;
    width: 100%;
    height: 340px;
  }
  .features_frame h2.top_title2 {
    position: relative;
    z-index: 1;
  }
  .features_frame ul.feature_list {
    width: 1200px;
    margin: 25px 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;
    position: relative;
    z-index: 1;
  }
  .features_frame ul.feature_list li {
    width: 584px;
    min-height: 565px;
    margin: 0 0 10px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .features_frame ul.feature_list li.large {
    min-height: 565px;
  }
  .features_frame ul.feature_list li.large2 {
    min-height: 565px;
  }
  .features_frame ul.feature_list li.bottom {
    margin: 0 0 0 0;
  }
  .features_frame ul.feature_list li img {
    width: 479px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .features_frame ul.feature_list li span {
    position: absolute;
    top: 296px;
    left: 22px;
    z-index: 1;
    font-family: "bebasneue_regular";
    font-weight: normal;
    font-size: 13rem;
    color: #C6E2A7;
    line-height: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .features_frame ul.feature_list li p {
    position: absolute;
    top: 300px;
    right: 3px;
    z-index: 1;
    width: 429px;
    min-height: 220px;
    margin: 0;
    padding: 26px 36px 0 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2rem;
    line-height: 170%;
    background: url("../img/index_features_bg.png") no-repeat;
    background-position: right 20px bottom 32px;
    background-size: 124px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 0 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/overview_bg.png") no-repeat;
  background-size: cover;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 4.5rem 0 1rem 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 .overview_logo {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 100%;
}
.overview .overview_box {
  /*右側*/
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right dl.overview_list {
  border-top: #999999 1px solid;
  width: 98%;
  margin: 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;
  line-height: 180%;
  color: #444444;
}
.overview .overview_box .overview_info_box_right dl.overview_list dt {
  width: 20%;
  color: #86B841;
  margin: 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #999999 1px solid;
  font-size: 1.2rem;
  font-weight: bold;
  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;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd {
  width: 80%;
  margin: 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #999999 1px solid;
  font-size: 1.2rem;
  font-weight: normal;
  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;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview li {
  margin: 0 0 1rem 0;
  padding: 0;
  color: #444444;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview li span {
  color: #026B61;
  font-weight: bold;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview li:last-child {
  margin: 0;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd.tel_text span {
  color: #ED6C0F;
  font-size: 2rem;
  font-weight: normal;
}
.overview .overview_box .overview_info_box_right dl.overview_list dd.tel_text a {
  color: #ED6C0F;
  font-size: 3rem;
  font-weight: normal;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 98%;
  margin: 1.5rem auto 0 auto;
}
.overview .overview_box .overview_info_box_right .overview_timetable .overview_title {
  color: #86B841;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.overview .overview_box .overview_info_box_right .overview_timetable table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
.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: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #999999;
  width: 10%;
}
.overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr th.time {
  letter-spacing: 0.05em;
}
.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: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  border-bottom: #999999 1px solid;
  background-color: transparent;
}
.overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td i {
  font-size: 4vw;
  color: #444444;
}
.overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td.time {
  width: 22%;
  text-align: center;
  color: #444444;
}
.overview .overview_box .overview_info_box_right .overview_timetable table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

iframe.googlemap {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 1070px;
    padding: 103px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/overview_bg.png") no-repeat;
    background-size: cover;
    margin: 60px 0 0 0;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 376px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    width: 376px;
    margin: 0;
    display: block;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 376px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 550px;
    margin: 0;
  }
  .overview .overview_box {
    /*右側*/
  }
  .overview .overview_box .overview_info_box_right {
    width: 788px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list {
    border-top: #999999 1px solid;
    width: 788px;
    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;
    line-height: 160%;
    color: #444444;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dt {
    width: 136px;
    color: #86B841;
    margin: 0;
    padding: 34px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #999999 1px solid;
    font-size: 2.2rem;
    font-weight: bold;
    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;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd {
    width: 652px;
    margin: 0;
    padding: 34px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #999999 1px solid;
    font-size: 1.8rem;
    font-weight: normal;
    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;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview {
    list-style-type: none;
    line-height: 135%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview li {
    margin: 0 0 22px 0;
    padding: 0;
    color: #444444;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview li span {
    color: #026B61;
    font-weight: bold;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd ul.list_overview li:last-child {
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd.tel_text span {
    color: #ED6C0F;
    font-size: 4rem;
    font-weight: normal;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd.tel_text a {
    color: #ED6C0F;
    font-size: 4rem;
    font-weight: normal;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_right dl.overview_list dd.access_text {
    padding: 22px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable .overview_title {
    color: #86B841;
    margin: 0 0 2px 0;
    font-weight: bold;
    font-size: 2rem;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
  }
  .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: #999999;
    width: 10%;
    height: 40px;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr th.time {
    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: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    height: 61px;
    border-bottom: #999999 1px solid;
    background-color: transparent;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td i {
    font-size: 1.8rem;
    color: #444444;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tr td.time {
    text-align: center;
    color: #444444;
    font-size: 1.8rem;
    width: 18%;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 10px 0 0 0;
    width: 100%;
    color: #444444;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    text-align: left;
  }
  iframe.googlemap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 2rem 0 0 0;
  background-color: #86B841;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  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 li {
  width: 48%;
  margin: 0 0 1rem 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 li a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
footer .footer_frame ul.footer_list li.treatment {
  display: none;
}
footer .footer_frame .subtitle {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 1rem 0 1.4rem 0;
  border-bottom: #ffffff 1px solid;
  color: #ffffff;
  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: #86B841;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 0;
  background-color: #ED6C0F;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 50%;
  margin: 0;
  color: #ED6C0F;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #ffffff;
  padding: 0.8rem 0;
  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;
  border-radius: 5px;
}
.footer_link a.footer_reserve {
  width: 30%;
  margin: 0;
  color: #ED6C0F;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #ffffff;
  padding: 0.8rem 0;
  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;
  border-radius: 5px;
}
.footer_link a.footer_reserve i {
  color: #ED6C0F;
  font-size: 1.4rem;
}
.footer_link .smoothScrolls {
  background-color: #ffffff;
  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;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ED6C0F;
  padding: 0.8rem 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 76px 0 0 0;
    background-color: #86B841;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 335px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 11px 26px 0;
    padding: 0 11px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
  }
  footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    height: 62px;
    width: 100%;
    letter-spacing: 0;
    background-color: #86B841;
    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;
  }
  .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;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 222px;
    right: 12%;
    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: 222px;
    right: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */