@charset "UTF-8";
/* --------------------------------

  reset

-------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #069043;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #0066cc;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th, td {
  padding: 0;
  vertical-align: middle;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

img, iframe, object {
  max-width: 100%;
}

hr {
  display: block;
  height: 0;
  margin: 0 0 1.1em;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

::-moz-selection {
  color: #fff;
  background: #95a3b9;
}

::selection {
  color: #fff;
  background: #95a3b9;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.main-heading,
.news-heading {
  position: relative;
  max-width: 1600px;
  margin: 0 auto 1rem;
  padding: 0 0 .5rem;
  font-size: 1.6em;
  color: #099043;
  line-height: 1.3;
  border-bottom: 1px dotted #333;
  z-index: 1;
}
@media screen and (min-width: 640px), print {
  .main-heading,
  .news-heading {
    padding: 0 .5rem 1rem;
    font-size: 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .main-heading,
  .news-heading {
    margin-bottom: 1.5rem;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1600px), print {
  .main-heading,
  .news-heading {
    margin-bottom: 2rem;
  }
}

.main-subheading {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.2;
}
.main-subheading.style1 {
  padding-bottom: .5em;
  color: #099043;
  border-bottom: 2px solid #099043;
}
@media screen and (min-width: 768px), print {
  .main-subheading.style1 {
    border-width: 4px;
  }
}
.main-subheading.style2 {
  padding: .7em 1em .8em;
  color: #099043;
  text-align: center;
  border-top: 2px solid #099043;
  border-bottom: 2px solid #099043;
}
@media screen and (min-width: 768px), print {
  .main-subheading.style2 {
    border-width: 4px;
  }
}

/* 共通リスト */
.main ul > li {
  margin-left: 2em;
  line-height: 1.5;
  list-style-type: square;
}
.main ul > li:not(:first-child) {
  padding-top: .35em;
}

ul.list-style-none > li {
  margin-left: 0;
  line-height: 1.8;
  list-style-type: none;
}
ul.list-style-none > li:not(:first-child) {
  padding-top: 0;
}

.main ol > li {
  margin-left: 2em;
  list-style-type: decimal;
}

ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン */
.more {
  margin-top: 1.5em;
  text-align: center;
}

