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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*メイリオ*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*緑*/
/*緑*/
/*緑*/
/*緑*/
/*水色*/
/*茶色*/
/*水色*/
/*オレンジ*/
/*薄い鶯色*/
/*青緑*/
/*灰色*/
/*灰色*/
/*灰色*/
/*茶色*/
/*黒*/
/*灰色*/
/*透過白*/
/*影*/
/*影*/
/*茶色*/
/*薄茶色*/
/*透過白*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "zenmarugothic_regular";
  src: url(../font/ZenMaruGothic-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_blod";
  src: url(../font/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

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

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

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

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

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #40D8B4 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
  /*未作成ページ未リンク対応*/
}
.main_nav_sp .drawr ul.hbg li a {
  color: #40D8B4;
  font-family: "zenmarugothic_medium";
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #40D8B4 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.internal a, .main_nav_sp .drawr ul.hbg li.pediatrics a, .main_nav_sp .drawr ul.hbg li.surgery a, .main_nav_sp .drawr ul.hbg li.dermatology a, .main_nav_sp .drawr ul.hbg li.vaccination a, .main_nav_sp .drawr ul.hbg li.checkup a {
  pointer-events: none;
}
.main_nav_sp .openNav {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@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: #40D8B4;
  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: #40D8B4;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 1.5vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #ffffff;
  border-radius: 0.3rem;
  height: 14vw;
  border: #40D8B4 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  line-height: 210%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
h2.top_title span {
  font-family: "zenmarugothic_medium";
  font-size: 2.2rem;
  font-weight: normal;
  color: #7E6C61;
  max-width: 65%;
  margin: 0 0.5rem;
}
h2.top_title::before {
  content: "";
  display: block;
  background: url("../img/h2_left.png") no-repeat;
  background-size: contain;
  width: 14%;
  height: 7vw;
}
h2.top_title::after {
  content: "";
  display: block;
  background: url("../img/h2_right.png") no-repeat;
  background-size: contain;
  width: 14%;
  height: 7vw;
}
h2.low {
  text-align: center;
  line-height: 210%;
  margin: 4rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
h2.low span {
  font-family: "zenmarugothic_medium";
  font-size: 2.2rem;
  font-weight: normal;
  color: #7E6C61;
  max-width: 65%;
  margin: 0 0.5rem;
}
h2.low::before {
  content: "";
  display: block;
  background: url("../img/h2_left.png") no-repeat;
  background-size: contain;
  width: 14%;
  height: 7vw;
}
h2.low::after {
  content: "";
  display: block;
  background: url("../img/h2_right.png") no-repeat;
  background-size: contain;
  width: 14%;
  height: 7vw;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #8A6A52;
  font-family: "zenmarugothic_medium";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #8A6A52 5px solid;
  -webkit-box-shadow: 0 5px #8E806F;
          box-shadow: 0 5px #8E806F;
  padding: 0 0 0.2rem 0;
  margin: 2.5rem 0 1.2rem 0;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  color: #02A881;
  font-family: "zenmarugothic_medium";
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #02A881 5px solid;
  padding: 0 0 0.2rem 0;
  margin: 2rem 0 1.2rem 0;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #72D92E;
  font-family: "zenmarugothic_medium";
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #72D92E 3px dotted;
  padding: 0 0 0.2rem 0;
  margin: 1.5rem 0 1.2rem 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;
    line-height: 370%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  h2.top_title span {
    font-family: "zenmarugothic_medium";
    font-size: 3.8rem;
    font-weight: normal;
    color: #7E6C61;
    max-width: 50%;
    margin: 0 10px;
  }
  h2.top_title::before {
    content: "";
    display: block;
    background: url("../img/h2_left.png") no-repeat;
    background-size: contain;
    width: 110px;
    height: 57px;
  }
  h2.top_title::after {
    content: "";
    display: block;
    background: url("../img/h2_right.png") no-repeat;
    background-size: contain;
    width: 110px;
    height: 57px;
  }
  h2.low {
    text-align: center;
    line-height: 370%;
    margin: 100px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  h2.low span {
    font-family: "zenmarugothic_medium";
    font-size: 3.8rem;
    font-weight: normal;
    color: #7E6C61;
    max-width: 70%;
    margin: 0 10px;
  }
  h2.low::before {
    content: "";
    display: block;
    background: url("../img/h2_left.png") no-repeat;
    background-size: contain;
    width: 110px;
    height: 57px;
  }
  h2.low::after {
    content: "";
    display: block;
    background: url("../img/h2_right.png") no-repeat;
    background-size: contain;
    width: 110px;
    height: 57px;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #8A6A52;
    font-family: "zenmarugothic_medium";
    font-size: 3.4rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #8A6A52 5px solid;
    -webkit-box-shadow: 0 5px #8E806F;
            box-shadow: 0 5px #8E806F;
    padding: 0 0 0 0;
    margin: 30px 0 20px 0;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4 {
    color: #02A881;
    font-family: "zenmarugothic_medium";
    font-size: 3rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #02A881 5px solid;
    padding: 0 0 0 0;
    margin: 30px 0 20px 0;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #72D92E;
    font-family: "zenmarugothic_medium";
    font-size: 2.8rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #72D92E 4px dotted;
    padding: 0 0 0 0;
    margin: 25px 0 20px 0;
  }
  h5.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.8vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #8E806F;
  border: #8E806F 1px solid;
  width: 6%;
}
table.timetable tr th.treatment {
  letter-spacing: 0.1em;
  width: 5%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr th.holiday {
  width: 10%;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.8vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  border-bottom: #8E806F 2px solid;
}
table.timetable tr td i {
  font-size: 3vw;
  color: #707070;
}
table.timetable tr td.treatment {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 120%;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #444444;
  font-size: 3.8vw;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 1.4rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 140%;
}

@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: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #8E806F;
    border: #8E806F 1px solid;
    width: 8.5%;
    height: 40px;
  }
  table.timetable tr th.treatment {
    letter-spacing: 0.1em;
    width: 11%;
  }
  table.timetable tr th.time {
    letter-spacing: 0.1em;
    width: 26%;
  }
  table.timetable tr th.holiday {
    width: 11%;
    padding: 0 42px 0 0;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    border-bottom: #8E806F 2px solid;
    height: 58px;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #707070;
  }
  table.timetable tr td.treatment {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 120%;
  }
  table.timetable tr td.time {
    width: 25%;
    text-align: left;
    color: #444444;
    font-size: 1.8rem;
    line-height: 160%;
    padding: 0 0 0 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.timetable tr td.holiday {
    padding: 0 42px 0 0;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 10px 0 0 0;
    width: 100%;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    line-height: 130%;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

 共通項目

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

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

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

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

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

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

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

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #E6DDD7;
  color: #444444;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #707070 1px solid;
}
dl.title_box dt:first-child {
  border-top: #444444 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #E6DDD7;
    color: #444444;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #707070 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #707070 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #707070 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #D8F2EC;
  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;
}

.emphasis2 {
  border: #40D8B4 2px solid;
  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;
  color: #40D8B4;
  font-weight: bold;
  font-size: 1.4rem;
}
.low_tel span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #40D8B4;
  font-family: "メイリオ", Meiryo, Arial, sans-serif;
}
.low_tel span a {
  color: #40D8B4;
  text-decoration: none;
}
.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 #43BF54;
    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: 890px;
  }
  .tow_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #D8F2EC;
    padding: 45px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis2 {
    border: #40D8B4 2px solid;
    padding: 45px;
    border-radius: 15px;
    -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;
    color: #40D8B4;
    font-weight: bold;
    font-size: 2rem;
  }
  .low_tel span {
    font-size: 4rem;
    font-weight: bold;
    color: #40D8B4;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
  }
  .low_tel span a {
    color: #40D8B4;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: 0 auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #444444;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #444444;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 12px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #444444;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #444444;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　下層ベース
----------------------------------------------------------- */
.low_box {
  width: 100%;
  margin: 2rem 0 0 0;
}
.low_box aside {
  width: 96%;
  margin: 0 auto;
}
.low_box aside .aside_title {
  background-color: #40D8B4;
  color: #ffffff;
  width: 100%;
  height: 12vw;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
  position: relative;
}
.low_box aside .aside_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.85em #ffffff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  right: 1rem;
  top: 1.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.low_box aside .aside_title.open_aside_title::before {
  border: none;
  border-bottom: solid 0.85em #ffffff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.low_box aside ul.aside_list {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  display: none;
}
.low_box aside ul.aside_list.open_aside {
  display: block;
}
.low_box aside ul.aside_list li {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.low_box aside ul.aside_list li a {
  display: block;
  width: 100%;
  height: 26vw;
  border-radius: 0.5rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: #444444;
  font-family: "zenmarugothic_medium";
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10vw 0 0 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.low_box aside ul.aside_list li a span {
  font-size: 1.4rem;
}
.low_box aside ul.aside_list li.internal a {
  background: url("../img/aside_01.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #40D8B4 5px solid;
}
.low_box aside ul.aside_list li.pediatrics a {
  padding: 8vw 0 0 32%;
  background: url("../img/aside_02.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #72D92E 5px solid;
}
.low_box aside ul.aside_list li.surgery a {
  background: url("../img/aside_03.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #40D8B4 5px solid;
}
.low_box aside ul.aside_list li.dermatology a {
  background: url("../img/aside_04.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #72D92E 5px solid;
}
.low_box aside ul.aside_list li.vaccination a {
  padding: 8vw 0 0 32%;
  background: url("../img/aside_05.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #40D8B4 5px solid;
}
.low_box aside ul.aside_list li.checkup a {
  background: url("../img/aside_06.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #72D92E 5px solid;
}
.low_box .main_low {
  height: auto;
  width: 96%;
  margin: 0 auto 4rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .low_box {
    width: 1200px;
    margin: 82px auto 60px 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;
  }
  .low_box aside {
    width: 273px;
    margin: 0;
  }
  .low_box aside .aside_title {
    background-color: #40D8B4;
    color: #ffffff;
    width: 273px;
    height: 60px;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 2.4rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 22px 0;
    position: relative;
  }
  .low_box aside .aside_title::before {
    content: "";
    display: none;
  }
  .low_box aside ul.aside_list {
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
  }
  .low_box aside ul.aside_list.open_aside {
    display: block;
  }
  .low_box aside ul.aside_list li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .low_box aside ul.aside_list li a {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: #444444;
    font-family: "zenmarugothic_medium";
    font-size: 1.8rem;
    font-weight: normal;
    padding: 50px 0 0 113px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 135%;
    pointer-events: none;
  }
  .low_box aside ul.aside_list li a span {
    font-size: 1.6rem;
  }
  .low_box aside ul.aside_list li.internal a {
    background: url("../img/aside_01.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #40D8B4 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color1;
      color:  $color_white;
    }
    */
  }
  .low_box aside ul.aside_list li.pediatrics a {
    padding: 34px 0 0 113px;
    background: url("../img/aside_02.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #72D92E 5px solid;
    /*            
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color3;
      color:  $color_white;
    }            
    */
  }
  .low_box aside ul.aside_list li.surgery a {
    background: url("../img/aside_03.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #40D8B4 5px solid;
    /*            
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color1;
      color:  $color_white;
    }          
    */
  }
  .low_box aside ul.aside_list li.dermatology a {
    background: url("../img/aside_04.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #72D92E 5px solid;
    /*            
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color3;
      color:  $color_white;
    }                
    */
  }
  .low_box aside ul.aside_list li.vaccination a {
    padding: 34px 0 0 113px;
    background: url("../img/aside_05.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #40D8B4 5px solid;
    /*            
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color1;
      color:  $color_white;
    }            
    */
  }
  .low_box aside ul.aside_list li.checkup a {
    background: url("../img/aside_06.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #72D92E 5px solid;
    /*            
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color3;
      color:  $color_white;
    }             
    */
  }
  .low_box .main_low {
    width: 890px;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-top: #707070 1px solid;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 30%;
  padding: 0.5rem;
  border-bottom: #707070 1px solid;
  background-color: #E6DDD7;
  -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: 0.5rem;
  border-bottom: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border-bottom: #707070 1px solid;
  }
  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-bottom: #707070 1px solid;
    background-color: #E6DDD7;
    -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-bottom: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

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

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

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

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

.low_button {
  background-color: #02A881;
  color: #ffffff;
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  border: #92E9D5 3px solid;
  line-height: 100%;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #02A881;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #02A881;
    color: #ffffff;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 26px 46px;
    border-radius: 10px;
    border: #92E9D5 4px solid;
    line-height: 100%;
    display: inline-block;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.text_doctor {
  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: 400px;
    height: auto;
  }
  .text_doctor {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 0 auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.6rem;
  margin: 0 0 0.5rem 0;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.slider-pro p.sp-layer {
  font-size: 2.6rem !important;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    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;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #40D8B4 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #40D8B4 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  width: 96%;
  margin: 0 auto 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 160%;
  border-top: #8E806F 2px solid;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 0 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #8E806F 2px solid;
  color: #8E806F;
  font-weight: bold;
  font-size: 1.4rem;
}
dl.access_info dd {
  width: 75%;
  margin: 0 0 0 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #8E806F 2px solid;
  color: #444444;
  font-size: 1.4rem;
}
dl.access_info dd img {
  width: 100%;
  display: block;
  margin: 1rem 0 0 0;
}
dl.access_info dd.access_tel {
  color: #40D8B4;
}
dl.access_info dd.access_tel span {
  font-family: "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
dl.access_info dd.access_tel span a {
  color: #40D8B4;
  text-decoration: none;
}

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

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 100%;
    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;
    line-height: 160%;
    border-top: #8E806F 2px solid;
  }
  dl.access_info dt {
    width: 30%;
    height: auto;
    margin: 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #8E806F 2px solid;
    color: #8E806F;
    font-weight: bold;
    font-size: 2rem;
    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;
  }
  dl.access_info dd {
    width: 70%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #8E806F 2px solid;
    color: #444444;
    font-size: 1.8rem;
    line-height: 160%;
  }
  dl.access_info dd img {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }
  dl.access_info dd.access_tel {
    color: #40D8B4;
  }
  dl.access_info dd.access_tel span {
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 3rem;
    font-weight: bold;
  }
  dl.access_info dd.access_tel span a {
    color: #40D8B4;
    text-decoration: none;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #72D92E;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
  border-top: #40D8B4 1px solid;
  border-left: #40D8B4 1px solid;
  border-right: #40D8B4 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: #40D8B4 1px solid;
  border-left: #40D8B4 1px solid;
  border-right: #40D8B4 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: #40D8B4 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.8rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #72D92E;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #40D8B4 1px solid;
    border-left: #40D8B4 1px solid;
    border-right: #40D8B4 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: #40D8B4 1px solid;
    border-left: #40D8B4 1px solid;
    border-right: #40D8B4 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #444444;
  background-color: #FBF8F2;
  padding: 0 0 14vw 0;
}

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

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
  background: url("../img/index_bg.png") no-repeat;
  background-position: center top;
  background-size: 150%;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
  background: url("../img/index_bg.png") no-repeat;
  background-position: center top;
  background-size: 150%;
}

.main {
  height: auto;
  width: 100%;
  margin: 0 0 4rem 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
.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: 126px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
    background: url("../img/index_bg.png") no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 120px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3) inset;
    background: url("../img/index_bg.png") no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 78px 0 93px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*  
  .main_low {
    height: auto;
  	width: $hp_width;
  	margin:0 auto 100px auto;
    padding: 0;
  }  
  */
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
}
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: 76%;
  margin: 1vw 0 0 2%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
}
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 {
  width: 76%;
  margin: 0 0 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header .header_box .header_info .header_info_box {
  width: 70%;
  /*住所*/
  /*電話番号*/
}
header.header .header_box .header_info .header_info_box .header_address {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  font-family: "zenmarugothic_medium";
  color: #8E806F;
  line-height: 140%;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}
header.header .header_box .header_info .header_info_box .header_tel {
  margin: 0.2rem 0 0 0;
  background-color: #40D8B4;
  width: 100%;
  height: 7vw;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 104%;
}
header.header .header_box .header_info .header_info_box .header_tel span {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "zenmarugothic_medium";
  text-align: center;
  font-size: 1.9rem;
  line-height: 100%;
}
header.header .header_box .header_info .header_info_box .header_tel span i {
  font-size: 1.6rem;
}
header.header .header_box .header_info .header_info_box .header_tel span a {
  color: #ffffff;
  text-decoration: none;
}
header.header .header_box .header_info .header_parking {
  width: 28%;
  height: 13vw;
  color: #ffffff;
  background-color: #8A6A52;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "zenmarugothic_blod";
  font-size: 1.2rem;
  margin: 0;
}
header.header .header_box .header_info .header_parking i {
  font-size: 2.2rem;
}

header.header_low {
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
}
header.header_low .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header_low .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_low .header_box .header_top .container {
  width: 15%;
}
header.header_low .header_box .header_top .head_logo {
  width: 76%;
  margin: 1vw 0 0 2%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
}
header.header_low .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header_low .header_box .header_top .head_logo a img {
  width: 95%;
}
header.header_low .header_box .header_info {
  width: 76%;
  margin: 0 0 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header_low .header_box .header_info .header_info_box {
  width: 70%;
  /*住所*/
  /*電話番号*/
}
header.header_low .header_box .header_info .header_info_box .header_address {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  font-family: "zenmarugothic_medium";
  color: #8E806F;
  line-height: 140%;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}
header.header_low .header_box .header_info .header_info_box .header_tel {
  margin: 0.2rem 0 0 0;
  background-color: #40D8B4;
  width: 100%;
  height: 7vw;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 104%;
}
header.header_low .header_box .header_info .header_info_box .header_tel span {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "zenmarugothic_medium";
  text-align: center;
  font-size: 1.9rem;
  line-height: 100%;
}
header.header_low .header_box .header_info .header_info_box .header_tel span i {
  font-size: 1.6rem;
}
header.header_low .header_box .header_info .header_info_box .header_tel span a {
  color: #ffffff;
  text-decoration: none;
}
header.header_low .header_box .header_info .header_parking {
  width: 28%;
  height: 13vw;
  color: #ffffff;
  background-color: #8A6A52;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "zenmarugothic_blod";
  font-size: 1.2rem;
  margin: 0;
}
header.header_low .header_box .header_info .header_parking i {
  font-size: 2.2rem;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 90px;
  }
  header.header .header_box {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 479px;
    height: 52px;
    margin: 0;
    position: absolute;
    top: 22px;
    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: 479px;
    margin: 0;
    background-color: transparent;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 479px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 479px;
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 18px;
    right: 0;
    width: 376px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info .header_info_box {
    width: 273px;
    /*住所*/
    /*電話番号*/
  }
  header.header .header_box .header_info .header_info_box .header_address {
    margin: 0;
    text-align: center;
    font-size: 2.1rem;
    font-family: "zenmarugothic_medium";
    color: #8E806F;
    line-height: 100%;
    letter-spacing: 0;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
  header.header .header_box .header_info .header_info_box .header_tel {
    margin: 6px 0 0 0;
    background-color: #40D8B4;
    width: 273px;
    height: 40px;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 100%;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .header_box .header_info .header_info_box .header_tel span {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "zenmarugothic_medium";
    text-align: center;
    font-size: 3.6rem;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_info_box .header_tel span i {
    font-size: 3rem;
  }
  header.header .header_box .header_info .header_info_box .header_tel span a {
    color: #ffffff;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_parking {
    width: 92px;
    height: 65px;
    color: #ffffff;
    background-color: #8A6A52;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "zenmarugothic_blod";
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 105%;
  }
  header.header .header_box .header_info .header_parking i {
    font-size: 3.6rem;
  }
  header.header_low {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 90px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 9999999;
  }
  header.header_low .header_box {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header_low .header_box .header_top {
    width: 479px;
    height: 52px;
    margin: 0;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header_low .header_box .header_top .container {
    display: none;
  }
  header.header_low .header_box .header_top .head_logo {
    width: 479px;
    margin: 0;
    background-color: transparent;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  header.header_low .header_box .header_top .head_logo a {
    display: block;
    width: 479px;
    text-decoration: none;
  }
  header.header_low .header_box .header_top .head_logo a img {
    width: 479px;
  }
  header.header_low .header_box .header_info {
    position: absolute;
    top: 18px;
    right: 0;
    width: 376px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header_low .header_box .header_info .header_info_box {
    width: 273px;
    /*住所*/
    /*電話番号*/
  }
  header.header_low .header_box .header_info .header_info_box .header_address {
    margin: 0;
    text-align: center;
    font-size: 2.1rem;
    font-family: "zenmarugothic_medium";
    color: #8E806F;
    line-height: 100%;
    letter-spacing: 0;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
  header.header_low .header_box .header_info .header_info_box .header_tel {
    margin: 6px 0 0 0;
    background-color: #40D8B4;
    width: 273px;
    height: 40px;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 100%;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header_low .header_box .header_info .header_info_box .header_tel span {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "zenmarugothic_medium";
    text-align: center;
    font-size: 3.6rem;
    line-height: 100%;
  }
  header.header_low .header_box .header_info .header_info_box .header_tel span i {
    font-size: 3rem;
  }
  header.header_low .header_box .header_info .header_info_box .header_tel span a {
    color: #ffffff;
    text-decoration: none;
  }
  header.header_low .header_box .header_info .header_parking {
    width: 92px;
    height: 65px;
    color: #ffffff;
    background-color: #8A6A52;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "zenmarugothic_blod";
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 105%;
  }
  header.header_low .header_box .header_info .header_parking i {
    font-size: 3.6rem;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    border-bottom: #40D8B4 5px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 0 0 0;
    box-sizing: border-box;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 70px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 240px;
    height: 70px;
    margin: 0;
    padding: 0;
    border-right: #40D8B4 dotted 2px;
  }
  nav.main_nav_pc ul li.home a::after {
    font-family: "fontello";
    content: "\e8de";
  }
  nav.main_nav_pc ul li.greeting a::after {
    font-family: "fontello";
    content: "\e8d4";
  }
  nav.main_nav_pc ul li.treatment a::after {
    font-family: "fontello";
    content: "\e82a";
  }
  nav.main_nav_pc ul li.clinic a::after {
    font-family: "fontello";
    content: "\e82d";
  }
  nav.main_nav_pc ul li.access {
    border-right: none;
  }
  nav.main_nav_pc ul li.access a::after {
    font-family: "fontello";
    content: "\e813";
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 70px;
    text-decoration: none;
    text-align: center;
    color: #02A881;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: "zenmarugothic_medium";
    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::after {
    color: #40D8B4;
    margin: 10px 0 0 0;
  }
  nav.main_nav_pc ul li a:hover {
    color: #ffffff;
    background-color: #40D8B4;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li a:hover::after {
    color: #ffffff;
  }
  .nav_add {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  top: 0;
  width: 100%;
  height: 98vw;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 70vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  width: 100%;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .catch_copy p {
  margin: 0;
  font-size: 1.4rem;
  font-family: "zenmarugothic_blod";
  font-weight: bold;
  color: #8A6A52;
}
.key_visual .key_contents .catch_copy p span span {
  color: #02A881;
}

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

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    top: 0;
    width: 100%;
    height: 800px;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 800px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 800px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    width: 1200px;
    height: 800px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
  }
  .key_visual .key_contents .catch_copy {
    width: 260px;
    height: 546px;
    position: absolute;
    bottom: 88px;
    right: 0;
    z-index: 99999999;
    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 .key_contents .catch_copy p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    font-size: 3.2rem;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    color: #8A6A52;
  }
  .key_visual .key_contents .catch_copy p span {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 7px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .key_visual .key_contents .catch_copy p span span {
    background-color: transparent;
    color: #02A881;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .key_visual .key_contents .catch_copy p.cc1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .key_visual .key_contents .catch_copy p.cc2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .key_visual .key_contents .catch_copy p.cc3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .key_visual .key_contents .catch_copy p.cc4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 400px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
  }
  .key_visual_low h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "zenmarugothic_medium";
    font-size: 4.2rem;
    font-weight: normal;
    text-align: right;
    color: #7E6C61;
    line-height: 160%;
    letter-spacing: 0.1em;
    padding: 142px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　お知らせCSS▲▼
----------------------------------------------------------- */
.notice_frame2 {
  width: 100%;
}
.notice_frame2 .notice_box {
  width: 94%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 0;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
.notice_frame2 .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 94%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.notice_frame2 .notice_box dl dt {
  color: #43BF54;
  margin: 1rem 0 0.8rem 0;
  padding: 1rem 0 0 2rem;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 130%;
  position: relative;
}
.notice_frame2 .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.85em #43BF54;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  left: 0;
  top: 1.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_frame2 .notice_box dl dt.open::before {
  border: none;
  border-bottom: solid 0.85em #43BF54;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.notice_frame2 .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.notice_frame2 .notice_box dl dt:first-child::before {
  top: 0.4rem;
}
.notice_frame2 .notice_box dl dt.close::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_frame2 .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  color: #444444;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_frame2 .notice_box dl dd.open {
  display: block;
}
.notice_frame2 .notice_box dl dd p a {
  color: #444444;
}

@media screen and (min-width: 768px), print {
  .notice_frame2 {
    width: 100%;
  }
  .notice_frame2 .notice_box {
    width: 1200px;
    height: auto;
    margin: 28px auto 0 auto;
    padding: 9px 0 40px 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  .notice_frame2 .notice_box dl {
    height: auto;
    margin: 0 auto 0 auto;
    width: 1150px;
    overflow-x: hidden;
    overflow-wrap: break-word;
  }
  .notice_frame2 .notice_box dl dt {
    color: #43BF54;
    margin: 20px 0 2px 0;
    padding: 0 0 0 30px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
  }
  .notice_frame2 .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 0.85em #43BF54;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    margin: auto;
    left: 0;
    top: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame2 .notice_box dl dt.open::before {
    border: none;
    border-bottom: solid 0.85em #43BF54;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
  }
  .notice_frame2 .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0 0 30px;
  }
  .notice_frame2 .notice_box dl dt:first-child::before {
    top: 5px;
  }
  .notice_frame2 .notice_box dl dt.close::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame2 .notice_box dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #444444;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame2 .notice_box dl dd.open {
    display: block;
  }
  .notice_frame2 .notice_box dl dd p {
    margin: 0;
  }
  .notice_frame2 .notice_box dl dd p a {
    color: #444444;
  }
}
/* -----------------------------------------------------------
　アサイドと院長ごあいさつ
----------------------------------------------------------- */
.aside_greeting {
  width: 100%;
  margin: 4rem 0 0 0;
}
.aside_greeting aside {
  width: 96%;
  margin: 0 auto;
}
.aside_greeting aside .aside_title {
  background-color: #40D8B4;
  color: #ffffff;
  width: 100%;
  height: 12vw;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 0;
}
.aside_greeting aside .aside_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.85em #ffffff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  right: 1rem;
  top: 1.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aside_greeting aside .aside_title.open_aside_title::before {
  border: none;
  border-bottom: solid 0.85em #ffffff;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.aside_greeting aside ul.aside_list {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  display: none;
}
.aside_greeting aside ul.aside_list.open_aside {
  display: block;
}
.aside_greeting aside ul.aside_list li {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.aside_greeting aside ul.aside_list li a {
  display: block;
  width: 100%;
  height: 26vw;
  border-radius: 0.5rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: #444444;
  font-family: "zenmarugothic_medium";
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10vw 0 0 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.aside_greeting aside ul.aside_list li a span {
  font-size: 1.4rem;
}
.aside_greeting aside ul.aside_list li.internal a {
  background: url("../img/aside_01.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #40D8B4 5px solid;
}
.aside_greeting aside ul.aside_list li.pediatrics a {
  padding: 8vw 0 0 32%;
  background: url("../img/aside_02.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #72D92E 5px solid;
}
.aside_greeting aside ul.aside_list li.surgery a {
  background: url("../img/aside_03.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #40D8B4 5px solid;
}
.aside_greeting aside ul.aside_list li.dermatology a {
  background: url("../img/aside_04.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #72D92E 5px solid;
}
.aside_greeting aside ul.aside_list li.vaccination a {
  padding: 8vw 0 0 32%;
  background: url("../img/aside_05.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #40D8B4 5px solid;
}
.aside_greeting aside ul.aside_list li.checkup a {
  background: url("../img/aside_06.png") no-repeat;
  background-position: left 10% center;
  background-size: 20%;
  background-color: #ffffff;
  border-bottom: #72D92E 5px solid;
}
.aside_greeting .ag_right .bana_fever_outpatient {
  width: 94%;
  margin: 4rem auto 0 auto;
  display: block;
  text-decoration: none;
}
.aside_greeting .ag_right .bana_fever_outpatient img {
  width: 100%;
}
.aside_greeting .ag_right .greeting_frame {
  width: 94%;
  margin: 4rem auto 0 auto;
}
.aside_greeting .ag_right .greeting_frame .greeting_box {
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside_greeting .ag_right .greeting_frame .greeting_box figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.aside_greeting .ag_right .greeting_frame .greeting_box figure img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.aside_greeting .ag_right .greeting_frame .greeting_box .greeting_text {
  -o-object-fit: 1;
     object-fit: 1;
}

@media screen and (min-width: 768px), print {
  .aside_greeting {
    width: 1200px;
    margin: 96px 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;
  }
  .aside_greeting aside {
    width: 273px;
    margin: 0;
  }
  .aside_greeting aside .aside_title {
    background-color: #40D8B4;
    color: #ffffff;
    width: 273px;
    height: 60px;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 2.4rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 22px 0;
    position: relative;
  }
  .aside_greeting aside .aside_title::before {
    content: "";
    display: none;
  }
  .aside_greeting aside ul.aside_list {
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0;
  }
  .aside_greeting aside ul.aside_list.open_aside {
    display: block;
  }
  .aside_greeting aside ul.aside_list li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .aside_greeting aside ul.aside_list li a {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: #444444;
    font-family: "zenmarugothic_medium";
    font-size: 1.8rem;
    font-weight: normal;
    padding: 50px 0 0 113px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 135%;
    pointer-events: none;
  }
  .aside_greeting aside ul.aside_list li a span {
    font-size: 1.6rem;
  }
  .aside_greeting aside ul.aside_list li.internal a {
    background: url("../img/aside_01.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #40D8B4 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color1;
      color:  $color_white;
    }
    */
  }
  .aside_greeting aside ul.aside_list li.pediatrics a {
    padding: 34px 0 0 113px;
    background: url("../img/aside_02.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #72D92E 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color3;
      color:  $color_white;
    } 
    */
  }
  .aside_greeting aside ul.aside_list li.surgery a {
    background: url("../img/aside_03.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #40D8B4 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color1;
      color:  $color_white;
    }
    */
  }
  .aside_greeting aside ul.aside_list li.dermatology a {
    background: url("../img/aside_04.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #72D92E 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color3;
      color:  $color_white;
    }      
    */
  }
  .aside_greeting aside ul.aside_list li.vaccination a {
    padding: 34px 0 0 113px;
    background: url("../img/aside_05.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #40D8B4 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color1;
      color:  $color_white;
    }      
    */
  }
  .aside_greeting aside ul.aside_list li.checkup a {
    background: url("../img/aside_06.png") no-repeat;
    background-position: left 13px center;
    background-size: 90px;
    background-color: #ffffff;
    border-bottom: #72D92E 5px solid;
    /*
    &:hover{
      transition: all 0.3s ease 0s;
      background-color: $color3;
      color:  $color_white;
    }   
    */
  }
  .aside_greeting .ag_right {
    width: 890px;
  }
  .aside_greeting .ag_right .bana_fever_outpatient {
    width: 488px;
    margin: 0 auto 0 auto;
    display: block;
    text-decoration: none;
  }
  .aside_greeting .ag_right .bana_fever_outpatient img {
    width: 100%;
  }
  .aside_greeting .ag_right .bana_fever_outpatient:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .aside_greeting .ag_right .greeting_frame {
    width: 890px;
    margin: 130px 0 0 0;
  }
  .aside_greeting .ag_right .greeting_frame .greeting_box {
    width: 100%;
    margin: 32px 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;
  }
  .aside_greeting .ag_right .greeting_frame .greeting_box figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 375px;
  }
  .aside_greeting .ag_right .greeting_frame .greeting_box figure img {
    width: 375px;
    display: block;
    margin: 0;
  }
  .aside_greeting .ag_right .greeting_frame .greeting_box .greeting_text {
    -o-object-fit: 1;
       object-fit: 1;
    width: 480px;
    margin: -12px 0 0 0;
  }
  .aside_greeting .ag_right .greeting_frame .greeting_box .greeting_text p {
    font-size: 1.8rem;
    line-height: 220%;
    margin: 0 0 40px;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.overview .overview_logo img {
  width: 100%;
}
.overview .overview_box {
  width: 94%;
  margin: 0 auto;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
  /*右側*/
  /*
  .overview_info_box_right{
    margin: 2rem 0 0 0;
    img{
      width: 100%;
      display: block;
      margin: 0;
      border: $color16 1px solid;
      box-sizing: border-box;
    }
  }
  */
}
.overview .overview_box .overview_info_box {
  width: 100%;
}
.overview .overview_box .overview_info_box dl.overview_list {
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 160%;
  border-top: #8E806F 2px solid;
}
.overview .overview_box .overview_info_box dl.overview_list dt {
  width: 25%;
  margin: 0 0 0 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #8E806F 2px solid;
  color: #8E806F;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.overview .overview_box .overview_info_box dl.overview_list dd {
  width: 75%;
  margin: 0 0 0 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #8E806F 2px solid;
  color: #444444;
  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;
  font-size: 1.4rem;
}
.overview .overview_box .overview_info_box dl.overview_list dd.overview_tel span {
  color: #40D8B4;
  font-family: "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.overview .overview_box .overview_info_box dl.overview_list dd.overview_tel span a {
  color: #40D8B4;
  font-family: "メイリオ", Meiryo, Arial, sans-serif;
  text-decoration: none;
}
.overview .overview_box .overview_info_box.oib_right dl.overview_list {
  margin: 0 0 0 0;
  border-top: none;
}
.overview .overview_timetable {
  width: 94%;
  margin: 0 auto;
}
.overview .overview_timetable p {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2rem 0 0.5rem 0;
  color: #8E806F;
}
.overview .bana_fever_outpatient {
  width: 94%;
  margin: 3rem auto 0 auto;
  display: block;
  text-decoration: none;
}
.overview .bana_fever_outpatient img {
  width: 100%;
}

.googlemap {
  width: 100%;
  height: 600px;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 1250px;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 104px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    width: 479px;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_logo img {
    width: 100%;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 76px auto 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box {
    width: 583px;
  }
  .overview .overview_box .overview_info_box dl.overview_list {
    width: 100%;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 160%;
    border-top: #8E806F 2px solid;
  }
  .overview .overview_box .overview_info_box dl.overview_list dt {
    width: 175px;
    height: 91px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #8E806F 2px solid;
    color: #8E806F;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
  }
  .overview .overview_box .overview_info_box dl.overview_list dt.lage {
    height: 101px;
  }
  .overview .overview_box .overview_info_box dl.overview_list dd {
    width: 408px;
    height: 91px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #8E806F 2px solid;
    color: #444444;
    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;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .overview .overview_box .overview_info_box dl.overview_list dd.lage {
    height: 101px;
  }
  .overview .overview_box .overview_info_box dl.overview_list dd.overview_tel span {
    color: #40D8B4;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    font-size: 3rem;
  }
  .overview .overview_box .overview_info_box dl.overview_list dd.overview_tel span a {
    color: #40D8B4;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box.oib_right dl.overview_list {
    margin: 0 0 0 0;
    border-top: #8E806F 2px solid;
  }
  .overview .overview_box .overview_info_box_right {
    width: 582px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right img {
    width: 100%;
    display: block;
    margin: 0;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_timetable {
    width: 1200px;
    margin: 0 auto;
  }
  .overview .overview_timetable p {
    font-size: 2rem;
    font-weight: bold;
    margin: 32px 0 10px 0;
    color: #8E806F;
  }
  .overview .bana_fever_outpatient {
    width: 488px;
    margin: 70px auto 0 auto;
    display: block;
    text-decoration: none;
  }
  .overview .bana_fever_outpatient img {
    width: 100%;
  }
  .overview .bana_fever_outpatient:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .googlemap {
    width: 100%;
    height: 500px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
  margin: -2px 0 0 0;
  padding: 0;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #8E806F;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 0;
  background-color: #8E806F;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel {
  width: 72%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "zenmarugothic_medium";
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  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;
}
.footer_link a.footer_tel i {
  color: #ffffff;
  font-size: 2rem;
  line-height: 140%;
}
.footer_link .smoothScrolls {
  width: 11%;
}
.footer_link .smoothScrolls a {
  width: 100%;
  height: 11vw;
  background-color: #40D8B4;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0 0 1vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 72px 0 0 0;
    background-color: #8E806F;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 335px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 12px 32px 0;
    padding: 0 12px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    height: 18px;
    /*未作成ページ未リンク対応*/
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
  }
  footer .footer_frame ul.footer_list li a br {
    display: none;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame ul.footer_list li.internal a, footer .footer_frame ul.footer_list li.pediatrics a, footer .footer_frame ul.footer_list li.surgery a, footer .footer_frame ul.footer_list li.dermatology a, footer .footer_frame ul.footer_list li.vaccination a, footer .footer_frame ul.footer_list li.checkup a {
    pointer-events: none;
  }
  footer .footer_frame ul.footer_list li.internal a:hover, footer .footer_frame ul.footer_list li.pediatrics a:hover, footer .footer_frame ul.footer_list li.surgery a:hover, footer .footer_frame ul.footer_list li.dermatology a:hover, footer .footer_frame ul.footer_list li.vaccination a:hover, footer .footer_frame ul.footer_list li.checkup a:hover {
    opacity: 1;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    height: 68px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #8E806F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  footer .copyright a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

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