@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: #ff8219;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #937842;
  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%;
}

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

  共通スタイル

-------------------------------- */
/* 共通見出し */
.main-heading,
.news-heading {
  position: relative;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  padding-bottom: 4.2px;
  padding-bottom: 0.3rem;
  line-height: 1.3;
  font-size: 1.6em;
  color: #4b352b;
  border-bottom: 4px solid #4b352b;
}

@media screen and (min-width: 1101px), print {
  .main-heading,
  .news-heading {
    font-size: 1.8em;
  }
}

.main-heading:before,
.news-heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #ff8219;
}

.main-subheading {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 0.5em 0.5em;
  font-size: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

@media screen and (min-width: 641px), print {
  .main-subheading {
    font-size: 1.5em;
  }
}

/* 共通リスト */
.main ul > li {
  margin-left: 2em;
  text-indent: -1em;
  list-style-type: none;
}

.main ul > li:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

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

ul.list-style-none > li {
  margin-left: 0;
  text-indent: 0;
  list-style-type: none;
}

ul.list-style-none > li:before {
  display: none;
}

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

/* 本文テキストエリア */
.description {
  line-height: 1.8;
}

@media screen and (min-width: 641px), print {
  .description {
    font-size: 1.1em;
  }
}

/* リード文 */
.lede {
  margin-bottom: 14px;
  margin-bottom: 1rem;
  padding-top: 0.6em;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 641px), print {
  .lede {
    margin-bottom: 28px;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .lede {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1101px), print {
  .lede {
    font-size: 2.5em;
  }
}

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

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

.link-button {
  display: inline-block;
  padding: 0.3em 1.1em 0.1em;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background-color: #ff8219;
  border-radius: 10em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 641px), print {
  .link-button {
    font-size: 1em;
  }
}

.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #937842;
}

.link-button:before {
  content: "\e901";
  display: inline-block;
  margin: 0 0.5em 0 0;
  color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* コンテンツ画面中央寄せ */
.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: 70px;
  margin-bottom: 5rem;
}

.gutter > .inner {
  padding-right: 14px;
  padding-right: 1rem;
  padding-left: 14px;
  padding-left: 1rem;
  font-size: 1em;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  .gutter > .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .gutter > .inner {
    font-size: 1em;
    line-height: 1.5;
  }
}

.gutter > .inner .inner {
  overflow: hidden;
}

.gutter > .inner.center {
  padding: 0;
}

.gutter .inner:not(:last-child) {
  margin-bottom: 42px;
  margin-bottom: 3rem;
}

/* グリッドシステム */
.grid {
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
}

.grid-1 {
  width: 8.33%;
}

.grid-2 {
  width: 16.66%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.33%;
}

.grid-5 {
  width: 41.66%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.33%;
}

.grid-8 {
  width: 66.66%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.33%;
}

.grid-11 {
  width: 91.66%;
}

.grid-12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .grid {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .grid {
    float: none;
    width: 100%;
  }
  .grid:last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  margin-right: -20px;
  margin-bottom: -20px;
  overflow: hidden;
}

.grid-container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 640px) {
  .grid-container {
    margin-bottom: 0;
  }
}

/* 画像左右中央配置 */
.fig-img {
  display: block;
}

.fig-img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fig-img-fr {
  float: right;
  max-width: 50%;
  padding-left: 1em;
}

@media screen and (max-width: 640px) {
  .fig-img-fr {
    float: none;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.fig-img-fl {
  float: left;
  max-width: 50%;
  padding-right: 1em;
}

@media screen and (max-width: 640px) {
  .fig-img-fl {
    float: none;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.fig-img-zoom {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.fig-img-zoom:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/base/zoom.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .fig-img-zoom:before {
    width: 30px;
    height: 30px;
  }
}

.fig-img-center {
  margin-bottom: 1em;
}

.fig-img-center:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .fig-img-center:last-child {
    margin-bottom: 1em;
  }
}

/* 画像キャプション */
.fig-caption {
  margin-top: 5px;
  font-size: 0.9em;
  text-align: center;
}

/* アンカー位置調整 */
.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: 1101px), print {
  .anchor-point:before {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/* レスポンシブテーブル */
.responsive-table {
  display: block;
}

.responsive-table tbody {
  display: block;
}

.responsive-table tr {
  display: table;
  width: 100%;
}

.responsive-table th {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .responsive-table tr {
    display: block;
  }
  .responsive-table th {
    display: block;
    width: 100%;
  }
  .responsive-table td {
    display: block;
  }
}

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

  utility

-------------------------------- */
/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* visual */
.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.tcell {
  display: table-cell;
}

.dn {
  display: none;
}

.vh {
  visibility: hidden;
}

/* clear */
.cb {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

/* font */
.f80 {
  font-size: 0.8em;
}

.f90 {
  font-size: 0.9em;
}

.f120 {
  font-size: 1.2em;
}

.f130 {
  font-size: 1.3em;
}

.f140 {
  font-size: 1.4em;
}

.f150 {
  font-size: 1.5em;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.indent {
  text-indent: 1em;
}

.strike {
  text-decoration: line-through;
}

.italic {
  font-style: italic;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* color */
.red {
  color: #f00;
}

.red2 {
  color: #c00;
}

.blue {
  color: #09f;
}

.blue2 {
  color: #06f;
}

.orange {
  color: #f90;
}

.orange2 {
  color: #f60;
}

.yellow {
  color: #ff0;
}

.green {
  color: #096;
}

/* margin */
.m1 {
  margin-bottom: 1em;
}

.m5 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

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

  Webフォント

-------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?hcjwvx");
  src: url("../fonts/icomoon.eot?hcjwvx#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?hcjwvx") format("truetype"),
    url("../fonts/icomoon.woff?hcjwvx") format("woff"),
    url("../fonts/icomoon.svg?hcjwvx#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-icon1:before {
  content: "\e900";
  color: #fff;
}

.icon-icon2:before {
  content: "\e901";
  color: #fff;
}

/*
 * adobe-fonts/source-han-serif is licensed under the SIL Open Font License 1.1
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: "SourceHanSerifJP";
  src: url("../fonts/SourceHanSerifJP-Regular.woff2") format("woff2"),
    url("../fonts/SourceHanSerifJP-Regular.woff") format("woff"),
    url("../fonts/SourceHanSerifJP-Regular.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: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  background: #fff;
}

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

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

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

  header

-------------------------------- */
.header {
  background: #fbf4dd;
}

.header .inner {
  padding: 1.5em 0 1.5em;
}

#top .header .inner {
  padding-top: 5.5em;
}

@media screen and (min-width: 481px), print {
  #top .header .inner {
    padding-top: 3em;
  }
}

@media screen and (min-width: 1101px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 0;
    z-index: 1000;
  }
}

.header-logo {
  position: relative;
  width: 290px;
  margin: auto;
}

@media screen and (min-width: 641px), print {
  .header-logo {
    width: 350px;
  }
}

@media screen and (min-width: 1101px), print {
  .header-logo {
    position: absolute;
    top: 28px;
    left: 5px;
    width: 428px;
    height: 81px;
    margin: 0;
  }
}

.header-link {
  display: block;
}

.header-text {
  display: block;
  position: absolute;
  top: 2px;
  left: 64px;
  font-size: 0.8em;
}

@media screen and (min-width: 641px), print {
  .header-text {
    left: 74px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1101px), print {
  .header-text {
    top: 4px;
    left: 94px;
    font-size: 1.1em;
  }
}

.header-tel {
  display: block;
}

@media screen and (min-width: 1101px), print {
  .header-tel {
    position: absolute;
    top: 30px;
    right: 0;
  }
}

.header-info {
  display: block;
  width: 240px;
  margin: -1em auto 0.5em;
  text-align: center;
}

.header-info:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1101px), print {
  .header-info {
    position: absolute;
    top: -40px;
    right: 285px;
    width: auto;
    height: auto;
    margin: 0;
  }
}

.header-info-item {
  float: left;
  position: relative;
  width: 33.33333%;
  height: 130px;
  padding: 32px 0 0;
}

@media screen and (min-width: 1101px), print {
  .header-info-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 162px;
    margin: 0 6px;
    padding: 48px 0 0;
  }
}

.header-info-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(../img/base/titlebg.png) center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 1101px), print {
  .header-info-item:before {
    -webkit-transform: none;
    transform: none;
  }
}

.header-info-item.info1 {
  overflow: hidden;
  z-index: 1;
}

.header-info-item dt {
  position: relative;
  width: 55px;
  height: 40px;
  margin: 0 auto 6px;
  padding-top: 40px;
  border-top: 1px solid #937842;
  border-bottom: 1px solid #937842;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px auto;
  overflow: hidden;
}

@media screen and (min-width: 1101px), print {
  .header-info-item dt {
    width: 75px;
    height: 60px;
    padding-top: 60px;
    border-top: none;
    background-position: top;
    background-size: 55px auto;
  }
}

.header-info-item.info1 dt {
  background-image: url(../img/base/title1.png);
}

.header-info-item.info2 dt {
  background-image: url(../img/base/title2.png);
}

.header-info-item.info3 dt {
  background-image: url(../img/base/title3.png);
}

.header-info-item dd {
  position: relative;
  font-size: 0.6em;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1101px), print {
  .header-info-item dd {
    font-size: 0.7em;
  }
}

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

  nav

-------------------------------- */
@media screen and (min-width: 1101px), print {
  .nav {
    display: block;
    position: absolute;
    top: 333px;
    width: 100%;
    z-index: 1001;
  }
  #top .nav {
    top: 535px;
  }
  .nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    border-top: 1px solid #937842;
    background: url(../img/base/bg.png);
  }
}

@media screen and (min-width: 1101px) {
  .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 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #top .nav.fixed {
    top: -60px;
  }
  .nav.fixed:before {
    border-top: none;
  }
}

