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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*ゴシック家族*/
/*明朝家族*/
/*基本文字色*/
/*基本背景色PC*/
/*main_color*/
/*sub_color*/
/*reserve_1*/
/*reserve_2*/
/*reserve_3*/
/*reserve_4*/
/*reserve_5*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #313233;
  background-color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #313233;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

section {
  height: auto;
  overflow: hidden;
  margin: 3rem 0 0 0;
}
section.first {
  margin: 3rem 0;
}
section.s_h2 {
  background-color: #ffffff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.pc_none {
  display: block !important;
}

.sp_none {
  display: none !important;
}

.bold_text {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1300px;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 6rem 0 0 0;
  }
  section.s_h2 {
    background-color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  section.first {
    margin: 4.6rem 0 6.8rem;
  }
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block !important;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}

.wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 0;
}

.main {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #ffffff;
  }
  .wrapper {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 1.4rem 0;
  }
  .main {
    width: 1200px;
    margin: 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  height: auto;
  background-size: cover;
}
header .head_frame {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
header .head_frame .header_info {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.2rem 0;
}
header .head_frame .header_info .head_logo {
  width: 75%;
  margin: 0 auto 0 1rem;
}
header .head_frame .header_info .head_logo img {
  width: 100%;
  height: auto;
}
header .head_frame .header_info .head_info {
  width: 90%;
  margin: 0 auto;
}
header .head_frame .header_info .head_info .contact p {
  text-align: center;
}
header .head_frame .header_info .head_info .contact p.address {
  font-size: 1.4rem;
  margin: 2rem 0 0.4rem 0;
}
header .head_frame .header_info .head_info .contact p.time {
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
}
header .head_frame .header_info .head_info .contact p.tel {
  display: none;
}
header .head_frame .header_info .head_info .reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .head_frame .header_info .head_info .reserve a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  width: 46%;
  height: auto;
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0.8rem 0;
}
header .head_frame .header_info .head_info .reserve a.medical {
  background-color: #5659c2;
  margin: 0 0.5rem 0 0;
}
header .head_frame .header_info .head_info .reserve a.medical span::before {
  content: url("../images/stethoscope.png");
  display: block;
  margin: 0 0 0.4rem 0;
}
header .head_frame .header_info .head_info .reserve a.camera {
  background-color: #ef880e;
  letter-spacing: -0.2rem;
}
header .head_frame .header_info .head_info .reserve a.camera span::before {
  content: url("../images/gastroscope.png");
  display: block;
  margin: 0 0 0.4rem 0;
}
header .head_frame .header_info .head_info .reserve a:hover {
  opacity: 0.8;
}
header .key_on {
  height: 17rem;
  background-size: cover;
  background-repeat: no-repeat;
}
header .key_on .key_info {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
header .key_on .key_info p.key_txt {
  color: #5659c2;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  padding: 2rem 1rem;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}
header.header_low {
  background: url("../images/key_visual_low.jpg") no-repeat;
  background-size: cover;
}
header.header_low .key_visual_low .h1_area h1 {
  padding: 1.6rem 0;
  text-align: center;
  font-size: 2rem;
  color: #313233;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

@media print, screen and (min-width: 768px) {
  header {
    height: auto;
    background: #def3e0;
  }
  header .navToggle {
    display: none;
  }
  header .head_frame {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
  }
  header .head_frame .header_info {
    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;
    width: 1200px;
    margin: 0 auto 3.5rem;
    padding: 0;
  }
  header .head_frame .header_info .head_logo {
    width: 600px;
    margin: 3.6rem 0 0 0;
  }
  header .head_frame .header_info .head_logo img {
    width: 100%;
    height: auto;
  }
  header .head_frame .header_info .head_info {
    width: auto;
    margin: 1rem 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .head_frame .header_info .head_info .contact {
    text-align: center;
    margin: 1.8rem 1rem 0 0;
  }
  header .head_frame .header_info .head_info .contact p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 1.2;
  }
  header .head_frame .header_info .head_info .contact p.address {
    font-size: 1.6rem;
    margin: 0;
  }
  header .head_frame .header_info .head_info .contact p.tel {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 !important;
  }
  header .head_frame .header_info .head_info .contact p.tel i {
    color: #5659c2;
  }
  header .head_frame .header_info .head_info .contact p.tel a {
    color: #313233;
    text-decoration: none;
  }
  header .head_frame .header_info .head_info .contact p.time {
    display: block;
    font-size: 1.4rem;
    margin: 0;
  }
  header .head_frame .header_info .head_info .reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .head_frame .header_info .head_info .reserve a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    width: 16rem;
    height: 9rem;
    border-radius: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
  }
  header .head_frame .header_info .head_info .reserve a.medical {
    background-color: #5659c2;
    margin: 0 0.5rem 0 0;
  }
  header .head_frame .header_info .head_info .reserve a.medical span::before {
    content: url("../images/stethoscope.png");
    display: block;
    margin: 0 0 0.4rem 0;
  }
  header .head_frame .header_info .head_info .reserve a.camera {
    background-color: #ef880e;
    letter-spacing: -0.2rem;
  }
  header .head_frame .header_info .head_info .reserve a.camera span::before {
    content: url("../images/gastroscope.png");
    display: block;
    margin: 0 0 0.4rem 0;
  }
  header .head_frame .header_info .head_info .reserve a:hover {
    opacity: 0.8;
  }
  header > div:nth-of-type(2) {
    z-index: 1 !important;
  }
  header .key_on {
    height: 620px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  header .key_on .key_info {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 61.8rem;
  }
  header .key_on .key_info p.key_txt {
    color: #5659c2;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
  }
  header.header_low {
    background-position: center 72%;
    height: 48rem;
  }
  header.header_low .key_visual_low {
    width: 1200px;
    margin: 0 auto;
  }
  header.header_low .key_visual_low .h1_area h1 {
    color: #5659c2;
    padding: 0;
    text-align: right;
    font-size: 2.8rem;
    margin: 20rem 0 0 0;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  background-color: #b38f6f;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 1.8rem auto 0;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #ffffff;
}
table.timetable tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.timetable tr th {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  padding: 1rem 0;
  text-align: center;
  font-weight: normal;
  background-color: #5659c2;
  color: #FFFFFF;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.timetable tr th.holiday {
  letter-spacing: -0.5rem;
}
table.timetable tr td {
  text-align: center;
  padding: 1rem 0 0.8rem;
  background-color: #FFFFFF;
  color: #5659c2;
  font-size: 1.4rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #cbc9c9 1px solid;
  width: auto;
}
table.timetable tr td.time {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #313233;
  width: 12rem;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}
table.timetable tr td.close {
  color: #998675;
}

span.orange, table tr td.orange {
  color: #ef880e;
}
span.green, table tr td.green {
  color: #5659c2;
}

p.postscript {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #313233;
  margin: 1rem 0 3rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  table.timetable {
    background-color: #b38f6f;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    color: #ffffff;
  }
  table.timetable tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.timetable tr th {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    padding: 1.6rem 0;
    text-align: center;
    font-weight: normal;
    background-color: #5659c2;
    color: #FFFFFF;
    font-size: 1.8rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.timetable tr th.holiday {
    letter-spacing: -0.5rem;
  }
  table.timetable tr td {
    text-align: center;
    padding: 1.4rem 0 1.2rem;
    background-color: #FFFFFF;
    color: #5659c2;
    font-size: 2rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #cbc9c9 1px solid;
    width: 6rem;
  }
  table.timetable tr td.time {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #313233;
    width: 17rem;
    background-color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
  }
  table.timetable tr td.close {
    color: #998675;
  }
  span.orange, table tr td.orange {
    color: #ef880e;
  }
  span.green, table tr td.green {
    color: #5659c2;
  }
  p.postscript {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #313233;
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    height: auto;
    margin: 0;
    padding: 0 0 2rem 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_nav_pc nav {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .main_nav_pc nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .main_nav_pc nav ul li {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    height: 2.8rem;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-left: #313233 1px dotted;
    position: relative;
  }
  .main_nav_pc nav ul li.treatment {
    position: inherit;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-size: 1.8rem;
    display: block;
    color: #313233;
    padding: 0.6rem 0 0 0;
  }
  .main_nav_pc nav ul li.treatment:hover {
    cursor: pointer;
  }
  .main_nav_pc nav ul li a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    color: #313233;
    padding: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main_nav_pc nav ul li a:hover {
    opacity: 0.6;
  }
  .main_nav_pc nav ul li.menu_last {
    border-right: #313233 1px dotted;
  }
  .main_nav_pc nav ul li.treat_link {
    display: none;
  }
  .main_nav_pc nav ul.main_nav_sub {
    width: 100%;
    display: none;
    position: absolute;
    margin-left: 0;
    margin-top: 2.4rem;
    padding: 0;
    background-color: #f1f2fd;
    width: 20rem;
  }
  .main_nav_pc nav ul.main_nav_sub li {
    width: 100%;
    height: 5rem;
    width: 90%;
    margin: 0 auto;
    border: 0;
  }
  .main_nav_pc nav ul.main_nav_sub li a {
    line-height: 1.4;
    margin: 0;
    padding: 1.6rem 0 0 0;
    height: 5rem;
    display: block;
    color: #313233;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .main_nav_pc nav ul.main_nav_sub li:hover {
    background-color: #e0e2fb;
  }
  .main_nav_pc nav ul .open_nav {
    display: block;
    z-index: 999;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper {
  padding: 3rem 0 2rem;
  background-color: #ffffff;
}
.notice_wrapper h2.top::before {
  content: "Notice";
  font-size: 1.4rem;
  display: block;
  margin: 0 0 0.2rem 0;
  color: #5659c2;
}
.notice_wrapper .notice_frame {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18rem;
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
}
.notice_wrapper .notice_frame dl {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_wrapper .notice_frame dl dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  margin: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8rem 0 0.6rem 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #5659c2;
}
.notice_wrapper .notice_frame dl dd {
  color: #FFFFFF;
  margin: 0 0 1.8rem 0;
  padding: 1.2rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.1rem #5659c2 dashed;
}
.notice_wrapper .notice_frame dl dd p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #313233;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
}
.notice_wrapper .notice_frame dl dd.link_text {
  margin: 0;
  padding: 0 0 1.2rem 0;
}
.notice_wrapper .notice_frame dl dd.link_text a {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .notice_wrapper {
    padding: 6.9rem 0 5.6rem 0;
    background-color: #ffffff;
  }
  .notice_wrapper h2.top::before {
    content: "Notice";
    font-size: 1.8rem;
    display: block;
    margin: 0 0 0.4rem 0;
    color: #5659c2;
  }
  .notice_wrapper .notice_frame {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 20.8rem;
    width: 108rem;
    margin: 5rem auto 0;
    overflow-y: scroll;
  }
  .notice_wrapper .notice_frame dl {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_wrapper .notice_frame dl dt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    margin: 0;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 0 0.8rem 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #5659c2;
  }
  .notice_wrapper .notice_frame dl dd {
    color: #FFFFFF;
    margin: 0 0 1.8rem 0;
    padding: 1.8rem 0 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0.1rem #5659c2 dashed;
  }
  .notice_wrapper .notice_frame dl dd p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #313233;
    font-size: 1.8rem;
    line-height: 1.6;
    width: 100%;
  }
  .notice_wrapper .notice_frame dl dd.link_text {
    margin: 0;
    padding: 0 0 1.2rem 0;
  }
  .notice_wrapper .notice_frame dl dd.link_text a {
    font-size: 1.8rem;
  }
}
/*スマホ用スライドバー*/
@media print, screen and (max-width: 767px) {
  .notice_frame::-webkit-scrollbar {
    width: 12px;
    background: #ffffff;
  }
  .notice_frame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  .notice_frame::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
/* -----------------------------------------------------------
　担当医表
----------------------------------------------------------- */
table.charge {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: inherit;
}
table.charge th, table.charge td {
  font-size: 1.2rem;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}
table.charge th:first-child, table.charge td:first-child {
  border-left: 1px #CCCCCC solid;
}
table.charge th {
  background-color: #CC9;
  font-weight: bold;
  color: #FFF;
}
table.charge th:first-of-type, table.charge th:nth-of-type(3), table.charge th:nth-of-type(4), table.charge th:nth-of-type(5), table.charge th:nth-of-type(6), table.charge th:nth-of-type(7), table.charge th:nth-of-type(8), table.charge th:nth-of-type(10) {
  width: 10%;
}
table.charge th:nth-of-type(2) {
  width: 17%;
}
table.charge th:nth-of-type(9) {
  width: 3%;
}
table.charge td {
  background-color: #FFF;
}
table.charge td.bg_o {
  background-color: #FFF3D0;
}
table.charge td.bg_o:first-of-type {
  border-left: 0;
}
table.charge td.bg_g {
  background-color: #EDF7EA;
}
table.charge td.bg_15 {
  background-color: #d7f1ce;
}
table.charge th.emp, table.charge td.emp {
  background-color: #FFF;
  border-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  table.charge {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  table.charge th, table.charge td {
    font-size: 1.6rem;
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    border-right: 1px #CCCCCC solid;
  }
  table.charge th:first-child, table.charge td:first-child {
    border-left: 1px #CCCCCC solid;
  }
  table.charge th {
    background-color: #CC9;
    font-weight: bold;
    color: #FFF;
  }
  table.charge td {
    background-color: #FFF;
  }
  table.charge td.bg_o {
    background-color: #FFF3D0;
  }
  table.charge td.bg_g {
    background-color: #EDF7EA;
  }
  table.charge th.emp, table.charge td.emp {
    background-color: #FFF;
    border-bottom: 0;
  }
}
/* -----------------------------------------------------------
　特長
----------------------------------------------------------- */
.features_wrapper {
  background: url("../images/bg_features.jpg") repeat center top;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_wrapper h2.top {
  color: #FFFFFF;
}
.features_wrapper h2.top::before {
  content: "Features";
  font-size: 1.4rem;
  display: block;
  margin: 0 0 0.2rem 0;
  color: #FFFFFF;
}
.features_wrapper .ol_frame {
  margin: 2rem 0 0 0;
}
.features_wrapper .ol_frame ol {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.features_wrapper .ol_frame ol li {
  list-style: none;
  width: 100%;
}
.features_wrapper .ol_frame ol li figure {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
  background-color: #4e8c54;
  background: rgba(59, 62, 158, 0.8);
  text-align: center;
  padding: 1.4rem 0;
}
.features_wrapper .ol_frame ol li figure figcaption {
  color: #FFFFFF;
  font-size: 1.4rem;
  width: 94%;
  margin: 1.2rem auto 0;
}
.features_wrapper .ol_frame ol li p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 1.2rem auto 2rem;
  width: 92%;
}

@media print, screen and (min-width: 768px) {
  .features_wrapper {
    background: url("../images/bg_features.jpg") repeat center top;
    width: 100%;
    height: 55.5rem;
    padding: 7.8rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_wrapper h2.top {
    color: #FFFFFF;
  }
  .features_wrapper h2.top::before {
    content: "Features";
    font-size: 1.8rem;
    display: block;
    margin: 0 0 0.4rem 0;
    color: #FFFFFF;
  }
  .features_wrapper .ol_frame {
    margin: 4rem 0 0 0;
  }
  .features_wrapper .ol_frame ol {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features_wrapper .ol_frame ol li {
    list-style: none;
    width: 23.2rem;
  }
  .features_wrapper .ol_frame ol li figure {
    width: 23.2rem;
    height: 16.6rem;
    border-radius: 0.4rem;
    background-color: #4e8c54;
    background: rgba(59, 62, 158, 0.5);
    text-align: center;
    padding: 1.4rem 0 0 0;
  }
  .features_wrapper .ol_frame ol li figure figcaption {
    color: #FFFFFF;
    font-size: 1.8rem;
    width: 94%;
    margin: 2rem auto 0;
  }
  .features_wrapper .ol_frame ol li p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.4;
    margin: 2.2rem auto 0;
    width: 92%;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_wrapper {
  background: url("../images/bg_dot.jpg") repeat;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_wrapper h2.top::before {
  content: "Medical treatment";
  font-size: 1.4rem;
  display: block;
  margin: 0 0 0.2rem 0;
  color: #5659c2;
}
.treatment_wrapper .ol_frame {
  margin: 2rem 0 0 0;
}
.treatment_wrapper .ol_frame ol {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.treatment_wrapper .ol_frame ol li {
  list-style-type: none;
  width: 100%;
  height: auto;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem #FFFFFF solid;
  border-radius: 0.3rem;
}
.treatment_wrapper .ol_frame ol li a {
  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;
  text-decoration: none;
  width: 19rem;
  height: 5rem;
  padding: 0;
  border: 0.1rem #5659c2 solid;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_wrapper .ol_frame ol li a:hover {
  opacity: 0.8;
}
.treatment_wrapper .ol_frame ol li a p {
  color: #5659c2;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  margin: 0 0.6rem 0 0;
}
.treatment_wrapper .ol_frame ol li:nth-child(1) {
  background-image: url("../images/treatment_01.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(2) {
  background-image: url("../images/treatment_02.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(3) {
  background-image: url("../images/treatment_03.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(4) {
  background-image: url("../images/treatment_04.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(5) {
  background-image: url("../images/treatment_05.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(6) {
  background-image: url("../images/treatment_06.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(7) {
  background-image: url("../images/treatment_07.jpg");
}
.treatment_wrapper .ol_frame ol li:nth-child(8) {
  background-image: url("../images/treatment_08.jpg");
}

@media print, screen and (min-width: 768px) {
  .treatment_wrapper {
    background: url("../images/bg_dot.jpg") repeat;
    width: 100%;
    height: 60rem;
    padding: 6.9rem 0 6.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_wrapper h2.top::before {
    content: "Medical treatment";
    font-size: 1.8rem;
    display: block;
    margin: 0 0 0.4rem 0;
    color: #5659c2;
  }
  .treatment_wrapper .ol_frame {
    margin: 4rem 0 0 0;
  }
  .treatment_wrapper .ol_frame ol {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .treatment_wrapper .ol_frame ol li {
    list-style-type: none;
    width: 29rem;
    height: 16.9rem;
    padding: 0;
    background-repeat: no-repeat;
    margin: 0 0 3.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.1rem #FFFFFF solid;
    border-radius: 0.3rem;
  }
  .treatment_wrapper .ol_frame ol li a {
    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;
    text-decoration: none;
    width: 19rem;
    height: 5rem;
    padding: 0;
    border: 0.1rem #5659c2 solid;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_wrapper .ol_frame ol li a:hover {
    opacity: 0.8;
  }
  .treatment_wrapper .ol_frame ol li a p {
    color: #5659c2;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    margin: 0 0.6rem 0 0;
  }
}
/* -----------------------------------------------------------
   スライダー　（ループ）
------------------------------------------------------------ */
/*ビューポートの幅にフィットする外枠*/
.loopWrap {
  overflow: hidden;
  /*幅からはみ出てしまうものを見えないようにする*/
}

.loopSlide {
  background: url(../images/index-slider.jpg) repeat-x;
  /*画像データ　1枚画像*/
  background-size: contain;
  height: 231px;
  width: 6000px;
  /*画像幅（3倍にした数値）を指定 表示枚数の変更があったら数値変更*/
  -webkit-animation: slide 100s linear infinite;
  animation: slide 100s linear infinite;
  /*アニメーションの実行時間、進行速度の割合、繰り返し回数*/
}

/*画像が左から右に無限ループするような動き*/
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1993px, 0, 0);
    transform: translate3d(-1993px, 0, 0);
    /*画像表示サイズの幅移動*/
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1993px, 0, 0);
    transform: translate3d(-1993px, 0, 0);
    /*画像表示サイズの幅移動*/
  }
}
@media (min-width: 768px) {
  .loopSlide {
    height: 231px;
    background-size: auto;
    /*pc用のサイズリセット変更*/
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
.overview_bg iframe {
  width: 100%;
  height: 20rem;
  margin: 0;
}
.overview_bg .overview {
  padding: 0 0 4rem 0;
  margin: 0 auto;
  width: 100%;
}
.overview_bg .overview figure {
  width: 90%;
  margin: 0 auto;
}
.overview_bg .overview figure img {
  width: 100%;
}
.overview_bg .overview .overview_frame {
  display: block;
  width: 96%;
  margin: 1rem auto 0;
}
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right {
  width: 100%;
  margin: 0;
}
.overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl {
  width: 100%;
  margin: 0;
  display: block;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt {
  font-size: 1.4rem;
  color: #5659c2;
  margin: 0 0 0.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem #5659c2 solid;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  font-size: 1.4rem;
  color: #313233;
  margin: 0 auto 1.8rem;
  width: 90%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel a, .overview_bg .overview .overview_frame .overview_frame_right dl dd span.tel a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #5659c2;
  text-align: center;
  display: block;
  font-weight: bold;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.station, .overview_bg .overview .overview_frame .overview_frame_right dl dd.station {
  display: block;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.3;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.station span, .overview_bg .overview .overview_frame .overview_frame_right dl dd.station span {
  color: #5659c2;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .overview_bg {
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    padding: 11rem 0 0 0;
  }
  .overview_bg iframe {
    width: 100%;
    height: 46rem;
    margin: 0;
  }
  .overview_bg .overview {
    padding: 0 0 2.4rem 0;
    margin: 0 auto;
    width: 1200px;
  }
  .overview_bg .overview figure {
    width: 35.3rem;
    margin: 0 auto;
  }
  .overview_bg .overview figure img {
    width: 100%;
  }
  .overview_bg .overview .overview_frame {
    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;
    width: 1200px;
    margin: 6rem auto 0 auto;
  }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right {
    width: 60rem;
    margin: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl {
    width: 100%;
    margin: 0 0 1.2rem 0;
    padding: 0 1rem 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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt {
    font-size: 1.6rem;
    color: #5659c2;
    margin: 0 0 1rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9.2rem;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt span, .overview_bg .overview .overview_frame .overview_frame_right dl dt span {
    border: 0.1rem #5659c2 solid;
    padding: 1.4rem 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-size: 1.6rem;
    color: #313233;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 1rem 1rem;
    width: 48.8rem;
    height: auto;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0.1rem #b7b7b7 dotted;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.station, .overview_bg .overview .overview_frame .overview_frame_right dl dd.station {
    display: block;
    padding: 0 0 1rem 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.station span, .overview_bg .overview .overview_frame .overview_frame_right dl dd.station span {
    color: #5659c2;
    font-weight: bold;
  }
  .overview_bg .overview .overview_frame .overview_frame_left .table_wrapper, .overview_bg .overview .overview_frame .overview_frame_right .table_wrapper {
    width: 59rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin-bottom: 3.3rem;
}
footer .global-nav {
  position: fixed;
  left: 0;
  bottom: 0;
}
footer .nav-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #5659c2;
}
footer .nav-item {
  display: table-cell;
  border-left: 0.1rem #FFFFFF solid;
  white-space: nowrap;
  width: 50%;
}
footer .nav-item:first-child {
  border-left: 0;
}
footer .nav-item a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.1rem;
  display: block;
  padding: 1.2rem 0px;
}
footer .nav-item a i {
  font-size: 1rem;
  margin: 0 0.2rem 0 0;
}
footer .footer_frame {
  display: none;
}
footer a.link {
  text-decoration: none;
}
footer a.link .copyright {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  text-align: center;
  margin: 0;
  padding: 0.8rem 0;
  color: #FFFFFF;
  font-size: 1.2rem;
  background-color: #5659c2;
}

@media print, screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
  footer nav.global-nav {
    display: none;
  }
  footer .footer_frame {
    padding: 6rem 0 4rem;
    display: block;
  }
  footer .footer_frame ul {
    text-align: center;
  }
  footer .footer_frame ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 0.1rem #7c7d7d solid;
    margin: 0 0 2rem 0;
  }
  footer .footer_frame ul li:last-child {
    border-right: 0;
  }
  footer .footer_frame ul li a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #313233;
    font-size: 1.6rem;
    text-decoration: none;
  }
  footer .footer_frame ul li a:hover {
    opacity: 0.8;
  }
  footer .footer_frame ul li.treatment {
    display: none;
  }
  footer a.link .copyright {
    padding: 0.6rem 0;
    font-size: 1.5rem;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}

#linkpagetop img {
  display: none;
  width: 80%;
  height: auto;
}

#pagetop {
  position: fixed;
  bottom: 14vw;
  right: 0px;
  height: 12vw;
  text-align: right;
  margin: 0 2% 0 0;
}

#pagetop a {
  display: block;
}

#pagetop_position {
  float: right;
  margin: 0px;
  padding: 0px;
}

@media print, screen and (min-width: 768px) {
  #linkpagetop {
    float: left;
  }
  #linkpagetop img {
    display: block;
    width: 60px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 12px;
    left: 50%;
    margin: 0 0 0 560px;
    height: 70px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 80px;
    left: 92%;
    margin: 0 0 0 0;
    height: 60px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
/* グローバルナビ用 */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

nav.globalMenuSp ul {
  background: #a3a9f1;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #CCCCCC;
}

nav.globalMenuSp ul li.treatment {
  display: none;
}

nav.globalMenuSp ul li.trm_menu {
  background-color: #FFFFFF;
}

nav.globalMenuSp ul li a br {
  display: none;
}

nav.globalMenuSp ul li p {
  color: #5659c2;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em 0;
  margin: 0;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*ハンバーガー用*/
.navToggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 0.3rem;
  top: 0.3rem;
  width: 5rem;
  height: 5.6rem;
  cursor: pointer;
  z-index: 3;
  background: #5659c2;
  text-align: center;
  border-radius: 0.8rem;
}

.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 3.8rem;
  border-bottom: solid 3px #eee;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 0.6rem;
}

.navToggle span:nth-child(1) {
  top: 1.1rem;
}

.navToggle span:nth-child(2) {
  top: 2rem;
}

.navToggle span:nth-child(3) {
  top: 2.9rem;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 1rem;
  font-weight: bold;
  top: 3.8rem;
}

/* タップした後 */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 2rem;
  left: 0.7rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print {
  nav.globalMenuSp {
    display: none;
  }
}
/*ハンバーガーこっち
@import "component";
*/
/*アサイド
@import "aside";
*/
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

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

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

/*画像右*/
.img_right_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_right_frame div.right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}
.img_right_frame div.right img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_right_frame div.left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.img_right_frame div.left .doctor_name {
  text-align: right;
}

/*画像左*/
.img_left_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_left_frame div.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}
.img_left_frame div.left img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_left_frame div.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  line-height: 120%;
}

/*二つ*/
.img_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img_two img {
  width: 70%;
  margin: 0 auto 20px auto;
  display: block;
}

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

.doctor_name2 {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 350px;
    height: auto;
  }
  .img_doctor {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_doctor img {
    width: 360px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 10px;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  /*画像右*/
  .img_right_frame {
    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;
    margin: 0 0 3rem 0;
  }
  .img_right_frame div.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 350px;
    text-align: center;
  }
  .img_right_frame div.right img {
    width: 350px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 445px;
    line-height: 120%;
  }
  .img_right_frame div.left .doctor_name {
    text-align: right;
  }
  /*画像左*/
  .img_left_frame {
    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;
    margin: 0 0 0 0;
  }
  .img_left_frame div.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 350px;
    text-align: left;
  }
  .img_left_frame div.left img {
    width: 350px;
    height: auto;
    margin: 10px 0;
  }
  .img_left_frame div.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 445px;
    line-height: 120%;
  }
  /*二つ*/
  .img_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .img_two img {
    width: 540px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .top_doctor_name {
    font-size: 1.8rem;
    text-align: right;
  }
  .top_doctor_name span {
    font-size: 2.2rem;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 160%;
  font-size: 1.2rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  list-style-type: disc;
  margin: 0;
}
ul.list_normal li {
  margin: 0 0 10px 1.8rem;
  padding: 0;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru li ul {
  margin: 0.8rem 0 0 0;
}
ul.list_maru li ul li {
  background: none;
  list-style-type: disc;
  margin: 0 0 10px 2rem;
  padding: 0 0 0 0;
}

ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}

/*なし*/
ul.list_none {
  line-height: 160%;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0;
}
ul.list_none li {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}
ul.list_none li span {
  color: #fedc50;
  margin: 0 0.5rem 0 0;
}

/*数値*/
ul.list_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*概要*/
ul.list_overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_overview li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*2列*/
ul.list_normal_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.list_normal_two li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

@media print, screen and (min-width: 768px) {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 2.6rem 0 0 0;
  }
  ul.list_normal li {
    margin: 0 0 15px 25px;
    padding: 0;
  }
  /*画像●*/
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.gif) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  ul.list_maru li ul {
    margin: 0.8rem 0 0 0;
  }
  ul.list_maru li ul li {
    background: none;
    list-style-type: disc;
    margin: 0 0 10px 2.6rem;
    padding: 0 0 0 0;
  }
  ul.list_maru_two {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.gif) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  /*数値*/
  ul.list_num {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: none;
  font-size: 1.2rem;
}
dl.bio_list dt {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f1f2fd;
  border-left: 0.1rem #a3a9f1 solid;
  border-right: 0.1rem #a3a9f1 solid;
  border-top: 0.1rem #a3a9f1 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
dl.bio_list dd {
  padding: 10px;
  margin: 0;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  border-left: 0.1rem #a3a9f1 solid;
  border-top: 0.1rem #a3a9f1 solid;
  border-right: 0.1rem #a3a9f1 solid;
}
dl.bio_list dd:last-of-type {
  border-bottom: 0.1rem #a3a9f1 solid;
}
dl.bio_list dd span {
  font-size: 1.4rem;
  color: #5659c2;
  font-weight: bold;
  width: 100%;
  display: block;
  margin: 1rem 0 0 0;
}
dl.bio_list dd br {
  display: none;
}

dl.book_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.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 20px 0;
  line-height: 120%;
}
dl.book_list dt {
  width: 100%;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
dl.book_list dd {
  width: 100%;
  margin: 0 0 2rem 0;
}

@media print, screen and (min-width: 768px) {
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
    font-size: 1.6rem;
  }
  dl.bio_list dt {
    width: 20%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f1f2fd;
    border-left: 0.1rem #a3a9f1 solid;
    border-top: 0.1rem #a3a9f1 solid;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  dl.bio_list dt:last-of-type {
    border-bottom: 0.1rem #a3a9f1 solid;
  }
  dl.bio_list dd {
    padding: 10px;
    margin: 0;
    width: 80%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.6;
    border-left: 0.1rem #a3a9f1 solid;
    border-top: 0.1rem #a3a9f1 solid;
    border-right: 0.1rem #a3a9f1 solid;
  }
  dl.bio_list dd:last-of-type {
    border-bottom: 0.1rem #a3a9f1 solid;
  }
  dl.bio_list dd span {
    font-size: 1.6rem;
    color: #5659c2;
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 12px 0 0 0;
  }
  dl.book_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0 20px 0;
    line-height: 120%;
  }
  dl.book_list dt {
    width: 100%;
    margin: 0 0 1rem 0;
    font-weight: bold;
  }
  dl.book_list dd {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}
/*見出し*/
h2.top {
  color: #3f2d0c;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.6rem 0;
  line-height: 1.3;
}
h2.low {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #073057;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3rem 0;
}
h2.under {
  margin: 3rem 0 3rem 0;
}

h3 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #3f2d0c;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -2rem;
  padding: 0 0 0.4rem 2rem;
  margin: 0 0 2rem 0;
  border-bottom: 0.1rem #3f2d0c dashed;
}
h3 span {
  color: #FF0000;
}

h4 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8rem 0 0.8rem 0.8rem;
  margin: 0 0 3rem 0;
  background-color: #5659c2;
}

@media print, screen and (min-width: 768px) {
  h2.top {
    color: #3f2d0c;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 3rem 0 1.8rem 0;
  }
  h2.low {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #073057;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3rem 0;
  }
  h2.first {
    margin: 0 0 1.8rem 0;
  }
  h3 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #3f2d0c;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    text-indent: inherit;
    padding: 0 0 0.8rem 0.8rem;
    margin: 3rem 0 1.8rem 0;
    border-bottom: 0.1rem #3f2d0c dashed;
  }
  h4 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #FFFFFF;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0.8rem 0 0.8rem 0.8rem;
    margin: 4rem 0 1rem 0;
    background-color: #5659c2;
  }
}
/*下層*/
/*common*/
.low img.image_r {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}
.low p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 1.4rem 0;
}
.low p.txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  margin: 1.8rem 0 0 0;
}
.low p.bar {
  background-color: #5659c2;
  color: #FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  padding: 0.2rem 0 0.2rem 1rem;
  margin: 1.8rem 0 1.2rem 0;
  clear: both;
}
.low p.down {
  text-align: center;
  font-size: 2rem;
  color: #5659c2;
  margin: 1rem 0;
}
.low ul.certificate {
  margin: 0 0 1.8rem 0;
}
.low ul.certificate li {
  line-height: 2;
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 1.2rem;
}
.low ul.certificate li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #073057;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 15px;
}
.low .blue_text {
  width: 100%;
  background-color: #f2f9ff;
  border: 0.1rem #adcfed solid;
  padding: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.2rem 0 2.8rem 0;
}
.low .blue_text p {
  margin: 0;
  font-size: 1.2rem;
  color: #3f2d0c;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  line-height: 1.2;
}
.low .food {
  display: block;
}
.low .food figure {
  width: 100%;
  margin: 0 0 1.2rem 0;
}
.low .food figure img {
  width: 100%;
}
.low a {
  text-decoration: none;
}
.low a p.btn_link {
  background: #5659c2;
  font-weight: bold;
  padding: 1rem 0;
  width: 100%;
  border-radius: 1rem;
  margin: 1.8rem auto 0.8rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
}
.low a.txt_link {
  text-align: right;
  color: #5659c2;
  display: block;
}
.low a.txt_link:hover {
  opacity: 0.8;
}
.low .yellowgreen {
  background: yellowgreen;
  padding: 1rem;
}
.low .bg {
  background: #f1f2fd;
  padding: 1rem;
}

@media print, screen and (min-width: 768px) {
  .low img.image_r {
    float: right;
    width: 35%;
    margin: 0 0 3rem 3rem;
  }
  .low .mt3 {
    margin-top: 3rem;
  }
  .low .txt_center {
    text-align: center;
  }
  .low p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 2rem 0;
  }
  .low p.txt {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    margin: 4.6rem 0 0 0;
  }
  .low p.bar {
    background-color: #5659c2;
    color: #FFFFFF;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    padding: 0.2rem 0 0.2rem 1rem;
    margin: 0 0 1.2rem 0;
    clear: both;
  }
  .low p.underbar {
    font-size: 1.6rem;
    text-decoration: underline;
    font-weight: bold;
    margin: 0 0 1.6rem 0;
  }
  .low ul.certificate {
    margin: 0 0 2.8rem 0;
  }
  .low ul.certificate li {
    font-size: 1.6rem;
  }
  .low .blue_text {
    padding: 2rem;
    margin: 2rem 0 0.8rem 0;
  }
  .low .blue_text p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .low .food {
    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;
  }
  .low .food figure {
    width: 49%;
  }
  .low .food figure img {
    width: 100%;
  }
  .low a {
    text-decoration: none;
  }
  .low a p.btn_link {
    background: #5659c2;
    font-weight: bold;
    padding: 1rem 0;
    border-radius: 1rem;
    margin: 1.8rem auto 1rem;
    font-size: 1.8rem;
    color: #FFFFFF;
    display: block;
    text-align: center;
    width: 40%;
  }
  .low a p.btn_link:hover {
    opacity: 0.8;
  }
}
/*医師・院内紹介*/
.doctor p.greeting, .doctor p.doctor_name {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
.doctor p.greeting {
  margin: 1.8rem 0 0 0;
}
.doctor p.doctor_name {
  text-align: right;
  margin: 1.6rem 0 0 0;
}
.doctor ul.device {
  display: block;
}
.doctor ul.device li {
  width: 100%;
  list-style: none;
}
.doctor ul.device li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.6rem;
}
.doctor .indoor {
  margin: 1.2rem 0 0 0;
}
.doctor .indoor iframe {
  width: 100%;
  height: 20rem;
}

