@charset "utf-8";

/* =======================================================================
	Style
======================================================================= */

/* Font
-------------------------------*/
html {
  font-size: 62.5%;
  
/* ベースを10pxに */
  width: 100%;
}
body {
  font-family: YakuHanRPs, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  font-size: 1.6rem; /*16px*/
  background-color: #fff;
  letter-spacing: 0.05em;
  border-top: #75B34E 0.7rem solid;
}
main {}
img {
  max-width: 100%;
  width: auto;
}
main p {
  margin-bottom: 15px;
}
#lower main p {
  text-align: justify;
}

/* ==== link ==== */
a {
  text-decoration: none !important;
}
a:link, a:visited {
  color: #805741;
}
/*main a:link {
	color: #564639;
}
main a:visited {
	color: #564639;
} */
a:hover {
  opacity: 0.7;
}

/* モジュール */
.flex_LRTB, .flex_RLTB {
  flex-direction: column;
  -webkit-flex-direction: column;
}

/* 画像のフロート SP時は解除 */
figure.fl_l, figure.fl_r {
  float: none;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
figure.fl_r img {
  border-radius: 20px;
}
.sp_none, .sp_none_in {
  display: none;
}
.txt_c {
  text-align: center !important;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.clear {
  clear: both;
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.fc_rd {
  color: #ff0000;
}
.fc_gr {
  color: #95AF4B;
}
.fc_or {
  color: #be9c5a;
}
.fc_bl {
  color: #5a7cbe;
}
.font_s {
  font-size: smaller;
}
.font_l {
  font-size: larger;
}

/* ボタン */
.btn_s {
  padding: 0.3rem 1rem;
  text-align: center;
  display: inline-block;
}
.btn {
  padding: 0.5rem 2rem;
  text-align: center;
  display: inline-block;
}
a.btn_def, a.btn_sim {
  background: #73b44e;
  border-radius: 5px;
  color: #fff;
}
a.btn_def::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  padding-right: 4px;
  color: #fff; /*アイコンの色*/
}
a.btn i {
  width: 1em !important;
}

/* リストマーク */
ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0 0 10px;
  padding: 0;
}
ol li {
  margin: 0;
}
ol.deci {
  margin-left: 20px;
}
ol.indent {
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
}
ul.list_kome li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.list_kome li:before {
  content: '※';
  left: -1.5em;
  width: 1em;
  margin-top: -.8em;
  color: #f0013c;
}
ul.list_def > li {
  padding-left: 1.3em;
  margin-bottom: 5px;
}
ul.list_def > li::before {
  display: inline-block;
  content: '●';
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: #FFE04D;
}
ul.list_sim > li {
  list-style: disc !important;
  margin-left: 20px;
}

ul.circle-list {
	list-style-type: circle;
	padding-left: 1.5em;
	margin-left: 0;
}

li ul {
  margin-left: 15px;
}
ul.list_in li {
  display: inline-block;
  margin-right: 20px !important;
}
ul.list_dot li {
  border-bottom: 1px dotted #FFE04D;
  padding: 2px 0;
}

/* 定義リスト */
dl.dl_def {
  margin: 20px auto;
}
dl.dl_def dt {
  font-weight: bold;
  border-bottom: double 3px #F0B501;
  margin-bottom: 7px;
}
dl.dl_def dd {
  margin-bottom: 15px;
}
dl.dl_tbl {
  border: #CCDFF2 solid 1px;
}
dl.dl_tbl dt {
  font-weight: bold;
  background: #CCDFF2;
  padding: 3px;
  text-align: center;
}
dl.dl_tbl dd {
  padding: 10px;
  margin: 0;
}
dl.dl_tbl dd *:last-child {
  margin-bottom: 0;
}
dl.dl_career dt {
  
/* 経歴 */
  color: #75B35F;
}
dl.dl_career dd {
  margin-bottom: 0.5rem;
}
.list_lb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_lb li {
  width: 49%;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* テキストの装飾 */
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.bold {
  font-weight: bold;
}

/* 囲み枠 */
.box {
  padding: 20px !important;
  margin-bottom: 20px;
  border: #75B34E dashed 2px;
  border-radius: 10px;
  background: #f5faf3;
}
.box *:last-child {
  margin-bottom: 0 !important;
}
.box dt {
  color: #75B34E;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

/* マージン */
.mb_05 {
  margin-bottom: 5px !important
}
.mb_10 {
  margin-bottom: 10px !important
}
.mb_15 {
  margin-bottom: 15px !important
}
.mb_20 {
  margin-bottom: 20px !important
}
.mb_25 {
  margin-bottom: 25px !important
}
.mb_30 {
  margin-bottom: 30px !important
}
.mb_35 {
  margin-bottom: 35px !important
}
.mb_40 {
  margin-bottom: 40px !important
}
.mb_45 {
  margin-bottom: 45px !important
}
.mb_50 {
  margin-bottom: 50px !important
}

.mt_10 {
	margin-top: 10px;
}

/* ==== 全体の横幅設定 ==== */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  padding: 0 1%;
}
section {
  margin-bottom: 30px;
}
main > section {
  margin: 0 auto 40px;
  padding: 0 15px;
}
main section section {
  margin-top: 30px !important;
}

/* ==== 診療時間 ==== */
table.timetable {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
table.timetable thead th, table.timetable thead td {
  padding: 3px;
  vertical-align: middle;
  font-weight: bold;
}
table.timetable tbody th, table.timetable tbody td {
  padding: 7px 3px;
  vertical-align: middle;
  border: 2px solid #73b44e;
}
table.timetable tbody td img, table.timetable tfoot td img {
  width: 16px;
}
table.timetable tbody td {
  font-size: 1.2rem;
  line-height: 0;
}
table.timetable tfoot td span {
  display: inline-block;
  text-align: left;
  margin: 3px auto;
}
table.timetable caption {
  caption-side: bottom;
  text-align: left;
  font-size: 1.6rem;
}
table tr.vc th {
  font-size: 1.3rem;
  line-height: 1.1;
}
table tr.vc th span {
  font-size: 1.2rem;
  display: block;
}

/* ==== header情報部全体 ==== */
header {
  padding: 7px 0 0;
  margin: 0;
}
header .wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
header figure {
  margin-bottom: 5px;
}
header .h_logo {
  padding: 10px 0;
  margin: 0 65px;
}
header .reserve {
  bottom: 0;
  top: inherit;
  width: 100%;
  background: #fff;
  padding: 5px;
  margin: 0;
  line-height: 1;
  position: fixed;
  right: 0;
  z-index: 100000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
header .reserve figure:first-child {
  margin-bottom: 10px;
}
header .reserve figure:last-child {
  margin-bottom: 0px;
}
header .reserve img {
  max-height: 80px;
  width: 90%;
}
header .reserve p.lead {
  width: 90%;
  margin: 0 auto 10px;
  ;
  border: 1px solid #ED9200;
  color: #ED9200;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

/* GlovalNavi
-------------------------------*/
#gnav {
  display: none; /*モバイル時は非表示*/
}
#gnav a {
  text-decoration: none !important;
}
/*見た目*/
.slicknav_menu {
  background: none;
  margin-bottom: 50px;
}
.nav_style ul {
  text-align: center;
}
.nav_style li a {
  padding: .5em 2em;
  color: #444;
}
.nav_style li {
  display: inline-block;
  position: relative;
}
.slicknav_nav {
  background: rgba(249, 249, 249, 0.8);
  position: absolute;
  top: 5rem;
  right: 0;
  width: 100%;
}
.slicknav_nav a, .slicknav_nav .slicknav_row, .slicknav_nav ul {
  margin: 0;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  color: #ef1635;
}
.slicknav_brand {
  color: #000;
}
/*ハンバーガーメニューのエフェクト*/
.slicknav_icon, .slicknav_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.slicknav_icon {
  position: relative;
  width: 50px;
  height: 44px;
}
.slicknav_menu .slicknav_icon-bar {
  position: absolute;
  left: 0;
}
.slicknav_icon span:nth-of-type(1) {
  top: 0;
}
.slicknav_icon span:nth-of-type(2) {
  top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
  bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
  opacity: 0;
}
.active .slicknav_icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
/*最低限*/
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 736px) {
  /*見た目*/
  .nav_style li {
    display: block;
  }
  .nav_style li a {
    width: 100%;
  }
  /*共通*/
  nav ul {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu {
    position: absolute;
    top: 2.5rem;
    right: 0.5rem;
    display: inline-block;
    background: none;
    padding: 0;
    z-index: 10;
  }
  .slicknav_menu .slicknav_nav {
    width: 94vw;
    background: rgba(249, 249, 249, 0.8);
    border-radius: .5rem;
    padding: 1.6rem;
    position: absolute;
    top: 6rem;
    right: 1.0rem;
    margin: auto;
  }
  ul.menu {
    display: none;
  }
  .nav_style li {
    display: block;
  }
  .nav_style li a {
    width: 100%;
  }
  .slicknav_nav li:last-child a {
    border: none;
  }
  .slicknav_nav li a {
    color: #444;
    border-bottom: 1px solid #75B34E;
    padding: 0.5rem;
  }
  .slicknav_nav li a img {
    vertical-align: inherit;
    padding-right: 1rem;
  }
  /*共通*/
  .slicknav_menu {
    display: block;
  }
  .sub_menu {
    position: inherit;
  }
  /*ハンバーガーメニューのエフェクト*/
  .slicknav_icon, .slicknav_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .slicknav_icon {
    position: relative;
    width: 50px;
    height: 44px;
  }
  .slicknav_menu .slicknav_icon-bar {
    position: absolute;
    left: 0;
  }
  .slicknav_icon span:nth-of-type(1) {
    top: 0;
  }
  .slicknav_icon span:nth-of-type(2) {
    top: 3px;
  }
  .slicknav_icon span:nth-of-type(3) {
    bottom: 0;
  }
  .active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  .active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}
nav {
  padding: 0;
  background: #FAF6EB;
}
nav ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
nav li {
  width: 50%;
  text-align: center;
  background: #FAF6EC;
}
nav li:nth-child(even) {
  border-right: 2px solid #fff;
}
nav li:nth-child(4), nav li:nth-child(5) {
  border-top: 2px solid #fff;
}
nav li a {
  display: flex;
  line-height: 1;
  padding: 1rem 0 1rem;
  color: #564639 !important;
  justify-content: center;
  align-items: flex-end;
}
nav img {
  padding-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
  max-height: 2.5rem;
}

/* ==== メインエリア ====*/
main {}

/* ==== サイドナビ ====  */
aside {
  width: 100%;
  margin: 0 auto;
  font-size: 2.1rem;
}
aside ul {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  margin: 0;
  border-top: #EBB604 dotted 0.2rem;
}
aside ul li {
  width: 50%;
  padding: 1rem;
}
aside ul li a {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: #EBB604 dashed 0.1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
aside ul img {
  vertical-align: middle;
  width: 3rem;
  display: block;
  margin: 0 auto;
}
aside .bg {
  display: none;
}

/* ==== フッター ==== */

/* ==== 著作権表記エリア ==== */
address {
  text-align: center;
  font-size: 1.5rem;
  padding: 0.7rem;
  font-style: normal;
  margin: 0 0 4.9rem;
  background: #75B34E;
}
address a {
  color: #fff !important;
}

/* ==== ページトップ ==== */
#pageTop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 10px;
  transition: .5s;
  opacity: 0.9;
}
#pageTop a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #E18E48;
  border-radius: 80px;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
}

/* Google Map */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 300px;
  margin: 10px 0;
  border: 3px solid #fff;
  border-radius: 10px
}
.gmap .btn {
  background: #F1B500;
  font-size: 1.5rem;
  border-radius: 30px;
  padding: 5px 30px;
}
h1 {
  display: none;
}
#lower h2 {
  background: url("../images/common/h2.jpg") no-repeat center center;
  background-size: contain;
  width: 100%;
  min-height: 8rem;
  color: #4f4b49;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4rem;
  font-size: 2.2rem;
  text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff;
}
#lower h3 {
  border-bottom: 0.2rem solid #75B34E;
  padding: 0 0 0.5rem 4rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #75B34E;
  position: relative;
  min-height: 3rem;
}
#lower h3::before {
  position: absolute;
  left: 0.5rem;
  top: 40%;
  margin-top: -1.2rem;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  content: url("../images/common/icn_flower1.png");
}
#lower h4 {
  border-bottom: 0.2rem solid #C6C5C3;
  padding: 0 0 0.5rem 4rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #595757;
  position: relative;
  min-height: 3.3rem
}
#lower h4::before {
  position: absolute;
  left: 0.5rem;
  top: 40%;
  margin-top: -1.2rem;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  content: url("../images/common/icn_flower2.png");
}
#lower h5 {
  position: relative;
  border-bottom: 2px solid #666;
  font-size: 110%;
  color: #666;
  padding: 0 0 0.2rem 0.5rem;
  margin-bottom: 1rem;
}
#lower h5::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #277DBF;
}