@media screen and (max-width: 1100px) {
  .nav {
    display: block;
    position: fixed;
    top: 0;
    left: -240px;
    height: 100%;
    z-index: 1001;
  }
  .nav-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background: #fbf4dd;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 10;
  }
  .nav-open .nav-layout {
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
    -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);
  }
  .nav .inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* メインナビ */
@media screen and (min-width: 1101px), print {
  .main-nav-item {
    position: relative;
    float: left;
    width: 14.28571%;
  }
  .main-nav-item + .main-nav-item:before,
  .main-nav-item.nav1:before,
  .main-nav-item.nav7:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 46px;
    margin: auto;
    background: #937842;
  }
  .main-nav-item:hover + .main-nav-item:before {
    height: 100%;
  }
  .main-nav-item.main-nav-active + .main-nav-item:before {
    height: 100%;
  }
  .main-nav-item.nav7:after {
    right: 0;
    left: auto;
  }
  .main-nav-link {
    display: table;
    position: relative;
    width: 100%;
    height: 65px;
    color: #fff;
    text-align: center;
    line-height: 1;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .main-nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #937842;
  }
  .main-nav-active .main-nav-link {
    color: #fff;
    background-color: #937842;
  }
  .main-nav-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2em;
    padding-top: 0.3em;
    letter-spacing: 1pt;
  }
  .main-nav-name:after {
    content: "";
    display: block;
    margin-top: 0.3em;
    font-size: 0.8em;
    text-align: center;
    color: #ffd24d;
    letter-spacing: normal;
  }
  .nav1 .main-nav-name:after {
    content: "HOME";
  }
  .nav2 .main-nav-name:after {
    content: "NEWS";
  }
  .nav3 .main-nav-name:after {
    content: "MEDICAL INFO";
  }
  .nav4 .main-nav-name:after {
    content: "CLINIC";
  }
  .nav5 .main-nav-name:after {
    content: "COURSE";
  }
  .nav6 .main-nav-name:after {
    content: "FEE";
  }
  .nav7 .main-nav-name:after {
    content: "ACCESS";
  }
}