@media print, screen and (min-width: 768px) {
  .doctor p.greeting, .doctor p.doctor_name {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  }
  .doctor p.greeting {
    margin: 2rem 0 0 0;
  }
  .doctor p.doctor_name {
    text-align: right;
    margin: 1.8rem 0 0 0;
  }
  .doctor ul.device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .doctor ul.device li {
    width: 48%;
    margin: 0 0 3rem 0;
  }
  .doctor .indoor {
    margin: 1.8rem 0 0 0;
  }
  .doctor .indoor iframe {
    width: 100%;
    height: 60rem;
  }
}
/*初診の方へ*/
.first ul.notice {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 1.6rem;
}
.first ul.notice li p {
  font-size: 1.2rem;
  margin: 0 auto 1.8rem;
  text-align: left;
  width: 96%;
}

@media print, screen and (min-width: 768px) {
  .first ul.notice li p {
    font-size: 1.6rem;
    margin: 0 0 0 1rem;
    width: 100%;
  }
}
/*診療時間・アクセス*/
.access table.timetable {
  width: 100%;
}
.access table.timetable tr th.holiday {
  width: 6rem;
}
.access dl.bio_list dd.tel a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  display: block;
  color: #5659c2;
}
.access iframe {
  width: 96%;
  height: 20rem;
  margin: 0 auto;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .access table.timetable tr th.holiday {
    width: 14rem;
  }
  .access iframe {
    width: 100%;
    height: 40rem;
    margin: 0 0 4rem 0;
  }
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.flex2 img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 li {
    list-style: none;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2 img {
    width: 100%;
    height: auto;
  }
}