/* clinic */
/*
.dl_lb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dl_lb div {
    width: 49%;
    text-align: center;
    margin-bottom: 1.5rem;
}*/

/* 　スタッフ募集  */
table.staff-tbl {
  width: 100%;
  max-width: 786px;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 1em;
  border: 1px solid #A2E7E3;
}
table.staff-tbl thead th {
  display: none;
}
table.staff-tbl tbody th, table.staff-tbl tbody td {
  width: 100%;
  padding: 0.7em 0.7em;
  font-weight: normal;
  margin: 0px;
  display: block;
}
table.staff-tbl tbody th {
  color: #00A199;
  background-color: #EBF5E5;
  text-align: center;
}
table.staff-tbl td {
  color: #666;
  padding: 0.5em 1em;
  border-bottom: 1px solid #A2E7E3;
}
table.staff-tbl th {
  border-top: 0px;
  border-bottom: 0px;
}
table.staff-tbl tr:first-child {
  border-top: 1px solid #A2E7E3;
}

/* 医院概要　access・top共通 */
.overview dl {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.overview dt {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.overview dt p {
  background: #F0B500;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 !important;
}
.overview dd {
  margin: 0 0 15px;
  padding: 2px 0 0 10px;
  width: 100%;
}

/* 　予防接種  */
table.tbl_vaccine, table.tbl_vaccine2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 1em;
  border: 1px solid #A2E7E3;
}
table.tbl_vaccine caption, table.tbl_vaccine2 caption {
  text-align: left;
}
table.tbl_vaccine caption span, table.tbl_vaccine2 caption span {
  color: #0AA59C;
}
table.tbl_vaccine thead, table.tbl_vaccine2 thead {
  background: #0AA59C;
  color: #fff;
}
table.tbl_vaccine thead tr > *, table.tbl_vaccine2 thead tr > * {
  text-align: center;
  padding: 0.5em 1em;
  vertical-align: middle;
}
table.tbl_vaccine tbody th, table.tbl_vaccine tbody td, table.tbl_vaccine2 tbody th, table.tbl_vaccine2 tbody td {
  padding: 0.7em 0.5em;
  font-weight: normal;
  margin: 0px;
  border-bottom: 1px solid #A2E7E3;
  font-size: 15px;
}
table.tbl_vaccine tbody td, table.tbl_vaccine2 tbody td {
  border-left: 1px solid #A2E7E3;
}
table.tbl_vaccine tbody th, table.tbl_vaccine2 tbody th {
  color: #00A199;
  background-color: #EBF5E5;
  text-align: left;
}
table.tbl_vaccine tbody th {
  width: 21em;
}
table.tbl_vaccine2 tbody th {
  width: 8em;
}
table.tbl_vaccine tbody td, table.tbl_vaccine2 tbody td {
  color: #666;
  padding: 0.5em 1em;
}
table.tbl_vaccine tbody tr td:last-child {
  text-align: right;
}
table.tbl_vaccine tbody tr td:nth-child(3) {
  text-align: center;
}
table.tbl_vaccine th {
  border-top: 0px;
  border-bottom: 0px;
}
table.tbl_vaccine tr:first-child {
  border-top: 1px solid #A2E7E3;
}
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 736px) {
  table.tbl_vaccine th {
    border-bottom: none;
    border-top: 1px solid #A2E7E3;
  }
  table.tbl_vaccine tbody tr:first-child th {
    border-top: none;
  }
  table.tbl_vaccine td {
    border-bottom: none;
  }
  table.tbl_vaccine thead {
    display: none;
  }
  table.tbl_vaccine tr {
    width: 100%;
  }
  table.tbl_vaccine tbody td {
    display: flex;
    text-align: left !important;
    width: 100%;
    border: none;
    padding: 10px 5px;
  }
  table.tbl_vaccine tbody th {
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  table.tbl_vaccine td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    width: 10em;
    text-align: left;
  }
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
    border: solid 1px #EBF5E5;
  }
  .scroll-table table {
    margin: 0;
  }
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  html {}
  body {
    min-width: 1270px;
    border-top-width: 35px;
  }
  