@media screen and (max-width: 1100px) {
  .main-nav {
    padding: 70px 10px 5px;
    opacity: 0;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
  .main-nav-item {
    position: relative;
    margin-bottom: 5px;
  }
  .main-nav-link {
    display: block;
    position: relative;
    padding: 1em;
    color: #fff;
    text-align: left;
    background-color: #4b352b;
  }
  .main-nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #937842;
  }
  .main-nav-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav1 .main-nav-link:before {
    content: "";
  }
  .main-nav-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 0.2em;
    font-size: 0.8em;
    text-align: center;
    color: #ffd24d;
    letter-spacing: normal;
  }
  .nav1 .main-nav-link:after {
    content: "HOME";
  }
  .nav2 .main-nav-link:after {
    content: "NEWS";
  }
  .nav3 .main-nav-link:after {
    content: "MEDICAL INFO";
  }
  .nav4 .main-nav-link:after {
    content: "CLINIC";
  }
  .nav5 .main-nav-link:after {
    content: "COURSE";
  }
  .nav6 .main-nav-link:after {
    content: "FEE";
  }
  .nav7 .main-nav-link:after {
    content: "ACCESS";
  }
  .main-nav-active .main-nav-link {
    color: #fff;
    background-color: #937842;
  }
}

/* 求人情報ナビ */
@media screen and (min-width: 1101px), print {
  .recruit-nav {
    position: absolute;
    top: -238px;
    right: 0;
  }
  #top .recruit-nav {
    top: -440px;
  }
}

@media screen and (max-width: 1100px) {
  .recruit-nav {
    padding: 0 10px 10px;
  }
  .recruit-nav .recruit-button {
    width: 100%;
  }
}

/* 求人情報こちらボタン（共通用）*/
.recruit-button {
  display: block;
  position: relative;
  width: 265px;
  margin: auto;
  padding: 0 0 0 1em;
  color: #fbf4dd;
  font-size: 1.1em;
  line-height: 36px;
  text-align: left;
  border-right: 50px solid #694330;
  background-color: #4b352b;
}

.recruit-button:hover {
  color: #fff;
  text-decoration: none;
  border-color: #4b352b;
  background-color: #694330;
}