.link-button {
  display: inline-block;
  padding: .5em 2em .5em;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #069043;
  background-color: #069043;
  border-radius: 10em;
  -webkit-transition: .2s;
  transition: .2s;
}
.link-button:hover {
  color: #fff;
  text-decoration: none;
  border-color: #0066cc;
  background-color: #0066cc;
}
.link-button:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: .7rem;
  margin: -.2em .5em 0 0;
}
@media screen and (min-width: 640px), print {
  .link-button.large {
    padding: .7em 2.5em .5em;
    font-size: 1.2em;
  }
}
.link-button.reverse {
  color: #212730;
  border-color: #bbb;
  background-color: #fff;
}
.link-button.reverse:hover {
  color: #fff;
  border-color: #212730;
  background-color: #212730;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}

/* コンテンツ隙間・間隔用 */
.gutter:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .gutter {
    padding: 0 5em;
  }
  .gutter:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.gutter > .inner {
  max-width: 1600px;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.1em;
  line-height: 1.8;
}
@media screen and (max-width: 1599.98px) {
  .gutter > .inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .gutter > .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .gutter > .inner {
    font-size: 1em;
  }
}
.gutter > .inner .inner {
  overflow: hidden;
}
.gutter > .inner.center {
  padding: 0;
}
.gutter .inner:not(:last-child) {
  margin-bottom: 3rem;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .anchor-point:before {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* --------------------------------

  Webフォント

-------------------------------- */
/*
 * https://icomoon.io/
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bk9rpw");
  src: url("../fonts/icomoon.eot?bk9rpw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bk9rpw") format("truetype"), url("../fonts/icomoon.woff?bk9rpw") format("woff"), url("../fonts/icomoon.svg?bk9rpw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock2:before {
  content: "\e900";
}

.icon-closed:before {
  content: "\e901";
}

.icon-arrowleft:before {
  content: "\e902";
}

.icon-arrowright:before {
  content: "\e903";
}

.icon-clock:before {
  content: "\e904";
}

.icon-tel:before {
  content: "\e905";
}

.icon-arrowup:before {
  content: "\e906";
}

.icon-arrowdown:before {
  content: "\e907";
}

.icon-circle:before {
  content: "\e908";
}

.icon-calendar:before {
  content: "\e909";
}

/*
 * adobe-fonts/source-han-sans is licensed under the SIL Open Font License 1.1
 * https://github.com/adobe-fonts/source-han-sans
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: "SourceHanSans";
  src: url("../fonts/SourceHanSans-Light.woff2") format("woff2"), url("../fonts/SourceHanSans-Light.woff") format("woff"), url("../fonts/SourceHanSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansLight";
  src: url("../fonts/SourceHanSans-ExtraLight.woff2") format("woff2"), url("../fonts/SourceHanSans-ExtraLight.woff") format("woff"), url("../fonts/SourceHanSans-ExtraLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  min-height: 480px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
  background: #fff;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}
#top .wrapper {
  height: 100%;
  overflow: visible;
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
  padding-bottom: 300px;
}
@media screen and (min-width: 1100px), print {
  .header {
    position: static;
    padding-bottom: 380px;
  }
}
#top .header {
  position: static;
  padding-bottom: 0;
}
.header .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 70px 0 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    padding: 0;
    background: none;
    overflow: visible;
    z-index: 1001;
  }
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding-top: 16px;
  text-align: center;
  border-top: 10px solid #212730;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 480px), print {
  .header-logo {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header-link {
  display: block;
  width: 240px;
  margin: auto;
  margin-left: 70px;
}
@media screen and (min-width: 360px), print {
  .header-link {
    margin-left: auto;
  }
}
@media screen and (min-width: 480px), print {
  .header-link {
    width: 280px;
  }
}
@media screen and (min-width: 1100px), print {
  .header-link {
    position: absolute;
    top: 75px;
    left: 15px;
    width: 405px;
  }
}
@media screen and (min-width: 1600px), print {
  .header-link {
    top: 70px;
    left: 30px;
    width: 485px;
  }
}
.header-text {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .header-info {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 620px;
  }
}
@media screen and (min-width: 1280px), print {
  .header-info {
    width: 730px;
  }
}
.header-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1px 0 0;
}
.header-info li {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 1px 0 0;
}
.header-info .item {
  display: block;
  height: 56px;
  padding: 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: .8em;
  background-color: #099043;
  overflow: hidden;
}
@media screen and (min-width: 640px), print {
  .header-info .item {
    height: 40px;
  }
}
@media screen and (min-width: 1100px), print {
  .header-info .item {
    height: 60px;
    padding: 8px 0 0;
    font-size: .9em;
  }
}
@media screen and (min-width: 1280px), print {
  .header-info .item {
    padding: 10px 0 0;
    font-size: 1.1em;
  }
}
.header-info .text {
  display: inline-block;
  vertical-align: middle;
}
.header-info .text span {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}
@media screen and (min-width: 640px), print {
  .header-info .text span {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1100px), print {
  .header-info .text {
    vertical-align: baseline;
  }
}
.header-info .icon-clock,
.header-info .icon-calendar,
.header-info .icon-tel {
  display: block;
  height: 1.4rem;
}
.header-info .icon-clock:before,
.header-info .icon-calendar:before,
.header-info .icon-tel:before {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px), print {
  .header-info .icon-clock,
  .header-info .icon-calendar,
  .header-info .icon-tel {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin: 0 .5em 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .header-info .icon-clock,
  .header-info .icon-calendar,
  .header-info .icon-tel {
    vertical-align: baseline;
    position: relative;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-info .icon-clock:before,
  .header-info .icon-calendar:before,
  .header-info .icon-tel:before {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 640px), print {
  .header-info .icon-tel {
    margin: -.5em .5em 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .header-info .icon-tel {
    margin: 0 .5em 0 0;
  }
}
.header-info a.tel-link {
  color: #fff;
}
.header-info a.tel-link:hover {
  text-decoration: none;
}
.header-info .tel-num {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.1em;
}
@media screen and (min-width: 640px), print {
  .header-info .tel-num {
    margin-left: -.2em;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1100px), print {
  .header-info .tel-num {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .header.fixed .header-link {
    top: 11px;
    left: 13px;
    width: 265px;
  }
  .header.fixed .header-info {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .header.fixed .header-text {
    display: block;
    position: absolute;
    top: 20px;
    left: 340px;
    font-size: .8em;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    left: -240px;
    width: 250px;
    height: 100%;
    min-height: 100vh;
    background-color: transparent;
    will-change: transform;
    z-index: 1001;
  }
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 1000;
  }
}
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  #top .nav.fixed {
    top: -60px;
  }
}
@media screen and (min-width: 1100px), print {
  .nav:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    border-top: 30px solid #212730;
    background: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav .inner {
    position: relative;
    width: 240px;
    height: 100%;
    margin: 0;
    background: #2e3642;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1100px), print {
  .nav .inner {
    max-width: 900px;
    margin-right: 0;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    padding: 70px 20px 20px 20px;
    opacity: 0;
  }
  .nav-open .main-nav, .slideout-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
  }
  .main-nav .nav-item:not(:last-child) {
    margin-bottom: -1px;
    border-bottom: 1px solid #404c5c;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .main-nav .nav-item.nav1 {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    position: relative;
    display: block;
    padding: .8em 1em;
    color: #fff;
  }
  .main-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #069043;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #069043;
    background-color: #fff;
  }
  .main-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #069043;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-active .nav-link {
    color: #fff;
    background-color: #069043;
  }
}

/* 診療時間案内 */
.nav-info {
  display: block;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 1100px), print {
  .nav-info {
    display: none;
  }
}
.nav-info img {
  display: block;
  width: 190px;
  margin: auto;
}
.nav-info dl {
  font-size: .9em;
  text-align: center;
}
.nav-info dt {
  max-width: 7em;
  margin: auto;
  padding: 1em 0 0;
}
.nav-info dt:before {
  content: "─ ";
  opacity: .4;
  float: left;
}
.nav-info dt:after {
  content: " ─";
  opacity: .4;
  float: right;
}
.nav-info dd {
  clear: both;
  font-size: .9em;
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-button {
    display: block;
    position: fixed;
    top: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: .3s top;
    transition: .3s top;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 1002;
  }
  .nav-open .nav-button, .slideout-open .nav-button, .nav-open .nav-button.fixed, .slideout-open .nav-button.fixed {
    top: 0;
    background-color: #2e3642;
  }
  .nav-button.fixed {
    top: 0;
    background-color: #099043;
  }
  .nav-button-icon {
    display: block;
    position: absolute;
    top: -12px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #2e3642;
  }
  .fixed .nav-button-icon {
    background-color: #fff;
  }
  .nav-open .nav-button-icon, .slideout-open .nav-button-icon {
    background: none;
  }
  .nav-button-icon:before, .nav-button-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #2e3642;
  }
  .nav-open .nav-button-icon:before, .slideout-open .nav-button-icon:before, .nav-open .nav-button-icon:after, .slideout-open .nav-button-icon:after {
    margin-top: 0;
    background-color: #fff;
  }
  .fixed .nav-button-icon:before, .fixed .nav-button-icon:after {
    background-color: #fff;
  }
  .nav-button-icon:before {
    margin-top: -8px;
  }
  .nav-open .nav-button-icon:before, .slideout-open .nav-button-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-button-icon:after {
    margin-top: 8px;
  }
  .nav-open .nav-button-icon:after, .slideout-open .nav-button-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-button-name {
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
  }
  .nav-button-name:after {
    content: "MENU";
    display: block;
    color: #2e3642;
    font-size: .8em;
    font-weight: 800;
    text-align: center;
  }
  .nav-open .nav-button-name:after, .slideout-open .nav-button-name:after {
    content: "CLOSE";
    color: #fff;
  }
  .fixed .nav-button-name:after {
    color: #fff;
  }
}

/* ナビゲーション背景 */
.nav-screen {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-screen {
    display: inline;
  }
  .nav-screen-icon {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: auto;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
  }
  .nav-open .nav-screen-icon, .slideout-open .nav-screen-icon {
    visibility: visible;
    opacity: .4;
    cursor: pointer;
  }
}

/* --------------------------------

  スライダー、メインビジュアル

-------------------------------- */
.slider {
  position: relative;
  height: 100%;
  max-height: 800px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .slider {
    max-height: none;
    height: 840px;
    padding-top: 180px;
  }
}
.slider .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media screen and (min-width: 1100px), print {
  .slider .inner:before {
    content: "";
    display: block;
    padding-top: 660px;
  }
}
.slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .slider .slide:before {
    content: "";
    display: block;
    padding-top: 660px;
  }
}
.slider .catch {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  padding: 20px 20px 20px 20px;
  background: rgba(33, 39, 48, 0.9);
  z-index: 100;
}
.slider .catch .item {
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: SourceHanSansLight, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-left: 1px solid #099043;
}
@media screen and (min-width: 768px), print {
  .slider .catch {
    padding: 25px 50px 25px 30px;
  }
  .slider .catch .item {
    padding-left: 25px;
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1100px), print {
  .slider .catch {
    top: 60px;
  }
  .slider .catch .item {
    font-size: 3em;
  }
}
.slider .scroll {
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url(../img/base/scroll.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .slider .scroll {
    display: none;
  }
}

/* owl-carousel */
.slider .owl-carousel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider .owl-carousel .owl-stage-outer,
.slider .owl-carousel .owl-stage,
.slider .owl-carousel .owl-item {
  height: 100%;
}
.slider .owl-carousel .owl-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1100px), print {
  .slider .owl-carousel .owl-item img {
    top: 50%;
    height: 660px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1600px), print {
  .slider .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
  }
}
.slider .owl-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1100px;
  height: 1px;
  margin: auto;
  z-index: 101;
}
@media screen and (min-width: 1600px), print {
  .slider .owl-nav {
    max-width: 1600px;
  }
}
.slider .owl-prev,
.slider .owl-next {
  display: block;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .slider .owl-prev,
  .slider .owl-next {
    top: -30px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1280px), print {
  .slider .owl-prev,
  .slider .owl-next {
    top: -55px;
    width: 110px;
    height: 110px;
  }
}
.slider .owl-prev:before,
.slider .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.slider .owl-prev {
  left: 0;
}
.slider .owl-prev:before {
  left: 30%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slider .owl-next {
  right: 0;
}
.slider .owl-next:before {
  right: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slider .owl-dots {
  text-align: center;
}
.slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin: 0 5px;
  padding: 18px 0;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .slider .owl-dots .owl-dot {
    width: 50px;
  }
}
.slider .owl-dots .owl-dot span {
  display: block;
  height: 4px;
  background-color: #000;
}
.slider .owl-dots .owl-dot.active span {
  background-color: #099043;
}

/* fotorma */
.slider .fotorama__nav--dots .fotorama__nav__frame {
  width: 30px;
  height: 40px;
  margin: 0 5px;
}
.slider .fotorama__dot {
  display: block;
  position: static;
  width: 100%;
  height: 4px;
  margin-top: 18px;
  border-radius: 0;
  border: none;
  background-color: #000;
}
.slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 100%;
  height: 4px;
  background-color: #099043;
}
.slider .fotorama__arr {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
@media screen and (min-width: 640px), print {
  .slider .fotorama__arr {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 1100px), print {
  .slider .fotorama__arr {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
}
.slider .fotorama__arr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.slider .fotorama__arr.fotorama__arr--prev {
  background: #ccc;
}
.slider .fotorama__arr.fotorama__arr--prev:before {
  left: 30%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slider .fotorama__arr.fotorama__arr--next {
  background: #ccc;
}
.slider .fotorama__arr.fotorama__arr--next:before {
  right: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 2em 1em 1em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
#top .main {
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 5em 2em 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  padding: 0 1em;
  background-color: #2e3642;
  z-index: 100;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 0 2em;
  }
}
.footer .inner {
  max-width: 1000px;
  padding: 3.5em 0;
}
.footer-main {
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .footer-main {
    position: relative;
    float: left;
    width: 465px;
    margin-bottom: 0;
    text-align: left;
    z-index: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-side {
    float: right;
    width: 100%;
    margin: 0 0 0 -465px;
    padding: 0 0 0 465px;
  }
}

/* ロゴ */
.footer-logo {
  margin: 0 1.5em 1.5em;
  text-align: center;
}

/* 会社情報・店舗情報 */
.footer-info {
  padding: .5em 0 1.5em;
  color: #fff;
  text-align: center;
  border-top: 1px solid #404c5c;
}
.footer-info > li {
  display: inline-block;
  vertical-align: top;
  padding: 1em .5em 0;
}
.footer-info .add {
  line-height: 1.1;
  text-align: left;
}
.footer-info .add span {
  display: block;
}
.footer-info .tel-link {
  font-size: 1.6em;
  color: #fff;
}
.footer-info a.tel-link {
  color: #fff;
}
.footer-info a.tel-link:hover {
  text-decoration: none;
  opacity: .8;
}
.footer-info .icon-tel {
  margin-right: .1em;
}

/* フッターナビ */
@media screen and (min-width: 1100px), print {
  .footer-nav {
    text-align: right;
  }
}
.footer-nav ul {
  margin-top: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .footer-nav ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: -1em;
  }
  .footer-nav ul:last-child {
    padding-left: 5em;
  }
}
.footer-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer-nav li {
  float: left;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 480px), print {
  .footer-nav li {
    width: 50%;
  }
}
@media screen and (min-width: 640px), print {
  .footer-nav li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav li {
    width: 25%;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav li {
    float: none;
    width: 100%;
  }
}
.footer-nav a {
  display: block;
  padding: .5em 1em;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1100px), print {
  .footer-nav a {
    font-size: 1.1em;
  }
}
.footer-nav a:hover {
  text-decoration: none;
  background-color: #404c5c;
}
.footer-nav a:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: .7rem;
}

/* ページトップ */
.pagetop {
  display: block;
  width: 44px;
  height: 44px;
  margin: auto;
  line-height: 44px;
  text-align: center;
  background-color: #2e3642;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .pagetop {
    position: fixed;
    width: 80px;
    height: 60px;
    right: 0;
    bottom: 0;
    padding-top: 8px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, background-color .2s;
    transition: opacity .3s, background-color .2s;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop.fixed {
    opacity: 1;
    visibility: visible;
  }
  .pagetop.end {
    position: absolute;
    bottom: 100px;
  }
}
.pagetop:hover {
  color: #fff;
  text-decoration: none;
  background-color: #404c5c;
}
.pagetop:before {
  content: "\e906";
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagetop:after {
  content: "PAGE TOP";
  display: none;
  color: #fff;
  font-size: .8em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .pagetop:after {
    display: block;
  }
}

/* コピーライト */
.copy {
  display: block;
  margin: 0 -1em;
  padding: 3.2em 0 3em;
  text-align: center;
  background: #212730;
  overflow: hidden;
}
@media screen and (min-width: 640px), print {
  .copy {
    padding: 3.2em 0 3em;
  }
}
@media screen and (min-width: 1100px), print {
  .copy {
    margin: 0 -2em;
    padding: 0;
    height: 100px;
  }
}
.copy small {
  display: block;
  color: #404c5c;
  font-size: .9em;
  letter-spacing: .1em;
}
@media screen and (min-width: 1100px), print {
  .copy small {
    line-height: 105px;
  }
}
.copy span {
  display: none;
}
@media screen and (min-width: 640px), print {
  .copy span {
    display: inline;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-area {
  position: relative;
}
.news-area > .inner:not(:last-child) {
  margin-bottom: 0;
}
.news-area .news-list {
  margin-top: -1.5rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .news-area .news-list {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.news-detail .news-date {
  float: left;
}
.news-detail .news-category {
  float: left;
  margin-right: 1em;
}
.news-link {
  display: block;
  padding: 1em 0;
  border-bottom: 1px dotted #eee;
}
.news-date {
  font-size: .9em;
}
.news-title {
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
.news-body {
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}
.news-text {
  clear: both;
  padding-top: 1em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-more {
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 640px), print {
  .news-more {
    position: absolute;
    top: -3.5em;
    right: 0;
    margin: 0;
  }
}
.news-back {
  max-width: 1600px;
  margin: 2em auto 0;
  padding: 2em 0 0;
  text-align: center;
  border-top: 1px dotted #333;
}
.news-category {
  margin: .1em 0 0 0;
  padding: .2em .3em .3em;
  color: #fff;
  font-size: .9em;
  line-height: 1.1;
  background-color: #069043;
}

/* お知らせ一覧（テキストのみ）*/
.news-list .news-link {
  position: relative;
  padding: 1em 0;
  border-color: #333;
}
@media screen and (min-width: 640px), print {
  .news-list .news-link {
    padding: 1em;
  }
}
.news-list .news-link:hover .news-date {
  color: #0066cc;
}
.news-list .news-link:hover .news-category {
  background-color: #0066cc;
}
.news-list .news-date {
  float: left;
  margin: 0;
  color: #333;
}
@media screen and (min-width: 640px), print {
  .news-list .news-date {
    margin-right: 1em;
  }
}
.news-list .news-title,
.news-list .news-body {
  clear: both;
  margin: 0;
}
@media screen and (min-width: 640px), print {
  .news-list .news-title,
  .news-list .news-body {
    clear: none;
    margin: 0 0 0 10em;
  }
}
.news-list .news-category {
  float: right;
}
@media screen and (min-width: 640px), print {
  .news-list .news-category {
    float: left;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 10;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
  }
}
.page-title-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: url(../img/base/title.jpg) no-repeat top;
  background-size: cover;
  -webkit-transform: translateY(var(--translateY));
  transform: translateY(var(--translateY));
  will-change: transform;
}
@media screen and (min-width: 1100px), print {
  .page-title-bg {
    height: 100%;
    background-position: center;
  }
}
.page-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/base/checker.png);
}
.page-title-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 130px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 640px), print {
  .page-title-inner {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title-inner {
    padding-top: 130px;
  }
}
.page-title-name {
  display: block;
  font-size: 2.0em;
  font-weight: 800;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .page-title-name {
    font-size: 2.8em;
  }
}
.page-title-caption {
  display: block;
  font-size: 1.2em;
  letter-spacing: .1em;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #099043;
  z-index: 10000;
}

/* --------------------------------

  上部固定用電話番号ボタン

-------------------------------- */
.tel-button {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 10px 0 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-color: #069043;
    z-index: 1002;
  }
  .tel-button.fixed {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .tel-button:hover {
    text-decoration: none;
  }
  .tel-button .icon-tel {
    color: #fff;
  }
  .tel-button .icon-tel:before {
    font-size: 1.8em;
  }
  .tel-button .icon-tel:after {
    content: "TEL";
    display: block;
    position: absolute;
    bottom: 9px;
    width: 100%;
    font-size: .8em;
    font-weight: 800;
  }
}

/* --------------------------------

  パララックス

-------------------------------- */
.parallax {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  -webkit-transform: translateY(var(--translateY));
  transform: translateY(var(--translateY));
  will-change: transform;
}
.parallax img {
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  min-width: 2000px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px), print {
  .parallax img {
    min-width: 1600px;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.anim-item {
  display: block !important;
  opacity: 0;
}
@media print {
  .anim-item {
    opacity: 1;
  }
}

/* --------------------------------

  診療時間表

-------------------------------- */
/* 診療時間表 */
@media screen and (min-width: 640px), print {
  .time-table.table2 {
    font-size: .9em;
  }
}
.time-table.table2 table {
  border-top: 1px solid #2e3642;
  border-right: 1px solid #2e3642;
  border-left: 1px solid #2e3642;
}
@media screen and (min-width: 640px), print {
  .time-table.table2 table {
    border: none;
  }
}
.time-table.table2 thead th {
  color: #fff;
  background-color: #212730;
}
.time-table.table2 .time-table-note {
  color: #333;
}
.time-table table {
  display: block;
  position: relative;
  color: #333;
  line-height: 1;
}
.time-table table:after {
  content: "";
  display: table;
  clear: both;
}
.time-table tr {
  display: block;
}
@media screen and (min-width: 640px), print {
  .time-table tr {
    display: table;
    width: 100%;
    border-spacing: 1px 0;
  }
}
.time-table th {
  display: block;
  height: 50px;
}
@media screen and (min-width: 640px), print {
  .time-table th {
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }
}
.time-table td {
  display: block;
  height: 50px;
}
@media screen and (min-width: 640px), print {
  .time-table td {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    height: auto;
    border-top: none;
  }
}
.time-table thead {
  display: block;
  float: left;
  width: 25%;
}
@media screen and (min-width: 640px), print {
  .time-table thead {
    float: none;
    width: auto;
    margin: 0 -1px;
  }
}
.time-table thead th {
  padding: .5em 0;
  text-align: center;
  border-bottom: 1px solid #2e3642;
  background-color: #fff;
}
@media screen and (min-width: 640px), print {
  .time-table thead th {
    border-bottom: none;
  }
}
.time-table thead td {
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #2e3642;
  background-color: #dee2e9;
}
@media screen and (min-width: 640px), print {
  .time-table thead td {
    line-height: 1.5;
    border-bottom: none;
  }
}
.time-table thead td.sat {
  color: #fff;
  background-color: #95a3b9;
}
.time-table tbody {
  display: block;
  float: left;
  width: 75%;
}
@media screen and (min-width: 640px), print {
  .time-table tbody {
    float: none;
    width: auto;
    margin: 0 -1px;
  }
}
.time-table tbody tr {
  float: left;
  width: 50%;
  border-left: 1px solid #2e3642;
}
@media screen and (min-width: 640px), print {
  .time-table tbody tr {
    float: none;
    width: 100%;
    margin-top: 1px;
    border-left: none;
  }
}
.time-table tbody th {
  line-height: 50px;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 1px solid #2e3642;
  background-color: #f4f4f4;
}
@media screen and (min-width: 640px), print {
  .time-table tbody th {
    padding: .5em 0 .5em 1em;
    text-align: left;
    line-height: 1.5;
    border-bottom: none;
  }
}
.time-table tbody td {
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #2e3642;
  background-color: #f4f4f4;
}
@media screen and (min-width: 640px), print {
  .time-table tbody td {
    border-bottom: none;
  }
}
.time-table .icon-clock2 {
  display: block;
  margin: .2em;
}
@media screen and (min-width: 640px), print {
  .time-table .icon-clock2 {
    display: inline-block;
    vertical-align: middle;
    margin: -.1em .5em 0 0;
  }
}
.time-table .icon-circle,
.time-table .icon-closed {
  display: block;
  line-height: 50px;
}
@media screen and (min-width: 640px), print {
  .time-table .icon-circle,
  .time-table .icon-closed {
    line-height: 1.1;
  }
}
.time-table .icon-circle {
  color: #099043;
}
.time-table .icon-circle:before {
  font-size: .9rem;
}
.time-table .icon-closed {
  color: #ea721c;
}
.time-table .icon-closed:before {
  font-size: 1.2rem;
}
.time-table-note {
  margin-top: .5em;
  color: #f4f4f4;
}
.time-table-note p {
  margin-left: 1em;
  text-indent: -1em;
  font-size: .9em;
}

/* --------------------------------

  ギャラリー

-------------------------------- */
.gallery > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -10px -1em 0;
}
@media screen and (min-width: 1100px), print {
  .gallery > ul {
    margin: 0 -30px -30px 0;
  }
}
@media screen and (min-width: 1600px), print {
  .gallery > ul {
    margin: 0 -75px -75px 0;
  }
}
.gallery > ul > li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 10px 1em 0;
}
@media screen and (min-width: 480px), print {
  .gallery > ul > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .gallery > ul > li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1600px), print {
  .gallery > ul > li {
    padding: 0 75px 75px 0;
  }
}
.gallery figure {
  display: block;
}
.gallery figcaption {
  padding-top: .3em;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.5;
}
.gallery img {
  display: block;
  width: 100%;
}

/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html,
  body {
    width: 1100px;
    background: none;
  }
}
/* --------------------------------

  id01 トップページ

-------------------------------- */
/* ページ内共通 */
.section .inner {
  max-width: none;
}
@media screen and (min-width: 640px), print {
  .section .inner {
    font-size: 1.1em;
  }
}

/* お知らせ */
.section-news {
  padding: 5em 1.5em;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .section-news {
    padding: 3em;
  }
}
@media screen and (min-width: 1100px), print {
  .section-news {
    padding: 3em 10em;
  }
}
.section-news .section-header {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px dotted #333;
}
.section-news .heading {
  font-size: 3.4em;
  color: #099043;
  line-height: 1;
  font-family: SourceHanSansLight, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.section-news .more {
  display: block;
  position: absolute;
  top: .8em;
  right: 0;
  margin: 0;
}
@media screen and (min-width: 640px), print {
  .section-news .more {
    top: .6em;
  }
}
.section-news .news-link {
  font-size: 1.1em;
}

/* 診療案内 */
@media screen and (min-width: 768px), print {
  .section-medical-menu {
    padding: 3em;
    background-color: #eee;
  }
}

/* 診療案内バナー */
@media screen and (min-width: 1100px), print {
  .medical-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 1100px), print {
  .medical-menu li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.medical-menu a {
  display: block;
  position: relative;
  height: 100%;
  padding: 1.5em;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .medical-menu a {
    padding: 5em;
  }
}
@media screen and (min-width: 1600px), print {
  .medical-menu a {
    padding: 8em;
  }
}
.medical-menu a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
}
.medical-menu a:hover {
  text-decoration: none;
}
.medical-menu a:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.medical-menu .item {
  display: block;
  position: relative;
  padding: 2em 0;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
.medical-menu .title {
  display: block;
  font-size: 2em;
  line-height: 1.1;
}
.medical-menu .caption {
  display: block;
  margin-bottom: .5em;
  font-size: .9em;
}
.medical-menu .menu1 a:before {
  background-image: url(../img/menu/menu1.jpg);
}
.medical-menu .menu2 a:before {
  background-image: url(../img/menu/menu2.jpg);
}

/* 超音波検査 */
.section-echo {
  position: relative;
  padding: 2em 1.5em 1.5em;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .section-echo {
    padding: 3em;
  }
}
@media screen and (min-width: 1100px), print {
  .section-echo {
    padding: 6em 3em;
  }
}
.section-echo .section-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.section-echo .parallax {
  display: block;
  height: 150%;
  background: url(../img/top/bg1.jpg) bottom right no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1100px), print {
  .section-echo .parallax {
    background-position: center;
  }
}
@media screen and (min-width: 1100px), print {
  .section-echo .inner {
    max-width: 1600px;
    padding-right: 620px;
  }
}
.section-echo .section-header {
  max-width: 590px;
  margin: auto;
  text-align: center;
}
.section-echo .caption {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .section-echo .caption {
    font-size: 1.2em;
  }
}
.section-echo .heading {
  margin: 1em 0;
  padding: 1em 0 1.3em;
  border-top: 2px solid #099043;
  border-bottom: 2px solid #099043;
}
.section-echo .heading span {
  display: block;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.1;
  color: #099043;
}
@media screen and (min-width: 768px), print {
  .section-echo .heading {
    border-width: 5px;
  }
  .section-echo .heading span {
    font-size: 3.5em;
  }
}
.section-echo .description {
  max-width: 590px;
  margin: auto;
}
@media screen and (min-width: 1100px), print {
  .section-echo .description {
    padding: 0 1em;
  }
}
.section-echo .img {
  display: block;
  width: 380px;
  margin: 1.5em auto 1em;
}
@media screen and (min-width: 1100px), print {
  .section-echo .img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
  }
}

/* 地域の皆様に信頼される医療を提供することが、私達の目標です。*/
.section-intro {
  position: relative;
  padding: 15em 1.5em 3em;
  background-color: #fff;
}
@media screen and (min-width: 640px), print {
  .section-intro {
    padding: 3em 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .section-intro {
    padding: 5em 1.5em;
  }
}
.section-intro .section-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  overflow: hidden;
}
.section-intro .parallax {
  display: block;
  height: 150%;
  background: url(../img/top/bg2.jpg) top right no-repeat;
  background-size: 1200px auto;
}
@media screen and (min-width: 1100px), print {
  .section-intro .parallax {
    background-position: top;
    background-size: cover;
  }
}
.section-intro .section-header {
  max-width: 740px;
  margin: 0 auto 2.5em;
  text-align: center;
}
.section-intro .caption {
  display: block;
  margin-bottom: 3em;
  padding: .7em 1em;
  color: #099043;
}
@media screen and (min-width: 640px), print {
  .section-intro .caption {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
.section-intro .caption span {
  display: inline-block;
  vertical-align: top;
}
.section-intro .heading {
  padding-bottom: 2em;
  color: #099043;
  font-family: SourceHanSansLight, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: 1px solid #eee;
}
.section-intro .logo {
  display: block;
  margin-bottom: 1.5em;
  font-size: .9em;
}
.section-intro .logo img {
  display: block;
  margin: auto;
  margin-bottom: .5em;
}
.section-intro .catch {
  display: block;
}
.section-intro .catch span {
  display: block;
  line-height: 1.1;
  font-size: 2.2em;
}
.section-intro .description {
  line-height: 1.8;
  text-align: center;
}
.section-intro .description br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .section-intro .description {
    font-size: 1.1em;
  }
  .section-intro .description br {
    display: block;
  }
}
.section-intro .lead {
  margin-bottom: 1.5em;
}
.section-intro .lead span {
  display: block;
  font-size: 1.6em;
  line-height: 1.3;
}

/* 症例一覧 */
.section-disease-menu {
  padding: 0 0 5em;
  background-color: #fbfbfb;
}

/* 症例一覧（下層用）*/
.disease-menu-section {
  clear: both;
}
.disease-menu-section .inner {
  max-width: none;
  padding: 0;
}

/* 症例一覧（全ページ共通）*/
.disease-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (min-width: 1100px), print {
  .disease-menu ul {
    margin: 0 0 -20px;
  }
}
.disease-menu li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 640px), print {
  .disease-menu li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .disease-menu li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 0 20px;
  }
}
.disease-menu a {
  display: block;
  position: relative;
  height: 200px;
  padding: 1.5em .5em 1.5em 1.5em;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 640px), print {
  .disease-menu a {
    height: 100%;
  }
}
@media screen and (min-width: 1600px), print {
  .disease-menu a {
    padding: 3em .5em 3em 3em;
  }
}
.disease-menu a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
}
.disease-menu a:hover {
  text-decoration: none;
}
.disease-menu a:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.disease-menu a:hover .link-button {
  color: #fff;
  border-color: #0066cc;
  background-color: #0066cc;
}
.disease-menu dl {
  position: relative;
  margin-bottom: 4em;
  z-index: 1;
}
.disease-menu dt {
  margin-bottom: .5em;
}
.disease-menu dt span {
  display: block;
  font-size: 2em;
  line-height: 1.1;
}
.disease-menu dd {
  max-width: 19em;
  font-size: .9em;
}
.disease-menu .link-button {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}
@media screen and (min-width: 1600px), print {
  .disease-menu .link-button {
    bottom: 3em;
    left: 3em;
  }
}
.disease-menu .menu1 a:before {
  background-image: url(../img/menu/menu3.jpg);
}
.disease-menu .menu2 dt {
  color: #099043;
}
.disease-menu .menu2 dd {
  color: #333;
}
.disease-menu .menu2 a:before {
  background-image: url(../img/menu/menu4.jpg);
}
.disease-menu .menu3 a:before {
  background-image: url(../img/menu/menu5.jpg);
}
.disease-menu .menu4 a:before {
  background-image: url(../img/menu/menu6.jpg);
}
.disease-menu .menu5 dt {
  color: #099043;
}
.disease-menu .menu5 dd {
  color: #333;
}
.disease-menu .menu5 a:before {
  background-image: url(../img/menu/menu7.jpg);
}
.disease-menu .menu6 a:before {
  background-image: url(../img/menu/menu8.jpg);
}

/* アクセスマップ */
.section-map .gmap {
  height: 410px;
}
.section-map .map-area {
  height: 410px;
}
.section-map .map-area iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------------

  id02 ごあいさつ

-------------------------------- */
/* ご挨拶 */
.dr-greeting figure {
  display: block;
  max-width: 360px;
  margin: 0 auto 1em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .dr-greeting figure {
    float: right;
    width: 300px;
    margin: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 1600px), print {
  .dr-greeting figure {
    width: 480px;
  }
}
.dr-greeting img {
  width: 100%;
}
.dr-greeting figcaption {
  padding: .5em 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #212730;
}
.dr-greeting span {
  display: block;
  font-size: .9em;
}
.dr-greeting span:last-child {
  font-size: 1.3em;
}

/* 院長経歴 */
@media screen and (min-width: 1100px), print {
  .dr-career-section {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .dr-career-section .main-heading,
  .dr-career-section .inner {
    max-width: 785px;
    margin-right: 0;
  }
}

/* 認定資格 */
@media screen and (min-width: 1100px), print {
  .dr-licence-section {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
  .dr-licence-section .main-heading,
  .dr-licence-section .inner {
    max-width: 785px;
    margin-left: 0;
  }
}

/* --------------------------------

  id03 診療案内

-------------------------------- */
/* 診療科目 */
.medical-subjects strong {
  display: block;
  font-size: 1.4em;
}
@media screen and (min-width: 1100px), print {
  .medical-subjects strong {
    display: inline-block;
    vertical-align: middle;
    margin: -.1em 0 0 0;
  }
}
.medical-subjects span {
  display: block;
  font-size: .9em;
  letter-spacing: .1em;
  color: #d5d5d5;
}
@media screen and (min-width: 1100px), print {
  .medical-subjects span {
    display: inline-block;
    vertical-align: middle;
    margin: .1em 0 0 1em;
  }
  .medical-subjects span:before {
    content: "― ";
  }
  .medical-subjects span:after {
    content: " ―";
  }
}

/* 診療時間 */
@media screen and (min-width: 1100px), print {
  .medical-schedule-section .inner {
    max-width: 680px;
    margin-left: 0;
  }
}

/* 初めて来院される方へ */
/* 設備案内・院内風景 */
.facility-snible {
  margin-bottom: 3em;
}
@media screen and (min-width: 1100px), print {
  .facility-snible {
    margin-bottom: 5em;
  }
}
.facility-snible:after {
  content: "";
  display: table;
  clear: both;
}
.facility-snible .main-subheading.style2 {
  display: block;
}
@media screen and (min-width: 768px), print {
  .facility-snible .main-subheading.style2 {
    display: inline-block;
  }
}
.facility-snible img {
  display: block;
  width: 400px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .facility-snible img {
    float: right;
    width: 40%;
    margin: 0 0 0 1em;
  }
}
.facility-snible .layout-head {
  max-width: 400px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px), print {
  .facility-snible .layout-head {
    max-width: none;
    margin: 0;
  }
}

/* 設備案内・院内風景 */
/* --------------------------------

  id04 整形・リウマチ

-------------------------------- */
/* 整形外科について */
.seikei-intro-img {
  display: block;
  float: right;
  width: 45%;
  max-width: 360px;
  margin: .5em 0 0 1.5em;
}
@media screen and (min-width: 640px), print {
  .seikei-intro-img {
    width: 30%;
  }
}
.seikei-intro-items {
  clear: both;
}
@media screen and (min-width: 640px), print {
  .seikei-intro-items {
    clear: none;
    overflow: hidden;
  }
}
.seikei-intro-items:after {
  content: "";
  display: table;
  clear: both;
}
.seikei-intro-item {
  padding-top: 2em;
}
@media screen and (min-width: 768px), print {
  .seikei-intro-item {
    float: left;
    width: 50%;
  }
  .seikei-intro-item:not(:last-child) {
    padding-right: 1.5em;
  }
}

/* リウマチ科について */
.rheuma-intro-section img {
  display: block;
  float: right;
  width: 45%;
  max-width: 360px;
  margin: .5em 0 0 1.5em;
}
@media screen and (min-width: 640px), print {
  .rheuma-intro-section img {
    width: 30%;
  }
}

/* 各種疾患 */
.about-disease ul {
  padding-top: 1em;
}
.about-disease li:after {
  content: "";
  display: table;
  clear: both;
}
.about-disease li:not(:last-child) {
  margin-bottom: 3em;
}
.about-disease .disease-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .about-disease .disease-item {
    min-height: 240px;
    padding-right: 330px;
  }
}
@media screen and (min-width: 1600px), print {
  .about-disease .disease-item {
    min-height: 320px;
    padding-right: 430px;
  }
}
.about-disease .disease-img {
  display: block;
  float: right;
  width: 40%;
  margin: .5em 0 0 1em;
}
@media screen and (min-width: 1100px), print {
  .about-disease .disease-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 1600px), print {
  .about-disease .disease-img {
    width: 400px;
  }
}

/* --------------------------------

  id05 リハビリテーション

-------------------------------- */
/* リハビリテーション科について */
.reha-intro {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .reha-intro {
    margin-bottom: 3em;
  }
}
.reha-intro img {
  display: block;
  width: 400px;
  margin: 1.5em auto 1.5em;
}
@media screen and (min-width: 1100px), print {
  .reha-intro img {
    float: right;
    width: 40%;
    max-width: 450px;
    margin: .5em 0 0 1.5em;
  }
}

/* 症状例 */
/* リハビリテーションの様子 */
/* 設備紹介 */
/* --------------------------------

  id06 アクセス

-------------------------------- */
/* 所在地・連絡先 */
.access-table.responsive-table tr:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .access-table.responsive-table tr:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.access-table.responsive-table th {
  vertical-align: top;
  width: 120px;
  padding: .5em 0 .5em 1em;
  color: #fff;
  background-color: #212730;
}
@media screen and (max-width: 639.98px) {
  .access-table.responsive-table th {
    width: 40%;
    min-width: 10em;
  }
}
.access-table.responsive-table td {
  vertical-align: top;
  padding: .5em .5em .5em 1em;
}
@media screen and (max-width: 639.98px) {
  .access-table.responsive-table td {
    padding: .5em 0 0 1em;
  }
}
.access-info:after {
  content: "";
  display: table;
  clear: both;
}
.access-info dl {
  float: left;
  width: 11em;
}
.access-info dl:after {
  content: "";
  display: table;
  clear: both;
}
.access-info dt {
  float: left;
  clear: left;
}
.access-info dt:after {
  content: "／";
}
.access-info a.tel-link {
  color: #333;
}
.access-info a.tel-link:hover {
  color: #069043;
}
.access-time dl {
  margin-left: -.5em;
}
.access-time dt {
  float: left;
  clear: left;
}
.access-traffic dl {
  margin-top: .5em;
  line-height: 1.5;
}
@media screen and (max-width: 479.98px) {
  .access-traffic dl:not(:last-child) {
    margin-bottom: 1em;
  }
}
.access-traffic dl:after {
  content: "";
  display: table;
  clear: both;
}
.access-traffic dt {
  float: left;
  clear: left;
  width: 7em;
  font-size: .9em;
  text-align: center;
  border-radius: 10em;
  border: 1px solid #212730;
  background-color: #fff;
}
@media screen and (max-width: 479.98px) {
  .access-traffic dt {
    float: none;
    margin-bottom: .5em;
  }
}
.access-traffic dd {
  margin-left: 7em;
}
@media screen and (max-width: 479.98px) {
  .access-traffic dd {
    margin-left: 0;
  }
}

/* 周辺マップ */
.map-section .gmap {
  height: 340px;
}

/* --------------------------------

  id09 パーソナルトレーニング

-------------------------------- */
/* training */
.training-banner-section{
  padding: 4em 0;
  margin: 0 -2em;
  color: #FFCA06;
  background: url("../img/pages/training/training-img1.jpg") no-repeat center / cover;
}
.training-banner-section .inner{
  max-width: none;
}
.training-banner-main{
  margin-bottom: 4em;
  padding: 0 1em;
}
.training-banner-info{
  padding: .7em;
  background-color: rgba(178, 45, 0, .48);
  text-align: center;
  font-size: 24px;
}
.training-banner-info p{
  font-weight: 900;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
.training-banner-info p:not(:last-child){
  margin-bottom: .35em;
}
.training-banner-catch{
  position: relative;
  padding-top: 18.3em;
  text-align: center;
}
.training-banner-catch::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width:362px ;
  height: 244px;
  background: url("../img/pages/training/training-img2.png") no-repeat center / cover;
}
.training-banner-catch span{
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  font-weight:900;
  font-feature-settings: 'palt';
  padding-bottom: .75em;
}
.training-banner-catch span::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 2px;
  width: 65%;
  background-color: #FFCA06 ;
}
.training-banner-catch span::after{
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  display: block;
  height: 2px;
  width: 65%;
  background-color: #FFCA06 ;
}
.training-main-section{
  padding: 2em 1em 3em 1em;
}
.training-main-section .inner{
  max-width: 1200px;
}
.training-main-item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.training-main-item:not(:last-child){
  margin-bottom: 4em;
}
.training-main-body{
  width: 50%;
  padding: 1.5em 0 0 0;
}
.training-main-side{
  width: 50%;
}
.training-main-heading{
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  background-color: #FF8000;
  padding: .5em;
  font-feature-settings: 'palt';
  color: #fff;
  margin-bottom: .5em;
}
.training-main-item:last-child .training-main-heading{
  font-size: 27px;
}
.training-main-txt{
  font-size:20px ;
  line-height: 1.8;
  padding: 0 1em;
}
.training-main-txt p{
  font-weight: 700;
  font-feature-settings: 'palt';
}
.training-main-txt .br{
  display: block;
}
.training-contact-section{
  margin-top: 4em;
  margin-bottom: 4em;
}
.training-contact-txt{
  text-align: center;
  font-feature-settings: 'palt';
  margin-bottom: 4em;
}
.training-contact-txt p{
  font-size: 22px;
  line-height: 1.8;
  font-weight: 900;
}
.training-contact-txt .br{
  display: block;
}
.training-contact-intro{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.8;
  color: #008C68;
  margin-bottom: .5em;
  font-feature-settings: 'palt';
}
.training-contact-section .inner{
  max-width: 1200px;
}
.training-contact-button{
  background-color:#008C68 ;
  color: #fff;
  text-align: center;
  padding: 2.5em 1em;
}
.training-contact-button h4{
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  border-bottom:4px solid #fff ;
  display: inline-block;
  padding-bottom: .3em;
}
.training-contact-button p{
  font-size: 22px;
  margin-bottom: .4em;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .training-main-heading{
    font-size: 22px;
  }
  .training-main-item:last-child .training-main-heading{
    font-size: 20px;
  }
  .training-main-txt{
    font-size:18px ;
  }
}
@media screen and (max-width: 998px) {
  .training-contact-section{
    margin-top: 0;
    margin-bottom: 3em;
  }
  .training-contact-txt{
    margin-bottom: 2em;
  }
  .training-contact-txt p{
    font-size: 18px;
  }
  .training-contact-intro{
    font-size: 20px;
  }
  .training-contact-button h4{
    font-size: 24px;
  }
  .training-contact-button p{
    font-size: 18px;
  }
  .training-main-item{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .training-main-item:nth-child(2n){
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .training-main-item:not(:last-child){
    margin-bottom: 2em;
  }
  .training-main-body{
    margin-bottom: 2em;
    width: 100%;
    padding: 0;
  }
  .training-main-side{
    width: 100%;
    text-align: center;
  }
  .training-banner-section{
    padding: 2em 0;
  }
  .training-banner-catch{
    padding-top: 15.3em;
  }
  .training-banner-catch::before{
    width:300px ;
    height: 202px;
  }
  .training-banner-catch span{
    font-size: 26px;
    padding-bottom: .75em;
  }
  .training-banner-info{
    padding: .7em;
    font-size: 20px;
  }
  .training-banner-main{
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 639px) {
  .training-contact-txt p{
    font-size: 16px;
  }
  .training-contact-intro{
    font-size: 18px;
  }
  .training-contact-button h4{
    font-size: 20px;
    border-bottom:2px solid #fff ;
    line-height: 1.4;
  }
  .training-contact-button{
    padding: 1em;
  }
  .training-contact-button p{
    font-size: 16px;
  }
  .training-contact-txt .br{
    display: none;
  }
  .training-main-section{
    padding: 2em 0 3em 0;
  }
  .training-banner-catch span{
    font-size: 22px;
    padding-bottom: .75em;
  }
  .training-banner-info{
    padding: .7em;
    font-size: 16px;
  }
  .training-main-heading{
    font-size: 18px;
  }
  .training-main-body{
    margin-bottom: 1em;
  }
  .training-main-txt{
    padding: 0 .5em;
  }
  .training-main-item:last-child .training-main-heading{
    font-size: 18px;
  }
  .training-main-txt{
    font-size:16px ;
  }
  .training-main-txt .br{
    display: none;
  }
}

@media screen and (max-width: 480px){
  .training-contact-txt p{
    font-size: 16px;
  }
  .training-contact-intro{
    font-size: 18px;
  }
  .training-contact-button h4{
    font-size: 18px;
    border-bottom:2px solid #fff ;
    line-height: 1.4;
  }
  .training-contact-button a{
    color: #fff;
    text-decoration: none;
  }
  .training-contact-button{
    padding: 1em;
  }
  .training-contact-button p{
    font-size: 14px;
  }
  .training-banner-catch::before{
    width:250px ;
    height: 168px;
  }
  .training-banner-catch span{
    font-size: 20px;
    padding-bottom: .75em;
  }
  .training-banner-catch span::before{
    height: 1px;
  }
  .training-banner-catch span::after{
    height: 1px;
    bottom: 9px;
  }
  .training-banner-catch{
    padding-top: 12.5em;
  }
  .training-banner-info{
    padding: .7em 1em;
    font-size: 14px;
  }
  .training-banner-info .br{
    display: block;
  }
  .training-banner-main{
    margin-bottom: 2em;
  }
  .training-banner-section{
    padding: 2em 0 1em 0;
  }
}

/* --------------------------------

  id10 交通事故

-------------------------------- */

.traffic-accident p {
  line-height: 1.8;
}

@media screen and (min-width: 1100px), print {
  .traffic-accident p {
    line-height: 2;
    font-size: 16px;
  }
}

.traffic-accident p:not(:last-child) {
  margin-bottom: 1em;
}

.traffic-accident-img {
  display: block;
  float: right;
  width: 45%;
  height: auto;
  max-width: 360px;
  margin: .5em 0 0 1em;
}

@media screen and (min-width: 640px), print {
  .traffic-accident-img {
    width: 30%;
    margin: .5em 0 0 1.5em;
  }
}

@media screen and (min-width: 1100px), print {
  .traffic-accident-img {
    width: auto;
    max-width: 450px;
  }
}

/* --------------------------------

  修正・追加用

-------------------------------- */

/* 250221 追記 */
.time-table .am {
  display: block;
  margin: .3em 0 -.4em;
  font-weight: 300;
  font-size: .75em;
  color: #000;
}
.time-table .icon-circle,
.time-table .icon-closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 1.1;
}
@media screen and (min-width: 640px), print {
  .time-table .am {
    margin: .2em 0 0;
  }
  .time-table .icon-circle,
  .time-table .icon-closed {
    height: auto;
  }
}

@media screen and (min-width: 1600px) {
  .header.fixed .header-text {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .header.fixed .header-text {
    display: block;
    top: 22.5px;
  }
}

.nav-info dd {
  margin-top: .25em;
}
