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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*ひらぎの*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ピンク*/
/*ピンク濃い*/
/*灰色*/
/*薄いオレンジ*/
/*薄い緑*/
/*緑*/
/*オレンジ*/
/*黒*/
/*緑*/
/*灰色*/
/*黄色*/
/*ピンク*/
/*緑*/
/*水色*/
/*茶色*/
/*オレンジ*/
/*黒*/
/*緑*/
/*肌色*/
/*緑*/
/*薄いオレンジ*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "kosugimaru_regular";
  src: url(../font/KosugiMaru-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;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

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

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: relative;
  top: 3vw;
  width: 100%;
  padding: 0 2%;
  margin: 0 0 0 0;
  height: auto;
  z-index: 999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
}
.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: #F3A67D;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #F3A67D 2px 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: 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;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a span {
  color: #CCCCCC;
  font-size: 1rem;
  margin: 0 0 0 1rem;
}
.main_nav_sp .drawr ul.hbg li .aside_box {
  display: none;
  background-color: #FBF1CB;
  border-bottom: #F3A67D 2px dotted;
}
.main_nav_sp .drawr ul.hbg li .aside_box a {
  all: initial;
  display: block;
  margin: 0;
  color: #ffffff;
  text-align: left;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
}
.main_nav_sp .drawr ul.hbg li .aside_box a.aside_title1 {
  background-color: #E76C3E;
}
.main_nav_sp .drawr ul.hbg li .aside_box a.aside_title2 {
  background-color: #F3A67D;
}
.main_nav_sp .drawr ul.hbg li .aside_box a.aside_title3 {
  background-color: #B3D24D;
}
.main_nav_sp .drawr ul.hbg li .aside_box a.aside_title4 {
  background-color: #7EAD18;
}
.main_nav_sp .drawr ul.hbg li .aside_box a::before {
  font-family: "fontello";
  content: "\e80e";
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.main_nav_sp .drawr ul.hbg li .aside_box ul {
  all: initial;
  padding: 0.5rem;
  -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;
  list-style-type: none;
  margin: 0 0 0.5rem 0;
}
.main_nav_sp .drawr ul.hbg li .aside_box ul li {
  all: initial;
  width: 48%;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  margin: 0 0 1rem 0;
}
.main_nav_sp .drawr ul.hbg li .aside_box ul li::before {
  position: absolute;
  top: 0.3vw;
  left: 0;
  font-family: "fontello";
  content: "\e811";
  color: #F29600;
  font-size: 0.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.main_nav_sp .drawr ul.hbg li .aside_box ul li a {
  all: initial;
}
.main_nav_sp .drawr ul.hbg li .aside_box ul li a::after {
  content: "";
  display: none;
}
.main_nav_sp .drawr ul.hbg li .aside_box ul li a::before {
  content: "";
  display: none;
  margin: 0;
}
.main_nav_sp .drawr ul.hbg li.treatment a {
  position: relative;
}
.main_nav_sp .drawr ul.hbg li.treatment a::after {
  position: absolute;
  right: 4%;
  font-family: "fontello";
  content: "\e800";
  font-size: 1.2rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\e803";
  font-size: 1.2rem;
  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: #F3A67D;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  margin: 0;
  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;
  font-weight: normal;
}
h2.top_title span {
  font-size: 1.8rem;
  color: #1DAB5E;
  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;
  line-height: 120%;
  margin: 0 0.5rem;
}
h2.top_title span span.eng {
  color: #CCCCCC;
  font-size: 1rem;
  line-height: 100%;
  margin: 0;
}
h2.top_title::before {
  content: "";
  display: inline-block;
  background: url("../img/h2_left.png") no-repeat;
  width: 14%;
  height: 4vw;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 0;
}
h2.top_title::after {
  content: "";
  display: inline-block;
  background: url("../img/h2_right.png") no-repeat;
  width: 14%;
  height: 4vw;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 0;
}
h2.low {
  text-align: center;
  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;
  font-weight: normal;
  margin: 4rem 0 2rem 0;
}
h2.low span {
  font-size: 1.8rem;
  color: #1DAB5E;
  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;
  line-height: 120%;
  margin: 0 0.5rem;
  max-width: 70%;
}
h2.low span span.eng {
  color: #CCCCCC;
  font-size: 1rem;
  line-height: 100%;
  margin: 0;
}
h2.low::before {
  content: "";
  display: inline-block;
  background: url("../img/h2_left.png") no-repeat;
  width: 14%;
  height: 4vw;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 0;
}
h2.low::after {
  content: "";
  display: inline-block;
  background: url("../img/h2_right.png") no-repeat;
  width: 14%;
  height: 4vw;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 0;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #6C5131;
  background-color: #FFF5D2;
  font-size: 1.9rem;
  font-weight: normal;
  text-align: left;
  padding: 0.8rem 0.5rem 0.5rem 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
  line-height: 120%;
  position: relative;
}
h3.low::before {
  content: "";
  display: block;
  width: 15%;
  height: 15vw;
  background: url("../img/icon_h3.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
h3.lowh4 {
  color: #F29600;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  line-height: 120%;
  border-left: #F8C896 1rem solid;
  border-bottom: #F8C896 1px solid;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
}
h3.first {
  margin: 1.6rem 0 1rem 0;
}

h4.low {
  color: #F29600;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  line-height: 120%;
  border-left: #F8C896 1rem solid;
  border-bottom: #F8C896 1px solid;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #B3D24D;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #B3D24D 1px dashed;
  padding: 0 0 0.4rem 1rem;
  margin: 2rem 0 1rem 0;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    margin: 0;
    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;
    font-weight: normal;
  }
  h2.top_title span {
    font-size: 3rem;
    color: #1DAB5E;
    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;
    line-height: 160%;
    margin: 0 25px;
    letter-spacing: 0.1em;
  }
  h2.top_title span span.eng {
    color: #CCCCCC;
    font-size: 1.4rem;
    line-height: 120%;
    margin: 0 0 0 0;
  }
  h2.top_title::before {
    content: "";
    display: inline-block;
    background: url("../img/h2_left.png") no-repeat;
    width: 263px;
    height: 65px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0;
  }
  h2.top_title::after {
    content: "";
    display: inline-block;
    background: url("../img/h2_right.png") no-repeat;
    width: 263px;
    height: 65px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0;
  }
  h2.low {
    text-align: center;
    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;
    font-weight: normal;
    margin: 140px 0 46px 0;
  }
  h2.low span {
    font-size: 3rem;
    color: #1DAB5E;
    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;
    line-height: 160%;
    margin: 0 25px;
    letter-spacing: 0.1em;
  }
  h2.low span span.eng {
    color: #CCCCCC;
    font-size: 1.4rem;
    line-height: 120%;
    margin: 0 0 0 0;
  }
  h2.low::before {
    content: "";
    display: inline-block;
    background: url("../img/h2_left.png") no-repeat;
    width: 263px;
    height: 65px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0;
  }
  h2.low::after {
    content: "";
    display: inline-block;
    background: url("../img/h2_right.png") no-repeat;
    width: 263px;
    height: 65px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #6C5131;
    background-color: #FFF5D2;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: left;
    padding: 14px 14px 14px 116px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 120%;
    position: relative;
  }
  h3.low::before {
    content: "";
    display: block;
    width: 94px;
    height: 97px;
    background: url("../img/icon_h3.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  h3.lowh4 {
    color: #F29600;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 140%;
    border-left: #F8C896 15px solid;
    border-bottom: #F8C896 1px solid;
    padding: 8px 30px 8px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 20px 0;
  }
  h3.first {
    margin: 50px 0 20px 0;
  }
  h4.low {
    color: #F29600;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 140%;
    border-left: #F8C896 15px solid;
    border-bottom: #F8C896 1px solid;
    padding: 8px 30px 8px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 20px 0;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #B3D24D;
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    border-bottom: #B3D24D 1px dashed;
    padding: 0 0 6px 16px;
    margin: 60px 0 20px 0;
  }
  h5.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/*診療時間のテーブル*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #F3A67D;
  border: #F3A67D 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.2vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #333333;
  border-bottom: #F3A67D 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #333333;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #333333;
}
table.timetable tr:last-child td {
  border-bottom: #F3A67D 2px solid;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #333333;
  -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: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #F3A67D;
    width: 10%;
    height: 30px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    height: 40px;
    box-sizing: border-box;
    border-bottom: #F3A67D 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.4rem;
    color: #333333;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #333333;
    font-size: 1.4rem;
  }
  table.timetable tr:last-child td {
    border-bottom: #F3A67D 2px solid;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.4rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #333333;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

.bnr_box {
  width: 96%;
  margin: 2rem auto 0;
}

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

 共通項目

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

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

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

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

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

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

/*病名リスト maru*/
ul.list_disease {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
ul.list_disease li {
  margin: 0 0 1rem 0.5rem;
  padding-left: 1.8rem;
  position: relative;
}
ul.list_disease li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #1DAB5E;
  font-size: 1rem;
  display: inline-block;
}
ul.list_disease li a {
  color: #333333;
}