.recruit-button:after {
  content: "\e901";
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0.2em -40px -0.2em 0;
  color: #fff;
  line-height: 30px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.recruit-button:hover:before {
  -webkit-transform: rotate(90deg) translateY(-3px);
  transform: rotate(90deg) translateY(-3px);
}

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

  nav-button

-------------------------------- */
.nav-button {
  display: none;
}

@media screen and (max-width: 1100px) {
  .nav-button {
    display: block;
    position: absolute;
    top: 0;
    left: 240px;
    width: 60px;
    height: 60px;
    background-color: #ff8219;
    cursor: pointer;
    outline: none;
    z-index: 20;
  }
  .nav-open .nav-button {
    background-color: #937842;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-button-icon {
    display: block;
    position: absolute;
    top: -12px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #fff;
  }
  .nav-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: 30px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .nav-button-icon:before {
    margin-top: -8px;
  }
  .nav-open .nav-button-icon:before {
    margin-top: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-button-icon:after {
    margin-top: 8px;
  }
  .nav-open .nav-button-icon:after {
    margin-top: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-button-name {
    display: block;
    position: absolute;
    bottom: 8px;
    width: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  .nav-button-name:after {
    content: "MENU";
  }
  .nav-open .nav-button-name {
    color: #fff;
  }
  .nav-open .nav-button-name:after {
    content: "CLOSE";
  }
}

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

  nav-screen

-------------------------------- */
.nav-screen {
  display: none;
}

@media screen and (max-width: 1100px) {
  .nav-screen {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: black;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-open .nav-screen {
    visibility: visible;
    opacity: 0.4;
    cursor: pointer;
  }
}

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

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 5em 2em 0;
  z-index: 100;
}

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

.main-container {
  position: relative;
  max-width: 1100px;
  min-height: 885px;
  margin: 0 auto 5em;
}

.main-container:after {
  content: "";
  display: table;
  clear: both;
}

.main-area {
  margin-bottom: 5em;
}

@media screen and (min-width: 1101px), print {
  .main-area {
    float: left;
    width: 100%;
    margin-right: -330px;
    padding-right: 390px;
    margin-bottom: 0;
  }
}

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

  side

-------------------------------- */
@media screen and (min-width: 1101px), print {
  .side-area {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 330px;
    height: 100%;
    z-index: 1;
  }
}

.side-area .inner {
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1100px) {
  .side-area .inner {
    position: static !important;
    width: 100% !important;
  }
}

.side-gmap {
  height: 450px;
}

@media screen and (min-width: 769px), print {
  .side-gmap {
    height: 450px;
  }
  #top .side-gmap {
    height: 400px;
  }
}

.side-info {
  margin: 1.5em 0;
  border-bottom: 1px dotted #ccc;
}

.side-info .logo {
  width: 260px;
  margin: auto;
}

.side-info .add {
  margin: 0 -2em;
  padding: 1em 0;
  font-size: 0.8em;
}

@media screen and (min-width: 361px), print {
  .side-info .add {
    margin: 0;
  }
}

.side-tel {
  margin: 1.5em 0;
}

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

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  padding: 0 2em;
  background: #fff;
  z-index: 100;
}

.footer .inner {
  padding: 2em 0;
}

/* クリニック情報 */
.footer-info {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .footer-info {
    float: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-info {
    position: relative;
    float: none;
  }
}

.footer-info-logo {
  width: 260px;
  margin: auto;
}

@media screen and (min-width: 641px), print {
  .footer-info-logo {
    width: 300px;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-info-logo {
    position: absolute;
    top: 5px;
    left: 0;
  }
}

.footer-info-add {
  margin: 0.5em 0 1em;
  font-size: 0.8em;
}

@media screen and (min-width: 641px), print {
  .footer-info-add {
    margin: 0.2em 0 0.5em;
  }
  .footer-info-add br {
    display: none;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-info-add {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 0.9em;
  }
}

.footer-info-tel {
  width: 180px;
  margin: auto;
}

@media screen and (min-width: 641px), print {
  .footer-info-tel {
    width: auto;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-info-tel {
    position: absolute;
    top: 2em;
    right: 0.2em;
  }
}

/* フッターナビ */
.footer-nav {
  display: inline;
}

@media screen and (min-width: 1101px), print {
  .footer-nav {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5em;
  }
}

.footer-nav-outer {
  max-width: 300px;
  margin: auto;
  padding-top: 0.2em;
  text-align: center;
}

@media screen and (min-width: 641px), print {
  .footer-nav-outer {
    max-width: 380px;
  }
}

@media screen and (min-width: 769px), print {
  .footer-nav-outer {
    float: right;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-nav-outer {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
  }
}

.footer-nav-item {
  float: left;
  width: 50%;
}

@media screen and (min-width: 641px), print {
  .footer-nav-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-nav-item {
    float: none;
    width: auto;
    text-align: left;
  }
}

.footer-nav-link {
  display: block;
  position: relative;
  margin: 0.2em;
  padding: 0.6em 0 0.5em 0;
  color: #4b352b;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #937842;
}

@media screen and (min-width: 1101px), print {
  .footer-nav-link {
    display: inline-block;
    margin: 0;
    padding: 0.2em 0 0.2em 10px;
    color: #4b352b;
    border: none;
    background: none;
  }
}

.footer-nav-link:hover {
  color: #fff;
  background-color: #937842;
  text-decoration: none;
}

@media screen and (min-width: 1101px), print {
  .footer-nav-link:hover {
    color: #ff8219;
    border: none;
    background: none;
  }
}

.footer-nav-link:before {
  content: "";
  display: none;
  position: absolute;
  top: -0.1em;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #4b352b;
}

@media screen and (min-width: 1101px), print {
  .footer-nav-link:before {
    display: block;
  }
}

.footer-nav-link:hover:before {
  background: #ff8219;
}

/* ページトップ */
.pagetop {
  display: block;
  position: relative;
  height: 50px;
  margin: 0 -2em;
  text-align: center;
  line-height: 54px;
  background: url(../img/base/bg.png);
  overflow: hidden;
}

.pagetop:hover {
  color: #fff;
  text-decoration: none;
  background: #937842;
}

.pagetop:before {
  content: "\e901";
  display: inline-block;
  color: #fbf4dd;
  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;
}

/* コピーライト */
.copy {
  display: block;
  margin: 0 -2em;
  padding: 1.2em 0 1em;
  background: #fbf4dd;
  overflow: hidden;
}

.copy small {
  display: block;
  font-size: 0.9em;
  text-align: center;
}

@media screen and (min-width: 641px), print {
  .copy small {
    font-size: 1em;
  }
}

.copy span {
  display: block;
}

@media screen and (min-width: 641px), print {
  .copy span {
    display: none;
  }
}

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

  id01: トップページ

-------------------------------- */
/* 担当医師 */
@media screen and (min-width: 1101px), print {
  #top .doctor-index {
    margin-bottom: 0;
  }
}

/* 担当医師表 */
.doctor-schedule {
  margin-top: 0.5em;
}

@media screen and (min-width: 769px), print {
  .doctor-schedule {
    float: left;
    width: 50%;
    margin-top: 0;
  }
}

.doctor-schedule dt {
  padding: 0.4em 1em 0.2em;
  text-align: center;
  color: #fff;
  background-color: #bbaea4;
}

@media screen and (min-width: 481px), print {
  .doctor-schedule dt {
    display: inline-block;
    vertical-align: middle;
  }
}

.doctor-schedule dd {
  padding: 0.4em 0.5em 0.2em;
}

@media screen and (min-width: 481px), print {
  .doctor-schedule dd {
    display: inline-block;
    vertical-align: middle;
  }
}

/* 背景画像パララックスエリア */
.info-area {
  position: relative;
  margin: 0 -2em;
  padding: 0 2em;
  background: url(../img/base/img.jpg) center no-repeat fixed;
  background-size: cover;
  z-index: 100;
}

.info-area .inner {
  padding: 2em 0 0;
}

@media screen and (min-width: 641px), print {
  .info-area .inner {
    padding: 5em 0 3em;
  }
}

@media screen and (min-width: 1101px), print {
  .info-area .inner {
    padding: 8em 0;
    overflow: hidden;
  }
}

/* 当院の特徴 */
@media screen and (min-width: 641px), print {
  .feature {
    margin: 0 -8px -15px;
  }
}

@media screen and (min-width: 1101px), print {
  .feature {
    margin: 0 -15px;
  }
}

.feature-item {
  position: relative;
  padding: 0 0 2em;
}

@media screen and (min-width: 641px), print {
  .feature-item {
    float: left;
    width: 33.33333%;
    padding: 0 8px 15px;
  }
}

@media screen and (min-width: 1101px), print {
  .feature-item {
    padding: 0 15px;
  }
}

.feature-list {
  line-height: 1.5;
}

.feature-list:before {
  content: "";
  display: block;
  padding-top: 58%;
  border: 1px solid #4b352b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature1 .feature-list:before {
  background-image: url(../img/base/titleimg1.jpg);
}

.feature2 .feature-list:before {
  background-image: url(../img/base/titleimg2.jpg);
}

.feature3 .feature-list:before {
  background-image: url(../img/base/titleimg3.jpg);
}

.feature-list dt {
  position: absolute;
  right: 0;
  left: 0;
  width: 114px;
  height: 141px;
  margin: -73px auto 0;
  padding-top: 141px;
  background: url(../img/base/titlebg.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 1101px), print {
  .feature-list dt {
    right: auto;
    left: 35px;
    margin-top: -50px;
  }
}

.feature-list dt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 64px;
  margin: auto;
  padding-top: 64px;
  border-top: 1px solid #937842;
  border-bottom: 1px solid #937842;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px auto;
  overflow: hidden;
}

@media screen and (min-width: 1101px), print {
  .feature-list dt:before {
    height: 78px;
    padding-top: 78px;
    background-size: 58px auto;
  }
}

.feature1 .feature-list dt:before {
  background-image: url(../img/base/title1.png);
}

.feature2 .feature-list dt:before {
  background-image: url(../img/base/title2.png);
}

.feature3 .feature-list dt:before {
  background-image: url(../img/base/title3.png);
}

.feature-list dd {
  margin: 6em 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media screen and (min-width: 1101px), print {
  .feature-list dd {
    margin: 1em 0 0 155px;
  }
}

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

  id02 診療案内

-------------------------------- */
/* 診療科目 */
.medical-subject img {
  display: block;
  margin: 1em auto;
}

/* 所在地 */
.medical-info-table th {
  padding: 0.5em 0 0.4em 0.8em;
  color: #fff;
  font-size: 1.1em;
  border-bottom: 1px solid #fff;
  background-color: #bbaea4;
}

@media screen and (min-width: 641px), print {
  .medical-info-table th {
    width: 120px;
    vertical-align: top;
    border-right: 1px solid #fff;
  }
}

.medical-info-table td {
  padding: 0.6em 1em 0.5em;
  border-bottom: 1px solid #fff;
  background-color: #ece9e6;
}

.medical-info .gmap {
  height: 400px;
}

.medical-info .more {
  margin-top: 1em;
}

/* 周辺のご案内 */
@media screen and (min-width: 1101px), print {
  .main .medical-guide {
    margin-bottom: 0;
  }
}

.medical-guide-items {
  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 -5px;
}

.medical-guide-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 30px 5px 0;
}

@media screen and (min-width: 481px), print {
  .medical-guide-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px), print {
  .medical-guide-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1101px), print {
  .medical-guide-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.medical-guide-item img {
  display: block;
  width: 100%;
}

.medical-guide-caption {
  margin-top: 0.5em;
  text-align: center;
}

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

  id03 クリニック紹介

-------------------------------- */
/* 院長紹介 */
.doctor-message {
  margin-bottom: 2em;
}

.doctor-profile {
  width: 220px;
  margin: auto;
}

@media screen and (min-width: 769px), print {
  .doctor-profile {
    float: right;
    position: relative;
    z-index: 1;
  }
}

.doctor-name {
  margin-top: 5px;
  font-size: 1.3em;
  color: #ff8219;
  text-align: center;
}

.doctor-name span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  font-size: 1.3em;
  color: #333;
}

.doctor-career {
  max-width: 400px;
  margin: auto;
  padding: 1em 0 0;
}

@media screen and (min-width: 769px), print {
  .doctor-career {
    float: left;
    width: 100%;
    max-width: none;
    margin-right: -220px;
    padding: 0 250px 0 3em;
  }
}

@media screen and (min-width: 1101px), print {
  .doctor-career {
    padding: 0 250px 0 0;
  }
}

.doctor-career dl {
  height: 76px;
}

.doctor-career dl:last-child dt:after {
  display: none;
}

.doctor-career dt {
  position: relative;
  float: left;
  clear: left;
  width: 56px;
  height: 56px;
  padding-top: 15px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: center;
  border-radius: 100%;
  background-color: #ff8219;
}

.doctor-career dt span {
  display: block;
  font-size: 1.3em;
}

.doctor-career dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  width: 2px;
  height: 20px;
  margin: auto;
  background-color: #ff8219;
}

.doctor-career dd {
  padding: 20px 0 0 70px;
  color: #ff8219;
  font-size: 1.3em;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
}

/* 院内設備 */
@media screen and (min-width: 1101px), print {
  .main .clinic-facilities {
    margin-bottom: 0;
  }
}

.clinic-facilities-items {
  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 -5px;
}

.clinic-facilities-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 30px 5px 0;
}

@media screen and (min-width: 481px), print {
  .clinic-facilities-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 641px), print {
  .clinic-facilities-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.clinic-facilities-item img {
  display: block;
  width: 100%;
}

.clinic-facilities-caption {
  margin-top: 0.5em;
  text-align: center;
}

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

  id04 診療科目

-------------------------------- */
/* 診療科目 */
@media screen and (min-width: 1101px), print {
  .main .course-subject {
    margin-bottom: 0;
  }
}

.course-subject .inner {
  padding: 0;
}

.course-subject-item {
  padding: 2em 0;
  border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 481px), print {
  .course-subject-item {
    position: relative;
    min-height: calc(120px + 4em);
    padding: 2em 0 2em 140px;
  }
}

@media screen and (min-width: 1101px), print {
  .course-subject-item {
    min-height: calc(196px + 4em);
    padding: 3em 0 2em 220px;
  }
}

.course-subject-heading {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.1;
  color: #ff8219;
  text-align: center;
}

@media screen and (min-width: 481px), print {
  .course-subject-heading {
    text-align: left;
  }
}

.course-subject-heading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  margin: -0.2em 0.4em 0 0;
  background: url(../img/base/icon.jpg) center no-repeat;
}

.course-subject-img {
  display: block;
  width: 120px;
  margin: 1em auto;
}

@media screen and (min-width: 481px), print {
  .course-subject-img {
    position: absolute;
    top: 2em;
    left: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1101px), print {
  .course-subject-img {
    width: 196px;
  }

  .course-subject-img2 {
    width: 250px;
  }
}

.course-subject-description {
  margin-top: 1em;
}

.course-subject-description img.whitening {
  display: block;
  margin-top: 1.5em;
}

@media screen and (min-width: 769px), print {
  .course-subject-description img.whitening {
    max-width: 50%;
  }
}

@media screen and (min-width: 1101px), print {
  .course-subject-description img.whitening {
    max-width: 100%;
  }
}

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

  id05 料金案内

-------------------------------- */
/* 自費診療料金表 */
@media screen and (min-width: 1101px), print {
  .main .fee-list {
    margin-bottom: 0;
  }
}

.fee-list .inner {
  margin-top: 2em;
  padding: 0;
  border-top: 2px solid #eee;
}

/* 料金表 */
.fee-body {
  position: relative;
  border-bottom: 2px solid #eee;
}

.fee-body:after {
  content: "";
  display: table;
  clear: both;
}

.fee-main {
  padding: 1em 0 0;
}

@media screen and (min-width: 769px), print {
  .fee-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .fee-side {
    float: right;
    width: 56%;
  }
}

.fee-heading {
  position: relative;
  width: 100%;
  height: 47px;
  padding-left: 55px;
  font-size: 1.4em;
  line-height: 1.1;
  color: #ff8219;
}

@media screen and (min-width: 769px), print {
  .fee-heading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
  }
  .whitening .fee-heading,
  .anchor-amide .fee-heading {
    top: 0.6em;
    -webkit-transform: none;
    transform: none;
  }
}

.fee-heading span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}

.fee-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  width: 47px;
  height: 47px;
  margin: auto;
  background: url(../img/base/icon.jpg) center no-repeat;
}

.fee-table {
  display: block;
}

.fee-table tbody {
  display: block;
}

.fee-table tr {
  display: table;
  width: 100%;
  height: 35px;
  padding: 0 0.5em 0 0;
  line-height: 1.2;
}

.fee-table tr:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 769px), print {
  .fee-table tr {
    height: 70px;
  }
  .fee-table tr.low {
    height: 35px;
  }
}

.fee-table th {
  padding: 0.2em 0 0;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .fee-table th {
    text-align: left;
  }
}

.self-metal .fee-table th {
  padding-left: 0.5em;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .self-metal .fee-table th {
    display: block;
    padding: 0.5em 0 0;
  }
}

.fee-table td {
  width: 155px;
  padding: 0.2em 0 0;
  color: #ff8219;
  font-size: 1.5em;
  font-weight: 800;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .fee-table td {
    width: auto;
    font-size: 1.2em;
  }
  .self-metal .fee-table td {
    display: block;
  }
}

.fee-note {
  margin: 1em 0 0 1em;
  text-indent: -1em;
}

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

  お知らせ

-------------------------------- */
.news-area {
  position: relative;
}

.news-area > .inner:not(:last-child) {
  margin-bottom: 0;
}

.news-area .news-list {
  margin-top: -7px;
  margin-top: -0.5rem;
  margin-bottom: 1em;
}

.news-link {
  display: block;
  padding: 1em 0;
  border-bottom: 1px dotted #eee;
}

.news-date {
  font-size: 0.9em;
}

.news-title {
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}

.news-text {
  margin-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: 2em;
  text-align: center;
}

@media screen and (min-width: 641px), print {
  .news-more {
    position: absolute;
    top: -4.2em;
    right: 0;
    margin: 0;
  }
}

.news-back {
  max-width: 1100px;
  margin: 2em auto 0;
  padding: 2em 0 0;
  text-align: center;
  border-top: 1px dotted #eee;
}

/* お知らせ一覧 */
.news-list .news-link {
  position: relative;
  padding: 0.5em 0 0.5em 0;
}

.news-list .news-date {
  float: left;
  width: 100%;
  margin: 0;
  color: #4b352b;
}

.news-list .news-title {
  margin: 0;
}

.news-list .news-link:hover .news-date {
  color: #937842;
}

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

  診療時間表

-------------------------------- */
.time-table {
  margin-bottom: 1em;
  line-height: 1.2;
  background: #fff;
}

.time-table tbody {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .time-table tbody:after {
    content: "";
    display: table;
    clear: both;
  }
}

.time-table tr {
  display: table;
  width: 100%;
  padding: 0 1px;
}

@media screen and (max-width: 768px) {
  .time-table tr {
    display: block;
    height: 360px;
    padding: 0;
  }
}

.time-table th {
  width: 23%;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .time-table th {
    display: block;
    width: auto;
    padding-left: 0;
    text-align: center;
  }
}

.time-table th br {
  display: block;
}

@media screen and (min-width: 481px), print {
  .time-table th br {
    display: none;
  }
}

.time-table td {
  width: 11%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .time-table td {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .time-table thead {
    float: left;
    width: 20%;
  }
}

.time-table thead tr {
  color: #fff;
}

.time-table thead th {
  height: 52px;
  font-size: 1.1em;
  background-color: #bbaea4;
}

@media screen and (min-width: 769px), print {
  .time-table thead th {
    height: 44px;
    padding-top: 0.2em;
    font-size: 1.2em;
  }
}

.time-table thead td {
  height: 44px;
  font-size: 1.1em;
  border-top: 1px solid #fff;
  background-color: #bbaea4;
}

@media screen and (min-width: 769px), print {
  .time-table thead td {
    padding-top: 0.3em;
    font-size: 1.2em;
    border-top: none;
    border-left: 1px solid #fff;
  }
}

.time-table thead td.sat {
  color: #fff;
  background-color: #73b9ff;
}

.time-table thead td.sun {
  color: #fff;
  border-right: none;
  background-color: #ffbfbf;
}

@media screen and (max-width: 768px) {
  .time-table tbody {
    float: left;
    width: 80%;
  }
}

.time-table tbody tr {
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  .time-table tbody tr {
    float: left;
    margin-top: 0;
  }
  .time-table tbody tr.am {
    width: 43%;
  }
  .time-table tbody tr.lunch {
    width: 14%;
  }
  .time-table tbody tr.pm {
    width: 43%;
  }
}

.time-table tbody th {
  height: 52px;
  font-size: 1.1em;
  text-align: center;
  border-left: 1px solid #fff;
  background-color: #e3ded9;
}

@media screen and (min-width: 769px), print {
  .time-table tbody th {
    height: 44px;
    padding-top: 0.2em;
    padding-left: 1em;
    font-size: 1.2em;
    text-align: left;
    border-left: none;
  }
}

.time-table tbody td {
  height: 44px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #ece9e6;
}

@media screen and (min-width: 769px), print {
  .time-table tbody td {
    padding-top: 0.2em;
    border-top: none;
  }
}

.time-table tbody td.sat {
  color: #fff;
  background-color: #cae4ff;
}

.time-table tbody td.sun {
  color: #fff;
  background-color: #ffe1e1;
}

@media screen and (min-width: 769px), print {
  .time-table tbody tr.lunch {
    padding: 0;
    border-collapse: separate;
    border-spacing: 1px 0;
  }
}

.time-table tbody tr.lunch th {
  height: 100%;
  font-size: 1em;
  background-color: #ece9e6;
}

@media screen and (min-width: 769px), print {
  .time-table tbody tr.lunch th {
    width: 23%;
    height: 38px;
    border: 1px solid #e3ded9;
    background-color: #fff;
  }
}

.time-table tbody tr.lunch td {
  height: 38px;
  border: 1px solid #ece9e6;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .time-table tbody tr.lunch td {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  .time-table tbody tr.lunch td {
    width: 77%;
  }
}

@media screen and (max-width: 768px) {
  .time-table tbody tr.lunch .cell {
    display: block;
    width: 1em;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .time-table .cell {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.time-table .open {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 100%;
}

@media screen and (min-width: 769px), print {
  .time-table .open {
    width: 16px;
    height: 16px;
  }
}

.time-table .close {
  display: block;
  color: #ff2626;
  font-size: 1.1em;
}

@media screen and (min-width: 769px), print {
  .time-table .close {
    font-size: 1.2em;
  }
}

.time-table .time {
  font-size: 0.9em;
}

.time-table .time .open {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

/* 休診日 */
.closed-day {
  margin: 0.5em 0;
}

.closed-day dt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  padding: 0.1em 1em 0 1em;
  text-align: center;
  color: #fff;
  background-color: #ff2626;
}

.closed-day dd {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 0 0 0;
}

/* 最終受付時間 */
.limit-time {
  margin-left: 1em;
  text-indent: -1em;
}

.limit-time:before {
  content: "※";
}

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

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  height: 193px;
  background: transparent;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1101px), print {
  .page-title {
    height: 398px;
    border-top: 140px solid #fbf4dd;
    border-bottom: 65px solid #fff;
  }
}

.page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media screen and (min-width: 1101px), print {
  .page-title:before {
    display: none;
  }
}

.page-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 193px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}

@media screen and (min-width: 1101px), print {
  .page-title:after {
    height: 398px;
    background-size: 180% auto;
  }
}

.topics-page .page-title:after {
  background-image: url(../img/pages/topics/bg.jpg);
}

.medical-page .page-title:after {
  background-image: url(../img/pages/medical/bg.jpg);
}

.clinic-page .page-title:after {
  background-image: url(../img/pages/clinic/bg.jpg);
}

.course-page .page-title:after {
  background-image: url(../img/pages/course/bg.jpg);
}

.fee-page .page-title:after {
  background-image: url(../img/pages/fee/bg.jpg);
}

.page-title-inner {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 260px;
  margin: auto;
  padding-top: 0.6em;
  font-size: 1.4em;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}

@media screen and (min-width: 1101px), print {
  .page-title-inner {
    width: 300px;
    height: 128px;
    padding-top: 1.8em;
    background: rgba(255, 130, 25, 0.9);
  }
}

.page-title-name {
  display: block;
  color: #fff;
  font-size: 1.8em;
  word-break: break-all;
  word-wrap: break-word;
}

.page-title-caption {
  display: block;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 1pt;
  word-break: break-all;
  word-wrap: break-word;
}

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

  スライダー

-------------------------------- */
.slider {
  position: relative;
  width: 100%;
  background: #2e1d14;
  overflow: hidden;
}

@media screen and (min-width: 1101px), print {
  .slider {
    border-top: 140px solid #fbf4dd;
    height: 600px;
  }
}

.slider .inner {
  position: relative;
  margin: 0 0 35px;
}

@media screen and (min-width: 1101px), print {
  .slider .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
  }
}

.slider .slide {
  position: relative;
  height: 280px;
}

@media screen and (min-width: 769px), print {
  .slider .slide {
    height: 360px;
  }
}

.slider .slide-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slide-img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  margin: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-catch {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 130, 25, 0.9);
  z-index: 100;
}