/* ==== モジュールあれこれ ====*/
  
/* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  
/* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .half {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .half > * {
    width: 48%;
    margin-bottom: 15px;
  }
  .flex_LRTB > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB > figure + ul {
    width: 68% !important
  }
  
/* 画像のフロート SP時は解除 */
  figure.fl_r {
    float: right;
    width: auto;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  figure.fl_l {
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .sp_none_in {
    display: inline;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .split_wrap {
    display: flex;
    justify-content: space-between; /*	position: relative; */
  }
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #595757 !important;
  }
  
/* ==== サイドナビ ====*/
  aside ul li a {
    text-align: left;
  }
  
/* ==== メインエリア ====*/
  #lower main {
    margin: 0 0 10px 30px;
    padding: 0 0 0 10px;
    width: 810px;
  }
  
/* ==== 全体の横幅設定 ==== */
  .inner {
    margin: 0 auto;
    padding: 0 5px;
    /*	width: 81rem; */
  }
  .wrapper {
    width: 1270px;
    margin: 0 auto;
  }
  section {
    margin-bottom: 50px;
  }
  section section {
    margin: 30px 0;
  }
  main > section {
    padding: 0;
  }
  
/* ==== ヘッダー ==== */
  #lower header {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    min-width: 1270px;
  }
  #lower header .wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    max-width: 1270px;
    margin: auto !important;
    padding: 0;
  }
  #lower header .h_logo {
    width: 800px;
    padding: 0;
    margin: 0;
  }
  #lower header .reserve {
    bottom: inherit;
    background-color: transparent;
    width: 341px;
    position: relative;
    display: block;
    text-align: center;
    z-index: auto;
  }
  #lower header .reserve figure:first-child {
    margin-bottom: 10px;
  }
  #lower header .reserve img {
    max-height: 90px;
  }
  #lower nav {
    width: 100%;
    min-width: 1270px;
    margin: 0 0 75px;
    padding: 20px 0;
    background: #F0B501;
  }
  #lower nav ul {
    width: 1270px;
    margin: 0 auto;
    justify-content: flex-end;
    padding: 0;
    font-weight: bold;
    border: none;
  }
  #lower nav ul li {
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    display: inline;
    
