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

 共通項目

======================================================================= */
/*基本関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*こげ茶*/
/*灰色*/
/*緑色*/
/*オレンジ2*/
/*薄緑*/
/*緑1*/
/*クリーム色1*/
/*緑2*/
/*緑3*/
/*オレンジ3*/
/*緑3*/
/*灰色2*/
/*灰色3*/
/*灰色4*/
/*オレンジ4*/
/*灰色5*/
/*薄黄色*/
/*薄茶色*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #472c16;
  background: url(../images/headre_bg.jpg) repeat-x;
  background-position: top;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #472c16;
    background: url(../images/headre_bg.jpg) repeat-x;
    background-position: top;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

section {
  height: auto;
  overflow: hidden;
  margin: 40px 0 0 0;
}
section.first {
  margin: 0 0 0 0;
}

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.sp_none2 {
  display: none;
}

.text-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    /*  width: $hp_width;*/
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .sp_none2 {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
}

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

.main {
  width: 96%;
  margin: 20px auto 0 auto;
}

.frame_o {
  display: block;
  width: 90%;
  margin: 1rem auto 0;
  padding: 1rem;
  border: solid 1px #F9A433;
  text-align: left;
}
.frame_o span {
  display: block;
  margin: 0 auto 1rem;
  color: #F9A433;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: 100%;
  }
  .wrapper {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 0 0 0;
  }
  .main {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .frame_o {
    display: block;
    width: auto;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .frame_o span {
    font-size: 2.4rem;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 4% 20px 4%;
  /*ロゴ*/
}
header .head_frame figure.head_frame_logo {
  width: 75%;
  display: block;
  margin: 20px 0 0 0;
}
header .head_frame figure.head_frame_logo img {
  width: 100%;
  height: auto;
}
header .head_frame .head_info .head_info_ue .head_info_address {
  text-align: center;
  color: #0aa23e;
  font-size: 1.5rem;
  margin: 0.6rem 0 0 0;
}
header .head_frame .head_info .head_info_ue .head_info_tel {
  color: #0aa23e;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
header .head_frame .head_info .head_info_ue .head_info_tel i {
  color: #0aa23e;
  font-size: 3rem;
}
header .head_frame .head_info .head_info_ue .head_info_tel span {
  color: #0aa23e;
}
header .head_frame .head_info .head_info_ue .head_info_tel a {
  color: #0aa23e;
}
header .head_frame .head_info .head_info_shita .head_info_web {
  color: #ffffff;
  background-color: #f29502;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  header .head_frame {
    width: 1200px;
    height: 110px;
    margin: 32px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0;
    /*ロゴ*/
  }
  header .head_frame figure.head_frame_logo {
    width: 236px;
    display: block;
    margin: 0 0 0 0;
  }
  header .head_frame figure.head_frame_logo img {
    width: 236px;
    height: auto;
  }
  header .head_frame .head_info {
    width: 920px;
  }
  header .head_frame .head_info .head_info_ue {
    width: 900px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  header .head_frame .head_info .head_info_ue .head_info_address {
    text-align: center;
    color: #0aa23e;
    font-size: 1.6rem;
    margin: 0.6rem 20px 0 0;
  }
  header .head_frame .head_info .head_info_ue .head_info_tel {
    color: #0aa23e;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    align-items: center;
    margin: 0 0 10px 0;
  }
  header .head_frame .head_info .head_info_ue .head_info_tel i {
    color: #0aa23e;
  }
  header .head_frame .head_info .head_info_ue .head_info_tel span {
    color: #0aa23e;
  }
  header .head_frame .head_info .head_info_ue .head_info_tel a {
    color: #0aa23e;
  }
  header .head_frame .head_info .head_info_shita {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  header .head_frame .head_info .head_info_shita .head_info_web {
    color: #ffffff;
    background-color: #f29502;
    padding: 1.2rem;
    box-sizing: border-box;
    border-radius: 0.6rem;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    width: 220px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  header .head_frame .head_info .head_info_shita .head_info_web:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
 グローバルナビ
----------------------------------------------------------- */
/*PC*/
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  /*PC*/
  .main_nav_pc {
    display: block;
    width: 680px;
    height: 18px;
    margin: 12px 0 0 0;
  }
  .main_nav_pc ul.main_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .main_nav_pc ul.main_nav li {
    flex: auto;
    text-align: center;
    box-sizing: border-box;
    border-left: #c9c9c9 1px dotted;
  }
  .main_nav_pc ul.main_nav li:first-child {
    border-left: none;
  }
  .main_nav_pc ul.main_nav li a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #472c16;
    font-size: 1.7rem;
  }
  .main_nav_pc ul.main_nav li a:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　slick
----------------------------------------------------------- */
.slick-box img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .slick-box img {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
   スライダー　（ループ）
----------------------------------------------------------- */
/*ビューポートの幅にフィットする外枠*/
.loopWrap {
  overflow: hidden;
  /*幅からはみ出てしまうものを見えないようにする*/
}

.loopSlide {
  background: url(../images/index_carousel.jpg) repeat-x;
  /*画像データ　1枚画像*/
  background-size: contain;
  height: 249px;
  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: 150px;
    background-size: auto;
    /*pc用のサイズリセット変更*/
  }
}
@media screen and (min-width: 768px), print {
  .loopSlide {
    height: 249px;
    background-size: auto;
    /*pc用のサイズリセット変更*/
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  height: 300px;
  overflow-y: scroll;
}
.notice_frame dl {
  padding: 0.4rem;
  box-sizing: border-box;
}
.notice_frame dl dt {
  margin: 0 0 0.5rem 0;
  color: #618e70;
  font-size: 1.6rem;
  padding: 0;
  box-sizing: border-box;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.notice_frame dl dd p {
  color: #472c16;
  margin: 0 0 1.6rem 0;
  font-size: 1.4rem;
  line-height: 120%;
  padding: 0 0 1rem 0;
  box-sizing: border-box;
  border-bottom: #618e70 2px dotted;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .notice_frame dl {
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .notice_frame dl dt {
    margin: 0 0 0.5rem 0;
    color: #618e70;
    font-size: 1.8rem;
    padding: 0;
    box-sizing: border-box;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
  }
  .notice_frame dl dd {
    width: 1170px;
  }
  .notice_frame dl dd p {
    color: #472c16;
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
    line-height: 140%;
    padding: 0 0 1rem 0;
    box-sizing: border-box;
    border-bottom: #618e70 2px dotted;
  }
}
.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: 10px;
}

.notice_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.flx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .flx {
    margin-top: 10rem;
  }
  .flx .greeting_frame {
    width: 48%;
  }
}

/* -----------------------------------------------------------
　ご挨拶
----------------------------------------------------------- */
.greeting {
  background: url(../images/pattern_green.gif) repeat;
  background-position: center top 20vw;
  padding: 0 2% 2rem 2%;
}
.greeting .greeting_frame .greeting_left h2.greeting_doctor img {
  width: 70%;
  height: auto;
}
.greeting .greeting_frame .greeting_left .doctor_link a.doctorsfile {
  text-align: center;
  display: block;
}
.greeting .greeting_frame .greeting_left .doctor_link a.doctorsfile img {
  width: 80%;
}
.greeting .greeting_frame .greeting_left .doctor_link a.greeting_link {
  color: #227a31;
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border: #0aa23e 1px solid;
  text-decoration: none;
  width: 80%;
  height: 28vw;
  margin: 1rem auto;
  background-color: #fefef6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}
.greeting .greeting_frame .greeting_left .greeting_name {
  text-align: right;
}
.greeting .greeting_frame .greeting_right figure {
  text-align: center;
}
.greeting .greeting_frame .greeting_right figure img {
  width: 80%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .greeting {
    background: url(../images/index_greeting_bg.gif) repeat-x;
    background-position: center top 80px;
    margin: 130px 0 0 0;
  }
  .greeting .greeting_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1200px;
    margin: 0 auto;
  }
  .greeting .greeting_frame .greeting_left {
    width: 820px;
  }
  .greeting .greeting_frame .greeting_left h2.greeting_doctor img {
    width: 303px;
    height: auto;
  }
  .greeting .greeting_frame .greeting_left p {
    width: 785px;
  }
  .greeting .greeting_frame .greeting_left .doctor_link {
    width: 785px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .greeting .greeting_frame .greeting_left .doctor_link a.doctorsfile {
    text-align: center;
    display: block;
    order: 2;
  }
  .greeting .greeting_frame .greeting_left .doctor_link a.doctorsfile img {
    width: 385px;
  }
  .greeting .greeting_frame .greeting_left .doctor_link a.doctorsfile:hover {
    opacity: 0.6;
  }
  .greeting .greeting_frame .greeting_left .doctor_link a.greeting_link {
    color: #227a31;
    font-size: 3rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    border: #0aa23e 1px solid;
    text-decoration: none;
    width: 385px;
    height: 154px;
    margin: 0;
    background-color: #fefef6;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    order: 1;
  }
  .greeting .greeting_frame .greeting_left .doctor_link a.greeting_link:hover {
    opacity: 0.6;
  }
  .greeting .greeting_frame .greeting_left .greeting_name {
    text-align: right;
  }
  .greeting .greeting_frame .greeting_right {
    width: 380px;
  }
  .greeting .greeting_frame .greeting_right figure {
    text-align: center;
  }
  .greeting .greeting_frame .greeting_right figure img {
    width: 380px;
    height: auto;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.plan {
  background: #f8f2e1;
}
.plan .plan_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0 0 0;
}
.plan .plan_list figure {
  width: 100%;
  text-align: center;
  margin: 0 0 2rem 0;
}
.plan .plan_list figure img {
  width: 70%;
  max-width: 289px;
}

@media screen and (min-width: 768px), print {
  .plan {
    background: url(../images/index_plan_bg.jpg) no-repeat;
    background-position: center top;
    height: 695px;
    padding: 50px 0 0 0;
  }
  .plan .plan_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    width: 1200px;
  }
  .plan .plan_list figure {
    width: 300px;
    text-align: center;
    margin: 0 0 2rem 0;
  }
  .plan .plan_list figure img {
    width: 289px;
    max-width: 289px;
  }
  .plan .plan_list figure.left {
    margin: 0 0 0 150px;
  }
  .plan .plan_list figure.right {
    margin: 0 150px 0 0;
  }
}
/* -----------------------------------------------------------
　情報とリンク
----------------------------------------------------------- */
.index_info .index_info_ue {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.index_info .index_info_ue div {
  width: 96%;
  margin: 0 auto;
}
.index_info .index_info_ue div h2.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.index_info .index_info_ue div h2.info img {
  display: block;
  width: 12%;
}
.index_info .index_info_ue div h2.info span {
  display: block;
  width: 85%;
  color: #0f8738;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.index_info .index_info_ue div a {
  color: #0f8738;
  font-size: 1.5rem;
  border: #0f8738 1px solid;
  display: block;
  width: 80%;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: bold;
}
.index_info .index_info_ue figure {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: block;
}
.index_info .index_info_ue figure img {
  width: 100%;
}
.index_info .index_info_shita {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 4rem 0 0 0;
}
.index_info .index_info_shita div {
  order: 1;
  width: 96%;
  margin: 0 auto;
}
.index_info .index_info_shita div h2.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.index_info .index_info_shita div h2.info img {
  display: block;
  width: 12%;
}
.index_info .index_info_shita div h2.info span {
  display: block;
  width: 85%;
  color: #0f8738;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.index_info .index_info_shita div a {
  color: #0f8738;
  font-size: 1.5rem;
  border: #0f8738 1px solid;
  display: block;
  width: 80%;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: bold;
}
.index_info .index_info_shita figure {
  order: 2;
  width: 96%;
  margin: 2rem auto 0 auto;
  display: block;
}
.index_info .index_info_shita figure img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .index_info {
    width: 1200px;
    margin: 40px auto 0 auto;
  }
  .index_info .index_info_ue {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }
  .index_info .index_info_ue div {
    width: 600px;
    margin: 36px 0 0 0;
  }
  .index_info .index_info_ue div h2.info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 510px;
    margin: 24px 0 20px 30px;
  }
  .index_info .index_info_ue div h2.info img {
    display: block;
    width: 61px;
  }
  .index_info .index_info_ue div h2.info span {
    display: block;
    width: 440px;
    color: #0f8738;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 2.5rem;
  }
  .index_info .index_info_ue div p {
    width: 510px;
    margin: 0 0 24px 30px;
    line-height: 160%;
  }
  .index_info .index_info_ue div a {
    color: #0f8738;
    font-size: 1.5rem;
    border: #0f8738 1px solid;
    display: block;
    width: 250px;
    text-decoration: none;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: bold;
  }
  .index_info .index_info_ue figure {
    width: 600px;
    margin: 2rem auto 0 auto;
    display: block;
  }
  .index_info .index_info_ue figure img {
    width: 100%;
  }
  .index_info .index_info_shita {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 20px 0 0 0;
  }
  .index_info .index_info_shita div {
    order: 2;
    width: 600px;
    margin: 66px 0 0 0;
  }
  .index_info .index_info_shita div h2.info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 510px;
    margin: 0 0 20px 40px;
  }
  .index_info .index_info_shita div h2.info img {
    display: block;
    width: 61px;
  }
  .index_info .index_info_shita div h2.info span {
    display: block;
    width: 440px;
    color: #0f8738;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 2.5rem;
  }
  .index_info .index_info_shita div p {
    width: 510px;
    margin: 0 0 24px 40px;
    line-height: 160%;
  }
  .index_info .index_info_shita div a {
    color: #0f8738;
    font-size: 1.5rem;
    border: #0f8738 1px solid;
    display: block;
    width: 340px;
    text-decoration: none;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: bold;
  }
  .index_info .index_info_shita figure {
    order: 1;
    width: 600px;
    margin: 2rem auto 0 auto;
    display: block;
  }
  .index_info .index_info_shita figure img {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  margin: 8rem 0 2rem 0;
}
.overview .overview_frame {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_frame .overview_frame_left dl.overview_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 180%;
  color: #472c16;
}
.overview .overview_frame .overview_frame_left dl.overview_info dt {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
  width: 25%;
  box-sizing: border-box;
  border: #0f8738 1px solid;
  color: #0f8738;
  margin: 0 0 1rem 0;
}
.overview .overview_frame .overview_frame_left dl.overview_info dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #472c16;
  font-size: 1.5rem;
  width: 75%;
  padding: 0.8rem;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 0 1rem 0;
}
.overview .overview_frame .overview_frame_left dl.overview_info dd a {
  color: #472c16;
}
.overview .overview_frame .overview_frame_left .overview1 {
  width: 100%;
}
.overview .overview_frame .overview_frame_right dl.overview_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  line-height: 180%;
  color: #472c16;
}
.overview .overview_frame .overview_frame_right dl.overview_info dt {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 25%;
  box-sizing: border-box;
  border: #0f8738 1px solid;
  color: #0f8738;
  margin: 0 0 1rem 0;
}
.overview .overview_frame .overview_frame_right dl.overview_info dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #472c16;
  font-size: 1.5rem;
  width: 75%;
  padding: 0.8rem;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 0 1rem 0;
}
.overview .overview_frame .overview_frame_right dl.overview_info dd a {
  color: #472c16;
}

/*グーグルマップ*/
.googlemap {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 1200px;
    margin: 160px auto 4rem auto;
  }
  .overview .overview_frame {
    width: 1200px;
    margin: 20px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .overview .overview_frame .overview_frame_left {
    width: 600px;
  }
  .overview .overview_frame .overview_frame_left dl.overview_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
    line-height: 180%;
    color: #472c16;
  }
  .overview .overview_frame .overview_frame_left dl.overview_info dt {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100px;
    box-sizing: border-box;
    border: #0f8738 1px solid;
    color: #0f8738;
    margin: 0 0 20px 0;
    padding: 12px 0;
  }
  .overview .overview_frame .overview_frame_left dl.overview_info dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #472c16;
    font-size: 1.8rem;
    width: 480px;
    padding: 12px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 0 20px 0;
  }
  .overview .overview_frame .overview_frame_left dl.overview_info dd a {
    color: #472c16;
  }
  .overview .overview_frame .overview_frame_left .overview1 {
    width: 580px;
  }
  .overview .overview_frame .overview_frame_right {
    width: 600px;
  }
  .overview .overview_frame .overview_frame_right dl.overview_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
    line-height: 180%;
    color: #472c16;
  }
  .overview .overview_frame .overview_frame_right dl.overview_info dt {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100px;
    box-sizing: border-box;
    border: #0f8738 1px solid;
    color: #0f8738;
    margin: 0 0 20px 0;
    padding: 12px 0;
  }
  .overview .overview_frame .overview_frame_right dl.overview_info dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #472c16;
    font-size: 1.8rem;
    width: 480px;
    padding: 12px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 0 20px 0;
  }
  .overview .overview_frame .overview_frame_right dl.overview_info dd a {
    color: #472c16;
  }
  .overview .overview_frame_shita {
    width: 1200px;
    margin: 20px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  /*グーグルマップ*/
  .googlemap {
    width: 100%;
    height: 380px;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
/*診療時間*/
table.timetable {
  padding: 0px;
  margin: 20px auto 10px auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.timetable tr {
  border-bottom: #0f8738 1px solid;
}
table.timetable tr th {
  width: auto;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 5px 0;
  vertical-align: middle;
  color: #0f8738;
}
table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 18px 0;
  vertical-align: middle;
  color: #472c16;
  background-color: #ffffff;
}
table.timetable tr td.time {
  width: 35%;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: #472c16;
}
table.timetable tr td.star {
  color: #fecb2f;
}

/*担当医師*/
table.timetable2 {
  padding: 0px;
  margin: 20px auto 10px auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.timetable2 tr th {
  width: auto;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 5px 0;
  vertical-align: middle;
  color: #0f8738;
  border: #0f8738 1px solid;
}
table.timetable2 tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 18px 0;
  vertical-align: middle;
  color: #472c16;
  background-color: #ffffff;
  border: #0f8738 1px solid;
}

.timetable2_notice {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  /*診療時間*/
  table.timetable {
    padding: 0px;
    margin: 0 auto 10px auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.timetable tr {
    border-bottom: #0f8738 1px solid;
  }
  table.timetable tr th {
    width: auto;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 5px 0;
    vertical-align: middle;
    color: #0f8738;
  }
  table.timetable tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 13px 0;
    vertical-align: middle;
    color: #472c16;
    background-color: #ffffff;
  }
  table.timetable tr td.time {
    width: 150px;
    box-sizing: border-box;
    font-size: 1.8rem;
    color: #472c16;
  }
  table.timetable tr td.star {
    color: #fecb2f;
    font-size: 3rem;
  }
  /*担当医師*/
  table.timetable2 {
    padding: 0px;
    margin: 0 auto 10px auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.timetable2 tr th {
    width: auto;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 14px 0;
    vertical-align: middle;
    color: #0f8738;
    border: #0f8738 1px solid;
  }
  table.timetable2 tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 10px 0;
    vertical-align: middle;
    color: #472c16;
    background-color: #ffffff;
    border: #0f8738 1px solid;
  }
  .timetable2_notice {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　カルーセル
----------------------------------------------------------- */
.carousel_frame img {
  width: 300%;
}

@media screen and (min-width: 768px) {
  .carousel_frame img {
    width: 2000px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  padding-bottom: 7rem;
  /*ロゴ*/
}
footer .footer_logo {
  display: none;
}
footer .footer_frame {
  display: none;
}
footer .footer_link {
  font-size: 1.2rem;
  margin: 20px 0;
}
footer .footer_link a {
  text-decoration: none;
  color: #472c16;
}
footer .copyright {
  margin: 0;
  text-align: center;
  margin: -2px 0 0 0;
  padding: 1.6rem 0 0.8rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  background: url(../images/headre_bg.jpg) repeat-x;
  background-position: center top;
  background-color: #6dc57a;
}
footer .copyright a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}
footer .footer_button .footer_button_inner {
  text-align: center;
  padding: 1rem;
}
footer .footer_button .footer_button_inner .link {
  display: inline-block;
  background: #F9A433;
  color: #fff;
  padding: 1.8rem 5rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  footer {
    padding-bottom: 0;
    /*ロゴ*/
  }
  footer .footer_logo {
    display: block;
    text-align: center;
    margin: 45px 0 0 0;
  }
  footer .footer_logo img {
    width: 127px;
    height: auto;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    height: 30px;
    margin: 42px auto 40px auto;
    padding: 0;
    box-sizing: border-box;
  }
  footer .footer_frame ul {
    display: block;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
  }
  footer .footer_frame ul li {
    margin: 0 15px 10px 0;
  }
  footer .footer_frame ul li a {
    color: #472c16;
    text-decoration: none;
    line-height: 140%;
    font-size: 1.6rem;
  }
  footer .footer_frame ul li a:hover {
    text-decoration: underline;
  }
  footer .footer_frame ul li::after {
    content: "|";
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0 0 0 15px;
    color: #472c16;
    font-size: 1.6rem;
  }
  footer .footer_frame ul li:first-child::before {
    content: "|";
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0 15px 0 0;
    color: #472c16;
    font-size: 1.6rem;
  }
  footer .footer_link {
    font-size: 1.6rem;
  }
  footer .footer_link a:hover {
    text-decoration: underline;
  }
  footer .copyright {
    margin: 0;
    text-align: center;
    margin: -2px 0 0 0;
    padding: 22px 0 8px 0;
    color: #ffffff;
    font-size: 1.6rem;
    height: auto;
    background: url(../images/headre_bg.jpg) repeat-x;
    background-position: center top;
    background-color: #6dc57a;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .footer_button {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}
#linkpagetop img {
  width: 80%;
  height: auto;
}

#pagetop {
  position: fixed;
  bottom: 130px;
  right: 0px;
  height: 60px;
  text-align: center;
  margin: 0 2% 0 0;
}
#pagetop a {
  display: block;
  color: #FFF;
}

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

@media screen and (min-width: 768px), print {
  #linkpagetop {
    float: left;
  }
  #linkpagetop img {
    width: 71px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 70px;
    left: 50%;
    margin: 0 0 0 600px;
    height: 70px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 70px;
    left: 90%;
    margin: 0 0 0 0;
    height: 105px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 26vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #0aa23e;
}
.drawr p {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0;
  background-color: #8072d6;
  margin: 0;
  border-bottom: #ffffff 1px solid;
}
.drawr ul.hbg li {
  text-align: center;
}
.drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem 0;
  display: block;
  border-bottom: #ffffff 1px solid;
}
.drawr ul.hbg li a span {
  display: none;
}

.openNav {
  display: block;
}

/*ハンバーガーナビ*/
.main_nav_sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.main_nav_sp ul.gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.main_nav_sp ul.gnav li {
  width: 100%;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 140%;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  border-bottom: #ffffff 1px solid;
  text-align: center;
}
.main_nav_sp ul.gnav li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1rem 0;
  text-shadow: none;
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 50px;
  padding: 0 0 4px 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
}

