@charset "utf-8";
@font-face {
  font-family: "genju_r";
  src: url(../font/genju_r.eot) format("eot"),
    url(../font/genju_r.woff) format("woff");
}
@font-face {
  font-family: "genju_m";
  src: url(../font/genju_m.eot) format("eot"),
    url(../font/genju_m.woff) format("woff");
}
@font-face {
  font-family: "geomanist_r";
  src: url(../font/geomanist_r.woff) format("woff");
}
/* テーブル全体のスタイル */
.styled-table-wrapper {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
/* ヘッダー行のスタイル */
.styled-table th {
  background-color: #f2f7ec;
  color: #71a626;
  font-weight: bold;
  text-align: center; /* ヘッダーの文字を中央寄せ */
  padding: 5px 10px;
  border: 1px solid #71a626;
}
/* 行の背景色と文字色 */
.styled-table tr {
  background-color: white;
}
/* セルのスタイル */
.styled-table td {
  padding: 5px 10px;
  border: 1px solid #71a626; /* 線を緑に設定 */
  text-align: center; /* 文字を中央寄せ */
}
.styled-table td:last-child {
  font-weight: bold; /* 一番右のセルを太字にする */
}
/* indexのみ セルのスタイル */
.notice .styled-table td {
  padding: 5px 5px;
}

@media all and (min-width: 1025px) {
  .br-sp {
    display: none;
  }
  .br-mid {
    display: none;
  }
  /* :::::::::: フォント :::::::::: */
  p,
  li,
  dt,
  dd {
    -webkit-text-size-adjust: none;
    font-size: 1.5em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
  }
  th,
  td {
    -webkit-text-size-adjust: none;
    font-size: 1.6em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
  }
  caption,
  figcaption {
    font-size: 1.5em;
    letter-spacing: 0.03em;
    line-height: 1.5em;
  }
  /* -----------------------------------------------------------------------
　構造
----------------------------------------------------------------------- */
  html {
    overflow: auto;
  }
  body {
    font-family: "genju_r", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    border-top: 4px solid #71a627;
    font-size: 62.5%;
    overflow: hidden;
  }
  header {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 0 20px 0;
  }
  .content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  aside {
    width: 350px;
    float: left;
    margin: 0 auto 50px;
  }
  main {
    display: block;
    width: 800px;
    float: right;
  }
  /* -----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------- */
  h1 {
    font-size: 0.9em;
    width: 270px;
    float: left;
    margin: 0 20px 0 0;
  }
  h2 {
  }
  h3 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
  }
  h4 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
  }
  h5 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
  }
  h6 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
  }
  /* =======================================================================

   全体
   
======================================================================= */
  /* -----------------------------------------------------------------------
　header
----------------------------------------------------------------------- */
  .h_logo a {
    display: block;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 386px;
    height: 76px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    float: left;
  }
  .h_right {
    width: 794px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #d6d2d0;
  }
  .h_migi {
    float: right;
    width: 62%;
  }
  .h_address {
    width: 100%;
    font-size: 1.5em;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    background: #bcd400;
    color: #fff;
    text-align: center;
    height: 34px;
    box-sizing: border-box;
    padding: 4px 0 0 0;
  }
  .switchdsp p:last-child {
    border-left: 1px solid #fff;
    width: 58%;
  }
  .h_phone {
    width: 42%;
    font-size: 2em;
    text-align: center;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    background: #f08300;
    color: #fff;
    height: 36px;
    box-sizing: border-box;
  }
  .switchdsp input {
    display: none;
  }
  /* :::::::::: nav :::::::::: */
  nav {
    clear: both;
    padding: 15px 0 0;
  }
  nav ul {
    overflow: hidden;
  }
  nav li {
    float: left;
    font-size: 1.7em;
    line-height: 1.2em;
    font-family: "Raleway", "genju_m", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    margin: 0 43px 0 0;
  }
  nav li:nth-child(5) {
    margin: 0;
  }
  nav li a {
    color: #71a627;
  }
  nav li a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
  }
  .nav01 a:before {
    background: url(../images/nav_01.png) no-repeat;
    background-size: 14px auto;
  }
  .nav02 a:before {
    background: url(../images/nav_02.png) no-repeat;
    background-size: 14px auto;
  }
  .nav03 a:before {
    background: url(../images/nav_03.png) no-repeat;
    background-size: 14px auto;
  }
  .nav04 a:before {
    background: url(../images/nav_04.png) no-repeat;
    background-size: 14px auto;
  }
  .nav05 a:before {
    background: url(../images/nav_05.png) no-repeat;
    background-size: 14px auto;
  }
  .drawer-hamburger,
  .closeMenu {
    display: none !important;
  }
  /* :::::::::: key visual :::::::::: */
  .mainVisual {
    height: 700px;
    background: url(../images/keyv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 100px 0 0;
    position: relative;
    margin: 0 auto 50px;
  }
  .mainVisual h2 {
    text-align: center;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.7em;
    color: #fff;
    margin: 0 0 100px;
  }
  .mainVisual ul {
    width: 513px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
  }
  .mainVisual li {
    width: 100%;
    font-size: 2.5em;
  }
  .mainVisual li span {
    display: block;
    font-family: "geomanist_r", "genju_m", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 1.8em;
    line-height: 0.75em;
    padding: 12px 0 0;
  }
  .mainVisual li {
    text-align: center;
  }
  .mainVisual_timetable {
    background: #fff;
    width: 370px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    color: #71a627;
    padding: 18px;
  }
  .mainVisual_timetable th,
  .mainVisual_timetable td {
    border-right: 1px solid #71a627;
    padding: 0 1%;
    text-align: center;
  }
  .mainVisual_timetable caption {
    padding: 10px 0 0;
  }
  .mainVisual_timetable th:first-child {
    text-align: center;
  }
  .mainVisual_timetable td:first-child {
    text-align: right;
    padding: 0 5px 0 0;
  }
  .mainVisual_timetable .holiday {
    letter-spacing: -0.2em;
    text-indent: -0.3em;
    padding: 0 0%;
  }
  /* -----------------------------------------------------------------------
　aside
----------------------------------------------------------------------- */
  .service_title {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
    border-left: 2px solid #71a627;
    padding: 5px 20px 10px 20px;
    margin: 0 0 20px;
  }
  .service_title:after {
    content: "SERVICES";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 3px 0 0 3px;
    line-height: 0.8em;
  }
  .service_list {
    margin: 0 0 20px;
  }
  .service_list li {
    margin: 0 0 5px;
  }
  .service_list li:last-child {
    margin: 0;
  }
  .service_list li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: #f2f7ec;
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 20px 0 20px 20px;
  }
  .service_list li a:before {
    content: "";
    display: block;
    width: 38px;
    height: 67px;
    background-color: #71a627;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service_list li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
  }
  .medical_coopretaion {
    margin: 0 0 20px;
  }
  .medical_coopretaion a {
    display: block;
    width: 100%;
    padding: 20px 0 20px 20px;
    background-color: #71a627;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .medical_coopretaion a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
  }
  .calendar {
    background: #f2f7ec;
    padding: 20px;
  }
  .calendar p {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
    padding: 5px 20px 10px 20px;
    margin: 0 0 20px;
    text-align: center;
  }
  .calendar p:after {
    content: "CALENDAR";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 3px 0 0 3px;
    line-height: 0.8em;
  }
  .caledit {
    background: #fff;
    width: 100%;
    margin: 0 0 20px;
  }
  .caledit th {
    padding: 5px 0;
  }
  .caledit td {
    padding: 5px 0;
  }
  table.caledit td.today:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .calendar_annotaiton {
    background: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .calendar_annotaiton li {
    display: inline-block;
  }
  .calendar_annotaiton li:first-child {
    color: #71a627;
    margin: 0 20px 0 0;
  }
  .calendar_annotaiton li:nth-child(2) {
    color: #f08300;
    margin: 0 20px 0 0;
  }
  .calendar_annotaiton li:nth-child(3) {
    color: #1877b8;
  }
  .calendar_annotaiton li:nth-child(4) {
    color: #f75b97;
  }
  /* -----------------------------------------------------------------------
  footer
----------------------------------------------------------------------- */
  footer dl {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: #71a627;
  }
  footer dt {
    width: 40%;
    float: left;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2em;
    box-sizing: border-box;
    padding: 70px 40px 0 0;
    text-align: right;
  }
  footer dt:after {
    content: "CONTACT/RESERVATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    padding: 6px 0 0 0;
    line-height: 1.6em;
  }
  footer dd {
    color: #fff;
    width: 60%;
    float: right;
    background: #bcd400;
    padding: 20px 0 20px 40px;
    font-size: 3em;
    box-sizing: border-box;
  }
  footer dd span {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
  }
  .footer_inner {
    width: 780px;
    height: 110px;
    overflow: hiden;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  footer .f_logo {
    width: 280px;
    height: 110px;
    float: left;
    background: url(../images/f_logo.svg) no-repeat;
    background-size: 78px auto;
    background-position: left center;
    padding: 43px 0 0 100px;
    box-sizing: border-box;
    font-size: 1.2em;
  }
  footer ul {
    text-align: left;
    float: right;
    width: 500px;
    border-left: 1px solid #000;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 43px 0 0;
  }
  footer li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 20px 0 0;
  }
  footer li a {
    color: #000;
  }
  .copyright {
    clear: both;
    text-align: center;
    font-size: 1.2em;
    padding: 50px 0;
  }
  /* -----------------------------------------------------------------------
  診療時間
----------------------------------------------------------------------- */
  .timetable {
    width: 100%;
  }
  .timetable caption {
    caption-side: bottom;
    text-align: left;
  }
  .timetable td {
    text-align: center;
  }
  /* =======================================================================

   個別
   
======================================================================= */
  /* -----------------------------------------------------------------------
  index.html
----------------------------------------------------------------------- */
  /* :::::::::: index.html :::::::::: */
  .pickup {
    margin: 0 0 50px;
  }
  .pickup h3 {
    border-left: 2px solid #71a627;
    padding: 5px 20px 10px 20px;
    margin: 0 0 20px;
  }
  .pickup h3:after {
    content: "PICK UP";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 3px 0 0 3px;
  }
  .pickup li {
    margin: 0 0 5px;
  }
  .pickup li span {
    display: block;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4em;
  }
  .pickup li a {
    color: #000;
    display: block;
    width: 100%;
    height: 188px;
    padding: 30px 90px 0 380px;
    box-sizing: border-box;
    position: relative;
  }
  .pickup li:first-child a {
    background: url(../images/pickup_image01.jpg) no-repeat;
    background-size: 330px auto;
    background-position: left center;
  }
  .pickup li:nth-child(2) a {
    background: url(../images/pickup_image02.jpg) no-repeat;
    background-size: 330px auto;
    background-position: left center;
  }
  .pickup li:nth-child(3) a {
    background: url(../images/pickup_image03.jpg) no-repeat;
    background-size: 330px auto;
    background-position: left center;
  }
  .pickup li a:before {
    content: "";
    display: block;
    width: 40px;
    height: 188px;
    background-color: #f08300;
    position: absolute;
    top: 0;
    right: 0;
  }
  .pickup li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
  }
  .notice {
    background: #f2f7ec;
    padding: 40px;
    margin: 0 0 50px;
  }
  .notice h3 {
    text-align: center;
    margin: 0 auto 40px;
  }
  .notice h3:after {
    content: "INFOMATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 3px 0 0 3px;
  }
  .notice dt {
    color: #71a627;
    font-size: 1.8em;
  }
  .notice .date {
    display: none;
  }
  .notice dd {
    padding: 0 0 40px;
    margin: 0;
  }
  .notice dd table {
    font-size: 0.8em;
    margin: 20px 0;
  }
  .notice dd:last-child {
    padding: 0;
    margin: 0;
  }
  .notice dd ul li {
    font-size: 1em;
    font-weight: 600;
  }
  .notice img:nth-child(1) {
    display: block;
    width: 30%;
    height: auto;
    margin: 10px 0 10px 0;
  }
  .notice_biyou div {
    background: #fdf2f5;
    margin-bottom: 20px;
  }
  .notice_biyou div dl {
    padding: 20px;
  }
  .notice_biyou img {
    display: block;
    border: 1px solid #dfdcd7;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature {
    background: #71a627;
    padding: 40px;
    margin: 0 0 50px;
    color: #fff;
  }
  .feature h3 {
    text-align: center;
    margin: 0 auto 40px;
    color: #fff;
  }
  .feature h3:after {
    content: "FEATURES";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    padding: 3px 0 0 3px;
  }
  .feature dl {
    padding: 0 0 0 180px;
    margin: 0 0 30px;
  }
  .feature dl:nth-child(2) {
    background: url(../images/feature_image03.png) no-repeat;
    background-size: 135px auto;
    background-position: left 10px;
  }
  .feature dl:nth-child(3) {
    background: url(../images/feature_image01.png) no-repeat;
    background-size: 135px auto;
    background-position: left 25px;
  }
  .feature dl:nth-child(4) {
    background: url(../images/feature_image02.png) no-repeat;
    background-size: 135px auto;
    background-position: left 40px;
  }
  .feature dl:nth-child(5) {
    background: url(../images/feature_image04.png) no-repeat;
    background-size: 135px auto;
    background-position: left 10px;
  }
  .feature dt {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8em;
  }
  .greetings {
    overflow: hidden;
    margin: 0 0 50px;
  }
  .greetings h3 {
    border-left: 2px solid #f08300;
    padding: 5px 20px 10px 20px;
    margin: 0 0 20px;
  }
  .greetings h3:after {
    content: "GREETINGS";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #f08300;
    padding: 3px 0 0 3px;
  }
  .greetings img {
    display: block;
    float: right;
    margin: 0 0 0 30px;
  }
  .greetings p {
    margin: 0 0 15px;
  }
  .doctorname {
    text-align: right;
    margin: 0;
  }
  .clinic {
    background: #f2f7ec;
    padding: 40px;
    margin: 0 0 50px;
    overflow: hidden;
  }
  .clinic h3 {
    margin: 0 0 20px;
  }
  .clinic h3:after {
    content: "CLINIC INFORMATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 3px 0 0 3px;
  }
  .clinic p {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8em;
    margin: 0 0 20px;
  }
  .clinic dl {
    width: 317px;
    float: left;
  }
  .clinic dt {
    color: #71a627;
    border-bottom: 1px solid #71a627;
  }
  .clinic dd {
    margin: 0 0 10px;
  }
  .timetable_outer {
    width: 370px;
    float: right;
  }
  .attending_timetable {
    width: 100%;
    background: #fff;
    margin: 0 0 30px;
  }
  .attending_timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .attending_timetable tr:last-child {
    border: 0;
  }
  .attending_timetable th:first-child,
  .attending_timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
  }
  .attending_timetable th {
    padding: 5px 0;
    color: #71a627;
  }
  .attending_timetable td {
    text-align: center;
    padding: 5px 0;
  }
  .clinic .timetable {
    background: #fff;
  }
  .clinic .timetable caption {
    padding: 10px 0 0;
  }
  .clinic .timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .clinic .timetable tr:last-child {
    border: 0;
  }
  .clinic .timetable th:first-child,
  .clinic .timetable td:first-child {
    background: #71a627;
    color: #fff;
    width: 38%;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .clinic .timetable th:first-child {
    text-align: center;
  }
  .clinic .timetable td:first-child {
    text-align: right;
  }
  .clinic .timetable th {
    padding: 5px;
    color: #71a627;
  }
  .clinic .timetable td {
    text-align: center;
    padding: 5px;
  }
  .clinic .timetable .holiday {
    letter-spacing: -0.3em;
  }
  .orange {
    color: #f08300;
  }
  .map {
    clear: both;
    width: 100%;
    height: 600px;
  }
  .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* =======================================================================

   下層
   
======================================================================= */
  /* -----------------------------------------------------------------------
  共通
----------------------------------------------------------------------- */
  .subpage .mainVisual {
    height: 200px;
    padding: 70px 0 0;
    background-position: center 67%;
  }
  .subpage .mainVisual h2 {
    font-size: 3.5em;
  }
  .subpage main section h3 {
    border-left: 2px solid #71a627;
    padding: 15px 20px 20px 20px;
    margin: 0 0 20px;
    clear: both;
  }
  .subpage main section h4 {
    color: #71a627;
    border-bottom: 1px solid #71a627;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .subpage main section h5 {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .subpage main section {
    margin: 0 0 50px;
    overflow: hidden;
  }
  .subpage main .mnc-center {
    max-width: 100%; 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; 
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .subpage main .mnc-p {
    padding: 0 0 25px 0;
  }

  .subpage main p {
    margin: 0 0 15px;
  }
  .subpage main li {
    margin: 0 0 10px;
  }
  .subpage main dt {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #f2f7ec;
    padding: 10px;
    margin: 0 0 15px;
  }
  .subpage main dd {
    margin: 0 0 15px;
  }
  .subpage .imageright {
    display: block;
    float: right;
    margin: 0 0 30px 30px;
  }
  .subpage .imageleft {
    width: 50%;
    display: block;
    margin: 0 0 30px 0;
  }
  .subpage main section .imagecenter {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .subpage main section .imagecenter_mnc {
    width: calc(50% - 8px);
    height: auto;
    display: block;
  }
  .text_link {
    color: #f08300;
    text-decoration: underline;
  }
  .normal_list li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #71a627;
    margin: 0 10px 0 0;
  }
  /* :::::::::: access :::::::::: */
  .subpage .access .timetable caption {
    padding: 10px 0 0;
    margin: 0 0 30px;
  }
  .subpage .access .timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .subpage .access .timetable tr:last-child {
    border-bottom: 0;
  }
  .subpage .access .timetable th:first-child,
  .subpage .access .timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
    width: 30%;
  }
  .subpage .access .timetable th {
    padding: 5px 0;
    color: #71a627;
    width: 10%;
  }
  .subpage .access .timetable td {
    padding: 5px 0;
    width: 10%;
  }
  .subpage .access .attending_timetable th:first-child,
  .subpage .access .attending_timetable td:first-child {
    width: 30%;
  }
  .subpage .access .attending_timetable th,
  .subpage .access .attending_timetable td {
    width: 10%;
  }
  /* :::::::::: 整形外科 :::::::::: */
  .orthopedics_table {
    width: 100%;
  }
  .orthopedics_table tr {
    border-bottom: 1px solid #71a627;
  }
  .orthopedics_table th {
    background: #71a627;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
  }
  .orthopedics_table td {
    padding: 15px 10px;
  }
  .orthopedics_table th:first-child,
  .orthopedics_table td:first-child {
    width: 30%;
  }
  .orthopedics_table td:first-child {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-right: 1px solid #71a627;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* :::::::::: フォント :::::::::: */
  .br-sp {
    display: none;
  }
  .br-max {
    display: none;
  }
  p,
  li,
  dt,
  dd,
  th,
  td {
    -webkit-text-size-adjust: none;
    font-size: 1.6vw;
    letter-spacing: 0.03em;
    line-height: 1.8em;
  }
  caption,
  figcaption {
    font-size: 1.4vw;
    letter-spacing: 0.03em;
    line-height: 1.5em;
  }
  /* -----------------------------------------------------------------------
　構造
----------------------------------------------------------------------- */
  html {
    overflow: auto;
  }
  body {
    font-family: "genju_r", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    border-top: 4px solid #71a627;
    overflow: hidden;
  }
  header {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 10px 0;
    position: relative;
  }
  .content {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
  aside {
    width: 30%;
    float: left;
    margin: 0 auto 5%;
  }
  main {
    display: block;
    width: 67.5%;
    float: right;
  }
  /* -----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------- */
  h1 {
    font-size: 1.2vw;
    width: 25%;
    float: left;
    margin: 0 0 0 29%;
    padding: 0 0 0 1%;
    border-left: 1px solid #d6d2d0;
    height: 6.5vw;
  }
  h2 {
  }
  h3 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
  }
  h4 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
  }
  h5 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
  }
  h6 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
  }
  /* =======================================================================

   全体
   
======================================================================= */
  /* -----------------------------------------------------------------------
　header
----------------------------------------------------------------------- */
  .h_logo a {
    display: block;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 28%;
    height: 7.6vw;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0%;
    top: 2vw;
  }
  .h_right {
    width: 100%;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
  }
  .h_migi {
    float: right;
    width: 44%;
  }
  .h_address {
    width: 100%;
    font-size: 1.5vw;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    background: #bcd400;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 1% 0 1% 0;
  }
  .switchdsp p:last-child {
    border-left: 1px solid #fff;
    width: 58%;
  }
  .h_phone {
    width: 42%;
    font-size: 1.8vw;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    background: #f08300;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 1% 0 1% 0;
  }
  .switchdsp input {
    display: none;
  }
  /* :::::::::: nav :::::::::: */
  nav {
    clear: both;
    width: 100%;
    padding: 10px 0 0 0;
  }
  nav ul {
    overflow: hidden;
    text-align: center;
  }
  nav li {
    display: inline-block;
    font-size: 1.8vw;
    line-height: 1.2em;
    font-family: "Raleway", "genju_m", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    margin: 0 4.3% 0 0;
  }
  nav li:nth-child(5) {
    margin: 0;
  }
  nav li a {
    color: #71a627;
  }
  nav li a:before {
    content: "";
    display: inline-block;
    width: 1.7vw;
    height: 1.7vw;
    margin: 0 2px 0 0;
  }
  .nav01 a:before {
    background: url(../images/nav_01.png) no-repeat;
    background-size: 100% auto;
    background-position: left center;
  }
  .nav02 a:before {
    background: url(../images/nav_02.png) no-repeat;
    background-size: 100% auto;
  }
  .nav03 a:before {
    background: url(../images/nav_03.png) no-repeat;
    background-size: 100% auto;
  }
  .nav04 a:before {
    background: url(../images/nav_04.png) no-repeat;
    background-size: 100% auto;
  }
  .nav05 a:before {
    background: url(../images/nav_05.png) no-repeat;
    background-size: 100% auto;
  }
  .drawer-hamburger,
  .closeMenu {
    display: none !important;
  }
  /* :::::::::: key visual :::::::::: */
  .mainVisual {
    height: 70vw;
    background: url(../images/keyv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 10% 0 0;
    position: relative;
    margin: 0 auto 5%;
  }
  .mainVisual h2 {
    text-align: center;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.7vw;
    color: #fff;
    margin: 0 0 10%;
  }
  .mainVisual ul {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
  }
  .mainVisual li {
    width: 100%;
    font-size: 2vw;
  }
  .mainVisual li span {
    display: block;
    font-family: "geomanist_r", "genju_m", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 3.5vw;
    line-height: 0.75em;
    padding: 5% 0 0;
  }
  .mainVisual li {
    text-align: center;
  }
  .mainVisual_timetable {
    background: #fff;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    color: #71a627;
    padding: 2.5%;
  }
  .mainVisual_timetable th,
  .mainVisual_timetable td {
    border-right: 1px solid #71a627;
    padding: 0 1%;
  }
  .mainVisual_timetable th:first-child {
    text-align: center;
  }
  .mainVisual_timetable td:first-child {
    text-align: right;
  }
  .mainVisual_timetable caption {
    padding: 1% 0 0;
  }
  .mainVisual_timetable .holiday {
    letter-spacing: -0.5vw;
    text-indent: -0.5vw;
  }
  /* -----------------------------------------------------------------------
　aside
----------------------------------------------------------------------- */
  .service_title {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
    border-left: 2px solid #71a627;
    padding: 2% 8% 4% 8%;
    margin: 0 0 4%;
  }
  .service_title:after {
    content: "SERVICES";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1% 0 0 1%;
    line-height: 0.8em;
  }
  .service_list {
    margin: 0 0 4%;
  }
  .service_list li {
    margin: 0 0 1%;
  }
  .service_list li:last-child {
    margin: 0;
  }
  .service_list li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: #f2f7ec;
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 6% 0 6% 6%;
  }
  .service_list li a:before {
    content: "";
    display: block;
    width: 10%;
    height: 6.2vw;
    background-color: #71a627;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service_list li a:after {
    content: "";
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
  }
  .medical_coopretaion {
    margin: 0 0 4%;
  }
  .medical_coopretaion a {
    display: block;
    width: 100%;
    padding: 6% 0 6% 6%;
    background-color: #71a627;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .medical_coopretaion a:after {
    content: "";
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
  }
  .calendar {
    background: #f2f7ec;
    padding: 4%;
  }
  .calendar p {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
    padding: 2% 8% 4% 8%;
    margin: 0 0 4%;
    text-align: center;
  }
  .calendar p:after {
    content: "CALENDAR";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1% 0 0 1%;
    line-height: 0.8em;
  }
  .caledit {
    background: #fff;
    width: 100%;
    margin: 0 0 4%;
  }
  .caledit th {
    padding: 1% 0;
  }
  .caledit td {
    padding: 1% 0;
  }
  table.caledit td.today:before {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .calendar_annotaiton {
    background: #fff;
    text-align: center;
    padding: 2% 0 10px;
  }
  .calendar_annotaiton li {
    display: inline-block;
  }
  .calendar_annotaiton li:first-child {
    color: #71a627;
    margin: 0 2% 0 0;
  }
  .calendar_annotaiton li:nth-child(2) {
    color: #f08300;
    margin: 0 2% 0 0;
  }
  .calendar_annotaiton li:nth-child(3) {
    color: #1877b8;
  }
  .calendar_annotaiton li:nth-child(4) {
    color: #f75b97;
  }
  /* -----------------------------------------------------------------------
  footer
----------------------------------------------------------------------- */
  footer dl {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: #71a627;
  }
  footer dt {
    width: 35%;
    float: left;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.5vw;
    box-sizing: border-box;
    padding: 6% 0 0 0;
    text-align: right;
  }
  footer dt:after {
    content: "CONTACT/RESERVATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    padding: 1% 0 0 0;
  }
  footer dd {
    width: 60%;
    float: right;
    background: #bcd400;
    padding: 2% 0 2% 4%;
    font-size: 3.5vw;
    box-sizing: border-box;
  }
  footer dd span {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
  }
  .footer_inner {
    width: 70%;
    height: 110px;
    overflow: hiden;
    margin: 0 auto;
    padding: 5% 0 0;
  }
  footer .f_logo {
    width: 100%;
    height: 11vw;
    background: url(../images/f_logo.svg) no-repeat;
    background-size: 7.8vw auto;
    background-position: left center;
    padding: 4.3% 0 0 15%;
    box-sizing: border-box;
    font-size: 1.2vw;
  }
  footer ul {
    text-align: left;
    width: 100%;
    border-left: 1px solid #000;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    margin: 4.3% 0 0;
  }
  footer li {
    display: inline-block;
    font-size: 1.2vw;
    margin: 0 5% 0 0;
  }
  footer li a {
    color: #000;
  }
  .copyright {
    clear: both;
    text-align: center;
    font-size: 1.2vw;
    padding: 8% 0 4%;
  }
  /* -----------------------------------------------------------------------
  診療時間
----------------------------------------------------------------------- */
  .timetable {
    width: 100%;
  }
  .timetable caption {
    caption-side: bottom;
    text-align: left;
  }
  .timetable td {
    text-align: center;
  }
  /* =======================================================================

   個別
   
======================================================================= */
  /* -----------------------------------------------------------------------
  index.html
----------------------------------------------------------------------- */
  /* :::::::::: index.html :::::::::: */
  .pickup {
    margin: 0 0 5%;
  }
  .pickup h3 {
    font-size: 2vw;
    border-left: 2px solid #71a627;
    padding: 1% 3% 2% 3%;
    margin: 0 0 1.5%;
  }
  .pickup h3:after {
    content: "PICK UP";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1% 0 0 0.5%;
    line-height: 0.8em;
  }
  .pickup li {
    margin: 0 0 1%;
    font-size: 1.4vw;
  }
  .pickup li span {
    display: block;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2vw;
  }
  .pickup li a {
    color: #000;
    display: block;
    width: 100%;
    height: 15.2vw;
    padding: 2.5% 6% 0 45%;
    box-sizing: border-box;
    position: relative;
  }
  .pickup li:first-child a {
    background: url(../images/pickup_image01.jpg) no-repeat;
    background-size: 42% auto;
    background-position: left center;
  }
  .pickup li:nth-child(2) a {
    background: url(../images/pickup_image02.jpg) no-repeat;
    background-size: 42% auto;
    background-position: left center;
  }
  .pickup li:nth-child(3) a {
    background: url(../images/pickup_image03.jpg) no-repeat;
    background-size: 42% auto;
    background-position: left center;
  }
  .pickup li a:before {
    content: "";
    display: block;
    width: 5%;
    height: 15.2vw;
    background-color: #f08300;
    position: absolute;
    top: 0;
    right: 0;
  }
  .pickup li a:after {
    content: "";
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 2.5%;
    bottom: 0;
    margin: auto;
  }
  .notice {
    background: #f2f7ec;
    padding: 4%;
    margin: 0 0 5%;
  }
  .notice h3 {
    font-size: 2vw;
    padding: 1% 3% 2% 3%;
    text-align: center;
    margin: 0 auto 4%;
  }
  .notice h3:after {
    content: "INFOMATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1% 0 0 0.5%;
    line-height: 0.8em;
  }
  .notice dt {
    font-size: 1.8vw;
    color: #71a627;
  }
  .notice .date {
    display: none;
  }
  .notice dd {
    padding: 0 0 2%;
    margin: 0 0 2%;
  }
  .notice dd:last-child {
    padding: 0;
    margin: 0;
  }
  .notice dd ul li {
    font-weight: 600;
  }
  .notice img:nth-child(1) {
    display: block;
    width: 30%;
    height: auto;
    margin: 10px 0 10px 0;
  }
  .notice_biyou div {
    background: #fdf2f5;
    margin-bottom: 20px;
  }
  .notice_biyou div dl {
    padding: 20px;
  }
  .notice_biyou img {
    display: block;
    border: 1px solid #dfdcd7;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature {
    background: #71a627;
    padding: 4%;
    margin: 0 0 5%;
    color: #fff;
  }
  .feature h3 {
    font-size: 2vw;
    padding: 1% 3% 2% 3%;
    text-align: center;
    margin: 0 auto 4%;
  }
  .feature h3:after {
    content: "FEATURES";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 1% 0 0 0.5%;
    line-height: 0.8em;
  }
  .feature dl {
    padding: 0 0 0 26%;
    margin: 0 0 3%;
  }
  .feature dl:nth-child(2) {
    background: url(../images/feature_image03.png) no-repeat;
    background-size: 24% auto;
    background-position: left 2.5vw;
  }
  .feature dl:nth-child(3) {
    background: url(../images/feature_image01.png) no-repeat;
    background-size: 24% auto;
    background-position: left 2vw;
  }
  .feature dl:nth-child(4) {
    background: url(../images/feature_image02.png) no-repeat;
    background-size: 24% auto;
    background-position: left 5.5vw;
  }
  .feature dl:nth-child(5) {
    background: url(../images/feature_image04.png) no-repeat;
    background-size: 24% auto;
    background-position: left 1vw;
  }
  .feature dt {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8vw;
  }
  .greetings {
    overflow: hidden;
    margin: 0 0 5%;
  }
  .greetings h3 {
    font-size: 2vw;
    border-left: 2px solid #f08300;
    padding: 1% 3% 2% 3%;
    margin: 0 auto 2%;
  }
  .greetings h3:after {
    content: "GREETINGS";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #f08300;
    padding: 1% 0 0 0.5%;
    line-height: 0.8em;
  }
  .greetings img {
    display: block;
    width: 40%;
    float: right;
    margin: 0 0 0 3%;
  }
  .greetings p {
    margin: 0 0 1.5%;
  }
  .doctorname {
    text-align: right;
    margin: 0;
  }
  .clinic {
    background: #f2f7ec;
    padding: 4%;
    margin: 0 0 5%;
    overflow: hidden;
  }
  .clinic h3 {
    font-size: 2vw;
    padding: 1% 0 2%;
    margin: 0 auto 2%;
  }
  .clinic h3:after {
    content: "CLINIC INFORMATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1% 0 0 0.5%;
    line-height: 0.8em;
  }
  .clinic p {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8vw;
    margin: 0 0 2%;
  }
  .clinic dl {
    width: 45%;
    float: left;
  }
  .clinic dt {
    color: #71a627;
    border-bottom: 1px solid #71a627;
  }
  .clinic dd {
    margin: 0 0 1%;
  }
  .timetable_outer {
    width: 52%;
    float: right;
  }
  .attending_timetable {
    width: 100%;
    background: #fff;
    margin: 0 0 3%;
  }
  .attending_timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .attending_timetable tr:last-child {
    border: 0;
  }
  .attending_timetable th:first-child,
  .attending_timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
  }
  .attending_timetable th {
    padding: 1% 0;
    color: #71a627;
  }
  .attending_timetable td {
    text-align: center;
    padding: 1% 0;
  }
  .clinic .timetable {
    background: #fff;
  }
  .clinic .timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .clinic .timetable tr:last-child {
    border: 0;
  }
  .clinic .timetable th:first-child,
  .clinic .timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
    width: 42%;
  }
  .clinic .timetable th:first-child {
    text-align: center;
    padding: 3%;
  }
  .clinic .timetable td:first-child {
    text-align: right;
    padding: 0 2%;
  }
  .clinic .timetable th {
    padding: 0.5% 0;
    color: #71a627;
  }
  .clinic .timetable td {
    text-align: center;
    padding: 0.5% 0;
  }
  .clinic .timetable .holiday {
    letter-spacing: -0.5vw;
  }
  .orange {
    color: #f08300;
  }
  .map {
    clear: both;
    width: 100%;
    height: 60vw;
  }
  .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* =======================================================================

   下層
   