/*   width: calc( 100% / 7 ); */
    width: 14.285714%;
    border-left: 2px solid #F8D881;
    padding: 0;
    border-top: none !important;
    border-right: none !important;
  }
  #lower nav ul li:last-child {
    border-right: 2px solid #F8D881 !important;
  }
  #lower .nav_style li a {
    display: block;
    padding: 5px 0;
    color: #fff !important;
  }
  #lower nav > ul > li > a > img {
    display: block;
    margin: 0 auto 10px;
    max-height: 30px;
    padding: 0;
  }
  #lower nav + div.wrapper.flex_RLTB {
    width: 1130px;
    position: relative;
  }
  
/* ==== サイドナビ ==== */
  aside {
    width: 280px;
    margin: 0 0 50px 0;
    padding: 0;
  }
  #lower aside {
    margin: 0 0 90px 0;
  }
  #lower aside .bg {
    position: absolute;
    z-index: -100;
    top: -3rem;
    right: 81rem;
    width: 759px;
    display: block;
  }
  aside ul {
    display: block;
    margin: 0;
    padding: 0;
    border: none !important;
  }
  aside ul li {
    width: 280px;
    max-width: 280px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
  }
  aside ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    border: #CCC dashed 2px;
    padding: 15px;
    border-radius: 5px;
    font-size: 2.1rem;
    background: rgba(255, 255, 255, 0.8);
  }
  aside li img {
    display: inline-block;
    margin: 0 1.8rem 0 0;
    width: 4.3rem;
  }
  