@media screen and (max-width: 1100px) {
  .slider-catch {
    display: block !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 1101px), print {
  .slider-catch {
    top: 30px;
    right: 60px;
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

@media screen and (min-width: 1281px), print {
  .slider-catch {
    right: 30px;
  }
}

.slider-catch-inner {
  display: block;
  padding: 0.8em 0;
  font-size: 0.9em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 361px), print {
  .slider-catch-inner {
    font-size: 1em;
  }
}

@media screen and (min-width: 769px), print {
  .slider-catch-inner {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1101px), print {
  .slider-catch-inner {
    display: block;
    position: absolute;
    top: 53%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.slider-catch strong {
  display: block;
  font-size: 2.1em;
  font-weight: normal;
}

.slider-catch br {
  display: none;
}

@media screen and (min-width: 1101px), print {
  .slider-catch br {
    display: block;
  }
}

/* owl-carousel */
#slider .owl-carousel .owl-item img {
  width: auto;
}

#slider .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 100%;
  max-width: 540px;
  height: 1px;
  margin: auto;
  z-index: 1;
}

@media screen and (min-width: 1101px), print {
  #slider .owl-carousel .owl-nav {
    top: 0;
    bottom: 0;
    max-width: 1100px;
  }
}

#slider .owl-carousel .owl-prev {
  display: block;
  position: absolute;
  top: -17px;
  left: 0;
  width: 35px;
  height: 35px;
  padding-top: 35px;
  color: #fbf4dd;
  background: rgba(46, 29, 20, 0.8);
  overflow: hidden;
}

@media screen and (min-width: 1101px), print {
  #slider .owl-carousel .owl-prev {
    top: -30px;
    width: 60px;
    height: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1281px), print {
  #slider .owl-carousel .owl-prev {
    left: -80px;
  }
}

#slider .owl-carousel .owl-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #fbf4dd;
  border-left: 1px solid #fbf4dd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1101px), print {
  #slider .owl-carousel .owl-prev:before {
    width: 36px;
    height: 36px;
  }
}