/*流れ*/
ol.list_flow {
  counter-reset: number 0;
  list-style: none;
}
ol.list_flow li {
  border: #F3A67D 3px solid;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: number 1;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.25;
}
ol.list_flow li::before {
  position: absolute;
  top: 0.7rem;
  left: 0.9rem;
  font-size: 1.8rem;
  color: #F3A67D;
  font-weight: bold;
  display: inline-block;
  content: counter(number) ".";
  letter-spacing: 0.3rem;
}
ol.list_flow li:not(:last-of-type) {
  margin-bottom: 6rem;
}
ol.list_flow li:not(:last-of-type)::after {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #E76C3E;
  display: block;
  margin: 0 auto;
  content: " ";
}

@media screen and (min-width: 768px), print {
  .flow .flow_box {
    border: #F3A67D 5px solid;
    border-radius: 15px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow .flow_box h3 {
    margin: 20px 0;
    font-size: 2.2rem;
  }
  .flow .flow_box p.mb_none {
    margin: 0;
  }
}
@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    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.6rem;
    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.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_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.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 10px top 6px;
    background-size: 8px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 10px top 6px;
    background-size: 8px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 10px top 6px;
    background-size: 8px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*病名リスト maru*/
  ul.list_disease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.6rem;
  }
  ul.list_disease li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 2.5rem 1rem 0;
  }
  ul.list_disease li:before {
    margin-right: 0.6rem;
  }
  ul.list_disease li a:hover {
    color: #B3D24D;
  }
  /*流れ*/
  ol.list_flow {
    width: 80%;
    margin: 0 auto;
  }
  ol.list_flow li {
    border: #F3A67D 5px solid;
    border-radius: 15px;
    padding: 20px 40px 20px 50px;
    font-size: 1.8rem;
  }
  ol.list_flow li::before {
    top: 1.6rem;
    left: 1.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
  }
  ol.list_flow li:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  ol.list_flow li:not(:last-of-type)::after {
    bottom: -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: 6%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 94%;
  margin: 0 0 1rem 0;
}