/* ==== フッター ==== */
  footer {
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 0;
    min-width: 1270px;
    width: 100%;
  }
  
/* ==== フッターナビ ==== */
  #lower footer .bg_town {
    background: url("../images/common/bg_town.png") repeat-x top #fff;
    height: 140px;
    width: 100%;
    min-width: 1270px;
    margin: 0;
    padding: 0;
  }
  footer div.wrapper {
    padding: 40px 0 20px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    background: #F0B501;
    width: 100%;
    max-width: 100%;
  }
  footer div.wrapper a {
    color: #fff !important;
  }
  footer figure {
    margin: 0 auto 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 40px;
    max-width: 1270px;
  }
  footer .gl {
    margin-bottom: 1.2rem;
  }
  footer ul a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding-right: 0.5rem;
    font-weight: bold;
  }
  footer .gl a::before {
    content: "\f35a";
  }
  footer ul {
    display: flex;
    margin: 0.8rem auto 0;
    justify-content: space-between;
    width: 100rem;
    flex-wrap: wrap;
  }
  address {
    padding: 1rem;
    width: 100%;
    min-width: 1270px;
    margin: 0 auto;
    border-top-color: #A9A29C;
  }
  
/* clinic */
  .dl_lb div {
    width: 32%;
  }
  
/* access */
  .overview dl {
    padding: 0;
    margin: 20px 0 0 7px;
  }
  .overview dt {
    width: 6em;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .overview dd {
    width: calc(100% - 6em);
    padding-left: 20px;
    font-size: 2rem;
  }
  #lower #tt {
    margin: 4rem 0 0;
    background: url("../images/common/bg_child3.png") left center no-repeat;
    background-size: 220px auto;
    padding-left: 230px;
  }
  #lower h2 {
    background-size: 100% 100%;
    font-size: 3.5rem;
    margin: 0 auto 70px;
    padding: 0;
    width: 810px;
    height: 180px;
  }
  #lower h3 {
    font-size: 2.3rem
  }
  #lower h4 {
    font-size: 2rem;
  }
  