#slider .owl-carousel .owl-next {
  display: block;
  position: absolute;
  top: -17px;
  right: 0;
  width: 35px;
  height: 35px;
  padding-top: 35px;
  color: #fbf4dd;
  background: rgba(46, 29, 20, 0.8);
  overflow: hidden;
}

@media screen and (min-width: 1101px), print {
  #slider .owl-carousel .owl-next {
    top: -30px;
    width: 60px;
    height: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1281px), print {
  #slider .owl-carousel .owl-next {
    right: -80px;
  }
}

#slider .owl-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 35%;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 1101px), print {
  #slider .owl-carousel .owl-next:before {
    width: 36px;
    height: 36px;
  }
}

#slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}

#slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin: 0 3px;
  padding: 15px 0;
}

@media screen and (min-width: 641px), print {
  #slider .owl-carousel .owl-dots .owl-dot {
    width: 46px;
  }
}

#slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ff8219;
}

#slider .owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 5px;
  background-color: #fff;
}

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

  電話番号

-------------------------------- */
.tel-box {
  display: block;
  position: relative;
  width: 235px;
  height: 45px;
  margin: auto;
}

@media screen and (min-width: 641px), print {
  .tel-box {
    width: 265px;
    height: 55px;
  }
}

.tel-box .tel-text {
  display: block;
  position: absolute;
  bottom: 34px;
  left: 60px;
  font-size: 0.8em;
  line-height: 1.2;
}