.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: 42px;
  background: #ffffff;
  content: "";
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

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

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

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

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

.toggle-label .toggle-icon:after {
  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 {
  transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  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: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 5vw;
  padding: 0 0 0.6rem 0;
  background-color: #0aa23e;
}

/*アサイド*/
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.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: 75%;
  height: auto;
}

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

/*画像右*/
.img_right_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_right_frame div.right {
  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 {
  order: 2;
  width: 100%;
}
.img_right_frame div.left .doctor_name {
  text-align: right;
}

/*画像左*/
.img_left_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_left_frame div.left {
  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 {
  order: 2;
  width: 100%;
  line-height: 120%;
}

/*二つ*/
.img_two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-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 screen and (min-width: 768px), print {
  .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: 350px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  /*画像右*/
  .img_right_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 3rem 0;
  }
  .img_right_frame div.right {
    order: 2;
    width: 350px;
    text-align: center;
  }
  .img_right_frame div.right img {
    width: 350px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    order: 1;
    width: 445px;
    line-height: 120%;
  }
  .img_right_frame div.left .doctor_name {
    text-align: right;
  }
  /*画像左*/
  .img_left_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 0;
  }
  .img_left_frame div.left {
    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 {
    order: 2;
    width: 445px;
    line-height: 120%;
  }
  /*二つ*/
  .img_two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-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.5rem;
  list-style-type: disc;
  margin: 0;
}
ul.list_normal li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}
ul.list_normal li ul {
  box-sizing: border-box;
  width: 100%;
}
ul.list_normal li ul li {
  line-height: 120%;
  font-size: 1.5rem;
  list-style-type: none;
  margin: 0 0 0.8rem 1.5rem;
  box-sizing: border-box;
  width: 90%;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.5rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  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.5rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  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_star {
  padding: 0;
  margin: 0;
}
ul.list_star li {
  font-size: 1.5rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 140%;
}
ul.list_star li::before {
  content: "★";
}

/*なし*/
ul.list_none {
  line-height: 160%;
  font-size: 1.5rem;
  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 {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.5rem;
  list-style-type: decimal;
  margin: 0 0 10px 2.4rem;
  box-sizing: border-box;
  width: 90%;
}

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

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

@media screen and (min-width: 768px), print {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 1.4rem 25px;
    padding: 0;
  }
  ul.list_normal li ul {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_normal li ul li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 0.8rem 1.8rem;
    box-sizing: border-box;
    width: auto;
  }
  /*画像●*/
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 100%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) 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-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    line-height: 100%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  /*★*/
  ul.list_star {
    padding: 0;
  }
  ul.list_star li {
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    line-height: 140%;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
  ul.list_star li::before {
    content: "★";
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.8rem;
    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 {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
    width: 90%;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    box-sizing: border-box;
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 120%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 20px 0;
}

dl.book_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  box-sizing: border-box;
  margin: 0 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 screen and (min-width: 768px), print {
  dl.bio_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.8rem;
    box-sizing: border-box;
    line-height: 140%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 20px 0;
  }
  dl.book_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.8rem;
    box-sizing: border-box;
    margin: 0 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 {
  margin: 2rem 0 2rem 0;
}
h2 span.jap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
h2 span.jap span.character {
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #472c16;
  font-size: 2.2rem;
  display: block;
  margin: 0 0.6rem;
  font-weight: bold;
}
h2 span.jap span.h2_left {
  display: block;
  font-weight: bold;
  font-size: 3rem;
}
h2 span.jap span.h2_right {
  display: block;
  font-weight: bold;
  font-size: 3rem;
}
h2 span.eng {
  display: block;
  color: #78b88e;
  font-size: 1.4rem;
  text-align: center;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3 {
  font-size: 2rem;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #472c16;
  padding: 0 0 0 0.5rem;
  box-sizing: border-box;
  border-bottom: #bfbfbf 2px dotted;
  margin: 0.2rem 0 1rem 0;
  min-height: 10vw;
}

h4 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  background-color: #0aa23e;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  border: #dcdcdc 1px solid;
}

h5 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #472c16;
  background-color: #e5e5e5;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  border: #dcdcdc 1px solid;
}

p {
  color: #472c16;
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px), print {
  h2 {
    margin: 2rem 0 3rem 0;
  }
  h2 span.jap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0.6rem 0;
  }
  h2 span.jap span.character {
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    color: #472c16;
    font-size: 2.6rem;
    display: block;
    margin: 0 0.6rem;
    font-weight: bold;
  }
  h2 span.jap span.h2_left {
    display: block;
    font-weight: bold;
    font-size: 3rem;
  }
  h2 span.jap span.h2_right {
    display: block;
    font-weight: bold;
    font-size: 3rem;
  }
  h2 span.eng {
    display: block;
    color: #78b88e;
    font-size: 1.4rem;
    text-align: center;
  }
  h2.first {
    margin: 0 0 2rem 0;
  }
  h3 {
    font-size: 2.6rem;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #472c16;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    border-bottom: #bfbfbf 2px dotted;
    margin: 0.2rem 0 1rem 0;
    min-height: 40px;
  }
  h4 {
    font-size: 2rem;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #ffffff;
    background-color: #0aa23e;
    padding: 10px 26px;
    box-sizing: border-box;
    border: #dcdcdc 1px solid;
    margin: 0 0 1rem 0;
  }
  h5 {
    font-size: 2rem;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #472c16;
    background-color: #e5e5e5;
    padding: 10px 26px;
    box-sizing: border-box;
    border: #dcdcdc 1px solid;
    margin: 0 0 1rem 0;
  }
  p {
    color: #472c16;
    font-size: 1.8rem;
    line-height: 150%;
    margin: 0 0 20px 0;
  }
}
/*下層*/
/*共通*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #000000;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
}

/*診療案内*/
.medicalinfo_link {
  color: #472c16;
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0 0 20px 0;
  text-align: left;
  display: block;
}

/*院長紹介*/
.doctor_name {
  text-align: right;
}

/*クリニック紹介*/
.machine_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.machine_box figure img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.machine_box figure figcaption {
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0 4rem 0;
}

/*初めての方へ*/
.tel_frame {
  background-color: #f29502;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.6rem;
}
.tel_frame a {
  color: #ffffff;
  text-decoration: none;
}

/*アクセス*/
.access_adjustment {
  margin: 0;
}

.access_tel a {
  color: #472c16;
}

.text_link {
  color: #472c16;
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0 0 20px 0;
  display: inline-block;
}

.text_blown {
  color: #472c16;
}

.text_red {
  color: red;
}

.text_bold {
  font-weight: bold;
}

.text_emphasis {
  color: #f29502;
  font-weight: bold;
  font-size: 2rem;
}

/*内科*/
table.price_table {
  padding: 0;
  margin: 0 auto 2rem auto;
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border: #ecb429 1px solid;
}
table.price_table thead th {
  text-align: center;
  background-color: #fefef6;
  color: #472c16;
  border-bottom: #ecb429 1px solid;
}
table.price_table th {
  background-color: #ecb429;
  color: #ffffff;
  width: 50%;
  vertical-align: middle;
  padding: 0.6rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  border-top: #ecb429 1px solid;
  border-bottom: #ffffff 1px solid;
  border-left: #ecb429 1px solid;
  text-align: left;
}
table.price_table td {
  color: #472c16;
  width: 50%;
  vertical-align: middle;
  padding: 1rem 0.6rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  border: #ecb429 1px solid;
  text-align: right;
  line-height: 140%;
}
table.price_table.influ tr th {
  width: 40%;
}
table.price_table.influ tr td {
  width: 45%;
}
table.price_table.influ tr td:last-of-type {
  width: 15%;
}

/*料金表*/
table.price_table2 {
  padding: 0;
  margin: 0 auto 2rem auto;
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.price_table2 thead th {
  text-align: center;
  background-color: #fefef6;
  color: #472c16;
  border-bottom: #ecb429 1px solid;
}
table.price_table2 tbody tr {
  display: flex;
  flex-wrap: wrap;
}
table.price_table2 th {
  background-color: #ecb429;
  color: #ffffff;
  width: 60%;
  vertical-align: middle;
  padding: 0.6rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  border-top: #ecb429 1px solid;
  border-bottom: #ffffff 1px solid;
  border-left: #ecb429 1px solid;
  text-align: left;
}
table.price_table2 td {
  color: #472c16;
  width: 40%;
  vertical-align: middle;
  padding: 1rem 0.6rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  border: #ecb429 1px solid;
  text-align: right;
  line-height: 140%;
}
table.price_table2.influ tr th {
  width: 40%;
}
table.price_table2.influ tr td {
  width: 45%;
}
table.price_table2.influ tr td:last-of-type {
  width: 15%;
}

/*小児科*/
.text_box {
  background-color: #fdf9f0;
  border: #a6937c 1px solid;
  padding: 0.6rem;
  box-sizing: border-box;
  color: #472c16;
}

/**/
.tel_text {
  color: #f29502;
  font-weight: bold;
}

@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 #000000;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
  }
  .medicalinfo_link {
    color: #472c16;
    font-size: 1.8rem;
    line-height: 150%;
    margin: 0 0 20px 0;
    text-align: left;
  }
  /*院長紹介*/
  .doctor_name {
    text-align: right;
  }
  /*クリニック紹介*/
  .machine_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  .machine_box figure {
    width: 45%;
    margin: 0 0 40px 0;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .machine_box figure figcaption {
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0 4rem 0;
  }
  /*初めての方へ*/
  .tel_frame {
    background-color: #f29502;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0.6rem;
    width: 60%;
    margin: 0 auto;
  }
  /*アクセス*/
  .access_adjustment {
    margin: 0;
  }
  .text_link {
    color: #472c16;
    font-size: 1.8rem;
    line-height: 150%;
    margin: 0 0 20px 0;
  }
  .text_link:hover {
    opacity: 0.6;
  }
  .text_emphasis {
    color: #f29502;
    font-weight: bold;
    font-size: 3rem;
  }
  /*内科*/
  table.price_table {
    padding: 0;
    margin: 0 auto 2rem auto;
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    border: #ecb429 1px solid;
  }
  table.price_table th {
    background-color: #ecb429;
    color: #ffffff;
    width: 50%;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: normal;
    border-top: #ecb429 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ecb429 1px solid;
    text-align: left;
  }
  table.price_table td {
    color: #472c16;
    width: 50%;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: normal;
    border: #ecb429 1px solid;
    text-align: right;
    line-height: 140%;
  }
  table.price_table.influ tr th {
    width: 50%;
  }
  table.price_table.influ tr td {
    width: 40%;
  }
  table.price_table.influ tr td:last-of-type {
    width: 10%;
  }
  /*料金表*/
  table.price_table2 {
    padding: 0;
    margin: 0 auto 2rem auto;
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.price_table2 tbody tr {
    display: table-row-group;
  }
  table.price_table2 th {
    background-color: #ecb429;
    color: #ffffff;
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: normal;
    border-top: #ecb429 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ecb429 1px solid;
    text-align: left;
  }
  table.price_table2 td {
    color: #472c16;
    width: 25%;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: normal;
    border: #ecb429 1px solid;
    text-align: right;
    line-height: 140%;
  }
  table.price_table2.influ tr th {
    width: 50%;
  }
  table.price_table2.influ tr td {
    width: 40%;
  }
  table.price_table2.influ tr td:last-of-type {
    width: 10%;
  }
  /*小児科*/
  .text_box {
    background-color: #fdf9f0;
    border: #a6937c 1px solid;
    padding: 26px;
    box-sizing: border-box;
    color: #472c16;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  width: 100%;
  height: auto;
  text-align: center;
}

.key_visual_in {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}

.key_visual_in_low {
  width: 100%;
  height: 30vw;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}

body:not(.index) .key_visual_in h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 3.5em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}

.key_nav {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.key_nav {
  position: absolute;
  top: 56px;
  left: 56px;
  z-index: 1;
  width: 260px;
}

.key_nav li:hover {
  background: #98D261;
}

.key_nav li a:hover i, .key_nav li a:hover {
  color: #fff;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.key_nav li {
  display: inline-block;
  background: #F9F8F4;
  color: #777;
  width: 124px;
  height: 124px;
  margin-bottom: 3px;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
}

.key_nav li:nth-child(4) i {
  font-size: 1.6em;
}

.key_nav li a {
  display: block;
  height: 124px;
  padding: 30px 0 0px;
}

.key_nav li:last-child {
  width: 250px;
  height: auto;
  background: none;
}

.key_nav li:last-child a {
  padding-top: 10px;
  height: auto;
}

.key_nav li:last-child i {
  display: inline;
}

.key_nav img, .key_nav i {
  color: #999;
  display: block;
  margin: 0 auto 10px;
}

.treatment_nav {
  background: #98D261;
}

.treatment_nav_in {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 50px 40px;
  letter-spacing: -0.3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.treatment_nav_in a {
  letter-spacing: normal;
  color: #fff;
  font-size: 1.5em;
  display: inline-block;
  width: 24%;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
}

.treatment_nav_in a:hover {
  cursor: pointer;
}

.treatment_nav_in a:before {
  color: #FFFFBF;
  padding-right: 5px;
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-pro {
  position: relative;
}
.slider-pro figure {
  position: absolute;
  bottom: 1rem;
  z-index: 99999;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.slider-pro figure img {
  width: 90%;
  height: auto;
}
.slider-pro .btn_link {
  display: none;
}

/*下層*/
.key_low {
  background: url(../images/keyv_low.jpg) no-repeat;
  background-position: center center;
  position: relative;
  height: 30vw;
}
.key_low h1 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
}
.key_low .btn_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  .key_visual {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .key_visual_in {
    width: 1200px;
    height: 498px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
  }
  .key_visual_in_low {
    width: 1200px;
    height: 498px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
  }
  @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
  body:not(.index) .key_visual_in h2 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 3.5em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
  }
  .key_nav {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .key_nav {
    position: absolute;
    top: 56px;
    left: 56px;
    z-index: 1;
    width: 260px;
  }
  .key_nav li:hover {
    background: #98D261;
  }
  .key_nav li a:hover i, .key_nav li a:hover {
    color: #fff;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  .key_nav li {
    display: inline-block;
    background: #F9F8F4;
    color: #777;
    width: 124px;
    height: 124px;
    margin-bottom: 3px;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
  }
  .key_nav li:nth-child(4) i {
    font-size: 1.6em;
  }
  .key_nav li a {
    display: block;
    height: 124px;
    padding: 30px 0 0px;
  }
  .key_nav li:last-child {
    width: 250px;
    height: auto;
    background: none;
  }
  .key_nav li:last-child a {
    padding-top: 10px;
    height: auto;
  }
  .key_nav li:last-child i {
    display: inline;
  }
  .key_nav img, .key_nav i {
    color: #999;
    display: block;
    margin: 0 auto 10px;
  }
  .treatment_nav {
    background: #98D261;
  }
  .treatment_nav_in {
    width: 1120px;
    margin: 0 auto;
    padding: 50px 50px 40px;
    letter-spacing: -0.3em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .treatment_nav_in a {
    letter-spacing: normal;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    width: 24%;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
  }
  .treatment_nav_in a:hover {
    cursor: pointer;
  }
  .treatment_nav_in a:before {
    color: #FFFFBF;
    padding-right: 5px;
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slider-pro {
    position: relative;
  }
  .slider-pro figure {
    position: absolute;
    bottom: 100px;
    z-index: 99999;
    margin: 0;
    left: 580px;
    right: 0;
  }
  .slider-pro figure img {
    width: 587px;
    height: auto;
  }
  .slider-pro .btn_link {
    display: block;
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
  }
  .slider-pro .btn_link ul {
    position: relative;
    z-index: 99999;
    width: 290px;
    list-style-type: none;
    margin: 38px 0 0 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider-pro .btn_link ul li {
    width: 140px;
    margin: 0 0 8px 0;
  }
  .key_low {
    position: relative;
    background: url(../images/keyv_low.jpg) no-repeat;
    background-position: center center;
    height: 498px;
  }
  .key_low h1 {
    position: absolute;
    bottom: 30px;
    right: 56px;
    font-size: 3rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
  }
  .key_low .btn_link {
    display: block;
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
  }
  .key_low .btn_link ul {
    position: relative;
    z-index: 99999;
    width: 290px;
    list-style-type: none;
    margin: 38px 0 0 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .key_low .btn_link ul li {
    width: 140px;
    margin: 0 0 8px 0;
  }
}/*# sourceMappingURL=style.css.map */