/* ==== 診療時間 ==== */
  table.timetable {
    font-size: 2.4rem;
  }
  table.timetable tbody td img, table.timetable tfoot td img {
    width: 2.6rem;
    vertical-align: bottom;
  }
  table.timetable tfoot {
    font-size: 1.75rem;
    line-height: 2.6rem;
  }
  table tr.vc th {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0.3rem;
  }
  table tr.vc th span {
    font-size: 1.4rem;
  }
  
/* ==== スタッフ募集 ==== */
  table.staff-tbl thead th {
    display: table-cell;
    color: #00A199;
    background-color: #EBF5E5;
    padding: 10px;
    vertical-align: middle;
  }
  table.staff-tbl tbody th {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #A2E7E3;
  }
  table.staff-tbl tbody td {
    display: table-cell;
  }
  dl.dl_career dt {
    
/* 経歴 */
    width: 7em;
    float: left;
    color: #75B35F;
  }
  dl.dl_career dd {
    margin-left: 7em;
    width: calc(100% - 7em);
  }
  .list_lb li {
    width: 30%;
  }
  .list_lb::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen\0 {
  
/* IEハック */
  #lower h2 {
    line-height: 18rem;
  }
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {}

/* ==== お知らせ欄 ==== */
section#news {
  width: 100%;
  margin: 3rem auto;
  padding: 3rem 1rem 0;
}
section#news.notice {
  padding: 0 1rem;
}
#news:not(.notice) h2 {
  margin: 0 0 1rem;
  padding: 2px 0 5px 70px;
  background: url("../images/common/icn_blocks.png") no-repeat top left 5px;
  background-size: 50px auto;
  width: 100%;
  font-size: 3rem;
  color: #805741;
  border-bottom: 0.2rem solid #F0B500;
}
section#news dl {
  margin: 1rem auto;
  overflow: auto;
  text-align: left;
  padding: 0.5rem;
}
section#news:not(.notice) dl {
  max-height: 25rem;
}
section#news dl::-webkit-scrollbar {
  width: 1rem;
}
section#news dl::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #F5EFE1;
}
section#news dl::-webkit-scrollbar-thumb {
  background: rgba(240, 181, 0, 0.3);
  border-radius: 10px;
  box-shadow: none;
}
#news dt {
  font-weight: bold;
  color: #AE9B7C;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #C6C4C3;
  font-size: 1.8rem;
}
#news dt span.news-date {
  display: block;
  font-size: 0.8em;
}
#news dd {
  padding: 5px 10px 10px;
  margin-bottom: 10px;
}
#news dd *:last-child {
  margin-bottom: 0;
}

/* PC */
@media print, screen and (min-width: 46.875em) {
  header .reserve p.lead {
    display: none;
  }
  section#news {
    margin: -40px auto 20px;
    padding: 40px 0 20px;
    width: 810px !important;
    background: url("../images/common/bg_child2.png") no-repeat top right;
    background-size: auto;
  }
  section#news dl {
    width: 680px;
    margin-left: 0;
    padding: 0;
  }
  section#news:not(.notice) dl {
    min-height: 25rem;
    max-height: 35rem;
  }
  #news dt span.news-date {
    display: inline-block;
    margin-right: 0.5em;
  }
}


dl.lst_dl01 {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
dl.lst_dl01 dt {
  font-weight: bold;
  color: #AE9B7C;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #C6C4C3;
  font-size: 1.8rem;
}
dl.lst_dl01 dt:after {
    content:"▼";
    display: inline-block;
	margin: 0 0 0 1.5rem;
}
dl.lst_dl01 dt.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
dl.lst_dl01 dd {
  padding: 5px 10px 10px;
  margin-bottom: 10px;
}
dl.lst_dl01 dd *:last-child {
  margin-bottom: 0;
}