@media screen and (min-width: 641px), print {
  .tel-box .tel-text {
    left: 66px;
    bottom: 44px;
  }
}

.tel-box .tel-link {
  color: #4b352b;
}

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

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

-------------------------------- */
.tel-button {
  display: none;
}

@media screen and (max-width: 1100px) {
  .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;
    background-color: #ff8219;
    z-index: 1002;
  }
  .tel-button:hover {
    text-decoration: none;
    background-color: #937842;
  }
  .tel-button .icon-tel {
    color: #fff;
  }
  .tel-button .icon-tel:before {
    content: "\e900";
    font-size: 1.8em;
  }
  .tel-button .icon-tel:after {
    content: "TEL";
    display: block;
    position: absolute;
    bottom: 9px;
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    font-family: SourceHanSerifJP, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

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

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbf4dd;
  z-index: 100000;
}

.loader-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
}

.loader-icon:before {
  content: "";
  display: block;
  width: 48px;
  height: 60px;
  margin: auto;
  background: url(../img/base/logo.png) no-repeat 0 50%;
  background-size: auto 46px;
  z-index: 1;
  -webkit-animation: updown 1s linear infinite;
  animation: updown 1s linear infinite;
}

.loader-icon:after {
  content: "Loading...";
  display: block;
  color: #4b352b;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  プリント

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

/* 20181113追加 */
table.price {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #4a3529;
  border-top: 1px solid #4a3529;
}
table.price th,
table.price td {
  text-align: center;
  padding: 15px;
  vertical-align: middle;
  border-left: 1px solid #4a3529;
  border-bottom: 1px solid #4a3529;
}
table.price th {
  background: #f7f0ed;
}
table.price td:last-child {
  width: 20%;
  color: #ff8200;
}

.titleBox {
  display: inline-block;
  background: #4a3529;
  padding: 0.625em 1em;
  color: #fff;
}
@media screen and (min-width: 751px), print {
  .clinicBox {
    width: 100%;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .clinicBox > div {
    display: table-cell;
    vertical-align: middle;
  }
  .clinicBox > div:first-child {
    width: 36%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 750px), print {
  .clinicBox {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .clinicBox > div:first-child {
    margin-bottom: 15px;
  }
}

.mb {
  margin-bottom: 30px;
}
.mb2 {
  margin-bottom: 15px;
}

/*1214追加*/

.kyousei-bnr {
  margin-top: 20px;
}

.kyousei-bnr:hover {
  opacity: 0.9;
}

.kyousei-link:hover {
  opacity: 0.9;
}

/* 220203 追加 */
.doctor-career-list {
  margin-top: .5em;
}

.doctor-career-list li {
  font-size: .9em;
}

.doctor-career dl {
  position: relative;
}

.doctor-career dl:last-child::before {
  display: none;
}

.doctor-career dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 56px;
  left: 27px;
  width: 2px;
  height: 100%;
  background-color: #ff8219;
}

/* 230323 追記 */
.eposcard {
  max-width: 263px;
  margin: 1.5em auto 0;
}

.eposcard img {
  height: auto;
}