======================================================================= */
  /* -----------------------------------------------------------------------
  共通
----------------------------------------------------------------------- */
  .subpage .mainVisual {
    height: 20vw;
    padding: 7% 0 0;
    background-position: center 67%;
  }
  .subpage .mainVisual h2 {
    font-size: 3.5vw;
  }
  .subpage main section h3 {
    border-left: 2px solid #71a627;
    padding: 1.5% 3% 2% 3%;
    margin: 0 0 2%;
    font-size: 2vw;
  }
  .subpage main section h4 {
    color: #71a627;
    border-bottom: 1px solid #71a627;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .subpage main section h5 {
    padding: 1.5% 3% 2% 3%;
    margin: 20px 0;
  }
  .subpage main section {
    margin: 0 0 5%;
  }
  .subpage main .mnc-center {
    max-width: 100%; 
    width: 100%;
    gap: 10px;
    justify-content: center; 
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .subpage main .mnc-p {
    padding: 0 0 10% 0;
  }

  .subpage main p {
    margin: 0 0 1.5%;
  }
  .subpage main li {
    margin: 0 0 1%;
  }
  .subpage main dt {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #f2f7ec;
    padding: 1%;
    margin: 0 0 1.5%;
  }
  .subpage main dd {
    margin: 0 0 1.5%;
  }
  .subpage .imageright {
    width: 40%;
    display: block;
    float: right;
    margin: 0 0 3% 3%;
  }
  .subpage .imageleft {
    width: 60%;
    display: block;
    margin: 0 0 3% 0;
  }
  .subpage main section .imagecenter {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .subpage main section .imagecenter_mnc {
    width: 60%;
    margin: 0 auto 20px auto;
  }
  .text_link {
    color: #f08300;
    text-decoration: underline;
  }
  .normal_list li:before {
    content: "";
    display: inline-block;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background: #71a627;
    margin: 0 1% 0 0;
  }
  /* :::::::::: access :::::::::: */
  .subpage .access .timetable caption {
    padding: 1% 0 0;
    margin: 0 0 3%;
  }
  .subpage .access .timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .subpage .access .timetable tr:last-child {
    border-bottom: 0;
  }
  .subpage .access .timetable th:first-child,
  .subpage .access .timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
    width: 30%;
  }
  .subpage .access .timetable th {
    padding: 0.5% 0;
    color: #71a627;
    width: 10%;
  }
  .subpage .access .timetable td {
    padding: 0.5% 0;
    width: 10%;
  }
  .subpage .access .attending_timetable th:first-child,
  .subpage .access .attending_timetable td:first-child {
    width: 30%;
  }
  .subpage .access .attending_timetable th,
  .subpage .access .attending_timetable td {
    width: 10%;
  }
  /* :::::::::: 整形外科 :::::::::: */
  .orthopedics_table {
    width: 100%;
  }
  .orthopedics_table tr {
    border-bottom: 1px solid #71a627;
  }
  .orthopedics_table th {
    background: #71a627;
    color: #fff;
    text-align: center;
    padding: 1.5% 1%;
  }
  .orthopedics_table td {
    padding: 1.5% 1%;
  }
  .orthopedics_table th:first-child,
  .orthopedics_table td:first-child {
    width: 30%;
  }
  .orthopedics_table td:first-child {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-right: 1px solid #71a627;
  }
}
@media screen and (max-width: 640px) {
  .br-mid {
    display: none;
  }
  .br-max {
    display: none;
  }
  /* :::::::::: フォント :::::::::: */
  p,
  li,
  dt,
  dd {
    -webkit-text-size-adjust: none;
    font-size: 4vw;
    letter-spacing: 0.03em;
    line-height: 7vw;
  }
  th,
  td {
    -webkit-text-size-adjust: none;
    font-size: 3.7vw;
    letter-spacing: 0.03em;
    line-height: 7vw;
  }
  caption,
  figcaption {
    font-size: 3.2vw;
    letter-spacing: 0.03em;
    line-height: 5vw;
  }
  /* -----------------------------------------------------------------------
　構造
----------------------------------------------------------------------- */
  html {
    overflow: auto;
  }
  body {
    font-family: "genju_r", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    border-top: 2px solid #71a627;
    overflow: hidden;
  }
  header {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5% 3%;
    box-sizing: border-box;
    position: relative;
  }
  .content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  aside {
    width: 100%;
    order: 0;
  }
  main {
    display: block;
    width: 100%;
    order: 1;
  }
  /* -----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------- */
  h1 {
    border-top: 1px solid #d6d2d0;
    font-size: 2vw;
    width: 100%;
    text-align: center;
    color: #604c3f;
    padding: 2.5% 0;
  }
  h2 {
  }
  h3 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.5vw;
  }
  h4 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
  }
  h5 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
  }
  h6 {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4.5vw;
  }
  /* =======================================================================

   全体
   
======================================================================= */
  /* -----------------------------------------------------------------------
　header
----------------------------------------------------------------------- */
  .h_logo a {
    display: block;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 66%;
    height: 12vw;
    margin: 0 0 3.5%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .h_right {
    overflow: hidden;
    box-sizing: border-box;
  }
  .h_address {
    font-size: 3.7vw;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #bcd400;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5% 0;
  }
  .h_phone {
    font-size: 1.5em;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    text-align: center;
    padding: 8px;
  }
  .h_phone span {
    color: #f08300;
  }
  .clickbtn {
    display: block;
    font-size: 2.3em;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    border: none;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 8%;
    right: 16.5%;
    width: 13.5%;
    height: 14vw;
    background: url(../images/s/h_phone.jpg) no-repeat;
    background-size: 100% auto;
    background-color: #f08300;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .switchdsp input {
    display: none;
  }
  .switchdsp .dsp {
    position: absolute;
    top: 42%;
    width: 100%;
    height: 0;
    background: #fff;
    color: #f08300;
    overflow: hidden;
    transition: 0.9s;
  }
  .switchdsp input:checked ~ .dsp {
    width: 100%;
    height: auto;
    padding-top: 3px;
  }
  /* :::::::::: nav :::::::::: */
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    width: 13.5%;
    height: 14vw;
    background: #71a627 !important;
    position: absolute !important;
    top: 8% !important;
    right: 3% !important;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff !important;
  }
  .drawer-hamburger-icon {
    width: 32% !important;
    margin: 0 auto !important;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 30%;
  }
  .drawer-hamburger-icon:before {
    top: -2vw !important;
  }
  .drawer-hamburger-icon:after {
    top: 2vw !important;
  }
  .sr-only {
    display: block;
    position: static !important;
    clip: rect(0, 0, 0, 0);
    width: 100% !important;
    height: 14vw !important;
    margin: 0 !important;
    padding: 67% 0 0 !important;
    border: 0;
    top: 0 !important;
    left: 0 !important;
    color: #fff !important;
    z-index: 2 !important;
  }
  nav {
    width: 100%;
    height: 100vh;
    overflow: scroll;
  }
  nav ul {
    overflow: hidden;
    height: 100vh;
    box-sizing: border-box;
    padding: 5% 10% !important;
  }
  nav li {
    font-size: 4vw;
    line-height: 2vw;
    font-family: "Raleway", "genju_m", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
  nav li:last-child {
    margin: 0;
  }
  nav li a {
    display: block;
    color: #71a627;
    padding: 7.5% 0;
    border-bottom: 1px dashed #71a627;
  }
  nav li a:before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin: 0 2% 0 0;
  }
  .nav01 a:before {
    background: url(../images/nav_01.png) no-repeat;
    background-size: 100% auto;
  }
  .nav02 a:before {
    background: url(../images/nav_02.png) no-repeat;
    background-size: 100% auto;
  }
  .nav03 a:before {
    background: url(../images/nav_03.png) no-repeat;
    background-size: 100% auto;
  }
  .nav04 a:before {
    background: url(../images/nav_04.png) no-repeat;
    background-size: 100% auto;
  }
  .nav05 a:before {
    background: url(../images/nav_05.png) no-repeat;
    background-size: 100% auto;
  }
  .closeMenu {
    padding: 7.5% 0;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #71a627;
  }
  /* :::::::::: key visual :::::::::: */
  .mainVisual {
    height: 177vw;
    background: url(../images/keyv.jpg) no-repeat;
    background-size: 370% auto;
    background-position: 64% 95%;
    box-sizing: border-box;
    padding: 14% 0 0;
    position: relative;
    margin: 0 auto 10%;
  }
  .mainVisual h2 {
    text-align: center;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.5vw;
    color: #fff;
    margin: 0 0 12%;
  }
  .mainVisual ul {
    width: 63%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
  }
  .mainVisual li {
    width: 100%;
    font-size: 4.5vw;
  }
  .mainVisual li span {
    display: block;
    font-family: "geomanist_r", "genju_m", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-size: 1.8em;
    line-height: 0.75em;
    padding: 12px 0 0;
  }
  .mainVisual_timetable {
    background: #fff;
    width: 91%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    color: #71a627;
    padding: 5%;
  }
  .mainVisual_timetable th:first-child,
  .mainVisual_timetable td:first-child {
    width: 37%;
    padding: 0 2%;
  }
  .mainVisual_timetable th,
  .mainVisual_timetable td {
    border-right: 1px solid #71a627;
    padding: 0 1%;
  }
  .mainVisual_timetable th:first-child {
    text-align: left;
  }
  .mainVisual_timetable td:first-child {
    text-align: right;
  }
  .mainVisual_timetable caption {
    padding: 1% 0 0;
  }
  .mainVisual_timetable .holiday {
    letter-spacing: -1.5vw;
    text-indent: -1.5vw;
  }
  /* -----------------------------------------------------------------------
　aside
----------------------------------------------------------------------- */
  .service_title {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.5vw;
    text-align: center;
    margin: 0 0 12%;
  }
  .service_title:after {
    content: "SERVICES";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  .service_list {
    width: 90%;
    margin: 0 auto 2.5%;
  }
  .service_list li {
    margin: 0 0 0.75%;
  }
  .service_list li:last-child {
    margin: 0;
  }
  .service_list li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: #f2f7ec;
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 6.5% 0 6.5% 6%;
  }
  .service_list li a:before {
    content: "";
    display: block;
    width: 10%;
    height: 17.6vw;
    background-color: #71a627;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service_list li a:after {
    content: "";
    display: block;
    width: 1vw;
    height: 1vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 4.5%;
    bottom: 0;
    margin: auto;
  }
  .medical_coopretaion {
    width: 90%;
    margin: 0 auto 8%;
  }
  .medical_coopretaion a {
    display: block;
    width: 100%;
    padding: 6.5% 0 6.5% 6%;
    background-color: #71a627;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .medical_coopretaion a:after {
    content: "";
    display: block;
    width: 1vw;
    height: 1vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 4.5%;
    bottom: 0;
    margin: auto;
  }
  .calendar {
    background: #f2f7ec;
    padding: 10% 5% 10%;
    overflow: hidden;
  }
  .calendar p {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.5vw;
    padding: 5px 20px 10px 20px;
    margin: 0 0 20px;
    text-align: center;
  }
  .calendar p:after {
    content: "CALENDAR";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 3px 0 0 3px;
    line-height: 0.8em;
  }
  .caledit {
    background: #fff;
    width: 48%;
    float: left;
    margin: 0 2px 2%;
  }
  .month0 {
    margin: 0 4% 4% 0;
  }
  .caledit th {
    font-size: 3.5vw;
    padding: 1% 0;
  }
  .caledit td {
    font-size: 3.5vw;
    padding: 1% 0;
  }
  table.caledit td.today:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .calendar_annotaiton {
    background: #fff;
    text-align: center;
    padding: 4% 0;
    clear: both;
  }
  .calendar_annotaiton li {
    display: inline-flex;
    font-size: 3.5vw;
  }
  .calendar_annotaiton li:first-child {
    color: #71a627;
    margin: 0 20px 0 0;
  }
  .calendar_annotaiton li:nth-child(2) {
    color: #f08300;
    margin: 0 20px 0 0;
    justify-content: center;
  }
  .calendar_annotaiton li:nth-child(3) {
    color: #1877b8;
    margin: 0 50px 0 50px;
  }
  .calendar_annotaiton li:nth-child(4) {
    color: #f75b97;
    margin: 0 50px 0 50px;
  }
  /* -----------------------------------------------------------------------
  footer
----------------------------------------------------------------------- */
  footer dl {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: #71a627;
    padding: 10% 0 7.5%;
    margin: 0 0 10%;
  }
  footer dt {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0 0 7.5%;
    font-size: 5.5vw;
  }
  footer dt:after {
    content: "CONTACT/RESERVATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  footer dd {
    width: 90%;
    margin: 0 auto;
  }
  footer dd span {
    display: block;
    width: 100%;
    background: #bcd400;
    font-size: 6vw;
    box-sizing: border-box;
    padding: 5% 0;
    margin: 2%;
    text-align: center;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
  }
  .footer_inner {
    width: 100%;
    overflow: hiden;
    margin: 0 auto;
  }
  footer .f_logo {
    width: 18%;
    height: 28vw;
    background: url(../images/f_logo.svg) no-repeat;
    background-size: 100% auto;
    background-position: left center;
    box-sizing: border-box;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
  }
  footer .f_logo br {
    display: none;
  }
  footer ul {
    display: none;
  }
  footer li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 20px 0 0;
  }
  footer li a {
    color: #000;
  }
  .copyright {
    clear: both;
    text-align: center;
    font-size: 3vw;
    padding: 2.5% 0 5%;
  }
  /* -----------------------------------------------------------------------
  診療時間
----------------------------------------------------------------------- */
  .timetable {
    width: 100%;
  }
  .timetable caption {
    caption-side: bottom;
    text-align: left;
  }
  .timetable td {
    text-align: center;
  }
  /* =======================================================================

   個別
   
======================================================================= */
  /* -----------------------------------------------------------------------
  index.html
----------------------------------------------------------------------- */
  /* :::::::::: index.html :::::::::: */
  .pickup {
    margin: 0 0 7.5%;
    padding: 10% 0 0;
  }
  .pickup h3 {
    text-align: center;
    margin: 0 0 10%;
  }
  .pickup h3:after {
    content: "PICK UP";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  .pickup ul {
    width: 90%;
    margin: 0 auto;
  }
  .pickup li {
    margin: 0 0 5%;
  }
  .pickup li span {
    display: block;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4.5vw;
  }
  .pickup li a {
    color: #000;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 60% 15% 0 0;
  }
  .pickup li:first-child a {
    background: url(../images/pickup_image01.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .pickup li:nth-child(2) a {
    background: url(../images/pickup_image02.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .pickup li:nth-child(3) a {
    background: url(../images/pickup_image03.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .pickup li a:before {
    content: "";
    display: block;
    width: 10%;
    background-color: #f08300;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pickup li:nth-child(1) a:before {
    height: 38vw;
  }
  .pickup li:nth-child(2) a:before {
    height: 38vw;
  }
  .pickup li:nth-child(3) a:before {
    height: 38vw;
  }
  .pickup li a:after {
    content: "";
    display: block;
    width: 1vw;
    height: 1vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 17px;
    bottom: 17%;
    margin: auto;
  }
  .pickup li:nth-child(2) a:after {
    bottom: 22%;
  }
  .notice {
    background: #f2f7ec;
    padding: 10% 0 5%;
  }
  .notice h3 {
    text-align: center;
    margin: 0 0 5%;
  }
  .notice h3:after {
    content: "NEWS";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  .notice dl {
    padding: 5% 10%;
  }
  .notice dt {
    font-size: 4.2vw;
    color: #71a627;
  }
  .notice .date {
    display: none;
  }
  .notice dd {
    padding: 0 0 5%;
    margin: 0 0 5%;
  }
  .notice dd:last-child {
    padding: 0;
    margin: 0;
  }
  .notice dd ul li {
    font-weight: 600;
  }
  .notice img:nth-child(1) {
    display: block;
    width: 50%;
    height: auto;
    margin: 10px 0 10px 0;
  }
  .notice_biyou {
    padding: 10px 10px 10px 10px;
  }
  .notice_biyou div {
    background: #fdf2f5;
  }
  .notice_biyou div dl {
    padding: 20px;
  }
  .notice_biyou img {
    display: block;
    border: 1px solid #dfdcd7;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature {
    background: #71a627;
    padding: 10%;
    color: #fff;
  }
  .feature h3 {
    text-align: center;
    margin: 0 0 10%;
    color: #fff;
  }
  .feature h3:after {
    content: "FEATURES";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  .feature dl {
    padding: 30% 0 0;
    margin: 0 0 10%;
  }
  .feature dl:nth-child(2) {
    background: url(../images/feature_image03.png) no-repeat;
    background-size: 45% auto;
    background-position: top center;
  }
  .feature dl:nth-child(3) {
    background: url(../images/feature_image01.png) no-repeat;
    background-size: 45% auto;
    background-position: top center;
  }
  .feature dl:nth-child(4) {
    background: url(../images/feature_image02.png) no-repeat;
    background-size: 45% auto;
    background-position: top center;
  }
  .feature dl:nth-child(5) {
    background: url(../images/feature_image04.png) no-repeat;
    background-size: 45% auto;
    background-position: top center;
  }
  .feature dt {
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
    margin: 0 0 2.5%;
  }
  .greetings {
    overflow: hidden;
    padding: 10% 0 0;
    margin: 0 0 10%;
  }
  .greetings h3 {
    text-align: center;
    margin: 0 0 10%;
  }
  .greetings h3:after {
    content: "GREETINGS";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  .greetings img {
    display: block;
    margin: 0 auto 7.5%;
    width: 42%;
  }
  .greetings p {
    margin: 0 7.5% 5%;
  }
  .doctorname {
    text-align: center;
    margin: 0;
  }
  .clinic {
    background: #f2f7ec;
    padding: 10% 0 10%;
    overflow: hidden;
  }
  .clinic h3 {
    text-align: center;
    margin: 0 0 10%;
  }
  .clinic h3:after {
    content: "CLINIC INFORMATION";
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    letter-spacing: 0.15em;
    color: #71a627;
    padding: 1.5% 0 0;
    line-height: 0.8em;
  }
  .clinic p {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
    margin: 0 auto 2.5%;
    width: 90%;
  }
  .clinic dl {
    width: 90%;
    margin: 0 auto 5%;
  }
  .clinic dt {
    color: #71a627;
    border-bottom: 1px solid #71a627;
    margin: 0 0 1%;
    padding: 0 0 1%;
  }
  .clinic dd {
    margin: 0 0 2.5%;
  }
  .timetable_outer {
    width: 90%;
    margin: 0 auto 10%;
  }
  .attending_timetable {
    width: 100%;
    background: #fff;
    margin: 0 0 2.5%;
  }
  .attending_timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .attending_timetable tr:last-child {
    border: 0;
  }
  .attending_timetable th:first-child,
  .attending_timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
  }
  .attending_timetable th {
    padding: 5px 0;
    color: #71a627;
  }
  .attending_timetable td {
    text-align: center;
    padding: 5px 0;
  }
  .clinic .timetable {
    background: #fff;
  }
  .clinic .timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .clinic .timetable tr:last-child {
    border: 0;
  }
  .clinic .timetable th:first-child,
  .clinic .timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
    width: 35%;
    padding: 0 4%;
  }
  .clinic .timetable th:first-child {
    text-align: center;
  }
  .clinic .timetable td:first-child {
    text-align: right;
  }
  .clinic .timetable caption {
    padding: 2.5% 0 0;
  }
  .clinic .timetable th {
    padding: 2% 0;
    color: #71a627;
  }
  .clinic .timetable td {
    text-align: center;
    padding: 2% 0;
  }
  .clinic .timetable .holiday {
    letter-spacing: -1vw;
    text-indent: -1vw;
  }
  .orange {
    color: #f08300;
  }
  .map {
    clear: both;
    width: 90%;
    margin: 0 auto;
    height: 100vw;
  }
  .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* =======================================================================

   下層
   
======================================================================= */
  /* -----------------------------------------------------------------------
  共通
----------------------------------------------------------------------- */
  .subpage .content {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
  }
  .subpage .content main {
    -webkit-order: 1;
    order: 1;
  }
  .subpage .content aside {
    -webkit-order: 2;
    order: 2;
  }
  .subpage .mainVisual {
    height: 40vw;
    padding: 14% 0 0;
    background-position: center 67%;
  }
  .subpage .mainVisual h2 {
    font-size: 7vw;
  }
  .subpage main section h3 {
    margin: 0 0 5%;
    font-size: 5.5vw;
    text-align: center;
    clear: both;
  }
  .subpage main section h4 {
    color: #71a627;
    border-bottom: 1px solid #71a627;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .subpage main section h5 {
    margin: 0 0 5%;
    font-size: 5.5vw;
    text-align: center;
  }
  .subpage main section {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin: 0 auto 15%;
  }
  .subpage main .mnc-p {
    padding: 0 0 10% 0;
  }
  .subpage main p {
    margin: 0 0 3%;
  }
  .subpage main li {
    margin: 0 0 2%;
  }
  .subpage main dt {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #f2f7ec;
    padding: 2%;
    margin: 0 0 3%;
  }
  .subpage main dd {
    margin: 0 0 3%;
  }
  .subpage .imageright {
    width: 50%;
    display: block;
    margin: 0 auto 3%;
  }
  .subpage .imageleft {
    width: 80%;
    display: block;
    margin: 0 auto 3%;
  }
  .subpage main section .imagecenter {
    width: 100%;
    margin: 3% auto;
  }
  .subpage main section .imagecenter_mnc {
    width: 100%;
    margin: 3% auto;
  }
  .text_link {
    color: #f08300;
    text-decoration: underline;
  }
  .normal_list li:before {
    content: "";
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 50%;
    background: #71a627;
    margin: 0 2% 0 0;
  }
  /* :::::::::: access :::::::::: */
  .subpage .access .timetable caption {
    padding: 2% 0 0;
    margin: 0 0 6%;
  }
  .subpage .access .timetable tr {
    border-bottom: 1px solid #71a627;
  }
  .subpage .access .timetable tr:last-child {
    border-bottom: 0;
  }
  .subpage .access .timetable th:first-child,
  .subpage .access .timetable td:first-child {
    background: #71a627;
    color: #fff;
    text-align: center;
    width: 30%;
  }
  .subpage .access .timetable th {
    padding: 1% 0;
    color: #71a627;
    width: 10%;
  }
  .subpage .access .timetable td {
    padding: 1% 0;
    width: 10%;
  }
  .subpage .access .attending_timetable th:first-child,
  .subpage .access .attending_timetable td:first-child {
    width: 30%;
  }
  .subpage .access .attending_timetable th,
  .subpage .access .attending_timetable td {
    width: 10%;
  }
  /* :::::::::: 整形外科 :::::::::: */
  .orthopedics_table {
    width: 100%;
  }
  .orthopedics_table tr {
    border-bottom: 1px solid #71a627;
  }
  .orthopedics_table th {
    background: #71a627;
    color: #fff;
    text-align: center;
    padding: 3% 2%;
  }
  .orthopedics_table td {
    padding: 3% 2%;
  }
  .orthopedics_table th:first-child,
  .orthopedics_table td:first-child {
    width: 40%;
  }
  .orthopedics_table td:first-child {
    color: #71a627;
    font-family: "genju_m", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-right: 1px solid #71a627;
  }
}