/*チェック*/
dl.check_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.check_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
dl.check_list dd {
  width: 92%;
  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: #FBE3C9;
  color: #333333;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #DCDCDC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -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.6rem;
    -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.check_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.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.check_list dt {
    width: 30px;
    margin: 0 0 1rem 0;
  }
  dl.check_list dd {
    width: 1170px;
    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.6rem;
    -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: #FBE3C9;
    color: #333333;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #DCDCDC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
  }
}
/*汎用テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*テーブル横幅均一*/
table.low_table_fixed {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  table-layout: fixed;
}
table.low_table_fixed caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_fixed tr th {
  width: auto;
  padding: 1rem;
  border: #DCDCDC 1px solid;
  background-color: #FBE3C9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_fixed tr td {
  width: auto;
  padding: 1rem;
  border: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_fixed tr td.pickup {
  background-color: #F8C896;
}

/*スライドテーブル*/
table.low_table_slide {
  width: 800px;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: auto;
  padding: 1rem;
  border: #DCDCDC 1px solid;
  background-color: #FBE3C9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
table.low_table_slide tr td ul li {
  text-align: left;
}
table.low_table_slide tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide tr td ul.list_mbnone li {
  text-align: left;
}

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

table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem;
  border: #DCDCDC 1px solid;
  border-bottom: none;
  background-color: #FBE3C9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem;
  border: #DCDCDC 1px solid;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr:last-child td {
  border-bottom: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    border: #DCDCDC 1px solid;
    background-color: #FBE3C9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  /*テーブル横幅均一*/
  table.low_table_fixed {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    table-layout: fixed;
    line-height: 160%;
  }
  table.low_table_fixed caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_fixed tr th {
    width: auto;
    padding: 20px;
    border: #DCDCDC 1px solid;
    background-color: #FBE3C9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_fixed tr td {
    width: auto;
    padding: 20px;
    border: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_fixed tr td.pickup {
    background-color: #F8C896;
  }
  /*スライドテーブル*/
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    border: #DCDCDC 1px solid;
    background-color: #FBE3C9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  table.low_table_slide tr td ul li {
    text-align: left;
  }
  table.low_table_slide tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide tr td ul.list_mbnone li {
    text-align: left;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 0 0;
    position: static !important;
    z-index: 0;
  }
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 40%;
    padding: 20px;
    border: #DCDCDC 1px solid;
    border-bottom: none;
    background-color: #FBE3C9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 60%;
    padding: 20px;
    border: #DCDCDC 1px solid;
    border-left: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr:last-child th {
    border-bottom: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr:last-child td {
    border-bottom: #DCDCDC 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #FBF1CB;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis .num_list.mb_none {
  margin: 0;
}
.emphasis .list_maru.mb_none {
  margin: 0;
}

.emphasis2 {
  background-color: #E1EEBA;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis2 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;
}

@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 #E76C3E;
    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: #FBF1CB;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis .num_list.mb_none {
    margin: 0;
  }
  .emphasis .list_maru.mb_none {
    margin: 0;
  }
  .emphasis.disease_box {
    padding: 4rem 4rem 0.5rem;
  }
  .emphasis .two {
    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;
  }
  .emphasis .two p {
    width: 48%;
  }
  .emphasis2 {
    background-color: #E1EEBA;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis2 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;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  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.6rem;
    color: #333333;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #333333;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #333333;
  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: #333333;
    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: #F3A67D 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #E76C3E;
  padding: 1rem;
  text-decoration: none;
  color: #333333;
}
.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: #333333;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #333333;
}

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

.link_text2 {
  color: #B3D24D;
}

.low_button {
  background-color: #F3A67D;
  color: #ffffff;
  width: 80%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: nowrap;
      flex-wrap: nowrap;
}
.low_button::before {
  font-family: "fontello";
  content: "\e80b";
  color: #ffffff;
  margin: 0 0.5rem 0 0;
}

.low_button2 {
  background-color: #B3D24D;
  color: #ffffff;
  width: 80%;
  height: auto;
  min-height: 8vw;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: nowrap;
      flex-wrap: nowrap;
}
.low_button2::before {
  font-family: "fontello";
  content: "\e80b";
  color: #ffffff;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #F3A67D;
  }
  .link_text2 {
    color: #B3D24D;
  }
  .link_text2:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button2 {
    background-color: #B3D24D;
    color: #ffffff;
    width: 300px;
    height: auto;
    min-height: 40px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: nowrap;
        flex-wrap: nowrap;
  }
  .low_button2::before {
    font-family: "fontello";
    content: "\e80b";
    color: #ffffff;
    margin: 0 0.5rem 0 0;
  }
  .low_button2:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #F3A67D;
    color: #ffffff;
    width: 300px;
    height: auto;
    min-height: 40px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: nowrap;
        flex-wrap: nowrap;
  }
  .low_button::before {
    font-family: "fontello";
    content: "\e80b";
    color: #ffffff;
    margin: 0 0.5rem 0 0;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .center {
    margin-left: auto;
    margin-right: auto;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.doctor_name {
  text-align: right;
}

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

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

@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: 50px 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow {
  counter-reset: number 0;
}
.flow .flow_box {
  border: #F3A67D 3px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  counter-increment: number 1;
}
.flow .flow_box h3 {
  margin: 1.6rem 0 1rem 0;
  font-size: 1.8rem;
  color: #F3A67D;
  /*
  &::before{
    display: inline-block;
    content: counter(number)".";
    letter-spacing: 0.3rem;
  }
  */
}
.flow .flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow .flow_box {
    border: #F3A67D 5px solid;
    border-radius: 15px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow .flow_box h3 {
    margin: 20px 0;
    font-size: 2.2rem;
  }
  .flow .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #F3A67D;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (min-width: 768px), print {
  .access .timetable caption {
    font-size: 1.6rem;
  }
  .access .timetable tr .time, .access .timetable tr th {
    font-size: 1.6rem;
    padding: 1.4rem 0;
  }
  .access .timetable tr:not(:first-of-type) .time {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  .access .timetable tr td i {
    font-size: 1.8rem;
  }
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #F3A67D;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　専門的な治療
----------------------------------------------------------- */
.specialty_frame {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.specialty_frame dl {
  width: 100%;
  margin: 2rem 0 0 0;
  border-radius: 0.5rem;
  padding: 0.8rem 0.5rem 2rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border: #B3D24D 2px solid;
}
.specialty_frame dl dt {
  width: 96%;
  margin: 0 auto 0 auto;
}
.specialty_frame dl dt a {
  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;
  color: #B3D24D;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  color: #B3D24D;
  text-decoration: none;
  line-height: 120%;
}
.specialty_frame dl dt a::before {
  font-family: "fontello";
  content: "\e4a2";
  color: #B3D24D;
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.specialty_frame dl dt a span {
  border-bottom: #B3D24D 2px solid;
}
.specialty_frame dl dt.nonlink {
  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;
  color: #B3D24D;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  color: #B3D24D;
  text-decoration: none;
  line-height: 120%;
}
.specialty_frame dl dt.nonlink::before {
  font-family: "fontello";
  content: "\e4a2";
  color: #B3D24D;
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.specialty_frame dl dt.nonlink span {
  border-bottom: #B3D24D 2px solid;
}
.specialty_frame dl dd {
  width: 96%;
  margin: 1rem auto 0 auto;
}
.specialty_frame dl dd p {
  font-size: 1.4rem;
  margin: 0;
}
.specialty_frame dl dd ul {
  list-style-type: none;
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
}
.specialty_frame dl dd ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
  position: relative;
  line-height: 120%;
}
.specialty_frame dl dd ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "fontello";
  content: "\e4a2";
  color: #B3D24D;
}
.specialty_frame dl dd ul li a {
  color: #333333;
}
.specialty_frame dl dd ul li:last-child {
  margin: 0;
}

ul.specialty_link {
  width: 96%;
  margin: 4rem auto 0 auto;
  list-style-type: none;
}
ul.specialty_link li {
  margin: 0 0 2rem 0;
}
ul.specialty_link li a {
  display: block;
  text-decoration: none;
}
ul.specialty_link li a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .specialty_frame {
    width: 100%;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .specialty_frame dl {
    width: 580px;
    margin: 0 0 40px 0;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    border: #B3D24D 2px solid;
  }
  .specialty_frame dl dt {
    width: 100%;
    margin: 0 0 0 0;
  }
  .specialty_frame dl dt a {
    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;
    color: #B3D24D;
    font-size: 2rem;
    text-align: left;
    position: relative;
    color: #B3D24D;
    text-decoration: none;
    line-height: 120%;
  }
  .specialty_frame dl dt a::before {
    font-family: "fontello";
    content: "\e4a2";
    color: #B3D24D;
    font-size: 1.8rem;
    margin: 0 0.5rem 0 0;
  }
  .specialty_frame dl dt a span {
    border-bottom: #B3D24D 2px solid;
  }
  .specialty_frame dl dt a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .specialty_frame dl dt.nonlink {
    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;
    color: #B3D24D;
    font-size: 2rem;
    text-align: left;
    position: relative;
    color: #B3D24D;
    text-decoration: none;
    line-height: 120%;
  }
  .specialty_frame dl dt.nonlink::before {
    font-family: "fontello";
    content: "\e4a2";
    color: #B3D24D;
    font-size: 1.8rem;
    margin: 0 0.5rem 0 0;
  }
  .specialty_frame dl dd {
    width: 100%;
    margin: 16px auto 0 auto;
  }
  .specialty_frame dl dd p {
    font-size: 1.6rem;
    margin: 0;
  }
  .specialty_frame dl dd ul {
    list-style-type: none;
    margin: 16px 0 0 0;
    font-size: 1.6rem;
  }
  .specialty_frame dl dd ul li {
    margin: 0 0 16px 0;
    padding: 0 0 0 25px;
    position: relative;
    line-height: 120%;
  }
  .specialty_frame dl dd ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "fontello";
    content: "\e4a2";
    color: #B3D24D;
  }
  .specialty_frame dl dd ul li a {
    color: #333333;
  }
  .specialty_frame dl dd ul li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .specialty_frame dl dd ul li:last-child {
    margin: 0;
  }
  ul.specialty_link {
    width: 1200px;
    margin: 40px 0 0 0;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.specialty_link li {
    margin: 0 0 40px 0;
    width: 380px;
  }
  ul.specialty_link li.sp04 {
    margin: 0 0 0 200px;
  }
  ul.specialty_link li.sp05 {
    margin: 0 200px 0 0;
  }
  ul.specialty_link li a {
    display: block;
    text-decoration: none;
  }
  ul.specialty_link li a img {
    width: 100%;
  }
  ul.specialty_link li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*メールフォームプロ用*/
/* 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: #CCCCCC;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  border-top: #F3A67D 1px solid;
  border-left: #F3A67D 1px solid;
  border-right: #F3A67D 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: #F3A67D 1px solid;
  border-left: #F3A67D 1px solid;
  border-right: #F3A67D 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: #F3A67D 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #CCCCCC;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #F3A67D 1px solid;
    border-left: #F3A67D 1px solid;
    border-right: #F3A67D 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: #F3A67D 1px solid;
    border-left: #F3A67D 1px solid;
    border-right: #F3A67D 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: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  padding: 0 0 16vw 0;
}

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

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: 4rem 0 0 0;
  padding: 0 0 2rem 0;
  background: url("../img/index_bg.png") no-repeat;
  background-size: 200%;
  background-position: center bottom;
}

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 0 0 80px 0;
    background: url("../img/index_bg.png") no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 6vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 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_info {
  display: block;
  margin: 2rem auto 0;
  /*position: absolute;
  top:46px;
  left: 502px;*/
  /*電話番号*/
  /*住所*/
}
header.header .header_box .header_info .header_tel {
  margin: 0 0 15px 0;
  text-align: center;
}
header.header .header_box .header_info .header_tel span {
  color: #F3A67D;
  text-align: center;
  font-size: 2.2rem;
}
header.header .header_box .header_info .header_tel span i {
  font-size: 2rem;
}
header.header .header_box .header_info .header_tel span a {
  color: #F3A67D;
  text-decoration: none;
}
header.header .header_box .header_info .header_tel span.closed {
  display: block;
  font-size: 1.1rem;
  color: #333333;
}
header.header .header_box .header_info .header_time {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
header.header .header_box .header_info .header_time span {
  color: #F3A67D;
  font-weight: bold;
}
header.header .header_box .header_info .header_address {
  color: #333333;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.same_day_reservation {
  display: none;
}

.web_interview {
  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: 150px;
  }
  header.header .header_box {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 430px;
    height: 95px;
    margin: 0;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 430px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 430px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 430px;
  }
  header.header .header_box .header_info {
    display: block;
    margin: 0;
    position: absolute;
    top: 46px;
    left: 502px;
    /*電話番号*/
    /*住所*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0 0 15px 0;
  }
  header.header .header_box .header_info .header_tel span {
    color: #F3A67D;
    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;
    text-align: center;
    font-size: 3.2rem;
  }
  header.header .header_box .header_info .header_tel span i {
    font-size: 3rem;
  }
  header.header .header_box .header_info .header_tel span a {
    color: #F3A67D;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_tel span.closed {
    display: none;
  }
  header.header .header_box .header_info .header_time {
    display: none;
  }
  header.header .header_box .header_info .header_address {
    color: #333333;
    margin: 0 0 0 5px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 140%;
    letter-spacing: 0.07rem;
  }
  .same_day_reservation {
    display: block;
    text-decoration: none;
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 999999999;
    background: url("../img/icon_arrow.png") no-repeat;
    background-size: 20px;
    background-position: 20px 47px;
    background-color: #F3A67D;
    width: 264px;
    height: 111px;
    color: #ffffff;
    border-radius: 5px;
    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;
    padding: 0 0 0 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .same_day_reservation span.sdr1 {
    font-size: 1.8rem;
    margin: 0 0 9px 0;
  }
  .same_day_reservation span.sdr2 {
    font-size: 1.4rem;
    margin: 0 0 12px 0;
  }
  .same_day_reservation span.sdr3 {
    font-size: 2rem;
  }
  .same_day_reservation:hover {
    background-color: #E76C3E;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .web_interview {
    display: block;
    text-decoration: none;
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 999999999;
    background: url("../img/icon_arrow.png") no-repeat;
    background-size: 20px;
    background-position: 20px 47px;
    background-color: #b3d24d;
    width: 264px;
    height: 111px;
    color: #ffffff;
    border-radius: 5px;
    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;
    padding: 0 0 0 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .web_interview span.sdr1 {
    font-size: 1.8rem;
    margin: 0 0 9px 0;
  }
  .web_interview span.sdr2 {
    font-size: 1.4rem;
    margin: 0 0 12px 0;
  }
  .web_interview span.sdr3 {
    font-size: 2rem;
  }
  .web_interview:hover {
    background-color: #62bc08;
    -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: 70px;
    margin: 0;
    background-color: #ffffff;
    overflow: visible;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: visible;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 200px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-right: #555555 1px solid;
    overflow: visible;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.treatment .aside_box {
    display: none;
    background-color: #FBF1CB;
    border-bottom: none;
    position: relative;
    z-index: 99999999999;
    width: 560px;
    margin: 20px 0 0 0;
  }
  nav.main_nav_pc ul li.treatment .aside_box a {
    all: initial;
    display: block;
    margin: 0;
    color: #ffffff;
    text-align: left;
    padding: 6px 0 6px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title1 {
    background-color: #E76C3E;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title1:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title2 {
    background-color: #F3A67D;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title2:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title3 {
    background-color: #B3D24D;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title3:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title4 {
    background-color: #7EAD18;
  }
  nav.main_nav_pc ul li.treatment .aside_box a.aside_title4:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li.treatment .aside_box a::before {
    font-family: "fontello";
    content: "\e80e";
    font-size: 1.8rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul {
    all: initial;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 17px 22px;
    box-sizing: border-box;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul li {
    all: initial;
    width: auto;
    font-size: 1.4rem;
    position: relative;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
    margin: 0 25px 5px 0;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "fontello";
    content: "\e811";
    color: #F29600;
    font-size: 0.8rem;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul li a {
    all: initial;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul li a::before {
    content: "";
    display: none;
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment .aside_box ul li a:hover {
    color: #F29600;
    border-bottom: #F29600 1px solid;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li:last-child {
    border-right: none;
  }
  nav.main_nav_pc ul li a {
    width: 154px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    color: #F3A67D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px auto 0 auto;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: normal;
    border-radius: 6px;
    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 span {
    color: #CCCCCC;
    font-size: 1.2rem;
    margin: 5px 0 0 0;
  }
  nav.main_nav_pc ul li a.current {
    background-color: #F3A67D;
    color: #ffffff;
  }
  nav.main_nav_pc ul li a.current span {
    color: #ffffff;
  }
  nav.main_nav_pc ul li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #F3A67D;
    color: #ffffff;
  }
  nav.main_nav_pc ul li a:hover span {
    color: #ffffff;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual #keyvsl {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
.key_visual #keyvsl ul.slider {
  width: 100% !important;
}
.key_visual #keyvsl ul.slider .slick-list {
  width: 100% !important;
}
.key_visual #keyvsl ul.slider li img {
  width: 100% !important;
}
.key_visual #keyvsl ul.thumb {
  margin: 1rem auto 0 auto;
  width: 90%;
}
.key_visual #keyvsl ul.thumb .slick-track {
  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: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.key_visual #keyvsl ul.thumb .slick-track li {
  width: 30% !important;
  padding: 0 !important;
}
.key_visual #keyvsl ul.thumb .slick-track li img {
  width: 100%;
}
.key_visual #keyvsl ul.thumb .slick-track .slick-slide {
  padding: 0.5rem;
}
.key_visual #keyvsl .open_notice {
  margin: 1rem auto 0 auto;
  width: 80%;
}
.key_visual #keyvsl .open_notice img {
  width: 18%;
  display: block;
  margin: 0 auto;
}
.key_visual #keyvsl .open_notice p {
  background-color: #FBF1CB;
  border: #F3A67D 2px solid;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0;
  color: #F29600;
  font-size: 1.8rem;
  margin: -3vw 0 0 0;
}
.key_visual #keyvsl .open_notice p span {
  font-size: 1rem;
}
.key_visual #keyvsl ul.banner_qr {
  margin: 1rem auto 0 auto;
  width: 80%;
  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;
}
.key_visual #keyvsl ul.banner_qr li {
  width: 48%;
  list-style-type: none;
}
.key_visual #keyvsl ul.banner_qr li a {
  width: 100%;
  text-decoration: none;
}
.key_visual #keyvsl ul.banner_qr li a img {
  width: 100%;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 25vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.key_visual_low h1 {
  width: 100%;
  height: 25vw;
  background: url("../img/key_visual_low_leef.png") no-repeat;
  background-position: left 2% center;
  background-size: 8%;
  font-size: 2rem;
  text-align: left;
  color: #94BB0F;
  line-height: 140%;
  letter-spacing: 0.1em;
  padding: 0 0 0 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual #keyvsl {
    width: 100% !important;
    position: relative;
    overflow: hidden;
    height: 720px !important;
  }
  .key_visual #keyvsl ul.slider {
    width: 100% !important;
  }
  .key_visual #keyvsl ul.slider .slick-list {
    width: 100% !important;
    padding: 0 !important;
  }
  .key_visual #keyvsl ul.slider li {
    opacity: 0.6;
  }
  .key_visual #keyvsl ul.slider li img {
    width: 100% !important;
  }
  .key_visual #keyvsl ul.slider li.slick-current {
    opacity: 1;
  }
  .key_visual #keyvsl ul.thumb {
    margin: 24px auto 0 auto;
    width: 800px;
  }
  .key_visual #keyvsl ul.thumb .slick-track {
    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: 100% !important;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  .key_visual #keyvsl ul.thumb .slick-track li {
    width: 240px !important;
    padding: 0 !important;
  }
  .key_visual #keyvsl ul.thumb .slick-track li img {
    width: 240px;
  }
  .key_visual #keyvsl ul.thumb .slick-track li:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .key_visual #keyvsl ul.thumb .slick-track .slick-slide {
    padding: 0;
  }
  .key_visual #keyvsl .open_notice {
    position: absolute;
    bottom: 328px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
  }
  .key_visual #keyvsl .open_notice .open_notice_in {
    width: 310px;
    float: right;
    margin: 0 32px 0 0;
  }
  .key_visual #keyvsl .open_notice .open_notice_in img {
    width: 72px;
    display: block;
    margin: 0 auto;
  }
  .key_visual #keyvsl .open_notice .open_notice_in p {
    background-color: #FBF1CB;
    border: #F3A67D 2px solid;
    border-radius: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 5px 0;
    color: #F29600;
    font-size: 2.8rem;
    margin: -18px 0 0 0;
    line-height: 120%;
  }
  .key_visual #keyvsl .open_notice .open_notice_in p span {
    font-size: 2rem;
  }
  .key_visual #keyvsl ul.banner_qr {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual #keyvsl ul.banner_qr li {
    width: 150px;
    list-style-type: none;
  }
  .key_visual #keyvsl ul.banner_qr li a {
    width: 100%;
    text-decoration: none;
  }
  .key_visual #keyvsl ul.banner_qr li a img {
    width: 100%;
  }
  .key_visual #keyvsl ul.banner_qr li a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .key_visual #keyvsl ul.banner_qr li.ban_web {
    margin: 0 32px 0 10px;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 151px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .key_visual_low h1 {
    width: 1200px;
    height: 151px;
    background: url("../img/key_visual_low_leef.png") no-repeat;
    background-position: left 0px center;
    background-size: 77px;
    font-size: 3.6rem;
    text-align: left;
    color: #94BB0F;
    line-height: 140%;
    letter-spacing: 0.1em;
    padding: 0 0 0 100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .slick-arrow {
    display: none !important;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame {
  background: url("../img/index_greeting_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top 5vw;
  padding: 0 0 2rem 0;
}
.greeting_frame .greeting_box {
  margin: 2rem 0 0 0;
}
.greeting_frame .greeting_box .greeting_text {
  width: 90%;
  margin: 0 auto;
}
.greeting_frame .greeting_box .greeting_doctor .greeting_doctor_img {
  position: relative;
  z-index: 0;
}
.greeting_frame .greeting_box .greeting_doctor .greeting_doctor_img img {
  width: 80%;
  display: block;
  margin: 2rem auto 0 auto;
}
.greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 46vw;
  margin: -10vw auto 0 auto;
  background: url("../img/index_greeting_02.png") no-repeat;
  background-position: center center;
  background-size: contain;
  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;
  text-align: center;
}
.greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name .gdn_clinic_name {
  color: #F3A67D;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}
.greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name .gdn_doctor_name {
  color: #333333;
  font-size: 1.4rem;
  margin: 0;
}
.greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name .gdn_doctor_name span {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    background: url("../img/index_greeting_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top 22px;
    padding: 0 0 0 0;
    height: 860px;
  }
  .greeting_frame .greeting_box {
    margin: 50px auto 0 auto;
    width: 1200px;
    height: 860px;
    position: relative;
    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;
  }
  .greeting_frame .greeting_box .greeting_text {
    width: 590px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 190%;
    text-align: justify;
  }
  .greeting_frame .greeting_box .greeting_doctor {
    width: 600px;
    position: relative;
  }
  .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_img img {
    width: 427px;
    display: block;
    margin: 0;
  }
  .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name {
    position: absolute;
    top: 256px;
    right: 0;
    z-index: 1;
    width: 302px;
    height: 225px;
    margin: 0;
    background: url("../img/index_greeting_02.png") no-repeat;
    background-position: center center;
    background-size: contain;
    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;
    text-align: center;
  }
  .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name .gdn_clinic_name {
    color: #F3A67D;
    font-size: 2rem;
    margin: 0 0 15px 0;
  }
  .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name .gdn_doctor_name {
    color: #333333;
    font-size: 1.8rem;
    margin: 0;
  }
  .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name .gdn_doctor_name span {
    font-size: 2.6rem;
  }
}
/* -----------------------------------------------------------
　お知らせfontello
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
  margin: 4rem 0 0 0;
}
.notice_frame .notice_box {
  width: 96%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #F3A67D 2px solid;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.notice_frame .notice_box dl dt {
  color: #F3A67D;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 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%;
  border-top: #DCDCDC 1px dashed;
  position: relative;
}
.notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e80d";
  color: #F3A67D;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.8rem;
}
.notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e80d";
  color: #F3A67D;
}
.notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e80d";
  color: #F3A67D;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 6.1vw 0 0 0;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #333333;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p a {
  color: #333333;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 100%;
    margin: 90px 0 0 0;
  }
  .notice_frame .notice_box {
    width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 28px 0 18px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #F3A67D 2px solid;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 1200px;
    overflow-x: hidden;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_box dl dt {
    color: #F3A67D;
    margin: 20px 0 4px 0;
    padding: 20px 100px 0 100px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #DCDCDC 1px dashed;
    position: relative;
  }
  .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e80d";
    color: #F3A67D;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 80px;
    top: 20px;
    font-size: 1.4rem;
  }
  .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e80d";
    color: #F3A67D;
  }
  .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 8px 0;
    border-top: none;
    padding: 30px 100px 0 100px;
  }
  .notice_frame .notice_box dl dt:first-child::before {
    top: 30px;
  }
  .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e80d";
    color: #F3A67D;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 24px 0 0 0;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 1rem 0;
    padding: 0 100px 0 100px;
    color: #333333;
    font-size: 1.4rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p {
    margin: 0 0 10px 0;
  }
  .notice_frame .notice_box dl dd p a {
    color: #333333;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.treatment_frame ul.treatment_list {
  margin: 2rem 0 0 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatment_frame ul.treatment_list li {
  width: 45%;
  margin: 0 auto 6rem auto;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  text-decoration: none;
}
.treatment_frame ul.treatment_list li a img {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.treatment_frame ul.treatment_list li a span {
  font-family: "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.4rem;
  color: #333333;
  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.5rem;
  width: 80%;
  height: 10vw;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.treatment_frame ul.treatment_list li a span::before {
  font-family: "fontello";
  content: " \e80c";
  font-size: 1.2rem;
}
.treatment_frame ul.treatment_list li.tl1 a span {
  border: #FFCA28 1px solid;
}
.treatment_frame ul.treatment_list li.tl1 a span i {
  color: #FFCA28;
}
.treatment_frame ul.treatment_list li.tl2 a span {
  border: #FF6396 1px solid;
}
.treatment_frame ul.treatment_list li.tl2 a span i {
  color: #FF6396;
}
.treatment_frame ul.treatment_list li.tl3 a span {
  border: #A1D500 1px solid;
}
.treatment_frame ul.treatment_list li.tl3 a span i {
  color: #A1D500;
}
.treatment_frame ul.treatment_list li.tl4 a span {
  border: #55C7F1 1px solid;
}
.treatment_frame ul.treatment_list li.tl4 a span i {
  color: #55C7F1;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 1200px;
    margin: 100px auto 0 auto;
  }
  .treatment_frame ul.treatment_list {
    margin: 60px 0 0 0;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .treatment_frame ul.treatment_list li {
    width: 264px;
    margin: 0;
  }
  .treatment_frame ul.treatment_list li a {
    width: 100%;
    text-decoration: none;
  }
  .treatment_frame ul.treatment_list li a img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .treatment_frame ul.treatment_list li a span {
    font-family: "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.4rem;
    color: #333333;
    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.5rem;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_frame ul.treatment_list li a span::before {
    font-family: "fontello";
    content: " \e80c";
    font-size: 1.2rem;
  }
  .treatment_frame ul.treatment_list li a:hover img {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.tl1 a span {
    border: #FFCA28 1px solid;
  }
  .treatment_frame ul.treatment_list li.tl1 a span i {
    color: #FFCA28;
  }
  .treatment_frame ul.treatment_list li.tl1 a:hover span {
    background-color: #FFCA28;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.tl2 a span {
    border: #FF6396 1px solid;
  }
  .treatment_frame ul.treatment_list li.tl2 a span i {
    color: #FF6396;
  }
  .treatment_frame ul.treatment_list li.tl2 a:hover span {
    background-color: #FF6396;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.tl3 a span {
    border: #A1D500 1px solid;
  }
  .treatment_frame ul.treatment_list li.tl3 a span i {
    color: #A1D500;
  }
  .treatment_frame ul.treatment_list li.tl3 a:hover span {
    background-color: #A1D500;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.tl4 a span {
    border: #55C7F1 1px solid;
  }
  .treatment_frame ul.treatment_list li.tl4 a span i {
    color: #55C7F1;
  }
  .treatment_frame ul.treatment_list li.tl4 a:hover span {
    background-color: #55C7F1;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　専門的な治療
----------------------------------------------------------- */
.specialized_treatment_frame {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.specialized_treatment_frame ul.specialized_treatment_list {
  list-style-type: none;
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.specialized_treatment_frame ul.specialized_treatment_list li {
  width: 49%;
  margin: 0 0 2rem 0;
}
.specialized_treatment_frame ul.specialized_treatment_list li a {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
  padding: 0.8rem 0.5rem 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  background-color: #ffffff;
}
.specialized_treatment_frame ul.specialized_treatment_list li a img {
  width: 98%;
  display: block;
  margin: 0 auto;
}
.specialized_treatment_frame ul.specialized_treatment_list li a 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;
  width: 100%;
  margin: 1rem 0 0 0;
  color: #6C5131;
  font-size: 1.1rem;
  text-align: left;
  position: relative;
}
.specialized_treatment_frame ul.specialized_treatment_list li a span::before {
  font-family: "fontello";
  content: "\e80e";
  color: #F8C896;
  font-size: 1.2rem;
  margin: 0 0.2rem 0 0;
}
.specialized_treatment_frame ul.specialized_treatment_list li a span::after {
  position: absolute;
  right: 0;
  font-family: "fontello";
  content: "\f006";
  color: #F8C896;
  font-size: 0.9rem;
  width: 11%;
  height: 5vw;
  border: #F8C896 1px solid;
  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;
}
.specialized_treatment_frame .date_of_treatment {
  display: block;
  width: 100%;
  text-decoration: none;
}
.specialized_treatment_frame .date_of_treatment img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .specialized_treatment_frame {
    width: 1200px;
    margin: 92px auto 0 auto;
  }
  .specialized_treatment_frame ul.specialized_treatment_list {
    list-style-type: none;
    width: 1200px;
    margin: 30px 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;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li {
    width: 376px;
    margin: 0 0 30px 0;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 14px 10px 55px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    background-color: #ffffff;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a img {
    width: 356px;
    display: block;
    margin: 0 auto;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a 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;
    width: 326px;
    margin: 44px auto 0 auto;
    color: #6C5131;
    font-size: 2rem;
    text-align: left;
    position: relative;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a span::before {
    font-family: "fontello";
    content: "\e80e";
    color: #F8C896;
    font-size: 3rem;
    margin: 0 10px 0 0;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a span::after {
    position: absolute;
    right: 0;
    font-family: "fontello";
    content: "\f006";
    color: #F8C896;
    font-size: 1.4rem;
    width: 60px;
    height: 60px;
    border: #F8C896 1px solid;
    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;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a:hover img {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a:hover span {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .specialized_treatment_frame ul.specialized_treatment_list li a:hover span::after {
    opacity: 1;
    color: #ffffff;
    border: #F8C896 1px solid;
    background-color: #F8C896;
  }
  .specialized_treatment_frame .date_of_treatment {
    display: block;
    width: 1000px;
    height: 707px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #ffffff;
  }
  .specialized_treatment_frame .date_of_treatment img {
    width: 100%;
  }
  .specialized_treatment_frame .date_of_treatment img:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #FBF1CB;
  padding: 3rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: -6vw auto 0 auto;
  padding: 4rem 1rem 10rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/overview_img.png") no-repeat;
  background-position: right 1rem bottom 1rem;
  background-size: 30%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_left iframe.googlemap {
  width: 100%;
  height: 400px;
  display: block;
  margin: 0;
}
.overview .overview_box .overview_info_box_left a.googlemap_button {
  width: 100%;
  height: 10vw;
  margin: 1rem auto 0 auto;
  background-color: #F3A67D;
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  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;
  position: relative;
}
.overview .overview_box .overview_info_box_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 100%;
  margin: 0 0 3rem 0;
}
.overview .overview_box .overview_info_box_right .overview_logo {
  width: 96%;
  margin: 0 auto 1.5rem auto;
  display: block;
}
.overview .overview_box .overview_info_box_right .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_info_box_right .overview_address {
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_right .overview_access {
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_right .overview_tel {
  color: #F3A67D;
  margin: 0 0 0 0;
  font-size: 1.8rem;
}
.overview .overview_box .overview_info_box_right .overview_tel a {
  color: #F3A67D;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #FBF1CB;
    padding: 78px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1200px;
    margin: -40px auto 0 auto;
    padding: 100px 0 36px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/overview_img.png") no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 228px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 600px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left iframe.googlemap {
    width: 560px;
    height: 440px;
    display: block;
    margin: 0 0 0 40px;
  }
  .overview .overview_box .overview_info_box_left a.googlemap_button {
    width: 547.5px;
    height: 38px;
    margin: 18px 0 0 46px;
    background-color: #F3A67D;
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 8px;
    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;
    position: relative;
  }
  .overview .overview_box .overview_info_box_left a.googlemap_button i {
    font-size: 2.2rem;
  }
  .overview .overview_box .overview_info_box_left a.googlemap_button:hover {
    background-color: #E76C3E;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .overview .overview_box .overview_info_box_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 600px;
    margin: 0 0 0 0;
    padding: 0 0 0 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 450.5px;
    margin: 0 0 20px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_logo {
    width: 389px;
    margin: 0 0 14px 30px;
    display: block;
  }
  .overview .overview_box .overview_info_box_right .overview_logo img {
    width: 100%;
  }
  .overview .overview_box .overview_info_box_right .overview_address {
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_access {
    margin: 0 0 14px 0;
    line-height: 100%;
  }
  .overview .overview_box .overview_info_box_right .overview_tel {
    color: #F3A67D;
    margin: 0 0 0 0;
    font-size: 2.6rem;
  }
  .overview .overview_box .overview_info_box_right .overview_tel a {
    color: #F3A67D;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #F3A67D;
}
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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 40%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: 0.1em;
  display: block;
  background-color: #F3A67D;
  padding: 1.2rem 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-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel i {
  font-size: 1.4rem;
}
.footer_link a.footer_tel span {
  display: none;
}
.footer_link a.footer_day_reserve {
  width: 25%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: 0.1em;
  display: block;
  background-color: #F3A67D;
  padding: 1.2rem 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-top: #ffffff 1px solid;
  border-left: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
}
.footer_link a.footer_day_reserve i {
  color: #E76C3E;
  font-size: 1.4rem;
}
.footer_link a.footer_web_interview {
  width: 25%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: 0.1em;
  display: block;
  background-color: #b3d24d;
  padding: 1.2rem 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-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
}
.footer_link a.footer_web_interview i {
  color: #F3A67D;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-radius: 50%;
  width: 16%;
  height: 4.5vw;
  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;
  line-height: 100%;
  margin: 0 0.2rem 0 0;
  padding: 0 0 0 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_web_reserve {
  width: 30%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "kosugimaru_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: 0.1em;
  display: block;
  background-color: #F3A67D;
  padding: 1.9rem 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-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_web_reserve i {
  color: #F3A67D;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-radius: 50%;
  width: 16%;
  height: 4.5vw;
  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;
  line-height: 100%;
  margin: 0 0.2rem 0 0;
  padding: 0 0 0 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link .smoothScrolls {
  width: 20%;
}
.footer_link .smoothScrolls a {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  background-color: #F3A67D;
  padding: 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-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link .smoothScrolls a i {
  color: #ffffff;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    height: 430px;
    margin: 60px auto 0 auto;
    position: relative;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 li {
    margin: 0 0 26px 0;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 li a {
    font-size: 1.4rem;
    color: #707070;
    text-decoration: none;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 li a span {
    display: none;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 li a::before {
    font-family: "fontello";
    content: "\f006";
    margin: 0 4px 0 0;
    color: #B3D24D;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 li a:hover {
    color: #B3D24D;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame .footer_nav1 ul.footer_list1 li.treatment {
    display: none;
  }
  footer .footer_frame .footer_nav2 a {
    font-size: 1.4rem;
    color: #707070;
    text-decoration: none;
    margin: 0 0 26px 0;
    display: block;
  }
  footer .footer_frame .footer_nav2 a::before {
    font-family: "fontello";
    content: "\f006";
    margin: 0 4px 0 0;
    color: #B3D24D;
  }
  footer .footer_frame .footer_nav2 a:hover {
    color: #B3D24D;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame .footer_nav2 ul.footer_list2 {
    list-style-type: none;
  }
  footer .footer_frame .footer_nav2 ul.footer_list2 li {
    margin: 0 0 18px 0;
  }
  footer .footer_frame .footer_nav2 ul.footer_list2 li a {
    all: initial;
    font-size: 1.4rem;
    margin: 0;
    color: #707070;
  }
  footer .footer_frame .footer_nav2 ul.footer_list2 li a::before {
    font-family: "fontello";
    content: "\e811";
    margin: 0 4px 0 0;
    color: #F3A67D;
    font-size: 1rem;
  }
  footer .footer_frame .footer_nav2 ul.footer_list2 li a:hover {
    color: #B3D24D;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame .fn2 {
    position: absolute;
    top: 0;
    left: 249px;
  }
  footer .footer_frame .fn3 {
    position: absolute;
    top: 0;
    left: 454px;
  }
  footer .footer_frame .fn4 {
    position: absolute;
    top: 0;
    left: 702px;
  }
  footer .footer_frame .fn5 {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    height: 30px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #F3A67D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
/*
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;     
    #linkpagetop a {
      width: 3.5rem;
      height: 3.5rem;    
      background-color: $color_white;
      border: $color9 1px solid;      
      border-radius: 50%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column;      
      padding: 0 0 0.5rem 0;
      box-sizing: border-box;
      i{
        font-size: 1.5rem;
        color: $color9;
      }
      &:hover{
        opacity: 0.6;
        transition: all 0.3s ease 0s;
      }
    }
  }
  #pagetop {
    position: fixed;
    bottom: 18vw;
    right: 2%;
    z-index: 999999;
  } 
*/
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: #1DAB5E 1px solid;
    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;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pagetop_position #linkpagetop a i {
    font-size: 2rem;
    color: #1DAB5E;
  }
  #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: 30px;
    right: 30px;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */